/*Таблица со стилем 1*/
.table1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-align: left;
    border-collapse: separate;
    border-spacing: 5px;
    background: #E5E7E9;
    color: black;
    border: 8px solid #CACFD2;
    border-radius: 15px;
    max-width: 100%;
}

th {
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

td {
    text-align: left;
    font-size: 14px;
    background: #FDFEFE;
    padding: 5px;
}
/* Кнопка знак вопроса круглая с картинкой*/
.questionBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/question.png");
    background-size: cover;
    cursor: pointer;
}
    /*кнопка "Стрелка вниз" (в основном при переводе классов и управлении меню)*/
    .downBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url(/downarrow.png);
    background-size: cover;
    cursor: pointer;
}
/* Кнопка новый пароль круглая с картинкой*/
.newpasswordBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/newpassword.png");
    background-size: cover;
    cursor: pointer;
}

/*кнопка "Добавить"*/
.insertBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url(/insert.png);
    background-size: cover;
    cursor: pointer;
}

/*кнопка "Освежить"*/
.reloadBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/reload.webp");
    background-size: cover;
    cursor: pointer;
}
/*кнопка "Удалить"*/
.DelBtn {
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,.2), 0 -1px rgba(0,0,0,.8);
    outline: none;
    border: none;
    border-radius: 100px;
    box-shadow: inset rgba(0,0,0,.6) 0 -2px 5px, inset rgba(252,255,255,.7) 0 2px 5px, rgba(0,0,0,.8) 0 2px 5px -1px;
    color: rgb(0,79,86);
    user-select: none;
}

    .DelBtn:hover {
        color: rgb(255,10,10);
        cursor: pointer;
    }

    .DelBtn:active {
        border-radius: 100px;
        padding-bottom: 1px;
        box-shadow: inset rgba(0,0,0,1) 0 1px 3px, inset rgba(0,0,0,.6) 0 -2px 5px, inset rgba(252,255,255,.7) 0 2px 5px, 0 1px rgba(255,255,255,.08);
        color: rgb(50,50,214);
    }

/*Пункты главного меню*/
.ItemMainMenu {
    font-size: 17px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor: pointer;
    /*background-color: bisque;*/
    background: linear-gradient(#FFA07A, #FFD700,#FFA07A);
}
/*Пункты подменю*/
.ItemSubMenu {
    font-size: 14px;
    border: 1px solid #BC8F8F;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #FFF8DC;
    cursor: pointer;
}
/* Кнопка Ok круглая с картинкой*/
.okBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/Ok.jpg");
    background-size: cover;
    cursor: pointer;
}
/* Ещё Кнопка Ok без картинки*/
.okBtn1 {
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,.2), 0 -1px rgba(0,0,0,.8);
    outline: none;
    border: none;
    border-radius: 100px;
    box-shadow: inset rgba(0,0,0,.6) 0 -2px 5px, inset rgba(252,255,255,.7) 0 2px 5px, rgba(0,0,0,.8) 0 2px 5px -1px;
    color: rgb(0,79,86);
    user-select: none;
}
    .okBtn1:hover {
        color: rgb(120,190,100);
        cursor: pointer;
    }

    .okBtn1:active {
        border-radius: 100px;
        padding-bottom: 1px;
        box-shadow: inset rgba(0,0,0,1) 0 1px 3px, inset rgba(0,0,0,.6) 0 -2px 5px, inset rgba(252,255,255,.7) 0 2px 5px, 0 1px rgba(255,255,255,.08);
        color: rgb(50,50,214);
    }
/*Кнопка сохранить*/
.saveBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/save.png");
    background-size: cover;
    cursor: pointer;
}
/* Кнопка знак вопроса круглая с картинкой*/
.questionBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/question.png");
    background-size: cover;
    cursor: pointer;
}
/* Кнопка check круглая с картинкой*/
.checkBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/check.png");
    background-size: cover;
    cursor: pointer;
}
/* Кнопка check круглая с картинкой*/
.uncheckBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/uncheck.png");
    background-size: cover;
    cursor: pointer;
}
/* Кнопка новый пароль круглая с картинкой*/
.newpasswordBtn {
    font-size: 18px;
    border: 2px solid #1E90FF;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-image: url("/newpassword.png");
    background-size: cover;
    cursor: pointer;
}

/*Для выпадающего списка*/
select {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    border-radius: 8px;
    font-size: 14px;
    max-width: 100%;
}

    select:focus {
        color: #000000;
        border: 1px solid #000000
    }

    select:hover {
        cursor: pointer;
    }

/*Для разметки (макета) страницы*/
.divFooterWorkRegion {
    font-size: 18px;
    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
    height: 22px;
    background-color: #0000FF;
    color: #FFFFFF;
}
/*Для остальных элементов*/

input[type="text"] {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    border-radius: 8px;
    font-size: 14px;
    padding: 2px 4px 2px 4px;
}

    input[type="text"]:focus {
        color: #000000;
        border: 1px solid #0000CC;
    }

input[type="password"] {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    border-radius: 8px;
    font-size: 14px;
}
    input[type="password"]:focus {
        color: #000000;
        border: 1px solid #000000
    }


input[type="email"] {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    border-radius: 8px;
    font-size: 12px;
}

    input[type="email"]:focus {
        color: #000000;
        border: 1px solid #000000
    }
#MyPromt {
    visibility: hidden;
    position: absolute;
    position: fixed; /* Фиксированное положение */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

    #MyPromt div {
        width: 350px;
        height: 120px; /* Высота*/
        margin: 100px auto;
        background-color: rgb(173, 255, 47);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #666666;
        padding: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        border: 3px solid #cccccc;
        position: absolute;
        left: 50%;
        top: 100px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }


