﻿/* ---------------------------------------------------------------------- */
/*	Body
/* ---------------------------------------------------------------------- */

body {
    font-size: 12px;
}

.icon-disabled {
    pointer-events: none !important ;
    color:  #dddddd !important;
}
/* ---------------------------------------------------------------------- */
/*	Resets
/* ---------------------------------------------------------------------- */

.nopadding {
    padding: 0px;
}

.nomarging {
    margin: 0px;
}

.content-wrapper {
    padding: 5px 20px 5px 20px;
}

.breadcrumb {
    margin-bottom: 0px;
}

@media (max-width:480px) {
    .auth {
        padding: 5px;
    }

    .card-login {
        margin: 0px;
    }

    .auth.theme-one .auto-form-wrapper {
        padding: 20px 20px 10px;
    }
}

/* ---------------------------------------------------------------------- */
/*	Estilização Acessória
/* ---------------------------------------------------------------------- */

.b1 {
    border: 1px solid #eee;
}

.bb1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.br1 {
    border-right: 1px solid #eee;
    padding-right: 5px;
    margin-right: 5px;
}

.coluna-widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* ---------------------------------------------------------------------- */
/*	Botões
/* ---------------------------------------------------------------------- */
.btn {
    font-size: 12px;
}

.btn-action-1 {
    width: 30px;
}

.btn-action-2 {
    width: 60px;
}

.btn-action-3 {
    width: 90px;
}

.wizard .actions li a {
    border-radius: 3px !important;
    padding: 10px 30px !important;
}

@media (max-width: 767px) {
    .btn-xs-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .btn-xs-row.input-group {
            padding: 0 5px;
        }

        .btn-xs-row > .btn, .btn-xs-row > .btn-group, .btn-xs-row > .btn-group > .btn {
            width: 48%;
        }

            .btn-xs-row > .btn-group > .btn {
                width: 200px;
            }

    .btn-xs-block {
        display: block;
        text-align: center;
        width: 100%;
    }

    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }

    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }

    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }

    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }

    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }

    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }

    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }

    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}
/* ---------------------------------------------------------------------- */
/*	Pagination
/* ---------------------------------------------------------------------- */
div .pag-rigth {
    float: right;
    margin-top: -20px;
    text-align: right;
}

@media (max-width:550px) {
    div.pag-rigth {
        text-align: center !important;
        width: 100% !important;
    }

    .pagination {
        justify-content: center;
        align-content: center;
    }
}

.pagination li a {
    cursor: pointer;
}

/* ---------------------------------------------------------------------- */
/*	Toast
/* ---------------------------------------------------------------------- */

.toast-message {
    font-size: 12px;
}

/* ---------------------------------------------------------------------- */
/*	Menus
/* ---------------------------------------------------------------------- */

.inputWithIcon input[type="text"] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: 0px;
        padding: 9px 8px;
        color: #ddd;
        transition: 0.3s;
        font-size: 22px;
    }

    .inputWithIcon input[type="text"]:focus + i {
        color: dodgerBlue;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

    .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        color: #fff;
        background-color: dodgerBlue;
    }

.dropdown-item {
    font-size: 12px;
}

.sidebar {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.mdi .mdi-menu {
    font-size: 16px;
}

.account-mobile {
    border: 0px;
    background: #fafbfc;
}

/* ---------------------------------------------------------------------- */
/*	BlockUI
/* ---------------------------------------------------------------------- */

.blockMsg {
    font-size: 12px;
}

.loadingImg {
    width: 16px;
    height: 16px;
}

/* ---------------------------------------------------------------------- */
/*	Logo
/* ---------------------------------------------------------------------- */

#brand-logo {
    width: 190px;
    height: 55px;
}

#brand-logo-mini {
    width: 50px;
    height: 50px;
}

.img-logo {
    display: inline-block;
    height: 87px;
    width: 270px;
}

@media (max-width:550px) {
    .img-logo {
        width: 210px;
    }
}
/* ---------------------------------------------------------------------- */
/*	Table
/* ---------------------------------------------------------------------- */

.action-icon {
    font-size: 20px;
}

.btn.btn-icon {
    padding-top: 0;
    padding-bottom: 0;
}

    .btn.btn-icon > i {
        font-size: 20px;
    }

.table td, .table th {
    font-size: 12px;
}

.table-responsive {
    padding-bottom: 15px;
}

.table-scroll {
    overflow-y: auto;
    max-height: 300px;
}

/*.table-scroll {
     max-width: 40em;
    max-height: 20em;
    overflow: scroll;
    position: relative;
}*/

table {
    position: relative;
    border-collapse: collapse;
}

td, th {
    padding: 0.25em;
}

thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    background: #fff;
    top: 0;
}

    thead th:first-child {
        left: 0;
        z-index: 1;
    }

tbody .fixed-col {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: #FFF;
}

.table-striped tbody tr:nth-of-type(odd) .fixed-col {
    background-color: #f2f8f9;
}

.checkbox-center, .radio-center {
    padding: 5px 15px 5px 15px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* ---------------------------------------------------------------------- */
/*	Checkbox
/* ---------------------------------------------------------------------- */

.custom-control-label {
    padding-top: 3px;
}

.form-group label {
    font-size: 12px;
    padding-top: 5px;
}

.input-group-prepend .input-group-text {
    background: #eee !important;
    border-color: #ddd !important;
}

.custom-control.custom-radio.custom-control-inline {
    margin-top: 5px;
}

/* ---------------------------------------------------------------------- */
/*	Pedido
/* ---------------------------------------------------------------------- */
.card-total {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.card-total-pedido {
    border-left: 1px dashed #eee;
    padding: 5px;
}

.card-item-total {
    padding: 5px;
    width: 14.28%;
}

.card-item-total-pedido {
    padding: 5px;
}

.form-row.cliente {
    padding-left: 5px;
}

h5.bd-wizard-step-title {
    font-size: 16px !important;
}

@media (max-width:550px) {
    .card-total-pedido {
        border-top: 1px dashed #eee;
        border-left: 0px;
    }

    .card-item-total {
        padding: 5px;
        width: 50%;
    }

    .card-table {
        padding: 10px !important;
    }

    .card-root {
        border: 1px solid #ddd;
        border-radius: 5px;
    }
}

.tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0px 5px 5px 5px;
}

#mySubTab {
    padding-top: 10px;
}

/* ---------------------------------------------------------------------- */
/*	Navbar
/* ---------------------------------------------------------------------- */

.navbar.default-layout {
    background: linear-gradient(120deg, #12629D, #1C436C) !important;
}

.nav {
    border-radius: 0.25rem;
}

    .nav.wrap-border {
        border: 1px solid #ddd;
    }

        .nav.wrap-border li.nav-header {
            margin: 0 0.5rem;
        }

        .nav.wrap-border li.nav-item, .nav.wrap-border div {
            padding: 2px 10px;
        }

    .nav.no-hover-bg .nav-item:hover {
        background-color: transparent;
    }

    .nav .dropdown .dropdown-item.active {
        background-color: transparent;
        color: #55595c;
    }

        .nav .dropdown .dropdown-item.active:focus {
            background-color: transparent;
            color: #55595c;
        }

    .nav.square-border {
        border-radius: 0;
    }

        .nav.square-border .nav-item .nav-link.active {
            border-radius: 0;
        }

    .nav .nav-item .nav-link {
        display: block;
    }

    .nav .dropdown-divider {
        margin: 0.5rem 0;
    }

    .nav.nav-pills .nav-item .nav-link i.float-xs-right:before {
        position: relative;
        top: 7px;
        left: 7px;
    }

    .nav.nav-pills .nav-item .nav-link .tag.float-xs-right {
        position: relative;
        top: 1px;
        left: 3px;
    }

    .nav.nav-pills .nav-item .nav-link.dropdown-toggle::after {
        top: -15px;
    }

    .nav.nav-pills.nav-justified {
        width: 100%;
    }

        .nav.nav-pills.nav-justified .nav-item {
            float: none;
        }

        .nav.nav-pills.nav-justified .nav-link {
            text-align: center;
            margin-bottom: 5px;
        }

        .nav.nav-pills.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 544px) {
    .nav.nav-pills.nav-justified .nav-item {
        display: table-cell;
        width: 1%;
    }

    .nav.nav-pills.nav-justified .nav-link {
        margin-bottom: 0;
    }
}

.nav.nav-pills.nav-justified .nav-link {
    margin-right: 0;
    border-radius: 0.25rem;
}

@media (min-width: 544px) {
    .nav.nav-pills.nav-justified .nav-link.active,
    .nav.nav-pills.nav-justified .nav-link.active:hover,
    .nav.nav-pills.nav-justified .nav-link.active:focus {
        border-bottom-color: transparent;
    }
}

.nav.nav-pills.nav-justified .nav-link.active {
    border: none;
}

    .nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
        border: none;
    }

.nav.nav-pills.nav-pill-bordered .nav-item {
    border: 1px solid #d3d3d3;
    border-radius: 0.25rem;
}

.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link {
    border: 1px solid #d3d3d3;
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: #55595c;
}

    .nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link.active {
        border: 1px solid #00B5B8;
        color: #00B5B8;
    }

.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link {
    color: #55595c;
}

    .nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
        border: 1px solid #00B5B8;
        border-radius: 0.25rem;
        color: #00B5B8;
        background-color: #ffffff;
    }

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item ~ .nav-item a.nav-link {
    border-left: 1px solid #d3d3d3;
    border-top: 0;
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:first-child a.nav-link {
    border-radius: 0.25rem 0.25rem 0 0;
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:last-child a.nav-link {
    border-radius: 0 0 0.25rem 0.25rem;
}

.nav.nav-pills.nav-pill-toolbar .nav-item {
    margin-top: 0;
    margin-left: 0;
}

    .nav.nav-pills.nav-pill-toolbar .nav-item ~ .nav-item a.nav-link {
        border-left: 0;
    }

    .nav.nav-pills.nav-pill-toolbar .nav-item:first-child a.nav-link {
        border-radius: 0.25rem 0 0 0.25rem;
    }

    .nav.nav-pills.nav-pill-toolbar .nav-item:last-child a.nav-link {
        border-radius: 0 0.25rem 0.25rem 0;
    }

    .nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
        border: 1px solid #d3d3d3;
        border-radius: 0;
    }

.nav.nav-tabs .nav-item .nav-link {
    padding: 0.5rem 0.7rem;
    display: block;
}

    .nav.nav-tabs .nav-item .nav-link.active {
        background-color: #fff;
        border-radius: 0.25rem 0.25rem 0 0;
    }

    .nav.nav-tabs .nav-item .nav-link i.float-xs-right {
        margin-left: 0.5rem;
    }

    .nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
        top: -15px;
    }

.nav.nav-tabs .nav-item:hover {
    color: #333;
}

.nav.nav-tabs.wrap-border {
    border: 1px solid #ddd;
}

.nav.nav-tabs.no-hover-bg .nav-item:hover {
    background-color: transparent;
}

.nav.nav-tabs .dropdown .dropdown-item.active {
    background-color: transparent;
    color: #55595c;
}

    .nav.nav-tabs .dropdown .dropdown-item.active:focus {
        background-color: transparent;
        color: #55595c;
    }

.nav.nav-tabs.square-border {
    border-radius: 0;
}

    .nav.nav-tabs.square-border .nav-item .nav-link.active {
        border-radius: 0;
    }

.nav.nav-tabs.nav-justified {
    width: 100%;
}

    .nav.nav-tabs.nav-justified .nav-item {
        float: none;
    }

    .nav.nav-tabs.nav-justified .nav-link {
        text-align: center;
        margin-bottom: 5px;
    }

    .nav.nav-tabs.nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 544px) {
    .nav.nav-tabs.nav-justified .nav-item {
        display: table-cell;
        width: 1%;
    }

    .nav.nav-tabs.nav-justified .nav-link {
        margin-bottom: 0;
    }
}

.nav.nav-tabs.nav-justified .nav-link {
    margin-right: 0;
    border-radius: 0.25rem;
}

@media (min-width: 544px) {
    .nav.nav-tabs.nav-justified .nav-link.active,
    .nav.nav-tabs.nav-justified .nav-link.active:hover,
    .nav.nav-tabs.nav-justified .nav-link.active:focus {
        border-bottom-color: transparent;
    }
}

.nav.nav-tabs.nav-justified .nav-item a.nav-link.active {
    background-color: #fff;
}

.nav.nav-tabs.nav-top-border .nav-item a {
    color: #1b6db5;
}

    .nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
        border-top: 3px solid #1b6db5;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #555;
    }

    .nav.nav-tabs.nav-top-border .nav-item a:hover {
        color: #084835;
    }

.nav.nav-tabs.nav-topline {
    border-bottom: none;
}

    .nav.nav-tabs.nav-topline .nav-item:hover {
        background-color: transparent;
    }

    .nav.nav-tabs.nav-topline .nav-item:not(:last-child) {
        border-right: none;
    }

    .nav.nav-tabs.nav-topline .nav-item a {
        border: 1px solid rgba(40, 44, 42, 0.1);
        border-bottom: none;
    }

        .nav.nav-tabs.nav-topline .nav-item a.nav-link {
            padding: 0.8rem 0.5rem;
            background: rgba(40, 44, 42, 0.05);
            color: #74777b;
            line-height: 1;
            -webkit-transition: color 0.2s;
            transition: color 0.2s;
        }

            .nav.nav-tabs.nav-topline .nav-item a.nav-link.active {
                background: none;
                box-shadow: inset 0 3px 0 #FF7588;
                color: #FF7588;
                border-radius: 0;
                border-top-color: #FF7588;
                border-bottom: none;
            }

            .nav.nav-tabs.nav-topline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-topline .nav-item a.nav-link:focus {
                color: #FF7588;
            }

            .nav.nav-tabs.nav-topline .nav-item a.nav-link.dropdown-toggle::after {
                top: -10px;
            }

.nav.nav-tabs.nav-underline {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #2DCEE3;
}

    .nav.nav-tabs.nav-underline .nav-item {
        position: relative;
        z-index: 1;
        display: block;
        text-align: center;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
    }

        .nav.nav-tabs.nav-underline .nav-item.open a .nav-link {
            background-color: transparent;
        }

            .nav.nav-tabs.nav-underline .nav-item.open a .nav-link:focus, .nav.nav-tabs.nav-underline .nav-item.open a .nav-link:hover {
                background-color: transparent;
                color: #2DCEE3;
            }

        .nav.nav-tabs.nav-underline .nav-item a.nav-link {
            position: relative;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 2.5;
            padding: 0.5rem 1rem;
            -webkit-transition: color 0.2s;
            transition: color 0.2s;
            color: #2DCEE3;
            border: none;
        }

            .nav.nav-tabs.nav-underline .nav-item a.nav-link.dropdown-toggle::after {
                margin-top: -1rem;
            }

            .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
                border: none;
                background-color: transparent;
            }

                .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus, .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
                    color: #55595c;
                    background-color: transparent;
                }

                .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:before {
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                }

            .nav.nav-tabs.nav-underline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-underline .nav-item a.nav-link:focus {
                color: #2DCEE3;
            }

            .nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                height: 4px;
                background: #2DCEE3;
                content: '';
                -webkit-transition: -webkit-transform 0.3s;
                transition: transform 0.3s;
                -webkit-transform: translate3d(0, 150%, 0);
                transform: translate3d(0, 150%, 0);
            }

.nav.nav-tabs.nav-linetriangle {
    border-bottom-color: #FFA87D;
}

    .nav.nav-tabs.nav-linetriangle .nav-item {
        position: relative;
        z-index: 1;
        display: block;
        text-align: center;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
            position: relative;
            display: block;
            overflow: visible;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 2.5;
            border: none;
            color: #55595c;
        }

            .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                border-bottom-color: #FFA87D;
                color: #FFA87D;
            }

                .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after, .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    border: solid transparent;
                    content: '';
                    pointer-events: none;
                }

                .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
                    margin-left: -11px;
                    border-width: 12px;
                    border-top-color: #FFA87D;
                }

                .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after {
                    margin-left: -10px;
                    border-width: 10px;
                    border-top-color: #fff;
                }

                .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
                    color: #FFA87D;
                }

            .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle:after {
                margin-top: -1rem;
            }

            .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle.active:after {
                margin-top: 0;
            }

    .nav.nav-tabs.nav-linetriangle.nav-justified {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom-color: #FFA87D;
    }

        .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active {
            top: 0px;
        }

.nav.nav-tabs.nav-iconfall {
    overflow: visible;
    border-bottom: none;
}

    .nav.nav-tabs.nav-iconfall .nav-item {
        position: relative;
        z-index: 1;
        display: block;
        text-align: center;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0.5rem 0.7rem 0;
    }

        .nav.nav-tabs.nav-iconfall .nav-item:hover, .nav.nav-tabs.nav-iconfall .nav-item:focus {
            background-color: transparent;
        }

        .nav.nav-tabs.nav-iconfall .nav-item a.nav-link {
            display: inline-block;
            padding: 1em 0 2em;
            color: #74777b;
            position: relative;
            line-height: 2.5;
            width: 100%;
            border: none;
            -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
            transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        }

        .nav.nav-tabs.nav-iconfall .nav-item a:hover, .nav.nav-tabs.nav-iconfall .nav-item a:focus {
            color: #2CC185;
            border: none;
        }

        .nav.nav-tabs.nav-iconfall .nav-item a.active {
            color: #2CC185;
            border: none;
            background-color: transparent;
        }

            .nav.nav-tabs.nav-iconfall .nav-item a.active i:after {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

            .nav.nav-tabs.nav-iconfall .nav-item a.active i:before {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

        .nav.nav-tabs.nav-iconfall .nav-item a i {
            display: block;
            margin-right: 0;
        }

            .nav.nav-tabs.nav-iconfall .nav-item a i:after {
                position: absolute;
                bottom: 1em;
                left: 50%;
                margin-left: -20px;
                width: 40px;
                height: 4px;
                background: #2CC185;
                content: '';
                opacity: 0;
                -webkit-transition: -webkit-transform 0.2s ease-in;
                transition: transform 0.2s ease-in;
                -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1);
            }

            .nav.nav-tabs.nav-iconfall .nav-item a i:before {
                display: block;
                margin: 0 0 0.35em;
                opacity: 0;
                -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
                transition: transform 0.2s, opacity 0.2s;
                -webkit-transform: translate3d(0, -100px, 0);
                transform: translate3d(0, -100px, 0);
                pointer-events: none;
            }

        .nav.nav-tabs.nav-iconfall .nav-item a.dropdown-toggle:after {
            margin-top: -1rem;
        }

.nav .nav-item .nav-link {
    display: block;
}

.nav .dropdown-divider {
    margin: 0.5rem 0;
}

@media (min-width: 544px) {
    .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item,
    .nav.nav-tabs.nav-iconfall.nav-justified .nav-item,
    .nav.nav-tabs.nav-underline.nav-justified .nav-item {
        display: table-cell !important;
    }
}

.nav-vertical .nav-left.nav-tabs {
    float: left;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    border-radius: 0;
    display: table;
}

    .nav-vertical .nav-left.nav-tabs li.nav-item {
        float: none;
        margin: 0;
        margin-right: -1px;
    }

        .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
            border: 1px solid #ddd;
            border-right: 0;
            border-radius: 0.25rem 0 0 0.25rem;
        }

    .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link {
        color: #FF7588;
    }

        .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
            border-left: 3px solid #FF7588;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            color: #555;
        }

.nav-vertical .nav-left ~ .tab-content {
    margin-left: 45px;
}

    .nav-vertical .nav-left ~ .tab-content .tab-pane {
        display: none;
        background-color: #fff;
        padding: 0 0 0.6rem 1rem;
        overflow-y: auto;
    }

        .nav-vertical .nav-left ~ .tab-content .tab-pane.active {
            display: block;
        }

.nav-vertical .nav-right.nav-tabs {
    float: right;
    border-bottom: 0;
    border-left: 1px solid #ddd;
    border-radius: 0;
    display: table;
}

    .nav-vertical .nav-right.nav-tabs li.nav-item {
        float: none;
        margin: 0;
        margin-left: -1px;
    }

        .nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active {
            border: 1px solid #ddd;
            border-left: 0;
            border-radius: 0 0.25rem 0.25rem 0;
        }

    .nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link {
        color: #FF7588;
    }

        .nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link.active {
            border-right: 3px solid #FF7588;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            color: #555;
        }

.nav-vertical .nav-right ~ .tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 0 0 0.6rem 1rem;
    overflow-y: auto;
}

    .nav-vertical .nav-right ~ .tab-content .tab-pane.active {
        display: block;
    }

.nav.nav-tabs.nav-only-icon .nav-item .nav-link {
    font-size: 1.25rem;
}

    .nav.nav-tabs.nav-only-icon .nav-item .nav-link i {
        margin-left: 0.5rem;
    }

.nav.nav-tabs .nav-item.open .nav-link,
.nav.nav-tabs .nav-item.open .nav-link:focus {
    background-color: transparent;
}

.nav.nav-tabs > li.disabled {
    pointer-events: none !important;
    color: #dddddd !important;
}
 
/* ---------------------------------------------------------------------- */
/*	Datepicker
/* ---------------------------------------------------------------------- */
/**/
input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}



/* ---------------------------------------------------------------------- */
/*	Select
/* ---------------------------------------------------------------------- */

.form-control > button {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
}

.filter-option-inner-inner {
    color: #495057;
}

@media (max-width:480px) {
    .bootstrap-select .dropdown-menu {
        max-width: 122%;
    }

        .bootstrap-select .dropdown-menu span.text {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}
/* ---------------------------------------------------------------------- */
/*	Multiselct
/* ---------------------------------------------------------------------- */
select.multiselect,
select.multiselect + div.btn-group,
select.multiselect + div.btn-group button.multiselect,
select.multiselect + div.btn-group.open .multiselect-container {
    width: 100% !important;
}

.multiselect-container input[type="checkbox"] {
    margin-right: 20px;
}

.multiselect-container a {
    color: #333;
}

.input-group > .multiselect-native-select {
    width: 81%;
}

/* ---------------------------------------------------------------------- */
/*	Accordion
/* ---------------------------------------------------------------------- */

.accordion-head i {
    font-size: 2.5em;
    float: right;
}

.accordion-head a {
    text-decoration: none;
    color: #333;
}

.accordion-head .class-title {
    text-decoration: none;
    color: #333;
}

.accordion-head > .collapsed > i:before {
    content: "\f105";
}

#collapseArrow h4 {
    height: 30px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-left: 10px;
}

#collapseArrow i {
    padding-right: 10px;
}

#accordionHeading {
    padding: 0px;
}
/* ---------------------------------------------------------------------- */
/*	Card
/* ---------------------------------------------------------------------- */
.card-border {
    border: 1px solid #ddd;
    border-radius: 5px;
}

@media (max-width:550px) {
    .content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-body, .modal-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* ---------------------------------------------------------------------- */
/*	Widget
/* ---------------------------------------------------------------------- */

@media (max-width:550px) {
    .stretch-card {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .card-statistics .card-body {
        padding-top: 10px;
    }
}

/* ---------------------------------------------------------------------- */
/*	Autocomplete
/* ---------------------------------------------------------------------- */

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/* ---------------------------------------------------------------------- */
/*	Validation Bootstrap 4
/* ---------------------------------------------------------------------- */

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #ddd;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #308ee0;
        box-shadow: none;
    }

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #ddd;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #212529;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before,
    .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
        background-color: #ddd;
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

/* ---------------------------------------------------------------------- */
/*	JQuery Steps
/* ---------------------------------------------------------------------- */

.wizard .steps {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#wizard2 .number {
    font-size: 25px !important;
}

#wizard2 > .content.clearfix {
    margin-bottom: 10px !important;
}

.wizard .steps > ul li span.number > .mdi {
    line-height: 47px !important;
}

.bd-wizard-step-title {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .bd-wizard-step-title > .mdi {
        font-size: 40px;
        margin-right: 10px;
        color: #ccc;
    }

    .bd-wizard-step-title > [class^="flaticon-"]:before, .bd-wizard-step-title > [class*=" flaticon-"]:before, .bd-wizard-step-title > [class^="flaticon-"]:after, .bd-wizard-step-title > [class*=" flaticon-"]:after {
        font-size: 38px;
        font-weight: 100;
        margin-right: 10px !important;
        color: #ccc;
    }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 25px;
    margin-left: 1px !important;
}

.bd-wizard-step-title {
    margin-bottom: 10px !important;
}

.steps.clearfix > ul {
    margin-bottom: 0;
}

/* ---------------------------------------------------------------------- */
/*	Cor dos Botões dos Steps
/* ---------------------------------------------------------------------- */
.wizard .actions li a {
    background-color: #308ee0 !important;
}

div.actions.clearfix > ul > li:nth-child(1) > a {
    background-color: #8ba2b5 !important;
}

div.actions.clearfix > ul > li:nth-child(3) > a {
    background-color: #00ce68 !important;
}
/* ---------------------------------------------------------------------- */
/*	JQuery AutoComplete
/* ---------------------------------------------------------------------- */
.ui-autocomplete {
    overflow-y: auto;
    height: 300px;
    overflow-x: hidden;
}



@media (min-width: 751px) {
    .btn-pm-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .btn-pm-row > .btn {
            width: 48%;
        }
}

/* ---------------------------------------------------------------------- */
/*	Details
/* ---------------------------------------------------------------------- */
.label-details {
    display: flex;
    flex-direction: row;
    justify-content: left;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 5px 0;
}

.label-cliente {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    padding: 5px 0 !important;
}

    .label-details > strong, .label-cliente > strong {
        color: #555;
        padding-right: 5px;
    }

.form-box-cliente {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    padding: 0 10px 15px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 8px -6px rgba(48,142,224,1);
    -moz-box-shadow: 3px 3px 8px -6px rgba(48,142,224,1);
    box-shadow: 3px 3px 8px -6px rgba(48,142,224,1);
}

    .form-box-cliente .label-cliente > i {
        color: #ccc;
        font-size: 40px;
        margin-top: -25px;
        height: 35px;
    }

@media (max-width: 550px) {
    .label-details, .label-cliente {
        flex-direction: column;
    }

    .form-box-cliente .label-cliente.icon {
        display: none;
    }
}

/* ---------------------------------------------------------------------- */
/*	Widgets
/* ---------------------------------------------------------------------- */

.clearfix2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .clearfix2 > .item .btn.dropdown-toggle.btn-light {
        width: 150px;
    }
