﻿html {
    font-size: 20px;
    font-family: 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth !important;
}

body {
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 1.0);
}

::-webkit-scrollbar {
    width: 0.35rem;
}
::-webkit-scrollbar-thumb {
    border-width: 0.05rem 0.05rem 0.05rem 0.1rem;
    border-color: rgba(119, 119, 119, 0.5);
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 0.25rem;
}
    ::-webkit-scrollbar-thumb:hover {
        border-width: 0.05rem 0.05rem 0.05rem 0.1rem;
        border-color: rgba(0, 0, 0, 0.5);
        background-color: rgba(119, 119, 119, 0.5);
        width: 0.5rem;
    }
::-webkit-scrollbar-track {
    border-width: 0;
}
    ::-webkit-scrollbar-track:hover {
        border-left: solid 0.05rem rgba(170, 170, 170, 0.5);
        background-color: rgba(238, 238, 238, 0.5);
    }
::-webkit-scrollbar:hover {
    width: 0.55rem;
}

p {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: #2e4653;
    line-height: 1.25em;
    text-align: left;
    text-indent: 0em;
    padding: 0em;
    margin: 0.5em 0em 1em 0em;
}
a:link, a:visited, a:active {
    color: #3386d5;
    text-decoration: none;
    border-width: 0em;
    outline: none;
    -moz-outline-style: none;
}

a:hover {
    border-width: 0em 0em 0.05em 0em;
    color: #CC0000;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-color: #CC0000;
    outline: none;
    -moz-outline-style: none;
}
h1-h6 {
    color: #663300;
    line-height: 2.05em;
    text-align: left;
    font-style: normal;
    padding: 0em;
    margin: 1.25em 0em 0.25em 0em;
    font-size: 2rem;
    font-weight: 200;
    color: #15434f;
}

h1 {
    line-height: 1.25em;
    font-size: 1.2rem;
    color: #15434f;
    font-weight: 200;
    text-align:center;
}
h2 {
    line-height: 1.25em;
    font-size: 1.25rem;
    font-weight: 200;
    color:#888;
}
h3 {
    line-height: 1.55em;
    font-size: 1.5rem;
    font-weight: 200;
}
h1 {
    font-size: 2.25rem;
    line-height: 1.05em;
    color: #3386d5;
    line-height: 1.25em;
    font-size: 1.2rem;
    color: #15434f;
    font-weight: 200;
    text-align: center;
}
    h1 span {
        line-height: 1.25em;
        font-size: 1.2rem;
        color: #15434f;
        font-weight: 200;
        text-align: center;
    }

.sBodyContaner .sBody {
    display: block;
    position: relative;
    float: none;
    width: 900px;
    height: auto;
    margin: 0rem auto;    
}
.sBodyLock {
    opacity: 0;
    display:none;
}

.sBodyContaner {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0rem;
    padding: 0rem;
}

.sBodyContaner .sBody .sCenter {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0.5rem 0rem;
}
    .sBodyContaner .sBody .sCenter .sLabel {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: 5rem;
        margin: 0rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        background-image: url('/Assessment/Images/logo.svg');
    }


    .sBodyContaner .sBody .sCenter h2 span {
        display: block;
        float: left;
        font-size: 1.05rem;
        line-height: 1.35rem;
        width: 1.5rem;
        height: 1.5rem;
        border: 0.075rem solid #3386d5;
        color: #3386d5;
        border-radius: 50%;
        text-align: center;
        margin: 0.05rem 0.5rem 0rem 0rem;
        padding: 0rem;
        font-weight: 200;
        box-shadow: 0 0 0.05rem 0 #3386d5 inset, 0 0 0.05rem 0 #3386d5;
        text-shadow: 0.0rem 0.0rem 0.1rem #3386d5;
        background-color: white;
    }
    .sBodyContaner .sBody .sCenter .sRaty {
        display: flex;
        justify-content: center;
        position: relative;
        float: left;
        width: 100%;
        height: 1rem;
        margin: 0rem;        
    }
        .sBodyContaner .sBody .sCenter .sRaty img {
            width: 1.25rem;
            height: 1.25rem;
            margin:0rem 0.25rem;
        }

    .sBodyContaner .sBody .sCenter .sButton {
        display: block;
        float: left;
        position: relative;
        width: calc(100% - 5rem);
        min-height: 1.5rem;
        height: auto;
        margin: 0.5rem 2.5rem 2.0rem 2.5rem;
        padding: 0.25em 0em 0.35em 0em;
        border-radius: 0.25rem;
        text-align: center;
        border: 0.05rem solid rgba(78,195,255,1.0);
        font-size: 1.25rem;
        font-weight: 200;
        color: rgba(78,195,255,1.0);
        cursor:pointer;
        transition:all ease-out 0.15s;
    }
        .sBodyContaner .sBody .sCenter .sButton:hover {
            background-color: rgba(78,195,255,1.0);
            color:white;
        }
    .sBodyContaner .sBody .sCenter .sButtonHalfLeft {
        width: calc(50% - 2.5rem - 0.5rem - 0.05rem * 2);
        margin: -0.5rem 0.5rem 2.0rem 2.5rem;
    }
    .sBodyContaner .sBody .sCenter .sButtonHalfRight {
        width: calc(50% - 2.5rem - 0.5rem - 0.05rem * 2);
        margin: -0.5rem 2.5rem 2.0rem 0.5rem;
    }

.sBodySecondPage {
    position: fixed;    
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0;
    justify-content: center;
    flex-direction: column;
}

.sBodyContaner .sBody .sCenter .sTable {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: calc(100% - 0.125rem * 2);
    height: auto;
    padding: 0.125rem;
    border-radius: 0.25rem;
    background-color: rgb(233, 240, 246);
}
    .sBodyContaner .sBody .sCenter .sTable .sColumn {
        display: block;
        position: relative;
        float: left;
        height: auto;
        padding: 0.25rem;
        margin: 0.125rem;
        border-radius: 0.2rem;
        background-color: rgb(255, 255, 255);
        width: calc(5% - 0.25rem * 2 - 0.125rem * 2);
        font-size: 0.85rem;
        line-height: 1.0em;
        cursor: default;
    }
    .sBodyContaner .sBody .sCenter .sTable .sColumnBig {
        width: calc(55% - 0.25rem * 2 - 0.125rem * 2);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        cursor:default;
    }
    .sBodyContaner .sBody .sCenter .sTable .sColumnMid {
        width: calc(20% - 0.25rem * 2 - 0.125rem * 2);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .sBodyContaner .sBody .sCenter .sTable .sColumnBig2 {
        width: calc(34% - 0.25rem * 2 - 0.125rem * 2);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        cursor: default;
    }

    .sBodyContaner .sBody .sCenter .sTable .sColumnMid2 {
        width: calc(12% - 0.25rem * 2 - 0.125rem * 2);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .sBodyContaner .sBody .sCenter .sTable .sColumnComment {
        width: calc(25% - 0.25rem * 2 - 0.125rem * 2);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .sBodyContaner .sBody .sCenter .sTable .sColumnMid2 img {
        width: 0.7rem;
        height: 0.7rem;
        margin: 0rem;
    }
    .sBodyContaner .sBody .sCenter .sTable .sColumnMid2 i {
        display:block;
        float:left;
        font-size: 0.65rem;
        line-height: 0.85rem;
        width:100%;
        text-align:center;
    }
        .sBodyContaner .sBody .sCenter .sTable .sColumnMid2 .sGreen {
            color: rgba(104,204,104,1.0);
        }
        .sBodyContaner .sBody .sCenter .sTable .sColumnMid2 .sRed {
            color: rgba(241, 64, 64, 0.65);
        }










.ValidControlContaner {
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 5rem);
    min-height: 1.5rem;
    height: auto;
    margin: 1.5rem 2.5rem 2.0rem 2.5rem;
}

.sTxtField, .sTxtFieldMobyle {
    font-size: 1rem;
    font-family: 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    display: block;
    float: right;
    width: calc(100% - 0.06em* 2 - 0.67em * 2);
    height: auto;
    padding: 0.5em 0.67em 0.75em 0.67em;
    line-height: 1.25em;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 0.06em solid #cccccc;
    border-radius: 0.22em;
    -webkit-box-shadow: inset 0 0.06em 0.06em rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0.06em 0.06em rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sTxtFieldMobyle {
    font-size: 1.5rem;
    float: left;
    width: 90vmin;
    height: 8vmin;
    padding: 0vmin 3vmin;
    line-height: 5vmin;
    border-radius: 0.5vmin;
}

.sTxtField:focus {
    border-color: #66afe9;
    outline: 0em;
    -webkit-box-shadow: inset 0 0.06em 0.06em rgba(0, 0, 0, 0.075), 0 0 0.44em rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 0.06em 0.06em rgba(0, 0, 0, 0.075), 0 0 0.44em rgba(102, 175, 233, 0.6);
}

.sTxtField[disabled],
.sTxtField[readonly],
fieldset[disabled] .sTxtField {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.sTxtField {
    height: auto;
}

.sTxtField:-moz-placeholder {
    color: #999999;
}

.sTxtField::-moz-placeholder {
    color: #999999;
}

.sTxtField:-ms-input-placeholder {
    color: #999999;
}

.sTxtField::-webkit-input-placeholder {
    color: #999999;
}





.sTxtFieldFlat {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0rem;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    min-height: 1.2rem;
    height: auto;
    border-radius: 0rem;
    border: none;
    border-bottom: 0.05rem solid silver;
    padding-bottom: 0.25rem;
    background-color: transparent;
    color: gray;
    -webkit-user-select: text;
    user-select: text;
}

    .sTxtFieldFlat:focus {
        outline: none;
    }

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 3rem rgba(244, 244, 244, 1.0) !important; /* Цвет фона */
    -webkit-text-fill-color: gray !important; /* цвет текста */
    color: gray !important; /* цвет текста */
}
/*  ПОЛЕ АВТОЗАПОЛНЕНИЯ*/

input.sTxtFieldFlat {
    font-family: 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400 !important;
}

label.sTxtFieldFlat {
    color: #999;
    font-size: 1.0rem;
    position: absolute;
    pointer-events: none;
    left: 0.5rem;
    top: 0.1rem;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    border: 0rem;
    outline: 0rem;
}

.sTxtFieldFlatBar {
    position: absolute;
    display: block;
    width: 100%;
    left: 0rem;
    bottom: 0rem;
}

    .sTxtFieldFlatBar:before, .sTxtFieldFlatBar:after {
        content: "";
        height: 0.1rem;
        width: 0;
        bottom: 0;
        position: absolute;
        background-color: rgba(78,195,255,1.0);
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .sTxtFieldFlatBar:before {
        left: 50%;
    }

    .sTxtFieldFlatBar:after {
        right: 50%;
    }

/* active state */
input.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:before,
input.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:after,
div.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:before,
div.sTxtFieldFlat:focus ~ .sTxtFieldFlatBar:after {
    width: 50%;
}

input.sTxtFieldFlat:focus ~ label.sTxtFieldFlat, input.sTxtFieldFlat:valid ~ label.sTxtFieldFlat,
div.sTxtFieldFlat:focus ~ label.sTxtFieldFlat, div.sTxtFieldFlat:not(:empty) ~ label.sTxtFieldFlat {
    top: -1.35rem;
    left: 0rem;
    font-size: 0.75rem;
    color: rgba(78,195,255,1.0);
}

div.sTxtFieldFlat:focus {
    color: black;
}

.sOverLayerMessage, .sOverLayerCallBack {
    position: fixed;
    display: none;
    opacity: 0;
    top: 0rem;
    left: 0rem;
    height: 100%;
    width: 100%;
    background-color: rgba(244, 244, 244, 0.85);
    z-index: 100;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    transition: all ease-out, 0.5s;
}

    .sOverLayerMessage .sForm, .sOverLayerCallBack .sForm {
        position: relative;
        display: block;
        opacity: 1;
        height: auto;
        width: 44rem;
        padding: 0rem;
        border: 0.075rem solid silver;
        border-radius: 0.45rem;
        background-color: white;
        pointer-events: auto;
        cursor: default;
    }

    .sOverLayerMessage .sForm {
        width: calc(40rem - 0.75rem * 2);
        padding: 0.75rem;
    }

        .sOverLayerMessage .sForm .sHeader {
            position: relative;
            display: block;
            float: left;
            opacity: 1;
            height: auto;
            width: calc(40rem - 0.75rem * 2);
            margin: 0rem;
            padding: 0rem 0rem 0.5rem 0rem;
            font-size: 1.2rem;
            font-weight: 400;
            text-align: left;
            line-height: 1.15em;
            color: #CC0000;
            border-bottom: 0.05rem dotted gray;
        }

        .sOverLayerMessage .sForm .sBodyContaner .sBody {
            position: relative;
            display: block;
            float: left;
            width: calc(40rem - 0.75rem * 2);
            height: auto;
            max-height: 28rem;
            margin: 0.75rem 0rem;
            overflow-x: hidden;
            overflow-y: auto;
            font-size: 0.85rem;
            line-height: 1.3em;
        }

            .sOverLayerMessage .sForm .sBodyContaner .sBody p {
                font-size: 0.85rem;
                line-height: 1.45em;
                text-align: justify;
                font-weight: 400;
                color: rgb(100, 100, 100);
                padding: 0rem 0.75rem 0.75rem 0.75rem;
                margin: 0rem;
            }

                .sOverLayerMessage .sForm .sBodyContaner .sBody p:first-letter {
                    font-size: 1.0rem;
                    font-weight: 600;
                    color: #CC0000;
                }

            .sOverLayerMessage .sForm .sBodyContaner .sBody ul {
                margin-top: 0rem;
                margin-left: 1rem;
            }

                .sOverLayerMessage .sForm .sBodyContaner .sBody ul li {
                    font-size: 0.8rem;
                    line-height: 1.4em;
                    text-align: justify;
                    font-weight: 400;
                    color: rgb(50, 50, 50);
                }

label.LabelTriggerSelector, .sButtonPlusMinus {
    text-align: center;
    font-size: 0.85rem;
    border-radius: 0em;
    margin: 0em;
    padding: 0.15em 0.55em 0.35em 0.55em;
    background-color: rgba(244, 247, 245, 1.0);
    color: gray;
    border: 0rem;
    border-left: 0.05rem solid silver;
    white-space: nowrap;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: all ease-out 0.25s;
    flex-grow: 1;
    color: rgba(130, 130, 130, 1.0);
}

.sButtonMinus {
    border-left: 0.0rem solid silver;
}

    .sButtonMinus:before {
        content: "";
        display: block;
        position: absolute;
        left: 25%;
        top: 50%;
        width: 0.8rem;
        height: 0.05rem;
        margin: 0rem;
        margin-left: -0.4rem;
        background-color: rgba(130, 130, 130, 1.0);
    }

.sButtonPlus:before {
    content: "";
    display: block;
    position: absolute;
    left: 75%;
    top: 50%;
    width: 0.8rem;
    height: 0.05rem;
    margin: 0rem;
    margin-left: -0.4rem;
    background-color: rgba(130, 130, 130, 1.0);
}

.sButtonPlus:after {
    content: "";
    display: block;
    position: absolute;
    left: 75%;
    top: 50%;
    width: 0.05rem;
    height: 0.8rem;
    margin: 0rem;
    margin-top: -0.4rem;
    background-color: rgba(130, 130, 130, 1.0);
}

.sButtonMinus:hover:before, .sButtonPlus:hover:before, .sButtonPlus:hover:after {
    background-color: white;
}


label.LabelTriggerSelectorFirst {
    border-left: 0.0rem solid silver;
}

input[type="checkbox"].LabelTrigger, input[type="radio"].LabelTrigger,
input[type="checkbox"].LabelTriggerSelector, input[type="radio"].LabelTriggerSelector {
    display: none;
}

    input[type="checkbox"].LabelTrigger:checked + label, input[type="radio"].LabelTrigger:checked + label {
        background-color: rgba(144, 219, 254, 1.0);
        color: white;
        border-color: rgba(144, 219, 254, 1.0);
    }

    input[type="checkbox"].LabelTriggerSelector:checked + label, input[type="radio"].LabelTriggerSelector:checked + label, .sButtonPlusMinus:hover {
        background-color: rgba(54, 165, 217, 1.0);
        color: white;
    }

label.LabelTrigger:hover {
    -webkit-box-shadow: inset 0.0em 0.0em 0.25em rgba(144, 219, 254, 0.86);
    box-shadow: inset 0.0em 0.0em 0.25em rgba(144, 219, 254, 0.86);
    border-color: rgba(144, 219, 254, 0.86);
    color: rgba(124, 187, 217, 1.0);
}

label.LabelTriggerSelector:hover {
    background-color: rgba(195, 210, 217, 1.0);
    color: black;
}
div.LabelTriggerSelectorLine {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: stretch;
    flex-wrap: nowrap;
    float: left;
    width: 50%;
    margin:0.5rem 25% 0.5rem 25%;
    border: 0.05rem solid silver;
    border-radius: 2rem;
    overflow: hidden;
}

/*CHECKBOX*/
.GroupControl{
    display:block;
    float:left;
    width:calc(100% - 3rem);
    margin:0.25rem 0rem 0.25rem 3rem;
    padding:0rem;
}
    .GroupControl .sText {
        display: block;
        float: left;
        width: calc(100% - 3rem);
        padding: 0rem;
        margin: -0.1rem 0rem 0rem 3rem;
        font-size:0.9rem;
    }

.LabelCheck {
    display:block;
    position:relative;
    text-align: left;
    line-height: 1.1rem;
    font-size: 0.9rem;
    font-family: 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    float: left;
    margin-left:0rem;
}

.sCheck {
    
    vertical-align: top;
    margin: 0rem 0.15rem 0 0rem;
    width: 0.85rem;
    height: 0.85rem;
}

    .sCheck + label {
        cursor: pointer;
    }

    .sCheck:not(checked) {
        position: absolute;
        opacity: 0;
    }

        .sCheck:not(checked) + label {
            position: relative;
            padding: 0rem 3rem 0rem 0rem;
        }

            .sCheck:not(checked) + label:before {
                content: '';
                position: absolute;
                top: 0rem;
                left: 0rem;
                width: 2.5rem;
                height: 1.3rem;
                border-radius: 0.65rem;
                background: #CDD1DA;
                box-shadow: inset 0rem 0.1rem 0.15rem rgba(102, 175, 233, 0.2);
            }

            .sCheck:not(checked) + label:after {
                content: '';
                position: absolute;
                top: 0.1rem;
                left: 0.1rem;
                width: 1.1rem;
                height: 1.1rem;
                border-radius: 0.5rem;
                background: #FFF;
                box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.3);
                transition: all .3s;
            }

    .sCheck:checked + label:before {
        background-color: rgba(46, 178, 58, 0.75);
    }

    .sCheck:checked + label:after {
        left: 0.1rem;
    }

    .sCheck:not(checked) + label:after {
        left: 1.3rem;
    }








@keyframes sViewAnim {
    100% {
        opacity: 1;
        pointer-events: auto;
    }
}
@keyframes sViewAnimReverse {
    100% {
        opacity: 0;
    }
}
@keyframes sMenuBttonAllAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes sMenuBttonAllAnimReverse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}