/* Minification failed. Returning unminified contents.
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(561,28): run-time error CSS1039: Token not allowed after unary operator: '-mce-g-color'
(583,8): run-time error CSS1032: Expected identifier or string, found ']'
(583,9): run-time error CSS1033: Expected closing bracket, found ','
(668,28): run-time error CSS1039: Token not allowed after unary operator: '-mce-g-color'
(1078,36): run-time error CSS1039: Token not allowed after unary operator: '-mce-g-color'
(1084,36): run-time error CSS1039: Token not allowed after unary operator: '-mce-g-color'
(1709,24): run-time error CSS1039: Token not allowed after unary operator: '-mce-g-color'
(1710,17): run-time error CSS1039: Token not allowed after unary operator: '-mce-g-color'
(1778,32): run-time error CSS1039: Token not allowed after unary operator: '-mce-g-color'
(1822,43): run-time error CSS1046: Expect comma, found '0'
(1822,46): run-time error CSS1046: Expect comma, found ')'
 */
/*#region Help */
/*#D90017 - красный*/
/*#FFDF26 - жёлтый*/
/*#endregion */


:root {
    --main-bg-color: #f2f2f2;
    --mce-g-color: #39A84A;
    --mce-gy-color: rgba(159, 159, 159, 0.75);
}


/*#region Main */
body {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00030c;
    font-family: 'Roboto', sans-serif;
    min-width: 285px;
    padding: 0;
    left: 0;
}

#bg_main1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/background-sz.jpg');
}

#bg_main2 {
    background-size: cover;
    background-repeat: no-repeat;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOTUiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, circle cover, rgba(0,0,0,0.6) 8%, rgba(188,188,188,0) 36%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.95) 65%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(8%,rgba(0,0,0,0.6)), color-stop(36%,rgba(188,188,188,0)), color-stop(45%,rgba(0,0,0,0.5)), color-stop(65%,rgba(0,0,0,0.95)));
    background: -webkit-radial-gradient(center, circle cover, rgba(0,0,0,0.6) 8%,rgba(188,188,188,0) 36%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.95) 65%);
    background: -o-radial-gradient(center, circle cover, rgba(0,0,0,0.6) 8%,rgba(188,188,188,0) 36%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.95) 65%);
    background: -ms-radial-gradient(center, circle cover, rgba(0,0,0,0.6) 8%,rgba(188,188,188,0) 36%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.95) 65%);
    background: radial-gradient(circle at 70%, rgba(0,0,0,0.6) 8%,rgba(188,188,188,0) 36%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.95) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#f2000000',GradientType=1 );
}

#bg_main1,
#bg_main2,
#bg_main3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1000;
}

#bg_main3 {
    background-color: rgba(0, 0, 0, 0.70);
}

img#mainPhoto {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*на 1 апреля*/
/*#bg_main3 {
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes slidein {
    0% {
        background: repeating-linear-gradient(190deg, rgba(255, 0, 0, 0.5) 40px, rgba(255, 153, 0, 0.5) 80px, rgba(255, 255, 0, 0.5) 120px, rgba(0, 255, 0, 0.5) 160px, rgba(0, 0, 255, 0.5) 200px, rgba(75, 0, 130, 0.5) 240px, rgba(238, 130, 238, 0.5) 280px, rgba(255, 0, 0, 0.5) 300px), repeating-linear-gradient(-190deg, rgba(255, 0, 0, 0.5) 30px, rgba(255, 153, 0, 0.5) 60px, rgba(255, 255, 0, 0.5) 90px, rgba(0, 255, 0, 0.5) 120px, rgba(0, 0, 255, 0.5) 150px, rgba(75, 0, 130, 0.5) 180px, rgba(238, 130, 238, 0.5) 210px, rgba(255, 0, 0, 0.5) 230px), repeating-linear-gradient(23deg, red 50px, orange 100px, yellow 150px, green 200px, blue 250px, indigo 300px, violet 350px, red 370px);
    }

    50% {
        background: repeating-linear-gradient(190deg, rgba(255, 0, 0, 0.5) 40px, rgba(0, 153, 0, 0.5) 80px, rgba(255, 255, 0, 0.5) 120px, rgba(0, 255, 0, 0.5) 160px, rgba(0, 100, 255, 0.5) 200px, rgba(75, 0, 130, 0.5) 240px, rgba(238, 130, 238, 0.5) 280px, rgba(255, 0, 0, 0.5) 300px), repeating-linear-gradient(-190deg, rgba(255, 0, 0, 0.5) 30px, rgba(255, 153, 0, 0.5) 60px, rgba(255, 255, 0, 0.5) 90px, rgba(0, 255, 0, 0.5) 120px, rgba(0, 0, 255, 0.5) 150px, rgba(75, 0, 130, 0.5) 180px, rgba(238, 130, 238, 0.5) 210px, rgba(255, 0, 0, 0.5) 230px), repeating-linear-gradient(23deg, red 50px, orange 100px, yellow 150px, green 200px, blue 250px, indigo 300px, violet 350px, red 370px);
    }
    100% {
        background: repeating-linear-gradient(190deg, rgba(255, 0, 0, 0.5) 40px, rgba(255, 153, 0, 0.5) 80px, rgba(255, 255, 0, 0.5) 120px, rgba(0, 255, 0, 0.5) 160px, rgba(0, 0, 255, 0.5) 200px, rgba(75, 0, 130, 0.5) 240px, rgba(238, 130, 238, 0.5) 280px, rgba(255, 0, 0, 0.5) 300px), repeating-linear-gradient(-190deg, rgba(255, 0, 0, 0.5) 30px, rgba(255, 153, 0, 0.5) 60px, rgba(255, 255, 0, 0.5) 90px, rgba(0, 255, 0, 0.5) 120px, rgba(0, 0, 255, 0.5) 150px, rgba(75, 0, 130, 0.5) 180px, rgba(238, 130, 238, 0.5) 210px, rgba(255, 0, 0, 0.5) 230px), repeating-linear-gradient(23deg, red 50px, orange 100px, yellow 150px, green 200px, blue 250px, indigo 300px, violet 350px, red 370px);
    }
}*/
#Lhome {
    color: #fff;
    height: 100%;
}

    #Lhome #top_main {
        padding: 15px;
        min-width: 345px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    }

    #Lhome #midle_main {
        position: relative;
        min-height: 590px;
    }
/*#endregion */
/*#region Logo */
#logo2,
#logo1 {
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: center;
}

#logo1 {
    width: 320px;
}

#logo2 {
       width: 270px;
    background-image: url(img/logo-sso-white.png);
}
.tn #logo2, .sz #logo2, .gp #logo2 {
    left: 370px;
 }

.tn.svg #logo2, .sz.svg #logo2, .gp.svg #logo2 {
    background-image: url(img/logo-sso-white.svg);
}

@media (max-width: 625px) {
    #logo2, .tn #logo2, .sz #logo2, .gp #logo2,
    #logo1, .tn #logo1, .sz #logo1, .gp #logo1 {
        height: 100px;
        position: relative;
        width: 100%;
        left: unset;
    }
}

l {
    display: inline-block;
}
/*#endregion */
/*#region Login*/
#LoginButton {
    display: none;
}

.tn #LoginButton,
.sz #LoginButton,
.gp #LoginButton {
    display: inline-block;
}

/*.has-error #SaveButton{
    display: none;
}
*/

#login_block {
    position: absolute;
    max-width: 350px;
    padding: 30px 0 10px 50px;
    height: 100%;
    left: 0;
    min-height: 625px;
}

    #login_block #login_block_inc {
        position: relative;
        top: 200px;
        color: #fff;
        min-width: 270px;
    }

        #login_block #login_block_inc .header {
            text-align: center;
        }
        #login_block #login_block_inc .loginpassbtns{
            margin-top:20px;
        }
        .inc-block input,
        #login_block #login_block_inc input {
            width: 100%;
            /*margin-bottom: 10px;*/
            height: 30px;
            display: block;
            padding: 0 10px;
            color: #000;
        }

            /*            #login_block #login_block_inc input:-internal-autofill-selected {
                background-color: white !important;
            }*/


            #login_block #login_block_inc input:-webkit-autofill,
            #login_block #login_block_inc input:-webkit-autofill:hover,
            #login_block #login_block_inc input:-webkit-autofill:focus,
            #login_block #login_block_inc input:-webkit-autofill:active {
                -webkit-box-shadow: 0 0 0 30px white inset !important;
            }

        #login_block #login_block_inc div.form-group > div.loginpass {
            /*height: 52px;*/
        }

            #login_block #login_block_inc div.form-group > div.loginpass label {
                background-color: #ffffff;
                border-radius: 3px;
                padding: 0 2px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                position: relative;
                left: 7px;
                height: 10px;
                margin: -1px 0;
            }

            #login_block #login_block_inc div.form-group > div.loginpass.active label {

                animation-duration: 0.5s;
                color: black;
                font-size: 11px;
                bottom: -11px;
            }

            #login_block #login_block_inc div.form-group > div.loginpass.inactive label {

                animation-duration: 0.5s;
                color: #7b7b7b;
                font-size: 15px;
                bottom: -26px;
            }
/*            #login_block #login_block_inc div.form-group > div.loginpass.active label {
                animation-name: login_block_inc-active;
            }

            #login_block #login_block_inc div.form-group > div.loginpass.inactive label {
                animation-name: login_block_inc-inactive;
            }*/
            #login_block #login_block_inc div.form-group > div.loginpass.active.nd2 label {
                animation-name: login_block_inc-active;
            }

            #login_block #login_block_inc div.form-group > div.loginpass.inactive.nd2 label {
                animation-name: login_block_inc-inactive;
            }

@keyframes login_block_inc-active {
    from {
        color: #7b7b7b;
        font-size: 15px;
        bottom: -26px;
    }

    to {
        color: black;
        font-size: 11px;
        bottom: -11px;
    }
}

@keyframes login_block_inc-inactive {
    from {
        color: black;
        font-size: 11px;
        bottom: -11px;
    }

    to {
        color: #7b7b7b;
        font-size: 15px;
        bottom: -26px;
    }
}

#login_block #login_block_inc .Lbtn {
    position: absolute;
    right: 0;
}

#login_block #login_block_inc .Llinks {
    position: absolute;
}

#login_block #login_block_inc .bootstrap-select {
    width: 100%;
}

.Llinks {
    line-height: 16px;
}

#Libp {
    bottom: 0;
    position: absolute;
    padding-top: 31px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #6d738b;
    max-width: 400px;
    display: none;
}

.Lline {
    height: 5px;
    background-color: #D90017;
    width: 140%;
    position: absolute;
    left: 0;
    bottom: 100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDIwNDE5IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDIxNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgb(109, 115, 139) 0%, rgba(2,4,25,0) 99%, rgba(0,2,23,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(109, 115, 139)), color-stop(99%,rgba(2,4,25,0)), color-stop(100%,rgba(0,2,23,0)));
    background: -webkit-linear-gradient(left, rgb(109, 115, 139) 0%,rgba(2,4,25,0) 99%,rgba(0,2,23,0) 100%);
    background: -o-linear-gradient(left, rgb(109, 115, 139) 0%,rgba(2,4,25,0) 99%,rgba(0,2,23,0) 100%);
    background: -ms-linear-gradient(left, rgb(109, 115, 139) 0%,rgba(2,4,25,0) 99%,rgba(0,2,23,0) 100%);
    background: linear-gradient(to right, rgb(109, 115, 139) 0%,rgba(2,4,25,0) 99%,rgba(0,2,23,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d1d1d1', endColorstr='#00000217',GradientType=1 );
}

#Libp-logo {
    background-repeat: no-repeat;
    background-image: url(Img/IBP.png);
    background-size: contain;
    max-width: 200px;
    height: 35px;
}

@media (max-width: 500px) {
    #login_block {
        max-width: 100%;
        width: 100%;
        min-width: 285px;
        padding: 30px 50px 10px 50px;
    }
}

@media (max-width: 625px) {
    #login_block #login_block_inc {
        top: 20px;
    }

    .Lline {
        width: 100%;
    }
}

.carousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

    .carousel-inner > .item {
        height: 100%;
    }

        .carousel-inner > .item img {
            max-height: 100%;
            margin: 0 auto;
        }

.carousel-caption {
    /*  background: #00000080;*/
}
/*#endregion */
[data-id="dropdown_construction_selected_val"] + .dropdown-menu .optgroup-1 > a {
    color: #b2b2b2;
}

[data-id="dropdown_construction_selected_values"] + .dropdown-menu .optgroup-1 > a {
    color: #b2b2b2;
}
/*#region Report 13*/
html.touch .Lreport13v2 .section {
    zoom: 0.5;
}

.Lreport13 {
    font-size: 13px;
}

    .Lreport13 .bigtable,
    .Lreport13v2 .bigtable {
        top: 33px;
    }

        .Lreport13 .bigtable tr {
            max-height: 20px;
        }
    /*.Lreport13 table.scrollable_table tbody tr td:nth-child(9n+1) div:after {
        content: "Ок";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+2) div:after {
        content: "Ви";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+3) div:after {
        content: "Фа";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+4) div:after {
        content: "Вх";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+5) div:after {
        content: "Сд";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+6) div:after {
        content: "Си";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+7) div:after {
        content: "Эл";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+8) div:after {
        content: "От";
    }
    .Lreport13 table.scrollable_table tbody tr td:nth-child(9n+9) div:after {
        content: "Са";
    }*/
    .Lreport13 table.scrollable_table tbody tr:nth-child(4n+2) td div:after {
        content: "" !important;
    }

    .Lreport13 .scroll-container {
        color: #fff;
        min-height: calc(100% - 133px);
    }

    .Lreport13 table tbody tr td {
        border: 1px solid #625f73;
        height: 21px;
        width: 21px;
        padding: 0;
    }

    .Lreport13 table tr td:nth-child(2n) {
        background: rgba(98, 95, 115, 0.3);
    }

    .Lreport13 .section:last-child {
        margin-bottom: 280px;
    }

    .Lreport13 .florheader {
        white-space: nowrap;
        cursor: pointer;
    }

.Lreport13v2 {
    background-color: rgba(255, 255, 255, 0.85);
}

Lreport13v2 section {
    background-color: rgba(255, 255, 255, 0.85);
}

.Lreport13v2 a {
    text-decoration: none;
    color: #000000;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
}

.Lreport13v2 .position-fixed-x {
    position: absolute;
}

.Lreport13v2 .position-fixed-y {
    position: fixed;
}

.Lreport13v2 .position-fixed-y, .position-fixed-x {
    background-color: #ffffff;
}

.Lreport13v2 .mcr {
    height: 19px;
}

.Lreport13v2 table.left-table {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(217,217,217,1) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(75%,rgba(217,217,217,1)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(217,217,217,1) 75%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(217,217,217,1) 75%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(217,217,217,1) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(217,217,217,1) 75%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#00000000',GradientType=1 );
    padding-right: 20px;
    position: relative;
    margin-bottom: 10px;
}

.Lreport13v2 table.scrollable_table,
.Lreport13v2 table.left-table {
    border-collapse: separate;
    text-align: center;
    border-spacing: 4px;
    white-space: nowrap;
}

    .Lreport13v2 table.scrollable_table tbody tr td,
    .Lreport13v2 table.left-table tbody tr td {
        height: 21px;
        width: 21px;
        padding: 0;
    }

    .Lreport13v2 table.scrollable_table tr:first-child td,
    .Lreport13v2 table.left-table tr:first-child td {
        color: #005a5a;
        font-weight: bold;
        background: none;
    }

.Lreport13v2 .bigtable {
    position: absolute;
    left: 80px;
    top: 120px;
    width: calc(100% - 80px);
    overflow-x: auto;
    overflow-y: hidden;
}

.Lreport13v2 table.scrollable_table tr,
.Lreport13v2 table.left-table tr {
    max-height: 20px;
}

[color=r],
.mcr.r {
    background-color: #D90017 !important;
    cursor: pointer;
    color: #fff;
}

[color=y],
.mcr.y {
    background-color: #FFDF26 !important;
    cursor: pointer;
    color: #000;
}

[color=g],
.mcr.g {
    background-color: var(--mce-g-color) !important;
    color: #fff;
}

[color=o],
.mcr.o {
    background-color: #F97D24 !important;
    color: #000;
}

[color=b],
.mcr.b {
    background-color: #0000FF !important;
    color: #fff;
}

[color=br],
.mcr.br {
    background-color: #733500 !important;
    color: #fff;
}

[color=],
.mcr.none {
    background-color: #733500 !important;
    color: #fff;
}

del.cross {
    display: inline-block; /* запрещает перенос текста на следующую строку */
    text-decoration: none;
    position: relative;
}

.del-cross {
    /*display: block;*/
    position: relative;
    overflow: hidden; /* запрещает обтекать другие блоки */
}

    del.cross:before,
    .del-cross:before {
        content: '';
        position: absolute;
        display: block;
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0) url(img/cross.svg) no-repeat;
        background-size: 100% 100%; /* растягивает фон на всю ширину и высоту блока */
    }

[tag=i]:after,
.mcr.i:after {
    content: "!";
}

[tag=c]:after,
.mcr.c:after {
    content: "С";
}

[tag=gg]:after,
.mcr.gg:after {
    content: "Г";
}

[tag=ggi]:after,
.mcr.ggi:after {
    content: "Г!";
}

[tag=ci]:after,
.mcr.ci:after {
    content: "С!";
}

[tag=ooi]:after,
.mcr.ooi:after {
    content: "О!";
}

[tag=oo]:after,
.mcr.oo:after {
    content: "О";
}

[tag=ki]:after,
.mcr.ki:after {
    content: "К!";
}

[tag=k]:after,
.mcr.k:after {
    content: "К";
}

[tag=g]:after {
    content: "✓";
    font-weight: bold;
}


.florheader.g {
    background-color: var(--mce-g-color);
}

.florheader {
    cursor: pointer;
}



/*#endregion */
/*#region GraphReports 1,2,31,16,17,18*/
#shablon_filter_zone {
    display: inline-block;
    float: right;
    color: #eee
}

.section {
    min-width: 300px;
    text-align: center;
    padding: 15px 20px;
    width: 100%;
    position: relative;
}

.GraphReport {
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 11px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: unset;
    color: #fff;
}

    .GraphReport .bigtable {
        position: absolute;
        top: 30px;
        bottom: 15px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        min-height: calc(100% - 45px);
    }

        .GraphReport .bigtable table {
            height: 100%;
            color: #fff
        }

    .GraphReport.mode2 .bigtable {
        top: 15px;
    }

    .GraphReport.mode2 .left_th.first {
        font-size: 22px;
        line-height: normal;
    }

    .GraphReport.mode2 .left.subtable td {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .GraphReport .section:last-child {
        margin-bottom: 280px;
    }

    .GraphReport .scroll-container {
        width: 98%;
    }

    .GraphReport table tr td {
        border: 1px solid #625f73;
        height: 21px !important;
        width: 21px;
        padding: 0;
    }

    .GraphReport.mode2 table tr:nth-child(2) td {
        padding: 0 2px 0 2px;
    }

    .GraphReport table tr td:nth-child(2n) {
        background: rgba(98, 95, 115, 0.3);
    }

    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td lt {
        color: #fff;
        position: absolute;
        background-color: #101214;
        border: 1px solid;
        padding: 2px;
        border-radius: 3px;
        z-index: 20;
        max-height: 215px;
        overflow-x: auto;
        margin-left: 19px;
        margin-top: -11px;
        min-width: 100px;
        cursor: auto;
        width: 320px;
        max-width: 320px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition-property: opacity, visibility;
        transition-duration: .5s, .5s;
        transition-delay: .5s, .5s;
    }

        .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td lt s1:before {
            content: "Период: ";
        }

        .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td lt s2:before {
            content: "Количество отклонений: ";
        }

        .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td lt s3:before {
            content: "Нет отклонений";
        }

        .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td lt s4:before {
            content: "Комментарий: ";
        }

        .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td lt table {
            width: calc(100% - 1px);
        }

    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:hover lt {
        opacity: 1;
        visibility: visible;
        transition-property: opacity, visibility;
        transition-duration: .5s, .5s;
        transition-delay: 1s, 1s;
    }

    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:hover [act] lt {
        overflow-x: hidden;
        max-height: 300px;
        overflow-y: auto;
    }

        .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:hover [act] lt table td {
            overflow-x: hidden;
            white-space: nowrap;
            max-width: 280px;
        }

            .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:hover [act] lt table td:hover {
                white-space: normal;
            }

    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(1) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(2) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(3) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(4) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(5) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(6) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(7) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(8) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(9) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(10) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(11) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(12) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(13) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(14) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(15) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-last-child(16) lt {
        margin-left: -320px;
    }

    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(1) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(2) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(3) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(4) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(5) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(6) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(7) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(8) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(9) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(10) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(11) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(12) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(13) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(14) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(15) lt,
    .GraphReport .bigtable table tr:not(.botom_elem):not(.blue) td:nth-child(16) lt {
        margin-left: 19px;
    }

    .GraphReport table tr.botom_elem {
        height: 100%;
        cursor: pointer;
    }

        .GraphReport table tr.botom_elem > td {
            text-align: left;
            overflow: hidden;
            max-width: 20px;
            vertical-align: bottom;
            white-space: nowrap;
            text-align: center;
        }

            .GraphReport table tr.botom_elem > td.ch {
                background-color: yellowgreen;
                color: black;
            }

                .GraphReport table tr.botom_elem > td.ch:hover {
                    color: #fff;
                }

            .GraphReport table tr.botom_elem > td > lt {
                width: 20px;
                display: inline-block;
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                transform: rotate(270deg);
                margin-bottom: 10px;
                display: block;
                visibility: visible;
            }

                .GraphReport table tr.botom_elem > td > lt .l {
                    margin-left: 21px;
                }

                .GraphReport table tr.botom_elem > td > lt select {
                    width: 190px !important;
                    display: none;
                    color: #000;
                }

            .GraphReport table tr.botom_elem > td:hover > lt {
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
                position: absolute;
                bottom: 230px;
                /*top: 20px;*/
                background: #101214;
                width: 200px;
                white-space: normal;
                position: absolute;
                background-color: #101214;
                border: 1px solid;
                padding: 2px;
                border-radius: 3px;
                z-index: 20;
                margin-left: 19px;
                margin-top: -20px;
                cursor: auto;
            }

                .GraphReport table tr.botom_elem > td:hover > lt select {
                    display: block;
                }

            .GraphReport table tr.botom_elem > td:nth-last-child(1):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(2):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(3):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(4):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(5):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(6):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(7):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(8):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(9):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-last-child(10):hover > lt {
                margin-left: -200px;
            }

            .GraphReport table tr.botom_elem > td:nth-child(1):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(2):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(3):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(4):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(5):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(6):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(7):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(8):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(9):hover > lt,
            .GraphReport table tr.botom_elem > td:nth-child(10):hover > lt {
                margin-left: 20px;
            }

    .GraphReport table tr.blue {
        background-color: cornflowerblue;
    }

    .GraphReport table tr td.blue {
        background-color: cornflowerblue;
    }

    .GraphReport table tr td:hover lt l:nth-child(n+2):before {
        display: block;
        content: " ";
        width: 100%;
        background: #fff;
        height: 1px;
    }

    .GraphReport table tr td:hover lt l {
        width: 100%;
    }

    .GraphReport [act] {
        border-right: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .GraphReport .botom_color_elem[act] {
        border: 1px solid #ffffff;
    }

    .GraphReport.mode2 .mce.bb:before,
    .GraphReport.mode2 .mce.br:before {
        content: " ";
        height: 100%;
        width: 20px;
        display: block;
        margin-bottom: -20px;
        float: right;
    }

    .GraphReport .mce, .mce {
        min-width: 20px;
        height: 20px;
        background-size: 20px 20px;
        color: #fff;
    }

        .GraphReport .mce > a, .mce > a {
            min-width: 20px;
            height: 100%;
            height: 20px;
            text-align: center;
            line-height: 22px;
            font-size: 9px;
            background-size: 20px 20px;
            display: block;
            color: #fff;
        }

        .GraphReport .mce.img > a,
        .GraphReport .mce.img2 > a, .mce.img > a, .mce.img2 > a {
            line-height: 16px;
        }

        .GraphReport .mce.b > a, .mce.b > a {
            background: linear-gradient(45deg, rgba(0, 0, 0, 0) 90%, #000 92%, #fff 92% );
            border: 1px solid #fff;
        }

        .GraphReport .mce.bg, .mce.bg {
            border: 1px solid #eee;
        }

        .GraphReport .mce.bb:before, .mce.bb:before,
        .GraphReport .mce.br:before, .mce.br:before {
            content: " ";
            height: 100%;
            width: 100%;
            display: block;
            margin-bottom: -20px;
        }

        .GraphReport .mce.bb:before, .mce.bb:before {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0) 87%, #000 88%, #0082ff 90% );
        }

        .GraphReport .mce.br:before, .mce.br:before {
            background: linear-gradient(0deg,rgba(0, 0, 0, 0) 87%, #000 88%, #f00 90% );
        }

        .GraphReport .mce.br.bb:before, .mce.br.bb:before {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0) 77%, #000 79%, #0082ff 85%, #0082ff 92%, #f00 93% );
        }

        .GraphReport .mce.bl, .mce.bl {
            background-color: #0007d9;
            color: #fff;
        }

        .GraphReport .mce.r, .mce.r {
            background-color: #D90017;
            color: #fff;
        }

        .GraphReport .mce.rr, .mce.rr {
            background-color: #D90017;
        }

            .GraphReport .mce.rr, .mce.rr a {
                color: yellow;
            }

        .GraphReport .mce.g, .mce.g {
            background-color: var(--mce-g-color);
            color: #fff;
            position: relative;
        }

        .GraphReport .mce.gx, .mce.gx {
            background-color: var(--mce-g-color);
            color: #fff;
            position: relative;
        }

            .GraphReport .mce.gx:after, .mce.gx:after,
            .GraphReport .mce.gx:before, .mce.gx:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                height: 0;
                border-bottom: 1px solid white;
            }

            .GraphReport .mce.gx:before, .mce.gx:before {
                transform: rotate(45deg);
            }

            .GraphReport .mce.gx:after, .mce.gx:after {
                transform: rotate(135deg);
            }

        .GraphReport .mce.bll, .mce.bll {
            background-color: #00a6df;
        }
            .GraphReport .mce.bll.f, .mce.bll.f {
                background-color: #03769d;
            }

        .GraphReport .mce.y, .mce.y {
            background-color: #FFDF26;
            color: #000;
            font-size: 8px !important;
            text-align: center;
        }

            .GraphReport .mce.y > a, .mce.y > a {
                color: #000;
            }

        .GraphReport .mce.yg, .mce.yg {
            background: #008000;
            background: -moz-radial-gradient(center, ellipse cover, #008000 0%,rgba(202,202,202,.54) 50%);
            background: -webkit-radial-gradient(center, ellipse cover, #ffff00 0%,rgba(202,202,202,.54) 50%);
            background: radial-gradient(ellipse at center, #ffff00 0%,rgba(202,202,202,.54) 50%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#cacaca8a',GradientType=1 );
        }

        .GraphReport .mce.g.f, .mce.g.f {
            background-color: #297034;
        }

        .GraphReport .mce.y.f, .mce.y.f {
            background-color: #c1b816;
        }

        .GraphReport .mce.img > a:before, .mce.img > a:before,
        .GraphReport .mce.img2 > a:before, .mce.img2 > a:before {
            content: "";
            border-radius: 10px;
            width: 5px;
            height: 5px;
            display: block;
            position: relative;
            top: 1px;
            left: 1px;
        }

        .GraphReport .mce.img.br > a:before, .mce.img.br > a:before,
        .GraphReport .mce.img2.br > a:before, .mce.img2.br > a:before,
        .GraphReport .mce.img.bb > a:before, .mce.img.bb > a:before,
        .GraphReport .mce.img2.bb > a:before, .mce.img2.bb > a:before {
            top: 6px;
        }

        .GraphReport .mce.img > a:before, .mce.img > a:before {
            background-color: #16cdff;
        }

        .GraphReport .mce.img2 > a:before, .mce.img2 > a:before {
            background-color: #c30000;
        }

        .GraphReport .mce.img.img2 > a:before, .mce.img.img2 > a:before {
            background-color: #c30000;
            width: 10px;
            border-left: 5px solid #16cdff;
        }

    .GraphReport.mode2 .mce.bb:before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 87%, #000 88%, #0082ff 90% );
    }

    .GraphReport.mode2 .mce.br:before {
        background: linear-gradient(90deg,rgba(0, 0, 0, 0) 87%, #000 88%, #f00 90% );
    }

    .GraphReport.mode2 .mce.br.bb:before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 77%, #000 79%, #0082ff 85%, #0082ff 92%, #f00 93% );
    }
/*#region админская таблица */
#Report1 .ttknum {
    font-size: 9px;
}

#Report1 .GraphReport td lt table thead tr th::after {
    font-size: 9px;
}

#Report1 .GraphReport td lt table thead tr th:nth-child(1)::after,
#Report2 .GraphReport td lt table thead tr th:nth-child(1)::after {
    content: "Пользователь";
}

#Report1 .GraphReport td lt table thead tr th:nth-child(2)::after,
#Report2 .GraphReport td lt table thead tr th:nth-child(2)::after {
    content: "Выполнение";
}

#Report1 .GraphReport td lt table thead tr th:nth-child(3)::after,
#Report2 .GraphReport td lt table thead tr th:nth-child(3)::after {
    content: "Из справки";
}

#Report1 .GraphReport td lt table thead tr th:nth-child(4)::after,
#Report2 .GraphReport td lt table thead tr th:nth-child(4)::after {
    content: "Дата";
}

#Report1 .GraphReport td lt table thead tr th:nth-child(5)::after,
#Report2 .GraphReport td lt table thead tr th:nth-child(5)::after {
    content: "Комментарий";
}
/*#endregion */
#Report1 #R1history {
    display: inline-block;
}

#Report1 .GraphReport table tbody tr td lt ls,
#Report2 .GraphReport table tbody tr td lt ls {
    display: none;
}

#Report1 .GraphReport table tbody tr td:hover lt ls,
#Report2 .GraphReport table tbody tr td:hover lt ls {
    display: inline;
}

#Report17 .GraphReport table tbody tr td:hover lt ls:first-child:before,
#Report18 .GraphReport table tbody tr td:hover lt ls:first-child:before,
#Report31 .GraphReport table tbody tr td:hover lt ls:first-child:before {
    display: none
}

.btm_block {
    text-align: left;
    right: 0;
    position: fixed;
    bottom: -100%;
    color: #eee;
    line-height: 21px;
    vertical-align: middle;
    background-color: #000;
    padding: 10px;
    padding-bottom: 40px;
    max-width: 100%;
    z-index: 501;
    min-width: 400px;
}

    .btm_block span {
        vertical-align: top;
        font-style: italic;
    }

    .btm_block .botom_color_elem {
        width: 20px;
        height: 20px;
        font-size: 11px;
        vertical-align: top;
        display: inline-block;
    }

.scrollable_table td {
    min-width: 20px;
}

.section .subtable.left {
    font-size: 10px;
}

    .section .subtable.left tbody tr td {
        background-color: gray;
        height: 20px;
        color: #fff;
        line-height: 20px;
        white-space: nowrap;
    }

        .section .subtable.left tbody tr td .rs4 {
            height: unset;
            line-height: 79px;
            white-space: normal;
        }

        .section .subtable.left tbody tr td .last {
            height: 300px;
            white-space: normal;
            vertical-align: middle;
            background: rgba(98, 95, 115, 0.3);
            display: table-cell;
            white-space: normal;
        }

#Report17 .section .subtable.left tbody tr td .last,
#Report18 .section .subtable.left tbody tr td .last,
#Report31 .section .subtable.left tbody tr td .last {
    height: 429px;
}

#Report17 tr.botom_elem,
#Report18 tr.botom_elem,
#Report31 tr.botom_elem {
    height: 205px;
}

#Report1 #FilterFormBlock,
#Report17 #FilterFormBlock,
#Report18 #FilterFormBlock,
#Report31 #FilterFormBlock {
    zoom: 85%;
}

table.selecteblestrings tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

table.selecteblestrings tbody tr.botom_elem:hover {
    background-color: transparent;
}

table.selecteblestrings tbody tr.blue:hover {
    background-color: #5076ba;
}
/*#endregion */
/*#region Filter*/
.multiselect {
    width: calc(100% - 403px);
}

.dropdown.bootstrap-select.show-tick.multiselect {
    vertical-align: middle;
    margin-right: 0px;
}

#FilterForm {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: -11px;
}

#genexel_form {
    display: inline-block;
    /*vertical-align: top;*/
}

.filtergroup {
    min-height: 40px;
    padding-left: 90px;
    line-height: 40px;
}

    .filtergroup:first-line {
        line-height: 25px
    }

    .filtergroup:last-child::first-line {
        line-height: 30px;
    }

.filtergroup-title {
    color: #fff;
    width: 90px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    margin-left: -93px;
}

.form-group.ldt {
    width: 220px;
    display: inline-block;
}

.form-group.ldt2 {
    display: inline-block;
    width: 220px;
    /*margin-top: 3px;
    margin-bottom: -3px;*/
    vertical-align: middle;
}

#genexel_form a {
    color: white;
}

.btn-default,
.form-group .dropdown.bootstrap-select > button {
    height: 34px;
}

.Lbtn {
    height: 34px;
    padding: 0 10px;
    border-radius: 5px;
    /*z-index: 500;*/
    position: relative;
    vertical-align: middle;
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    min-width: 35px;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-shadow: none;
    white-space: nowrap;
}

    .Lbtn.disabled {
        cursor: not-allowed;
        filter: brightness(0.8);
    }

    .Lbtn:focus {
        outline: none;
    }

    .Lbtn.botom-right {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

.btn-group.btn-group1 {
    /*    vertical-align: unset;*/
}

.btn-group.btn-group3.plus {
    z-index: 501;
    height: 34px;
}

    .btn-group.btn-group3.plus .bootstrap-select {
        display: inline-block;
        vertical-align: top;
        width: 220px;
    }

        .btn-group.btn-group3.plus .bootstrap-select .dropdown-toggle {
            border: none;
            height: 32px;
        }

.nav-tabs {
    border: none;
    display: inline-block;
    vertical-align: top;
}

    .nav-tabs > li > a {
        background-color: #e7e7e7;
        color: #333333;
        border-radius: 6px;
        height: 34px;
        padding: 0 10px;
        border-radius: 5px;
        z-index: 500;
        position: relative;
        vertical-align: middle;
        line-height: 34px;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        min-width: 35px;
        overflow: hidden;
    }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #b5b5b5;
}

@media screen and (max-width: 920px) {
    .btn-group.btn-group3.plus > .btn {
        width: 25%;
    }
}

@media screen and (max-width: 860px) {
    .section {
        padding: 15px 0px;
    }

    .filtergroup {
        line-height: 40px;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }

    .vform {
        width: 100%;
    }

    #h_form .vform .form-group,
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        max-width: unset;
    }

    #h_form .form-group,
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        max-width: unset;
    }

    .vform2,
    /*.GraphReport .Lbtn,*/
    .Lbtn,
    .form-l,
    .btn-group.btn-group1,
    .btn-group.btn-group2,
    .btn-group.btn-group3,
    #h_form .form-group,
    .form-group.ldt2,
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: calc(50% - 5px);
    }

    .btn-group .Lbtn {
        width: unset;
    }

    .btn-group.btn-group1 .Lbtn {
        width: 100%;
    }

    .btn-group.btn-group2 .Lbtn {
        width: 50%;
    }

    .btn-group.btn-group3 .Lbtn {
        width: 33.3%;
    }

    .btn-group.btn-group4 .Lbtn {
        width: 25%;
    }

    .vform,
    .form-l {
        width: 100%;
    }
}

@media screen and (max-width: 770px) {
    .filtergroup {
        padding-left: unset;
    }

    .filtergroup-title {
        vertical-align: bottom;
        line-height: 20px;
        width: 100%;
        margin-left: unset
    }

    .form-group.ldt2 {
        display: block;
    }

    .filtergroup-title.filtergroup-title-last {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }

    .btn-group.btn-group1,
    .vform2,
    .Lbtn,
    .form-l,
    #h_form .form-group,
    .form-group.ldt2,
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: calc(50% - 5px);
    }

    .vform,
    .btn-group.btn-group2,
    .btn-group.btn-group3 {
        width: calc(100% - 7px);
    }

    #h_form .form-group,
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        max-width: unset;
        min-width: unset;
    }

    .btn-group .Lbtn {
        width: unset
    }
}

@media (max-width: 500px) {

    #login_block #login_block_inc .Llinks {
        position: absolute;
        bottom: -85px;
    }

    #h_form .form-group,
    .vform2,
    .Lbtn,
    .form-l,
    .btn-group.btn-group1,
    .btn-group.btn-group2,
    .btn-group.btn-group3,
    #h_form .form-group,
    .form-group.ldt2,
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

    .btn-group .Lbtn {
        width: unset
    }

    .form-l {
        display: block;
    }

    .Lbtn {
        text-align: center;
        right: 0;
    }

        .Lbtn.btn-mob {
            width: calc(100% - 50px);
        }
}
/*#endregion */
/*#region CUSTOM SCROLLBSR*/
.inner ::-webkit-scrollbar-track,
.dataTables_wrapper.no-footer .row:nth-child(2)::-webkit-scrollbar-track,
.controls-block::-webkit-scrollbar-track,
.scroll-container::-webkit-scrollbar-track,
.bigtable::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track /*,
body::-webkit-scrollbar-track*/ {
    border-radius: 4px;
}

.inner ::-webkit-scrollbar,
.dataTables_wrapper.no-footer .row:nth-child(2)::-webkit-scrollbar,
.controls-block::-webkit-scrollbar,
.scroll-container::-webkit-scrollbar,
.bigtable::-webkit-scrollbar,
.modal::-webkit-scrollbar,
.modal-body::-webkit-scrollbar /*,
body::-webkit-scrollbar*/ {
    width: 10px;
    height: 10px;
}

.inner ::-webkit-scrollbar-thumb,
.dataTables_wrapper.no-footer .row:nth-child(2)::-webkit-scrollbar-thumb,
.controls-block::-webkit-scrollbar-thumb,
.scroll-container::-webkit-scrollbar-thumb,
.bigtable::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb /*,
body::-webkit-scrollbar-thumb*/ {
    border-radius: 4px;
    background: rgba(200, 200, 200, 0.6);
}

.inner :hover::-webkit-scrollbar-thumb,
.dataTables_wrapper.no-footer .row:nth-child(2):hover::-webkit-scrollbar-thumb,
.controls-block:hover::-webkit-scrollbar-thumb,
.scroll-container:hover::-webkit-scrollbar-thumb,
.bigtable:hover::-webkit-scrollbar-thumb,
.modal:hover::-webkit-scrollbar-thumb,
.modal-body:hover::-webkit-scrollbar-thumb /*,
body:hover::-webkit-scrollbar-thumb*/ {
    background: rgb(200, 200, 200);
}
/*#endregion */
/*#region Report4*/

#Report4 .subwindow-link {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 900;
}

#Report4 tbody.modal-links-table tr td:nth-last-child(3) span {
    border-color: var(--mce-g-color);
    color: var(--mce-g-color);
}

#Report4 tbody.modal-links-table tr td:nth-last-child(2) span {
    border-color: #FFDF26;
    color: #FFDF26;
}

#Report4 tbody.modal-links-table tr td:nth-last-child(1) span {
    border-color: #D90017;
    color: #D90017;
}

.nowrap {
    white-space: nowrap;
}

td.overflow {
    overflow: hidden;
    /*   width: 200px;*/
    padding: 0;
}

    td.overflow:hover {
        overflow: visible;
    }

    td.overflow div {
        position: relative;
        height: 20px;
    }

        td.overflow div div {
            padding: 0 5px;
            /* width: 200px; */
            /* white-space: nowrap; */
            display: inline-block;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 20px;
        }

            td.overflow div div:hover {
                background: #474747;
                width: unset;
                height: auto;
                position: absolute;
                z-index: 200;
                white-space: nowrap;
                border-radius: 10px;
                border: 1px solid white;
            }
/*#endregion */
/*#region Report5*/
#Report5 .sheme {
    margin: 5px;
    display: inline-block;
}

    #Report5 .sheme.red {
        border: 3px solid red;
    }

    #Report5 .sheme.blue {
        border: 3px solid blue;
    }

    #Report5 .sheme.green {
        border: 3px solid var(--mce-g-color);
    }
/*#endregion */
/*#region Report71*/

#Report71 .in-container {
    overflow: auto;
    height: 70vh;
    background-color: white;
}

    #Report71 .in-container .in-block {
        margin: 0 auto;
        position: relative;
        display: block;
        width: fit-content;
    }

        #Report71 .in-container .in-block .sheme-icon {
            border-radius: 10px;
            position: absolute;
            width: 60px;
            height: 60px;
            padding: 8px;
            cursor: pointer;
        }

            /*            #Report71 .in-container .in-block .sheme-icon.r {
                background-color: rgb(255 0 0 / 75%);
            }

            #Report71 .in-container .in-block .sheme-icon.b {
                background-color: rgb(0 0 255 / 75%);
            }*/

            #Report71 .in-container .in-block .sheme-icon .icon {
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }

            #Report71 .in-container .in-block .sheme-icon.r {
                background-color: rgb(255 0 0);
            }

            #Report71 .in-container .in-block .sheme-icon.b {
                background-color: #4fb5ff;
            }

            #Report71 .in-container .in-block .sheme-icon.selected {
                background-color: #9f9f9f;
            }

                #Report71 .in-container .in-block .sheme-icon.selected .icon {
                    filter: invert(1);
                }

#Report71 #myTable2 tr.selected {
    background-color: #9f9f9f;
}

#Report71 #myTable2 tr td.dev-corrected {
    color: #4fb5ff;
}

#Report71 #myTable2 tr td.dev-not-corrected {
    color: red;
}

#Report71 #Modal2 .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
    padding: 0px !important;
}

    #Report71 #Modal2 .modal-dialog .modal-title::after {
        font-size: 19px;
        font-weight: 300;
    }

    #Report71 #Modal2 .modal-dialog .modal-title.corrected::after {
        content: 'Исправлено (подрядчик)';
        color: #4fb5ff;
    }

    #Report71 #Modal2 .modal-dialog .modal-title.uncorrected::after {
        content: 'Не исправлено';
        color: red;
    }

    #Report71 #Modal2 .modal-dialog .modal-body {
    }

        #Report71 #Modal2 .modal-dialog .modal-body img {
            width: 100%;
        }
/*#region report15*/
.all-floors {
    margin: 0 auto;
    width: 90%;
    color: #fff;
}

    .all-floors .floor-mid {
    }

.podyezd1 {
    width: 114px;
    min-width: 114px;
    max-width: 114px;
    background-image: url(img/report15/podyezd1.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media (max-width: 820px) {
    .podyezd1 {
        width: 0px;
        min-width: 0px;
        max-width: 0px;
    }
}

.podyezd2 {
    background-image: url(img/report15/podyezd2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.wal1 {
    width: 11px;
    min-width: 10px;
    background-image: url('img/report15/border1.png');
    background-size: 10px;
}

    .wal1.mod {
        width: unset;
        background-repeat: repeat-y;
    }

.wal2 {
    width: 8px;
    min-width: 8px;
    background-color: black;
}

.wal3 {
    width: 7px;
    min-width: 7px;
    background-image: url('img/report15/border3.png');
    background-size: 7px;
}

.wal4 {
    width: 4px;
    min-width: 4px;
}

.wal2,
.wal4,
.wal5 {
    border: 1px solid;
}

.wal2,
.wal4,
.wal5,
.floor1 {
    border-bottom-color: #c3c3c3;
}

.mid-floor1 {
    background-image: url('img/report15/floor1.png');
    background-size: 23px;
    border-left: solid;
    border-right: solid;
    border-width: 1px;
}

.mid-floor2 {
    background-image: url('img/report15/floor2.png');
    background-size: 144px;
    background-repeat: no-repeat;
    background-position: right;
}

.room1 {
    height: 100%;
    padding: 10px;
    max-width: 150px;
    width: 150px;
}

.room2 {
    min-width: 60px;
}

.room3 {
    width: 146px;
    background-image: url('img/report15/border4.png');
    background-size: 145px;
    background-repeat: no-repeat;
    background-position: right;
    min-width: 146px;
}

.room4 {
    min-width: 40px;
    padding: 5px 50px 5px 20px;
    height: 99px;
    font-size: 11px;
}

.room5 {
    min-width: 162px;
    padding: 5px 10px;
    font-size: 11px;
}

.floor-name {
    font-size: 18px;
    padding: 5px;
    display: inline-block;
    line-height: 18px;
    min-width: 90px;
    text-align: center;
}
/*#endregion */
/*#region Report19 modal*/
.edit-modal .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
    padding: 0px !important;
}

.edit-modal form {
    text-align: right;
    display: inline-block;
    font-size: 16px;
    line-height: 37px;
}

.edit-modal .Lform-group,
.edit-modal form {
    width: 100%;
}

.edit-modal .form-control,
.edit-modal .selectpicker {
    text-align: left
}

.edit-modal form > div > .button,
.edit-modal form > div > .form-group.ldt2,
.edit-modal form > div > .btn-group.btn-group2,
.edit-modal form > div > .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.edit-modal form > div > label,
.edit-modal form > div > .form-control,
.edit-modal form > div .input-group.date,
.edit-modal form > div > .iframe,
.edit-modal form > div > .iframe,
#feeld_subcontractor {
    width: 48%;
    display: inline-block;
}

.edit-modal form > div > label {
    vertical-align: top;
}

#feeld_subcontractor .bootstrap-select {
    width: 100%;
}

#devimg {
    cursor: pointer;
}

.edit-modal .input-group.date {
    vertical-align: middle;
}

    .edit-modal .input-group.date .input-group-addon {
        height: 34px;
    }

    .edit-modal .btn-group.btn-group2 .Lbtn,
    .edit-modal .input-group.date input {
        width: 50%;
    }

.edit-modal .bootstrap-datetimepicker-widget table td,
.edit-modal .bootstrap-datetimepicker-widget table th {
    color: #333;
}

    .edit-modal .bootstrap-datetimepicker-widget table td.disabled,
    .bootstrap-datetimepicker-widget table th.disabled {
        color: #999;
    }

.edit-modal input.error,
.edit-modal .error {
    border-color: red;
}

label {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .edit-modal .button, .edit-modal .form-group.ldt2, .edit-modal .btn-group.btn-group2, .edit-modal .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .edit-modal label, .edit-modal .form-control, .edit-modal .input-group.date {
        width: 100%;
    }

    .edit-modal .Lbtn {
        width: 100%;
    }
}
/*#endregion */
/*#region Report24 */
#Report24 .Lbtn.btn-y,
#Report24 .Lbtn.btn-y.active,
#Report24 .Lbtn.btn-y:hover {
    border: 1px solid #fff700;
}

#Report24 .Lbtn.btn-y {
    background: #d6bc00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZDYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #d6bc00 0, #9c9e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#d6bc00), color-stop(100%,#9c9e00));
    background: -webkit-linear-gradient(top, #d6bc00 0,#9c9e00 100%);
    background: -o-linear-gradient(top, #d6bc00 0,#9c9e00 100%);
    background: -ms-linear-gradient(top, #d6bc00 0,#9c9e00 100%);
    background: linear-gradient(to bottom, #d6bc00 0,#9c9e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6bc00', endColorstr='#9c9e00',GradientType=0 );
    color: #fff;
    outline-color: #fff700;
}

#lTable2_wrapper {
    padding-bottom: 40px;
}

#Report24 .row {
    overflow: auto;
    width: calc(100% - 0px);
}

#Report24 .tab-content {
    margin-top: 20px;
}
/*#region Report24Modal */
#Modalreport24 #ContentBlock {
    padding: 0 10px;
}

#Modalreport24 .tableheader {
    padding: 10px;
    margin-top: 70px;
}

#Modalreport24 .object-row {
    padding: 10px 0;
    margin: 0 0 10px 0;
}

#Modalreport24 textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Modalreport24 .hideDownloadWord {
    visibility: hidden;
}

#Modalreport24 iframe {
    width: 100%;
    height: 150px;
    border-radius: 10px;
}

#Modalreport24 textarea {
    width: 100%;
    min-width: 100%;
    border-radius: 10px;
    color: black;
}

#Modalreport24 .noteRow {
    text-align: left;
}

#Modalreport24 .btnsRight {
    text-align: right;
    margin-bottom: 20px;
    padding-right: unset;
    padding-left: unset;
    width: 100%;
}

#Modalreport24 .hideNote {
    display: none;
}

#Modalreport24 .showNote {
    display: block;
}

#Modalreport24 .alignright {
    text-align: left;
}

#Modalreport24 .centerToWordBtn {
    display: flex;
    justify-content: center;
}

#Modalreport24 .centerInRowContent {
    display: inline-block;
    align-self: center;
}

#Modalreport24 .centerInRowContentDownLoadWord {
    margin-top: 10px;
    display: block;
    background: #E81818;
    border-radius: 5px;
    cursor: pointer;
}

#Modalreport24 .tableheader div {
    text-align: center
}

#Modalreport24 .object-row {
    text-align: center;
}

#Modalreport24 .tableheader {
    font-weight: bold;
    font-size: 16px;
    color: #6C6C6C;
}

#Modalreport24 .object-row {
    width: 100%;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    background: #ffffff;
}

    #Modalreport24 .object-row .dev {
        color: #E81818;
        font-weight: bold;
    }

    #Modalreport24 .object-row > div {
        display: inline-block;
    }

        #Modalreport24 .object-row > div.veh > div {
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #d8d8d8;
        }

            #Modalreport24 .object-row > div.veh > div:last-child {
                border-bottom: none;
            }

#Modalreport24 .img {
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    margin-left: auto;
}

#Modalreport24 .container .row {
    color: #333333;
}

#Modalreport24 .container.tableheader .row {
    color: #eee;
}

#Modalreport24 textarea {
    max-width: 900px;
}

#Modalreport24 .obj > .img:hover {
    opacity: .9;
}

#Modalreport24 .obj > .location:before {
    content: '';
    background-image: url(img/report27/location.svg);
    display: block;
    height: 25px;
    width: 17px;
    position: absolute;
    background-repeat: no-repeat;
}

#Modalreport24 .obj > .location > div {
    display: block;
    margin-left: 25px;
}

#Modalreport24 .obj > .end-date {
    color: #000000;
    font-size: 10px;
    margin: 5px 0;
}

    #Modalreport24 .obj > .end-date span {
        color: #E81818;
    }

#Modalreport24 .lbtn {
    height: 36px;
    color: #ffffff;
    padding: 4px 6px;
    line-height: 28px;
}

#Modalreport24 .obj > .lbtn div {
    display: block;
    float: left;
}

    #Modalreport24 .obj > .lbtn div:nth-child(1) {
        font-size: 10px;
        line-height: normal;
    }

    #Modalreport24 .obj > .lbtn div:nth-child(2) {
        font-size: 20px;
        font-weight: bold;
        width: calc(100% - 120px);
        text-align: center;
    }

    #Modalreport24 .obj > .lbtn div:nth-child(3) {
        font-size: 20px;
        font-weight: bold;
        float: right;
    }

#Modalreport24 .status-logo {
    margin: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

    #Modalreport24 .status-logo.complain-icon {
        height: 35px;
        background-image: url('img/report29/ComplainIcon.svg');
    }

    #Modalreport24 .status-logo.gp {
        height: 35px;
        background-image: url('img/report29/GP.svg');
    }

#Modalreport24 [status="3"] .status-logo.gp {
    height: 35px;
    background-image: url('img/report29/GPW.svg');
}

#Modalreport24 .status-logo.empty-photoIcon {
    height: 35px;
    background-image: url('img/report29/EmptyPhotoIcon.svg');
}

#Modalreport24 .object-row[status="2"],
#Modalreport24 .yellowRow {
    background-color: #DFDC2E;
}

#Modalreport24 .object-row[status="3"],
#Modalreport24 .greenRow {
    background-color: #39EC5D;
}

#Modalreport24 .object-row[status="4"],
#Modalreport24 .orangeRow {
    background-color: #FF8C00;
}

#Modalreport24 .object-row[status="5"],
#Modalreport24 .blueRow {
    background-color: #7C9DF8;
}

#Modalreport24 .object-row[status="6"],
#Modalreport24 .brownRow {
    background-color: #F4755E;
}
/*#endregion */
/*#endregion */
/*#region report37*/
#Report37 .tab-pane {
    color: aliceblue;
}

#Report37 table {
    width: 100%;
}

#Report37 #myTable2.dataTables_wrapper.no-footer {
    height: unset !important;
}

    #Report37 #myTable2.dataTables_wrapper.no-footer .row:nth-child(2) {
        height: unset;
    }
/*#endregion */
/*#region report38*/
#Report38 .Lbtn.red.active {
    background: #d60000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZDYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #d60000 0, #9e0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#d60000), color-stop(100%,#9e0000));
    background: -webkit-linear-gradient(top, #d60000 0,#9e0000 100%);
    background: -o-linear-gradient(top, #d60000 0,#9e0000 100%);
    background: -ms-linear-gradient(top, #d60000 0,#9e0000 100%);
    background: linear-gradient(to bottom, #d60000 0,#9e0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#9e0000',GradientType=0 );
    color: #fff;
    outline-color: #ff0000;
    border: 1px solid #ff0000;
}

#Report24 .Lbtn.green,
#Report38 .Lbtn.green.active {
    background: #3fd600;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZDYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #3fd600 0, #029e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#3fd600), color-stop(100%,#029e00));
    background: -webkit-linear-gradient(top, #3fd600 0,#029e00 100%);
    background: -o-linear-gradient(top, #3fd600 0,#029e00 100%);
    background: -ms-linear-gradient(top, #3fd600 0,#029e00 100%);
    background: linear-gradient(to bottom, #3fd600 0,#029e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fd600', endColorstr='#029e00',GradientType=0 );
    color: #fff;
    outline-color: #00ff00;
    border: 1px solid #00ff00;
}
/*#endregion */
/*#region ----------------------------------------------------------Other----------------------------------------------------------*/
th.mobile,
td.mobile {
    display: none;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: black;
    color: #fff;
}

.fixedHeader-floating th,
.fixedHeader-floating td,
.tn-table th,
.tn-table td {
    /*text-align: center;*/
    padding: 0 5px;
}

@media (max-width: 1150px) {
    th.mobile.m1150,
    td.mobile.m1150 {
        display: table-cell;
    }

    th.desctop.m1150,
    td.desctop.m1150 {
        display: none;
    }
}

@media (max-width: 900px) {
    th.mobile.m900,
    td.mobile.m900 {
        display: table-cell;
    }

    th.desctop.m900,
    td.desctop.m900 {
        display: none;
    }
}

@media (max-width: 820px) {
    th.mobile.m780,
    td.mobile.m780 {
        display: table-cell;
    }

    th.desctop.m780,
    td.desctop.m780 {
        display: none;
    }

    .tn-table th {
        font-size: 9px;
    }
}

@media (max-width: 900px) {
    #Lhome #midle_main {
        min-height: 450px;
    }
}

@media (max-width: 510px) {
    body {
        min-width: 380px;
    }

    #Lhome #midle_main {
        height: fit-content;
        min-width: 360px;
        padding: 0 10px;
    }
}

#control_info_block,
#control_type_block {
    position: absolute;
    top: 110px;
    bottom: 50px;
    height: unset;
    color: #fff;
}

.yellow {
    color: #eac01f;
}

.header {
    font-size: 23px;
    color: #1b75bb;
    font-weight: 300;
    margin-bottom: 20px;
}

#myTable2 .Lbtn {
    vertical-align: middle;
}

#header_block {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    color: #fff;
    padding: 20px 0;
}

.block-blue {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzU4ODUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.9) 0%, rgba(0, 55, 84, 0.5) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0, 55, 84, 0.5)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.9) 0%,rgba(0, 55, 84, 0.5) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.9) 0%,rgba(0, 55, 84, 0.5) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.9) 0%,rgba(0, 55, 84, 0.5) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.9) 0%,rgba(0, 55, 84, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3035885',GradientType=1 );
}

a.backforword {
    border-radius: 100%;
    border: 3px solid;
    font-size: 38px;
    padding: 5px;
    color: #fff;
    top: 0;
    margin: 0 20px;
}

    a.backforword:hover {
        text-decoration: none;
        color: #eee;
    }

h1 {
    font-size: 40px;
    font-weight: 300;
    display: inline;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    display: inline;
    color: #979797;
}

h3 {
    display: inline;
}

.t-main label {
    color: aliceblue;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 2px;
}

.note {
    color: #fff;
    padding-right: 20px;
    background-image: url('img/note.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px;
    font-size: 13px;
    margin-bottom: 20px;
    min-height: 30px;
}

.left-inc-block {
    width: 59%;
    float: left;
}

.right-inc-block {
    width: 40%;
    float: right;
}

.t-main {
    display: table;
    width: 100%;
}

.t-head,
.t-body {
    display: table-row;
}

    .t-body .inc-block,
    .t-main .t-body label,
    .t-body span,
    .t-head .header,
    .t-body .t-cell {
        display: table-cell;
        vertical-align: top;
    }

    .t-body .inc-block,
    .t-head .header {
        padding-right: 6%;
    }

    .t-body .t-cell:nth-child(1) {
        padding-right: 5px;
    }

iframe {
    border: none;
    border-radius: 3px;
}

div.trash {
    color: #D90017;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    width: 20px;
    vertical-align: top;
    margin-right: -25px;
    margin-left: 5px;
}

    div.trash:hover {
        color: #c30000;
    }

.right-menu {
    position: absolute;
    right: 0;
    color: #fff;
    top: 20%;
}

    .right-menu .header {
        font-size: 16px;
        position: absolute;
        right: 20px;
        text-align: center;
    }

    .right-menu .header,
    .right-menu .menu-body,
    .menu-body-elem {
        width: 130px;
    }

    .right-menu .menu-body,
    .right-menu .menu-body-right {
        border: 1px solid #1b75bb;
        position: absolute;
        top: 30px;
        height: 130px;
    }

    .right-menu .menu-body {
        right: 20px;
        border-right: none;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDM3NTQiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%, rgba(0,0,0,0.9) 70%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,55,84,0.5)), color-stop(70%,rgba(0,0,0,0.9)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        background: -o-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        background: radial-gradient(ellipse at center, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80003754', endColorstr='#e6000000',GradientType=1 );
        padding: 10px 0;
    }

    .right-menu .menu-body-right {
        border-right: none;
        border-left: none;
        background-color: rgba(0,0,0,0.9);
        right: 0;
    }

    .right-menu .menu-body-right,
    .menu-body-elem-right {
        -moz-transform: skewY(-45deg);
        -ms-transform: skewY(-45deg);
        -o-transform: skewY(-45deg);
        -webkit-transform: skewY(-45deg);
        transform: skewY(-45deg);
        margin-top: -10px;
        width: 20px;
    }

    .right-menu .menu-body .menu-body-el {
        display: block;
        position: relative;
    }

.left-menu {
    position: absolute;
    left: 0;
    color: #fff;
    top: 20%;
}

    .left-menu .header {
        font-size: 20px;
        position: absolute;
        left: 20px;
        text-align: center;
    }

    .left-menu .header,
    .left-menu .menu-body,
    .menu-body-elem {
        width: 130px;
    }

    .left-menu .menu-body,
    .left-menu .menu-body-left {
        border: 1px solid #a70000;
        position: absolute;
        top: 30px;
        height: 82px;
    }

    .control-btn-img,
    .left-menu .menu-body {
        left: 20px;
        border-left: none;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDM3NTQiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%, rgba(0,0,0,0.9) 70%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,55,84,0.5)), color-stop(70%,rgba(0,0,0,0.9)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        background: -o-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        background: radial-gradient(ellipse at center, rgba(0,55,84,0.5) 0%,rgba(0,0,0,0.9) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80003754', endColorstr='#e6000000',GradientType=1 );
        padding-bottom: 30px;
    }

    .left-menu .menu-body-left {
        border-right: none;
        border-left: none;
        background-color: rgba(0,0,0,0.9);
        left: 0;
    }

    .left-menu .menu-body-left,
    .menu-body-elem-left {
        -moz-transform: skewY(45deg);
        -ms-transform: skewY(45deg);
        -o-transform: skewY(45deg);
        -webkit-transform: skewY(45deg);
        transform: skewY(45deg);
        margin-top: -10px;
        width: 20px;
    }

.menu-body-el .menu-body-elem,
.menu-body-el .menu-body-elem-right {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #fff;
}

.menu-body-el.active .menu-body-elem,
.menu-body-el.active .menu-body-elem-right {
    background-color: rgba(27, 117, 187, 0.6);
}

.menu-body-elem {
    width: 100%;
    padding: 5px;
}

.menu-body-elem-right {
    position: absolute;
    height: 100%;
    right: -20px;
    top: 0px;
}

.menu-body-el:hover .menu-body-elem,
.menu-body-el:hover .menu-body-elem-right {
    background-color: rgba(27, 117, 187, 0.8);
}

.input-group {
    width: 100%;
}

.scroll-container {
    overflow: auto;
    height: calc(100% - 130px);
    position: absolute;
    width: 98%;
    z-index: 5000;
}

.t-body .header {
    display: none;
}

@media (max-width: 920px) {
    .t-body .inc-block, .t-head .header {
        display: block;
    }

    .t-body .header {
        display: block;
    }

    .t-head .header {
        display: none;
    }
}

#main_block textarea {
    resize: vertical;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 0px auto;
    }
}

.construction-block {
    margin: 10px 1.11%;
    color: #fff;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

    .construction-block .construction-block-img {
        min-height: 200px;
        background-color: gray;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        cursor: pointer;
    }

    .construction-block.active {
        border: 1px solid #D90017;
    }

        .construction-block.active .construction-block-img {
            border: 10px solid #D90017;
        }

            .construction-block.active .construction-block-img::before {
                content: "";
                position: absolute;
                right: 0;
                border-style: inset;
                border-width: 0px 30px 30px 0px;
                border-color: transparent #D90017 transparent transparent;
            }

            .construction-block.active .construction-block-img::after {
                content: "\e013";
                color: #fff;
                position: absolute;
                margin: -3px;
                right: 0;
                font-family: 'Glyphicons Halflings';
            }

    .construction-block .construction-block-text {
        padding: 5px;
    }

        .construction-block .construction-block-text .bold {
            font-weight: 800;
        }

.noimg {
    text-align: center;
    display: inline-block;
    min-height: 200px;
    width: 100%;
    background-color: grey;
    padding: 27px;
}

    .noimg span {
        font-size: 100px;
        text-align: center;
        width: 100%;
        display: inline-block;
        color: #464646;
    }

@media (max-width: 1000px) {
    .construction-block {
        margin: 10px 0;
        width: 49%;
    }
}

@media (max-width: 768px) {
    .construction-block {
        margin: 10px 0;
        width: 98%;
    }
}

.controls-block,
.scroll-container {
    overflow-y: scroll;
}

.block-blue .block-blue-header {
    margin-bottom: 10px;
}

#control_type_block {
    width: 300px;
    left: 30px;
}

.block-blue-btm .scroll-container {
    position: unset;
    height: unset;
}

.block-blue .block-blue-header,
#control_type_block .control-type-header {
    padding: 5px 5px 5px 30px;
    position: relative;
    font-weight: 900;
    color: #0086cc;
}

    .block-blue .block-blue-header span,
    #control_type_block .control-type-header span {
        display: block;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #0086cc;
        padding: 6px;
        border-radius: 3px;
        color: #fff;
    }

#control_type_block .scroll-container {
    height: calc(100% - 30px);
}

#control_type_block .control-type-block {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    min-height: 80px;
    padding: 10px 20px 10px 80px;
    background: rgb(0, 26, 40);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgb(0, 26, 40)0%, rgb(0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0, 26, 40)), color-stop(100%,rgb(0,0,0)));
    background: -webkit-linear-gradient(left, rgb(0, 26, 40) 0%,rgb(0,0,0) 100%);
    background: -o-linear-gradient(left, rgb(0, 26, 40) 0%,rgb(0,0,0) 100%);
    background: -ms-linear-gradient(left, rgb(0, 26, 40) 0%,rgb(0,0,0) 100%);
    background: linear-gradient(to right, rgb(0, 26, 40) 0%,rgb(0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#000000',GradientType=1 );
    margin: 10px;
}

    #control_type_block .control-type-block .img {
        height: 50px;
        width: 50px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 20px;
    }

    #control_type_block .control-type-block .info {
        position: absolute;
        top: 0;
        right: 0;
        border-style: inset;
        border-width: 0px 30px 30px 0px;
        border-color: transparent #ab0000 transparent transparent;
    }

        #control_type_block .control-type-block .info div {
            position: absolute;
            top: 2px;
            right: -23px;
            font-weight: 900;
            cursor: pointer;
        }

    #control_type_block .control-type-block.active {
        border: 5px solid #ab0000;
        border-radius: 4px;
    }

        #control_type_block .control-type-block.active::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            border-style: inset;
            border-width: 30px 0px 0px 30px;
            border-color: transparent transparent transparent #D90017;
        }

        #control_type_block .control-type-block.active::after {
            content: "\e013";
            color: #fff;
            position: absolute;
            margin: -3px;
            left: 0;
            bottom: 0;
            font-family: 'Glyphicons Halflings';
        }

#control_info_block {
    width: calc(100% - 330px);
    left: 330px;
    height: calc(100% - 185px);
}

    #control_info_block .block-blue {
        padding: 20px;
        margin: 20px;
        min-width: 260px;
    }

        #control_info_block .block-blue select {
            color: #000;
        }

        #control_info_block .block-blue .ttk {
            width: 100%;
        }

.dropdown-menu > li > a {
    white-space: normal;
}

#control_info_block .Lbtn {
    position: fixed;
}

.tn-table {
    bottom: 0;
    left: 0;
    right: 0px;
    color: #333;
    padding: 0 6px;
}

    .tn-table .row,
    .tn-table .htext,
    .tn-table .scroll-container {
        color: #fff;
    }

        .tn-table .scroll-container td,
        .tn-table .scroll-container th {
            padding: 5px;
        }

    .tn-table.one .scroll-container td:nth-child(1),
    .tn-table.one .scroll-container td:nth-child(2),
    .tn-table.one .scroll-container td:nth-child(3),
    .tn-table.one .scroll-container td:nth-child(4),
    .tn-table.one .scroll-container td:nth-child(5),
    .tn-table.one .scroll-container td:nth-child(7) {
        white-space: nowrap;
    }

    .tn-table .table12 table tbody tr td,
    .tn-table .dataTables_wrapper table tbody tr:nth-child(2n+1) {
        background-color: rgba(76, 76, 76, 0.3);
    }

    .tn-table .dataTables_wrapper table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .tn-table .table12 table {
        max-width: 900px;
        margin: auto auto;
    }

        .tn-table .table12 table tbody tr td.first {
            background-color: rgba(70, 70, 110, 0.3);
        }

        .tn-table .table12 table tbody tr:nth-child(2n+1) td.last {
            background-color: rgba(76, 76, 76, 0.5);
        }

            .tn-table .table12 table tbody tr:nth-child(2n+1) td.last.first {
                background-color: rgba(70, 70, 110, 0.6);
            }

.dropup .dropdown-menu {
    top: 100%;
    bottom: unset;
}

#h_form .form-group {
    color: #000;
    max-width: 220px;
    margin: 0;
    display: inline-block;
}

.form-l {
    display: inline-block;
    vertical-align: top;
}

.deviation {
    width: 47.8%;
    color: #fff;
    display: inline-block;
    margin: 0 2% 1% 0;
    vertical-align: top;
}

    .deviation .deviation-text {
        display: inline-block;
        min-height: 100px;
        vertical-align: middle;
        padding-left: 10px;
    }

    .deviation .deviation-img {
        display: inline-block;
        height: 160px;
        width: 160px;
        font-size: 40px;
        background-color: gray;
        text-align: center;
        vertical-align: middle;
        border-radius: 10px;
    }

        .deviation .deviation-img i {
            line-height: 80px;
            vertical-align: middle;
        }

        .deviation .deviation-img div {
            height: 100%;
            width: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .deviation .deviation-img img {
            width: 100%;
            vertical-align: middle;
        }

.Lbtn.btn-mob {
    display: none;
}

@media (max-width: 770px), (max-height: 400px) {
    #control_info_block,
    #control_type_block {
        width: unset;
        left: unset;
        position: unset;
        top: unset;
        bottom: unset;
    }

    #control_info_block {
        position: relative;
    }

        #control_info_block .scroll-container,
        #control_type_block .scroll-container {
            height: unset;
            overflow: unset;
            position: unset;
            width: unset;
            margin-bottom: unset;
            overflow-y: unset;
        }

    #control_type_block .control-type-header {
        margin: 0 10px;
    }

    #control_info_block {
        height: unset;
        margin-bottom: unset;
    }

        #control_info_block .block-blue {
            margin: 10px;
        }

        #control_info_block #postform .Lbtn.botom-right {
            display: none;
        }

        #control_info_block .Lbtn {
            position: relative;
            right: 23px;
            display: inline-block;
            float: right;
            margin-bottom: 20px;
        }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 85%;
        margin: 30px auto;
    }
}

.form-group {
    margin: 0;
}

#calendarform a:hover {
    text-decoration: none;
}

.btn-group-vertical {
    vertical-align: unset;
}

.Limgmodal .modal-dialog img {
    max-height: 100%;
    max-width: 100%;
}

.Limgmodal .modal-dialog table {
    width: 100%;
}

.Limgmodal .modal-dialog .modal-body {
    overflow: auto;
}

.Limgmodal .modal-dialog .modal-content .modal-boy.img {
    text-align: center;
}

.Limgmodal table tbody tr:nth-child(2n+1),
.Limgmodal .dataTables_wrapper table tbody tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.2);
}

.Limgmodal .dataTables_wrapper table thead th {
    background-color: rgba(255, 255, 255, 0.2);
}

.Limgmodal .dataTables_wrapper table {
    border-spacing: 1px;
}

.Limgmodal table tr {
    border: 1px solid #888888;
}

.left_th .last {
    min-height: 200px;
}

.Lbtn:hover, .Lbtn:focus {
    color: #fff;
    text-decoration: none;
}

td.modal-btns form {
    display: inline-block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: unset;
    padding-left: unset;
}

.row {
    margin-right: unset;
    margin-left: unset;
}

#myTable1 tbody tr td:nth-child(n+4) {
    text-align: center;
}

#myTable1 thead {
    /*white-space: nowrap;*/
}

.modal-content {
    background-color: rgba(51, 51, 51, 0.9);
    color: #eee;
}

.modal-content-solid {
    background-color: rgba(51, 51, 51, 1);
    color: #eee;
}

.close {
    color: #f00;
    text-shadow: 0 1px 0 #a00;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .close:hover {
        color: #d00;
    }
/*.dataTables_wrapper.no-footer {
    height: 100%;
}
    .dataTables_wrapper.no-footer .row:nth-child(2) {
        height: calc(100% - 80px);
        position: relative;
        overflow: scroll;
        overflow: auto;
    }
@media (max-width: 900px) {
    .dataTables_wrapper.no-footer .row:nth-child(2) {
        height: unset;
    }
}*/
@media (any-hover: none), (any-pointer: coarse) {
    .dataTables_wrapper.no-footer .row:nth-child(2) {
        position: relative;
        overflow: auto;
    }
}

#main_block {
    position: absolute;
    top: 100px;
    bottom: 5%;
    left: 100px;
    right: 200px;
    padding: 40px 4px 0 10px;
    min-height: 500px;
}

@media (max-width: 930px) {
    #main_block {
        top: 160px;
    }
}

@media (max-width: 705px) {
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 625px) {
    #main_block {
        top: 300px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        height: fit-content;
        padding: 20px 10px 0 10px;
    }

    .right-menu {
        top: 150px;
        width: 100%;
    }

        .right-menu .menu-body-right {
            margin-top: -40px;
        }

        .right-menu .menu-body-elem-right {
        }

        .right-menu .header,
        .right-menu .menu-body {
            width: calc(100% - 30px);
            top: 0;
        }

    .t-body .inc-block, .t-head .header {
        padding-right: 0;
    }

    body {
        background: #000;
        padding: 0;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 23px;
    }

    #main_block {
        top: 365px;
    }

    .right-menu {
        top: 215px;
    }
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.inmodal_img {
    cursor: pointer;
    display: inline-block;
    margin: 5px 2px;
}

.flor-elem {
    width: 15%;
    display: inline-block;
    min-width: 160px;
}

div.view-header {
    display: inline-block;
    text-align: justify;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 20px;
}

    div.view-header span {
        min-width: 75px;
        display: inline-block;
    }

        div.view-header span.red {
            min-width: 125px;
            color: #D90017;
        }

.hide {
    display: none;
}

.bigsheck i {
    font-size: 19px;
}

#tn_cal {
    width: 100%;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 12px;
}

    #tn_cal tbody tr:nth-child(2n+1) {
        background-color: rgba(255, 255, 255, 0.2);
    }

    #tn_cal thead tr th,
    #tn_cal tbody tr td {
        padding: 0 3px;
    }

.intb {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#slider13 .slider-selection,
#slider14 .slider-selection {
    background: #808080;
}

#slider13 .slider-track,
#slider14 .slider-track {
    background: #b7b7b7;
}

#slider13 .slider-handle,
#slider14 .slider-handle {
    background: #4f4f4f;
}

.ex13CurrentSliderValLabel {
    margin-left: 10px;
}

td .intable:nth-child(2n) {
    background-color: rgba(120, 122, 122, 0.37);
    margin: 0 -5px;
    padding: 0 5px;
}

td .intable span,
td .intable div {
    line-height: 1.42857143;
    display: inline-block;
    height: fit-content;
}

    td .intable div.faq {
        display: inline;
    }

.faq {
    display: inline-block;
    cursor: pointer;
}

    .faq .faq-text {
        display: none;
    }

    .faq:hover .faq-text {
        display: block;
        position: absolute;
        padding: 10px;
        background-color: black;
        border-radius: 3px;
        color: #fff;
        margin-left: -100px;
        z-index: 1000;
    }

.range-block {
    background-color: #e0e0e0;
    color: #555;
    width: unset;
    min-width: 220px;
    float: none;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    font: inherit;
    vertical-align: unset;
    position: relative;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #ccc;
    height: unset;
}

    .range-block .range-block-group {
        display: inline-block;
    }

        .range-block .range-block-group .range-block-before,
        .range-block .range-block-group .range-block-after {
            padding: 0 10px;
        }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 39%;
}

.slider .tooltip.top {
    margin-top: -15px;
    padding: 0;
}

.vform {
    display: inline-block;
    vertical-align: top;
}

.form-l .btn-group.bootstrap-select.multiselect {
    margin-right: 4px;
}

.r11 h2 {
    color: #fff;
    text-align: center;
}

.r11 table {
    width: unset;
    margin: 0 auto;
}

    .r11 table td:first-child,
    .r11 table th:first-child {
        text-align: left;
    }

.r11 .dataTables_wrapper {
    width: fit-content;
    margin: 0 auto;
}

.r11 .dataTables_wrapper {
    height: unset !important;
}

.r11 #myTable1 tr.link {
    cursor: pointer;
}

.r11 #ModalContent tr td:first-child {
    text-align: right;
}

td.green,
span.green {
    color: #0f0;
}

td.red,
span.red {
    color: #f00;
}

.r11 .constr-header {
    display: block;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

    .r11 .constr-header:hover {
        height: auto;
        white-space: normal;
    }

.r11 tfoot tr {
    background-color: rgba(51, 122, 183, 0.33);
}

#myTable2 {
    width: 100%;
}

    #myTable2.subconstructors tbody tr:nth-child(2n+1) {
        background-color: rgba(255, 255, 255, 0.08);
    }

    #myTable2.subconstructors tbody tr td {
        padding: 0 3px;
    }

.dropdown-header {
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mcr {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 21px;
}

span.g {
    color: lime;
}

span.r {
    color: #D90017;
}

.modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.updateslog img {
    width: 100%;
    max-width: 500px;
}

label {
    font-weight: unset;
}

.modal.img .modal-dialog {
    height: calc(100% - 60px);
    width: fit-content;
    max-width: 90%;
}

.modal.img.carusel .modal-dialog {
    width: 90%;
}

.modal.img .modal-dialog .modal-content {
    height: 100%;
}

    .modal.img .modal-dialog .modal-content .modal-body {
        height: calc(100% - 50px);
        text-align: center;
    }

        .modal.img .modal-dialog .modal-content .modal-body .imgdownload {
            text-align: center;
            padding: 5px 0;
        }

            .modal.img .modal-dialog .modal-content .modal-body .imgdownload a {
                color: #fff;
            }

.fade {
    opacity: 0;
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

.buttons-td {
    line-height: 40px;
}

.input-group-addon {
    padding: 3px 12px;
}

.editreport2 {
    font-size: 20px;
}

.r22-table {
    color: aliceblue;
}

    .r22-table thead {
        background-color: #2c4b76;
    }

        .r22-table thead th {
            border: 1px solid #1b698e;
        }

    .r22-table tbody tr td.name {
        text-align: left;
        font-weight: bold;
        color: #1b698e;
    }

    .r22-table tbody tr td.adress {
        text-align: left;
        color: #949494
    }

    .r22-table tbody tr td.vehaname {
        text-align: left;
    }

    .r22-table tbody tr td .deviation-count {
        position: relative;
        border-bottom: 2px solid #c2e1f5;
        border-top: 2px solid #c2e1f5;
        height: 30px;
        padding: 5px 5px;
        display: inline-block;
    }

        .r22-table tbody tr td .deviation-count:after,
        .r22-table tbody tr td .deviation-count:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .r22-table tbody tr td .deviation-count:after {
            border-color: rgba(136, 183, 213, 0);
            border-width: 15px;
            border-bottom-color: #c2e1f5;
            border-top-color: #c2e1f5;
            border-right-color: #c2e1f5;
            margin-top: -15px;
            left: -30px;
        }

        .r22-table tbody tr td .deviation-count:before {
            border-color: rgba(194, 225, 245, 0);
            border-left-color: #c2e1f5;
            border-width: 15px;
            margin-top: -15px;
        }

        .r22-table tbody tr td .deviation-count.red {
            border-bottom: 2px solid #D90017;
            border-top: 2px solid #D90017;
            color: #D90017 !important;
        }

            .r22-table tbody tr td .deviation-count.red:after {
                border-bottom-color: #D90017;
                border-top-color: #D90017;
                border-right-color: #D90017;
            }

            .r22-table tbody tr td .deviation-count.red:before {
                border-left-color: #D90017;
            }

.gy {
    /*background-color: #787878 !important;*/
    background-color: rgba(159, 159, 159, 0.75) !important;
}

.Limgmodal .scenariy table .r26-percent {
    height: 25px;
    width: 50px;
    line-height: 25px;
    border-radius: 10px;
    background-color: #618800;
    margin: 0 auto;
}

.Limgmodal .scenariy table i {
    color: #94d000;
}

.Limgmodal .scenariy table th {
    width: 25%;
}

.Limgmodal .scenariy table tr:nth-child(n) {
    background-color: transparent;
    border: none;
    vertical-align: text-top;
}

.Limgmodal .scenariy table .checkboxes {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

#editparams2 {
    display: inline-block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.section .section-name {
    font-size: 18px;
    font-weight: bold;
}

.left_th.last {
    min-height: 230px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0px;
}

#Wait {
    margin-top: 34%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    display: none;
}

    #Wait:after {
        content: "Пожалуйста, подождите обновления отчета."
    }

#Report35 .dataTables_wrapper.no-footer .row:nth-child(2) {
    overflow: visible;
}
/*#endregion */
/*#region Ttk Order*/
#EditTTKModal .modal-dialog {
    overflow: hidden;
    height: calc(100% - 60px);
}

    #EditTTKModal .modal-dialog > .modal-content {
        height: 100%;
    }

        #EditTTKModal .modal-dialog > .modal-content .modal-body {
            overflow: visible;
            height: calc(100% - 57px);
        }

            #EditTTKModal .modal-dialog > .modal-content .modal-body .ttk-orderer {
                color: #333;
                height: 100%;
            }

                #EditTTKModal .modal-dialog > .modal-content .modal-body .ttk-orderer .tab-content {
                    overflow: auto;
                    height: calc(100% - 46px);
                    position: relative;
                }

.ttk-orderer .nav {
    margin-bottom: 20px;
}

.ttk-orderer .sall {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}

.sortable-placeholder {
    height: 43px;
    text-decoration: none;
    list-style: none;
}

.ttk-orderer .nav > li > a,
.ttk-orderer .list-group-item {
    padding: 0px 10px;
}

    .ttk-orderer .list-group-item > label {
        cursor: pointer;
    }

    .ttk-orderer .list-group-item:not(.sortable-disabled) {
        cursor: grab;
    }

    .ttk-orderer .list-group-item.sortable-dragging {
        cursor: -webkit-grabbing;
    }

    .ttk-orderer .list-group-item.sortable-placeholder {
        cursor: -webkit-grabbing;
        background: #333;
    }

    .ttk-orderer .list-group-item .glyphicon {
        float: left;
        font-size: 30px;
        line-height: 40px;
    }

    .ttk-orderer .list-group-item .glyphicon-sort {
        float: right;
    }

    .ttk-orderer .list-group-item:hover .glyphicon-sort {
        color: #d60000;
    }

.ttk-orderer .l:hover:before {
    text-decoration: underline;
}

.search-ttk-result {
    color: red;
}
/*#endregion */
/*#region Report46*/
#Report46 .tn-table td {
    text-align: left;
    vertical-align: top;
    color: #fff
}

#Report46 table.subtable tr td div:nth-child(2n+1) {
    background-color: #FFFFFF40;
}

#Report46 .circle {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #ECB167;
    display: inline-block;
    line-height: 30px;
    font-size: 20px
}

#Report46 .orangePanel {
    background-color: #ECB167;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#Report46 .whitePanel {
    background-color: #FFFFFF40;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#Report46 .redPanel {
    background-color: firebrick;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*#endregion */
/*#region Report47*/
#Report47 td i[emp], .constr-filter-edit {
    cursor: pointer;
}
/*#endregion */
/*#region Report51*/
#Report51 .sect {
    height: 100px;
    width: 357px;
    position: absolute;
    color: white;
}

    #Report51 .sect div.obj-name {
        height: 77px;
        width: 77px;
        position: absolute;
        left: 0;
        font-size: 20px;
        padding: 5px;
        text-align: center;
        line-height: 67px;
    }

        #Report51 .sect div.obj-name span {
            display: inline-block;
            line-height: 1.25;
            vertical-align: middle;
        }

    #Report51 .sect div.obj-info {
        height: 77px;
        position: absolute;
        left: 80px;
        right: 0;
        padding: 5px 5px;
        width: fit-content;
    }

        #Report51 .sect div.obj-info div div {
            display: inline-block;
            text-align: right;
            font-size: 17px;
        }

            #Report51 .sect div.obj-info div div:nth-child(1) {
                width: 95px;
            }

            #Report51 .sect div.obj-info div div:nth-child(2) {
                width: 100px;
                background-color: #fff;
                height: 17px;
                padding: 2px 0;
            }

                #Report51 .sect div.obj-info div div:nth-child(2) div {
                    height: 13px;
                    display: block;
                }

                    #Report51 .sect div.obj-info div div:nth-child(2) div div {
                        width: 100%;
                        height: 100%;
                        background-color: #8792c9;
                    }

            #Report51 .sect div.obj-info div div:nth-child(3) {
                width: 65px;
            }

    #Report51 .sect .obj-btn {
        height: 20px;
        width: 62px;
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 20px;
        padding: 0 10px;
        cursor: pointer;
        display: block;
        color: #fff;
    }

        #Report51 .sect .obj-btn:hover {
            opacity: 0.8;
        }

        #Report51 .sect .obj-btn img {
            height: 12px;
        }

#Report51 #Content51 .sect2 div.obj-info {
    background-color: #3f5eb6;
}

/*    #Report51 #Content51 .sect2 div.obj-info div div {
        background-color: #3f5eb6;
    }*/
#Report51 .sect2 {
    height: 100px;
    width: 326px;
    position: absolute;
    color: white;
}

    #Report51 .sect2 div.obj-name {
        height: 78px;
        width: 78px;
        position: absolute;
        left: 0;
        font-size: 20px;
        padding: 5px;
        text-align: center;
        line-height: 67px;
        background-color: #3f5eb6;
    }

        #Report51 .sect2 div.obj-name span {
            display: inline-block;
            line-height: 1.25;
            vertical-align: middle;
        }


    #Report51 .sect2 div.obj-info {
        height: 78px;
        position: absolute;
        left: 80px;
        right: 0;
        padding: 5px 5px;
        width: fit-content;
        line-height: normal;
    }

        #Report51 .sect2 div.obj-info div div {
            display: inline-block;
            text-align: right;
            font-size: 13px;
        }

        #Report51 .sect2 div.obj-info > div > div:nth-child(1) {
            width: 74px;
        }

        #Report51 .sect2 div.obj-info > div > div:nth-child(2) {
            width: 100px;
            background-color: #fff;
            height: 13px;
            padding: 1px;
            border-radius: 10px;
        }

            #Report51 .sect2 div.obj-info > div > div:nth-child(2) div {
                height: 11px;
                display: block;
                border-radius: 10px;
            }

                #Report51 .sect2 div.obj-info > div > div:nth-child(2) div div {
                    width: 100%;
                    height: 100%;
                    background-color: #8792c9;
                }

        #Report51 .sect2 div.obj-info > div > div:nth-child(3) {
            width: 50px;
        }

    #Report51 .sect2 .obj-btn {
        height: 20px;
        width: 62px;
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 20px;
        padding: 0 10px;
        cursor: pointer;
        display: block;
        color: #fff;
        background-color: #3f5eb6;
    }

        #Report51 .sect2 .obj-btn:hover {
            opacity: 0.8;
        }

        #Report51 .sect2 .obj-btn img {
            height: 12px;
        }
/*#endregion */
/*#region Report55*/
#Report55 .section {
    display: inline-block;
    width: auto;
    min-width: unset;
}

#Report55 .GraphReport .bigtable {
    overflow: unset;
    width: fit-content;
}

#Report55 .GraphReport .last .bigtable table tr:not(.botom_elem):not(.blue) td lt {
    margin-left: -320px;
}

#Report55 .GraphReport .last table tr.botom_elem > td:hover > lt {
    margin-left: -200px;
}

#Report55 .actload {
    display: inline-block;
    width: 100%
}

    #Report55 .actload a {
        margin: 30px;
        color: #fff;
        text-decoration: underline;
        font-size: 20px;
    }
/*#endregion */

/*#region Report59*/
#Report59 .bessroch {
    display: inline-block;
}

#Report59 table.history tr td {
    vertical-align: top;
    text-align: left;
    border: 1px solid #6a6a6a;
}

#Report59 .bessroch .calendar {
    color: black;
}

#Report59 .bessroch {
    width: 100%;
}

#Report59 .dropdown-menu {
    /* padding: 10px;*/
}

#Report59 #myTable3 .Lbtn {
    width: 100%;
}
/*#endregion */
/*#region Report62*/
#Report62 .btn-group.btn-group2 .Lbtn:first-child {
    width: 30%;
}

#Report62 .btn-group.btn-group2 .Lbtn:last-child {
    width: 70%;
}


/*#endregion */
/*#region Report67*/
#Report67 #ContentBlock .Lbtn {
    width: 35px;
}
/*#endregion */



/*.tn #bg_main1 {
    background-image: url('img/background-tn.png');
}*/

.tn #logo1 {
    background-image: url(img/logo-tn-white.png);
}

.tn.svg #logo1 {
    background-image: url(img/logo-tn-white.svg);
}

.tn .pagination > .active > a,
.tn .pagination > .active > span,
.tn .pagination > .active > a:hover,
.tn .pagination > .active > span:hover,
.tn .pagination > .active > a:focus,
.tn .pagination > .active > span:focus,
.tn .open > .dropdown-toggle.btn-default,
.tn .btn-default,
.tn .form-control,
.tn .input-group-addon,
.tn .Lbtn,
.tn .Lbtn.active,
.tn .Lbtn:hover,
.tn iframe,
.tn .nav-tabs > li > a,
.tn .nav-tabs > li.active > a,
.tn .nav-tabs > li.active > a:hover,
.tn .nav-tabs > li.active > a:focus {
    border: 1px solid #ff0000;
}
    .tn .inner :hover::-webkit-scrollbar-thumb,
    .tn .dataTables_wrapper.no-footer .row:nth-child(2):hover::-webkit-scrollbar-thumb,
    .tn .controls-block:hover::-webkit-scrollbar-thumb,
    .tn .scroll-container:hover::-webkit-scrollbar-thumb,
    .tn .bigtable:hover::-webkit-scrollbar-thumb,
    .tn .modal:hover::-webkit-scrollbar-thumb,
    .tn .modal-body:hover::-webkit-scrollbar-thumb,
    .tn body:hover::-webkit-scrollbar-thumb{
        background: linear-gradient(to bottom, #d60000 0,#9e0000 100%);  
        outline-color: #ff0000;
    }

.tn .bootstrap-datetimepicker-widget table td span.active,
.tn .bootstrap-datetimepicker-widget table td.active,
.tn .pagination > .active > a,
.tn .pagination > .active > span,
.tn .pagination > .active > a:focus,
.tn .pagination > .active > span:focus,
.tn .dropdown-menu > .active > a,
.tn .dropdown-menu > .active > a:focus,
.tn .input-group-addon,
.tn .Lbtn,
.tn .nav-tabs > li.active > a,
.tn .nav-tabs > li.active > a:hover,
.tn .nav-tabs > li.active > a:focus {
    background: #d60000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZDYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #d60000 0, #9e0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#d60000), color-stop(100%,#9e0000));
    background: -webkit-linear-gradient(top, #d60000 0,#9e0000 100%);
    background: -o-linear-gradient(top, #d60000 0,#9e0000 100%);
    background: -ms-linear-gradient(top, #d60000 0,#9e0000 100%);
    background: linear-gradient(to bottom, #d60000 0,#9e0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#9e0000',GradientType=0 );
    color: #fff;
    outline-color: #ff0000;
}

        .tn .bootstrap-datetimepicker-widget table td.active:hover,
        .tn .Lbtn.active,
        .tn .Lbtn.active:hover {
            background: #920000;
            color: #fff;
        }

        .tn .windows8 .wBall .wInnerBall,
        .tn .pagination > .active > a:hover,
        .tn .pagination > .active > span:hover,
        .tn .dataTables_wrapper.no-footer .row:nth-child(2)::-webkit-scrollbar-thumb,
        .tn .inner ::-webkit-scrollbar-thumb,
        .tn .controls-block::-webkit-scrollbar-thumb,
        .tn .scroll-container::-webkit-scrollbar-thumb,
        .tn .bigtable::-webkit-scrollbar-thumb,
        .tn .modal::-webkit-scrollbar-thumb,
        .tn .modal-body::-webkit-scrollbar-thumb,
        .tn body::-webkit-scrollbar-thumb,
        .tn .dropdown-menu > .active > a:hover,
        .tn .Lbtn:hover {
            background: #b10000;
            color: #fff;
        }

.tn .pagination > li > a, .pagination > li > span,
.tn .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #9e0000;
}

.tn .Llinks a {
    color: #d60000;
}

.tn .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #d60000;
}

.tn .buttons-td .Lbtn3 .glyphicon-remove,
.tn .buttons-td .active .glyphicon-remove {
    color: #fff !important;
}

.tn .buttons-td .Lbtn3 .glyphicon-ok,
.tn .buttons-td .active .glyphicon-ok {
    color: #fff !important;
}

/*.gp #bg_main1 {
    background-image: url('img/background-sz.png');
}*/

.gp #logo1 {
    background-image: url(img/logo-gp-white.png);
}

.gp.svg #logo1 {
    background-image: url(img/logo-gp-white.svg);
}

.gp .pagination > .active > a,
.gp .pagination > .active > span,
.gp .pagination > .active > a:hover,
.gp .pagination > .active > span:hover,
.gp .pagination > .active > a:focus,
.gp .pagination > .active > span:focus,
.gp .open > .dropdown-toggle.btn-default,
.gp .btn-default,
.gp .form-control,
.gp .input-group-addon,
.gp .Lbtn,
.gp .Lbtn.active,
.gp .Lbtn:hover,
.gp iframe,
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #ffd05a;
}

.gp .inner :hover::-webkit-scrollbar-thumb,
.gp .dataTables_wrapper.no-footer .row:nth-child(2):hover::-webkit-scrollbar-thumb,
.gp .controls-block:hover::-webkit-scrollbar-thumb,
.gp .scroll-container:hover::-webkit-scrollbar-thumb,
.gp .bigtable:hover::-webkit-scrollbar-thumb,
.gp .modal:hover::-webkit-scrollbar-thumb,
.gp .modal-body:hover::-webkit-scrollbar-thumb,
.gp body:hover::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #ecb167 0,#bd8f56 100%);
    outline-color: #ffd05a;
}

.gp .bootstrap-datetimepicker-widget table td span.active,
.gp .bootstrap-datetimepicker-widget table td.active,
.gp .pagination > .active > a,
.gp .pagination > .active > span,
.gp .pagination > .active > a:focus,
.gp .pagination > .active > span:focus,
.gp .dropdown-menu > .active > a,
.gp .dropdown-menu > .active > a:focus,
.gp .input-group-addon,
.gp .Lbtn,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #ecb167;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZWNiMTY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkOGY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ecb167 0, #bd8f56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ecb167), color-stop(100%,#bd8f56));
    background: -webkit-linear-gradient(top, #ecb167 0,#bd8f56 100%);
    background: -o-linear-gradient(top, #ecb167 0,#bd8f56 100%);
    background: -ms-linear-gradient(top, #ecb167 0,#bd8f56 100%);
    background: linear-gradient(to bottom, #ecb167 0,#bd8f56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb167', endColorstr='#bd8f56',GradientType=0 );
    color: #fff;
    outline-color: #ffd05a;
}

    .gp .bootstrap-datetimepicker-widget table td.active:hover,
    .gp .Lbtn.active,
    .gp .Lbtn.active:hover {
        background: #a07c50;
    }

    .gp .windows8 .wBall .wInnerBall,
    .gp .pagination > .active > a:hover,
    .gp .pagination > .active > span:hover,
    .gp .dataTables_wrapper.no-footer .row:nth-child(2)::-webkit-scrollbar-thumb,
    .gp .inner ::-webkit-scrollbar-thumb,
    .gp .controls-block::-webkit-scrollbar-thumb,
    .gp .scroll-container::-webkit-scrollbar-thumb,
    .gp .bigtable::-webkit-scrollbar-thumb,
    .gp .modal::-webkit-scrollbar-thumb,
    .gp .modal-body::-webkit-scrollbar-thumb,
    .gp body::-webkit-scrollbar-thumb,
    .gp .dropdown-menu > .active > a:hover,
    .gp .Lbtn:hover {
        background: #cb9a5d;
    }

.gp .pagination > li > a, .pagination > li > span,
.gp .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #bd8f56;
}

.gp .Llinks a {
    color: #ecb167;
}

.gp .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #ecb167;
}

.gp .buttons-td .Lbtn3 .glyphicon-remove,
.gp .buttons-td .active .glyphicon-remove {
    color: #F00 !important;
}

.gp .buttons-td .Lbtn3 .glyphicon-ok,
.gp .buttons-td .active .glyphicon-ok {
    color: #0F0 !important;
}

/*.sz #bg_main1 {
    background-image: url('img/background-sz.jpg');
}*/

.sz #logo1 {
    background-image: url(img/logo-sz-white.png);
}

.sz.svg #logo1 {
    background-image: url(img/logo-sz-white.svg);
}

.sz .pagination > .active > a,
.sz .pagination > .active > span,
.sz .pagination > .active > a:hover,
.sz .pagination > .active > span:hover,
.sz .pagination > .active > a:focus,
.sz .pagination > .active > span:focus,
.sz .open > .dropdown-toggle.btn-default,
.sz .btn-default,
.sz .form-control,
.sz .input-group-addon,
.sz .Lbtn,
.sz .Lbtn.active,
.sz .Lbtn:hover,
.sz iframe,
.sz .nav-tabs > li > a,
.sz .nav-tabs > li.active > a,
.sz .nav-tabs > li.active > a:hover,
.sz .nav-tabs > li.active > a:focus {
    border: 1px solid #4f8fc7;
}
    .sz .inner :hover::-webkit-scrollbar-thumb,
    .sz .dataTables_wrapper.no-footer .row:nth-child(2):hover::-webkit-scrollbar-thumb,
    .sz .controls-block:hover::-webkit-scrollbar-thumb,
    .sz .scroll-container:hover::-webkit-scrollbar-thumb,
    .sz .bigtable:hover::-webkit-scrollbar-thumb,
    .sz .modal:hover::-webkit-scrollbar-thumb,
    .sz .modal-body:hover::-webkit-scrollbar-thumb,
    .sz body:hover::-webkit-scrollbar-thumb{
        background: linear-gradient(to bottom, #337ab7 0,#265a88 100%);  
        outline-color: #4f8fc7;
    }

.sz .bootstrap-datetimepicker-widget table td span.active,
.sz .bootstrap-datetimepicker-widget table td.active,
.sz .pagination > .active > a,
.sz .pagination > .active > span,
.sz .pagination > .active > a:focus,
.sz .pagination > .active > span:focus,
.sz .dropdown-menu > .active > a,
.sz .dropdown-menu > .active > a:focus,
.sz .input-group-addon,
.sz .Lbtn,
.sz .nav-tabs > li.active > a,
.sz .nav-tabs > li.active > a:hover,
.sz .nav-tabs > li.active > a:focus {
    background: #337ab7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMzM3YWI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2NWE4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #337ab7 0, #265a88 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#337ab7), color-stop(100%,#265a88));
    background: -webkit-linear-gradient(top, #337ab7 0,#265a88 100%);
    background: -o-linear-gradient(top, #337ab7 0,#265a88 100%);
    background: -ms-linear-gradient(top, #337ab7 0,#265a88 100%);
    background: linear-gradient(to bottom, #337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#265a88',GradientType=0 );
    color: #fff;
    outline-color: #4f8fc7;
}

        .sz .bootstrap-datetimepicker-widget table td.active:hover,
        .sz .Lbtn.active:hover,
        .sz .Lbtn.active {
            background: #265a88;
        }

        .sz .windows8 .wBall .wInnerBall,
        .sz .pagination > .active > a:hover,
        .sz .pagination > .active > span:hover,
        .sz .dataTables_wrapper.no-footer .row:nth-child(2)::-webkit-scrollbar-thumb,
        .sz .inner ::-webkit-scrollbar-thumb,
        .sz .controls-block::-webkit-scrollbar-thumb,
        .sz .scroll-container::-webkit-scrollbar-thumb,
        .sz .bigtable::-webkit-scrollbar-thumb,
        .sz .modal::-webkit-scrollbar-thumb,
        .sz .modal-body::-webkit-scrollbar-thumb,
        .sz body::-webkit-scrollbar-thumb,
        .sz .dropdown-menu > .active > a:hover,
        .sz .Lbtn:hover {
            background: #3279b6;
        }

.sz .pagination > li > a, .pagination > li > span,
.sz .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #265a88;
}

.sz .Llinks a {
    color: #337ab7;
}

.sz .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #337ab7;
}


.sz .buttons-td .Lbtn3 .glyphicon-remove,
.sz .buttons-td .active .glyphicon-remove {
    color: #F00 !important;
}

.sz .buttons-td .Lbtn3 .glyphicon-ok,
.sz .buttons-td .active .glyphicon-ok {
    color: #0F0 !important;
}

#Report41 .report-info-block {
    padding: 15px 0;
}

    #Report41 .report-info-block div {
        display: inline-block;
    }

        #Report41 .report-info-block div.report-info {
            min-width: 32%;
            margin: 4px 0;
        }

            #Report41 .report-info-block div.report-info .text {
                /*min-width: calc(100% - 200px);*/
                text-align: right;
                padding-right: 5px;
            }

            #Report41 .report-info-block div.report-info .value {
                font-size: 13px;
            }

@media (max-width: 1584px) {
    #Report41 .report-info-block div.report-info {
        min-width: 49.5%;
    }
    #Report41 table{
        font-size:11px;
    }
}

@media (max-width: 970px) {
    #Report41 .report-info-block div.report-info {
        min-width: 99%;
    }
    #Report41 table {
        font-size: 9px;
    }
}
#Report41 .report-info-block div.report-info .text {
    color: #e1a963;
}
#Report41 .report-info-block {
    color:#fff;
}
