/**************************
          Añadidos
 **************************/


.bg-gradient-lightgreen {
    background-color: #ecfdff;
    background-image: linear-gradient(180deg, #f8feff 10%, #ecfdff 100%);
    background-size: cover;
}

#wrapper.cyan .bg-gradient-lightgreen {
    background-color: #fafbef;
    background-image: linear-gradient(180deg, #fdfdf9 10%, #fafbef 100%);
    background-size: cover;
}

#wrapper.green .bg-gradient-lightgreen {
    background-color: #faffec;
    background-image: linear-gradient(180deg, #fdfff8 10%, #faffec 100%);
    background-size: cover;
}

#wrapper.yellow .bg-gradient-lightgreen {
    background-color: #faffec;
    background-image: linear-gradient(180deg, #fff8f9 10%, #faffec 100%);
    background-size: cover;
}

#wrapper.orange .bg-gradient-lightgreen {
    background-color: #ffecf0;
    background-image: linear-gradient(180deg, #fff1ec 10%, #ffecf0 100%);
    background-size: cover;
}

#wrapper.red .bg-gradient-lightgreen {
    background-color: #ffecfa;
    background-image: linear-gradient(180deg, #fff8fd 10%, #ffecfa 100%);
    background-size: cover;
}

#wrapper.magenta .bg-gradient-lightgreen {
    background-color: #fbecff;
    background-image: linear-gradient(180deg, #fef8ff 10%, #fbecff 100%);
    background-size: cover;
}

#wrapper.purple .bg-gradient-lightgreen {
    background-color: #eceeff;
    background-image: linear-gradient(180deg, #f8f9ff 10%, #eceeff 100%);
    background-size: cover;
}

.bg-img{
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.bg-img2{
    background-image: url("../img/bg-light.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


.login-logo{
    width: 10rem;
}
@media (min-width: 992px) {
    .login-logo{
        width: 20rem;
    }
}

[id$="_error"] ul{
    list-style: none;
}

.select2-selection__rendered{
    display: none;
}

table.soluciones{
    width: 100%;
}

table.soluciones td{
    text-align: center;
}

table.soluciones .casilla{
    width: 15%;
    color: black;
    padding-bottom: .25rem;
    padding-top: .25rem;
}

/* SCROLLBARS */
.scrollbar-deep-purple::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-deep-purple::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #512da8; }

.scrollbar-deep-purple {
    scrollbar-color: #512da8 #F5F5F5;
}

.scrollbar-cyan::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-cyan::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-cyan::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00bcd4; }

.scrollbar-cyan {
    scrollbar-color: #00bcd4 #F5F5F5;
}

.scrollbar-dusty-grass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-dusty-grass::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); }

.scrollbar-blue::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #0c9fe8 0%, #1a4aff 100%);
    background-image: linear-gradient(120deg, #0c9fe8 0%, #1a4aff 100%); }

#wrapper.cyan .scrollbar-blue::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(330deg, #119f50 0%, #009593 100%);
    background-image: linear-gradient(120deg, #119f50 0%, #009593 100%); }

#wrapper.green .scrollbar-blue::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(330deg, #72da0b 0%, #22f219 100%);
    background-image: linear-gradient(120deg, #72da0b 0%, #22f219 100%); }

#wrapper.yellow .scrollbar-blue::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(330deg, #f2e419 0%, #da6e0b 100%);
    background-image: linear-gradient(120deg, #f2e419 0%, #da6e0b 100%); }

#wrapper.orange .scrollbar-blue::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(330deg, #f28019 0%, #da0f0b 100%);
    background-image: linear-gradient(120deg, #f28019 0%, #da0f0b 100%); }

#wrapper.red .scrollbar-blue::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(330deg, #da0b78 0%, #f21929 100%);
    background-image: linear-gradient(120deg, #da0b78 0%, #f21929 100%); }

#wrapper.magenta .scrollbar-blue::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(330deg, #da0bd3 0%, #f21988 100%);
    background-image: linear-gradient(120deg, #da0bd3 0%, #f21988 100%); }

#wrapper.purple .scrollbar-blue::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(330deg, #9219f2 0%, #200bda 100%);
    background-image: linear-gradient(120deg, #9219f2 0%, #200bda 100%); }

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); }

.bordered-deep-purple::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #512da8; }

.bordered-deep-purple::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none; }

.bordered-cyan::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #00bcd4; }

.bordered-cyan::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none; }

.square::-webkit-scrollbar-track {
    border-radius: 0 !important; }

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important; }

.thin::-webkit-scrollbar {
    width: 6px; }

.example-1 {
    position: relative;
    overflow-y: scroll;
    height: 200px; }

/* END OF SCROLLBAR */

.ltr{
    direction: ltr;
}

.rtl{
    direction: rtl;
}

.vh-75{
    max-height: 93vh;
    z-index: 999;
    overflow-x: hidden !important;
}

@media (min-width: 768px) {
    .vh-75{
        max-height: 75vh;
        z-index: 999;
        overflow-x: hidden !important;
    }
}

/************************
 **** PAGAR FACTURA *****
 ************************/
.invoice-box {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    border: 1px solid #baf1ae;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    background-color: white;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: top;
}

.invoice-box table tr td.right {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #baf1ae;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td{
    border-bottom: 1px solid #baf1ae;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    text-align: center;
    border-top: 2px solid #baf1ae;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.invoice-box table tr.total{
    text-align: right;
}

.invoice-box table tr.total td{
    padding-top: 40px;
}

.invoice-box table tr.light td{
    color: lightgray;
    padding-top: 50px;
    font-size: 12px;
}

/*.invoice-box table tr.total td a {
  display: inline-block;
  background-color: #0db400;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: .5rem;
  padding: 12px;
}*/

/** RTL **/
.rtl {
    direction: rtl;
    font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.rtl table {
    text-align: right;
}

.rtl table tr td:nth-child(2) {
    text-align: left;
}
/* END OF PAGAR FACTURA */



/***************************
 ** MULTI-COLUMN DROPDOWN **
 ***************************/

.menu-grid {
    text-align: right;
    padding: 29px 0;
}
.menu-grid .btn-group {
    margin-right: 80px;
}
.menu-grid .dropdown-toggle,
.menu-grid .dropdown-toggle:hover,
.menu-grid .dropdown-toggle:focus,
.menu-grid .dropdown-toggle:active,
.menu-grid .btn-group.open .dropdown-toggle {
    border: 0;
    float: right;
    box-shadow: none;
    background: transparent;
}
.menu-grid .btn-default:after {
    padding-left: 4px;
    line-height: 20px;
    display: inline-block;
    content: "+ Mostlikers";
    color: #0000 !important;
}
.menu-grid .btn-default img {
    height: 18px;
    vertical-align: bottom;
}
.menu-grid .dropdown-menu {
    margin: 0;
    border: 0;
    padding: 0;
    left: auto;
    right: 35px;
    margin-top: 10px;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 8px 0 #393939;
    -moz-box-shadow: 0 1px 8px 0 #393939;
    -ms-box-shadow: 0 1px 8px 0 #393939;
    -o-box-shadow: 0 1px 8px 0 #393939;
    box-shadow: 0 1px 8px 0 #393939;
}
.menu-grid .list {
    width: 380px;
    position: relative;
    padding: 15px 25px;
}
.menu-grid .list:after {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 8px;
    margin-right: 0px;
}
.menu-grid .list .menu {
    padding: 20px 0;
    color: #333333;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-transform: capitalize;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 1px 0 transparent;
    -moz-box-shadow: 0 0 1px 0 transparent;
    -ms-box-shadow: 0 0 1px 0 transparent;
    -o-box-shadow: 0 0 1px 0 transparent;
    box-shadow: 0 0 1px 0 transparent;
}
.menu-grid .list .menu:hover {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 0 1px 0 #dddddd;
    -moz-box-shadow: 0 0 1px 0 #dddddd;
    -ms-box-shadow: 0 0 1px 0 #dddddd;
    -o-box-shadow: 0 0 1px 0 #dddddd;
    box-shadow: 0 0 1px 0 #dddddd;
}

/* END OF MULTI-COLUMN DROPDOWN */


/***********************
 **** COLOR CIRCLES ****
 ***********************/

.circle-purple {
    width: 2.5rem;
    background: linear-gradient( -45deg, #39008e, #39008e 50%, #9a1aff 50% );
    border-radius: 50%;
}
.circle-purple:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-magenta {
    width: 2.5rem;
    background: linear-gradient( -45deg, #8e005e, #8e005e 50%, #ff1a8e 50% );
    border-radius: 50%;
}
.circle-magenta:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-red {
    width: 2.5rem;
    background: linear-gradient( -45deg, #8e0020, #8e0020 50%, #ff1a2a 50% );
    border-radius: 50%;
}
.circle-red:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-orange {
    width: 2.5rem;
    background: linear-gradient( -45deg, #8e2e00, #8e2e00 50%, #ff881a 50% );
    border-radius: 50%;
}
.circle-orange:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-yellow {
    width: 2.5rem;
    background: linear-gradient( -45deg, #8e6f00, #8e6f00 50%, #fff11a 50% );
    border-radius: 50%;
}
.circle-yellow:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-green {
    width: 2.5rem;
    background: linear-gradient( -45deg, #1c8e00, #1c8e00 50%, #23ff1a 50% );
    border-radius: 50%;
}
.circle-green:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-cyan {
    width: 2.5rem;
    background: linear-gradient( -45deg, #004f43, #004f43 50%, #009e9d 50% );
    border-radius: 50%;
}
.circle-cyan:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-blue {
    width: 2.5rem;
    background: linear-gradient( -45deg, #00348e, #00348e 50%, #1a4aff 50% );
    border-radius: 50%;
}
.circle-blue:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


/* END OF COLOR CIRCLES */
