/* CSS Document */
<style>
*  {margin-left:5px;}

  body {
    background-color: rgba(222,222,222,1.00);
    font-family: "Myriad Pro";
    margin-top: 20px;
}
.container {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
body header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: flex;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;


}
hr   {
    height: 1px;
    width: 90%;
    display: block;
    background-color: rgba(0,0,0,1.00);



}
h3 {
    color: rgba(0,0,0,1.00);
    font-size: 32px;
    font-weight: bold;
    /* [disabled]flex: 6; */
    margin-bottom: 20px;
    margin-top: 5px;
}
h4 {
    color: rgba(0,0,0,1.00);
    font-size: 24px;
    font-weight: bold;
    /* [disabled]flex: 6; */
    margin-bottom: 20px;
    margin-top: 5px;
}
tr th .far.fa-check-square {
    padding: 0px;
    margin: 0px;
}




.cliente {
    font-size: 40px;
    margin-left: 20px;
    border-left: 2px solid rgba(0,0,0,1.00);
    padding-left: 20px;
}
.tabla {
    display: flex;
    justify-content: center;
}
form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;

}





table#t01 {
    border-collapse: separate;
    width: 100%;
    font-family: "Myriad Pro";
    font-size: 18px;
    padding-top: 0px;
}
.input-ckbx {
    width: 20px;
    height: 20px;
}
.btn-procesar {
    font-family: "Myriad Pro";
    font-size: 20px;
    border-radius: 10px;
    margin: 20px 0px;
    background-color: rgba(255,255,255,1.00);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.btn-procesar2 {
    font-family: "Myriad Pro";
    font-size: 10px;
    border-radius: 5px;
    margin: 20px 0px;
    background-color: rgba(255,255,255,1.00);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.btn-confirmar {
    font-family: "Myriad Pro";
    font-size: 20px;
    border-radius: 10px;
    margin: 20px 0px;
    background-color: rgba(151,212,148,1.00);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgba(255,255,255,1.00);
}
.btn-salir {
    font-family: "Myriad Pro";
    font-size: 20px;
    border-radius: 10px;
    margin: 20px 0px;
    background-color: rgba(244,96,98,1.00);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgba(255,255,255,1.00);
}
.link-subir {
    color: rgba(6,60,78,1.00);
    font-size: 25px;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 3%;
    border-radius: 10px;
    border: 2px solid rgba(6,60,78,1.00);
    background-color: rgba(222,222,222,1.00);
}
.link-bajar {
    color: rgba(6,60,78,1.00);
    font-size: 25px;
    z-index: 999;
    position: fixed;
    right: 75px;
    bottom: 3%;
    border-radius: 10px;
    border: 2px solid rgba(6,60,78,1.00);
    background-color: rgba(222,222,222,1.00);
}
.link-back {
    color: rgba(6,60,78,1.00);
    font-size: 25px;
    z-index: 999;
    position: fixed;
    right: 130px;
    bottom: 3%;
    border-radius: 10px;
    border: 2px solid rgba(6,60,78,1.00);
    background-color: rgba(222,222,222,1.00);
}
.link-back-solo {
    color: rgba(6,60,78,1.00);
    font-size: 25px;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 3%;
    border-radius: 10px;
    border: 2px solid rgba(6,60,78,1.00);
    background-color: rgba(222,222,222,1.00);
}




table#t01 th {
    color: white;
    background-color: rgba(6,60,78,1.00);
    text-align: center;
    /* [disabled]padding-left: 10px; */
    font-size: 24px;
    font-weight: 500;
}  

table#t01 tr {
    height: 56px;
    font-weight: 200;
}
#t01 tr td {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 10px;
    text-align: center;
    /* [disabled]width: 25%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}


table#t01 tr:nth-child(even) {
    background-color: #0D7DA1;
    color: rgba(255,255,255,1.00);
}
table#t01 tr:nth-child(odd)  {
    background-color: #10A0CD;
    color: rgba(255,255,255,1.00);
}
.menu-link.menu-salir {
    background-color: rgba(244,96,98,1.00);
    font-weight: bold;
}
.container .menu .menu-link.dropdown.back {


}







</style>

@media (max-width:450px){
}

@media (max-width:450px){
body header {
    display: flex;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
}
.logo {
    margin-bottom: 10px;
    display: flex;
    flex: row;
    margin-left: auto;
    margin-right: auto;



}
.cliente {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
h3 {
    color: rgba(0,0,0,1.00);
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
h4 {
    color: rgba(0,0,0,1.00);
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
hr {
    height: 1px;
    width: 90%;
    display: block;
    /* [disabled]border-width: none; */
    background-color: rgba(0,0,0,1.00);



}
table#t01 th {
    color: white;
    background-color: rgba(6,60,78,1.00);
    text-align: center;
    /* [disabled]padding-left: 10px; */
    font-size: 20px;
    font-weight: 500;
}
table#t01 {
    border-collapse: separate;
    width: 100%;
    font-family: "Myriad Pro";
    font-size: 16px;
    padding-top: 0px;
}
.menu {
    display: flex;
    /* [disabled]width: 100%; */
    flex-wrap: wrap;
}
.menu-link {
    flex: 3;
    text-align: center;
    background-color: rgba(222,222,222,1.00);
    color: rgba(0,0,0,1.00);
    border: 2px solid black;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
}
.cliente {
    font-size: 32px;
    margin-left: 20px;
    border-left: 2px solid rgba(0,0,0,1.00);
    padding-left: 20px;
}
















}

@media (min-width:451px){
}

a {
    text-decoration: underline;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    padding-left: 10px;
    color: rgba(255,255,255,1.00);
}


.logo img {
    width: 100%;
    max-width: 150px;
}

.menu {
    display: flex;
    /* [disabled]width: 100%; */
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}


.menu-link {
    /* [disabled]flex: 1; */
    text-align: center;
    background-color: rgba(222,222,222,1.00);
    color: rgba(0,0,0,1.00);
    border: 2px solid black;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
}
#bottom {
    height: 60px;
    position: relative;
}
.dropdown-content {
    position: absolute;
    border: 2px solid black;
    background-color: rgba(222,222,222,1.00);
    border-radius: 10px;
    display: none;
    margin-top: 48px;
    margin-left: 4px;
    /* [disabled]width: 200px; */
    overflow: auto;
}
.dropdown  {
    font-family: "Myriad Pro";
    font-weight: bold;
    cursor: pointer;
}



.dropdown-item {
    display: block;
    padding: 10px;
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}

.show {
    display: block;
}
