﻿@font-face {
    font-family: "myFont";
    src: url("https://fonts.edusite.ru/PT_Sans-Web-Regular/PT_Sans-Web-Regular.eot");
    src: url("https://fonts.edusite.ru/PT_Sans-Web-Regular/PT_Sans-Web-Regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.edusite.ru/PT_Sans-Web-Regular/PT_Sans-Web-Regular.woff") format("woff"), url("https://fonts.edusite.ru/PT_Sans-Web-Regular/PT_Sans-Web-Regular.ttf") format("truetype"), url("https://fonts.edusite.ru/PT_Sans-Web-Regular/PT_Sans-Web-Regular.svg#svgFontName") format("svg");
}

@font-face {
    font-family: 'Awesome5Solid';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("https://fonts.edusite.ru/awesome/fa-solid-900.eot");
    src: url("https://fonts.edusite.ru/awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://fonts.edusite.ru/awesome/fa-solid-900.woff2") format("woff2"), url("https://fonts.edusite.ru/awesome/fa-solid-900.woff") format("woff"), url("https://fonts.edusite.ru/awesome/fa-solid-900.ttf") format("truetype"), url("https://fonts.edusite.ru/awesome/fa-solid-900.svg#fontawesome") format("svg");
}

* {
    --main-color-green: #78A384;
    --main-color-hover-green: #608168;
    --main-color-purple: #A37897;
    --main-color-hover-purple: #8B6681;
    --main-color-font: #4C4C4C;
    --main-lk-color: #213D28;
    --shadow:  1px 1px 4px #999;
}

html {
    height: 100%
}

*,
::after,
::before {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body {
    background: #fff;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    border: 0;
    color: #333;
    font-family: myFont, Verdana, Arial;
    height: auto !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    position: relative;
}

span.tabledrag-changed {
    color: red !important;
    font-weight: bold;
}

/*============================================================================================*/
/* ======================================== ШАПКА ВК =========================================*/
/*============================================================================================*/


header {
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

header.admin {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

/* header.sticky .menu{
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
		z-index: 100;
} */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Пример: добавьте тень */
    z-index: 100;
}

/********** верхняя полоса меню**********/
.menu_up {
    background-color: var(--main-color-purple);
    padding: 0px;
    max-width: 1200px;
    margin: auto;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    flex-grow: 1;
    flex-basis: 100%;
}

ul.ul-pedsostav {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px 15px;
    gap: 8px;
}

ul.ul-pedsostav li a {
    display: flex;
    padding: 10px 20px;
    background-color: white;
    border-radius: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: bold;
}

ul.ul-pedsostav li a:hover {
    transform: translateY(-1px);
    color: var(--main-color-green);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.menu_up ul {
    display: flex;
}

.menu_up a {
    color: #fff !important;
    padding: 2px;
    flex-grow: 1;
    align-self: center;
    font-family: myFont, Verdana, Arial;
    font-size: 0.9rem;
}

.menu_up a.mnu {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    padding: 0px;
    flex-grow: 1;
    align-self: center;
    font-family: myFont, Verdana, Arial;
    font-size: 0.9rem;
}

.menu_up a.mnu:hover {
    color: #fff !important;
}

.menu_up li {
    list-style: none;
    order: 2;
}

.menu_up li.edumobile {
    display: none;
}

@media (max-width:768px) {
    .menu_up li.edumobile {
        display: block;
        max-width: 40px;
        min-width: 40px;
        padding-right: 10px;
        order: 1;
    }
}

.menu_up li.mobbutton {
    padding: 0 !important;
    display: none;
}

@media (max-width: 1200px) {
    .menu_up li.mobbutton {
        display: unset;
        max-width: 25px;
        min-width: 25px;
        cursor: pointer;
        margin: 5px 10px;
    }

    .admin .menu_up li.mobbutton {
        display: none;
    }
}

.menu_up li.topmenu {
    flex-grow: 1;
    display: flex;
    align-self: stretch;
}

@media (max-width:600px) {
    .menu_up li.topmenu {
        order: 5;
        flex-basis: 100%;
    }
}

.menu_up li.shedulbell {
    width: 45px;
    flex-grow: 1;
}

.menu_up li.exit {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* пункты меню */
.menu_up li.topmenu ul {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.menu_up li.topmenu ul .cell_menu {
    white-space: nowrap;
    display: flex;
    flex-grow: 1;
    padding: 3px 6px;
}

.menu_up li.topmenu ul .cell_menu.active_td {
    background-color: var(--main-color-hover-green);
}

.menu_up li.topmenu ul .cell_menu:hover {
    background-color: var(--main-color-hover-green);
}

/**********полоса меню**********/
.menu {
    background-color: var(--main-color-green);
    padding: 0px;
    max-width: 1200px;
    margin: auto;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    flex-grow: 1;
    flex-basis: 100%;
    z-index: 100;
}

@media (max-width:600px) {
    .menu {
        flex-wrap: wrap;
    }
}

.menu a {
    color: #fff !important;
    padding: 2px;
    flex-grow: 1;
    align-self: center;
    font-family: myFont, Verdana, Arial;
    font-size: 0.9rem;
}

.menu a.mnu {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    padding: 0px;
    flex-grow: 1;
    align-self: center;
    font-family: myFont, Verdana, Arial;
    font-size: 0.9rem;
}

.menu a.mnu:hover {
    color: #fff !important;
}

.menu li {
    list-style: none;
}

.menu li.edumobile {
    display: none;
}

@media (max-width:768px) {
    .menu li.edumobile {
        display: unset;
        max-width: 40px;
        min-width: 40px;
        padding-right: 10px;
    }
}

.menu li.mobbutton {
    padding: 0 !important;
    display: none;
}

@media (max-width: 1200px) {
    .menu li.mobbutton {
        display: unset;
        max-width: 25px;
        min-width: 25px;
        cursor: pointer;
        margin: 5px 10px;
    }

    .admin .menu li.mobbutton {
        display: none;
    }
}

.menu li.topmenu {
    flex-grow: 1;
    display: flex;
    align-self: stretch;
}

@media (max-width:600px) {
    .menu li.topmenu {
        order: 5;
        flex-basis: 100%;
    }
}

.menu li.shedulbell {
    width: 45px;
    flex-grow: 1;
}

.menu li.exit {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* пункты меню */
.menu li.topmenu ul {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.menu li.topmenu ul .cell_menu {
    white-space: nowrap;
    display: flex;
    flex-grow: 1;
    padding: 12px 6px;
}

@media (max-width:768px) {
    .menu li.topmenu ul .cell_menu {
        padding: 3px;
    }
}

.menu li.topmenu ul .cell_menu.active_td {
    background-color: var(--main-color-hover-green);
}

.menu li.topmenu ul .cell_menu:hover {
    background-color: var(--main-color-hover-green);
}

/*остальные пункты в полосе меню*/

.shedul {
    width: 45px;
}

.user_name {
    color: #fff;
    font-size: 0.9rem;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.user_name span:not(:last-child) {
    text-decoration: underline;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-angle-down fa-w-10 fa-3x'%3e%3cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 12px;
    background-size: 10px;
}

#switch-user {
    position: absolute;
    right: 0;
    background-color: var(--main-color-green);
    border-radius: 5px;
    border: 1px solid var(--main-color-hover-green);
    padding: 10px;
    margin-top: 8px;
    width: 350px;
    max-width: 350px;
}

#switch-user ul {
    padding-inline-start: 5px;
    text-align: left;
}

.switch-to-user {
    cursor: pointer;
    padding: 3px;
}

.switch-to-user.wrap {
    white-space: nowrap;
}

.switch-to-user:hover {
    background-color: var(--main-color-hover-green);
}

.door {
    background: none;
    width: 25px;
    height: 25px;
    background-image: url(/images/door.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    background-size: 25px;
    cursor: pointer;
}


/********** Заголовок **********/
.head {
    background-color: #f7f7f7 !important;
    border: 1px solid #d1d1d1;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.head_l {
    display: flex;
    flex-wrap: wrap;
    min-width: 240px;
    justify-content: center;
    flex-basis: 300px;
}

.head_c {
    flex-grow: 1;
    font-size: 1.3rem;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.userorg {
    vertical-align: middle;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.manager a:not(:empty):before {
    content: "Ваш персональный менеджер: ";
}

@media (max-width: 768px) {
    .head_l {
        display: none !important;
    }

    .head_c {
        font-size: 1.1rem;
    }
    .manager a:not(:empty):before {
        content: "Ваш менеджер: ";
    }
    .manager a span{
    white-space: nowrap;
    }
}

@media (max-width: 600px) {
    .head_c {
        font-size: 1rem;
    }

}

/*============================================================================================*/
/* ======================================== Футер =========================================*/
/*============================================================================================*/
.footer {
    background-color: var(--main-color-green);
    padding: 10px;
    font-family: myFont, Verdana, Arial;
    font-size: 0.9rem;
    color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.footer a {
    font-family: myFont, Verdana, Arial;
    color: #fff !important;
    font-size: 0.9rem;
}

.footer .support {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-grow: 1;
    flex-basis: 100%;
}

.footer .support>* {
    padding: 0 10px;
}

.footer a.mail:before {
    content: "";
    background-position: left;
    background-size: 15px;
    min-width: 20px;
    height: 15px;
    background-image: url(https://skin.edusite.ru/img/mail.svg);
    display: block;
    float: left;
    background-repeat: no-repeat;
}

.footer a.tel:before {
    content: "";
    background-position: left;
    background-size: 15px;
    min-width: 20px;
    height: 15px;
    background-image: url(https://skin.edusite.ru/img/phone.svg);
    display: block;
    float: left;
    background-repeat: no-repeat;
}

.footer a.youtube:before {
    content: "";
    background-position: left;
    background-size: 15px;
    min-width: 20px;
    height: 15px;
    background-image: url(https://skin.edusite.ru/img/youtube.svg);
    display: block;
    float: left;
    background-repeat: no-repeat;
}

.footer a.telegram:before {
    content: "";
    background-position: left;
    background-size: 15px;
    min-width: 20px;
    height: 15px;
    background-image: url(https://skin.edusite.ru/img/telegram.svg);
    display: block;
    float: left;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.footer a.copyright {
    flex-grow: 1;
    flex-basis: 100%;
    padding: 10px;
}


/************************************************************/




span.check-file-sign {
    cursor: pointer;
}



.cke_editable .document-desc img,
.cke_editable .check-file-sign img {
    width: 20px !important;
    max-width: 20px !important;
}

.cke_editable .filedesc {
    display: none !important;
}


.add2body {
    white-space: nowrap;
}



.hamburger-bar {
    margin: 3px auto;
    width: 65%;
    height: 3px;
    background-color: #fff;
    cursor: pointer;
}

.hamburger-menu-background {
    background: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    left: 0;
    box-shadow: 1px 1px 20px #000;
}

.hamburger-menu-close-button {
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: #253A58;
    position: absolute;
    z-index: 100000000000000;
    left: 260px;
}

.hamburger-menu-close-button span {
    cursor: pointer;
}



.hamburger-menu-close-button,
.hamburger-menu-background,
#menu_left {
    display: none;
}



@media (max-width: 600px) {
    .hamburger-menu-close-button {
        font-family: Arial;
        font-size: 30px;
        text-align: right;
        padding: 5px 10px;
        color: #253A58;
    }

    .hamburger-menu-close-button span {
        cursor: pointer;
    }
}




.main_monitor {
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
    flex-grow: 1;
}

.main_monitor * {
    font-family: Verdana;
}

.leftpanel {
    max-width: 270px;
}

#menu_left {
    max-width: 100% !important;
}

.monitoring_filtr {
    display: flex;
    flex-wrap: wrap;
}

.monitor_content {
    flex-grow: 1;
    padding-bottom: 20px;
}

.monitoring_filtr div {
    font-size: 0.85rem;
    flex-basis: 230px;
    margin: 8px;
}

.monitoring_filtr select {
    font-size: 0.8rem;
}

.monitoring_filtr input[type="button"] {
    background-color: var(--main-color-green);
    padding: 5px 10px;
    color: #fff;
    border: 1px solid var(--main-color-green);
    border-radius: 10px;
    box-shadow: 0 2px 3px 1px #5b5b5b;
    cursor: pointer;
}

.topinfo {
    display: flex;
    /* margin-top: 20px; */
    flex-direction: row-reverse;
}

.monitorinfo {
    flex-grow: 1;
    margin: 5px;
    margin-right: 15px;
    text-align: center;
    padding-top: 10px !important;
    display: none;
}

.title {
    margin: 10px 0;
    font-size: 1.7rem;
    flex-grow: 1;
}

.titlesml {
    margin: 10px 0;
    font-size: 1.25rem;
    flex-grow: 1;
}

.main_monitor .content {
    margin-top: 20px;
}

.table td,
td.table {
    padding: 2px 10px 2px 10px;
    overflow-wrap: break-word !important;
    word-break: keep-all !important;
    max-width: 20%;
}

div#section-location {
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

table.monitoring-data-table td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

table.monitoring-data-table td.table {
    background-color: transparent !important;
}

table.monitoring-data-table td.table:nth-child(2) {
    width: 20%;
}

table.monitoring-data-table td.table:nth-child(5) {
    width: 20%;
}

table.monitoring-data-table td.table:nth-child(3) {
    width: 20%;
}

table.monitoring-data-table td.table:nth-child(6) {
    word-break: keep-all !important;
}

.draggable a.tabledrag-handle {
    min-width: 1.7em;
}

.draggable td:nth-child(1) {
    /*white-space: nowrap;*/
    display: flex;
}

div.indentation {
    float: none !important;
    margin: unset !important;
    padding: unset !important;
    width: 40px !important;
}

table.monitoring-data-table {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #dfdfdf;
    border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0px;
    background-color: transparent;
    box-shadow: 0 0 6px #666;
}

table.monitoring-data-table thead tr {
    color: #ffffff;
    font-weight: bold;
    background: var(--main-color-green);
    box-shadow: 0 2px 3px 1px #5b5b5b;
}

table.monitoring-data-table tr td {
    border-right: 1px solid #dfdfdf;
    background-color: transparent;
}

table.monitoring-data-table tr:first-child td {
    padding-top: 10px;
}

table.monitoring-data-table tr td:last-child {
    border-right: 0px;
}

table.monitoring-data-table tbody tr:nth-child(1n) {
    background: rgba(91, 128, 144, 0.02);
}

table.monitoring-data-table tbody tr:nth-child(2n) {
    background: rgba(91, 128, 144, 0.08);
}

table.monitoring-data-table tbody tr:hover {
    background: rgba(91, 128, 144, 0.3);
    transition-duration: 0.6s;
}



@media (max-width: 1200px) {
    .main_monitor {
        flex-wrap: wrap;
    }

    .leftpanel {
        max-width: 100%;
        margin-bottom: 10px;
        background-color: rgba(91, 128, 144, 0.1);
        box-shadow: 0 2px 3px 1px #5b5b5b;
    }

    .monitoring_filtr div:nth-child(7) {
        flex-basis: 120px;
    }
}


#maindiv {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    min-height: 100%;
    flex-grow: 1;
}

body.loginbody>#maindiv {
    max-width: 100%;
    margin: 0;
}

#maindiv.admin {
    max-width: 100%;
    width: 100%;
}

#content {
    flex-grow: 1;
    display: flex;
}

#content2 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #fff;*/
}

#contbody {
    flex-grow: 1;
    background-color: #e8edee;
}

#lmenu {
    background-color: #fff;
}

.articlet {
    display: none;
}

.myBox {
    /*border-radius:10px;
     -moz-border-radius:10px;
     -khtml-border-radius:10px;*/
}

#mod_menu td {
    border-right: solid 1px;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
}

#float {
    position: fixed;
    display: none;
    margin: 25%;
    width: 50%;
    z-index: 5000;
    opacity: 0.75;
}

#float div.delete {
    background-color: #F7FDCB;
    border: 1px solid #C2D071;
}

#message {
    position: fixed;
    display: none;
    top: 50px;
    right: 50px;
    z-index: 5000;
    opacity: 0.85;
}

#message div {
    width: 400px;
    margin: 0px auto;
    height: auto;
    min-height: 24px;
    padding: 12px 46px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 0.4rem;
}

#message div.notice,
#remote-objects-message {
    background: url(/images/info.png) 6px 3px no-repeat;
    background-color: #F7FDCB;
    border: 1px solid #C2D071;
}

#message div.error,
#message div.warning {
    background: url(/images/warning.png) 6px 3px no-repeat;
    background-color: #EF9398;
    border: 1px solid #DC5757;
}

#message div.confirmation {
    background-color: #e6f6e6;
    border-left: 5px solid #009400;
    color: #003100;
}

#message div.loading {
    background: url('https://skin.edusite.ru/images/loading_sml.svg') 16px 16px no-repeat;
    background-color: #F7FDCB;
    border: 1px solid #C2D071;
}

.edit input {
    width: auto;
}

#message div.edit {
    position: fixed;
    left: 10%;
    right: 10%;
    top: -1px;
    width: 600px;
    background-color: #A6EF7B;
    border: 1px solid #76C83F;
}

.error,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid red !important;
    color: red;
}


body.loginbody {
    min-height: 100%;
    padding: 0;
    text-align: center;
    height: 100% !important;
}


.head2 {
    /*background-color: #cde0e9!important;*/
    /*background-color: #f7f7f7 !important;*/
    /*width: 95%;*/
    padding: 10px;
    min-height: 100px;
}



.footer2 {
    /*background-color: #e1e1e1;
     border: 1px solid #d1d1d1;*/
    /*width: 95%;*/
    padding: 5px;
    /* height: 90px;
     */
    margin: 0;
}

.err {
    border: 1px solid Red;
    background-color: #fff;
}

.myDiv1 {
    width: 97%;
    text-align: left;
    background-color: #e1e1e1;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

.myDiv2 {
    /* width: 97%;*/
    margin-left: 5px;
    text-align: left;
    background-color: #e8edee;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #d1d1d1 !important;
    border-radius: 0.2rem;
    padding: 1rem;
}

.myDiv3 {
    width: 500px;
    text-align: center;
    background-color: #eee;
    font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #d1d1d1 !important;
    border-radius: 0.2rem;
    padding: 1rem;
    z-index: 100;
}

.bordAll {
    border: 1px solid #d1d1d1;
}

.bordTop {
    border: 1px solid #d1d1d1;
    border-bottom: 0;
}

.bordBottom {
    border: 1px solid #d1d1d1;
    border-top: 0;
}

.bordSide {
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    border-top: 0;
}

td {
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

ol {
    font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

.caps {
    text-transform: uppercase;
}

.btn {
    /* background-image: url(img/btn.jpg);
     background-position: top;
     background-repeat: repeat-x;
     */
    color: #FFFFFF;
    font-weight: bold;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 2px solid var(--main-color-green);
    margin: 0;
    padding: 0 5px;
    padding-bottom: 3px;
    /* border-left: 1px solid #0a85aa;
     border-right: 1px solid #0a85aa;
     */
    min-width: 120px;
    cursor: pointer;
    background-color: var(--main-color-green);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    min-height: 30px;
}
a.btn {
    padding: 5px;
    margin: 4px;
    display: inline-block;
}
.btn:hover {
    border-color: var(--main-color-hover-green);
}
a.btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.btn.trash-button {
    color: var(--main-color-green);
    background-color: #fff;
    background-image: url(/img/trash.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 2px;
}

.btn2 {
    /* background-image: url(img/btn.jpg);
     background-position: top;
     background-repeat: repeat-x;
     */
    color: #404040;
    font-weight: bold;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #404040;
    height: 20px;
    margin: 0;
    padding-bottom: 3px;
    white-space: nowrap;
    /* border-left: 1px solid #0a85aa;
     border-right: 1px solid #0a85aa;
     */
    cursor: pointer;
    background-color: transparent;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    min-height: 30px;
}

.btn_link {
    /* background-image: url(img/btn.jpg);
     background-position: top;
     background-repeat: repeat-x;
    /* padding: 3px 10px 3px 10px;
     height: 20px;
     border: 0;
     margin: 0;
    /* border-left: 1px solid #bd2c00;
     border-right: 1px solid #bd2c00;
     */
    background-color: var(--main-color-green);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
}

.btn_link a {
    color: #FFFFFF;
    font-weight: bold;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='gray', Positive='true');
}

.btn_link a:hover {
    color: #FFFFFF;
    text-shadow: none;
    filter: none;
}

.btn_text{
    font-weight: bold;
    color: #e09010;
    background: transparent;
    outline: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.btn_text:hover {
    color: var(--main-color-hover-green);
}

a {
    color: #666;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

a.mnu:hover {
    color: #666 !important;
    text-decoration: underline;
}

.link {
    color: #666;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.link:hover {
    color: #666;
    text-decoration: underline;
}

.dlink a {
    color: #bd2c00;
    text-decoration: underline;
}

.dlink a:hover {
    color: #ff5f04;
    text-decoration: none;
}

#r1 {
    background-color: #dedede;
    padding-top: 2px;
    padding-bottom: 2px;
}

#r2 {
    background-color: #fafafa;
}

#r1 td,
#r2 td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.r1 {
    background-color: #dedede;
    padding-top: 2px;
    padding-bottom: 2px;
}

.r2 {
    background-color: #fafafa;
}

.r1 td,
.r2 td {
    padding-top: 4px;
    padding-bottom: 4px;
}

/*************************/
.part {
    font-style: uppercase;
    padding: 10px 10px;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    color: #777;
}

.part-1 {
    padding: 5px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: #777;
}

.part-3 {
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    color: #777;
}

.part_li {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: #777;
}

.line_h25 {
    line-height: 2.5em;
}

.top5 {
    padding: 5px;
}

.dropper {
    background: url(../images/dropper.gif) 0px 5px no-repeat;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    float: left;
}

.dropper_link {
    /*background: url(../images/dropper.gif) 0px 13px no-repeat;
     vertical-align: middle;
     padding-left:30px;
    */
    float: left;
    clear: both;
    width: 100%;
}

.clearfix div {
    margin-bottom: 0;
}

.dropper_img {
    background: url(../images/dropper.png) 0px 8px no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 30px;
    float: left;
    min-width: 24px;
}

.checker_yes {
    background: url(../images/yes.gif) 5px 2px no-repeat;
    vertical-align: middle;
    float: left;
    padding-left: 30px;
}

.checker_not {
    background: url(../images/not.gif) 5px 2px no-repeat;
    vertical-align: middle;
    float: left;
    padding-left: 30px;
}

.dropper_fieldset {
    background: url(../images/dropper.png) 20px 8px no-repeat;
    padding-top: 40px;
}

.load_date {
    background: url(../images/date_img.png) 0px 8px no-repeat;
    vertical-align: middle;
    padding-left: 20px;
    float: left;
}

.load_edit {
    float: left;
    background: 0;
    border: 0;
    padding-left: 20px;
    vertical-align: middle;
    color: var(--main-color-green);
    cursor: pointer;
    font-weight: bold;
}

.edit {
    background: 0;
    background: url(../images/edit.svg) no-repeat center / contain;
    background-size: 18px 18px;
    padding-left: 18px;
    float: left;
    border: 0;
    vertical-align: middle;
    /*color: var(--main-color-green);*/
    color: transparent;
    cursor: pointer;
    font-weight: bold;
    width: 28px;
    overflow: hidden;
    border: 1px solid var(--main-color-green);
    border-radius: 2px;
    height: 28px;
}

.clone {
    background: 0;
    background: url(../images/clone.svg) 6px 5px no-repeat;
    background-size: 14px;
    padding-left: 18px;
    float: left;
    border: 0;
    vertical-align: middle;
    /*color: var(--main-color-green);
    */
    color: transparent;
    cursor: pointer;
    font-weight: bold;
    width: 28px;
    overflow: hidden;
    border: 1px solid var(--main-color-green);
    border-radius: 2px;
    height: 28px;
}

.forward {
    background-image: url(../images/forward.svg);
    background-color: #fff;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 18px;
    float: left;
    border: 0;
    vertical-align: middle;
    /* color: var(--main-color-green); */
    color: transparent;
    cursor: pointer;
    font-weight: bold;
    width: 28px;
    overflow: hidden;
    border: 1px solid var(--main-color-green);
    border-radius: 2px;
    height: 28px;
}

.stage {
    background-image: url(../images/stage.svg);
    background-color: #fff;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 18px;
    float: left;
    border: 0;
    vertical-align: middle;
    /* color: var(--main-color-green); */
    color: transparent;
    cursor: pointer;
    font-weight: bold;
    width: 28px;
    overflow: hidden;
    border: 1px solid var(--main-color-green);
    border-radius: 2px;
    height: 28px;
}


.edit:hover {
    background: url(../images/edit_r.svg) no-repeat center / contain;
    background-size: 18px 18px;
    border: 1px solid var(--main-color-purple);
    overflow: visible;
    cursor: pointer;
    outline: none;
    position: relative;
    text-decoration: none;
}

.clone:hover {
    background: url(../images/clone_r.svg) 6px 5px no-repeat;
    background-size: 14px;
    overflow: visible;
    color: #404040;
    cursor: pointer;
    outline: none;
    position: relative;
    text-decoration: none;
}

.forward:hover {
    background-image: url(../images/forward_r.svg);
    overflow: visible;
    color: #404040;
    cursor: pointer;
    outline: none;
    position: relative;
    text-decoration: none;
}

.stage:hover {
    background-image: url(../images/stage_r.svg);
    overflow: visible;
    color: #404040;
    cursor: pointer;
    outline: none;
    position: relative;
    text-decoration: none;
}

.border {
    border: 1px solid #888;
    border-radius: 5px;
}

.load_name {
    vertical-align: middle;
    float: left;
}

.load_name1,
.load_name2 {
    vertical-align: middle;
    float: left;
}

.load_info {
    float: left;
    padding-left: 5px;
    text-align: left;
}

.load_link {
    background: url(../images/file.png) 0px 8px no-repeat;
    vertical-align: middle;
    padding-left: 20px;
    float: left;
}

.load_link a {
    font-weight: bold;
    color: var(--main-color-green);
    cursor: pointer;
    pointer-events: all;
}

.link_remove {
    background: 0;
    vertical-align: middle;
    border: 0;
    padding-left: 20px;
    color: var(--main-color-green);
    cursor: pointer;
    float: left;
}

.remove {
    background: 0;
    background: url(../images/clean_g.svg) no-repeat center / contain;
    background-size: 18px 18px;
    vertical-align: middle;
    border: 0;
    /*color:#f10000;
    */
    color: transparent;
    cursor: pointer;
    padding-left: 18px;
    float: left;
    width: 28px;
    overflow: hidden;
    border: 1px solid #404040;
    border-radius: 2px;
    height: 28px;
}

.remove:hover {
    overflow: visible;
    color: #404040;
    cursor: pointer;
    background: url(../images/clean_r.svg) no-repeat center / contain;
    background-size: 18px 18px;
    outline: none;
    position: relative;
    text-decoration: none;
}

.remove span,
.edit span,
.clone span,
.forward span {
    margin-left: -999em;
    position: absolute;
    padding: 0.8em 1em;
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.remove:hover span,
.edit:hover span,
.clone:hover span,
.forward:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    right: -50px;
    top: -3em;
    z-index: 99;
    margin-left: 0;
    width: 115px;
    color: #404040 !important;
}

.remove:hover span {
    min-width: 75px;
    left: -35px;
}

.ul_clear2 .remove:hover span,
.ul_clear2 .edit:hover span,
.ul_clear2 .clone:hover span,
.ul_clear2 .forward:hover span {
    left: 2em;
    top: -3em;
    z-index: 1000000;
}

.ul_clear2 .remove:hover span {
    width: 105px;
}

.sliderdesign .remove:hover span {
    width: 130px;
}

/*@media(max-width:600px) {
	.remove:hover span, .edit:hover span{
		left: 2em;
     top: -3em;
	 width: 100px;
	}
}*/
/************/
/*.tooltip {
     color: #000000;
     outline: none;
     cursor: help;
     text-decoration: none;
     position: relative;
}
 .tooltip span {
     margin-left: -999em;
     position: absolute;
}
 .tooltip:hover span {
     border-radius: 5px 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
     font-family: Calibri, Tahoma, Geneva, sans-serif;
     position: absolute;
     left: 2em;
     top: -2em;
     z-index: 99;
     margin-left: 0;
     width: 150px;
     color:#404040!important;
}
 .tooltip:hover img {
     border: 0;
     margin: -10px 0 0 -55px;
     float: left;
     position: absolute;
}
 .tooltip:hover em {
     font-family: Candara, Tahoma, Geneva, sans-serif;
     font-size: 1.2em;
     font-weight: bold;
     display: block;
     padding: 0.2em 0 0.6em 0;
}
*/
.classic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
    font-size: 1rem;
}

.critical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
    font-size: 1rem;
}

.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
    font-size: 1rem;
}

/**************/
.link_remove:hover,
.remove:hover {
    text-decoration: underline;
}

/*.link_info td{
     display:inline-block;
}
*/
.dropper_link {
    /*border:1px solid #888;
    */
    border-radius: 5px;
    /*margin-bottom:10px;*/
}

.info_link .top5 {
    padding-bottom: 0 !important;
}

.row.top10 {
    padding-top: 5px !important;
}

.load_link a .load_name {
    text-decoration: underline !important;
}

.form-post {
    background: url(../images/error.png) 2px 4px no-repeat;
    background-color: #ffcccc;
    padding: 10px;
    border: 1px solid red;
    border-radius: 5px;
    padding-left: 30px !important;
}

.form-post-alert {
    background: url(../images/alert.png) 2px 4px no-repeat;
    background-color: #ffd;
    color: #e09010;
    padding: 10px;
    border: 1px solid #f0c020;
    border-radius: 5px;
    padding-left: 30px !important;
}

.form-post-ok {
    background: url(../images/ok.png) 2px 4px no-repeat;
    background-color: #ddffdd;
    padding: 10px;
    border: 1px solid #16b158;
    border-radius: 5px;
    padding-left: 30px !important;
    font-size: 10pt;
    color: #555;
}


.i_name,
.w_name {
    width: 300px;
    min-width: 250px;
}

.t_80 {
    width: 80% !important;
}

.t_80 td {
    float: none !important;
    display: table-cell !important;
}

.tab_free {
    float: none !important;
    display: table-cell !important;
}

.t_100 {
    width: 99% !important;
}

.t_70,
.t_70_text {
    width: 70% !important;
}

.t_60,
.t_60_text {
    width: 60% !important;
}

.t_50,
.t_50_text {
    width: 50%;
}

.img-prev {
    clear: both;
    height: 100px;
    width: auto;
    cursor: pointer;
}

.img_wrapper {
    width: 100px !important;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #cccccc;
}

.img-prev2 {
    float: left;
    clear: both;
    width: 100px;
    height: auto;
    cursor: pointer;
}

.ul_clear {
    margin: 0;
    padding: 0;
}

.ul_clear li {
    list-style: none;
    padding-left: 0;
}

.ui-datepicker {
    background: #fff;
    border: 1px solid #888;
}

.ul_clear2 {
    background-color: #eee;
    margin: 3px;
    padding: 0;
    float: left;
    overflow: visible;
}

.ul_clear2 li {
    list-style: none;
    padding: 0px 10px;
    text-align: center;
}

.ul_clear2 li .name_item {
    min-height: 80px;
}

.ul_clear2 li div {
    text-align: center;
    width: 100%;
}

/*.v_bot{
     vertical-align:bottom;
}
*/
.t_auto {
    width: auto;
}

.t_45 {
    width: 45%;
}

.m_10 {
    margin-bottom: 10px;
}

.m_30 {
    margin-bottom: 30px;
}

.mt_10 {
    margin-top: 10px;
}

.top20 {
    padding-top: 20px;
}

/**inf*/
/*.info_link{
     display:none;
}
*/
#page-menu select,
#page-pages select {
    width: 430px;
    padding: 2px;
    margin: 2px 0;
}

@media (max-width:600px) {

    #page-menu select,
    #page-pages select {
        width: 100%;
        padding: 2px;
        margin: 2px 0;
    }
}

.l_name {
    width: 400px;
    padding-right: 20px;
}

.top0 {
    padding-top: 0;
}

.v_name {
    width: 100%;
    min-width: 200px;
}

.mv_name {
    width: 99%;
    min-width: 200px;
}

.mv_name_49 {
    width: 49%;
    min-width: 200px;
}

.mv_ul {
    width: 90% !important;
}

.mv_ul li {
    list-style: none;
    float: left;
    margin-left: 30px;
    margin-bottom: 0px;
}

.mv_ul2 {
    width: 90% !important;
}

.mv_ul2 li {
    list-style: none;
    float: left;
    margin-left: 0px;
    margin-bottom: 20px;
}

.mv_ul3 {
    width: 90% !important;
    margin: 0px;
    padding: 0;
}

.mv_ul3 li {
    list-style: none;
    float: left;
    padding: 5px;
    padding-top: 0px;
    margin: 0px;
}

.text_c {
    text-align: center !important;
}

.name_ul {
    padding-left: 0;
    margin-left: 0;
}

.name_ul li {
    list-style: none;
}

.inp_a {
    width: auto;
}

.mv_ul li a,
.mv_ul2 li a,
.mv_ul3 li a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    color: #777;
}

.f_none {
    width: auto !important;
}

.f_none td {
    float: none !important;
    display: table-cell !important;
}

.w_36 {
    width: 36px;
}

.alt_1 {
    width: 24px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--main-color-green);
    color: #fff;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 4px;
    margin-top: -4px;
}

.alt_1:hover {
    cursor: pointer;
}

.alt_2 {
    display: none;
    position: absolute;
    z-index: 100;
    width: 300px;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 1px #dadada;
    border: 1px solid #dadada;
    cursor: pointer;
}

.close_alt {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dadada;
    color: #404040;
    text-align: center;
    font-weight: bold;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    padding-top: 2px;
}

/*#alt_2_4{
     height:200px;
     overflow-y:auto;
}
*/
.input_hide {
    width: auto;
}

.alt_2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    cursor: auto;
}

.f_table,
.f_set {
    border-radius: 5px;
}

.f_table {
    margin: 0;
    width: 100%;
}

.w100 {
    margin: 0;
    width: 100%;
}

.f_name {
    width: 200px;
}

.file_name {
    width: auto !important;
}

.but {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    /*text-decoration:underline;
    */
    border-radius: 5px;
    padding: 1px 15px 4px 15px;
    cursor: pointer;
    font-style: italic;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin: 10px 15px;
}

.v_but {
    background: none;
    border: none;
    background-color: transparent;
    color: #404040;
    font-weight: bold;
    /*text-decoration:underline;
    */
    border-radius: 5px;
    padding: 2px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #aaa;
    margin: 10px 15px;
    /*border-bottom:1px solid #404040;
     border-top:1px solid #fff;
     border-left:1px solid #fff;
     border-right:1px solid #fff;
    */
}

.v_but:not(:disabled):hover {
    box-shadow: 1px 1px 3px #aaa;
}

.v_but2 {
    background: none;
    border: none;
    background-color: transparent;
    color: #404040;
    font-weight: bold;
    /*text-decoration:underline;
    */
    border-radius: 5px;
    padding: 2px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #aaa;
    margin: 5px 15px;
    /*border-bottom:1px solid #404040;
     border-top:1px solid #fff;
     border-left:1px solid #fff;
     border-right:1px solid #fff;
    */
}

.v_but2:not(:disabled):hover {
    box-shadow: 1px 1px 3px #aaa;
}

.br {
    height: 5px;
}

.f_name_mini,
.v_name_mini {
    width: 100px;
}

.v_name_mini {
    height: 30px;
}

.m_alt {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: none;
    background-color: #dadada;
    color: #404040;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #777;
}

.p_alt {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none;
    background-color: var(--main-color-green);
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #fff;
    float: right;
}

textarea {
    max-width: 100%;
    min-width: 300px;
    min-height: 50px;
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

input {
    /*max-width:556px;*/
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
input[disabled] {
    border: 1px solid #999;
    color: #999;
}
input[type=button]:not([disabled]), input[type=submit]:not([disabled]){
    cursor: pointer;
}
#enter_but {
    width: 380px;
}

.container_div {
    background-color: #f7f7f7;
    border-radius: 5px;
    width: 100% !important;
    padding: 20px 0px;
    line-height: 2.5em;
    overflow: hidden;
    /*min-height:400px;
    */
}

.container_div td {
    line-height: 2.5em;
}

.container_div .ul_clear li {
    padding: 12px 5px;
    padding-left: 2px;
}

.inside {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 1px #dadada;
    border: 1px solid #dadada;
    /*position:absolute;
     margin-right:30px;
    */
}

.ul_3 {
    border: none;
    box-shadow: none;
}

.container_div .ul_clear ul {
    padding-left: 30px;
    padding-top: 10px;
}

.preload_style {
    color: var(--main-color-green);
}

.font_14 {
    font-size: 14pt;
}

.font_12 {
    font-size: 12pt;
}

.font_11 {
    font-size: 11pt;
}

.desc {
    border-bottom: 1px dotted var(--main-color-green);
    /*border-radius:5px;
    */
    padding: 3px 10px;
    font-size: 11pt;
}

.input_text {
    width: 200px;
    height: 30px;
}

.checker input {
    width: auto;
    float: left;
}

.checker-2 input {
    width: auto;
    float: left;
}

.checker li {
    list-style: none;
    padding-left: 0;
    text-align: left;
    width: 200px;
    float: left;
    font-style: normal;
}

.checker-2 ul {
    width: 100%;
}

.checker-2 li {
    list-style: none;
    padding-left: 0;
    text-align: left;
    width: 30%;
    float: left;
    font-style: normal;
}

.checker-3 li {
    list-style: none;
    padding-left: 0;
    text-align: left;
    width: 100%;
    float: left;
    font-style: normal;
}

.checker div div {
    padding: 10px 5px;
    font-weight: bold;
    width: 70%;
    float: left;
}

#Langs_td .checker div div {
    padding: 10px 5px;
    font-weight: bold;
    float: left !important;
}

#Langs_td .checker div {
    clear: both;
    width: 200px;
}

#Langs_td .checker span {
    float: left !important;
}

#Langs_td .ul_open {
    padding-left: 0;
    padding-top: 20px;
}

.checker div b {
    padding-right: 20px;
}

.sortable {
    cursor: move;
}

#sortable,
#sortable_2,
#sortable_3 {
    padding: 0;
}

#sortable li,
#sortable_2 li,
#sortable_3 li {
    list-style: none;
    cursor: move;
}

#sortable .m_alt,
#sortable_2 .m_alt,
#sortable_3 .m_alt {
    margin: 5px 1px;
}

/*#sortable li input{
     float:left;
}
*/
.li_name {
    min-width: 300px;
    max-width: 300px;
    margin: 2px;
    height: 30px;
    /*float:left;
    */
}

.vid_2,
.ul_open {
    display: none;
}

.ul_open {
    clear: both;
}

.ul_open input {
    margin-bottom: 30px;
}

.ul_open_td {
    padding: 10px 3px;
}

.vid_1,
.vid_2 {
    margin-top: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #777;
    cursor: pointer;
    background-color: #f7f7f7;
    text-align: center;
    float: right;
}

.button_vid {
    float: left;
    margin-top: 0;
    margin-left: 10px;
}

#alt_2_14 {
    margin-left: -200px;
}

#alt12_2_02 {
    margin-left: -250px;
    margin-top: 20px;
}

#alt_2_80 {
    margin-left: 200px;
}

fieldset {
    border-radius: 5px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
}

.but_name {
    width: 100%;
    text-align: center;
}

.but_div {
    vertical-align: middle;
    text-align: center;
}

.unit {
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
    /*width:100%;
    */
    background-color: #fff;
    /*width:auto;*/
    width: 100%;
    min-width: 450px;
}

.menus .unit {
    max-width: 245px;
    min-width: auto;
}

textarea {
    padding: 0px 5px;
}

.unit table {
    width: 100% !important;
}

.td_mob tr {
    /*border-bottom:0!important;
    */
    border-bottom: 1px solid #999;
}

.border_r {
    /*border-right:1px solid #999;
    */
    border-right: 1px solid transparent;
}

.td_mob td:last-child {
    clear: none;
}

.td_mob {
    min-width: 200px;
}

/*.w_text{
     min-height:100px!important;
}
*/
.w_text150 {
    min-height: 150px !important;
}

/*.w_text50{
     min-height:50px!important;
}
 .w_text2{
     min-height:200px!important;
}
*/
.checker-2 .date_name_mini {
    width: 100px;
}

.date_name_mini {
    width: 100px;
    margin: 0px 5px;
}

.zagol {
    margin-top: -10px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.zagol_1,
.zagol_2 {
    padding-top: 10px;
    margin-bottom: 10px;
}

.draggable .zagol_1,
.draggable .zagol_2 {
    padding-top: 5px;
    margin-bottom: 0;
}

.info_link {
    width: 100%;
    float: left;
    clear: both;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.info_link td,
.info_link tr {
    background-color: #f7f7f7;
    border-radius: 5px;
}



.info_link tr {
    border-top: 1px dotted #888;
}

.info_link tr:first-child {
    border-top: none;
}

.info_link thead tr {
    border-bottom: 2px solid #888;
}

.info_link thead tr th {
    white-space: nowrap;
}

#BottomTable tr {
    background-color: #fff;
    min-width: 200px;
    display: flex;
    justify-content: space-between;
}

.info_link tr {
    min-width: 200px;
    display: flex;
    justify-content: space-between;
}

.td_mob ul {
    min-width: 300px;
}

/*#BottomTable td, .info_link .sortable td{
     display:table-cell!important;
     float:none;
}*/
#BottomTable tr td:nth-child(2) {
    flex-grow: 1;
}

.info_link tr td:nth-child(2) {
    flex-grow: 1;
}

.edit {
    float: right;
}

.field_container .li_name {
    margin-right: 5px;
}

.field_container {
    width: 100% !important;
}

.bold {
    font-weight: bold;
}

.gray {
    color: #555;
}

.gray7 {
    color: #777;
}

.top10 {
    padding-top: 10px;
}

.top15 {
    padding-top: 15px !important;
}

.file_linkfile ul {
    list-style: none;
    margin: 0;
}

.file_linkfile li {
    list-style: none;
    float: left;
}

.file_linkfile-2 {
    list-style: none;
    text-align: center;
    padding-left: 35%;
    padding-right: 30%;
}

.file_linkfile-2 li {
    list-style: none;
    float: left;
}

/***08/05/15.52***/
.file_linkfile-3 {
    list-style: none;
    text-align: center;
}

.file_linkfile-3 li {
    list-style: none;
    float: left;
    width: 90%;
    padding-left: 6%;
    padding-right: 4%;
}

.t_left {
    text-align: left;
}

.part-2 {
    text-align: left;
    padding: 0;
    margin-top: -3px;
}

.a_name {
    width: 99%;
}

/****/
.zagol_li {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.zagol_div {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.file_linkfile textarea {
    height: 30px;
}

.f_right {
    float: right !important;
}

.w_230 {
    width: 230px !important;
}

.w_200 {
    width: 200px !important;
}

.w_150 {
    width: 150px !important;
}

.w_100 {
    width: 100px !important;
}

.table_info_link {
    display: block;
    width: 100% !important;
}

.table_info_link td,
.table_info_link tr {
    display: block;
    width: auto !important;
}

.table_info_link table,
.table_info_link table td,
.table_info_link table tr {
    display: table-cell;
}

.clear_li {
    clear: both;
}

.text_100 {
    max-width: 100%;
}

.img-img {
    vertical-align: middle;
    background-image: url(../images/img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-radius: 5px;
    width: 200px;
    height: 100px;
    border: 1px solid #cccccc;
}

.t_60_vid {
    width: 60% !important;
}

.hamburger-menu-background,
.hamburger-menu-background_r {
    z-index: 10008 !important;
}

#close-button,
#close-button_r {
    display: none;
    top: 0px;
    margin: 0;
}

#menu_left {
    /*	float:left;*/
    display: block;
}


.main_open,
.closed_l {
    display: none;
}

/*******/
@media (min-width: 1201px) {
    #menu_left {
        display: block !important;
    }
}

@media (max-width: 1200px) {

    #pannel_1 {
        background: none;
    }

    #menu_left {
        padding-top: 0;
        background: none;
        display: none;
    }

    #left-notswap-menu {
        background: none;
    }

    #left-notswap-menu li:active ul,
    #left-notswap-menu li:active ul ul,
    #left-notswap-menu li li:active ul {
        display: block;
    }

    #left-notswap-menu ul ul li {
        /*background-color: #fff;*/
        margin: 0;
        width: 100%;
    }

    /**еЇЎбЈЁуєЁЄ/
#left-notswap-menu ul, #left-notswap-menu ul ul{
	background-color:#ffffff;
}
#left-notswap-menu li{
}
#menu_left div{
	width:290px;
}
#left-notswap-menu ul{
	width:100%!important;
}
/*****/
    #left-notswap-menu ul li a {
        color: #404040;
        background-image: none;
        border-bottom: 1px solid #cccccc;
        padding-left: 20px;
    }

    #left-notswap-menu ul ul a {
        background-image: none;
        color: #404040;
        border: 0;
        padding-left: 30px;
    }

    #left-notswap-menu li a:hover,
    #left-notswap-menu li a#left-current,
    #left-notswap-menu li a#left-current:hover {
        background-image: none;
        border-bottom: 1px solid #cccccc;
        color: #fff;
        background-color: #00cc99;
    }

    #left-notswap-menu li li a:hover,
    #left-notswap-menu li li a#left-current,
    #left-notswap-menu li li a#left-current:hover {
        border: 0;
        background-image: none;
        color: #fff;
    }

    #left-notswap-menu ul ul {
        position: relative;
        top: 100%;
        left: 0;
        display: block;
        width: auto;
        border: 0;
        /*padding: 1px;*/
        z-index: 100000000;
    }


}

@media (max-width: 600px) {

    #menu_left {
        margin-top: 30px;
        z-index: 100000;
        position: absolute;
        top: 30px;
    }

    #menu_left {
        /*width:80%;*/
    }


    .hamburger-menu-background {
        background: #fff;
        z-index: 10;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 300px;
        margin: 0;
        padding: 0;
        left: 0;
    }
}

#enter_head {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#myDiv3 {
    width: auto !important;
    height: 100%;
    background: #fff;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}

.description {
    width: 100% !important;
}

/*************************/
@media (max-width:1200px) {


    .auto_mob {
        width: auto !important;
    }


    center table {
        width: 100%;
    }

    .description {
        width: 100% !important;
    }


    td {
        max-width: 100%;
    }

    .f_name_mini {
        float: left;
        width: auto;
    }

    .td_img {
        max-width: 100%;
        min-width: 16px;
    }

    /*.img-prev{
         height:auto;
         max-height:100px;
         min-height:100px;
         min-width:auto!important;
    }
    */

    .m_table {
        min-width: 350px;
    }

    textarea {
        min-width: 200px;
    }

    .f_name {
        float: left;
    }

    .footer2 table td span {
        white-space: nowrap;
    }

    .f_table,
    fieldset {
        /*max-width:90%;
        */
        padding: 5px;
    }

    .footer2 td {
        text-align: center;
        display: inline-block;
        padding-top: 10px;
    }

    .footer2 tr {
        text-align: center;
        display: block;
    }
}

@media (max-width:1024px) {
    #enter_head {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .myDiv2 {
        /*width: 80%;*/
    }


    .m_30 {
        margin-bottom: 10px;
    }

    #VidOO_td {
        width: 90% !important;
    }

    .clear {
        clear: both;
    }

    #BottomTable .clear {
        clear: none;
    }

    .t_45 {
        width: auto;
    }

    .t_50_text,
    .t_70_text,
    .t_60_text {
        width: 99% !important;
    }

    #alt_2_80 {
        margin-left: 300px;
    }


    .m_table td:not(.editor-cell),
    .f_table td:not(.editor-cell) {
        float: left;
        display: block;
        padding-top: 10px;
    }

    .editor-cell {
        float: none !important;
        display: table-cell !important;
    }

    #menuTable td {
        float: none;
        display: table-cell;
        padding-top: 10px;
    }

    #menuTable td:first-child {
        display: flex;
    }

    .td_mob td {
        padding-top: 5px;
    }

    .unit td {
        padding-top: 3px;
    }

    .top0 {
        padding-top: 0 !important;
    }

    .zagol_1 {
        padding-top: 0;
    }
}

@media (max-width:900px) {

    .description {
        width: 100% !important;
    }

    #enter_head {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .head_c .b {
        font-size: 13pt !important;
    }

    .td_mob td {
        margin: 0px 5px;
    }

    .myDiv2 {
        /*width: 90%;*/
    }

    center table {
        width: 99%;
    }

    .l_name {
        margin-left: -5px;
    }

    .button_vid {
        float: left;
        clear: both;
        margin-top: 10px;
        margin-left: 0px;
    }
}

@media (max-width:768px) {

    .description {
        width: 100% !important;
    }

    #enter_head {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .head_r {
        /*width:100%;
		float:right;*/
        position: absolute;
        top: 80px;
        right: 5px;
        float: right !important;
        margin-top: 0px !important;
    }


    .image_desc {
        margin-left: -100px;
    }

    .auto_768 {
        width: auto !important;
    }

    .w100_768 {
        width: 100% !important;
    }

    /***08/05/15.52***/
    .file_linkfile-3 {
        list-style: none;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    .file_linkfile-3 li {
        list-style: none;
        float: left;
    }

    /****/
    #message {
        width: 70%;
        left: 15%;
    }

    #message div {
        width: 90%;
    }

    #VidOO_td {
        width: 99% !important;
    }

    .f_set_wrapper {
        width: 80% !important;
    }

    .f_table {
        max-width: 90%;
        padding: 5px;
    }

    .map {
        width: 300px !important;
    }

    #map {
        width: 300px !important;
    }

    .input_text {
        width: 150px;
    }

    .v_name {
        min-width: 150px;
    }

    #alt_2_14 {
        margin-left: 0px;
        width: 200px;
    }

    #alt12_2_02 {
        width: 200px;
        margin-left: -200px;
    }

    .li_name {
        min-width: 200px;
        max-width: 250px;
    }

}

@media (max-width:600px) {
    .description {
        width: 100% !important;
    }

    .m_table td {
        padding-left: 5px !important;
    }

    #enter_head {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /*.head_l{
		 margin-right:150px!important;
	 }

	 .head_r .date{
		 width:150px!important;
	 }*/
    .head_r {
        width: 100%;
        float: right;
    }

    .head_r {
        /*width:100%;
		float:right;*/
        position: absolute;
        top: 80px;
        right: 5px;
        float: right !important;
        margin-top: 0px !important;
    }



    .head_c .b {
        font-size: 11pt !important;
    }

    .t_60_vid {
        width: 100% !important;
    }

    .vid_but {
        float: left !important;
    }

    .ul_mob {
        padding: 0;
        margin: 0;
    }

    #BottomTable tr,
    #BottomTable td,
    .info_link .sortable td,
    .info_link .sortable tr {
        display: block;
        /* float:left;*/
    }

    #BottomTable tr,
    .info_link .sortable tr {
        min-width: 200px;
    }

    .asking {
        padding: 0 !important;
    }

    .td_mob td,
    .td_mob tr {
        clear: both;
        display: block;
        /*float:left;*/
        border-right: 0;
        text-align: center;
        /*border-bottom:0!important;
        */
    }

    #menuTable th {
        display: none;
    }

    #menuTable tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #menuTable td {
        text-align: left;
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
    }

    #menuTable .checkbox:before {
        content: "Включено: ";
    }

    #menuTable .actions a {
        margin: 0 5px;
    }

    #menuTable td:first-child {
        flex-basis: 100%;
        align-items: flex-start;
        align-content: flex-start;
    }

    .td_mob ul {
        min-width: 100px;
    }

    .td_mob {
        width: auto !important;
    }

    .unit {
        width: 100%;
        min-width: 270px;
    }

    .unit td {
        /*border-bottom:1px solid #999;
        */
    }

    .w_36 {
        width: 0px;
    }

    .auto_600 {
        width: auto !important;
    }

    .checker div div {
        width: 50%;
    }

    .checker div div {
        width: auto;
        float: left;
        clear: both;
    }

    .checker-2 li {
        width: 100%;
        float: left;
        clear: both;
    }

    .map {
        width: 270px !important;
    }

    .clear_both_600 {
        float: left;
        clear: both;
    }

    #map {
        width: 270px !important;
    }

    /*.t_70{
         width:250px!important;
    }
    */
    .alt_1 {
        display: none;
    }

    .l_name,
    .i_name {
        width: auto;
    }
}

@media (max-width:400px) {
    .description {
        width: 100% !important;
    }

    #enter_but {
        width: 200px !important;
        height: auto;
    }

    #enter_head {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-right: 0;
    }

    .head_r {
        /*width:100%;
		float:right;*/
        position: absolute;
        top: 120px;
        float: left !important;
        margin-top: 0px !important;
        text-align: right;
        left: 200px;
        width: 150px !important;
    }

    .head {
        min-width: 350px;
    }

    .vid_1,
    .vid_2 {
        float: left;
        clear: both;
    }
}

/******************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#p1 {
    text-decoration: underline;
    font-weight: bold;
}

#contextmenu {
    position: absolute;
    width: 12em;
    background: #eee;
    border: 3px solid #d1d1d1;
    border-radius: 12px;
    z-index: 2;
    padding: 10px 0;
}

#contextmenu span {
    cursor: pointer;
    font-size: 13px;
    vertical-align: middle;
}

.help h3 {
    font-weight: bold;
    font-size: 15px;
}

/*****/

.menu-item-depth-1 a,
.menu-item-depth-1 span {
    /*   font-weight: bold; */
    color: var(--main-color-green);
}

.menu-item-depth-1 a,
.menu-item-depth-1 span {
    color: var(--main-color-green);
}

.menu-item-depth-2 a,
.menu-item-depth-2 span {
    font-weight: normal;
    color: #777;
}

li.menu-item-depth-2 {
    margin-top: 5px;
    margin-bottom: 3px;
    padding-left: 20px;
    background-image: url(../images/li.png);
    background-position: left top;
    background-repeat: no-repeat;
}

li.menu-item-depth-3 {
    margin-top: 5px;
    margin-bottom: 3px;
    padding-left: 20px;
    background-image: url(../images/li.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.menus li.active-menu-item>a {
    font-weight: bold;
    color: var(--main-color-green);
}

.accordion {
    width: 100%;
    /*min-height:300px;
    */
    /*margin:20px auto;
    */
}

.accordion-item,
.list,
.menu-item-depth-1 {
    /*font-size: 1em;
    */
    /*margin: 0 10px 0 10px;
    */
    padding: 10px;
    /*height: 20px;
    */
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #777;
    text-align: left;
    float: none;
    clear: both;
}

.menu_item,
.menu_item li,
.monitoring_menu_item,
.monitoring_menu_item li {
    list-style: none;
}

ul.menus li:hover,
.open_l:hover,
.li_l:hover,
.main_li:hover {
    cursor: pointer;
}

.active_ul {
    display: block;
}



.menu_item li,
.monitoring_menu_item li {
    margin-bottom: 3px;
}

.open_l,
.li_l {
    padding-left: 20px;
    background-image: url(../images/li.png);
    background-position: left top;
    background-repeat: no-repeat;
}


.footer2 {
    background-color: var(--main-color-green);
    width: 1200px;
}

.footer_td a,
.contacts,
.footer2,
.footer_td,
.footer_td span,
.footer_td td {
    color: #fff !important;
}


.head b {
    color: #555 !important;
}


.active-menu-item {
    font-weight: bold;
    background-color: #78a38424;
}

.main_li,
#menu-item-profile {
    color: var(--main-color-green);
    font-weight: bold;
}

.menus a:hover,
.menu_item li:hover,
.monitoring_menu_item li:hover {
    color: var(--main-color-green) !important;
    /*text-decoration:underline;*/
    /*font-weight:bold;*/
}

.open_l li a,
.closed_l li a {
    padding-left: 15px;
    background-image: url(../images/li.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.open_l a:hover {
    text-decoration: underline;
}

.hover:hover {
    text-decoration: underline;
}

.main_open li {
    margin-top: 5px;
}

.container_div .asking {
    padding-top: 15px;
}

.accordion-item,
.list {
    font-weight: normal;
}

.book,
.accordion-item {
    cursor: pointer;
}

.accordion {
    display: none;
}

.accordion-item.open,
.list.open {
    background: #b1cad5;
    border-bottom: 1px solid #f7f7f7;
    color: #fff;
    font-weight: bold;
}

.accordion-item.open .type {
    /*float: right;
     background: url('http://vivekarora.com/images/minus.png') center no-repeat;
     padding: 10px;
    */
}

.accordion-item .type {
    /*float: right;
     background: url('http://vivekarora.com/images/plus.png') center no-repeat;
     padding: 10px;
    */
}

div.data {
    background: #fff;
    /*margin: 0 10px 0 10px;
    */
    padding: 10px 3px;
    border-bottom: 1px solid #ccc;
    /*font-size: .8em;
    */
    /*line-height: 140%;
    */
    display: none;
    float: left;
    width: 100%;
}

.book {
    padding: 10px !important;
}

div.data ul li a:hover,
.list ul li a:hover {
    color: var(--main-color-green) !important;
    text-decoration: underline !important;
}

#menu_left {
    background-color: #fff;
    /*border-radius:5px;
	box-shadow: 1px 2px 1px #dadada;*/
    border-left: 1px solid #f7f7f7;
}

.menus {
    padding-left: 5px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.opens {
    display: block;
}

/**04/09**/

/*.menu{
	padding-top:5px;
	background:#fff;
}
.menu .cell_menu{
	-moz-border-radius-topleft: 5px;
			-khtml-border-top-left-radius: 5px;
			-webkit-border-top-left-radius: 5px;
			border-top-left-radius:5px;
			-moz-border-radius-topright: 5px;
			-khtml-border-top-right-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			border-top-right-radius:5px;
	background-color: var(--main-color-green);
}*/
.logo_pic,
.cover_pic {
    background-repeat: no-repeat;
    background-position: center top;
    width: 150px;
    height: 50px;
    float: left;
}

.logo_pic {
    background-image: url(/images/logo_prev.png);
}

.cover_pic {
    background-image: url(/images/cover_prev.png);
}


.head_l b {
    color: var(--main-lk-color) !important;
    /*color:var(--main-color-green)!important;*/
    text-transform: uppercase;
}

#top_arrow {
    position: fixed;
    left: 0px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    background-image: url(/img/top.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 60px;
    z-index: 1000;
    font-weight: bold;
    color: #f48120;
    cursor: pointer;
    text-align: center;
}

.head_l .user {
    color: var(--main-color-hover-green) !important;
}


.head_c .b {
    font-size: 16pt;
    color: var(--main-color-hover-green) !important;
    font-family: Verdana, Arial, sens-serif;
    font-family: "myFont";
    /*font-family:Arial, sens-serif;*/
    /*font-style:italic;*/
}

/*.head2 {*/
/*    border-bottom: 3px solid var(--main-color-green);*/
/*}*/

.myDiv2 {
    margin: 0;
}

.footer2 {
    padding: 0;
}

.bordAll {
    border: 0;
}

/*.exit{
	background-color:#f48120;
	border:2px solid #fff;
}*/
.cont {
    background-color: #f7f7f7;
}


.date {
    padding: 5px 0px;
    color: #eee;
}

.date span {
    font-weight: bold;
}
@media (max-width:768px) {
    .date {
    display: none;
    }
}
fieldset ul {
    margin-bottom: 45px;
}

li.presence {
    list-style: none;
    margin-left: -20px;
    padding-left: 0;
}

li.presence1,
li.presence0 {
    list-style: none;
    margin-left: -20px;
    padding-left: 0;
}

li.presence>ul,
li.presence1+li,
li.presence0+li {
    margin-top: 15px;
}

li.presence1:before {
    content: "\f00c";
    font-family: "Awesome5Solid";
    font-size: 1rem;
    margin-right: 0.5rem;
    color: #47b1c8;
    vertical-align: bottom;
}

li.presence0:before {
    content: "\f00d";
    font-family: "Awesome5Solid";
    font-size: 1.1rem;
    margin-right: 0.75rem;
    color: #da2238;
    vertical-align: bottom;
}

sub.noneed {
    color: #f48120;
    font-size: 0.75rem;
}

@media(max-width:1200px) {
    #top_arrow {
        /*	display:none;*/
    }

    center table {
        width: 100%;
    }

    #menu_left {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    #menu_left {
        margin-top: 30px;
        z-index: 100000;
        position: absolute;
        top: 30px;
        width: 300px;
    }

    .footer2 {
        width: 100%;
    }


}


.title-form {
    float: left;
    text-align: left;
}

.linksobr {
    width: 100%;
}

.links_title {
    color: #888;
    font-size: 11pt;
    padding-left: 20px;
}

.links_table {
    border-radius: 5px;
    border: 1px solid #888;
    overflow: hidden;
    padding: 5px;
    padding-left: 15px;
    background-color: #fff;
    width: 100%;
}

.links_table .links_td {
    font-size: 11pt;
    color: #888;
    font-weight: bold;
    background-color: #fff;
    line-height: 1.8em;
    border-bottom: 1px solid #b1cad5;
    width: 98%;
    display: table-cell;
    padding: 5px 0px;
    box-shadow: -13px 0px #b1cad5;
    border-left: 5px solid #fff;
}

.links_table .links_a {
    color: #2E91D6;
    font-size: 11pt;
    cursor: pointer;
}

.scrolllist {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow: scroll;
    max-width: 400px;
    height: 100%;
    box-sizing: border-box;
}

.scrolllist * {
    box-sizing: border-box;
}

.scrolllist li {
    padding: 8px;
    margin: 4px;
    background-color: #e8edee;
    border-radius: 5px;
    border: 1px solid #cccccc;
    flex-grow: 1;
}

.scrolllist li input[type="radio"] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}

.scrolllist li img {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 100%;
}

td.t_100.flextd {
    display: flex;
    height: 370px;
    justify-content: space-between;
}

td.t_100.flextd>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin: 5px;
}

img#selectdiz {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-size: cover;
    margin-bottom: 10px;
    max-height: 450px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {

    .zapolnennost .col_1 {
        width: 100% !important;
        text-align: left;
    }

    .zapolnennost .col_2 {
        width: 15% !important;
        text-align: left;
    }

    .zapolnennost .col_3 {
        width: 60% !important;
        text-align: left;
    }

    .zapolnennost .col_4 {
        width: auto !important;
        text-align: left;
    }

    .zapolnennost .col_11 {
        font-size: 110%;
        width: 100% !important;
        text-align: left;
    }

    .zapolnennost .col_12 {
        width: 100% !important;
        text-align: left;
    }

    .zapolnennost .col_13 {
        width: 100% !important;
        text-align: left;
    }

    .zapolnennost .col_14 {
        width: auto !important;
        text-align: left;
    }

    .unvis {
        display: none !important;
    }

    .zapolnennost .zapol b {
        font-size: 120%;
    }

    .zapolnennost span {
        font-size: 110%;
    }

    .delivery {
        border-spacing: 3px 3px;
    }
}

progress {
    background-color: #C8C8C8;
    border: 2px solid #fff;
    height: 19px;
    border-radius: 9px;
}

progress::-webkit-progress-bar {
    background-color: #C8C8C8;
    border: 0;
    height: 15px;
    border-radius: 9px;
}

progress::-webkit-progress-value {
    background-color: var(--main-color-green);
    border: 0;
    height: 15px;
    border-radius: 9px;
}

progress::-moz-progress-bar {
    background-color:  var(--main-color-green);
    border: 0;
    height: 15px;
    border-radius: 9px;
}


.obobshen::-webkit-progress-value {
    background-color: var(--main-color-purple) !important;
    border: 0;
    height: 15px;
    border-radius: 9px;
}
.obobshen::-moz-progress-bar {
    background-color: var(--main-color-purple) !important;
    border: 0;
    height: 15px;
    border-radius: 9px;
}


.zapolnennost table tr td {
    vertical-align: top;
}

.sliderbtn {
    float: left;
    margin-left: 25px;
}

ul.sliderdesign {
    white-space: nowrap;
}

ul.sliderdesign li {
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    padding: 3px;
    white-space: nowrap;
}

.name_slider {
    white-space: normal;
    vertical-align: top;
    width: 280px;
}

.sliderdesign button span {
    white-space: normal;
}

.sliderdesign img {
    width: 300px;
    height: auto;
}

.dectription_alias {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: normal;
    word-spacing: 0px;
    text-transform: none;
    float: none;
    font-weight: 400;
    color: rgb(51, 51, 51);
    font-style: normal;
    orphans: 2;
    widows: 2;
    display: inline !important;
    letter-spacing: normal;
    /* background-color:   rgb(250,250,250); */
    text-indent: 0px;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    -webkit-text-stroke-width: 0px;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.required {
    font-weight: bold;
}

.required::after {
    content: ' *';
    position: absolute;
    color: #ff0000;
}

.attachToForm {
    margin: 5px;
    padding: 8px 15px;
}

#tr-add-but {
    border: solid 6px #888;
    float: right;
    margin-top: -5px;
    margin-right: 5px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    border-top: none;
}

#tr-add-but .mv_name {
    width: 100%;
    min-width: auto;
}

.tr_draft * {
    font-style: italic;
}

tr.tr_draft td:nth-child(2)::before,
div.tr_draft>*:nth-child(3)::before {
    content: "(черновик) ";
    display: inline-block;
    color: #f00;
    padding: 0 5px;
}

@media (max-width: 600px) {
    tr.tr_draft td:nth-child(2)::before {
        margin-top: -30px;
    }
}

tr.tr_menutop td {
    background-color: #ddffdd;
}

.aprob {
    padding: 10px;
    text-align: left;
    font: 1rem Verdana, Arial, Helvetica, sans-serif;
}

.aprob img {
    max-width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    box-shadow: 0px 0px 4px 0px black;
}

.aprob img:last-child {
    margin-bottom: 10px;
}

.aprob li {
    margin-top: 10px;
}

.aprob td {
    padding: 0 3px;
    border: 0;
    border-top: 1px solid var(--main-color-hover-green);
    border-left: 1px solid var(--main-color-hover-green);
    font: 0.75rem Verdana, Arial, Helvetica, sans-serif;
}

.aprob table {
    border: 0;
    border-bottom: 1px solid var(--main-color-hover-green);
    border-right: 1px solid var(--main-color-hover-green);
}

.aprobhead {
    font-size: 1.75rem;
    color: var(--main-color-hover-green) !important;
    font-family: "myFont";
    font-weight: normal;
}

.aprobphoto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.aprobphoto div {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

h2.aprobhead {
    text-align: right;
    font-size: 1.25rem;
    padding-bottom: 0;
    margin-bottom: 5px;
}

h3.aprobhead {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 5px;
}

.vertical {
    text-align: center;
    vertical-align: middle;
    height: 260px;
}

.vertical div {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 -110px;
    width: 260px;
}

.snoska {
    font-size: 90%;
}

.mar {
    margin-right: 12px !important;
}


.container {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.regionlogo {
    display: flex;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    /* margin-right: -16px; */
    align-items: center;
    border: 3px solid var(--main-color-green);
    border-right: 0;
    /* border-top: 30px; */
    /* margin-top: 25px; */
    max-width: max-content;
    /* float: right; */
    /* position: fixed; */
    /* right: 0; */
}

.gerb {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-color: #fff;
    /* border: 5px solid #fff; */
    /* border-radius: 0 0 0 10px; */
    overflow: hidden;
    margin: 10px;
    /* margin-top: 20px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.regionname {
    color: var(--main-color-green);
    padding: 10px;
    /* padding-top: 25px; */
    font-size: 1.7rem;
    padding-right: 20px;
    white-space: nowrap;
}

.link-edit {
    float: left;
    margin-right: 5px;
}

.slide_thm {
    height: 55px;
    float: left;
    padding-right: 20px;
}

.exitblock {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.exitblock .fon {
    background: #F6FCFF;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
}

.exitblock .modaltext {
    box-sizing: border-box;
    padding: 20px 40px;
    border: 2px solid #AEAEAE;
    background: #F6FCFF;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}

.closeblock {
    cursor: pointer;
    position: fixed;
    line-height: 60px;
    font-size: 48px;
    transform: rotate(45deg);
    text-align: center;
    top: 20px;
    right: 30px;
    color: #337AB7;
}

.closeblock:hover {
    color: #000;
}

.metatag {
    height: 60vh !important;
}

.spin {
    position: fixed !important;
    top: 50%;
    left: 50%;
    z-index: 9999999999000000;
}

.crumb {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 120%;
    /*color: #777;*/
    color: var(--main-color-green);
}

.crumb li {
    display: inline;
}

span.separator:after {
    content: "\00BB";
}

.now_crumb {
    color: #f48120;
}

.oursurvey {
    width: 370px;
    border-radius: 10px;
    margin-top: 25px;
    padding: 25px;
}

.surveyname {
    font-size: 16pt;
    color: var(--main-color-hover-green) !important;
    font-family: "myFont";
    text-align: left;
    margin-bottom: 10px;
}

.surveytext {
    font-size: 11pt;
    font-family: "myFont";
    text-align: justify;
    margin-bottom: 10px;
}

.surveyvals {
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.survey-submit {
    float: right;
}

/*.survey-lbl {
    background-color: #fff;
    border: 1px solid var(--main-color-hover-green);
    border-radius: 100%;
    padding: 2;
    width:  24px;
    margin: 1px;
}*/
.survey-button {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.survey-button+label {
    /* position: relative; */
    padding: 0 10px 0 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    padding: 4px;
    margin: 1px;
    text-align: center;
}

.survey-button:checked+label {
    border: 1px solid var(--main-color-green);
    background-color: var(--main-color-green);
    color: #fff;
}

.survey-button:hover+label {
    box-shadow: inset 1px 1px 1px 0px var(--main-color-green);
}

.btn.disabled {
    background-color: #9bb0c0;
    border: 2px solid #9bb0c0;
}

.disable-click {
    pointer-events: none;
}

.appeal {
    display: flex;
    margin: 10px;
    padding: 10px;
    background-color: #f7fafb;
    border-radius: 5px;
    box-shadow: 0 0 6px #666;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.8rem;
}

.appeal>label {
    flex-grow: 1;
    flex-basis: 50%;
    text-align: left;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.appeal>label>div {
    display: flex;
    justify-content: space-between;
}

.appeal>label:first-child {
    min-width: 150px;
}

.appeal>label:last-child {
    flex-grow: 1;
    text-align: right;
}

.appeal input[type="text"].hasDatepicker {
    padding: 1px 2px;
    max-width: 50px;
}

.appeal input[type="submit"],
.poll input[type="submit"],
.poll input[type="reset"] {
    color: #FFFFFF;
    font-weight: bold;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 2px solid var(--main-color-green);
    height: 20px;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    width: 120px;
    cursor: pointer;
    background-color: var(--main-color-green);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    min-height: 30px;
}

.monitoring-data {
    padding: 10px;
}

.appealHeadinfo {
    display: flex !important;
    margin: 10px;
    padding: 10px;
    background-color: #f7fafb;
    border-radius: 5px;
    box-shadow: 0 0 6px #666;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.8rem;
}

.appealHeadinfo h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 15px;
}

.appealHeadinfo .tr {
    flex-grow: 1;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
}

.appealHeadinfo .th {
    flex-basis: 240px;
}

.appealHeadinfo .td {
    font-weight: normal;
    max-width: calc(100% - 240px);
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.appealHeadinfo .td ul {
    margin: 0;
}

.classificationdiv {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.classificationdiv>div {
    display: flex;
    max-width: 100%;
    flex-grow: 1;
    padding: 5px 0;
    flex-basis: 100%;
}

.appeal-classification-btns {
    justify-content: flex-end;
}

div#appeal-classification-set-button-wrapper {
    padding-left: 10px;
}

.appealHeadinfo select {
    max-width: 100%;
    white-space: normal;
    width: 100%;
    min-width: 100%;
    flex-grow: 1;
    padding: 3px;
}

.appealHeadinfo #msgBoxFile {
    flex-grow: 1;
    flex-basis: 100%;
}

.appealHeadinfo .progress {
    flex-grow: 1;
    flex-basis: 100%;
}

.appealHeadinfo .info_link {
    border-radius: 5px;
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
}

.appealHeadinfo .fileinfo {
    display: flex;
}

table.monitoring-data-table .appeal-table-row td:nth-child(1) {
    padding-left: 30px;
}

table.monitoring-data-table .appeal-table-row ul {
    padding-inline-start: 15px;
}


table.monitoring-data-table .has-closed td {
    background-color: #d2e8d3 !important;
}

table.monitoring-data-table .has-closed td:nth-child(1) {
    background-image: url(/img/appclose.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px 5px;
    padding-left: 30px;
}

table.monitoring-data-table .has-expired td {
    background-color: #ecdbdb;
}

table.monitoring-data-table .has-expired td:nth-child(1) {
    background-image: url(/img/appexp.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px 5px;
    padding-left: 30px;
}

table.monitoring-data-table .has-forwarded td {
    background-color: #ffffd6;
}

table.monitoring-data-table .has-forwarded td:nth-child(1) {
    background-image: url(/img/appfrwd.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px 5px;
    padding-left: 30px;
}

a.btnwithpic {
    color: #FFFFFF;
    font-weight: bold;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 2px solid var(--main-color-green);
    margin: 10px !important;
    padding: 8px;
    cursor: pointer;
    background-color: var(--main-color-green);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 30px;
    float: right;
}

a#appeal-export {
    background-image: url(/img/appsave.svg);
    background-size: 15px;
}

a#appeal-themes {
    background-image: url(/img/edit.svg);
    background-size: 20px;
}

a#appeal-persons {
    background-image: url(/img/editperson.svg);
    background-size: 20px;
}

.ADDRESS div {
    flex-basis: 100%;
}

a#appeal-code {
    color: #FFFFFF;
    font-weight: bold;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 2px solid var(--main-color-green);
    margin-right: 10px !important;
    padding: 8px;
    cursor: pointer;
    background-color: var(--main-color-green);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    float: right;
}

a#appeal-ret {
    float: left;
}

.divflex {
    display: flex;
    margin: 5px;
}

.divflex input {
    flex-grow: 1;
    margin-right: 5px;
}

.nonidshow0,
.nonidshow1 {
    display: none;
}

.nonidshow-1 {
    display: block;
}

.poll {
    display: flex;
    margin: 10px;
    padding: 10px;
    background-color: #f7fafb;
    border-radius: 5px;
    box-shadow: 0 0 6px #666;
    flex-wrap: wrap;
    font-size: 0.8rem;
    font-weight: 400;
}

.poll>div {
    flex-basis: 100%;
    display: flex;
    padding: 5px;
    align-items: center;
    align-content: stretch;
    flex-grow: 1;
}

.poll>label {
    flex-basis: 32%;
    display: flex;
    padding: 5px;
    align-items: center;
    align-content: stretch;
}

.poll>div>label {
    min-width: 120px;
    display: flex;
}

.poll>div>input {
    flex-grow: 1;
    flex-basis: 100%;
}

div.color {
    flex-grow: 1;
    flex-basis: 20%;
    text-align: left;
    padding-left: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    font-weight: 400;
}

.color input {
    max-width: 50px;
}

.btns {
    float: right;
    padding: 10px;
}

a.abtn {
    color: #FFFFFF;
    font-weight: bold;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    border: 2px solid var(--main-color-green);
    margin: 10px 0 0 10px !important;
    padding: 8px;
    cursor: pointer;
    background-color: var(--main-color-green);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-decoration: none !important;
}

.btns .btn {
    padding: 8px;
    min-height: 35px;
}

span.comment {
    font-weight: normal;
    font-size: 0.7rem;
}

#admin-table td {
    padding: 5px 10px;
}

#admin-table ul {
    margin: 0;
    padding-inline-start: 15px;
}

.member-admin {
    display: flex;
    margin: 10px;
    padding: 10px;
    background-color: #f7fafb;
    border-radius: 5px;
    box-shadow: 0 0 6px #666;
    flex-wrap: wrap;
    font-size: 0.8rem;
    font-weight: 400;
    align-items: start;
}

.member-admin>label {
    flex-basis: 30%;
    display: flex;
    padding: 5px;
    align-items: center;
    align-content: stretch;
}

.member-admin>*:nth-child(2n) {
    flex-grow: 1;
    flex-basis: 70%;
    margin: 5px 0;
}

.member-admin>ul {
    list-style: none;
    padding: 0;
}

#menu_left:empty {
    display: none !important;
}

input.masmail {
    margin: 20px 5px;
}

.statrow {
    background-color: #efefef;
}

.statrow:hover td {
    background-color: #F7FDCB;
}

tr.statlink-active td {
    background-color: #A6EF7B;
}

.linkslist {
    display: flex;
}

.linkslist .dropper {
    min-width: 30px;
}

.linkslist .input_text {
    width: 100%;
    margin: 2px 0;
}

.linkinfo {
    flex-grow: 1;
    padding-right: 5px;
}

/*------------------------новые стили к загрузке файлов-----------------------------*/
ul.load-file-form {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    margin: 10px 0;
    /* border: 1px dashed #999; */
    border: none;
    border-radius: 5px;
    width: 100%;
}

ul.load-file-form li {
    padding: 5px;
}

ul.load-file-form li:not(:last-child) {
    flex-grow: 1;
    min-width: 120px;
}

ul.load-file-form.load-food li:not(:last-child) {
    min-width: auto;
}

ul.load-file-form li div {
    width: 100% !important;
    padding: 5px 0;
}

li.load-file-progress {
    flex-basis: 100%;
}

li.load-file-progress .progress {
    margin: 0 !important;
    padding: 0 !important;
}

.load_description {
    display: block;
    float: left;
    flex-grow: 1;
    flex-basis: 100%;
}

.load_link.file-signed {
    background: none !important;
    pointer-events: none;
}

.flextop .load_link.file-signed {
    background: none !important;
    pointer-events: none;
}

.file-signed {
    position: relative;
    padding-left: 20px;
    pointer-events: none;
}

.file-signed:before {
    content: "";
    position: absolute;
    background-position: left bottom;
    background-image: url(https://skin.edusite.ru/img/sigfile.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 10px;
    cursor: pointer;
    pointer-events: all;
}

/*================== подпись =============*/
.check-file-sign img {
    max-width: 20px;
    width: 20px;
    border: 0 !important;
    padding: 0 10px;
    box-sizing: content-box !important;
}

.popup-title {
    text-align: center;
}

.signinfo:before {
    font-weight: bold;
    display: block;
    padding-top: 10px;
}

.popup-link:before {
    content: "Адрес: ";
}

.popup-name:before {
    content: "Название документа: ";
}

.signingTime:before {
    content: "Дата и время подписи: ";
}

.subjectNameSn:before {
    content: "ФИО и должность пользователя, подписавшего сведения: ";
}

.subjectNameO:before {
    content: "Организация пользователя: ";
}

.subjectNameCN:before {
    content: "Сведения о владельце сертификата ЭП: ";
}

.subjectSign:before {
    content: "Код электронной подписи: ";
}

.subjectSign div {
    display: block;
    max-width: 500px;
    max-height: 200px;
    overflow: scroll;
    padding: 10px;
    border: 1px dashed;
    margin: 10px 0;
    min-height: 100px;
    word-break: break-all;
}

.sign .err {
    color: red;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

/*================== капча =============*/

img[src*='picutf.php'] {
    cursor: pointer !important;
}

.full-screen-loader {
    background-position: center;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
}

/*================== BottomTable-div =============== */

.BottomTable-div>div {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border: 1px dashed #ccc;
    align-items: center;
    align-content: center;
    margin: 3px 0 3px 10px !important;
    border-radius: 5px;
    padding: 5px;
}

.BottomTable-div>div:hover {
    background-color: #fafafa;
    border: 1px dashed #aaa;
}

.rowname {
    flex-grow: 1;
    text-align: left;
}

.FormTableTitle {
    flex-grow: 1;
    text-align: left;
}

.BottomTable-div .zagol_1,
.BottomTable-div .zagol_2 {
    padding-top: 0;
    margin-bottom: 0;
}

.BottomTable-div .edit {
    margin-right: 5px;
}

.BottomTable-div .clone {
    margin-right: 5px;
}

.BottomTable-div .forward {
    margin-right: 5px;
}

.BottomTable-div .stage {
    margin-right: 5px;
}

.BottomTable-div>div.editthis {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px 0 #ccc !important;
    background-color: #f7f7f7;
}

.connectedSortable>div {
    cursor: grab;
}

.readonly {
    background-color: #f7f7f7;
    border: 1px solid #cacece !important;
}

/*================ роли =====================*/
ul.flex {
    margin: 5px;
    padding: 5px;
}

ul.flex,
ul.flex li,
ul.flex div {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
}

.flex label {
    flex-basis: calc(100% - 30px);
    margin-left: 5px;
    padding: 3px 0 5px 0;
}

ul.flex div>div {
    margin-left: 10px;
    padding: 5px 0 10px 0;
}

.pages-nav-top {
    margin-bottom: 20px;
}

.pages-nav-bottom {
    margin-top: 20px;
}

#last-cron-log {
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 0 #ddd;
    border: 1px solid #fff !important;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

#last-cron-log.info {
    background-color: #dfd;
}

#last-cron-log.warning {
    background: #ffd;
    color: #e09010;
}

#last-cron-log.error {
    background: #fcc;
    color: #da4646;
}

.ui-progressbar {
    position: relative;
    margin: 4px 10px;
}

.progress-label {
    position: absolute;
    top: 4px;
    text-align: center;
    font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0 !important;
}

.info_link li.flextop {
    align-items: flex-start;
}

.flextop .load_link {
    background-position: 0px 8px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    align-self: stretch;
}

.filebtns {
    flex-shrink: 1;
    display: flex;
}

#save-button:disabled,
#save-button[disabled],
.btn[disabled] {
    border: 1px solid #ffffff;
    background-color: #d5dddf;
    color: #ffffff;
    cursor: no-drop;
}

dd {
    margin-bottom: 15px;
    margin-top: 5px;
}

dt.caps {
    font-weight: bold;
}

input#subscriber {
    width: calc(100% - 10px);
    padding: 10px;
    margin: 5px 0px 10px 10px;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: var(--shadow);
}

li.ui-menu-item {
    text-align: left;
    padding: 5px;
    font-size: 0.9rem;
}

/*================ пагинатор =====================*/
nav.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.menus nav.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0;
}
.page-perpage-wrapper {
    margin: 10px 0;
}

select.page-perpage,
select.pages-order {
    color: var(--main-color-green);
    border-radius: 0.25em;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0.3rem;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .3rem .3rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--main-color-green);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--main-color-green);
    border-color: var(--main-color-green);
}

.page-item.active .page-link:hover {
    background-color: var(--main-color-hover-green);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.sr-only {
    position: absolute;
    display: none;
}

.page-link:not(:disabled):not(.disabled):hover .sr-only {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fafafa;
    padding: 5px;
    box-shadow: var(--shadow);
}

.searchblock {
    position: relative;
}

input#search {
    width: 100%;
    padding: 5px;
    box-shadow: inset 1px 1px 2px #afafaf, inset -1px -1px 2px #fff;
    border: 1px solid #aaa;
    background-color: #fafafa;
}

#searchclear {
    position: absolute;
    right: 3px;
    top: 5px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid var(--main-color-green);
}

#searchclear:hover {
    color: #f10000;
}

.btn_place {
    float: right;
    margin-right: -1px;
    background-color: #eff2f3;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    border-top: none;
    box-shadow: 0 1px 1px #999;
}

.btn_place .btn:not(:disabled) {
    background-color: #fff;
}

.beforeAjax {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    background-image: url('../images/loadingnew.gif');
    background-size: 150px 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.regrez {
    border-radius: 10px !important;
    padding: 10px 20px;
    font-weight: normal;
}

#menuTable tr:nth-child(2n) {
    background-color: #f9f9f9;
}

#menuTable tr.tabledrag-tr-changed {
    background-color: cornsilk;
}

#menuTable th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
    color: #494949;
    font-weight: bold;
}

#menuTable td,
#menuTable th {
    padding: 0.3em 0.5em;
}

#menuTable div.indentation {
    width: 20px !important;
    min-width: 20px;
}

#menuTable td.checkbox,
#menuTable th.checkbox {
    text-align: center;
    width: 120px;
}

#menuTable td.actions,
#menuTable th.actions {
    white-space: nowrap;
    text-align: center;
    width: 140px;
}

.pagesmenu-row-edit:hover,
.pagesmenu-row-delete:hover {
    text-decoration: underline;
    cursor: pointer;
}

input.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input.checkbox+label {
    padding-top: 3px;
    display: inline-flex;
    align-items: center;
    user-select: none;
    flex-basis: 100%;
}

input.checkbox+label:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
    background-color: #fff;
    background-image: url(/img/check-no_gr.svg);
    margin-right: 10px;
}

input.checkbox:checked+label::before {
    background-image: url(/img/check_gr.svg);
}

td.searchinputs {
    display: flex;
}

.searchinputs input[type="submit"] {
    background-color: var(--main-color-green);
    border: 1px solid var(--main-color-green);
    color: #fff;
    box-shadow: 1px 1px 2px #afafaf;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    background-image: url(https://skin.edusite.ru/img/search-w.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.conspectfilters {
    background-color: #e8edee;
}

.conspectfilters td {
    padding: 5px 10px;
}

.conspectfilters td.t2 {
    padding-top: 15px;
}

.conspectfilters label {
    display: flex;
    margin-bottom: 5px;
    align-items: baseline;
    width: 100%;
}

.conspectfilters input[type="button"] {
    background-color: var(--main-color-green);
    border: 1px solid var(--main-color-green);
    color: #fff;
    box-shadow: 1px 1px 2px #afafaf;
    padding: 5px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

.pagesinfo>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.ib-remove {
    display: none !important;
}

#ticket-filters {
    display: flex;
    flex-direction: column;
}

.m_table.forfancy {
    min-width: 200px !important;
}

.flex {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    min-width: 200px !important;
    margin-top: -5px;
}

.fixmemobile {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e8edee;
    width: 100%;
    margin: 0;
    padding: 5px 5px 0 5px;
    max-width: calc(100% - 300px);
}

.preview {
    min-width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    max-width: none !important;
    position: sticky;
    top: 42px;
    justify-content: center;
    /*max-height: 85vh;*/
}

#service-save-button {
    margin: 10px 0 !important;
}

.bottompreview {
    display: flex;
    justify-content: flex-end;
    height: 60px;
    width: 80%;
    text-align: right;
}

.tabulhead {
    display: flex;
    align-items: flex-end;
}

.tabulname {
    padding: 5px;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-bottom: 0;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px -2px 2px #ddd;
    margin-right: 2px;
    box-shadow: inset 0px -1px 4px #bbb;
}

.tabulname.active {
    padding: 10px 5px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-bottom: 0;
    box-shadow: 1px -2px 2px #ddd;
}

.tabulname.disabletab {
    color: #fafafa;
    background-color: #ccc;
    cursor: default;
}

.tabul {
    z-index: 1;
    width: 100%;
    display: flex;
}

.tabpage {
    display: none;
}

.tabpage.active {
    display: flex;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 5px;
    width: 350px;
    flex-shrink: 0;
}

ul.dizlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
    overflow-y: auto;
    max-height: 85vh;
    margin-top: 40px;
}

ul.dizlist li {
    display: flex;
    align-items: center;
    flex-basis: calc(50% - 20px);
    margin: 5px;
    max-width: 150px;
}

.flex ul.dizlist label {
    flex-basis: 100%;
}

ul.dizlist img {
    max-width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
}

.fixme .fixmemobile {
    text-align: center;
    box-shadow: inset 0px -1px 4px #aaa;
    max-width: 100%;
}

.fixme .preview {
    /*position: unset;*/
    /*box-shadow: none;*/
    /*margin: 5px auto;*/
}

.flex.fixme {
    margin: 0;
    margin-top: -5px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    overflow-y: auto;
    padding: 20px;
}

.modal-container {
    position: relative;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    max-width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    width: 800px;
    min-height: 300px;
}

.modal-close-btn,
.modal-close-btn-files,
.modal-close-btn-video {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

.videoModalContainer {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'myFont', Verdana, Arial;
    font-size: 0.9rem;
}

.videoModalTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.videoModalContent {
    padding: 5px;
}

#PhotoGal-wrapper {
    padding: 20px;
}

.PhotoGal-wrapper {
    background: none !important;
    border: none !important;
}

@media (max-width: 768px) {
    .modal-container {
        max-width: 95%;
        padding: 10px;
    }
}

.questmodal {
    padding: 25px 0 0 10px;
}

.image-file-buttons button {
    flex: 1;
    min-width: 120px;
    background-color: #eeeeee;
    align-items: center;
    padding: 20px 10px;
    margin: 5px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    font-size: 1.1rem;
    border: 2px solid #cccccc;
    color: #4c4c4c;
    display: flex;
    justify-content: center;
    flex-direction: row;
    transition: ease-in-out 0.2s;
}

.image-file-buttons button:hover {
    background-color: #A37897;
    color: #eeeeee;
}

@media (max-width: 900px) {
    .image-file-buttons button {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .image-file-buttons button {
        flex: 1 1 100%;
    }
}

.image-file-buttons button:hover .file-button-ck,
.image-file-buttons button:hover .image-button-ck,
.image-file-buttons button:hover .link-button-ck,
.image-file-buttons button:hover .rutube-button-ck,
.image-file-buttons button:hover .video-button-ck
{
    filter:
        brightness(0) saturate(100%) invert(93%) sepia(3%) saturate(394%) hue-rotate(185deg) brightness(116%) contrast(89%);
    transition: filter 0.2s ease;
}

.image-file-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.onboardingFile {
    border-radius: 50%;
    background-color: var(--main-color-green);
    background-size: 30px;
    border: none;
    width: 25px;
    height: 25px;
    color: white;
}

.icon-image {
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #4C4C4C;
}

.icon-image:hover {
    color: #eeeeee
}

.file-button-ck {
    background: url('../images/file-button-ck.svg');
}

.image-button-ck {
    background: url('../images/image-button-ck.svg');
}

.link-button-ck {
    background: url('../images/link-button-ck.svg');
}

.rutube-button-ck {
    background: url('../images/rutube-button-ck.svg');
}

.video-button-ck {
    background: url('../images/video-button-ck.svg');
}

.styled-summary {
  list-style: none; /* Убирает стандартный маркер summary (треугольник) */
  cursor: pointer;  /* Изменяет курсор при наведении */
    padding: 5px 10px;
}

.styled-summary .summary-content::before {
  content: "\25B6"; /* Unicode символ треугольника (стрелка вправо) */
  display: inline-block;
  margin-right: 5px; /* Отступ от треугольника до текста */
  transition: transform 0.2s ease-in-out; /* Анимация поворота */
}

details[open] > .styled-summary .summary-content::before {
  transform: rotate(90deg); /* Поворачиваем треугольник при открытии */
}

.summary-content {
  display: flex;          /* Используем flexbox */
  align-items: center;   /* Выравнивание по вертикали */
  justify-content: space-between; /* Распределяем пространство между элементами */
}

.summary-content h3 {
  margin: 5px;             /* Убираем отступы у h3 */
}
.summary-content h4 {
  margin: 5px;             /* Убираем отступы у h3 */
}

.summary-content .percentage {
    margin-left: 0;
    margin-right: 10px;
    width: 35px;
    text-align: right;
}

.summary-content .progress-bar-container {
  width: 20%;            /* Задаем ширину контейнера для progress bar */
  min-width: 75px;
}

.summary-content .obobshen {
  width: 100%;            /* Задаем ширину progress bar */
}

fieldset.zapol.zapolnennost {
    margin: 3px;
    box-shadow: var(--shadow);
    padding: 2px;
}
.publicinfo {
    margin-left: auto;
    margin-right: 5px;
    font: 9pt Verdana, Arial, Helvetica, sans-serif;
}
details.nopublic * {
    color: #999;
}
details.nopublic .obobshen::-webkit-progress-value {
    background-color: #999 !important;
}

details.nopublic .obobshen::-moz-progress-bar {
    background-color: #999 !important;
}
.detailsintro {
    margin: 5px 5px 5px 20px;
}
details.level-2 {
    margin-bottom: 5px;
    box-shadow: var(--shadow);
    border-radius: 5px;
}
details.level-2[open] {
    margin-bottom: 5px;
    box-shadow: none;
    border-radius: 5px;
}
details.level-4 {
    margin-bottom: 5px;
    box-shadow: var(--shadow);
    border-radius: 5px;
}
details.level-4[open] {
    margin-bottom: 5px;
    box-shadow: none;
    border-radius: 5px;
}
details[open]>.styled-summary {
    background-color: #78a38445;
    border-radius: 5px;
}
details.level-2>.styled-summary {
    border: 2px solid #a3789745;
    border-radius: 5px;
}
details[open].level-2>.styled-summary {
    background-color: #a3789745;
    border: 0;
}
details[open].level-3>.styled-summary {
    background-color: #91919145;
    border: 0;
    border-radius: 0;
}
details.level-4>.styled-summary {
    border: 2px solid #91919145;
    background-color: #fefefe;
    border-radius: 5px;
}
details.level-4[open]>.styled-summary {
    background-color: #78a38445;
    border-radius: 5px;
}
.row-wrapper-site details {
    grid-column: span 3;
}
.grid-container {
    display: flex;
    flex-direction: column;
    margin: 0 5px 5px 5px;
    box-shadow: var(--shadow);
}
.grid-container .item.row-title {
    font-weight: bold;
    border-right: 1px solid #fff;
}
.grid-container .item.row-value {
    border-left: 1px solid #fff;
}
.grid-container .row-wrapper {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    border-bottom: 1px solid #fff;
}
.grid-container .row-wrapper-site {
    display: grid;
    grid-template-columns: 50% auto 150px;
    border-bottom: 1px solid #fff;
    align-items: stretch;
}
.grid-container .row-wrapper-main {
    display: grid;
    grid-template-columns: 200px auto 150px;
    border-bottom: 1px solid #fff;
}
.grid-container .item {
    padding: 10px;
    font-weight: normal;
    gap: 10px;
    align-items: center;
}
.grid-container .item .btn {
    width: 130px;
}
.grid-container .item img {
    height: 50px;
    border: 2px solid #fff;
    box-shadow: var(--shadow);
}
.zapolnennost .grid-container .item img {
    max-width: fit-content;
}
.grid-container .item.row-value {
    text-align: right;
    padding: 0 10px 0 0;
    gap: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
}
.grid-container .item:not(.row-full):nth-child(2n) {
    display: flex;
    justify-content: flex-end;
}
.grid-container .row-wrapper-site .item:nth-child(2n) {
    display: flex;
    justify-content: flex-start;
}
.item-full:empty {
    padding: 0;
}
details.level-3 {
    background-color: #f7f7f7;
}
.grid-container .th {
    background-color: #ddd;
    border-top: 1px solid #fff; 
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.grid-container .row-wrapper:nth-child(2n){
    background-color: #eee;
}
.grid-container .row-wrapper:hover{
    background-color: #ddd;
}
.grid-container .row-wrapper-site:nth-child(2n){
    background-color: #eee;
}
.grid-container .row-wrapper-site:hover{
    background-color: #ddd;
}
.grid-container .row-wrapper-main:nth-child(2n){
    background-color: #eee;
}
.grid-container .row-wrapper-main:hover{
    background-color: #ddd;
}
.grid-container .ssl-site {
    display: flex;
    align-items: center;
    align-content: center;
}
.ssl-icon {
    width: 45px;
    margin: 0 10px;
    fill: var(--main-color-green);
}
.grid-container .ssl-description {
    font-size: 9px;
    padding-bottom: 0px; 
}
button.addsite {
    margin-bottom: 5px;
}
.progress-bar{
    height: 100%;
}
/* Мобильная версия */
@media (max-width: 768px) {
    .grid-container .row-wrapper  {
        grid-template-columns: 1fr 180px;
    }
    .grid-container .row-wrapper-site  {
        grid-template-columns: 1fr 140px;
    }
    .grid-container .row-wrapper-main  {
        grid-template-columns: 1fr 140px;
    }
    /* Каждый третий элемент занимает всю ширину */
    .grid-container .item.row-title {
        border-right: 0;
    }
    .grid-container .item.row-value {
        border-left: 0;
    }
    .grid-container .item-full {
        grid-column: span 2;
    }
    .grid-container .th:nth-child(3n) {
        display: none;
    }
    .grid-container .item-full *:first-child:before {
        content: "Не заполнено: ";
        font-weight: bold;
    }

    .summary-content {
        display: grid;
        grid-template-columns: 15px 1fr 50px 75px;
        justify-items: stretch;
        align-items: start;
    }
    .summary-content > h3 {
        grid-column: 2;
        grid-row: 1 / span 2;
        margin: 0
    }
    .summary-content > .percentage {
        grid-column: 3;
        grid-row: 1;
    }
    .summary-content > .progress-bar-container {
        grid-column: 4;
        grid-row: 1;
    }
    .summary-content > .publicinfo {
        grid-column: 3 / span 2;
        grid-row: 2;
        align-self: end;
        text-align: right;
        font: 8pt Verdana, Arial, Helvetica, sans-serif;
    }
    .row-wrapper-site .row-title{
        grid-column: 1;
        grid-row: 1;
    }
    .row-wrapper-site .row-value{
        grid-column: 2;
        grid-row: 1;
    }
        
    .row-wrapper-site .row-full{
        grid-column: 1 / span 2;
        grid-row: 2;
    }
    .row-wrapper-main .row-title{
        grid-column: 1;
        grid-row: 1;
    }
    .row-wrapper-main .row-value{
        grid-column: 2;
        grid-row: 1;
    }
        
    .row-wrapper-main .row-full{
        grid-column: 1 / span 2;
        grid-row: 2;
    }
}
#space-tools {
    max-width: 270px;
    margin: auto;
}
.form-popup {
    border: 3px solid #f1f1f1;
    margin: 10px;
    z-index: 100;
    background-color: #f7f7f7;
    padding: 4px;
}
.form-container input[type=text], .form-container input[type=password] {
    width: 250px;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}
/* стили для регистрации */
/* Основной контейнер */
.mui-fieldset  .grid-container {
    display: flex;
    flex-direction: column;
    margin: 0 5px 5px 5px;
    box-shadow: var(--shadow, 0 1px 3px rgba(0,0,0,0.1)); /* fallback */
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* Строка с заголовком и кнопкой */
.mui-fieldset .row-wrapper-main {
    display: grid;
    grid-template-columns: 200px auto 150px;
    border-bottom: 1px solid #eee;
}

.mui-fieldset .row-wrapper-main .item {
    padding: 10px;
    font-weight: normal;
    gap: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}

.mui-fieldset .item.row-title {
    font-weight: bold;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
}

.mui-fieldset .item.row-value {
    text-align: right;
    align-items: flex-end;
}

/* Полная ширина для контента */
.mui-fieldset .item.row-full {
    padding: 16px;
    background: #fafafa;
}

/* === ЕДИНЫЙ СТИЛЬ ПОЛЕЙ ВВОДА С ОБВОДКОЙ === */

/* Обёртка для fieldset — чтобы не растягивало */
.mui-fieldset .row-full > .mui-fieldset {
    margin-bottom: 0;
}

/* Основной fieldset — как в MUI outlined */
.mui-fieldset {
    border: 2px solid #aaa;
    border-radius: 8px;
    padding: 32px 8px;
    margin: 8px;
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
    transition: all 0.3s ease;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 1px 1px 6px #6666664f;
}

.mui-fieldset:focus-within {
    border-color: var(--main-color-purple);
}

/* Легенда — плашка сверху */
.mui-legend {
    position: absolute;
    top: -12px;
    left: 16px;
    background-color: var(--main-color-purple);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 6px;
    z-index: 2;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.mui-fieldset .row {
    display: flex;
    gap: 8px;
}
/* Обёртка для поля и лейбла */
.mui-input-wrapper {
    position: relative;
}

/* input, textarea, select — с обводкой */
.mui-input,
.mui-textarea,
.mui-select {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--main-color-green);
    border-radius: 4px;
    outline: none;
    resize: vertical;
    min-height: 48px;
    box-sizing: border-box;
}

/* Стиль обводки */
.mui-input:focus, .mui-textarea:focus, .mui-select:focus {
    border-color: var(--main-color-green);
    box-shadow: 0 0 0px 3px #78a3844f;
}
/* Плавающий лейбл */
.mui-label {
    position: absolute;
    top: 8px;
    left: 4px;
    font-size: 12px;
    color: #777;
    pointer-events: none;
    background: #fff;
    padding: 0 4px;
    z-index: 1;
    transition: all 0.3s ease;
}

/* Всплывающий лейбл */
.mui-input:not(:placeholder-shown) + .mui-label,
.mui-textarea:not(:placeholder-shown) + .mui-label,
.mui-select:not(:invalid) + .mui-label,
.mui-input:focus + .mui-label,
.mui-textarea:focus + .mui-label,
.mui-select:focus + .mui-label {
    top: -10px;
    font-size: 12px;
    color: var(--main-color-green);
}

/* Helper text */
.mui-helper-text {
    margin-top: 0;
    font-size: 10px;
    color: #666;
}

/* Кастомизация select */
.mui-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    cursor: pointer;
}

/* Состояние ошибки */
.mui-fieldset.error {
    border-color: #d32f2f;
}
.mui-fieldset.error .mui-legend { background-color: #d32f2f; }
.mui-fieldset.error .mui-label { color: #d32f2f; }
.mui-fieldset.error .mui-helper-text { color: #d32f2f; }

/* === ДВУХКОЛОНЧАТЫЙ РЕЖИМ ДЛЯ ФОРМ === */

/* Контейнер с двумя колонками */
.mui-fieldset .grid-container .row-wrapper-2col {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-bottom: 1px solid #eee;
    align-items: stretch;
}
.mui-fieldset .grid-container .row-wrapper-3col {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    border-bottom: 1px solid #eee;
    align-items: stretch;
}
.mui-fieldset .grid-container .row-wrapper-6col {
    display: grid;
    grid-template-columns: 200px 1fr 200px 1fr 200px 1fr;
    border-bottom: 1px solid #eee;
    align-items: stretch;
}
@media (max-width: 480px) {
    .mui-fieldset .grid-container .row-wrapper-2col {
        display: grid;
        grid-template-columns: 1fr 200px ;
        border-bottom: 1px solid #eee;
        align-items: stretch;
    }  
}
/* Название поля */
.mui-fieldset .grid-container .item.row-title {
    font-weight: bold;
    background: #f9f9f9;
    padding: 12px 10px;
    border-right: 1px solid #eee;
    align-items: center;
}

/* Значение поля */
.mui-fieldset .grid-container .item.row-full {
    padding: 12px 10px;
    background: #fff;
    align-items: self-start;
    word-wrap: break-word;
    overflow: hidden;
}

/* Убираем стандартные стили для row-full в этом режиме */
.mui-fieldset .grid-container .row-wrapper-2col .item.row-full img {
    max-width: 100%;
    height: auto;
}
/* стили для регистрации */

.register-header {
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%);
    color: var(--main-color-green);
    flex-direction: column; 
    align-items: center;
    font-size: 1.2rem;
}
@media (max-width: 850px) {
    .register-header {
        transform: translateX(0);
    }
}
.register-header-mobile {
    display: none;
    position: absolute; 
    left: 50%; 
    transform: translateX(50%);
    color: var(--main-color-green);
    align-items: center;
    font-size: 1.2rem;
    text-align: right;
}
@media (max-width: 700px) {
    .register-header {
        display: none;
    }
    .register-header-mobile {
        display: flex;
        max-width: 30%;
    }
}
.nonp, .nolegal, .noindividual {
    display: none;
}

.design-choose {
    padding-top: 0 !important;
}

.settings-title {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 10px 0;
}

.settings-table {
    border: 2px solid var(--main-color-green);
    border-radius: 15px;
    padding: 10px 10px 5px 10px;
    width: 100%;
}

.settings-table tbody tr td {
    float: none !important;
    display: table-cell !important;
    align-content: center;
    padding: 5px 0;
}
.page-row-edit.active {
    color: var(--main-color-green);
}