html, body {
    width: 100%;
    min-height: 100%;
    margin:0;
}
body {
    background: linear-gradient(45deg, #82a3f54a, #ec82e724);
    background-repeat: no-repeat;
    font-family: arial;
}
table{
border-collapse: collapse;
}
td, th {
    border: 1px solid #778;
    text-align: left;
    padding: 6px 10px;
}

tr:hover {
    background:#eff;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    background: #6879c7;
    font-size: 20px;
    font-weight: 600;
}
h2 {
    margin: 25px 0 15px;
}
.table input[type=text] {
    width: 95px; 
}
input[type=submit] {
    cursor: pointer; 
}
.table input[type=date] {
    width: 120px; 
}
.worker input::placeholder, .action input::placeholder {
    color: #000000;
}
.worker input, .action input {
    border: none;
    outline: none;
    background: none;
    font-size: 15px;
    color: #000000;
}
.filtr {
    margin-bottom: 10px;
}
.menu {
    max-width: 1100px;
    margin: 5px auto 0px;
}
.menu .active::after {
    content: "";
    position: absolute;
    width: calc(100% - 24px);
    bottom: 7px;
    left: 11px;
    border: 1px dashed;
}
.active {
    background: #4a61cc;
    height: 30px;
    margin-bottom: -10px;
    position: relative;
    top: 5px;

}

.form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
.form_con {
    padding: 35px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.form_con input {
    margin-top:10px;
}
.err {
    font-size: 15px;
    color: #f00;
    margin-top: 5px;
}
.erro {
    font-size: 15px;
    color: #f00;
    margin-bottom: 5px;
}
.container {
    min-height: 70%;
    max-width: 1100px;
    margin: 0 auto 40px auto;
    padding: 10px 30px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background:#fff;
}
.table {
    overflow: auto;
}
.table1 {
    overflow: auto;
}
.table1 input[type=text] {
    width: 50px; 
}
.edit {
    border: none;
    background: #fff;
    padding: 0;
}

.edit .cop {
    margin-left: 10px;
    background: #fffece;
    border: 1px solid;
}
.edit .ed {
    margin-left: 10px;
    background: #b6c8ff;
    border: 1px solid;
}
.edit .del {
    margin-left: 10px;
    background: #ea9d8a;
    border: 1px solid;
}
.edit img {
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.add {
    background: #a7f8f2;
    border: 1px solid;
    margin: 10px;
}
.hide {
    display:none;
}
.print-doc {
    position: absolute;
    right: 0;
    background: #0d034c;
    font-weight: 100;
}
.druk {
        position: relative;
}
.date {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
.delete {
    background: url(/images/del.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 27px;
    height: 24px;
    padding: 0;
    border: none;
    margin: 3px 0 0 10px;
}
.edits {
    background: url(/images/edit.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 27px;
    height: 24px;
    padding: 0;
    border: none;
    margin: 3px 0 0 10px;
}
.dod {
    background: url(/images/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
    padding: 0;
    border: none;
    margin: 3px 0 0 10px;
}
.edittt {
    background: url(/images/edit.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
    padding: 0;
    border: none;
    margin: 3px 0 0 10px;
}

.filtr .dod {
    margin: 0;
}
.filtr .delete {
    margin: 0;
}

.superdodin {
    width: 200px;
    padding: 8px;
    background: #4a61cc;
    color: #fff;
    border: none;
    margin: 10px;
    box-shadow: rgb(0 16 217 / 40%) 0px 3px 8px;
}

@media print {
.container {
    min-height: auto;
    max-width: auto;
    box-shadow: none;
    margin:0;
    padding:30 30px;
}    
.date {
    margin: 10px 0;
    font-weight: 600;
}
.menu, .filtr, a, h2{
display:none;
}
}