/*.box.primary, .btn.primary, .panel.primary, .primary, .table-paging > .primary, .table-paging > a, .table-paging > a.box, .table-paging > a.panel {
    background: #007bc0;
    color: #fff;
}

    .box.primary a, .btn.primary a, .panel.primary a, .primary a, .table-paging > .primary a, .table-paging > a a, .table-paging > a.box a, .table-paging > a.panel a {
        color: #fff;
    }

    .box.primary.inverse, .btn.primary.inverse, .panel.primary.inverse, .primary.inverse, .table-paging > .inverse.primary, .table-paging > a.box.inverse, .table-paging > a.inverse, .table-paging > a.panel.inverse {
        background: #74cdff;
        color: #005a8d;
    }

.box.secondary, .btn.secondary, .panel.secondary, .secondary, .table-paging > .secondary {
    background: #3fb1e5;
    color: #fff;
}

    .box.secondary a, .btn.secondary a, .panel.secondary a, .secondary a, .table-paging > .secondary a {
        color: #fff;
    }

    .box.secondary.inverse, .btn.secondary.inverse, .panel.secondary.inverse, .secondary.inverse, .table-paging > .secondary.inverse {
        background: #dcf1fa;
        color: #1d9bd4;
    }

.box.error, .btn.error, .error, .panel.error, .table-paging > .error {
    background: #ce4343;
    color: #fff;
}

    .box.error a, .btn.error a, .error a, .panel.error a, .table-paging > .error a {
        color: #fff;
    }

    .box.error.inverse, .btn.error.inverse, .error.inverse, .panel.error.inverse, .table-paging > .error.inverse {
        background: #f3d1d1;
        color: #b02e2e;
    }

.box.success, .btn.success, .panel.success, .success, .table-paging > .success {
    background: #4fbc52;
    color: #fff;
}

    .box.success a, .btn.success a, .panel.success a, .success a, .table-paging > .success a {
        color: #fff;
    }

    .box.success.inverse, .btn.success.inverse, .panel.success.inverse, .success.inverse, .table-paging > .success.inverse {
        background: #d0edd1;
        color: #3c9c3e;
    }

.box.warn, .btn.warn, .panel.warn, .table-paging > .warn, .warn {
    background: #e5ab3b;
    color: #fff;
}

    .box.warn a, .btn.warn a, .panel.warn a, .table-paging > .warn a, .warn a {
        color: #fff;
    }

    .box.warn.inverse, .btn.warn.inverse, .panel.warn.inverse, .table-paging > .warn.inverse, .warn.inverse {
        background: #faefd9;
        color: #d1931c;
    }

.box.info, .btn.info, .info, .panel.info, .table-paging > .info {
    background: #3fb1e5;
    color: #fff;
}

    .box.info a, .btn.info a, .info a, .panel.info a, .table-paging > .info a {
        color: #fff;
    }

    .box.info.inverse, .btn.info.inverse, .info.inverse, .panel.info.inverse, .table-paging > .info.inverse {
        background: #dcf1fa;
        color: #1d9bd4;
    }

@-ms-viewport {
    width: device-width;
}

body, html {
    font-family: "Open Sans", sans-serif;
    line-height: 1.475;
    color: #02131d;
}

body {
    font-size: 1.5rem;
}

a {
    color: #007bc0;
}

    a:active, a:focus, a:hover {
        color: #3fb1e5;
    }

.h1, h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin: 0;
}

    .h1 small, h1 small {
        letter-spacing: -.1rem;
    }

.h1 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.h2, h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin: 0;
}

    .h2 small, h2 small {
        letter-spacing: -.1rem;
    }

.h2 {
    margin-top: 3.5rem;
    margin-bottom: 1.75rem;
}

.h3, h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
}

    .h3 small, h3 small {
        letter-spacing: -.1rem;
    }

.h3 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.h4, h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0;
}

    .h4 small, h4 small {
        letter-spacing: -.1rem;
    }

.h4 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.h5, fieldset legend, h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
}

    .h5 small, fieldset legend small, h5 small {
        letter-spacing: -.1rem;
    }

.h5 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.h6, h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
}

    .h6 small, h6 small {
        letter-spacing: -.1rem;
    }

.h6 {
    margin-top: 1.5rem;
    margin-bottom: .75rem;
}

p.narrow {
    margin-top: 8px;
    margin-bottom: 8px;
}

.box {
    border: none;
}

.btn, .table-paging > * {
    border-radius: 6px;
    border: none;
    font-weight: 700;
    padding: 16px 32px;
}

    .btn.primary:active, .btn.primary:focus, .btn.primary:hover, .table-paging > .primary:active, .table-paging > .primary:focus, .table-paging > .primary:hover, .table-paging > a:active, .table-paging > a:focus, .table-paging > a:hover {
        background: #3fb1e5;
    }

    .btn.top-icon, .table-paging > .top-icon {
        position: relative;
        padding-top: 1.4em;
    }

        .btn.top-icon .icon, .table-paging > .top-icon .icon {
            position: absolute;
            top: 0;
            margin-top: -.8em;
            color: #fff;
            left: 50%;
            margin-left: -.8em;
            width: 1.6em;
            display: inline-block;
            text-align: center;
            font-size: 1.4em;
            line-height: 1.6em;
            height: 1.6em;
            border-radius: 50%
        }

.faux-input {
    padding: 4px 8px;
    display: inline-block;
    vertical-align: top;
}

.input-group .btn, .input-group .table-paging > * {
    padding: 4px 16px;
}

    .input-group .btn .icon, .input-group .table-paging > * .icon {
        position: relative;
        top: 2px;
    }

.circle {
    color: #fff;
    background: #737679;
    width: 1.6em;
    display: inline-block;
    text-align: center;
    font-size: .8em;
    line-height: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    position: relative;
    top: -.1em;
}

.panel {
    border-color: #d8d8d6;
}

    .panel.panel-start {
        box-shadow: 0 1px 2px rgba(2, 19, 29, .1);
        margin: 32px 0;
    }

    .panel .panel-img img {
        width: 100%
    }

    .panel .panel-img-contained {
        text-align: center;
    }

        .panel .panel-img-contained img {
            max-width: 100%;
            max-height: 100vw;
            width: auto;
        }

    .panel .panel-btn {
        display: block;
    }

    .panel.start-completed .panel-img {
        position: relative;
    }

        .panel.start-completed .panel-img:after {
            content: "";
            background: url(i/start-completed.png);
            background-size: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
            position: absolute;
        }

        .panel.start-completed .panel-img img {
            filter: grayscale(20%);
        }

    .panel.start-disabled {
        background: #f6f6f5;
    }

        .panel.start-disabled .panel-img img {
            filter: grayscale(100%);
        }

    .panel.panel-kpi {
        position: relative;
        min-height: 200px;
    }

        .panel.panel-kpi .body {
            position: static;
        }

        .panel.panel-kpi .panel-kpi-bignum {
            position: relative;
            z-index: 1;
            margin-top: 16px;
            font-size: 8rem;
            line-height: 9rem;
        }

        .panel.panel-kpi .panel-kpi-title {
            position: relative;
            z-index: 1;
            font-size: 2rem;
        }

        .panel.panel-kpi .panel-kpi-chart {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 50%;
            z-index: 0;
            opacity: .5;
            width: 100%
        }

    .panel.panel-primary {
        background: #007bc0;
        color: #fff;
    }

        .panel.panel-primary a {
            color: #fff;
        }

    .panel.panel-secondary {
        background: #3fb1e5;
        color: #fff;
    }

        .panel.panel-secondary a {
            color: #fff;
        }

    .panel.panel-green {
        background: #4fbc52;
        color: #fff;
    }

        .panel.panel-green a {
            color: #fff;
        }

    .panel.panel-litegreen {
        background: #86d188;
        color: #fff;
    }

        .panel.panel-litegreen a {
            color: #fff;
        }

    .panel.panel-yellow {
        background: #e5ab3b;
        color: #fff;
    }

        .panel.panel-yellow a {
            color: #fff;
        }

    .panel.panel-liteyellow {
        background: #eec87f;
        color: #fff;
    }

        .panel.panel-liteyellow a {
            color: #fff;
        }

    .panel.panel-apis {
        background-image: url(../images/login-logo.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        border: none;
    }

@media screen and (max-width:899px) {
    .panel.panel-apis {
        min-height: 180px;
    }
}

.panel.panel-notifications {
    justify-content: flex-start !important;
}

.panel .footer a .icon {
    position: relative;
    top: .2em;
}

.dashboard {
    padding: 32px 0;
}

    .dashboard .row {
        align-items: stretch;
        margin-bottom: 16px;
    }

@media screen and (max-width:899px) {
    .dashboard .row {
        margin-bottom: 0;
    }
}

@media screen and (max-width:899px) {
    .dashboard .row > .col {
        margin-bottom: 32px;
    }
}

.dashboard .panel {
    margin: 16px 0;
    height: 100%;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .dashboard .panel .linkblock {
        padding: 8px 0 0;
        position: relative;
        padding-left: 16px;
    }

        .dashboard .panel .linkblock .icon {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -.2em;
            transition-delay: .2s;
            transition-duration: .1s;
            transition-timing-function: ease-out;
        }

        .dashboard .panel .linkblock:active, .dashboard .panel .linkblock:focus, .dashboard .panel .linkblock:hover {
            text-decoration: underline;
        }

            .dashboard .panel .linkblock:active .icon, .dashboard .panel .linkblock:focus .icon, .dashboard .panel .linkblock:hover .icon {
                left: 4px;
            }

form .form-group {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

    form .form-group.compact {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.form-group-striped .form-group:nth-child(even) {
    background: #f1f1f0;
}

.form-group-label {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #737679;
}

.note {
    color: #737679;
    font-size: 80%;
    margin-top: 0;
}

.tooltip-box {
    background: #99d5f1;
    color: #02131d;
    border-radius: 6px;
    font-size: 80%;
    padding: 4px 16px;
    margin: 8px 0;
    position: relative;
    box-shadow: 0 1px 2px rgba(2, 19, 29, .1);
}

    .tooltip-box:before {
        content: "";
        position: absolute;
        top: -8px;
        z-index: 100;
        border-style: solid;
        border-width: 0 16px 12px 16px;
        border-color: transparent transparent #99d5f1 transparent;
    }

.form-header {
    padding: 16px 16px;
}

fieldset {
    border: none;
    padding: 0;
    position: relative;
    border-style: solid;
    border-width: 1px 0;
    border-color: #a7a9ab;
}

    fieldset legend {
        margin-top: 0;
        margin-bottom: 16px;
    }

    fieldset > .close {
        position: absolute;
        right: 32px;
        top: 16px;
        font-size: 2rem;
        color: #a7a9ab;
        z-index: 1;
    }

    fieldset.hideable {
        padding: 16px 0;
    }

        fieldset.hideable:disabled, fieldset.hideable[disabled] {
            display: none;
        }

.tab-links {
    margin: 16px 0 32px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
}

    .tab-links > * {
        flex-grow: 1;
        text-align: center;
        border-radius: 0;
        color: #737679;
    }

    .tab-links .active {
        background: 0 0;
        border-bottom: 2px solid #007bc0;
        color: #007bc0;
    }

.list-group > a.active {
    background: #3fb1e5;
}

hr {
    background: #d8d8d6;
}

.section, .section-left, .section-right {
    padding-top: 16px;
    padding-bottom: 16px;
}

.section-left {
    border-right: 1px solid #d8d8d6;
}

.section-right {
    border-left: 1px solid #d8d8d6;
}

@media screen and (max-width:899px) {
    .section-left {
        border-right: none;
    }
}

.file-doc {
    margin: 0 4px 8px;
    width: 200px;
    display: inline-block;
    text-align: center;
    transition-delay: .2s;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    padding-top: 2px;
}

    .file-doc img {
        position: relative;
        width: 100%;
        border-radius: 2px;
        border: 4px solid #fff;
        box-shadow: 0 1px 2px rgba(2, 19, 29, .1);
        transition-delay: .2s;
        transition-duration: .1s;
        transition-timing-function: ease-out;
        background: #f1f1f0;
    }

    .file-doc:active img, .file-doc:focus img, .file-doc:hover img {
        margin-bottom: 2px;
        margin-top: -2px;
        box-shadow: 0 3px 4px rgba(2, 19, 29, .2);
    }

    .file-doc.small {
        width: 100px;
    }

    .file-doc.large {
        width: 300px;
    }

.accordion .tab {
    border-left: 1px solid #3fb1e5;
}

.accordion .list-group > :first-child {
    border-top: 1px solid #d8d8d6;
}

.table .sort {
    display: block;
}

    .table .sort .icon {
        float: right;
    }

.table .valign-top, .table.valign-top tr {
    vertical-align: top;
}

.table .valign-bottom, .table.valign-bottom tr {
    vertical-align: bottom;
}

.table .table-actions {
    text-align: right;
    white-space: nowrap;
}

    .table .table-actions a, .table .table-actions button {
        display: inline-block;
        margin: 0 8px;
    }

.table.table-edit label .icon {
    padding: 0 4px;
}

.table.table-edit input, .table.table-edit select, .table.table-edit textarea {
    display: none;
    font-size: 90%;
    padding: 1px 2px;
    border-width: 0 0 1px 0;
    background: #e4e4e3;
    border-radius: 1px;
}

.table.table-edit .edit-actions {
    display: none;
}

.table.table-edit .nonedit-actions {
    display: block;
}

.table.table-edit tr.editing label {
    display: none;
}

.table.table-edit tr.editing input, .table.table-edit tr.editing select, .table.table-edit tr.editing textarea {
    display: block;
}

.table.table-edit tr.editing .edit-actions {
    display: block;
}

.table.table-edit tr.editing .nonedit-actions {
    display: none;
}

.table.table-edit tr.subopen {
    background: #b4b6b7;
    font-weight: 700;
    border: 2px solid #b4b6b7;
}

.table.table-edit tr.table-empty .box {
    margin: 4px 0;
}

.table.table-edit tr.row-sub {
    display: none;
    background: #e4e4e3;
    border: 2px solid #b4b6b7;
}

    .table.table-edit tr.row-sub.active {
        display: table-row;
    }

    .table.table-edit tr.row-sub input, .table.table-edit tr.row-sub select, .table.table-edit tr.row-sub textarea {
        display: inline-block;
    }

.table .module-section .module-section-title {
    font-weight: 700;
    padding: 8px;
    font-size: 120%
}

.table .module-section .module-block {
    margin: 4px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e3;
    background: #fff;
}

    .table .module-section .module-block .module-name {
        font-weight: 700;
    }

    .table .module-section .module-block.disabled {
        background: #f1f1f0;
        color: #737679;
    }

    .table .module-section .module-block input {
        background: #fff;
    }

        .table .module-section .module-block input[disabled], .table .module-section .module-block input[readonly] {
            background: #e4e4e3;
        }

.table-tools {
    padding: 8px 0;
}

    .table-tools form {
        margin-bottom: 0;
    }

.table-paging {
    padding: 16px 16px;
}

    .table-paging > * {
        display: inline-block;
        padding: 2px 8px;
    }

    .table-paging > span {
        background: #d8d8d6;
    }

    .table-paging > a {
        color: #fff;
    }

.comments {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

    .comments .icon {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        font-size: 26px;
    }

    .comments .comments-count {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 13px;
        letter-spacing: -1px;
        font-weight: 700;
    }

    .comments.unread .icon {
        color: #ce4343;
    }

    .comments.read .icon {
        color: #3fb1e5;
    }

.notification-float {
    white-space: nowrap;
    position: fixed;
    bottom: 32px;
    right: -230px;
    z-index: 991;
    width: 280px;
    vertical-align: bottom;
    min-height: 12.8rem;
    transition-delay: .2s;
    transition-duration: .1s;
    transition-timing-function: ease-out;
}

    .notification-float a.notification-float-bubble {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 25px 0 0 25px;
        line-height: 50px;
        box-shadow: 5px 1px 8px rgba(2, 19, 29, .4);
        z-index: 992;
        text-align: center;
        vertical-align: bottom;
    }

        .notification-float a.notification-float-bubble .icon {
            font-size: 25px;
            line-height: 50px;
        }

    .notification-float .notification-float-container {
        display: inline-block;
        position: absolute;
        bottom: -5px;
        right: 0;
        top: 0;
        margin-top: 0;
        background: #fff;
        text-align: left;
        width: 230px;
        max-width: 230px;
        border-style: solid;
        border-width: 0 0 2px 2px;
        box-shadow: 5px 1px 8px rgba(2, 19, 29, .4);
        border-radius: 3px 0 0 3px;
        z-index: 993;
    }

        .notification-float .notification-float-container .nfc-header {
            position: relative;
            font-size: 1.44rem;
            line-height: 2.8rem;
            height: 2.8rem;
            padding: 0 .65rem;
        }

            .notification-float .notification-float-container .nfc-header .nfc-expand {
                display: block;
            }

                .notification-float .notification-float-container .nfc-header .nfc-expand .icon {
                    transition-delay: .2s;
                    transition-duration: .1s;
                    transition-timing-function: ease-out;
                    position: absolute;
                    transform-origin: center center;
                    right: .65rem;
                    top: 50%;
                    margin-top: -.6rem;
                }

        .notification-float .notification-float-container .nfc-body {
            display: block;
            position: relative;
            font-size: 1.2rem;
            line-height: 1.2rem;
            position: absolute;
            top: 2.8rem;
            right: 0;
            left: 0;
            bottom: 0;
        }

            .notification-float .notification-float-container .nfc-body .nfc-element {
                padding: 1rem .65rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                border-bottom: 1px solid #d8d8d6;
            }

                .notification-float .notification-float-container .nfc-body .nfc-element a {
                    color: #5a5d5f;
                }

                    .notification-float .notification-float-container .nfc-body .nfc-element a .icon {
                        margin-right: 4px;
                    }

                    .notification-float .notification-float-container .nfc-body .nfc-element a:active, .notification-float .notification-float-container .nfc-body .nfc-element a:focus, .notification-float .notification-float-container .nfc-body .nfc-element a:hover {
                        color: #02131d;
                    }

    .notification-float.alerting a.notification-float-bubble {
        animation-name: alertnotification;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }

    .notification-float.active {
        right: 0;
    }

        .notification-float.active a.notification-float-bubble {
            animation-name: ''
        }

    .notification-float.expanded {
        top: 128px;
    }

        .notification-float.expanded .nfc-header .nfc-expand .icon {
            transform: rotate(180deg);
        }

    .notification-float.system .nfc-footer, .notification-float.system .nfc-header, .notification-float.system a.notification-float-bubble {
        background: #007bc0;
        color: #fff;
    }

        .notification-float.system .nfc-footer a, .notification-float.system .nfc-header a {
            color: #fff;
        }

            .notification-float.system .nfc-footer a .icon, .notification-float.system .nfc-header a .icon {
                opacity: .7;
            }

            .notification-float.system .nfc-footer a:active .icon, .notification-float.system .nfc-footer a:focus .icon, .notification-float.system .nfc-footer a:hover .icon, .notification-float.system .nfc-header a:active .icon, .notification-float.system .nfc-header a:focus .icon, .notification-float.system .nfc-header a:hover .icon {
                opacity: 1;
            }

    .notification-float.system .notification-float-container {
        border-color: #007bc0;
    }

    .notification-float.messages .nfc-footer, .notification-float.messages .nfc-header, .notification-float.messages a.notification-float-bubble {
        background: #4fbc52;
        color: #fff;
    }

    .notification-float.messages .notification-float-container {
        border-color: #4fbc52;
    }

@keyframes alertnotification {
    0% {
        transform: translate(0, 0);
    }

    90% {
        transform: translate(0, 0);
    }

    95% {
        transform: translate(10px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media screen and (max-width:899px) {
    .notification-float-message {
        margin-left: 32px;
    }
}

.login {
    background: #d8d8d6;
    box-shadow: 0 0 35px #fff inset;
}

    .login body {
        background-color: transparent;
        height: 100vh;
    }

    .login .login-box {
        margin-top: 10vh;
        text-align: center;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 5px rgba(2, 19, 29, .1);
        padding: 32px 32px 16px;
    }

        .login .login-box .login-head {
            font-family: Comfortaa, 'Open Sans', sans-serif;
            padding-bottom: 32px;
        }

            .login .login-box .login-head img {
                width: 90%;
                display: block;
                margin: 0 auto;
                max-width: 300px;
            }

        .login .login-box .login-action {
            padding: 16px 0;
        }

    .login input {
        font-size: 2rem;
        border: none;
        border-bottom: 2px solid #d8d8d6;
        border-radius: 0;
        margin-top: 4px;
    }

        .login input:active, .login input:focus, .login input:hover {
            box-shadow: 0 0 0;
        }

.navbar-toggle .icon-bar {
    background: #007bc0;
}

.navbar {
    border-bottom-color: #3fb1e5;
    box-shadow: 0 2px 4px rgba(2, 19, 29, .1);
}

    .navbar > * {
        overflow: visible;
    }

.navbar-header .navbar-brand img {
    height: 32px;
    vertical-align: middle;
}

.navbar-search {
    position: relative;
}

    .navbar-search form {
        position: relative;
    }

    .navbar-search .search-group {
        position: relative;
        width: 50%
    }

        .navbar-search .search-group .addon {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            background: no-repeat;
            border: 0;
            padding: 0;
            bottom: 0;
            line-height: 46px;
            width: 3rem;
            text-align: center;
            color: #a7a9ab;
        }

        .navbar-search .search-group input {
            font-size: 2rem;
            padding-left: 3.5rem;
            height: 32px;
            min-height: 32px;
        }

    .navbar-search .omnisearch-clear {
        position: absolute;
        left: 50%;
        z-index: 1;
        display: none;
        margin-left: -18px;
        color: #a7a9ab;
        opacity: .5;
    }

        .navbar-search .omnisearch-clear:active, .navbar-search .omnisearch-clear:focus, .navbar-search .omnisearch-clear:hover {
            opacity: 1;
        }

.mq-md .navbar-search .search-group, .mq-sm .navbar-search .search-group {
    width: 100%
}

.mq-md .navbar-search .omnisearch-clear, .mq-sm .navbar-search .omnisearch-clear {
    left: 100%
}

.search-results {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 997;
    background: #fff;
    box-shadow: 0 2px 4px rgba(2, 19, 29, .1);
    border: 1px solid #d8d8d6;
    border-radius: 6px;
}

    .search-results.active {
        display: block;
    }

    .search-results .empty {
        padding: 8px 16px;
        color: #a7a9ab;
    }

    .search-results .omnisearch-result, .search-results .search-result {
        line-height: 1.6rem;
        border-bottom: 1px solid #d8d8d6;
    }

        .search-results .omnisearch-result a, .search-results .search-result a {
            padding: 8px 16px 8px 38px;
            position: relative;
            display: block;
        }

            .search-results .omnisearch-result a:active, .search-results .omnisearch-result a:focus, .search-results .omnisearch-result a:hover, .search-results .search-result a:active, .search-results .search-result a:focus, .search-results .search-result a:hover {
                background: #f1f1f0;
            }

            .search-results .omnisearch-result a .icon, .search-results .search-result a .icon {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -9px;
                height: 32px;
                bottom: 0;
                vertical-align: middle;
                font-size: 18px;
                display: inline-block;
                width: 32px;
                text-align: center;
            }

            .search-results .omnisearch-result a span, .search-results .search-result a span {
                display: block;
            }

            .search-results .omnisearch-result a small, .search-results .search-result a small {
                display: block;
                color: #737679;
            }

    .search-results .loader {
        min-width: 180px;
        text-align: center;
    }

        .search-results .loader > img {
            vertical-align: middle;
        }

.search-results-page .search-result {
    line-height: 1.6rem;
    border-bottom: 1px solid #d8d8d6;
}

    .search-results-page .search-result a {
        padding: 24px 32px 24px 39px;
        position: relative;
        display: inline-block;
    }

        .search-results-page .search-result a .icon {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -13px;
            height: 39px;
            bottom: 0;
            vertical-align: middle;
            font-size: 26px;
            display: inline-block;
            width: 39px;
            text-align: center;
        }

        .search-results-page .search-result a span {
            display: block;
        }

        .search-results-page .search-result a small {
            display: block;
            color: #737679;
        }

.horizontal-menu {
    overflow: visible;
    line-height: 1em;
    font-size: 80%
}

    .horizontal-menu ul {
        margin: 0;
        padding: 0;
    }

        .horizontal-menu ul > li {
            list-style: none;
            margin: 0 6px;
        }

            .horizontal-menu ul > li > a .icon {
                display: none;
            }

            .horizontal-menu ul > li > a .expand {
                display: inline-block;
            }

            .horizontal-menu ul > li > ul {
                display: none;
                position: absolute;
                z-index: 998;
                background: #fff;
                box-shadow: 0 1px 10px rgba(2, 19, 29, .2);
                border-top: 4px solid #007bc0;
                min-width: 100%;
                line-height: 1.5em;
                right: 0;
                opacity: 0;
                transition-delay: .2s;
                transition-duration: .1s;
                transition-timing-function: ease-out;
            }

                .horizontal-menu ul > li > ul:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    top: -12px;
                    border-style: solid;
                    border-color: transparent transparent #007bc0 transparent;
                    border-width: 0 8px 8px 8px;
                    position: absolute;
                    right: 25%;
                    margin-left: -8px;
                }

                .horizontal-menu ul > li > ul > li {
                    margin: 0;
                    white-space: nowrap;
                }

                    .horizontal-menu ul > li > ul > li > * {
                        display: block;
                    }

                    .horizontal-menu ul > li > ul > li > a {
                        padding: 8px 6px;
                    }

                        .horizontal-menu ul > li > ul > li > a:active, .horizontal-menu ul > li > ul > li > a:focus, .horizontal-menu ul > li > ul > li > a:hover {
                            background: rgba(216, 216, 214, .5);
                            color: #02131d;
                        }

            .horizontal-menu ul > li.active > ul {
                display: block;
                opacity: 1;
            }

            .horizontal-menu ul > li.divider {
                display: none;
            }

    .horizontal-menu > ul {
        padding: 0 6px;
    }

        .horizontal-menu > ul > li {
            position: relative;
            display: inline-block;
        }

            .horizontal-menu > ul > li > a {
                font-weight: 700;
                padding: 8px 0;
                display: inline-block;
            }

.sidebar {
    width: 320px;
}

.navbar-brand {
    width: 320px;
}

.sidebar-content {
    margin-left: 0;
    padding-bottom: 32px;
}

.sidebar {
    background: #d8d8d6;
    border: none;
    box-shadow: 2px 0 4px rgba(2, 19, 29, .1);
}

    .sidebar a {
        color: #737679;
    }

    .sidebar li {
        position: relative;
    }

        .sidebar li > * {
            padding: 12px 12px;
        }

            .sidebar li > * .icon:first-child {
                width: 48px;
                margin-right: 8px;
            }

        .sidebar li a {
            position: relative;
            z-index: 1;
        }

            .sidebar li a:after {
                z-index: -1;
                top: .5rem;
                bottom: .5rem;
                left: -105%;
                content: "";
                background: rgba(255, 255, 255, .2);
                width: 100%;
                border-radius: 0 6px 6px 0;
                position: absolute;
                transition-delay: .2s;
                transition-duration: .1s;
                transition-timing-function: ease-out;
            }

        .sidebar li .notification {
            background: #ce4343;
            color: #fff;
            float: right;
            width: 2rem;
            height: 2rem;
            display: inline-block;
            text-align: center;
            font-size: 1rem;
            font-weight: 700;
            padding: 0;
            line-height: 2rem;
            position: relative;
            top: .25rem;
            margin-right: .5rem;
        }

        .sidebar li.active > a, .sidebar li:active > a, .sidebar li:focus > a, .sidebar li:hover > a {
            background: 0 0;
        }

            .sidebar li.active > a:after, .sidebar li:active > a:after, .sidebar li:focus > a:after, .sidebar li:hover > a:after {
                left: -3px;
            }

        .sidebar li.active {
            background: 0 0;
        }

            .sidebar li.active > a {
                background-color: transparent !important;
                color: #fff;
            }

                .sidebar li.active > a:after {
                    background: #007bc0;
                }

        .sidebar li.submenu a {
            position: relative;
        }

        .sidebar li.submenu .expand {
            position: absolute;
            top: 50%;
            margin-top: -.7rem;
            right: 12px;
            transform: rotate(-90deg);
            transition-delay: .2s;
            transition-duration: .1s;
            transition-timing-function: ease-out;
        }

        .sidebar li.submenu > ul {
            display: none;
            padding: 0;
            background: rgba(2, 19, 29, .1);
        }

        .sidebar li.submenu.active > ul {
            display: block;
        }

        .sidebar li.submenu.active .expand {
            transform: rotate(0);
        }

        .sidebar li.divider {
            height: 1px;
            border-bottom: 1px solid #a7a9ab;
            margin: 0 3px;
        }

    .sidebar .user-data {
        background: #3fb1e5;
    }

        .sidebar .user-data .company-logo {
            display: inline-block;
            margin-right: 12px;
            width: 48px;
            height: 48px;
            line-height: 48px;
        }

        .sidebar .user-data .user-info .user-logo {
            margin: 0 24px 0 12px;
        }

    .sidebar.sidebar-condensed .user-data {
        display: none;
    }

.user-data {
    background: #fff;
    padding: 12px;
}

    .user-data a {
        color: #02131d;
    }

        .user-data a:active, .user-data a:focus, .user-data a:hover {
            color: #09527c;
        }

    .user-data .company-info {
        vertical-align: middle;
    }

        .user-data .company-info .company-logo {
            display: inline-block;
            margin-right: 12px;
            width: 24px;
            height: 24px;
            display: inline-block;
            border-radius: 50%;
            line-height: 24px;
            background: #fff;
            color: #007bc0;
            font-weight: 700;
            text-align: center;
        }

            .user-data .company-info .company-logo img {
                vertical-align: middle;
                width: 100%
            }

        .user-data .company-info .company-name {
            font-family: "Open Sans", sans-serif;
            display: inline-block;
            font-size: 1.8rem;
        }

    .user-data .user-info {
        padding-top: 12px;
        vertical-align: middle;
    }

        .user-data .user-info .user-logo {
            display: inline-block;
            vertical-align: top;
            width: 24px;
            height: 24px;
            display: inline-block;
            border-radius: 50%;
            line-height: 24px;
            background: #fff;
            color: #007bc0;
            font-weight: 700;
            margin: 0 12px 0 0;
            text-align: center;
            font-size: 80%
        }

            .user-data .user-info .user-logo img {
                vertical-align: middle;
                width: 100%
            }

        .user-data .user-info .user-name {
            display: inline-block;
            font-size: 90%;
            line-height: 1.4rem;
            margin: 0 12px 0 0;
        }

            .user-data .user-info .user-name a {
                font-weight: 700;
            }

        .user-data .user-info .user-logout {
            float: right;
            font-size: 2rem;
        }

.page-header .subtitle span.sep {
    color: #737679;
    padding: 0 5.3333333333px;
}

.vspacer {
    display: block;
    width: 100%;
    height: 1px;
    margin: 32px auto;
}

    .vspacer.small {
        margin: 16px auto;
    }

    .vspacer.large {
        margin: 64px auto;
    }

.tool-bar {
    background: #fff;
    margin: 0 0 16px;
    padding: 16px 16px;
}

    .tool-bar.fixed {
        padding-left: 12px;
        border-bottom: 1px solid #3fb1e5;
        margin: 0;
        box-shadow: 0 1px 5px rgba(2, 19, 29, .1);
        z-index: 999;
    }

@media screen and (max-width:899px) {
    .tool-bar.fixed {
        padding-left: 32px;
    }
}

.tabs .tab.active {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
}

.steps {
    position: relative;
    overflow: hidden;
}

    .steps .step {
        display: block !important;
        opacity: 0;
        width: 100%;
        background: #fff;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 1;
        transition-delay: .1s;
        transition-duration: .2s;
        transition-timing-function: ease-out;
    }

        .steps .step.active {
            display: block;
            position: relative;
            left: 0;
            opacity: 1;
            z-index: 2;
        }

            .steps .step.active + .step {
                left: 100%;
                z-index: 3;
            }

        .steps .step.exactive {
            left: 0 !important;
        }

.step-sequences {
    width: 100%;
    min-height: 90px;
    text-align: center;
    margin-bottom: 45px;
    white-space: nowrap;
}

    .step-sequences .step-sequence {
        display: inline-block;
        text-align: center;
    }

        .step-sequences .step-sequence .step-circle {
            position: relative;
            text-align: center;
        }

            .step-sequences .step-sequence .step-circle > span {
                width: 60px;
                height: 60px;
                line-height: 55px;
                background: #a7a9ab;
                border: 1px solid #9a9c9f;
                color: #fff;
                font-size: 45px;
                display: inline-block;
                border-radius: 50%;
                position: relative;
                z-index: 1;
            }

            .step-sequences .step-sequence .step-circle:before {
                content: "";
                width: 100%;
                height: 1px;
                position: absolute;
                top: 50%;
                margin-top: -1px;
                left: -45px;
                left: 0;
                border-bottom: 2px solid #007bc0;
                z-index: 0;
            }

        .step-sequences .step-sequence .step-title {
            display: block;
            margin-top: 22.5px;
            padding: 0 30px;
            white-space: normal;
            word-break: break-word;
            color: #737679;
        }

        .step-sequences .step-sequence:first-child .step-circle:before {
            width: 50%;
            left: 50%
        }

        .step-sequences .step-sequence:last-child .step-circle:before {
            width: 50%
        }

        .step-sequences .step-sequence.active .step-circle > span {
            background: #007bc0;
            border-color: #006ba7;
        }

        .step-sequences .step-sequence.active .step-title {
            color: #02131d;
        }

.slider-container {
    position: relative;
}

.tns-controls {
    position: relative;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

    .tns-controls > a, .tns-controls > button {
        width: 3rem;
        position: relative;
        z-index: 1;
        border-radius: 0;
        border: none;
        opacity: .5;
        color: #737679;
        font-size: 3rem;
    }

        .tns-controls > a:active, .tns-controls > a:focus, .tns-controls > a:hover, .tns-controls > button:active, .tns-controls > button:focus, .tns-controls > button:hover {
            box-shadow: 0 0 0;
            opacity: 1;
        }

        .tns-controls > a[data-controls], .tns-controls > button[data-controls] {
            cursor: pointer;
            display: inline-block;
            text-align: center;
            width: 6rem;
        }

        .tns-controls > a[data-controls=next], .tns-controls > button[data-controls=next] {
            float: right;
        }

    .tns-controls.tns-thumbs > a, .tns-controls.tns-thumbs > button {
        position: absolute;
    }

        .tns-controls.tns-thumbs > a[data-controls=prev], .tns-controls.tns-thumbs > button[data-controls=prev] {
            left: 0;
        }

        .tns-controls.tns-thumbs > a[data-controls=next], .tns-controls.tns-thumbs > button[data-controls=next] {
            float: none;
            right: 0;
        }

.tns-outer {
    position: relative;
}

    .tns-outer button[data-action=start], .tns-outer button[data-action=stop] {
        display: none;
    }

    .tns-outer .tns-nav {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .tns-outer .tns-nav button {
            width: 12px;
            height: 12px;
            margin: 0 .3rem;
            border: 1px solid #fff;
            border-radius: 50%;
            padding: 0;
            background: rgba(255, 255, 255, .2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
        }

            .tns-outer .tns-nav button.tns-nav-active, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover {
                background: rgba(255, 255, 255, .9);
            }

    .tns-outer .slide {
        text-align: center;
        position: relative;
    }

        .tns-outer .slide img {
            width: auto;
            max-height: 200px;
        }

        .tns-outer .slide .slide-delete {
            position: absolute;
            top: 0;
            right: 0;
        }

.customize-tools .thumbnails {
    list-style: none;
    padding: 0;
    text-align: center;
}

    .customize-tools .thumbnails > li {
        display: inline-block;
        opacity: .5;
        margin: 0 8px;
        border: 1px solid #ccc;
        padding: 2px 8px;
        transition-delay: .2s;
        transition-duration: .1s;
        transition-timing-function: ease-out;
    }

        .customize-tools .thumbnails > li img {
            height: 40px;
        }

        .customize-tools .thumbnails > li.tns-nav-active, .customize-tools .thumbnails > li:active, .customize-tools .thumbnails > li:focus, .customize-tools .thumbnails > li:hover {
            opacity: 1;
            cursor: pointer;
        }

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
    color: #fff !important;
}

.sl-overlay {
    background: #000 !important;
    opacity: .9 !important;
}

.tag-container, .tag-cotnainer {
    padding: 16px 0;
}

    .tag-container .tag, .tag-cotnainer .tag {
        margin: 0 8px 8px;
        font-size: 1.3rem;
        transition-delay: .2s;
        transition-duration: .1s;
        transition-timing-function: ease-out;
    }

        .tag-container .tag a, .tag-cotnainer .tag a {
            margin-left: 4px;
        }

        .tag-container .tag.highlight, .tag-cotnainer .tag.highlight {
            background: #007bc0;
            color: #fff;
            box-shadow: 0 0 3px rgba(0, 123, 192, .5);
        }

            .tag-container .tag.highlight a, .tag-cotnainer .tag.highlight a {
                color: #fff;
            }

.image-container {
    margin: 0 0 16px;
    padding: 0 8px;
    width: 100%;
    display: inline-block;
    text-align: center;
    transition-delay: .2s;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    padding-top: 2px;
    position: relative;
}

    .image-container .image-delete {
        position: absolute;
        top: 1px;
        right: 8px;
    }

    .image-container a img {
        position: relative;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #d8d8d6;
        box-shadow: 0 1px 2px rgba(2, 19, 29, .1);
        transition-delay: .2s;
        transition-duration: .1s;
        transition-timing-function: ease-out;
        background: #f1f1f0;
    }

    .image-container a:active img, .image-container a:focus img, .image-container a:hover img {
        margin-bottom: 2px;
        margin-top: -2px;
        box-shadow: 0 3px 4px rgba(2, 19, 29, .2);
    }

.phasebox {
    border-color: #d8d8d6;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    margin: 0 auto 16px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    box-shadow: 0 1px 2px rgba(2, 19, 29, .1);
}

    .phasebox .phasebox-note {
        color: #737679;
        font-size: 80%
    }

        .phasebox .phasebox-note .separator {
            display: inline-block;
            padding: 0 4px;
        }

    .phasebox .phasebox-left {
        padding: 16px 0 16px 32px;
        flex-grow: 3;
    }

    .phasebox .phasebox-right {
        flex-basis: 15%;
        text-align: center;
        vertical-align: middle;
        font-size: 3rem;
        white-space: nowrap;
        border: none;
        border-radius: 0;
    }

        .phasebox .phasebox-right .icon {
            position: relative;
            top: .4rem;
        }

.phase-title {
    margin-bottom: 4em;
    text-align: center;
}

    .phase-title .note {
        border-bottom: 1px solid #d8d8d6;
        display: inline-block;
        padding: 0 12px 8px;
    }

.phase-action {
    text-align: center;
    margin: 4em auto;
}

.modal {
    display: none;
}

.modal-alert .modal-window {
    max-width: 600px;
}

    .modal-alert .modal-window .header {
        font-size: 2rem;
    }

    .modal-alert .modal-window .body {
        padding-top: 8px;
    }

    .modal-alert .modal-window .footer {
        padding-bottom: 8px;
    }

        .modal-alert .modal-window .footer .btn, .modal-alert .modal-window .footer .table-paging > * {
            margin-bottom: 0;
            margin-left: 8px;
            margin-right: 8px;
        }

.modal-alert.modal-sm .modal-window {
    max-width: 400px;
}

.modal-alert.modal-lg .modal-window {
    max-width: 800px;
}

body.modal-window-active {
    position: absolute;
    overflow: hidden;
    width: 100%
}

.css-modal, .modal {
    position: fixed;
    bottom: 10px;
    max-height: 100%;
    left: 0;
}

    .css-modal .modal-window, .modal .modal-window {
        max-height: 100%;
        overflow-y: auto;
    }

.upload-receiver {
    border-radius: 6px;
    border: 3px dashed #a7a9ab;
    background: #f1f1f0;
    min-height: 8rem;
    position: relative;
}

    .upload-receiver.highlight {
        border-color: #007bc0;
    }

    .upload-receiver .uploader-icon {
        font-size: 10rem;
    }

.progressbar-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 100;
    text-align: center;
    padding-top: 25%
}

    .progressbar-container progress {
        position: absolute;
        left: 0;
        right: 0;
        width: 50%;
        margin: -10px auto 0;
        top: 50%;
        height: 20px;
        box-shadow: 0 0 10px 20px rgba(255, 255, 255, .9);
    }

.uploader-btn {
    color: #007bc0;
    cursor: pointer;
}

.uploaded-files {
    text-align: left;
    padding: 0 32px;
}

    .uploaded-files .uploaded-file {
        margin-bottom: 8px;
    }

        .uploaded-files .uploaded-file button {
            position: relative;
            top: -2px;
            margin-right: 8px;
        }

    .uploaded-files.upload-placeholder {
        padding: 0;
        position: relative;
    }

        .uploaded-files.upload-placeholder .uploaded-file {
            margin-bottom: 4px;
        }

.table.nested > * > tr > td {
    border: none;
}

    .table.nested > * > tr > td:first-child {
        padding-left: 0;
    }

    .table.nested > * > tr > td:last-child {
        padding-right: 0;
    }

.table.multiline > tbody > tr:last-child > * {
    padding-bottom: 32px;
}

.table .paddingless {
    padding: 0;
}

#loading-bar {
    pointer-events: auto !important;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10001;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .6);
    display: block;
    width: 100%
}

    #loading-bar .bar {
        height: 6px !important;
    }

        #loading-bar .bar .peg {
            height: 6px;
        }

.pdf-viewer {
    transition-duration: .3s;
    transition-timing-function: ease-out;
    opacity: 1;
    height: auto;
}

    .pdf-viewer iframe {
        min-height: 800px;
        max-width: 600px;
        border-radius: 4px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    }

    .pdf-viewer.hidepdf {
        opacity: 0;
        height: 0;
    }

.required-tooltip-box {
    display: none;
    font-size: 80%;
    background: #e44;
    border: 1px solid #e44;
    margin-top: 8px;
    border-radius: 4px;
    padding: 2px 4px;
    position: relative;
    color: #fff;
}

    .required-tooltip-box:before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #e44 transparent;
        top: -8px;
        left: 8px;
    }

.required-tooltip {
    border: 1px solid #ce4343;
    box-shadow: 0 0 5px #ce4343;
}

    .required-tooltip + .required-tooltip-box {
        display: block;
    }

.search-result-style {
    border: 1px solid #007bc0;
    margin-top: 0.5rem;
    box-shadow: 4px 2px 13px #ccc;
    padding: 2px;
    cursor: pointer;
    border-radius: 4px;
}*/

/*NUOVO*/

/*INPUT*/

:root {
    --bs-primary: #0D381F;
    --bs-secondary: #23663F;
}
/*BTN*/
.btn-primary {
    background-color: #0D381F;
}

.btn-secondary {
    background-color: #23663F !important;
}

.btn {
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02rem !important;
}

.btn-secondary:hover {
    background-color: #0D381F !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #23663F !important;
    box-shadow: 0 0 0 0.2rem rgb(35 102 63 / 50%) !important;
}

.bg-secondary-light {
    background-color: rgba(35,102,63,0.2);
}

.bg-primary-green {
    background-color: #0D381F;
}

.border-primary-green {
    background-color: #0D381F;
}

.input-group-text {
    border-radius: 1rem;
    margin-left: -7px;
}

.form-control:focus {
    border-color: #23663F !important;
    box-shadow: 0px 0px 6px rgb(35 102 52 / 40%) !important;
}

.form-control {
    border-radius: 1rem;
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    padding: 0.3rem 0.75rem;
}

.form-select {
    border-radius: 1rem;
    padding: 0.3rem 1rem 0.3rem 0.75rem;
}

    .form-select:focus {
        border-color: #23663F !important;
        box-shadow: 0px 0px 6px rgb(35 102 52 / 40%) !important;
    }

/*SEARCH INPUT*/

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left: 5px !important;
}
/*ICONE FONT AWESOME*/
.fas {
    margin-right: 10px;
    font-size: 16px;
}

/*TEXT PRIMARY*/
.text-primary-custom {
    color: #0D381F !important;
}

.text-secondary-custom {
    color: #23663F !important;
}

/*A HOVER*/
.a:hover {
    color: #23663F !important;
}

.btn-primary:hover {
    background-color: #23663F !important;
}

.btn-outline-primary {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.btn-outline-primary:hover {
    border-color: #23663F !important;
    color: #23663F !important;
}

.btn-outline-secondary {
    border-color: var(--bs-secondary);
    color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
    border-color: var(--bs-primary);
    color: #23663F !important;
}


/* CHECKBOX */

.form-check-input:checked[type="checkbox"] {
    background: #23663F;
    border-color: red
}


/*TABLES*/
.td-padding {
    padding: 0.75rem 1.5rem !important;
}

.td-select-padding {
    padding: 0.75rem 1rem;
}

.dataTable-selector {
    border-color: #e9ecef;
    border-radius: 0.25rem;
}

.dataTable-label {
    margin-bottom: 0;
    margin-left: 0;
    color: #8392AB;
    font-weight: 400;
}

.dataTable-input {
    font-size: 0.875rem;
    color: #495057;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
}

/*TEXTAREA*/
textarea {
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 0.8rem;
}

/*ICONA ANIMATA*/

.iconRotate {
    transition: all .2s ease-out;
    transform: rotate(0deg);
}

.rotate-icon {
    transform: rotate(45deg);
}

.details {
    transition: all 0.4s ease;
    -webkit-animation: fadeAnimation 0.4s;
}

.add-button-save {
    transition: all 0.4s ease;
    -webkit-animation: fadeAnimation 0.4s;
}

@-webkit-keyframes fadeAnimation {
    0% {
        opacity: 0;
    }
/*
    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }*/

    100% {
        opacity: 1;
    }
}

/*NAVBAR E LOGO*/

.navbar-vertical .navbar-brand > img, .navbar-vertical .navbar-brand-img {
    max-height: fit-content;
}

.navbar-vertical .navbar-nav > .nav-item .nav-link.active .icon {
    background-image: none;
}

/*BUTTON REMOVE DUPLICATE*/

.clone-container > .clonedInput:first-child > .remove {
    display: none;
}

/*AJAX ALERTS*/

.alert-ajax {
    display: flex;
    align-items: center;
    z-index: 9999;
    top: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
}

/*AFTER DELLA <a> di Dashboard Nav*/
/*.nav-link[data-bs-toggle="collapse"]:after {
    content: none;
}*/

.focused {
    border-color: #23663F !important;
    box-shadow: 0px 0px 6px rgb(35 102 52 / 40%) !important;
}

.product-search-form {
    display: flex;
    justify-content: end;
}

.product-search-form,
.product-search-form .product-search-group {
    position: relative;
}

.product-search-form .product-search-group {
    max-width: 400px;
    width: 100%;
}

.product-search-form .product-search-input.showing-results {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none;
    border-color: #23663F;
}

.product-search-form .product-search-group .clear-search {
    position: absolute;
    right: .75rem;
    z-index: 150;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}

.product-search-form .product-search-input.showing-results + .clear-search {
    display: flex;
}

.product-search-form .product-search-input.showing-results:focus {
    border-color: #23663F;
}

.product-search-form .search-results {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 100;
    max-width: 400px;
    width: 100%;
    background-color: white;
    border: 1px solid #23663F;
    border-top: none;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
}

.product-search-form .search-results .search-result-style:nth-child(2n+1) {
    background-color: #f7f7f7;
}

.product-search-form .search-results .search-result-style {
    font-size: 0.875rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

div#orders {
    display: none;
}