/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.bg {
    background-image: url(../img/f_login1.jpg);
    height: 100%;
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

.p-0 {
    padding: 0 !important;
}

.height-100 {
    height: 100vh;
}

.txtLogin {
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    font-size: 110%;
    display: block;
    padding-top: 100px;
    width: 400px;
    margin: auto;
}

    .txtLogin img {
        margin-bottom: 20px;
    }

#extr-page #main {
    margin: 0;
    height: 100%;
}

.logoLogin {
    top: 600px;
    float: right;
    right: -20px;
    position: absolute;
}

.BKlogin {
    background: url(../img/f_login1.jpg);
    width: 600px;
    background-size: cover;
    height: 100%;
    position: relative;
}

.txtblanco {
    color: #FFFFFF;
}

    .txtblanco:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

h1 {
    color: #30c976;
    font-size: 60px;
    font-weight: bold;
}

.page-tittle {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: normal;
    /*margin: 10px;*/
}

h3 {
    text-transform: uppercase;
    letter-spacing: normal;
}

.verde .input {
    border-bottom: #909090 solid 0px;
    padding-bottom: 0;
    float: none;
    clear: both;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 0px;
}

.espacio {
    padding: 5px;
}

.espaciotop {
    padding: 1px;
}

.login2 {
    width: 400px;
    margin: auto;
}

.lineaFin {
    border-bottom: #909090 1px solid;
    padding: 0;
    height: 35px;
}

.form-text-filter {
    color: #383a3c !important;
}

.btn-azul {
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-primary2 {
    background: #3f4649;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
}

    .btn-primary2:hover {
        color: #CFCFCF;
    }

.btn-verde1 {
    background: #5cb78e;
    border: 1px solid;
    border-radius: 5px;
    color: #FFFFFF;
}

#header {
    background: #30c976;
    height: 75px;
}

#logo-group {
    width: 270px;
    margin: auto;
    text-align: center;
}

#logo {
    margin: auto;
    margin-left: 50px;
    width: 84px;
    height: 84px;
}

    #logo img {
        width: auto;
        height: 70px;
        padding-left: 0px;
        padding-top: 3px;
        margin: auto;
    }

#left-panel {
    padding-top: 80px;
    background: #343a40;
}

.verde {
    background: #30c976;
    /*padding: 10px;*/
    height: auto;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.content-verde2 {
    display: flex;
    place-content: center;
}

/*.verde2-guia {
    background: #22a86c;
    padding: 15px;
    height: auto;
    font-size: 11px;
    border-radius: 10px;
    margin-bottom: 0px;
    width: 85%;
}
*/
.h2-guia {
    margin-left: 150px;
}

.verde2 {
    background: #22a86c;
    padding: 15px;
    height: auto;
    font-size: 11px;
    border-radius: 10px;
    margin-bottom: 0px;
    width: 85%;
}

    .verde2 a {
        color: #FFFFFF !important;
        margin: 5px;
    }

/* .verde2 .table {
        background: #FFFFFF;
        border: none;
        margin-top: 20px;
    }

        .verde2 .table th {
            background: #22a86c;
            border: none;
            color: #FFFFFF;
        }*/

.blanco {
    background: #fff;
    color: #98989e;
    padding: 10px;
    height: auto;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 5px;
}

    .blanco .label {
        font-size: 11px;
        color: #888888;
        font-weight: normal;
        border: none;
        margin-right: 20px;
    }

.verde .label {
    font-weight: normal;
    border: none;
    margin-right: -10px;
    padding-left: 0px;
}

#menulist {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    border: 1px solid #000;
    width: 260px;
    text-indent: 8px;
}

.square {
    width: .7em;
    height: .7em;
    margin: .1em;
    display: inline-block;
}

.logincontainer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*.container {
    background: #2d2f31;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    width: 100%;
}*/
/* common and top level styles */
#nav span {
    display: none;
}

#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#nav {
    border-top: 5px solid #333333;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    position: relative;
    width: 98%;
}

    #nav ul.subs {
        background-color: #FFFFFF;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        color: #333333;
        display: none;
        left: 0;
        padding: 2%;
        position: absolute;
        top: 54px;
        width: 96%;
    }

    #nav > li {
        border-top: 0px solid transparent;
        float: left;
        margin-top: -5px;
        text-align: left;
        -moz-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }

    #nav li a {
        display: block;
        text-decoration: none;
        -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
        -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
        -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
        -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
        transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
        white-space: normal;
        color: #FFFFFF;
    }

    #nav > li > a {
        color: #fff;
        display: block;
        line-height: 49px;
        padding: 0 15px;
        font-size: 12px;
        border-top: 5px solid #2d2f31;
    }

    #nav > li:hover > a, #nav > a:hover {
        background-color: #2c3835;
        color: #FFFFFF;
        border-top: 5px solid #23a86d;
    }

    #nav li.active > a {
        background-color: #2c3835;
        color: #23a86d;
        border-top: 5px solid #23a86d;
    }

    /* submenu */
    #nav li:hover ul.subs {
        display: block;
    }

    #nav ul.subs > li {
        display: inline-block;
        float: none;
        padding: 10px 1%;
        vertical-align: top;
        width: 33%;
    }

        #nav ul.subs > li a {
            color: #777777;
            line-height: 20px;
        }

    #nav ul li a:hover {
        color: #F55856;
    }

    #nav ul.subs > li > a {
        font-size: 1.3em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #nav ul.subs > li li {
        float: none;
        padding-left: 8px;
        -moz-transition: padding 150ms ease-out 0s;
        -ms-transition: padding 150ms ease-out 0s;
        -o-transition: padding 150ms ease-out 0s;
        -webkit-transition: padding 150ms ease-out 0s;
        transition: padding 150ms ease-out 0s;
    }

        #nav ul.subs > li li:hover {
            padding-left: 15px;
        }

/* Custom dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px; /* demo only */
    margin-top: -0px;
}

    .custom-dropdown select {
        background-color: #ffffff;
        color: #8f8f8f;
        font-size: 12px;
        padding: .3em;
        padding-right: 2.5em;
        border: 0;
        margin: 0;
        border-radius: 3px;
        text-indent: 0.01px;
        text-overflow: '';
        -webkit-appearance: button; /* hide default arrow in chrome OSX */
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%;
        margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown select[disabled] {
        /*color: #ffffff;*/
    }

        .custom-dropdown select[disabled]::after {
            color: #ffffff;
        }

    .custom-dropdown::before {
        background-color: #22a86c;
    }

    .custom-dropdown::after {
        color: #ffffff;
    }

.widget-body { /*background:#3f4649;*/
}

/*#dt_basic {
    background: #3f4649;
    border: none;
}

    #dt_basic td {
        background: #ffffff;
    }*/

. /*table-hover > tbody > tr {
    background-color: #ffffff;
}*/
.DDFooter {
    background-color: #ffffff !important;
    color: #3f4649;
}

.paginate_button active {
    background: #219a65;
}

.dt-toolbar, .dt-toolbar-footer, .dataTables_info {
    /*background: #3f4649;*/
    color: #3f4649;
}

.dataTables_info {
    color: #3f4649;
}

#btn-default {
    background: #2d2f31;
}

/*ul.pagination {
    background: #30c976;
}*/

ul.paginate_button li {
    background: #30c976;
    color: #EC0003;
}

/*.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #2d2f31;
    color: #FFFFFF;
    border-color: #3f4649;
}*/

#redondo {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

.txt-color-red {
    color: #ec407a;
}

.txtNegro {
    color: #000000;
    text-decoration: underline;
}

#login-form {
    padding-top: 50px;
    width: 100%;
}

.login-form {
    padding-top: 50px;
    width: 80%;
}

.input {
    width: 100%;
}

/*.verde input, .blanco input {
    width: 100%;
    padding: 10px;
    color: #383a3c;
    font-size: 12px;
    background: #f0f0f0;
    border: none;
    height: 25px;
}*/

.verde2 input {
    /*background: #fff;*/
    height: 25px;
    padding: 0px;
}

#frmcajas {
    margin: 0;
    background: #f0f0f0;
    border: none;
    padding: 5px;
    font-size: 12px;
}

.vMas {
    background: #22a86c;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.checkboxFour {
    width: 20px;
    height: 20px;
    background: #ddd;
    margin: 0px 0px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

    .checkboxFour label {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 100px;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        background: #fff;
        box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    }

    .checkboxFour input[type=checkbox]:checked + label {
        background: #333;
    }

.minifyme {
    background: #30c976;
    color: #FFFFFF;
    padding: 5px;
}

.minified .minifyme {
    background: #30c976;
    color: #FFFFFF;
}

/*.form-control {
    background: #383a3c;
    color: #FFFFFF;
    border: #383a3c 1px solid;
}*/

.fa-search {
    color: #1a6041;
}

.btnverde {
    background: #22a86c;
    border: #2d6f53 solid 1px;
}

.inputfile-5 + label {
    color: #178a57;
}

    .inputfile-5:focus + label,
    .inputfile-5.has-focus + label,
    .inputfile-5 + label:hover {
        color: #178a57;
    }

    .inputfile-5 + label figure {
        width: 80px;
        height: 90px;
        background-color: #22a86c;
        display: block;
        position: relative;
        padding: 20px;
        margin: 0 auto 0px;
    }

    .inputfile-5:focus + label figure,
    .inputfile-5.has-focus + label figure,
    .inputfile-5 + label:hover figure {
        background-color: #178a57;
    }

    .inputfile-5 + label figure::before,
    .inputfile-5 + label figure::after {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
    }

    .inputfile-5 + label figure::before {
        border-top: 20px solid #befde1;
        border-left: 20px solid transparent;
    }

    .inputfile-5 + label figure::after {
        border-bottom: 20px solid #befde1;
        border-right: 20px solid transparent;
    }

    .inputfile-5:focus + label figure::after,
    .inputfile-5.has-focus + label figure::after,
    .inputfile-5 + label:hover figure::after {
        border-bottom-color: #befde1;
    }

    .inputfile-5 + label svg {
        width: 100%;
        height: 100%;
        fill: #befde1;
    }

.menu2 {
    display: none;
}

#nav_v2 {
    display: none;
}

.fa-file-pdf-o {
    color: #fc0023;
}

.fa-download {
    color: #000000;
}

.error {
    color: #ce0000;
    font-size: 80%;
}

#rojo {
    color: #DF0003;
    float: right;
}

.icon-append1 {
    color: #DF0003;
    font-size: 70%;
    margin-left: 5px;
}

.icon-append2 {
    float: right;
    top: 22px;
    right: 5px;
    position: relative;
}

#derecha {
    text-align: right;
}

.blanco .col-md-1a {
    width: 120px;
}

.verde .plomo {
    background: #383a3c;
    color: #cccccc;
    height: 32px;
}

/*.custom-dropdown__select {
    color: #cccccc;
}*/
.ui-datepicker-trigger {
    display: none;
}

.plomo2 select {
    color: #383a3c;
}

.btnLog {
    text-align: center;
}

#titulo {
    background: #30c976;
    padding: 0px;
    text-align: right;
    color: #FFFFFF;
}

.imgcolexp {
    float: right;
    width: 16px;
    cursor: pointer;
    color: #FFFFFF;
}

.altocelda {
    height: 100%;
}

.selectorT {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    margin: 0px;
    padding: 0px;
    color: #FF0004;
}

#bordeT {
    border: 1px solid #aaaaaa;
}

#combitos {
    width: 100%;
    background: #f0f0f0;
    margin: 0px;
    padding: 0px;
}

#menuTop {
    position: relative;
    display: block;
    height: 100px;
    font-size: 11px;
    font-weight: bold;
    background: transparent;
    font-family: Arial,Verdana,Helvitica,sans-serif;
    font-size: 12px;
    left: 100px;
}

    #menuTop ul {
        margin: 0px;
        padding: 0;
        list-style-type: none;
        width: auto;
        display: block;
    }

        #menuTop ul li {
            display: block;
            float: left;
            margin: 0 1px 0 0;
            height: 100px;
        }

            #menuTop ul li a {
                display: block;
                float: left;
                color: #ffffff;
                text-decoration: none;
                padding: 0 22px 0 22px;
                height: 28px;
                height: 100px;
            }

                #menuTop ul li a:hover {
                    color: #fff;
                    background: #33af6d;
                }

                #menuTop ul li a.current {
                    color: #fff;
                    background: #3f4649;
                }

            #menuTop ul li img {
                clear: both;
                margin: auto;
                display: block;
                margin-top: 20px;
            }

#altoM {
    height: 75px;
}

.drop_menu {
    position: relative;
    display: block;
    height: 100px;
    font-size: 11px;
    font-weight: bold;
    background: transparent;
    font-family: Arial,Verdana,Helvitica,sans-serif;
    font-size: 12px;
    left: 10px;
}

    .drop_menu li {
        display: block;
        float: left;
        margin: 0 1px 0 0;
    }

        .drop_menu li a {
            display: block;
            float: left;
            color: #ffffff;
            text-decoration: none;
            padding: 0 22px 0 22px;
        }

    .drop_menu img {
        clear: both;
        margin: auto;
        display: block;
        margin-top: 7px;
    }

    .drop_menu a.current {
        color: #fff;
        background: #3f4649;
        height: 75px;
    }
    /* Submenu */
    .drop_menu ul li {
        display: block;
        float: left;
        margin: 0 1px 0 0;
    }

    .drop_menu ul {
        position: absolute;
        left: -9999px;
        top: -9999px;
        list-style-type: none;
        z-index: 9999;
    }

    .drop_menu li:hover {
        position: relative;
        background: #33af6d;
    }

        .drop_menu li:hover ul {
            left: 0px;
            top: 74px;
            padding: 0px;
        }

            .drop_menu li:hover ul li a {
                padding: 10px;
                display: block;
                width: 168px;
                text-indent: 15px;
                background-color: #33af6d;
            }

                .drop_menu li:hover ul li a:hover {
                    background: #2d2f31;
                }

.menuTop1 {
    display: block;
}

#combo3 {
    width: 49%;
    background: #f0f0f0;
    margin-left: 3px;
}

.content2 {
    width: 100%;
    background: #F45E60;
    float: none;
}

#main2 {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: none;
}

.txtInputLogin {
    padding-left: 10px;
    border: none;
    color: #909090;
}

.client-form {
}

@media (max-width:768px) {
    #menuTop ul {
        margin: 0px;
        padding: 0;
        list-style-type: none;
        width: auto;
        display: none;
    }

    .menuTop1 {
        display: none;
        background: #F32B2F;
    }

    #iconoTop {
        display: none;
    }

    #logo {
        margin: 0;
        padding: 0;
    }

    .txtLogin {
        color: #FFFFFF;
        font-weight: bold;
        position: relative;
        font-size: 80%;
        display: block;
        padding-top: 1px;
        width: 190px;
        margin: auto;
    }

        .txtLogin img {
            height: 20%;
            top: 0px;
            padding: 0px;
            margin-bottom: 0px;
        }

    #extr-page #main {
        background: #fff;
    }

    .menu2 {
        display: block;
        width: 100%;
    }

    #nav_v2 {
        width: 100%;
        margin-top: 100px;
        background: #22a86c;
        color: #FFFFFF;
        margin-left: 3px;
        display: block;
    }

    #derecha {
        text-align: center;
    }

    #izquierdo {
        text-align: center;
    }

    .col-sm-12 {
        height: 100px;
        width: 100%;
    }

    .login2 {
        width: 100%;
        margin: auto;
    }

    .btnLog {
        text-align: center;
        padding-top: 20px;
    }

    .btn-info {
        background: #1da0f1;
        border-radius: 18px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0px;
    }

    .btn-warning {
        background: #dc4f41;
        border-radius: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn-azul {
        border-radius: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #combo3 {
        width: 99%;
        background: #f0f0f0;
        margin-left: 0px;
        margin-bottom: 15px;
    }
}

.txtControl {
    width: 70% !important;
}

.txtControlPedido {
    width: 75% !important;
}

.inputChk .input {
    width: 15px !important;
}

.verde2 .verde3 input {
    width: 20px;
}

.verde3 {
    color: #FFF;
}

.textarea {
}

.login-info {
    height: 150px;
}

.page-footer {
    padding: 0px 13px 0;
}

.container-fluid-master {
    /*background: #333;*/
}

#main {
    padding-bottom: 0;
}

.data-table-footer-style {
    background: #3f4649;
    color: #ffffff;
}

.panel-section {
    background-color: #3f4649;
}

.pagination > li > a, .pagination > li > span {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
}

.gris {
    background-color: #3f4649;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 5px;
}

    .gris label {
        color: #ffffff;
    }
     

.DDControl {
    margin-left: 10px;
}

.DDFooter label {
    color: #000000;
}

.table {
    font-size: 11px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 4px 4px 0 4px;
    }

#contenedor-claro {
    color: #e5dddd;
    max-height: 1500px;
    width: 100%;
}

::selection {
    color: #fff;
    background: #5372F0;
}

.wrapper {
    width: 570px;
    background: #fff;
    border-radius: 10px;
    padding: 18px 25px 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
}

    .wrapper :where(.title, li, li i, .details) {
        align-items: center;
    }

.title img {
    max-width: 21px;
}

.title h2 {
    font-size: 21px;
    font-weight: 600;
    margin-left: 8px;
}

.wrapper .content-tag-input {
    margin: 10px 0;
}

.content-tag-input p {
    font-size: 15px;
}

.content-tag-input ul {
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
    margin: 12px 0;
    border-radius: 5px;
    border: 1px solid #a6a6a6;
}

    .content-tag-input ul li {
        color: #333;
        margin: 4px 3px;
        list-style: none;
        border-radius: 5px;
        background: #F2F2F2;
        padding: 5px 8px 5px 10px;
        border: 1px solid #e3e1e1;
    }

        .content-tag-input ul li i {
            height: 20px;
            width: 20px;
            color: #808080;
            margin-left: 8px;
            font-size: 12px;
            cursor: pointer;
            border-radius: 50%;
            background: #dfdfdf;
            justify-content: center;
        }

    .content-tag-input ul input {
        flex: 1;
        padding: 5px;
        border: none;
        outline: none;
        font-size: 16px;
    }

.wrapper .details-tag-input {
    justify-content: space-between;
}

.details-tag-input button {
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 5px;
    background: #5372F0;
    transition: background 0.3s ease;
}

    .details-tag-input button:hover {
        background: #2c52ed;
    }

.btnConformidadDisconformidad {
    padding: 2px 10px;
    margin: 0px
}

.cont-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont-dragdrop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2bs4 {
    width: 100% !important;
}

.container-cent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title {
    padding: 12px 0 12px;
    color: #FFFFFF;
    text-transform: uppercase;
}

    .page-title span {
        font-size: 16px;
        display: inline-block;
        vertical-align: 1px
    }

.card-success {
    margin-bottom: 15px;
}

    .card-success > .card-header {
        background: #30c976 !important;
        color: #FFFFFF !important;
        border-color: #30c976;
    }

    .card-success > .card-header a { 
        color: #FFFFFF !important; 
    }

label {
    font-size: 13px !important;
}

.hdbtn {
    display: none;
}

.toast.bg-danger {
    background-color: rgba(220,53,69,.9) !important;
}

    .toast.bg-danger .toast-header {
        background-color: rgba(220,53,69,.85);
        color: #fff;
    }

.bg-danger, .bg-danger > a {
    color: #fff !important;
}

.toast.bg-danger .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.inf-dark {
    background: rgba(132, 183, 214,0.5);
}

.inf-result {
    background: rgba(137, 158, 136,0.4);
}

.blf {
    border-left: 1px solid #ffff;
}

.ui-datepicker {
    z-index: 1200 !important;
}

.success-bg {
    background: rgba(12, 184, 5,0.4);
}

.resaltado {
    background-color: yellow;
}