.mygreenrow {
    color: #0b9512
}

.myredrow {
    color: #E53030;
}

td a {
    color: darkblue;
}

td a:hover {
    color: red;

}

.total-seleccionados {   
   font-size: 18px;
  font-weight: bold;
  color: #1a9c3c;
  background: linear-gradient(145deg, #e6ffe6 0%, #b6f5c9 100%);
  border-radius: 12px;
  box-shadow:
    0 2px 6px 0 rgba(26, 156, 60, 0.13),
    0 1px 0 #fff inset,
    0 1px 4px 0 #b6f5c9 inset;
  padding: 7px 0;
  margin: 8px 0 10px 0;
  text-align: center;
  letter-spacing: 0.5px;
    text-shadow:
    1px 1px 0 #b6f5c9,
    2px 2px 1px #b6f5c9,
    3px 3px 2px #b6f5c9,
    1px 2px 2px #b6f5c9,
    0 1px 0 #fff;
  font-family: 'Segoe UI', 'Arial', sans-serif;

}
.total-seleccionados-devuelta {   
  font-size: 18px;
  font-weight: bold;
  color: #0b0ec7;
  background: linear-gradient(145deg, #ffe6e6 0%, #f5b6b6 100%);
  border-radius: 12px;
  box-shadow:
    0 2px 6px 0 rgba(184, 26, 26, 0.13),
    0 1px 0 #fff inset,
    0 1px 4px 0 #f5b6b6 inset;
  padding: 7px 0;
  margin: 8px 0 10px 0;
  text-align: center;
  letter-spacing: 0.5px;
  text-shadow:
    1px 1px 0 #f5b6b6,
    2px 2px 1px #f5b6b6,
    3px 3px 2px #f5b6b6,
    1px 2px 2px #f5b6b6,
    0 1px 0 #fff;
  font-family: 'Segoe UI', 'Arial', sans-serif;
}


@font-face {
    font-family: myFirstFont;
    src: url(MTCORSVA.woff);
}

#header {
    font-family: myFirstFont;
    font-weight: bold;
    font-size: 25px;
}

#loginform {
    margin: 150px auto;
    width: 280px;
}

#loginform span {
    width: 100px;
    display: inline-block;
}

#ac span {
    width: 95px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 12px;
    padding-right: 10px;
}

select {
    border: 1px solid #999;
    background: #EEEEEE;
    padding: 5px 10px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
}

.qwe {
    width: 246px;
    margin: auto;
}

input {
    border: 1px solid #999;
    background: #EEEEEE;
    padding: 10px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
}

#btn {
    width: 100px;
    background: green;
    border: 1px solid #999;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}

#maintable {
    margin: 50px auto;
    width: 900px;
}

button a,
a:hover {
    color: #fff;
    text-decoration: none;
}


#filter {
    width: 70%;
    float: left;
}

#addd {
    border: 1px solid #999;
    background: #EEEEEE;
    padding: 5px 10px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    width: 25%;
    display: inline-block;
    float: right;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

#cccc {
    border: 1px solid #999;
    background: #EEEEEE;
    padding: 5px 10px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.clearfix {
    clear: both;
}

#resultTable {
    border-collapse: separate;
    background-color: #FFFFFF;
    border-spacing: 0;
    max-width: 100%;
}

#resultTable {
    color: #666666;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
    border: 1px solid #999999;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
    margin-top: 13px;
}

#resultTable thead tr th {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #222222;
    padding: 10px 14px;
    text-align: left;
    border-top: 0 none;
    font-size: 13px;
}

#resultTable tbody tr td {
    font: bold 13px 'Arial';

    text-align: left;
    padding: 10px 14px;
    border-top: 1px solid #999999;
}

#resultTable td {
    padding: 7px;
    border: #4e95f4 1px solid;
}

#resultTable tr {
    background: #fff;
}

#resultTable tr:hover {
    background-color: #ffff99;
}


#mainmain {
    margin: 50px auto;
    text-align: center;
    width: 980px;
}

#mainmain a {
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 60px;
    margin: 10px;
    box-shadow: 0 3px 10px -3px #731010;
    -moz-box-shadow: 0 3px 10px -3px #731010;
    -webkit-box-shadow: 0 3px 10px -3px #731010;
    /*
	border:1px solid #000;
	background: #fff;
	height: 85px;
*/
    color: #222222;
    font-size: 20px;
    display: inline-block;
    width: 155px;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    -webkit-transform: rotateX(20deg);
}

#mainmain a:hover {
    background-image: linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -o-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(79, 142, 191)),
            color-stop(1, rgb(102, 166, 214)));
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#mainmain a:active {
    background-image: linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(88, 154, 204)),
            color-stop(1, rgb(90, 150, 199)));

    -webkit-transform: translate(0, 4px) rotateX(20deg);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

body {

    -webkit-perspective: 400;
}

.button3DBlue {
    margin-top: 8px;
    width: 250px;
    height: 42px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    font-size: 21px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(73, 132, 180)),
            color-stop(1, rgb(97, 155, 203)));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    -webkit-transform: rotateX(20deg);

}

.button3DBlue:hover {
    background-image: linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -o-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(79, 142, 191)),
            color-stop(1, rgb(102, 166, 214)));
}

.button3DBlue:active {
    background-image: linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(88, 154, 204)),
            color-stop(1, rgb(90, 150, 199)));

    -webkit-transform: translate(0, 4px) rotateX(20deg);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
}


.button3DBluev {

    margin-right: 70px;
    width: 170px;
    height: 35px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    font-size: 21px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73, 132, 180) 0%, rgb(97, 155, 203) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(73, 132, 180)),
            color-stop(1, rgb(97, 155, 203)));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    -webkit-transform: rotateX(20deg);

}

.button3DBluev:hover {
    background-image: linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -o-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(79, 142, 191) 0%, rgb(102, 166, 214) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(79, 142, 191)),
            color-stop(1, rgb(102, 166, 214)));
}

.button3DBluev:active {
    background-image: linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88, 154, 204) 0%, rgb(90, 150, 199) 100%);

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(88, 154, 204)),
            color-stop(1, rgb(90, 150, 199)));

    -webkit-transform: translate(0, 4px) rotateX(20deg);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

* {
    box-sizing: border-box;
}

body {
    padding-top: 0 !important;
    margin: 0;
    background: #eaedf1;
    font-family: 'Lato', sans-serif;
}

.header {
    background: white;
    padding: 30px;
    text-align: center;
}

.header h1 {
    font-weight: 300;
    display: inline;
}

h2 {
    color: #89867e;
    text-align: center;
    font-weight: 300;
}

.color {
    width: 350px;
    margin: 0 auto;
}

.color li {
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
}

.color .red {
    background: #fa5a5a;
}

.color .yellow {
    background: #f0d264;
}

.color .green {
    background: #82c8a0;
}

.color .cyan {
    background: #7fccde;
}

.color .blue {
    background: #6698cb;
}

.color .purple {
    background: #cb99c5;
}

.content,
.content-gradient,
.content-3d {
    margin: 00px auto;
}

.content {
    width: 80%;
    max-width: 700px;
}

.content-3d {
    width: 50%;
    max-width: 300px;
}

pre {
    width: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.72);
    color: #f8f8f2;
    border-radius: 0 0 4px 4px;
    margin-top: 20px;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

pre .bt {
    color: #f8f8f2;
}

/* <> */
pre .anc {
    color: #f92672;
}

/* anchor tag */
pre .att {
    color: #a6a926;
}

/* attribute */
pre .val {
    color: #e6db74;
}

/* value */

.btn-container,
.container {
    background-color: white;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 40px;
}

.container h2 {
    padding-top: 30px;
    font-weight: 300;
}


.btn-gradient {
    margin: 5px;
}

a[class*="btn"] {
    text-decoration: none;
}

input[class*="btn"],
button[class*="btn"] {
    border: 0;
}

/* Here you can change the button sizes */
.btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-blue {
    background: #108FE8;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px #0d72b8 inset, 0 5px 5px rgba(3, 25, 41, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
    display: inline-block;
    height: 3vw;
    width: 3vw;
}

.btn-blue:hover {
    background: #0080FF;
    box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset;
}

.btn-red {
    background: #E53030;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px #c91919 inset, 0 5px 5px rgba(65, 8, 8, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3vw;
    width: 3vw;
}

.btn-red:hover {
    background: #0080FF;
    box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset;
}

.btn-green {
    background: #0EC518;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px #0b9512 inset, 0 5px 5px rgba(0, 7, 1, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3vw;
    width: 3vw;
}

.btn-green:hover {
    background: #0080FF;
    box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset;
}

.btn-green-tb {
    background: #0EC518;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px #0b9512 inset, 0 5px 5px rgba(0, 7, 1, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3vw;
    width: 3vw;
}

.btn-green-tb:hover {
    background: #0080FF;
    box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset;
}

.btn-yellow {
    background: #FFC334;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px #ffb401 inset, 0 5px 5px rgba(103, 73, 0, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3vw;
    width: 3vw;
}

.btn-gray {
    background: Gray;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px DarkGray inset, 0 5px 5px rgba(0, 7, 1, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3vw;
    width: 3vw;
}

.btn-yellow:hover {
    background: #0080FF;
    box-shadow: 0 -2px 0 3px #1a1a1a inset, 0 5px 5px rgba(0, 0, 0, 0.17), 0 15px rgba(255, 255, 255, 0.32) inset;
}

.bi-plus-circle::before {
    margin-top: 7px;
}

.bi-pencil-square::before {
    margin-top: 7px;
}

.bi-printer::before {
    margin-top: 7px;
}

.bi-cloud-fog2::before {
    margin-top: 7px;
}

.bi-cloud-fog::before {
    margin-top: 7px;
}

.bi-asterisk::before {
    margin-top: 7px;
}

.bi-x-square-fill::before {
    margin-top: 7px;
}

.bi-x::before {
    margin-top: 7px;
}

.bi-x-lg::before {
    margin-top: 7px;
}

.bi-cloud-fog-fill::before {
    margin-top: 7px;
}

.btn.large,
.btn-two.large,
.btn-effect.large {
    padding: 20px 40px;
    font-size: 22px;
}

.btn.small,
.btn-two.small,
.btn-gradient.small,
.btn-effect.small {
    padding: 8px 18px;
    font-size: 14px;
}

.btn.mini,
.btn-two.mini,
.btn-gradient.mini,
.btn-effect.mini {
    padding: 4px 12px;
    font-size: 12px;
}

.btn.block,
.btn-two.block,
.btn-gradient.block,
.btn-effect.block {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-gradient.large {
    padding: 15px 45px;
    font-size: 22px;
}

/* Colors for .btn and .btn-two */
.btn.blue,
.btn-two.blue {
    background-color: #7fb1bf;
}

.btn.green,
.btn-two.green {
    background-color: #9abf7f;
}

.btn.red,
.btn-two.red {
    background-color: #fa5a5a;
}

.btn.purple,
.btn-two.purple {
    background-color: #cb99c5;
}

.btn.cyan,
.btn-two.cyan {
    background-color: #7fccde;
}

.btn.yellow,
.btn-two.yellow {
    background-color: #f0d264;
}

.rounded {
    border-radius: 10px;
}

/* default button style */
.btn {
    position: relative;
    border: 0;
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    color: white;
    border-radius: 10px;
}

.btn:active {
    top: 4px;
}

/* color classes for .btn */
.btn.blue {
    box-shadow: 0px 4px #74a3b0;
}

.btn.blue:active {
    box-shadow: 0 0 #74a3b0;
    background-color: #709CA8;
}

.btn.green {
    box-shadow: 0px 4px 0px #87a86f;
}

.btn.green:active {
    box-shadow: 0 0 #87a86f;
    background-color: #87a86f;
}

.btn.red {
    box-shadow: 0px 4px 0px #E04342;
}

.btn.red:active {
    box-shadow: 0 0 #ff4c4b;
    background-color: #ff4c4b;
}

.btn.purple {
    box-shadow: 0px 4px 0px #AD83A8;
}

.btn.purple:active {
    box-shadow: 0 0 #BA8CB5;
    background-color: #BA8CB5;
}

.btn.cyan {
    box-shadow: 0px 4px 0px #73B9C9;
}

.btn.cyan:active {
    box-shadow: 0 0 #73B9C9;
    background-color: #70B4C4;
}

.btn.yellow {
    box-shadow: 0px 4px 0px #D1B757;
}

.btn.yellow:active {
    box-shadow: 0 0 #ff4c4b;
    background-color: #D6BB59;
}

/* Enlaces */
.form-enlace-breadcrumb {
    text-decoration: none;
    color: #999999;
}

.form-enlace-breadcrumb:hover {
    color: #005580;
}

/* Button two - I have no creativity for names */
.btn-two {
    color: white;
    padding: 15px 25px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.21);
    border-bottom-color: rgba(0, 0, 0, 0.34);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.34) inset,
        0 2px 0 -1px rgba(0, 0, 0, 0.13),
        0 3px 0 -1px rgba(0, 0, 0, 0.08),
        0 3px 13px -1px rgba(0, 0, 0, 0.21);
}

.btn-two:active {
    top: 1px;
    border-color: rgba(0, 0, 0, 0.34) rgba(0, 0, 0, 0.21) rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.89), 0 1px rgba(0, 0, 0, 0.05) inset;
    position: relative;
}

/* 3D Button */
.btn-3d {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: white;
    margin: 20px 10px 10px;
    border-radius: 6px;
    text-align: center;
    transition: top .01s linear;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-3d.red:hover {
    background-color: #e74c3c;
}

.btn-3d.blue:hover {
    background-color: #699DD1;
}

.btn-3d.green:hover {
    background-color: #80C49D;
}

.btn-3d.purple:hover {
    background-color: #D19ECB;
}

.btn-3d.yellow:hover {
    background-color: #F0D264;
}

.btn-3d.cyan:hover {
    background-color: #82D1E3;
}

.btn-3d:active {
    top: 9px;
}

/* 3D button colors */
.btn-3d.red {
    background-color: #e74c3c;
    box-shadow: 0 0 0 1px #c63702 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 8px 0 0 #C24032,
        0 8px 0 1px rgba(0, 0, 0, 0.4),
        0 8px 8px 1px rgba(0, 0, 0, 0.5);
}

.btn-3d.red:active {
    box-shadow: 0 0 0 1px #c63702 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 0 0 1px rgba(0, 0, 0, 0.4);
}

.btn-3d.blue {
    background-color: #6DA2D9;
    box-shadow: 0 0 0 1px #6698cb inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 8px 0 0 rgba(110, 164, 219, .7),
        0 8px 0 1px rgba(0, 0, 0, .4),
        0 8px 8px 1px rgba(0, 0, 0, 0.5);
}

.btn-3d.blue:active {
    box-shadow: 0 0 0 1px #6191C2 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 0 0 1px rgba(0, 0, 0, 0.4);
}

.btn-3d.green {
    background-color: #82c8a0;
    box-shadow: 0 0 0 1px #82c8a0 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 8px 0 0 rgba(126, 194, 155, .7),
        0 8px 0 1px rgba(0, 0, 0, .4),
        0 8px 8px 1px rgba(0, 0, 0, 0.5);
    width: auto;
    height: 75px;
    display: flex;
    align-items: center;
}

.btn-3d.green:active {
    box-shadow: 0 0 0 1px #82c8a0 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 0 0 1px rgba(0, 0, 0, 0.4);
}

.btn-3d.purple {
    background-color: #cb99c5;
    box-shadow: 0 0 0 1px #cb99c5 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 8px 0 0 rgba(189, 142, 183, .7),
        0 8px 0 1px rgba(0, 0, 0, .4),
        0 8px 8px 1px rgba(0, 0, 0, 0.5);
}

.btn-3d.purple:active {
    box-shadow: 0 0 0 1px #cb99c5 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 0 0 1px rgba(0, 0, 0, 0.4);
}

.btn-3d.cyan {
    background-color: #7fccde;
    box-shadow: 0 0 0 1px #7fccde inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 8px 0 0 rgba(102, 164, 178, .6),
        0 8px 0 1px rgba(0, 0, 0, .4),
        0 8px 8px 1px rgba(0, 0, 0, 0.5);
}

.btn-3d.cyan:active {
    box-shadow: 0 0 0 1px #7fccde inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 0 0 1px rgba(0, 0, 0, 0.4);
}

.btn-3d.yellow {
    background-color: #F0D264;
    box-shadow: 0 0 0 1px #F0D264 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 8px 0 0 rgba(196, 172, 83, .7),
        0 8px 0 1px rgba(0, 0, 0, .4),
        0 8px 8px 1px rgba(0, 0, 0, 0.5);
}

.btn-3d.yellow:active {
    box-shadow: 0 0 0 1px #F0D264 inset,
        0 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 0 0 1px rgba(0, 0, 0, 0.4);
}

/* Gradient buttons */
.btn-gradient {
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.21);
    border-bottom: 4px solid rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* Gradient - ugly css is ugly */
.btn-gradient.cyan {
    background: rgba(27, 188, 194, 1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27, 188, 194, 1)), to(rgba(24, 163, 168, 1)));
    background: -webkit-linear-gradient(rgba(27, 188, 194, 1) 0%, rgba(24, 163, 168, 1) 100%);
    background: -moz-linear-gradient(rgba(27, 188, 194, 1) 0%, rgba(24, 163, 168, 1) 100%);
    background: -o-linear-gradient(rgba(27, 188, 194, 1) 0%, rgba(24, 163, 168, 1) 100%);
    background: linear-gradient(rgba(27, 188, 194, 1) 0%, rgba(24, 163, 168, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2', endColorstr='#18a3a8', GradientType=0);
}

.btn-gradient.red {
    background: rgba(250, 90, 90, 1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250, 90, 90, 1)), to(rgba(232, 81, 81, 1)));
    background: -webkit-linear-gradient(rgba(250, 90, 90, 1) 0%, rgba(232, 81, 81, 1) 100%);
    background: -moz-linear-gradient(rgba(250, 90, 90, 1) 0%, rgba(232, 81, 81, 1) 100%);
    background: -o-linear-gradient(rgba(250, 90, 90, 1) 0%, rgba(232, 81, 81, 1) 100%);
    background: linear-gradient(rgba(250, 90, 90, 1) 0%, rgba(232, 81, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0);
}

.btn-gradient.orange {
    background: rgba(255, 105, 30, 1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 105, 30, 1)), to(rgba(230, 95, 28, 1)));
    background: -webkit-linear-gradient(rgba(255, 105, 30, 1) 0%, rgba(230, 95, 28, 1) 100%);
    background: -moz-linear-gradient(rgba(255, 105, 30, 1) 0%, rgba(230, 95, 28, 1) 100%);
    background: -o-linear-gradient(rgba(255, 105, 30, 1) 0%, rgba(230, 95, 28, 1) 100%);
    background: linear-gradient(rgba(255, 105, 30, 1) 0%, rgba(230, 95, 28, 1) 100%);
}

.btn-gradient.blue {
    background: rgba(102, 152, 203, 1);
    background: -moz-linear-gradient(top, rgba(102, 152, 203, 1) 0%, rgba(92, 138, 184, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 152, 203, 1)), color-stop(100%, rgba(92, 138, 184, 1)));
    background: -webkit-linear-gradient(top, rgba(102, 152, 203, 1) 0%, rgba(92, 138, 184, 1) 100%);
    background: -o-linear-gradient(top, rgba(102, 152, 203, 1) 0%, rgba(92, 138, 184, 1) 100%);
    background: -ms-linear-gradient(top, rgba(102, 152, 203, 1) 0%, rgba(92, 138, 184, 1) 100%);
    background: linear-gradient(to bottom, rgba(102, 152, 203, 1) 0%, rgba(92, 138, 184, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6698cb', endColorstr='#5c8ab8', GradientType=0);
}

.btn-gradient.purple {
    background: rgba(203, 153, 197, 1);
    background: -moz-linear-gradient(top, rgba(203, 153, 197, 1) 0%, rgba(181, 134, 176, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203, 153, 197, 1)), color-stop(100%, rgba(181, 134, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(203, 153, 197, 1) 0%, rgba(181, 134, 176, 1) 100%);
    background: -o-linear-gradient(top, rgba(203, 153, 197, 1) 0%, rgba(181, 134, 176, 1) 100%);
    background: -ms-linear-gradient(top, rgba(203, 153, 197, 1) 0%, rgba(181, 134, 176, 1) 100%);
    background: linear-gradient(to bottom, rgba(203, 153, 197, 1) 0%, rgba(181, 134, 176, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb99c5', endColorstr='#b586b0', GradientType=0);
}

.btn-gradient.yellow {
    background: rgba(240, 210, 100, 1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(240, 210, 100, 1)), to(rgba(229, 201, 96, 1)));
    background: -webkit-linear-gradient(rgba(240, 210, 100, 1) 0%, rgba(229, 201, 96, 1) 100%);
    background: -moz-linear-gradient(rgba(240, 210, 100, 1) 0%, rgba(229, 201, 96, 1) 100%);
    background: -o-linear-gradient(rgba(240, 210, 100, 1) 0%, rgba(229, 201, 96, 1) 100%);
    background: linear-gradient(rgba(240, 210, 100, 1) 0%, rgba(229, 201, 96, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0d264', endColorstr='#e5c960', GradientType=0);
}

.btn-gradient.green {
    background: rgba(130, 200, 160, 1);
    background: -moz-linear-gradient(top, rgba(130, 200, 160, 1) 0%, rgba(130, 199, 158, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130, 200, 160, 1)), color-stop(100%, rgba(130, 199, 158, 1)));
    background: -webkit-linear-gradient(top, rgba(130, 200, 160, 1) 0%, rgba(130, 199, 158, 1) 100%);
    background: -o-linear-gradient(top, rgba(130, 200, 160, 1) 0%, rgba(130, 199, 158, 1) 100%);
    background: -ms-linear-gradient(top, rgba(130, 200, 160, 1) 0%, rgba(130, 199, 158, 1) 100%);
    background: linear-gradient(to bottom, rgba(130, 200, 160, 1) 0%, rgba(124, 185, 149, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c8a0', endColorstr='#82c79e', GradientType=0);
}

.btn-gradient.red:active {
    background: #E35252;
}

.btn-gradient.orange:active {
    background: #E8601B;
}

.btn-gradient.cyan:active {
    background: #169499;
}

.btn-gradient.blue:active {
    background: #608FBF;
}

.btn-gradient.purple:active {
    background: #BD8EB7;
}

.btn-gradient.yellow:active {
    background: #DBC05B;
}

.icon-modules {
    width: 36px !important;
    height: 36px;
}

.crear-nuevo-en-modulo {
    float: left;
    display: flex;
    align-items: center;
}

.crear-nuevo-en-modulo a img {
    max-width: 35px;
    height: 35px;
}

.container-table {
    margin-top: -19px;
    margin-bottom: 21px;
}

.table-module {
    width: 100%;
    font-size: 14px;
}

.container-header-modulo {
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
}

.title-modulo {
    font: bold 44px 'Aleo';
    text-shadow: 1px 1px 25px #000;
    color: #fff;
}

.tamaño-contenedor-tarjetas {
    width: 100%;
    display: flex;
    justify-content: center
}

.container-table-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 30px 0 10px;
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 14px;
}

.container-table-formMC {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 30px 0 10px;
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 14px;
}

.contenedor-tarjetas {
    width: 98%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1px;
}

.contenedor-tarjetas a {
    width: 180px;
    height: 140px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 2px 4px 27px -9px rgba(0, 0, 0, 0.4);
    margin: 0 30px 25px 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #222222;
}

.contenedor-tarjetas a:hover {
    background-color: #5a99ca;
}

.contenedor-tarjetas a img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.tarjeta-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.form-container-section {
    display: flex;
    align-items: center;
    padding: 0 10px 12px 0;
    width: 50%;
}

.form-container-section.w-100 {
    width: 100%;
}

.form-container-section.w-33 {
    width: 33.3%;
}

.form-container-section.w-30 {
    width: 30%;
}

.form-container-section.w-25 {
    width: 25%;
}

.form-container-section.w-26 {
    width: 26%;
}

.form-container-section.w-20 {
    width: 20%;
}

.form-container-section.w-15 {
    width: 15%;
}

.form-container-section.w-10 {
    width: 10%;
}

.form-container-section.w-5 {
    width: 5%;
}

.form-label {
    flex-shrink: 0 !important;
    max-width: 50%;
    margin-right: 8px !important;
    color: #222222 !important;
    font-size: 16px !important;
    text-align: left !important;
}

.form-input {
    flex-grow: 1 !important;
    height: 30px !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: 2px 4px 27px -9px rgba(0, 0, 0, 0.2) !important;
    padding: 4px 8px !important;
    min-width: 10px !important;
}

.divider {
    width: 100%;
    border: 1px solid #dfdfdf;
    margin: 0 0 10px 0
}

.contentheader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentheader img {
    width: 64px;
    height: 64px;
}

#arbolContainer {
    display: flex;
    text-align: left;
    width: 70%;
    border: 1px solid #b0b0b0;
    border-radius: 14px;
    padding: 20px;
    margin: 0 10px 0 0;
    max-height: 300px;
    overflow-y: scroll;
}

ul,
#myUL {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

#myUL {
    position: relative;
    padding-left: 20px;
    text-align: left;
}

#myUL li span {
    width: auto !important;
}

.caret {
    cursor: pointer;
    user-select: none;
    display: inline;
    padding-left: 0;
}

.caret::before {
    content: "\1F4C1";
    display: inline-block;
    margin-right: 6px;
    transition: transform 0.3s;
}

.caret.rotate::before {
    content: "\1F4C2";
}

.nested {
    display: none;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.nested li {
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
}

.nested li::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: 20px;
    height: 1px;
    background-color: #ccc;
}

.active {
    display: block;
}

.icon-nivel1::before {
    content: "\1F4D8";
}

.icon-nivel2::before {
    content: "\1F4C1";
}

.icon-nivel3::before {
    content: "\1F4C1";
}

.icon-nivel4::before {
    content: "\1F4C4";
}

#myUL li,
#myUL li span,
.caret-container {
    border-top: none !important;
}

.containerCompanyInfo {
    display: flex;
    flex-direction: column;
    align-items: center
}

.containerImgCompany {
    width: auto;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerImgCompany img {
    max-width: 300px;
    height: 100%;
    object-fit: contain;
}

.titleCompany {
    font: bold 30px 'Aleo';
    color: #060934;
    margin: 15px 0 0 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3),
        -1px -1px 2px rgba(255, 255, 255, 0.8);
}

.divisor-editar-precio {
    margin: 5px 0 10px 0 !important;
}

.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.spinner {
    border: 8px solid #f3f3f3;
    /* Color de fondo */
    border-top: 8px solid #3498db;
    /* Color de la parte superior */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#mainconsole {
    color: #00ff00;
    font-family: 'Courier New', Courier, monospace;
    justify-content: space-around;
}

.console {
    background-color: #000000;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
}

.console ul {
    list-style-type: none;
    padding: 0;
}

.console li {
    margin-bottom: 10px;
}

.console-header {
    color: #00ff00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.container_buttonsFE {
    display: flex;
    justify-content: center;
    /* Aligns items horizontally */
}

.enlace_btnFE {
    padding: 20px;
    text-align: center;
}

.texto_dinero_recibido {
    font-size: 15px;
    color: darkgreen;
    margin-top: -5px;
}

.btn-create {
    display: flex;
    align-items: center;
    background-color: #28a745;
    color: white;
    margin-bottom: 5px;
    border: none;
    border-radius: 5px;
    padding: 8px 18px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-create:hover {
    background-color: #218838;
}

.btn-create svg {
    margin-right: 8px;
}

#contenedor_mensaje {
    width: 100%;
}

#contenedor_mensaje h4 {
    margin: 0 0 10px 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 24px;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #4CAF50;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark,
.cross {
    display: none;
}

input:checked+.slider .checkmark {
    display: block;
}

input:not(:checked)+.slider .cross {
    display: block;
}

.container-form-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-container {
    display: flex;
    flex-direction: row;
    height: 55px;
    background-color: #060934;
    align-items: center;
}

.header-logo,
.header-marquee,
.header-user,
.header-date,
.header-logout {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-logo {
    width: 10%;
}

.header-marquee {
    width: 20%;
}

.header-user {
    width: 30%;
    display: flex;
    flex-direction: row;
}

.header-date {
    width: 20%;
}

.header-logout {
    width: 20%;
}

.logo-img {
    float: left;
    height: 50px;
    width: 100%;
    border-radius: 30%;
}

.icon-img {
    height: 26px;
    width: 26px!important;
    margin-right: 5px;
}

.header-text {
    font-size: large;
    color: white;
    display: flex;
    align-items: center;
    margin: 0;
}

.marquee-text {
    color: white;
    width: 100%;
}

.logout-link {
    color: red;
    text-decoration: none;
}

.logout-link:hover {
    text-decoration: none;
}

@media (max-width: 769px) {
    .header-container {
        flex-wrap: wrap;
        height: auto;
    }

    .header-logo {
        width: 10%;
    }

    .header-marquee {
        width: 15%;
    }

    .header-user {
        width: 40%;
    }

    .header-date {
        width: 20%;
    }

    .header-logout {
        width: 15%;
    }

    .logo-img {
        width: 60px;
        height: 60px;
    }

    .header-text {
        font-size: 12px;
    }

    .marquee-text {
        font-size: 14px;
    }

    .form-label {
        font-size: 14px !important;
    }

    .form-input {
        width: 100%;
    }

    .wt-20 {
        width: 20% !important;
    }

    .wt-25 {
        width: 25% !important;
    }

    .wt-30 {
        width: 30% !important;
    }

    .wt-33 {
        width: 33.3% !important;
    }

    .wt-50 {
        width: 50% !important;
    }

    .wt-55 {
        width: 55% !important;
    }

    .wt-60 {
        width: 60% !important;
    }

    .wt-70 {
        width: 70% !important;
    }

    .wt-100 {
        width: 100% !important;
    }
}