 body, html {
            margin: 0;
            padding: .1rem .7rem 0rem 0rem;
            height: 100%;
            box-sizing: border-box;
            font: 400 16px 'Inter',Arial,Helvetica,Verdana,sans-serif;
        }

        .container {
            display: flex;
            flex-direction: row;
            height: 100vh;
            clear: both;
        }

        .sidebar {
            width: 250px;
            background-color: #f4f4f4;
            padding: 20px;
            /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); */
            display: flex;
            flex-direction: column;
            border-radius: 0px 20px 0px 0px;
        }


        .main-content {
            flex: 1;
            padding: 20px;
            }

 
        .create-db-btn {
            padding: 10px 20px;
            background-color: #4CAF50;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
            margin-bottom: 20px;
        }


        .db-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .db-list li {
            padding: 10px;
            background-color: #ffffff;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .db-list li.activbx{background-color: #e2f2ff;}
        .db-list li:hover {
            background-color: #eaeaea;
        }
.db-list li .dcmnt{display:none;}
.db-list li strong{font-weight:300;}
.db-list li strong img{float:left; margin: -2px 7px 0px -2px;}
        .db-info {
            max-width: 600px;
            display: none;
        }

        .db-info h2 {
            margin-bottom: 20px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #c9c9c9;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font: 400 17px 'Inter',Arial,Helvetica,Verdana,sans-serif;
        }

        .form-group .submit {
            padding: 10px 20px;
            background-color: #007BFF;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
            float: left;
            margin: 0px 10px 0px 0px;
        }
.form-group .submit:hover, button:hover{box-shadow:1px 1px 10px #8b8b8b}

        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }

            .sidebar {
                width: 100%;
                padding: 10px;
            }

            .main-content {
                padding: 10px;
            }

            .db-info {
                width: 100%;
            }
        }
.messtart{color: #3d3e3c;font-size: 24px;font-weight: 500;margin: 30px 0 0 0;}
.messtart img{width: 130px;float:left;transform: rotate(161deg);margin: -25px 0px 0px 0px;}
#delbd{float:right;background-color:#cdcdcd;margin: 0px -22px 0px 0px;}
#delbd:hover{background-color:#F00;}
.alarm{background-color:#ff000026;}






#xloadflash{text-align:center;color: #bbb;width:100%;height:100%;float:left;margin: -9px 0px 18px 0px;background-color: #f8f8f8;padding: 10px 10px 20px 10px;border-radius: 10px;}
#xloadflash img{width: 42% !important;margin: 10px auto 10px auto !important;display: block !important;float: none !important;max-width: 170px;}
#xloadflash:hover{cursor:pointer; background-color: #f3f3f3;}
#xloadflash.dragover {
     background-color: #ffffff;
     outline-offset: -17px;
     border: 1px dotted #65839a;
     cursor: pointer;
     box-shadow: 0px 0px 14px 1px #00000036 inset;
}






#prel_prc {
    position: fixed;
    top: 0;
    width: 98%;
    background-color: #040404ba;
    z-index: 1050;
    padding: 22px 20px;
    display: none
}
#prel_prc .ld {
    width: 0%;
    height: 40px;
    text-align: center;
    padding: 10px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    background-color: #2196F3;
    background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(25%, rgba(255, 255, 255, .2)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(75%, rgba(255, 255, 255, .2)), color-stop(75%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -webkit-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    -o-animation: progress 2s linear infinite
}
#prel_prc.obrtka .ld{background-color: #E91E63;}
@-webkit-keyframes progress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -60px -60px
    }
}
@-moz-keyframes progress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -60px -60px
    }
}
@-ms-keyframes progress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -60px -60px
    }
}
@-o-keyframes progress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -60px -60px
    }
}
@keyframes progress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -60px -60px
    }
}












#fileNameModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    position: relative;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.modal-footer {
    text-align: right;
}
.modal-input {
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px 0px 18px 0px;
}
.modal-button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.modal-button:hover {
    background-color: #45a049;
}

#box_dcmnt i{float:left;clear:both;width:100%;margin: 1px 0px 23px 0px;font-style:normal;color: #879099;font-weight: 400;font-size: 16px;}
#box_dcmnt .icondl{float:right;margin: 0px -15px -10px 0px;display: none;}
#box_dcmnt .icondl:hover{cursor:pointer;}
#box_dcmnt i:hover .icondl{display:block;}
#box_dcmnt .iconfl{float:left;margin: -7px 6px -10px -2px;width: 32px;}














#mn {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: -4px 0px 20px 0px;
}
#mn div {
    float: left;
    background-color: #f4f4f4;
    padding: 12px 0px 12px 0px;
    border-radius: 0px 0px 10px 0px;
    overflow-x: auto;
    width: 1210px;
    white-space: nowrap;
    max-width: 108%;
}
#mn a {
    float: none;
    clear: none;
    margin: 0px 10px 0px 0px;
    color: #000;
    height: 20px;
    text-decoration: none;
    border-right: 1px solid #d1d1d1;
    padding: 0px 10px 0px 0px;
}
#mn a:last-child {
    border: none;
    padding: 0px 5px 0px 0px;
}
#mn a:hover{color:#2196F3; text-decoration:underline}
#mn img {
    float: left;
    margin: -7px 7px 0px 8px;
}























#ii {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 90%;
    max-width: 370px;
    z-index: 1001;
}
#iii{
    position: fixed;
    right: 20px;
    bottom: 156px;
    width: 90%;
    max-width: 350px;
    z-index: 1001;
    border-radius: 20px 20px;
    height: 480px;
    background-color: #fff;
    border: none;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 22px 1px #0000003d;
    display: none;
    } 
#iii .otvet{overflow:auto;max-height: 395px;white-space: pre-line;font-size: 14px;}
#iii .analiz_otsh1,#iii .analiz_otsh2,#iii .analiz_otsh3,#iii .analiz_otsh4{color: #7e7e7e;font-size: 11px;}
#iii .analiz_otsh4{border-bottom:1px solid #aeaeae; margin:0px 0px 20px 0px; padding-bottom:5px}
#iii .analiz_otsh1 span,#iii .analiz_otsh2 span{color:#F00;}
#iii.alarm{background-color:#f9c5c5;}
#iii .close {
    float: right;
    background-color: #ff0000;
    margin: -10px -11px 0px 0px;
    width: 40px;
    height: 40px;
    border-radius: 0 20px 0 50%;
    transform: rotate(2deg);
}
#iii .close svg {
    fill: #000;
    transform: rotate(-45deg);
    margin: 11px 0px 0px 8px;
    width: 20px;
}
#iii .close:hover svg{fill:#fff; cursor:pointer}

#ii textarea {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    max-width: 333px;
    height: 48px;
    background-color: #fff;
    border: none;
    padding: 5%;
    margin: 0px 0px -6px 0px;
    font-size: 14px;
    z-index: 0;
    position: relative;
    box-shadow: 0px 0px 22px 1px #0000003d;
}
#ii textarea:focus {outline: none;}
#ii button {
    display: block;
    width: 100%;
    font-size: 15px;
    border-radius: 0px 0px 12px 12px;
    border: none;
    position: relative;
    z-index: 1;
    padding: 11px 30px 11px 18px;
    background-color: #6a6a6a;
    color: #FFF;
    background-image: linear-gradient(to right,#484848 48%,#363738 86%);
    text-shadow: none;
    height: 41px;
  }
#ii button:focus {outline: none;}
#ii button:hover{cursor: pointer;background-color: #4caf50;background-image: linear-gradient(to right,#4caf50 48%,#4caf50 86%);}
#ii button.load{cursor:unset;background-image: url("../img/2.gif");background-repeat: no-repeat;background-position: center;background-color: #797979;}
.cthth_nero {
    float: left;
    clear: both;
    margin: -17px 0px -100px 14px;
    padding: 0px 0px 0px 0px;
    border-radius: 8px 8px 0 0;
    font-size: 10px;
    z-index: 2;
    position: relative;
}
.cthth_nero select.dvijok {
    float: right;
    margin: -15px -317px 0px 0px;
    width: 139px;
    border-radius: 6px;
    background-color: #4c4c4c;
    border: 1px solid #4c4c4c;
    color: #ffeb3b;
    padding: 3px 5px;
    font-size: 12px;
    display: block;
}
.cthth_nero div.nro {
    background-color: #ffffff;
    border-radius: 3px;
    height: 18px;
    padding: 1px 5px 0px 5px;
    margin: 9px 0px 5px 0px;
    line-height: 14px;
    color: #4c4c4c;
    float: right;
    border: 1px solid #d9d9d9;
    width: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
}

#iii .otvet p strong{color:#E91E63}
#iii .otvet hr{border: #4caf50 1px solid;}
#iii .otvet p em{color:#4CAF50;font-style:normal;font-weight: 600;}
#iii .otvet p{margin:0px 0px 0px 0px;}
#iii .otvet p img{max-width:100%;}
#iii .otvet .chank p strong{font-size:16px;color: #ff5722;}
#iii .otvet .chank p em{font-size:12px;}
#iii .otvet .chank p {margin: 0px 0px -7px 0px;padding: 0px;color: #333;font-size: 12px;}
#iii .analiz_otsh4 a{float:right; color:#00F;}

.db-list li strong svg{float:right;margin: 0px 2px 0px 0px;}
.db-list li strong svg:hover{cursor:pointer; fill:#F00;}

#boxai{width:300px;height:300px;background-color: #ffffff;padding: 10px 10px 20px 10px;overflow-y: auto;float: none;display: block;position: fixed;z-index: 12;left: 20px;top: 146px;border-radius: 7px;box-shadow: -7px 3px 13px 1px #000000a3;color: #000;display: none;}
#boxai img{float:left;width: 32px;border-radius:6px;clear:both;margin: 0px 8px 0px 0px;}
#boxai .nmbsd{float:left;font-size: 14px;margin: 9px 0px 0px 0px;}
#boxai .nmbsd:hover{color:#2196F3; cursor:pointer;}
#boxai .bsd{float:left;margin: 0px 0px 3px 0px;width:100%;}
#boxai .close:hover{cursor: pointer; background-color:#F00;}
#boxai .close {
    background-color: #000;
    border-radius: 20px;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px -50px 0px;
    width: 25px;
    height: 25px;
    text-align: center;
}
#boxai .close svg {
    fill: #000;
    transform: rotate(-45deg);
    margin: 2px 0px 0px -3px;
    width: 20px;fill:#fff; cursor:pointer
}