* {
    margin: 0;
}

body {
    margin: 0;
    styleName: Heading -H1;
    font-family: Tahoma, serif ;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    background-color: #ffffff;
}

#nav_menu ul {
    list-style: none;
}

#hmenu {
    background-color: #0d1644;
    border-bottom: 3px #aada34 solid;
    height: 37px;
}

#hmenu li {
    display: inline-block;
}

#hmenu li a:hover {
    border-bottom: 6px #0d1644 solid;
}

li {
    list-style-type: none;
    width: 15%;
    margin-left: 22px;
    text-align: center;
}

ul {
    padding: 0;
}

.add-print-result {
    margin-left: 300px;
    color: #aada34;
}

.add-suministros {
    margin: 5px;
    grid-column-start: suministros;
    grid-column-end: suministros;
}

.add-Empresa {
    display: grid;
    column-gap: 1px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.button-2 {
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-color: #aada34;
    width: 80%;
    height: 90px;
    border: 20px #aada34 solid;
    font-size: 20px;
    color: white;
    text-align: end;
    border-radius: 4px;
    margin: 12px;
}

.button-2:hover {
    background-color: #0d1644;
    color: #aada34;
}

.button {
    margin-right: 6px;
    margin-top: 12px;
    width: auto;
    float: right;
    color: white;
    font-size: 20px;
    background-color: #aada34;
    border: 5px #aada34 solid;
    padding: 2px;
    border-radius: 8px;
}

.button-select {
    margin-right: 6px;
    margin-top: 12px;
    width: auto;
    float: right;
    color: white;
    font-size: 20px;
    background-color: #0d1644;
    border: 5px #0d1644 solid;
    padding: 2px;
    border-radius: 8px;
}

.button-selec {
    float: left;
    width: 25%;
    color: white;
    font-size: 14px;
    background-color: #aada34;
    border: 5px #aada34 solid;
    padding: 3px;
    border-radius: 8px;
    margin-right: 12px;
}

.company_table {
    background-color: #aada34;
    color: white;
    padding-top: 32px;
}

.contents {
    width: 250px;
}

.container {
    display: grid;
    grid-template-areas: "headere headers headers"
                         "asides content-s content-s"
                         "tables tables tables";
    grid-template-columns: minmax(180px, 20%);
    grid-template-rows: 80px;
}

.container .headers {
    text-align: center;
    background-color: #aada34;
    opacity: 1;
    grid-column-start: headere;
    grid-column-end: headere;
}

.container .header {
    opacity: 1;
    grid-column-start: headers;
    grid-column-end: headers;
}

.container .asides {
    font-size: 12px;
    background: #0d1644;
    text-align: center;
    grid-row-start: asides;
    grid-row-end: asides;
    margin: 0;
}

.container .content {
    background-color: #ffffff;
    border-color: #aada34;
    grid-column: content-s;
    grid-row: content-s;
}

.container .companyTable {
    display: grid;
    grid-column-start: tables;
    grid-column-end: tables;
}

.campo {
    display: grid;
    gap: 20px;
    grid-template-areas: "form""result";
}

.campo .form-company {
    display: grid;
    gap: 20px;
    grid-column-start: form;
    grid-column-end: form;
}

.campo .result_company {
    gap: 20px;
    display: grid;
    grid-column-start: result;
    grid-column-end: result;
}

.space {
    margin: 20px 20% 0 20%;
}

.header {
    border-bottom: 2px #0d1644 solid;
}

.company {
    margin: 10%;
}

.container_printer {
    text-align: center;
    padding: 12px;
    margin: 20px;
    display: block;
}

.create-user {
    text-align: center;
    margin: 7%;
    display: grid;
    grid-row-gap: 20px;
    grid-template-areas: "menu menu" "form form";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50px 1fr;
}

.container-login {
    width: 290px;
    padding: 20px 50px 50px 50px;
    margin: 0 auto;
    text-align: center;
}

.closed-inf {
    width: 20px;
    margin: 20px;
}

.design {
    width: 29px;
    margin-right: 9%;
    background-color: #aada34;
    padding: 4px;
    box-shadow: 2px 4px 3px #4e555b;
}

.none {
    margin-top: 12px;
}

.menu {
    display: flex;
    margin: 0;
}

.centeres {
    display: grid;
    grid-column-start: centeres;
    grid-column-end: centeres;
    background-color: white;
    color: #0d1644;
    height: 40px;
}

.centere {
    display: grid;
    background-color: white;
    color: #0d1644;
}

.flex {
    float: right;
    width: 48%;
    height: 30px;
    min-width: 200px;
    font-size: 16px;
}

.float_closed {
    padding: 1%;
    background-color: #aada34;
    width: 20%;
    text-align: center;
    margin-left: 20%;
    color: white;
    text-decoration: none;
}

.float_closed_report{
    padding: 1%;
    background-color: #aada34;
    width: 20%;
    text-align: center;
    margin-left: 20%;
    color: white;
    text-decoration: none;
    float: right;
}

.User_line {
    width: 100%;
}

.form-printer {
    background-color: #aada34;
}

.header-h3 {
    font-size: 20px;
    text-align: left;
    font-family: Tahoma, serif ;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}

.header {
    color: #aada34;
    display: grid;
    grid-template-areas: " centeres"" centere";
}

.header-admin {
    width: 100%;
    height: 110px;
    background-color: #aada34;
}

.image-input {
    width: 24px;
    height: 28px;
    padding: 2px;
    background-color: #aada34;
    border-radius: 5px;
}

.logo {
    background-color: #aada34;
    padding: 15px 5% 15px 5%;
    width: 65%;
    min-width: 80px;
    grid-column-start: logo;
    grid-column-end: logo;
}

.logo-1 {

    width: 150px;
    background-color: #aada34;
    padding: 19px 40px 19px 40px;
}

.logo-2{
    width: 150px;
    background-color: #aada34;
    padding: 40px 40px 40px 40px;
}

.length {
    width: 220px;
    margin-left: 20px;
    margin-top: 12px;
}

.list-print {
    margin: 20px;
}

.list-print {
    text-align: center;
    margin: 7%;
    display: grid;
    grid-row-gap: 20px;
    grid-template-areas: "print supplies";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1px;
}

.list-printer {
    margin: 20px;
    grid-column-start: print;
    grid-column-end: print;
}

.list-print .form-supplies {
    margin: 20px;
    grid-column-start: supplies;
    grid-column-end: supplies;
}

.list_user {
    margin: 12px;
    justify-self: center;
    text-align: right;
    float: right;
    color: white;
    text-decoration: none;
}

.create-user .form-company {
    margin-top: 20px;
    text-align: left;
    grid-column-start: form;
    grid-column-end: form;
}

.header-1 {
    margin: 0 auto;
    height: 57px;
    float: left;
}

.order {
    border: 12px;
    background-color: #f4f4f4;
    text-align: center;
    color: #245484;
}

.orders {
    border: 12px;
    background-color: #245484;
    text-align: center;
    color: white;
}

.position {
    text-align: left;
    margin-bottom: 12px;
    font-size: 22px;
    color: #0d1644;
}

.distance {
    padding: 0 0 0 12px;

    margin: 0;
    height: 22px;
    border: #aada34 2px solid;
}

.report_case {
    margin: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.report_list {
    padding: 8px;
    text-align: center;
    background-color: #008800;
}

.sub-title {
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0;
    color: #aada34;
    opacity: 1;
}


.sub_title_company {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0;
    color: #aada34;
    opacity: 1;
}

.tittle_end {
    font-size: 12px;
    margin: 5px;
    left: 12px;
    padding: 1px 1px 1px 18px;
    width: 50px;
}

.sub_title_left_company {
    margin-top: 20px;
    text-align: left;
    letter-spacing: 0;
    color: #0d1644;
    margin-left: 25px;
}

.sub_title_company:hover {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0;
    color: #0d1644;
    opacity: 1;
}

.style-title {
    background-color: #0d1644;
    color: #F4F4F4;
}

.User_line {
    width: 62%;
    padding: 7px;

}

@media only screen and (max-width: 600px) {
    .none {
        display: none;
    }

    .logo {
        background-color: #aada34;
        margin: 8% 0 8% 0;
        padding: 15px 5% 15px 5%;
        width: 65%;
        min-width: 80px;
        grid-column-start: logo;
        grid-column-end: logo;
    }

}

.menu {
    color: white;
    text-decoration: none;
    font-family: Tahoma, serif ;
}

.form_submit {
    width: 50%;
    margin: auto;
    padding: 5% 10% 5% 10%;
}

.form_input {
    border: 2px #BDBDBD solid;
    background-color: transparent;
    height: 50px;
    width: 100%;
    color: #9B9B9B;
    padding: 0;
    font-size: 16px;
    margin: 0 0 12px 0;
}

.form_inputs {
    border: 0 solid;
    background-color: transparent;
    width: 100%;
    color: #9B9B9B;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 12px;
}

.form_checkbox {
    border: 2px #BDBDBD solid;
    background-color: transparent;
    width: 30px;
    padding: 12px;
    color: #9B9B9B;
    size: 20px;
    font-size: 16px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}

table {
    text-align: center;
    border-spacing: 0;
}

td.first {
    color: #4F4F4F;
    height: 50px;
}

table, td {
    margin: 2%;
}

col {
    padding: 20px;
}

th {
    background-color: #0d1644;
    color: white;
    padding: 12px 2px 12px 2px;
}

tr:hover {
    background-color: #f5f5f5
}

tr:nth-child(even) {
    background-color: #E0E0E0;
}

.total td {
    background-color: #5fff00;
    font-weight: bold;
}

@media screen and (max-width: 590px) {
    table {
        width: 100%;
    }

    .space {
        margin: 20px 0 0 0;
    }

    thead {
        display: none;
    }

    tr:nth-of-type(2n) {
        background-color: inherit;
    }

    tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }

    tbody td {
        display: block;
        text-align: center;
    }

    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }

    td.first {
        color: #4F4F4F;
        height: 10px;
    }

    th {
        display: none;
    }
}

/*login configuracion update*/

.Login_logo {
    padding: 10px 10% 10px 20px;
    width: 17%;
    min-width: 120px;
    grid-column-start: logo;
    grid-column-end: logo;
}

.login_hr {
    margin-right: 30px;
    margin-left: 30px;
    border: #aada34 1px solid;
}

.Login_position {

    text-align: left;
    margin-bottom: 12px;
    font-size: 24px;
    color: #9B9B9B;
}

.Login_background {
    background-image: url("../img/fondo.jpg");
    height: 600px;
    background-size: 100vw 100vh;
    background-attachment: fixed;
    background-color: #aada34;
}

.login_button {
    margin-right: 5%;
    font-size: 15px;
    background-color: #0d1644;
    color: #9B9B9B;
    float: right;
    border-radius: 7px;
    width: 23%;
    padding: 12px;
}

.Login_input {
    border: 2px #aada34 solid;
    background-color: transparent;
    height: 50px;
    width: 100%;
    color: #9B9B9B;
    padding-left: 20px;
    font-size: 16px;
}

.login_sub_title {
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0px;
    color: #aada34;
    opacity: 1;
}

/*Aside*/

#button-menu {
    margin-top: 30px;
    text-align: left;
}

.menu_aside {
    float: left;
    width: 30px;
    box-shadow: 2px 4px 3px 2px #4e555b;
    padding: 3px;
    border-radius: 3px;
}

.menu_aside:hover {
    box-shadow: 2px 2px 2px #aada34;
}

.tittle {
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-family: Tahoma, serif ;
    margin-left: 12px;
}
.tittle_aside {
    font-size: 17px;
    color: white;
    text-decoration: none;
    font-family: Tahoma, serif ;
    margin-left: 12px;
}

.li_aside {
    width: 90%;
    text-align: left;
}

.menu_size {
    font-size: 15px;
    text-align: left;
    margin-left: 50px;
    color: #5E6366;
}
.Color_AADA34{
    color: #aada34;
}
.select{
    width: 48%;
    height: 32px;
}