.dropdown.dropdown-hover > .dropdown-menu > .dropdown-item {
    padding-left: 2.5rem !important;
}

.dropdown.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.dropdown.dropdown-hover > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}



.navbar-brand {
    font-size: 1.5rem !important;
}

.form-group .close {
    opacity: 0;
}

.pattern-body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f6ff;
    opacity: 0.5;
    background-image: linear-gradient(0deg, #f5f6ff 50%, #ffffff 50%);
    background-size: 4px 4px;
    z-index: -1;
}

.pattern {
    background-color: #041f3e;
    opacity: 1;
    background: linear-gradient(135deg, #102b4955 25%, transparent 25%) -6px 0/ 12px 12px, linear-gradient(225deg, #102b49 25%, transparent 25%) -6px 0/ 12px 12px, linear-gradient(315deg, #102b4955 25%, transparent 25%) 0px 0/ 12px 12px, linear-gradient(45deg, #102b49 25%, #041f3e 25%) 0px 0/ 12px 12px;
}

.badge.badge-float {
    position: absolute !important;
    top: -7px !important;
    right: -7px !important;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 660px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#demo-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    height: 560px;
    background: white;
}


#sideBox {
    float: right;
    width: 16%;
    margin: 100px 1% 0 1%;
    padding-left: 1%;
    border-left: 1px solid silver;
    display: none;
}

#infoBox {
    margin-top: 10px;
}

.or-view-as {
    margin: 0.5em 0;
}

#up {
    line-height: 30px;
    height: 30px;
    max-width: 400px;
    margin: 0 auto;
}

    #up a {
        cursor: pointer;
        padding-left: 40px;
    }

.selector {
    height: 40px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

    .selector .prev-next {
        position: absolute;
        padding: 0 10px;
        font-size: 30px;
        line-height: 20px;
        background: white;
        font-weight: bold;
        color: #999;
        top: -2px;
        display: none;
        border: none;
    }

    .selector .custom-combobox {
        display: block;
        position: absolute;
        left: 40px;
        right: 65px;
    }

        .selector .custom-combobox .custom-combobox-input {
            position: absolute;
            font-size: 14px;
            color: silver;
            border-radius: 3px 0 0 3px;
            height: 32px;
            display: block;
            background: url(https://www.highcharts.com/samples/graphics/search.png) 5px 8px no-repeat white;
            padding: 1px 5px 1px 30px;
            width: 100%;
            box-sizing: border-box;
        }

        .selector .custom-combobox .ui-autocomplete-input:focus {
            color: black;
        }

        .selector .custom-combobox .ui-autocomplete-input.valid {
            color: black;
        }

    .selector .custom-combobox-toggle {
        position: absolute;
        display: block;
        right: -32px;
        border-radius: 0 3px 3px 0;
        height: 32px;
        width: 32px;
    }

    .selector #btn-next-map {
        right: -12px;
    }

.ui-autocomplete {
    max-height: 500px;
    overflow: auto;
}

    .ui-autocomplete .option-header {
        font-style: italic;
        font-weight: bold;
        margin: 5px 0;
        font-size: 1.2em;
        color: gray;
    }

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.ui-button-icon-only .ui-button-text {
    height: 26px;
    padding: 0 !important;
    background: white;
}

#infoBox .button {
    border: none;
    border-radius: 3px;
    background: #a4edba;
    padding: 5px;
    color: black;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 3px;
    line-height: 30px;
}

@media (max-width: 768px) {
    #demo-wrapper {
        width: auto;
        height: auto;
    }

    #mapBox {
        width: auto;
        float: none;
    }

    #container {
        height: 310px;
    }

    #sideBox {
        float: none;
        width: auto;
        margin-top: 0;
        border-left: none;
        border-top: 1px solid silver;
    }
}


a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block
}

legend {
    display: none
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a img, iframe, button {
    border: none;
    outline: none;
}

ul, li {
    list-style: none
}

button, input, select, textarea {
    font-size: 100%;
    font-family: inherit
}

input, select {
    vertical-align: middle
}

button {
    border: 0;
    padding: 0;
    background: 0 0;
    cursor: pointer
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

*, *:after, *:before {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

body {
    width: 100%;
    position: relative;
    padding-bottom: 6rem;
    min-height: 100%;
}

a, a:active {
    text-decoration: none !important;
    outline: none !important;
}

label {
    position: relative;
}

small {
    display: block;
}

.btn-menu {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 230px;
    min-width: 200px;
    box-sizing: border-box;
    font-weight: 300;
    overflow: hidden;
    border-radius: 3px;
}

    .btn-menu img {
        width: 200px;
        height: 230px;
        margin: auto;
    }

a.btn-menu {
    color: #ffffff;
    border: 1px solid #f9f9f9;
}

    a.btn-menu:hover {
        color: #fff !important;
        border: 1px solid #182735;
    }

.btn-menu span {
    font-size: 15px;
    line-height: 1.2;
    display: block;
    width: 100%;
    bottom: 6px;
    left: 0;
    font-weight: 600;
    position: absolute;
    z-index: 2;
}

.btn-menu label {
    display: inline-block;
}

.btn-menu-01, .btn-menu-02, .btn-menu-03, .btn-menu-04, .btn-menu-05, .btn-menu-06 {
    width: 200px;
    height: 230px;
    margin: auto;
    padding: 5px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
}

.btn-menu-01 {
    background-image: url('../Images/btn/btn01.jpg')
}

.btn-menu-02 {
    background-image: url('../Images/btn/btn02.jpg');
}

.btn-menu-03 {
    background-image: url('../Images/btn/btn03.jpg');
}

.btn-menu-04 {
    background-image: url('../Images/btn/btn04.jpg');
}

.btn-menu-05 {
    background-image: url('../Images/btn/btn05.jpg');
}

.btn-menu-06 {
    background-image: url('../Images/btn/btn06.jpg');
}
.btn-menu-07 {
    background-image: url('../Images/btn/btn07.jpg');
}
.btn-menu-08 {
    background-image: url('../Images/btn/btn08.jpg');
}
.btn-menu-09 {
    background-image: url('../Images/btn/btn09.jpg');
}
.btn-menu-10 {
    background-image: url('../Images/btn/btn10.jpg');
}
.btn-menu-11 {
    background-image: url('../Images/btn/btn11.jpg');
}
.btn-menu-12 {
    background-image: url('../Images/btn/btn12.jpg');
}
.btn-menu-13 {
    background-image: url('../Images/btn/btn13.jpg');
}
.btn-menu-14 {
    background-image: url('../Images/btn/btn14.jpg');
}
.btn-menu-15 {
    background-image: url('../Images/btn/btn15.jpg');
}
.btn-menu-16 {
    background-image: url('../Images/btn/btn16.jpg');
}


/**************************/


.nav-item .dropdown-menu a.dropdown-item {
    color: #fff;
}

    .nav-item .dropdown-menu a.dropdown-item:hover {
        background-color: #15171f !important;
    }

.pattern.shadow-sm .border-left {
    border-left: 1px solid rgb(255 255 255 / 35%) !important;
}

/**************************/

.card-img-top.img-fluid.overflow-hidden {
    width: 100%;
    max-width: 245px;
    height: 184px;
}

.form-group.date {
    position: relative;
}

    .form-group.date:after {
        content: "\f073";
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        top: 21px;
        right: 12px;
        font-size: 16px;
        color: #a1a1a1;
        z-index: 9;
    }
/**************************/

.btn-menu .dropdown-toggle::after, td > .dropdown-toggle::after {
    content: "";
    display: none;
}

.btn-menu .dropdown-menu {
    text-align: center;
    margin-left: -20px;
}


.ntfcn {
    position: relative;
}

    .ntfcn .badge {
        position: absolute;
        top: 0;
        right: 4px;
    }
/*Cart button

-------------------------------- */
.cd-cart {
    position: relative;
}

    .cd-cart i {
        position: relative;
    }

    .cd-cart span {
        position: absolute;
        top: -3px;
        right: -3px;
        height: 20px;
        width: 20px;
        line-height: 1.4;
        background-color: #d42b41;
        color: #ffffff;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.2s 0s;
        -moz-transition: -moz-transform 0.2s 0s;
        transition: transform 0.2s 0s;
    }

    .cd-cart.items-added span {
        /* counter visible when a product is added to the cart */
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }



.cd-customization .add-to-cart {
    position: relative;
    overflow: hidden;
    display: list-item;
    width: calc(50% - 23px);
}

.cd-customization .add-to-cart {
    min-width: 150px;
    width: 100%;
}

.add-to-cart::marker, ::marker, marker {
    color: #263576;
}

.no-touch .cd-customization .add-to-cart:hover {
    background-color: #55bca8;
}

.cd-customization .add-to-cart em {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-customization .add-to-cart svg {
    /* this is the check icon */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background: green;
    /* move the icon on the right - outside the button */
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-customization .add-to-cart.is-added em {
    /* product added to the cart - hide text message on the left with no transition*/
    color: transparent;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0s;
    -moz-transition: -moz-transform 0s;
    transition: transform 0s;
}

.cd-customization .add-to-cart.is-added svg {
    /* product added to the cart - move the svg back inside the button */
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0s;
    -moz-transition: -moz-transform 0s;
    transition: transform 0s;
}
/**************************/

.center-block {
    display: block;
    width: 100%;
    margin: 1em 0;
}

.content {
    padding-top: 10px;
    padding-bottom: 1em;
}

.inner {
    padding: 2em;
}




.name-system {
    color: #fff;
    font-size: 1.5em;
}

    .name-system > a:hover {
        color: #fff;
        opacity: .5;
    }

.bg-dark .dropdown-toggle::after {
    position: absolute;
    right: -15px;
    top: 20px;
    display: inline-block;
    margin-left: auto;
    vertical-align: middle;
}


.breadcrumb .badge {
    font-size: 85% !important;
    /*************************************/
}

.nav-link.dropdown-toggle label {
    display: block;
    text-transform: none;
    line-height: 1;
    margin-bottom: 0;
}


.navbar-brand img {
    height: 54px;
}

.no-padding {
    padding: 0 !important;
}

.navbar.navbar-dark.bg-primary {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.form-help {
    font-size: .85em;
    display: table;
    width: 100%;
    line-height: 1.3;
    color: #8597a0;
}

.footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}

    .footer img {
        margin: auto;
    }

    .footer p {
        text-align: center;
        display: block;
        font-size: 13px;
        color: #7F7E7E;
        margin-bottom: 5px;
    }

    .footer .text-md-right small {
        text-transform: uppercase;
    }

h1.hero-header {
    margin-top: 1em;
    font-size: 28px;
}

h4.text-muted {
    font-size: 18px;
    color: #697176;
    line-height: 1.6;
}


/****************************/
.box {
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: relative;
}


/****************************/

.subtitle {
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
}

    .subtitle span {
        font-size: 18px;
        line-height: 1;
        text-align: center;
        background: #f8fbfd;
        color: #263576;
        padding: 0 20px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
        z-index: 2;
    }

    .subtitle h2 {
        position: relative;
        text-align: center;
        margin: 0;
    }

        .subtitle h2:before {
            content: "";
            display: block;
            border-top: solid 1px #f4f4f4;
            width: 100%;
            position: absolute;
            top: 25px;
            z-index: 1;
        }
/*****************/
.subtitle-slim {
    text-align: center;
    padding-top: .5em 0;
    font-size: 16px;
}

    .subtitle-slim span {
        color: #b3b3b3;
        font-size: 11px;
        text-align: center;
        background: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 2;
        text-transform: uppercase;
    }

    .subtitle-slim h2 {
        line-height: 16px;
        font-size: 16px;
        position: relative;
        text-align: center;
        margin: 0;
    }

        .subtitle-slim h2:before {
            content: "";
            display: block;
            border-top: solid 1px #f4f4f4;
            width: 100%;
            position: absolute;
            top: 10px;
            z-index: 1;
        }


/**************************/

.box-login {
    width: 555px;
    height: 315px;
    top: 50%;
    left: 50%;
    margin-top: -157px;
    margin-left: -275px;
    background-image: url(/Images/box_login.png);
    background-size: cover;
    position: absolute;
}


.form-login {
    width: 100%;
    max-width: 310px;
    padding: 2.5em;
}

/**************************/

.form-help {
    display: none;
}

.form-group label, .indicator {
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    color: #b3b3b3;
}

.filter .form-group label, .indicator {
    color: #b3b3b3;
    font-size: 11px !important;
}


/*************************************/
.header-box {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.title {
    display: inline-block;
    font-size: 16px;
    line-height: 31px;
}

    .title a, .title button {
        margin-right: 5px;
        padding-right: 10px;
        border-right: 1px solid #ccc;
        outline: none;
    }


/**************************************/
.circle {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    padding: 2px;
    border-radius: 90px;
    border: 1px solid #e9e9e8;
    background: #fff;
    z-index: 2;
}

    .circle > i {
        font-size: 12px;
        color: #6c757d;
        position: relative;
        top: -4px;
    }

.line-top:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    top: -45px;
    left: 11px;
    background: #dee2e6;
    z-index: 1;
}

.line-bottom:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    bottom: -50px;
    left: 11px;
    background: #dee2e6;
    z-index: 1;
}


.marked {
    background: #006fcf;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
}

/*************************************************/
.timeline {
    list-style-type: none;
    display: flex;
    align-items: top;
    justify-content: center;
    margin: 1em 0 0;
}

    .timeline .li {
        transition: all 200ms ease-in;
    }

.timestamp {
    padding: 0px 40px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #afafaf;
    font-weight: 300;
}

.status {
    padding: 0px 3rem;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

    .status:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 25px;
        border: 1px solid #ddd;
        position: absolute;
        top: -10px;
        left: 45%;
        transition: all 200ms ease-in;
    }

.title-status {
    font-weight: 600;
    color: #8d98a7;
}

.li.complete .status {
    border-top: 2px solid #21Bf43
}

    .li.complete .status:before {
        background-color: #21Bf43;
        border: none;
        transition: all 200ms ease-in;
    }

.li.complete .title-status {
    font-weight: 600;
    color: #21Bf43;
}

.li.keep .status {
    border-top: 2px solid #263576
}

    .li.keep .status:before {
        background-color: #ffffff;
        border: 2px solid #263576;
        transition: all 200ms ease-in;
    }

.li.keep .title-status {
    font-weight: 600;
    color: #263576;
}

.li.checkout .status {
    border-top: 2px solid #263576
}

    .li.checkout .status:before {
        background-color: #263576;
        border: 1px solid #263576;
        transition: all 200ms ease-in;
    }

.li.checkout .title-status {
    font-weight: 600;
    color: #263576;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

        .timeline .li {
            transition: all 200ms ease-in;
            display: flex;
            width: inherit;
        }

    .timestamp {
        width: 100px;
    }

    .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}
/*************************************************/

/******************************************/
.table-last-four tr > th:nth-child(1n+6), .table-last-four tr > td:nth-child(1n+6) {
    width: 40px;
    text-align: center;
}

.table-last-one tr > th:nth-child(1n+9), .table-last-one tr > td:nth-child(1n+9) {
    width: 40px;
    text-align: center;
}

.table-dec tr > td:nth-child(1n+7) {
    text-align: right;
}

.table-configurar tr > th:nth-child(1n+7), .table-configurar tr > td:nth-child(1n+7) {
    width: 40px;
    text-align: center;
}
/********************************/
.navbar .navbar-collapse .navbar-nav .dropdown-toggle::before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -24px;
    font-size: 24px;
    color: #fff;
}

.dropdown-item.disabled:after {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 5px;
    color: #071689;
}

@media screen and (max-width: 768px) {
    .box-login {
        width: 300px;
        height: auto;
        top: 50%;
        left: 50%;
        margin-top: -130px;
        margin-left: -150px;
        background: #fff;
        border: 1px solid #ccc;
        background-image: none;
        border-radius: 10px;
    }

    .form-login {
        max-width: auto;
        padding: 1em;
    }

    .fc-toolbar h2 {
        font-size: 1.3em !important;
    }

    .fc-button {
        font-size: 10px !important;
    }

    .name-system {
        font-size: 1.3em;
    }
}
.btn-postback {
    display:none !important;
}