﻿@media screen {

    /* Elements  
----------------------------------------	*/
    html {
        background-color: white; /*#e5e5e5	*/
        /*background:url(../Images/IMG_7655.jpg) no-repeat top center ;
        background:url(../Images/Облака_светлые.jpg) repeat-y  top center ;
		background: #d7f4ed;  светло-зелёный	*/
        /*background: #edfaed; светло--светло зелёный	*/
        /*background-color: whitesmoke; светло--светло зелёный	*/
    }


    .imgback {
        background-color: whitesmoke; /*светло--светло зелёный	*/
        background-image: url(../Images/view_3.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /*transition: all 1s ease; /*transition: width 2s, height 2s, background-color 2s, rotate 2s; */ */
    }
        /*.imgback:hover {
            rotate: 360deg;
        }*/
    .imgback-color {
        background-color: whitesmoke; /*светло--светло зелёный	*/
    }

    .htmlIndex {
        background: none;
        background-color: #edfaed; /*#e5e5e5	*/
    }

    body {
        color: #333;
        font-size: .85em;
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
        margin: 0px 0px 0px 0px; /* top right bottom left */
        /*opacity: 0.65;
        background-color: #a6dbed;*/
    }

    #siteHeader {
        z-index: 20; /*    верхний слой - 100, нижний слой - 1 */
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        background-color: #204060; /*темно-серый*/
        /*background-color: darkblue; темно-синий*/
        color: #fff;
    }

    .siteFooter {
        z-index: 20;
        height: 20px;
        position: fixed;
        left: 5px;
        bottom: 0;
        width: 99%;
        background-color: #e5e5e5;
        color: black;
    }

    .blur {
        opacity: 0.3
    }
    .blur-0 {
        opacity: 0
    }

    #filtersForm.w800,
    td.w800 {
        width: 800px;
    }

    #filtersForm.w1200,
    .w1200 {
        width: 1200px;
    }


    /*	section pageBody
--------------	*/
    #pageBody {
        margin: 90px 0px 40px 10px;
    }


    #pageMenu,
    #blankLayoutPageMenu,
    #subPageMenu,
    #subsubPageMenu,
    #subPageMenuformPanel,
    #subPageMenuform2Panel,
    #subPageMenuformScrollPanel,
    #subPageMenuHistoryPanel {
        z-index: 19; /*    верхний слой - 100, нижний слой - 1 */
        background-color: #e5e5e5;
        position: fixed;
        right: 4px; /**/
        left: 4px;
        padding: 15px 0px 5px 15px;
        margin-top: -15px;
        /*height: 30px;*/
        font-size: small;
        font-weight: 600;
        border-bottom: solid thin grey; /**/
 
    }
    /* меню страницы для шаблона _BlankLayout.cshtml сдвинуто вверх на 35px*/
    #blankLayoutPageMenu {
        margin-top: -50px; /*  style ="margin-top: -35px;" */
    }

    /* подменю страницы для шаблона сдвинуто вниз на 15px*/
    #subPageMenu {
        margin-top: -15px; /*  style ="margin-top: -15px;" */
    }

    /* подподменю страницы для шаблона сдвинуто вниз на 15px*/
    #subsubPageMenu {
        margin-top: -15px; /*  style ="margin-top: -35px;" */
    }


    #subPageMenuformPanel {
        width: 80%;
        margin-left: 10%;
        /*margin-top: 1px;   верхнее поле под меню */
        margin-bottom: 50px;
    }

    #subPageMenuform2Panel {
        width: 80%;
        margin-left: 11%;
        margin-top: 1px; /*  верхнее поле под меню */
        margin-bottom: 50px;
    }

    #subPageMenuformScrollPanel, #subPageMenuHistoryPanel {
        width: 79%;
        margin-left: 12%;
        margin-bottom: 50px;
        /*margin-top: 0px;*/
    }


    #subPageMenuHistoryPanel {
        margin-top: -1px; /*верхнее поле под меню */
    }


    table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: 0.75em;
        border: 0 none;
        display: block;
    }

    th {
        font-size: 1.0em;
        /*text-align: left;*/
        border: solid 1px #fff;
        padding-left: 0;
    }

    a, a:visited {
        color: #00f;
        padding: 0 2px 0 2px;
        font-size: 14px;
    }

        a:hover {
            color: #0066ff;
        }

    textarea {
        width: 95%; /*max-width:inherit; text-wrap:avoid; */
    }

    .textHelp {
        font-style: italic !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .textHelpBlue {
        color:blue;
        font-style: italic !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .filtered {
        color: darkmagenta;
    }

    input[type="submit"],
    input[type="button"],
    button,
    .button_a {
        /*background-color: #d3dce0;*/
        /*background-color: #c6cfe7; 		#14cc98;*/
        background-color: #d3dce0; /*		#14cc98;*/
        border-radius: 3px;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.0em;
        /*font-weight: bold;*/
        padding: 2px 10px 2px 10px;
        /*margin-right: 8px;*/
        width: auto;
        color: blue;
        font-size: 14px;
        display: inline-block;
    }

        input[type="submit"].extra  {
            padding: 10px 10px 10px 10px;
            font-weight: 600;
            font-size: large;
        }

     /*.button_a {
        display: inline-block;
    }*/
    .button_a_del {
        background-color: #d3dce0;
        border-radius: 5px;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        padding: 0px 3px 0px 3px;
        width: auto;
    }

    /* Класс для неактивных ссылок */
    a.disabled, .button_a.disabled, input[type="submit"].disabled, input[type="button"].disabled {
        pointer-events: none; /* делаем элемент неактивным для взаимодействия */
        cursor: default; /*  курсор в виде стрелки */
        color: #888; /* цвет текста серый */
    }

    /* Класс для неактивных ссылок при вызове истории */
    a.disabledHistory, .button_a.disabledHistory, input[type="submit"].disabledHistory, input[type="button"].disabledHistory {
        pointer-events: none; /* делаем элемент неактивным для взаимодействия */
        cursor: default; /*  курсор в виде стрелки */
        color: #888; /* цвет текста серый */
    }


    /* Класс для неактивных стадий */
    .noActive, a.noActive {
        pointer-events: none; /* делаем элемент неактивным для взаимодействия */
        cursor: default; /*  курсор в виде стрелки */
        color: #888 !important; /* цвет текста серый  */
    }

    /* Класс для неактуальных записей списка */
    .colorGrey {
        color: slategrey;
    }

    /* Класс расчётных показателей */
    .colorCalc {
        color: darkgoldenrod;
    }

    /* Класс игнорируемых показателей (приостановки, консервации, ..., не влияющие на расчётные показатели) */
    .colorIgnore {
        color:   indigo;
    }


    /*input:focus, textarea:focus {	*/

    input[type="submit"]:hover, input[type="button"]:hover {
        background-color: #d0d0fb; /* lilac */
    }

    input:hover { /* подсветка полей ввода	*/
        background-color: #fcfbcf; /* yellow */
    }

    /*button:hover {}*/

    select {
        width: 95%; /*max-width:inherit; text-wrap:avoid; */
        z-index: 100;
    }

    /*	forms
------------------	*/

    fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

        fieldset legend {
            display: none;
        }

    /*--- Element IDs
--------------------------*/

    #companyName {
        padding-left: 15px;
        height: 1.4em;
        font-size: 0.8em;
        font-weight: 600;
    }

    #siteTitle {
        height: 30px;
        font-size: 1.2em;
        /*font-size: 1.4em;*/
        color: #ccc;
        font-weight: bold;
        /*padding: 5px 0px 5px 15px;
        margin: 0px 60px -1px 0px;*/
        margin: 5px 0px 5px 15px;
        border-bottom: #e2e2e2 solid thin;
    }



    /* login	*/
    #login {
        /*background-color: #0b462a;*/
        /*background-color: slategrey;*/
        position: absolute;
        top: 5px;
        right: 0px; /* */
        /*padding-right: 10px;*/
        font-size: .9em;
        text-align: right;
        /*z-index: 100;*/
    }

        #login a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }



    /*	user new docs counter 	*/
    #docCounter {
        position: absolute;
        top: 10px;
        right: 200px;
        font-size: .9em;
        color: red;
        /*color:#f8b730;*/
        font-weight: bold;
        border: solid thin white;
        width: 50px;
        height: 20px;
        text-align: center;
        background-color: #d0d0fb;
        /*	text-align: right;*/
    }

    #docActionLink {
        position: absolute;
        top: 10px;
        right: 252px;
        font-size: .9em;
        color: red;
        /*color:#f8b730;*/
        font-weight: bold;
        border: solid thin white;
        width: 110px;
        height: 20px;
        text-align: center;
        background-color: #d0d0fb;
        /*	text-align: right;*/
    }
    /*	количество входящих сообщений 	*/
    #getCounter {
        position: absolute;
        top: 10px;
        right: 600px;
        font-size: .9em;
        color: red;
        /*color:#f8b730;*/
        font-weight: bold;
        border: solid thin white;
        width: 50px;
        height: 20px;
        text-align: center;
        background-color: #d0d0fb;
        /*	text-align: right;*/
    }

    #getActionLink {
        position: absolute;
        top: 10px;
        right: 650px;
        font-size: .9em;
        color: red;
        /*color:#f8b730;*/
        font-weight: bold;
        border: solid thin white;
        width: 100px;
        height: 20px;
        text-align: center;
        background-color: #d0d0fb;
        /*	text-align: right;*/
    }

    /*	количество переданных на регистрацию сообщений 	*/
    #messageCounter, #returnOksCounter {
        position: absolute;
        top: 40px;
        right: 50px;
        font-size: .9em;
        color: red;
        /*color:#f8b730;*/
        font-weight: bold;
        border: solid thin white;
        width: 50px;
        height: 25px;
        text-align: center;
        background-color: #d0d0fb;
        /*	text-align: right;*/
    }

    #messageActionLink, #returnOksActionLink {
        position: absolute;
        top: 40px;
        right: 100px;
        font-size: .9em;
        color: red;
        /*color:#f8b730;*/
        font-weight: bold;
        border: solid thin white;
        width: 300px;
        height: 25px;
        text-align: center;
        background-color: #d0d0fb;
        /*	text-align: right;*/
    }

    #jobActionLink {
        position: absolute;
        top: 10px;
        right: 60px;
        font-size: .9em;
        font-weight: bold;
        border: solid thin white;
        /*border-color: white;*/
        border-color: red;
        width: 320px;
        height: 20px;
        text-align: center;
        background-color: #d0d0fb;
        padding-top: 20px;
        padding-bottom: 20px;
        /*background-color:lightyellow;*/
    }

    input[type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
    }


    #pageMenu input[type="submit"],
    #pageMenu input[type="button"],
    #pageMenu a,
    #subPageMenu input[type="submit"],
    #subPageMenu input[type="button"],
    #subPageMenu a,
    #subPageMenuformPanel input[type="submit"],
    #subPageMenuformPanel input[type="button"],
    #subPageMenuformPanel a,
    #subPageMenuform2Panel input[type="submit"],
    #subPageMenuform2Panel input[type="button"],
    #subPageMenuform2Panel a,
    #subPageMenuHistoryPanel input[type="submit"],
    #subPageMenuHistoryPanel input[type="button"],
    #subPageMenuHistoryPanel a,
    #subPageMenuformScrollPanel input[type="submit"],
    #subPageMenuformScrollPanel input[type="button"],
    #subPageMenuformScrollPanel a,
    #blankLayoutPageMenu input[type="submit"],
    #blankLayoutPageMenu input[type="button"],
    #blankLayoutPageMenu a {
        background-color: transparent; /**/
        border-radius: 0px; /**/
        border: none;
        cursor: pointer;
        text-decoration: none;
        font-size: 1.0em;
        font-weight: normal;
        color: blue;
        padding: 0px 10px 2px 10px;
    }

        #pageMenu input[type="submit"]:hover,
        #pageMenu input[type="button"]:hover,
        #pageMenu a:hover,
        #subPageMenu input[type="submit"]:hover,
        #subPageMenu input[type="button"]:hover,
        #subPageMenu a:hover,
        #subPageMenuformPanel input[type="submit"]:hover,
        #subPageMenuformPanel input[type="button"]:hover,
        #subPageMenuformPanel a:hover,
        #subPageMenuform2Panel input[type="submit"]:hover,
        #subPageMenuform2Panel input[type="button"]:hover,
        #subPageMenuform2Panel a:hover,
        #subPageMenuHistoryPanel input[type="submit"]:hover,
        #subPageMenuHistoryPanel input[type="button"]:hover,
        #subPageMenuHistoryPanel a:hover,
        #subPageMenuformScrollPanel input[type="submit"]:hover,
        #subPageMenuformScrollPanel input[type="button"]:hover,
        #subPageMenuformScrollPanel a:hover,
        #blankLayoutPageMenu input[type="submit"]:hover,
        #blankLayoutPageMenu input[type="button"]:hover,
        #blankLayoutPageMenu a:hover {
            color: #333;
            background-color: #d0d0fb; /*lilac*/
        }

    /*#pageMenu a {
			padding: 2px 10px 2px 10px;
			text-decoration:none ;
			font-weight:normal ; 
		}*/


    /* main menu	-------------*/
    ul#menu { /* menu container */
        margin: 0px;
        padding: 5px 0px 8px 0px; /* top right bottom left*/
        text-align: left;
        font-weight: 600;
        font-size: 0.95em;
    }

        ul#menu li { /* first level static menu */
            float: left; /**/
            display: inline; /**/
            padding: 0px 0px 4px 10px;
            color: blue;
        }

            ul#menu li a { /* first level static menu items */
                display: inline; /**/
                margin: 0 0 0px 0; /* drop down menu line interval */
                background: none;
                color: #ccc;
                text-decoration: none;
            }

                ul#menu li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

            ul#menu li:hover ul {
                display: block;
            }

            ul#menu li ul { /* second level drop down menu block */
                display: none;
                margin: 4px 0px 0px 10px; /*top right bottom left */
                padding: 5px 10px 5px 10px; /*5*/
                position: absolute; /**/
                background-color: #d0d0fb; /**/ /*#d2e0fb	*/
                z-index: 1;
            }

                ul#menu li ul li { /* second level drop down menu items */
                    float: none; /**/
                    text-align: left; /* */
                    margin: 0px 0px 0px 0px; /*top right bottom left */
                    padding: 0px 0px 0px 0px;
                }

                    ul#menu li ul li a {
                        display: block;
                        background: none;
                        color: #333;
                        text-decoration: none;
                    }

                        ul#menu li ul li a:hover {
                            color: #983fd5; /* #560ead    #8643d6;*/
                        }


                ul#menu li ul.displayed {
                    display: block;
                    background-color: #c0c0fb; /**/ /*#d2e0fb	*/
                }

            ul#menu li a.displayed {
                color: #b0b0fb;
            }

    /* Выделение важных полей
    -----------------------------	*/
    #cNom, #formPanelCounter {
        background-color: #fcfbcf;
        border: medium groove #f8b730;
        font-weight: 600;
        /*font-size:larger ;*/
        color: red;
        height: 25px;
    }

    .titleField {
        font-weight: 400;
        font-size: 15px;
        color: darkgreen;
        text-align: left;
        /*background-color: lightgray;*/
    }

    .importantField {
        font-weight: 600;
        font-size: large;
        color: white;
        text-align: center;
        background-color: cornflowerblue;
    }

    .importantRow td {
        background-color: #00ffb7;
        font-weight: 600 !important;
        color: blue;
    }

    .BoldRow td {
        font-weight: bold !important;
    }

    .importantRowPlan {
        background-color: #7bd5de;
        border: none;
        /*border: groove;*/
        border-color: #f8b730;
        font-weight: 600;
        font-size: small;
        color: blue;
    }

    .importantRowBorder {
        border: solid;
        /*border: groove;*/
        border-color: #f8b730;
    }

    .eye_open {
        background-image: url(../Images/eye_open.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
    }

    .eye_close {
        background-image: url(../Images/eye_close.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
    }

    .point {
        background-image: url(../Images/bull_black.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
    }

    .point_green {
        background-image: url(../Images/bull_green.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
    }

    .point_orange {
        background-image: url(../Images/bull_orange.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
    }

    .point_red {
        background-image: url(../Images/bull_red.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
    }

    .ball_green {
        background-image: url(../Images/Шар_green.png);
        background-repeat: no-repeat;
        background-position: center;
        padding-right: 20px;
        height: 45px;
        width: 45px;
    }

    .ball_orange {
        background-image: url(../Images/Шар_orange.png);
        background-repeat: no-repeat;
        background-position: center;
        padding-right: 20px;
        height: 45px;
        width: 45px;
    }

    .ball_red {
        background-image: url(../Images/Шар_red.png);
        background-repeat: no-repeat;
        background-position: center;
        padding-right: 20px;
        height: 45px;
        width: 45px;
    }

    .cursor {
        background-image: url(../Images/sarrow42.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
    }

    .importantGridtd {
        font-size: small;
        padding: 2px 4px 2px 4px;
        font-weight: 800;
        color: red;
    }

    /* Выделение неактивных строк*/
    .NoActiveRow {
        background-color: lightgrey;
        border: none;
        /*border: groove;*/
        border-color: #f8b730;
        /*font-weight: bold;
        font-size: larger;*/
        color: lightslategrey;
    }

    #cPswOrgSmdo, #cPswOrgCorp, #cPswOrgMail {
        background-color: lightgrey;
        color: darkgrey;
    }

    .backGroundColor {
        background-color: lightsteelblue;
    }

    #IsImportFilter, #IsExportFilter, #IsVolumeFilter, #IsPrGodFilter, #IsCodeProductFilter, #IsProductFilter, #IsNearFilter, #IsFarFilter, #IsOnlyMesFilter {
        background-color: #fcfbcf;
        /*border: medium groove #f8b730 ;*/
        border: medium groove red;
        width: 20px;
        height: 20px;
    }



    #docFilterSelectedValues p {
        margin: 0px;
    }

    /*	Classes
````````````````````````````````````````````````````*/
    .table-scroll {
        display: block;
        width: 100%;
        overflow: scroll;
        position: absolute;
    }

    /* floatLeftPane - кнопка слева от таблицы
--------------------------------------------	*/
    .floatLeftPane {
        float: left;
        /*padding:10px;*/
        margin-right: 5px;
    }

    .floatRightPane {
        float: right;
        /*padding:10px;*/
        margin-left: 5px;
    }

    /* validation error text
----------------------------	*/
    .field-validation-error {
        color: red;
    }

    .validation-summary-errors {
        color: Red;
    }

    .errorMessage {
        font-weight: bold !important;
        font-style: italic;
        color: red;
        font-size: large !important;
        margin-left: 30px;
        margin-bottom: 5px;
    }

    .message {
        font-weight: bold;
        color: green;
        font-size: 14px;
    }

    .textPage {
        font-weight: 800;
        color: black;
        font-size: 14px;
        margin-left: 30px;
        margin-bottom: 5px;
        border: 5px solid red;
    }

    /* Для несуществующих стадий в списке ОКС*/
    .textcolorGrey td {
        color: #888;
    }

    .borderRed {
        /*border:dotted 3px brown !important;*/
        color: crimson !important;
    }

    .borderBlue {
        border: 3px solid dodgerblue;
        background-color: #cceeff;
    }

    .borderGreen {
        border: 3px solid aquamarine;
        background-color: #ddffee;
    }

    .borderOrange {
        border: 3px solid orange;
        background-color: #fffeee;
    }

    .backgroundcolorRed td {
        background-color: mistyrose !important;
    }

    /* Для удалённых ОКС*/
    .backgroundcolorGrey td {
        background-color: silver !important;
    }

    /* Отказ от реализации проекта*/
    .backgroundcolorYellow td {
        background-color: #cceeff !important;
    }

    /* Для завершённых строительством ОКС*/
    .backgroundcolorGreen td {
        background-color: #ddffee !important;
    }

    /* Для блока деактуализациии */
    .th_backgroundcolorBlue th {
        background-color: #e2e2ee !important;
    }

    /* Для блока деактуализациии */
    .td_backgroundcolorBlue td {
        background-color: #e2e2ee !important;
    }


    /* Фон Голубой для всего */
    .backgroundcolorBlue {
        background-color: #cceeff !important;
    }

    /* Фон жёлтый для всего */
    .backgroundcolorYellow {
        background-color: #fffeee !important;
    }

    /* Фон зелёный для всего */
    .backgroundcolorGreen {
        background-color: #ddffee !important;
    }

    /*	data grid table	
----------------------------*/

    .dataGrid {
        margin: 0px 1% 10px 1%;
        width: 98%;

    }

         .dataGrid th {
            font-size: small;
            font-weight: 400;
            vertical-align: top;
            text-align: center;
            padding: 2px 2px 2px 2px;
            background-color: #d3dce0;
            border-style: solid;
            border-color: grey;
        }


        .dataGrid tr:nth-child(odd) td {
            text-align: left;
            font-size: small;
            font-weight: 400;
            padding: 2px 4px 2px 4px;
            vertical-align: top;

            background-color: #e2e2e2;
            border: 1px solid grey;
        }

        .dataGrid tr:nth-child(even) td {
            text-align: left;
            font-size: small;
            font-weight: 400;
            padding: 2px 4px 2px 4px;
            vertical-align: top;
            background-color: #e2e2e2;
            border: 1px solid grey;
 
        }

    .data-table {
        width: 100%;
        border-collapse: collapse;
    }

        .data-table th, .data-table td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #ddd;
            /*white-space: nowrap;*/
        }

        .data-table tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .data-table tbody tr:hover {
            background-color: #e6f0f7;
        }

        /* НОВОЕ: Магия для "заморозки" строки и столбца */
        /* 1. "Приклеиваем" заголовок таблицы к верху обертки */
        .data-table thead th {
            position: sticky;
            top: 0;
            background-color: #f5f5f5;
            z-index: 2; /* Должен быть выше ячеек */
        }

        /* 2. "Приклеиваем" первый столбец к левому краю */
        .data-table th:first-child,
        .data-table td:first-child {
            position: sticky;
            left: 0;
            z-index: 1;
            border-right: 1px solid #c7c7c7;
        }

        /* 3. Устанавливаем фон для приклеенных ячеек, чтобы текст под ними не просвечивал */
        .data-table th:first-child {
            background-color: #f5f5f5; /* Фон для ячейки заголовка */
            z-index: 3; /* Самый верхний элемент в углу */
        }

        .data-table td:first-child {
            background-color: white; /* Фон для обычной строки */
        }

        .data-table tr:nth-child(even) td:first-child {
            background-color: #f9f9f9; /* Фон для "зебры" */
        }







    .dataGridAnalytic {
        margin: 0px 1% 10px 1%;
        width: 98%;
        font-size: x-large;
        font-weight: 400;
        /*background-color: #d3dce0;*/
        /*border: solid #d3dce0;*/
    }

        .dataGridAnalytic th {
            font-size: xx-large;
            font-weight: 600;
            vertical-align: top;
            text-align: center;
            padding: 50px 20px 50px 20px;
            border:none;
            /*background-color: darkgray;
            border: inset 5px;*/
        }

        .dataGridAnalytic tr td {
            text-align: left;
            font-size: x-large;
            font-weight: 400;
            padding: 2px 4px 2px 4px;
            /*border: inset 2px white;*/
        }

    .dataGridAnalyticOtch {
        margin: 0px 1% 10px 1%;
        width: 98%;
        font-size: x-large;
        font-weight: 400;
        /*background-color: #d3dce0;*/
        border: solid white;
    }

        .dataGridAnalyticOtch th {
            font-size: x-large;
            font-weight: 600;
            vertical-align: top;
            text-align: center;
            padding: 5px 5px 5px 5px;
            /*background-color: darkgray;*/
            border: solid 2px white;
        }

        .dataGridAnalyticOtch tr td {
            text-align: left;
            font-size: x-large;
            font-weight: 400;
            padding: 2px 0px 2px 2%;
            border: solid 1px white;
        }

    .dataGridAnalyticFind {
        margin: 0px 1% 10px 1%;
        width: 98%;
        /*font-size: x-large;
        font-weight: 400;*/
        border: solid white;
    }

        .dataGridAnalyticFind th {
            /*font-size: x-large;
            font-weight: 600;*/
            vertical-align: top;
            text-align: center;
            padding: 5px 5px 5px 5px;
            /*background-color: gra darkgray;*/
            border: solid 2px white;
        }

        .dataGridAnalyticFind tr td {
            text-align: left;
            /*font-size: x-large;
            font-weight: 400;*/
            padding: 2px 2px 2px 2px;
            border: solid 2px white;
        }




    .reportGrid {
        /*width: 100%;*/
        margin: 0px 1% 10px 1%;
        width: 98%;
        /*max-width:90%;
		min-width:90%;*/
    }





        .reportGrid th {
            /*font-size: small;*/
            font-weight: 600;
            vertical-align: top;
            text-align: center;
            padding: 2px 2px 2px 2px;
            background-color: #d3dce0;
            border-style: solid;
            border-color: grey;
        }


        .reportGrid tr td {
            text-align: left;
            /*font-size: small;*/
            font-weight: 600;
            padding: 2px 4px 2px 4px;
            vertical-align: top;
            background-color: #e2e2e2;
            border: 1px solid grey;
        }




    #dNA, #dKA, #nYear, #nMonth {
        background-color: aliceblue;
        border: 1px solid grey;
        width: 90px;
    }

    /*#nSum, #nSum1, #nSum11, #nSum12, #nSum2, #nSum3, #nSum4 {
        background-color: aliceblue;
        border: 1px solid grey;
        width: 90px;
    }*/

    .RegViewField {
        font-size: large !important;
        font-weight: 600 !important;
        font-style: italic;
        color: blue;
    }
    .RegViewNumber {
        font-size: medium !important;
        font-weight: 600 !important;
        color: blue;
    }

    .div-border-filter {
        border: 3px solid blue;
    }

    .table-scroll th {
        font-size: small;
        font-weight: 200;
        vertical-align: top;
        text-align: center;
        padding: 2px 2px 2px 2px;
        background-color: #d3dce0;
        border-style: solid;
        border-color: grey;
    }

    .table-scroll tr {
        border: 1px solid grey;
        background-color: #e2e2e2;
    }

    .table-scroll td {
        font-size: small;
        border: 1px solid grey;
        background-color: #e2e2e2;
    }

    .textGrid {
        margin: 0px 1% 10px 1%;
    }

        .textGrid th {
            font-size: small;
            font-weight: 200;
            vertical-align: top;
            text-align: center;
            padding: 2px 2px 2px 2px;
            background-color: #e2e2e2;
            /*border-style: solid;
			border-color: grey;*/
        }

        .textGrid tr {
            border: 1px dashed grey;
        }

            .textGrid tr td {
                font-size: small;
                font-weight: 600;
                padding: 2px 4px 2px 4px;
                vertical-align: top;
                text-align: left;
                background-color: #e2e2e2;
                /*border: 1px solid grey;*/
            }


    .dataGridDocCard {
        /*width: 100%;*/
        margin: 0px 1% 0 1%;
        min-width: 50%;
    }

        .dataGridDocCard th {
            font-size: small;
            font-weight: 200;
            vertical-align: top;
            text-align: center;
            padding: 2px 4px 2px 4px;
            background-color: #aae6d9;
            /*background-color: #f8b730;*/
            border-style: solid;
            border-color: grey;
        }

        .dataGridDocCard tr:nth-child(odd) td {
            font-size: small;
            padding: 2px 4px 2px 4px;
            vertical-align: top;
            background-color: #70d0cd;
        }

        .dataGridDocCard tr:nth-child(even) td {
            font-size: small;
            padding: 1px 4px 1px 4px;
            background-color: #70d0cd;
            /*background-color: #3eded8;*/
            vertical-align: top;
        }

    .cardGrid {
        margin: 0px 1px 10px 1px;
        border-style: none;
        border-color: white;
    }

        .cardGrid th {
            background-color: #e2e2e2;
            border: 1px dashed grey;
            font-weight: 400;
        }

        .cardGrid tr {
            font-size: 14px;
            border-style: none;
            border-color: black;
        }

            .cardGrid tr td {
                font-size: 14px;
                font-weight: 600;
                padding: 2px 1px 2px 1px;
                background-color: #e2e2e2;
            }


            .cardGrid tr.delimiter {
                border: 2px solid grey;
            }

    .delimiter {
        border: 2px solid grey;
    }

    .dataGridCard {
        margin: 0px 3% 0 3%;
        min-width: 60%;
        max-width: 80%;
    }

        .dataGridCard th {
            font-size: small;
            vertical-align: top;
            text-align: center;
            padding: 2px 4px 2px 4px;
            /*background-color: #f8b730;  */
            background-color: #aae6d9;
            border-style: solid;
            border-color: grey;
        }

        .dataGridCard td {
            font-size: small;
            padding: 2px 4px 2px 4px;
            background-color: #70d0cd;
            /*background-color: lightgrey;*/
            vertical-align: top;
        }

    .indexSection {
        width: 70%;
        margin-left: 15%;
        background-color: #aae6d9;
        text-align: right;
    }

    .indexSection_Full {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        background-color: #aae6d9;
    }


    .filterDiv {
        /*width: auto;*/
        width: 70%;
        margin-left: 15%;
        /*background-color: white; 
		background-color: #e5e5e5; 
		background-color: wheat ; 
		background-color: lightskyblue; 
		background-color:  #a3c6fa; */
        background-color: #a3c6fa;
    }

    .r_hide {
        display: none;
    }

    .filterSection, .filterSectionShow {
        /*width: auto;*/
        /*margin-left: 3%;*/
        margin: 0px 1% 0px 1%;
        /*width: 70%;*/
        height: auto;
        background-color: #e2e2e2;
        border: 1px solid black;
    }

        .filterSection, .filterSectionShow th {
            text-align: left;
            border: none;
            /*border-top:solid 2px white;*/
            padding: 4px 4px 2px 4px;
            font-weight: 600;
            color: #204060;
        }
 
        .filterSection, .filterSectionShow td {
            padding: 0px 4px 2px 4px;
            background-color: #e2e2e2;
            font-weight: 600;
        }

            .filterSection tr {
                border-bottom: dotted 1px darkgrey; /*white;*/
                /*border-bottom-style: dotted;*/
            }

    .dataView {
        /*width:70%; 
		margin-left:15%;*/
                max-width: 65%;
                margin-left: 1%;
                background-color:  #70d0cd;
            }

        .dataView th {
            text-align: center;
            font-size: small;
            font-weight: 200;
            vertical-align: top;
            padding: 4px 4px 2px 4px;
            background-color: #aae6d9; /* */
            border: thin solid black;
            color: #204060;
        }

        .dataView td {
            padding: 0px 1px 1px 10px;
        }


    .dataCreateDocResol {
        /*width:60%; 
		margin-left:15%;*/
        max-width: 99%;
        margin-left: 1%;
        background-color: #70d0cd;
    }

        .dataCreateDocResol th {
            text-align: center;
            font-size: small;
            font-weight: 200;
            vertical-align: top;
            padding: 4px 4px 2px 4px;
            background-color: #aae6d9; /* */
            border: thin solid black;
            color: #204060;
        }

        .dataCreateDocResol td {
            padding: 0px 1px 1px 10px;
        }



    .dataViewPhrase {
        /*width:40%; 
		margin-left:15%;*/
        max-width: 98%;
        margin-left: 1%;
        background-color: #aae6d9;
    }

        .dataViewPhrase th {
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            vertical-align: top;
            padding: 4px 4px 2px 4px;
            /* background-color: #aae6d9;  */
            border: thin solid black;
            color: #204060;
        }

        .dataViewPhrase td {
            padding: 5px 5px 5px 5px;
            font-size: 16px;
            font-style: italic;
        }








    .dataViewInfo {
        /*width:70%; 
		margin-left:15%;*/
        /*width:65%;*/
        min-width: 60%;
        max-width: 80%;
        margin-left: 1%;
        /*background-color: #e5e5e5;*/
        background-color: #70d0cd;
    }

        .dataViewInfo th {
            text-align: center;
            font-size: small;
            font-weight: 600;
            vertical-align: top;
            padding: 4px 4px 2px 10px;
            background-color: #aae6d9; /* */
            border: thin solid #ddd;
            color: #204060;
        }


    table.table_Sorted_стрелки {
    }

        table.table_Sorted_стрелки thead tr .header {
            background-image: url(../Images/bg.gif);
            background-repeat: no-repeat;
            padding-bottom: 10px;
            /*background-color: #f8b730;  */
            background-position: center bottom;
            border-style: solid;
            border-color: grey;
        }

        table.table_Sorted_стрелки thead tr .headerSortUp {
            background-image: url(../Images/asc.gif);
            /*background-color: #f8b730;  */
            color: blue; /* */
        }

        table.table_Sorted_стрелки thead tr .headerSortDown {
            background-image: url(../Images/desc.gif);
            /*background-color: #f8b730;  */
            color: blue; /* */
        }







    .dataEdit {
        /*width: auto;*/
        width: 70%;
        margin-left: 15%;
        background-color: lightgrey;
    }

        .dataEdit th {
            text-align: center;
            border: thin solid #ddd;
            padding: 4px 4px 2px 4px;
            font-weight: 600;
            color: #204060;
            background-color: #f8b730; /* */
            font-size: small;
        }


        .dataEdit tr:nth-child(odd) td {
            padding: 0px 20px 2px 20px;
            background-color: lightgrey;
        }

        .dataEdit tr:nth-child(even) td {
            padding: 0px 20px 2px 20px;
            background-color: white;
        }


    /*	details view table	-----*/

    .detailView {
        margin: 0px 2% 0 2%;
        min-width: 60%;
    }

        .detailView th {
            font-size: small;
            vertical-align: top;
            text-align: center;
            padding: 2px 4px 2px 4px;
            background-color: #3eded8; /* */
            border: thin solid #555;
        }

        .detailView td {
            vertical-align: top;
            font-size: small;
            border: solid 1px gray;
            padding: 4px 10px; /* top-bottom left-right */
            background-color: #a6dbed; /* */
        }

        .detailView Select {
            width: 100%; /*drop down list - 100% of td width */
        }

        .detailView Input {
            width: 99%; /*drop down list - 100% of td width */
        }

    .g_edit {
        z-index: 1; /**/
    }

    .g_hide {
        z-index: 1; /**/
        display: none !important;
    }


    .red_field {
        font-weight: 800;
        color: red;
    }


    /* Пометка ошибочных списков chosen */
    /*.chosen-container-multi.input-validation-error .chosen-choices {
        border: 2px solid #e62828;
    }*/

    .chosen-container-single.input-validation-error .chosen-single {
        border: 2px solid pink;
    }

    /************************************** 
	Images
***************************************/
    .home {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        /*background:  url(../Images/home.png) no-repeat;*/
        height: 24px;
        width: 22px;
        float: left;
        overflow: hidden;
        border: none; /**/
        margin: 0 0 0 0px;
        /*padding:0;*/
        display: inline;
    }

    .edit {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/editL.gif) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.delete {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/deleteL.gif) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.Крест {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/Крест_3.png) no-repeat;
        height: 25px;
        width: 25px;
        float: right;
        /*overflow: hidden;*/
        /*	border:none;*/
        display: inline;
    }

    a.details {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/detailsL.gif) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.create {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/createL.gif) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.role {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/roleL.gif) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.journal {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/journalL.gif) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.subst {
        /*background:no-repeat  url(/Content/themes/lilac/images/subst.gif) 0 0;*/
        background: url(../Images/substL.gif) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    td.importantRowBorder {
        background: url(../Images/sarrow42.png) no-repeat;
        height: 30px;
        width: 30px;
        /*float: left;
		overflow: hidden;
		display: inline;*/
    }


    /*Задание*/
    a.detailsL_exec {
        /*background:no-repeat  url(/Content/themes/lilac/images/substL_exec.gif) 0 0;*/
        background: url(../Images/detailsL_exec.gif) no-repeat;
        height: 24px;
        width: 20px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.doccard {
        background: url(../Images/doccard.png) no-repeat;
        height: 30px;
        width: 20px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.detailsL_doccard {
        background: url(../Images/detailsL_doccard.gif) no-repeat;
        height: 28px;
        width: 20px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }


    a.post {
        background: url(../Images/post_6.png) no-repeat;
        height: 25px;
        width: 23px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }


    a.attach {
        background: url(../Images/clip16.png) no-repeat;
        height: 16px;
        width: 18px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }


    a.attachScan {
        background: url(../Images/clip16_scan.jpg) no-repeat;
        height: 24px;
        width: 22px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.attachScanDoc {
        background: url(../Images/clip16_scan.jpg) no-repeat;
        height: 24px;
        width: 22px;
        position: absolute;
    }

    .imgUp {
        display: none; /**/
    }



    .imgDown {
        /*display:none;*/
    }

    a.mail {
        background: url(../Images/mail.png) no-repeat;
        height: 17px;
        width: 30px;
        float: right;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.union {
        background: url(../Images/union.ico) no-repeat;
        height: 20px;
        width: 15px;
        float: right;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    .signDoc {
        background: url(../Images/mail.png) no-repeat;
        margin-right: 30%;
        width: 64px;
        height: 64px;
    }


    a.hide-row {
        background: url(../Images/arrow.png) no-repeat;
        height: 30px;
        width: 30px;
        float: left;
        /*overflow: hidden;
			border:none;*/
        display: inline;
    }


    a.hide_1 {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/hide.jpg) no-repeat;
        height: 26px;
        width: 20px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }

    a.activate {
        /*background:no-repeat  url(/Content/themes/lilac/images/delete.gif) 0 0;*/
        background: url(../Images/Undo-icon.png) no-repeat;
        height: 20px;
        width: 20px;
        float: left;
        overflow: hidden;
        /*	border:none;*/
        display: inline;
    }


    /*	Не показывать на экране
--------------------------	*/
    #printHeader {
        display: none;
    }

    .fieldPrint {
        display: none;
    }


    .error {
        color: red;
    }

    .forSorter {
        max-width: 5px;
        color: rgba(255, 255, 255, 0.00);
    }

    /*	Позиционирование в центре экрана
--------------------------	*/
    /* Для таблицы*/
    .table_center {
        position: absolute; /* Абсолютное позиционирование блока */
        left: 50%; /* Отступ в процентах от левого края окна */
        width: 80%; /* Ширина блока */
        margin-left: -40%; /* Отрицательный отступ от левого края страницы, должен равняться половине ширины блока со знаком минус */
    }

    #absolute-center {
        position: absolute; /* Абсолютное позиционирование блока */
        top: 50%; /* Отступ в процентах от верхнего края окна */
        left: 50%; /* Отступ в процентах от левого края окна */
        width: 60%; /* Ширина блока */
        height: 550px; /* Высота блока */
        margin-top: -275px; /* Отрицательный отступ от верхнего края страницы, должен равняться половине высоты блока со знаком минус */
        margin-left: -30%; /* Отрицательный отступ от левого края страницы, должен равняться половине ширины блока со знаком минус */
        /*background-color: #0b462a;*/
        background-color: whitesmoke;
        border-radius: 10px;
        border: 1px none grey;
        box-shadow: lightgray 10px 10px 20px 20px;
    }

    #static-center-login {
        position: absolute;
        top: 50%;
        left: 50%;
        color: black;
        width: 600px;
        margin-top: 200px;
        margin-left: -300px;
        /*height: 300px;*/
        background-color: whitesmoke;
        border-radius: 10px;
        border: 1px none grey;
        box-shadow: lightgray 10px 10px 20px 20px;
    }

    #static-center {
        position: static; /* Обычное позиционирование блока */
        color: black;
        /*background-color: #0b462a;*/
        margin: 0 20% 0 20%;
        width: 60%;
        background-color: whitesmoke;
        border-radius: 10px;
        border: 1px none grey;
        box-shadow: lightgray 10px 10px 20px 20px;
    }

    #static-right {
        position: relative;
        float: right;
        color: black;
        width: 15%;
        /*background-color: #0b462a;*/
        margin: 1px 10px 1px 10px;
        padding: 10px 10px 10px 10px;
        background-color: whitesmoke;
        border-radius: 10px;
        border: 1px none grey;
        box-shadow: lightgray 10px 10px 20px 20px;
    }
    /*	Панели ajax */

    #formAjaxPanel {
        display: none; /* отображается/скрывается в скриптах ЧП  */
        border-style: solid;
        border-color: blue;
        position: fixed;
        z-index: 999;
        width: 80%;
        margin-left: 10%;
        margin-top: 100px; /* верхний поле под меню */
        padding: 5px 10px 5px 10px; /* верх справа низ слева */
        background-color: #d7f4ed;
    }
    /*	панель списков видима всегда; при первой загрузке страницы
		в панели отображается контейнер @RenderBody() и в нём список, 
		при перевыводе списка как ЧП он загружается  в область listAjaxPanel
		и затирает контейнер @RenderBody()
	*/
    #listAjaxPanel {
    }
    /* м.б. потом понадобится */

    #closeButtonX {
        display: none; /* отображается/скрывается в скриптах ЧП  */
        position: fixed;
        z-index: 999;
        width: 81%;
        margin-left: 10%;
        margin-top: 82px; /* верхнее поле под меню */
        padding: 5px 10px 5px 15px; /* верх справа низ слева */
    }


    /* Панель для отображения частичного представления (справочники - вариант 2) */
    #formPanel, #form2Panel, #formLoaderPanel, #formScrollPanel, #historyPanel {
        display: none; /*отображается/скрывается в скриптах ЧП  */
        border-style: outset;
        border-color: orange;
        /*goldenrod;*/
        border-width: 5px;
        /*border-style:  double;
		border-color: white;
        border-width: 10px;*/
        position: fixed;
        z-index: 999;
        width: 80%;
        margin-left: 10%;
        margin-top: 40px; /* верхнее поле под меню */
        padding: 1px 10px 1px 10px; /* верх справа низ слева */
        background-color: white;
        scrollbar-base-color: darkgray;
    }

    #formPanel, #form2Panel {
        margin-top: 5%;
        margin-left: 10%;
        /*padding-bottom: 10%;*/
        position: center;
    }

    #form2Panel {
        border-color: blueviolet;
        width: 80%;
        margin-left: 11%;
    }

    #formScrollPanel, #historyPanel {
        margin-top: 60px; /* верхний поле под меню */
        margin-left: 12%;
        padding-bottom: 30%;
        overflow: scroll;
        margin-bottom: 60px; /* нижнее поле под меню */
    }


    #formLoaderPanel {
        margin-left: 25%;
        margin-top: 5%; /* верхний поле под меню */
        width: 50%;
    }



    /* Панель для отображения частичного представления сообщения о ходе процесса */
    #formPanelCounter {
        display: none; /*отображается/скрывается в скриптах ЧП  */
        max-width: 80%;
        color: blue;
    }

    /* Изображение выполнения процесса */
    #loaderPanel {
        display: none;
        position: fixed;
        height: 300px;
        width: 40%;
        margin-left: 25%;
        margin-top: 10%;
        /*background: url('../Images/ajax-loader.gif') center center no-repeat;
		background: url(../Images/Wait.gif) center center no-repeat; */
        background: url(../Images/777.gif) center center no-repeat;
        z-index: 999;
    }



    /* Выделение добавленной или изменённой строки (справочники - вариант 2)	*/
    .newOrUpdated {
        color: blue; /* цвет текста */
        background-color: #ccc;
    }

    ::-ms-reveal {
        border: 1px solid transparent;
        border-radius: 50%;
        box-shadow: 0 0 3px currentColor;
    }

    .refresh {
        height: 22px;
        width: 22px;
        overflow: hidden;
        border: none; /**/
        margin: 0 0 0 0px;
        /*padding:0;*/
        display: inline;
        color: rgba(255, 255, 255, 0)
    }

 

}
/* @media screen*/

