html, body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    font-family: arial;
}
.form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.form form {
    text-align: center;
    margin: 10px 0 0 0;
}
.form input {
    width: 100%;
    margin: 5px 0;
    text-align:center;
    background: #e6e6e6;
    height: 36px;
    border-radius: 25px;
    border: none;
}
.form .but {
    background: #3a60d0;
    color: #fff;
    cursor: pointer;
}
.form .but:hover {
    background: #2348b5;
}
.form_con {
    padding: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.left {
    float: left;
    height: 100%;
    width: 200px;
    background: linear-gradient(#8c4af2, #6e54f5);
    color: #fff;
    overflow: auto;
}
.left::-webkit-scrollbar {
  display: none;
}
.right {
    float: left;
    height: 100%;
    width: calc(100% - 200px);
}
.top {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #fff;
    margin: 15px;
    padding: 0px 15px;
    border-radius: 20px;
    box-shadow: 0px 1px 6px 0px rgb(57 52 76 / 12%);
    overflow: auto;
}
.bottom {
    height: 100%;
    background: #e8e9fd;
    display: flow-root;
    overflow: auto;
}
.menu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    margin:10px;
    width: calc(100% - 60px);
    border-radius: 10px;
}
.menu a:hover {
    background: #6846e5;
    
}
.left h1 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 25px 10px 10px;
}
.active {
    background: #6846e5;
}
.conteiner {
    background: #fff;
    margin: 15px;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 1px 6px 0px rgb(57 52 76 / 12%);
    overflow: auto;
    position: relative;
}
.edit img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 38px;
}
.editoff img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 38px;
    opacity: 30%;
}
.contab {
    padding: 0px !important;
}
.erro {
    color: #f00;
}

.contab::-webkit-scrollbar {
    height: 10px;
    border-radius: 0 0 10px 10px;
}
.contab::-webkit-scrollbar-thumb {
    border-radius: 0 0 10px 10px;
    background: linear-gradient(270deg, #8c4af2, #6e54f5);
}
.contab::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #cfd0df;
    border-radius: 0 0 10px 10px;
}
.conteiner .dod {
    background: url(/img/add.png) no-repeat;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.conteiner .edit {
    background: url(/img/eddit.png) no-repeat center;
    border: none;
    width: 25px;
    height: 20px;
    cursor: pointer;
    background-size: 19px;
}
.conteiner .del {
    background: url(/img/dell.png) no-repeat;
    border: none;
    width: 25px;
    height: 20px;
    cursor: pointer;
    background-size: 20px;
}
.conteiner .dood td {
    padding:0 !important;
}
.conteiner .dood td.pad {
    padding: 5 !important;
    background: #ebebeb;
}
.auto {
        color: #8b8b8b;
    background: #dbdbdb !important;
}
.selec {
    width: 100%;
    height: 28px;
    border: none;
    font-size: 16px;
}
.mincol {
    width:55px;
}

.button {
    background: #6846e5;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 10px 0 0;
}
.nonact {
    background: #cdcfed;
}
h2 {
    color:#3a60d0;
    margin: 10px 0 15px;
}
.left button {
    width: 100%;
    background: none;
    color: #ffffff63;
    border: none;
    font-size: 13px;
    text-align: left;
    padding-left: 30px;
    padding-top: 17px;
    margin-bottom: -5px;
}
.conteiner .table {
    border: 1px solid #dddddd;
    border-collapse: collapse; 
}
.conteiner .table th {
    font-weight: 500;
    padding: 5px;
    background: #6846e5;
    color: #fff;
}
.conteiner .table td {
    border: 1px solid #dddddd;
    padding: 5px;
}
.conteiner .edittable td {
    padding: 0;
}
.cards {
    display: flex;
    flex-wrap: wrap;
}
.card {
    width: 150px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}
.cardo {
    opacity: 30%;
}
.doc {
    background: url(/img/doc.png);
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px;
    background-position: center;
}
.conteiner table input {
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 16px;
    background:none;
}
.conteiner table input:focus {
    background:#fff;
}
.conteiner td {
    min-width:61px;
}
.adres {
    min-width:130px;
}
.a4 {
    background: #fff;
    margin: 15px auto;
    padding: 40px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    width: 730px;
    height: 1060px;
    position: relative;
}
.bdoc {
    overflow: auto;
    justify-content: center;
}
.close {
    display:none;
}
.full {
    width:100%;
}
.l {
    cursor: pointer;
}
.conteiner tr:hover {
    background:#eff;
}
.imb {

    width: calc(100% - 80px);
    bottom: 40px;
    position: absolute;
}
@media print {
.left, .top{
display:none;
}
.bdoc {
    overflow: visible;
}
.bottom {
    overflow: visible;
    height:100%;
}
.right {
    width: 100%;
}
html, body {
    background:none;
    margin:0;
    padding:0;
}
.bottom {
    height:100%;
    background:none;
}
.a4 {
    margin: 0;
    box-shadow: none;
    padding:0;
}
.imb {
    width:100%;
    bottom: 0px;

}
}