@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

html, body {
    margin: 0;
    padding: 0;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

p {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #222;
}

img {
    display: block;
    outline: none;
}

img, input, textarea, button, select {
    border: 0;
    outline: 0 !important;
    resize: none;
    display: contents;
}

a, a:hover, a:focus {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
}

.clearfix:after, ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix, ul {
    display: block;
}

* html .clearfix {
    height: 1%;
}

li.clearfix {
    display: list-item;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, p, a, li, span, div {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.pad0 {
    padding: 0 !important;
}

.ptb30 {
    padding: 30px 0 !important;
}

.mtop10 {
    margin-top: 10px;
}

.mtop30 {
    margin-top: 30px;
}

.rgt0 {
    margin-right: 0 !important;
}

.sidebar-menu {
    position: fixed;
    float: left;
    width: 230px;
    top: 0px;
    left: 0px;
    bottom: 0;
    color: #fff;
    z-index: 999;
    overflow: auto;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.06);
    background: #00c6fb;
    background: -webkit-linear-gradient(180deg, #0059d0, #00a1a9);
    background: linear-gradient(180deg, #0059d0, #00a1a9);
}

    .sidebar-menu::-webkit-scrollbar {
        width: 5px;
    }

    .sidebar-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .sidebar-menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        outline: 1px solid slategrey;
    }

    .sidebar-menu .menu {
        padding: 50px 0px 0px 0px;
    }

    .sidebar-menu #menu {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

        .sidebar-menu #menu > li {
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 12px;
        }

        .sidebar-menu #menu li {
            position: relative;
            margin: 0;
            font-size: 12px;
        }

            .sidebar-menu #menu li a {
                position: relative;
                text-decoration: none !important;
                display: block;
                padding: 0px 0 0 10px;
                color: #fff;
                z-index: 2;
                font-size: 16px;
                text-align: left;
                border-right: 3px transparent solid;
            }

                .sidebar-menu #menu li a i {
                    margin-right: 10px;
                    display: inline-block;
                    height: 25px;
                }

                    .sidebar-menu #menu li a i img {
                        height: 22px;
                        display: inline-block;
                    }

                        .sidebar-menu #menu li a i img path {
                            fill: #fff;
                            background-color: #fff;
                        }

                .sidebar-menu #menu li a span {
                    display: inline-block;
                    height: 25px;
                    vertical-align: top;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 28px;
                }

                .sidebar-menu #menu li a i.fa-angle-down {
                    font-size: 16px;
                    position: absolute;
                    top: 0;
                    right: 5px;
                    margin: 0;
                    transition: all 200ms linear;
                    line-height: 30px;
                }

                .sidebar-menu #menu li a:hover {
                    color: #d2f3ff;
                    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
                    border-right: 3px #fff solid;
                }

            .sidebar-menu #menu li ul {
                padding-left: 35px;
                display: none;
                margin-top: 10px;
            }

                .sidebar-menu #menu li ul li {
                    margin-bottom: 10px;
                }

            .sidebar-menu #menu li.dropdown a {
                line-height: 20px;
                margin-bottom: auto;
            }

            .sidebar-menu #menu li.active > a {
                color: #ffffff;
                border-right: 3px #fff solid;
            }

    .sidebar-menu .logo {
        width: 35px;
        box-sizing: border-box;
        position: absolute;
        top: 14px;
        right: 0px;
    }

        .sidebar-menu .logo img {
            height: 20px;
            display: inline-block;
        }

.page-container.sidebar-collapsed {
    transition: all 100ms linear;
    transition-delay: 300ms;
}

    .page-container.sidebar-collapsed .left-content {
        float: right;
        width: calc(100% - 90px);
    }

    .page-container.sidebar-collapsed .sidebar-menu {
        width: 90px;
        transition: all 100ms ease-in-out;
        transition-delay: 200ms;
    }

    .page-container.sidebar-collapsed .sidebar-icon {
        transition: all 300ms ease-in-out;
        color: #fff;
    }

    .page-container.sidebar-collapsed .logo {
        box-sizing: border-box;
        transition: all 100ms ease-in-out;
        transition-delay: 300ms;
        left: 35px;
    }

    .page-container.sidebar-collapsed #logo {
        opacity: 0;
        transition: all 200ms ease-in-out;
        display: none;
    }

    .page-container.sidebar-collapsed .down {
        display: none;
    }

    .page-container.sidebar-collapsed #menu li a {
        padding: 0px 0 0 30px;
    }

    .page-container.sidebar-collapsed #menu li span, .page-container.sidebar-collapsed #menu li i.fa-angle-down {
        opacity: 0;
        visibility: hidden;
        transition: all 50ms linear;
    }

    .page-container.sidebar-collapsed #menu li ul {
        padding-left: 50px;
        display: none !important;
        position: absolute;
        top: 0;
        left: 90px;
        background: rgba(0, 0, 0, 0.8);
        padding: 15px 0;
        width: 200px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .page-container.sidebar-collapsed #menu li:hover ul {
        display: block !important;
    }

.page-container.sidebar-collapsed-back {
    transition: all 100ms linear;
}

    .page-container.sidebar-collapsed-back .left-content {
        transition: all 100ms linear;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        float: right;
        width: calc(100% - 230px);
    }

    .page-container.sidebar-collapsed-back .sidebar-menu {
        width: 230px;
        transition: all 100ms ease-in-out;
        overflow: auto;
    }

    .page-container.sidebar-collapsed-back .logo {
        box-sizing: border-box;
        transition: all 100ms ease-in-out;
    }

    .page-container.sidebar-collapsed-back #logo {
        opacity: 1;
        transition: all 200ms ease-in-out;
        transition-delay: 300ms;
    }

    .page-container.sidebar-collapsed-back #menu span {
        opacity: 1;
        visibility: visible;
        transition: all 200ms linear;
        transition-delay: 300ms;
    }

.icorotate i.fa-angle-down {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1099px) {
    .sidebar-menu {
        width: 230px;
    }

        .sidebar-menu #menu li a i {
            margin-right: 9px;
        }

            .sidebar-menu #menu li a i img {
                height: 22px;
            }

        .sidebar-menu #menu li a span {
            font-size: 15px;
        }

        .sidebar-menu #menu li a i.fa-angle-down {
            font-size: 15px;
        }
}

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #eee;
}

    body .page-container {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        margin: 0px auto;
    }

        body .page-container .left-content {
            float: right;
            width: calc(100% - 230px);
            transition: all 100ms ease-in-out;
            transition-delay: 210ms;
        }

            body .page-container .left-content .header-main {
                width: 100%;
                height: 50px;
                box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
                background-color: #fff;
                padding: 0 40px;
            }

                body .page-container .left-content .header-main .logo {
                    float: left;
                }

                    body .page-container .left-content .header-main .logo img {
                        height: 50px;
                        margin-top: 0px;
                    }

                body .page-container .left-content .header-main .profile {
                    float: right;
                    margin: 0px;
                    display: flex;
                    align-items: center;
                }

                    body .page-container .left-content .header-main .profile .headnotify {
                        float: left;
                        margin-right: 15px;
                        padding-right: 15px;
                        border-right: 1px solid #eee;
                        height: 50px;
                        position: relative;
                    }

                        body .page-container .left-content .header-main .profile .headnotify .my-btn, body .page-container .left-content .header-main .profile .headnotify .my-btn-border, body .page-container .left-content .header-main .profile .headnotify .btn-bell {
                            border-radius: 50%;
                        }

                        body .page-container .left-content .header-main .profile .headnotify .my-btn {
                            position: absolute;
                            right: 8px;
                            top: 3px;
                            height: 20px;
                            width: 20px;
                            box-shadow: -1px 2px 10px #999;
                            background: #666;
                            animation-name: col;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                        }

                        body .page-container .left-content .header-main .profile .headnotify .my-btn-border {
                            position: absolute;
                            top: 8px;
                            left: 10px;
                            height: 24px;
                            width: 24px;
                            background-color: rgba(0, 0, 0, 0.3);
                            animation-name: bord-pop;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;
                        }

                        body .page-container .left-content .header-main .profile .headnotify span {
                            color: #FFF;
                            display: block;
                            height: 20px;
                            width: 20px;
                            line-height: 20px;
                            text-align: center;
                            font-size: 11px;
                            font-weight: 400;
                        }

                        body .page-container .left-content .header-main .profile .headnotify .btn-bell {
                            color: #004aad;
                            font-size: 25px;
                            line-height: 50px;
                            display: inline;
                        }

                    body .page-container .left-content .header-main .profile .crmlogo {
                        float: left;
                        border-right: 1px #eee solid;
                        padding-right: 15px;
                        margin-right: 15px;
                    }

                        body .page-container .left-content .header-main .profile .crmlogo img {
                            height: 50px;
                        }

                    body .page-container .left-content .header-main .profile .proftxt {
                        float: left;
                        margin-right: 5px;
                        text-align: right;
                    }

                        body .page-container .left-content .header-main .profile .proftxt h6, body .page-container .left-content .header-main .profile .proftxt h6 a {
                            font-size: 16px;
                            line-height: 15px;
                            font-weight: 500;
                            color: #000;
                            margin-top: 0px;
                        }

                        body .page-container .left-content .header-main .profile .proftxt span {
                            font-size: 12px;
                            color: #666666;
                            margin-top: 4px;
                        }

                    body .page-container .left-content .header-main .profile .profimg {
                        float: right;
                    }

                        body .page-container .left-content .header-main .profile .profimg .dropdown-toggle {
                            height: 50px;
                            display: inline-block;
                        }

                            body .page-container .left-content .header-main .profile .profimg .dropdown-toggle img {
                                width: 50px;
                                height: 50px;
                                padding: 5px;
                                border-radius: 50%;
                                display: inline-block;
                            }

                        body .page-container .left-content .header-main .profile .profimg .dropdown-menu {
                            right: 0;
                            transform: translate3d(0px, 50px, 0px) !important;
                            left: unset !important;
                            padding: 0;
                            border-radius: 0;
                        }

                            body .page-container .left-content .header-main .profile .profimg .dropdown-menu h6 {
                                padding: 10px 15px;
                                background: #eee;
                            }

                                body .page-container .left-content .header-main .profile .profimg .dropdown-menu h6 span {
                                    font-size: 12px;
                                    color: #444;
                                    margin-top: 4px;
                                    display: block;
                                    margin-top: 4px;
                                }

                            body .page-container .left-content .header-main .profile .profimg .dropdown-menu a {
                                font-size: 14px;
                                padding: 10px 0 10px 30px;
                                display: block;
                                position: relative;
                                text-align: left;
                            }

                                body .page-container .left-content .header-main .profile .profimg .dropdown-menu a i {
                                    font-size: 13px;
                                    color: #999;
                                    position: absolute;
                                    left: 15px;
                                    top: 13px;
                                }

                                body .page-container .left-content .header-main .profile .profimg .dropdown-menu a:last-child {
                                    border-top: 1px solid #e9ecef;
                                }

                                    body .page-container .left-content .header-main .profile .profimg .dropdown-menu a:last-child i {
                                        color: #d9534f;
                                    }

            body .page-container .left-content .content-wrapper {
                padding: 20px 30px;
            }

                body .page-container .left-content .content-wrapper .titleblk h1 {
                    font-size: 22px;
                    color: #000;
                    font-weight: 600;
                    float: left;
                    font-family: 'Plus Jakarta Sans', sans-serif;
                }

                body .page-container .left-content .content-wrapper .titleblk .breadcrumbs li {
                    display: inline-block;
                    font-size: 13px;
                    color: #aaaaaa;
                    position: relative;
                    margin-right: 25px;
                }

                    body .page-container .left-content .content-wrapper .titleblk .breadcrumbs li:before {
                        content: "";
                        width: 4px;
                        height: 4px;
                        display: block;
                        border-radius: 50%;
                        background: #0188ff;
                        position: absolute;
                        top: 8px;
                        right: -15px;
                    }

                    body .page-container .left-content .content-wrapper .titleblk .breadcrumbs li:last-child {
                        margin-right: 0px;
                    }

                        body .page-container .left-content .content-wrapper .titleblk .breadcrumbs li:last-child:before {
                            display: none;
                        }

                    body .page-container .left-content .content-wrapper .titleblk .breadcrumbs li a {
                        color: #aaaaaa;
                    }

                body .page-container .left-content .content-wrapper .titleblk .btnBlk {
                    float: right;
                }

                    body .page-container .left-content .content-wrapper .titleblk .btnBlk .dropdown {
                        display: inline-block;
                    }

                body .page-container .left-content .content-wrapper .statsblk {
                    margin: 10px 0;
                }

                    body .page-container .left-content .content-wrapper .statsblk .statbox {
                        width: 100%;
                        border-radius: 3px;
                        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
                        background-color: #fff;
                        text-align: center;
                        padding: 10px 0;
                    }

                        body .page-container .left-content .content-wrapper .statsblk .statbox .icon {
                            width: 70px;
                            height: 70px;
                            border-radius: 50%;
                            margin: auto;
                            margin-bottom: 10px;
                            float: left;
                            margin-left: 30px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            body .page-container .left-content .content-wrapper .statsblk .statbox .icon img {
                                display: block;
                                height: 42px;
                            }

                            body .page-container .left-content .content-wrapper .statsblk .statbox .icon i {
                                font-size: 32px;
                                line-height: 70px;
                            }

                        body .page-container .left-content .content-wrapper .statsblk .statbox h6 {
                            font-size: 50px;
                            line-height: 50px;
                            font-weight: 700;
                            margin: 0px;
                        }

                        body .page-container .left-content .content-wrapper .statsblk .statbox span {
                            font-size: 20px;
                            font-weight: 500;
                            color: #222222;
                        }

                    body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:first-child .icon {
                        background: rgba(255, 138, 0, 0.15);
                    }

                        body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:first-child .icon i, body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:first-child h6 {
                            color: #ff8a00;
                        }

                    body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:nth-child(2) .icon {
                        background: rgba(21, 203, 201, 0.15);
                    }

                        body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:nth-child(2) .icon i, body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:nth-child(2) h6 {
                            color: #15cbc9;
                        }

                    body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:last-child .icon {
                        background: rgba(219, 58, 52, 0.15);
                    }

                        body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:last-child .icon i, body .page-container .left-content .content-wrapper .statsblk .row .col-sm-4:last-child h6 {
                            color: #db3a34;
                        }

                body .page-container .left-content .content-wrapper .contentWrap {
                    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
                    background-color: #ffffff;
                    border-radius: 5px;
                    margin: 30px 0;
                    padding: 30px 0;
                }

                    body .page-container .left-content .content-wrapper .contentWrap h3 {
                        font-size: 18px;
                        color: #000;
                        height: 50px;
                        border-left: 5px solid #0049ab;
                        padding-left: 25px;
                        margin-left: 0px;
                        line-height: 50px;
                    }

                    body .page-container .left-content .content-wrapper .contentWrap .formBlk {
                        padding: 0 30px;
                        margin-top: 10px;
                    }

                        body .page-container .left-content .content-wrapper .contentWrap .formBlk > ul {
                            margin-bottom: 40px;
                            margin-top: 20px;
                        }

                            body .page-container .left-content .content-wrapper .contentWrap .formBlk > ul li {
                                margin-bottom: 10px;
                                padding-bottom: 10px;
                                display: block;
                                border-bottom: 1px #eee solid;
                                width: 50%;
                                float: left;
                            }

                                body .page-container .left-content .content-wrapper .contentWrap .formBlk > ul li.full {
                                    width: 100%;
                                }

                                body .page-container .left-content .content-wrapper .contentWrap .formBlk > ul li label {
                                    display: block;
                                    width: 200px;
                                    float: left;
                                    margin: 0;
                                }

                                    body .page-container .left-content .content-wrapper .contentWrap .formBlk > ul li label:after {
                                        content: ":";
                                        text-align: right;
                                        display: inline-block;
                                        float: right;
                                    }

                                body .page-container .left-content .content-wrapper .contentWrap .formBlk > ul li span {
                                    display: block;
                                    width: calc(100% - 200px);
                                    padding-left: 40px;
                                    float: left;
                                    margin: 0;
                                    font-weight: 500;
                                }

                                body .page-container .left-content .content-wrapper .contentWrap .formBlk > ul li:after {
                                    clear: both;
                                    content: "";
                                    display: block;
                                    height: 0;
                                    visibility: hidden;
                                }

                    body .page-container .left-content .content-wrapper .contentWrap .solarlink {
                        text-decoration: underline;
                        font-weight: 700;
                        margin: 10px;
                        display: inline-block;
                    }

                body .page-container .left-content .content-wrapper .right-item a,
                body .page-container .left-content .btn-darkgrey {
                    float: right;
                    background: #666;
                    border-radius: 60px;
                    color: #fff;
                    font-size: 13px;
                    padding: 2px 10px;
                    margin-top: -40px;
                    margin-right: 30px;
                    display: inline-block;
                }

                body .page-container .left-content .content-wrapper .right-item .btnTop {
                    float: right;
                    color: #fff;
                    font-size: 13px;
                    margin-top: -40px;
                    margin-right: 30px;
                }

                body .page-container .left-content .content-wrapper .tabsBlk {
                    margin: 30px 0;
                }

                    body .page-container .left-content .content-wrapper .tabsBlk ul {
                        height: 50px;
                        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
                        background-color: #ffffff;
                        border-radius: 60px;
                        display: table;
                        width: 100%;
                        margin-bottom: 30px;
                    }

                        body .page-container .left-content .content-wrapper .tabsBlk ul li {
                            border-radius: 60px;
                            display: table-cell;
                            text-align: center;
                            width: 20%;
                            position: relative;
                        }

                            body .page-container .left-content .content-wrapper .tabsBlk ul li.disabled:before {
                                content: "";
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                left: 0;
                                top: 0;
                                background: transparent;
                            }

                            body .page-container .left-content .content-wrapper .tabsBlk ul li a {
                                height: 50px;
                                line-height: 50px;
                                display: block;
                                padding: 0;
                                font-size: 16px;
                                color: #777;
                                font-weight: 500;
                            }

                                body .page-container .left-content .content-wrapper .tabsBlk ul li a i {
                                    margin-right: 5px;
                                    font-size: 18px;
                                }

                                body .page-container .left-content .content-wrapper .tabsBlk ul li a:hover {
                                    color: #004aad;
                                }

                                body .page-container .left-content .content-wrapper .tabsBlk ul li a.active {
                                    border-radius: 60px;
                                    color: #fff;
                                    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
                                    background-color: #004aad;
                                }

                            body .page-container .left-content .content-wrapper .tabsBlk ul li.disabled a {
                                color: #bbbbbb;
                            }

                body .page-container .left-content .content-wrapper #accordionExample .acc-header {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    background-color: rgba(0, 132, 255, 0.2);
                    border-left: 5px solid #004aad;
                    border-bottom: 2px #fff solid;
                }

                    body .page-container .left-content .content-wrapper #accordionExample .acc-header button {
                        background-color: transparent;
                        height: 40px;
                        line-height: 40px;
                        font-size: 15px;
                        font-weight: 500;
                        color: #000;
                        display: block;
                        width: 100%;
                        text-align: left;
                        padding-left: 30px;
                        position: relative;
                        text-transform: capitalize;
                    }

                        body .page-container .left-content .content-wrapper #accordionExample .acc-header button:before {
                            content: "-";
                            position: absolute;
                            top: 0;
                            right: 30px;
                            font-weight: 700;
                            font-size: 20px;
                        }

                        body .page-container .left-content .content-wrapper #accordionExample .acc-header button.collapsed:before {
                            content: "+";
                            position: absolute;
                            top: 0;
                            right: 30px;
                            font-weight: 700;
                            font-size: 20px;
                        }

                body .page-container .left-content .content-wrapper #accordionExample .acc-body {
                    padding: 20px 30px;
                }

    body .dataTables_wrapper {
        padding-top: 0px;
    }

    body .searchBox {
        margin: 15px 0;
        display: block;
        height: 40px;
        clear: both;
        position: relative;
    }

        body .searchBox input {
            float: right;
            width: 270px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            border-radius: 50px;
            background: #fff url(../images/ico-search.png) no-repeat center right 15px;
            padding: 0 42px 0 20px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
            border: none;
            margin-right: 20px;
        }

        body .searchBox.btntop {
            margin: 0 0 15px 0;
            height: auto;
        }

            body .searchBox.btntop input {
                margin-right: 150px;
                margin-top: -50px;
            }

        body .searchBox.rgt0 input {
            margin-right: 0;
        }

    body .activitylog tr td span {
        display: inline-block;
        float: right;
        color: #666;
    }

    body.loginpage .toggle-password {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #666;
    }

        body.loginpage .toggle-password > input[type="checkbox"] {
            position: absolute;
            top: 0;
            right: 0;
            color: #666;
            z-index: 99;
            width: 25px !important;
            height: 25px !important;
            opacity: 0.001;
            cursor: pointer;
            display: block;
        }

            body.loginpage .toggle-password > input[type="checkbox"]:checked + span .fa-eye-slash::before {
                content: "\f06e";
            }

    body.loginpage .sidebar-menu, body.loginpage header {
        display: none !important;
    }

    body.loginpage .left-content {
        width: 100% !important;
        max-width: 100%;
    }

.tabl-ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #6bb1cb;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-right: 5px;
}

    .tabl-ico i {
        font-size: 14px;
        color: #6bb1cb;
    }

.btnred {
    border: 1px solid #cf482b;
}

.tabl-ico.btnred i {
    color: #cf482b;
}

.ckbox input[type="checkbox"]:checked + label + #ContactAddressBlock {
    display: none;
}

#modal-custom-profile .listTabl tbody tr:last-child td .staticbtn {
    display: none;
}

.modal-ticket.modal .modal-dialog {
    max-width: 750px;
}

    .modal-ticket.modal .modal-dialog iframe {
        height: 80vh;
    }

.modal-ticket.modal img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.deal-wrap {
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .deal-wrap .card-deals {
        width: calc(25% - 20px);
    }

        .deal-wrap .card-deals a {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            display: block;
            height: 100%;
        }

        .deal-wrap .card-deals h5 {
            font-size: 15px;
            color: #666;
            display: block;
            margin-bottom: 5px;
        }

        .deal-wrap .card-deals h2 {
            font-size: 18px;
            color: #0061cc;
            text-decoration: underline;
            display: block;
            line-height: 22px;
        }

        .deal-wrap .card-deals:hover {
            background: #eee;
            box-shadow: 0 0 10px rgba(0,0,0,0.15);
        }

.ticket-wrap {
    background-color: #f2f9ff;
    border-top: 1px solid #e3eeff;
    border-bottom: 1px solid #e3eeff;
    padding: 15px
}

.deal-code {
    background: #4ab0eb;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 12px;
}

    .deal-code:hover {
        background: #006ac7;
    }

.table-scroll {
    min-width: 2000px
}

.table-scroll-wrap {
    width100 %;
    overflow-x: auto;
    overflow-y: visible;
}
/* Responsive */
@media only screen and (max-width: 1099px) {
    body .page-container .left-content {
        width: calc(100% - 230px);
    }

        body .page-container .left-content .content-wrapper .contentWrap .formBlk ul li {
            float: none;
            width: 100%;
        }

        body .page-container .left-content .content-wrapper .contentWrap .formBlk .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        body .page-container .left-content .content-wrapper .tabsBlk ul li a {
            font-size: 13px;
        }
}

@media only screen and (max-width: 990px) {
    body .page-container .left-content .header-main .logo img {
        margin-left: 20px;
    }

    body .page-container .left-content .content-wrapper .tabsBlk ul li a {
        font-size: 13px;
    }

    body .page-container .left-content .content-wrapper .tabsBlk ul {
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
        z-index: 999;
        margin: 0;
        box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.1);
    }

        body .page-container .left-content .content-wrapper .tabsBlk ul li a.active {
            border-radius: 0px;
        }

    body .page-container.sidebar-collapsed .logo {
        left: 15px;
    }

    body .page-container.sidebar-collapsed .left-content {
        width: calc(100% - 0px);
    }

    body .page-container.sidebar-collapsed .sidebar-menu {
        width: 0px;
    }

        body .page-container.sidebar-collapsed .sidebar-menu .sidebar-icon img {
            background: #005eea;
            padding: 5px;
            border-radius: 5px;
            height: 32px;
        }

        body .page-container.sidebar-collapsed .sidebar-menu #menu li a {
            padding: 0px;
        }

            body .page-container.sidebar-collapsed .sidebar-menu #menu li a i {
                opacity: 0;
                visibility: hidden;
                transition: all 50ms linear;
            }

        body .page-container.sidebar-collapsed .sidebar-menu #menu li.active > a {
            color: #ffffff;
            border-right: 3px transparent solid;
        }

    body .page-container.sidebar-collapsed-back .sidebar-menu .logo span {
        background: url(../images/ico-menu.png) no-repeat center center;
    }

    body .page-container.sidebar-collapsed-back #menu a i {
        opacity: 1;
        visibility: visible;
        transition: all 200ms linear;
        transition-delay: 300ms;
    }
}

@media only screen and (max-width: 768px) {
    body .page-container .left-content {
        float: none;
        width: 100%;
    }

        body .page-container .left-content .header-main {
            height: 50px !important;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 888;
            padding: 0 0 0 40px;
        }

            body .page-container .left-content .header-main .logo img {
                margin-left: 5px;
                margin-top: 10px !important;
                height: 35px !important;
            }

            body .page-container .left-content .header-main .profile .headnotify .btn-bell {
                font-size: 22px;
                line-height: 55px;
            }

            body .page-container .left-content .header-main .profile .profimg .dropdown-toggle img {
                width: 40px;
                height: 40px;
                padding: 5px;
                margin-top: 4px;
            }

            body .page-container .left-content .header-main .profile {
                margin: 0 !important;
                padding-left: 0px;
            }

                body .page-container .left-content .header-main .profile .proftxt {
                    display: none;
                }

                body .page-container .left-content .header-main .profile .profimg {
                    margin-right: 15px;
                }

                    body .page-container .left-content .header-main .profile .profimg img {
                        padding: 7px;
                    }

        body .page-container .left-content .content-wrapper {
            padding: 65px 15px !important;
        }

            body .page-container .left-content .content-wrapper .titleblk h1 {
                font-size: 20px !important;
            }

            body .page-container .left-content .content-wrapper .contentWrap {
                margin: 15px 0 0 0 !important;
            }

                body .page-container .left-content .content-wrapper .contentWrap .formBlk ul li label, body .page-container .left-content .content-wrapper .contentWrap .formBlk ul li span {
                    width: 100%;
                    float: none;
                    padding: 0;
                }

                    body .page-container .left-content .content-wrapper .contentWrap .formBlk ul li label:after {
                        display: none;
                    }

            body .page-container .left-content .content-wrapper .tabsBlk {
                margin: 0;
            }

                body .page-container .left-content .content-wrapper .tabsBlk ul {
                    position: fixed;
                    bottom: 0;
                    left: 0;
                    border-radius: 0;
                    z-index: 999;
                    margin: 0;
                    height: 45px;
                    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
                }

                    body .page-container .left-content .content-wrapper .tabsBlk ul li a {
                        font-size: 0px;
                        height: 45px;
                        line-height: 45px;
                    }

                        body .page-container .left-content .content-wrapper .tabsBlk ul li a.active {
                            border-radius: 0px;
                        }

                        body .page-container .left-content .content-wrapper .tabsBlk ul li a i {
                            font-size: 22px;
                            margin: 0;
                            line-height: 45px;
                        }

            body .page-container .left-content .content-wrapper #accordionExample .acc-header button {
                padding-left: 10px;
            }

                body .page-container .left-content .content-wrapper #accordionExample .acc-header button:before, body .page-container .left-content .content-wrapper #accordionExample .acc-header button.collapsed:before {
                    right: 10px;
                }

            body .page-container .left-content .content-wrapper .right-item a {
                margin-top: 0px;
                margin-right: 10px;
            }

    body .page-container .sidebar-menu {
        width: 0;
    }

        body .page-container .sidebar-menu .logo {
            left: 10px;
            position: fixed;
            top: 12px;
        }

        body .page-container .sidebar-menu .sidebar-icon img {
            background: #005eea;
            padding: 5px;
            border-radius: 5px;
            height: 32px;
        }

        body .page-container .sidebar-menu #menu li a {
            padding: 0px;
            border-right: 3px transparent solid;
        }

            body .page-container .sidebar-menu #menu li a img {
                height: 28px;
            }

            body .page-container .sidebar-menu #menu li a i, body .page-container .sidebar-menu #menu li a span {
                opacity: 0;
                visibility: hidden;
                transition: all 50ms linear;
            }

                body .page-container .sidebar-menu #menu li a i.fa-angle-down {
                    font-size: 15px;
                }

    body .page-container.sidebar-collapsed .sidebar-menu .logo {
        left: 10px;
        position: fixed;
        top: 12px;
    }

    body .page-container.sidebar-collapsed .sidebar-menu .left-content {
        width: calc(100% - 0px);
    }

    body .page-container.sidebar-collapsed .sidebar-menu .sidebar-menu {
        width: 0px;
    }

        body .page-container.sidebar-collapsed .sidebar-menu .sidebar-menu #menu li a {
            padding: 0px;
        }

            body .page-container.sidebar-collapsed .sidebar-menu .sidebar-menu #menu li a i {
                opacity: 0;
                visibility: hidden;
                transition: all 50ms linear;
            }

        body .page-container.sidebar-collapsed .sidebar-menu .sidebar-menu #menu li.active > a {
            color: #ffffff;
            border-right: 3px transparent solid;
        }

    body .page-container.sidebar-collapsed-back .left-content {
        width: 100%;
    }

        body .page-container.sidebar-collapsed-back .left-content:after {
            content: "";
            width: 100%;
            height: 100vh;
            position: fixed;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            top: 0;
            left: 0;
        }

    body .page-container.sidebar-collapsed-back #menu li a {
        padding: 0px 0 0 15px;
    }

        body .page-container.sidebar-collapsed-back #menu li a i, body .page-container.sidebar-collapsed-back #menu li a span {
            opacity: 1;
            visibility: visible;
            transition: all 200ms linear;
            transition-delay: 300ms;
        }

    body .page-container.sidebar-collapsed-back #menu li.active a {
        border-right: 3px #fff solid;
    }
}

.cursor {
    cursor: pointer;
}

.filterBtn .btnreset {
    float: right;
    margin-top: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
}

.linktask {
    text-decoration: underline;
    font-weight: 700;
}

.propsallist {
    margin-left: 25px;
}

    .propsallist > li {
        list-style: disc;
    }

        .propsallist > li > ul {
            margin-left: 25px;
        }

            .propsallist > li > ul li {
                list-style: circle;
            }

@keyframes bord-pop {
    0% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0.1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0;
    }
}

@keyframes col {
    0% {
        transform: scale(1) translate(0, 0);
    }

    10% {
        transform: scale(1.1) translate(0, 0);
    }

    75% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes bell-ring {
    0% {
        transform: translate(-50%, -50%);
    }

    5%, 15% {
        transform: translate(-50%, -50%) rotate(25deg);
    }

    10%, 20% {
        transform: translate(-50%, -50%) rotate(-25deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.btnBlue, .btnGreen, .btnRed {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50px;
    background: #004aad;
    padding: 0 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
}

    .btnBlue:before, .btnGreen:before, .btnRed:before {
        content: "";
        background: linear-gradient(white, #cccccc);
        width: 200px;
        height: 50px;
        margin-top: 1px;
        transform: rotate(40deg);
        margin-left: -200px;
        opacity: 0.3;
        transition: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        position: absolute;
        filter: blur(5px);
    }

    .btnBlue:hover, .btnGreen:hover, .btnRed:hover {
        color: #fff;
    }

    .btnBlue:focus, .btnGreen:focus, .btnRed:focus {
        color: #fff;
    }

    .btnBlue:hover:before, .btnGreen:hover:before, .btnRed:hover:before {
        margin-left: 100px;
    }

.btnGreen {
    background: #35ab88;
}

.btnRed {
    background: #ee6352;
}

.btnWhite {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 50px;
    background: #fff;
    padding: 0 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 500;
    color: #004aad;
    margin-right: 10px;
}

    .btnWhite i, .btnBlue i, .btnGreen i, .btnRed i {
        margin-right: 4px;
        font-size: 18px;
    }

.btnGrey {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 50px;
    background: #ccc;
    border: 1px #ccc solid;
    padding: 0 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-weight: 500;
    color: #000;
    margin-right: 10px;
}

.btnSmall {
    padding: 0 20px;
    height: 35px !important;
    line-height: 31px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

    .btnSmall i {
        font-size: 17px !important;
        margin-right: 5px;
    }

.profileAvatar .btnClose {
    background: #f63737;
    border: 1px #750000 solid;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: 40px;
    margin-top: -50px;
}

.datatable table.dataTable {
    margin: 10px 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
}

    .datatable table.dataTable thead th {
        background-color: #00a1a9;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px 10px;
        border-bottom: none;
        white-space: normal;
    }

        .datatable table.dataTable thead th ul {
            display: flex;
        }

            .datatable table.dataTable thead th ul li {
                width: 100px;
            }

.datatable tbody td {
    background-color: #f2f9ff;
    border-top: 1px solid #e3eeff;
    border-bottom: 1px solid #e3eeff;
    color: #333;
    font-size: 14px;
    white-space: normal;
}

    .datatable tbody td .techlist {
        height: 23px;
        overflow: hidden;
        padding-top: 1px;
        position: relative;
    }

        .datatable tbody td .techlist.auto {
            height: auto;
        }

            .datatable tbody td .techlist.auto .accdtech i:before {
                content: "";
            }

        .datatable tbody td .techlist ul {
            display: flex;
            margin-bottom: 8px;
        }

            .datatable tbody td .techlist ul li {
                width: 100px;
            }

        .datatable tbody td .techlist .accdtech {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 9;
            color: #31699d;
        }

            .datatable tbody td .techlist .accdtech i {
                border: 1px solid #31699d;
                width: 20px;
                height: 20px;
                display: inline-block;
                line-height: 18px;
                text-align: center;
            }

    .datatable tbody td > a {
        font-weight: 500;
        color: #000;
        text-decoration: underline;
        text-transform: capitalize;
    }

        .datatable tbody td > a i {
            color: #007bff;
        }

    .datatable tbody td span.open {
        border: solid 1px #004aad;
        font-size: 13px;
        font-weight: 500;
        color: #004aad;
        border-radius: 5px;
        padding: 3px 7px;
        text-transform: capitalize;
    }

    .datatable tbody td span.prospect {
        border: solid 1px #ff8a00;
        font-size: 13px;
        font-weight: 500;
        color: #ff8a00;
        border-radius: 5px;
        padding: 3px 7px;
        text-transform: capitalize;
    }

    .datatable tbody td span.converted {
        border: solid 1px #0e7c7b;
        font-size: 13px;
        font-weight: 500;
        color: #0e7c7b;
        border-radius: 5px;
        padding: 3px 7px;
        text-transform: capitalize;
    }

    .datatable tbody td span.rejected {
        border: solid 1px #db3a34;
        font-size: 13px;
        font-weight: 500;
        color: #db3a34;
        border-radius: 5px;
        padding: 3px 7px;
        text-transform: capitalize;
    }

    .datatable tbody td .dropdown {
        text-align: right;
        padding-right: 17px;
    }

        .datatable tbody td .dropdown a i, .fas.fa-ellipsis-v {
            color: #106568;
        }

.datatable tbody tr:nth-child(even) td {
    background-color: #fff;
    border-top: 1px solid #fff;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-top: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #fff;
    padding: 0;
    position: relative;
    border: 0;
    vertical-align: top;
    color: #004aad;
    font-size: 13px;
    font-weight: 500;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 0;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        border-radius: 50px 0 0 50px;
        font-size: 0px;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
            content: "";
            color: #004aad;
            font: normal normal normal 22px/1 "Material Design Icons";
            position: absolute;
            top: 2px;
            left: 3px;
        }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        border-radius: 0 50px 50px 0;
        font-size: 0px;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
            content: "";
            color: #004aad;
            font: normal normal normal 22px/1 "Material Design Icons";
            position: absolute;
            top: 2px;
            left: 3px;
        }

.dataTables_wrapper .paginate_button.current, .dataTables_wrapper .paginate_button:hover {
    background: #004aad !important;
    color: #fff !important;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
    margin-right: 160px;
    margin-top: -45px;
}

    .dataTables_wrapper .dataTables_filter input {
        width: 270px;
        height: 45px;
        font-size: 16px;
        border-radius: 50px;
        background: #fff url(../images/ico-search.png) no-repeat center right 15px;
        padding: 0 28px 0 20px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    }

        .dataTables_wrapper .dataTables_filter input[type=search]::-ms-clear {
            display: none;
            width: 0;
            height: 0;
        }

        .dataTables_wrapper .dataTables_filter input[type=search]::-ms-reveal {
            display: none;
            width: 0;
            height: 0;
        }

        .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-decoration,
        .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-cancel-button,
        .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-results-button,
        .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-search-results-decoration {
            display: none;
        }

    .dataTables_wrapper .dataTables_filter label {
        font-size: 0;
    }

.filterBtn .dropdown-toggle {
    float: right;
}

.listTabl {
    margin: 20px 0;
    width: 100%;
}

    .listTabl thead th {
        background-color: #6ca9e2;
        height: 35px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: none;
        padding: 10px;
    }

        .listTabl thead th:first-child {
            padding-left: 30px;
        }

        .listTabl thead th:last-child {
            padding-right: 30px;
        }

    .listTabl tbody td, .listTabl tfoot td {
        background-color: #f2f9ff;
        border-top: 1px solid #e3eeff;
        border-bottom: 1px solid #e3eeff;
        height: 40px;
        color: #333;
        font-size: 14px;
        padding: 10px;
    }

        .listTabl tbody td:first-child, .listTabl tfoot td:first-child {
            padding-left: 30px;
        }

        .listTabl tbody td:last-child, .listTabl tfoot td:last-child {
            padding-right: 30px;
        }

        .listTabl tbody td .dropdown-toggle::after {
            display: none;
        }

        .listTabl tbody td .dropdown-menu {
            left: inherit !important;
            right: 0;
            transform: translate3d(0px, 17px, 0px) !important;
        }

        .listTabl tbody td .dropdown {
            width: 30px;
            position: relative;
            float: right;
            text-align: center;
        }

    .listTabl tbody tr:nth-child(even) td {
        background-color: #fff;
        border-top: 1px solid #fff;
    }

    .listTabl tfoot td {
        background-color: #eee;
        border-top: 2px solid #ddd;
    }

@media only screen and (max-width: 1025px) {
    .dataTables_wrapper {
        overflow: auto;
    }

    .listTabl thead th {
        font-size: 13px;
    }
}

#prospectList tbody td:last-child {
    width: 200px;
    word-break: break-word;
}

.table#skillGrid tr td:first-child {
    width: 250px;
}

.ckbox {
    position: relative;
    display: inline-block;
}

    .ckbox input[type=checkbox], .ckbox input[type=radio] {
        opacity: 0;
    }

    .ckbox > label {
        display: inline-block;
        min-width: 18px;
        padding-left: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .ckbox > label:before {
            content: "";
            top: 1px;
            left: 0;
            width: 18px;
            height: 18px;
            display: block;
            position: absolute;
            border-radius: 2px;
            border: 1px solid #bbb;
            background-color: #fff;
        }

    .ckbox input[type=checkbox]:checked + label:before, .ckbox input[type=radio]:checked + label:before {
        border-color: #084d8d;
        background-color: #397584;
    }

    .ckbox input[type=checkbox]:checked + label:after, .ckbox input[type=radio]:checked + label:after {
        top: 3px;
        left: 1.5px;
        content: "";
        color: #fff;
        font: normal normal normal 15px/1 "Material Design Icons";
        position: absolute;
    }

.formsingle {
    margin-bottom: 24px;
    position: relative
}

    .formsingle #validationMessage {
        position: absolute;
        bottom: -20px;
    }

    .formsingle .ckbox {
        min-width: 80px;
    }

label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    text-transform: capitalize;
}

input[type=text], input[type=email], input[type=password], input[type=date], input[type=number], select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: solid 1px #bbb;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    border-radius: 5px;
}

    input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=number]:disabled, select:disabled {
        background: #eee;
    }

input[type=file] {
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #bbb;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    border-radius: 5px;
}

textarea {
    display: block;
    width: 100%;
    height: 120px;
    line-height: 20px;
    padding: 10px 10px;
    border: solid 1px #bbb;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    border-radius: 5px;
}

.acc-body select {
    margin-bottom: 6px;
}

.datatable table tr td .dropdown-toggle::after {
    display: none;
}

.datatable table tr td .dropdown-menu {
    left: inherit !important;
    right: 0;
    top: 20px !important;
    transform: translate3d(0px, 17px, 0px) !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 220px;
}

    .datatable table tr td .dropdown-menu a {
        padding: 10px 15px;
        border-bottom: 1px #ddd solid;
        cursor: pointer;
    }

        .datatable table tr td .dropdown-menu a i {
            display: inline-block;
            float: right;
        }

    .datatable table tr td .dropdown-menu:before {
        content: "";
        position: absolute;
        right: 10px;
        top: -9px;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid rgba(0, 0, 0, 0.15);
    }

.checkGroup .ckbox {
    margin-right: 15px;
}

.addressGroup {
    width: 100%;
    margin: 15px;
    padding: 10px;
    background: #fcfcfc;
    border: 1px #eee solid;
}

    .addressGroup h2 {
        background: #004aad;
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 0 15px;
        margin: -10px -10px 15px -10px;
    }

.spotEdit input[type=text] {
    width: 60px;
    display: inline-block;
    margin-right: 15px;
    background: #fff;
    border: 1px #ccc solid;
}

    .spotEdit input[type=text]:disabled {
        width: 60px;
        display: inline-block;
        margin-right: 15px;
        background: transparent;
        border: 0;
    }

.spotEdit .btnstkhide {
    display: none;
}

.ht100 {
    height: 120px;
}

.checktable {
    width: 100%;
}

    .checktable tr {
        border-bottom: 1px #eee solid;
    }

        .checktable tr th {
            background-color: #eee;
            padding: 10px;
        }

        .checktable tr td {
            padding: 15px 10px;
            vertical-align: middle;
        }

            .checktable tr td:first-child {
                width: 35%;
            }

            .checktable tr td:nth-child(2) {
                width: 20%;
            }

            .checktable tr td:nth-child(3) {
                width: 20%;
            }

            .checktable tr td:last-child {
                width: 25%;
            }

            .checktable tr td .formsingle {
                margin: 0;
            }

.formnote {
    position: relative;
}

    .formnote input[type=submit] {
        position: absolute;
        top: 3px;
        right: 5px;
        height: 34px;
        width: 34px;
        border-radius: 50%;
        background: #eee url(../images/tick.png) no-repeat center center;
        background-size: auto 18px;
    }

.chartBlk .filterbtn {
    display: block;
}

.chartBlk .filter {
    position: relative;
}

    .chartBlk .filter #reportrange {
        border-radius: 3px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
        background-color: #fff;
        padding: 7px 10px;
        display: inline-block;
        position: absolute;
        top: -50px;
        right: 0;
        font-size: 14px;
    }

        .chartBlk .filter #reportrange i.fa-caret-down {
            margin-left: 20px;
        }

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

    .switch input:checked + .slider {
        background-color: #2196F3;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }

    .switch .slider.round {
        border-radius: 34px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }

select[multiple] {
    height: 150px;
    overflow: auto;
}

.dropdown.filterBtn {
    display: block;
}

.filter {
    position: relative;
}

    .filter #reportrange {
        border-radius: 3px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
        background-color: #fff;
        padding: 7px 10px;
        display: inline-block;
        position: absolute;
        top: -50px;
        right: 0;
        font-size: 14px;
    }

        .filter #reportrange i.fa-caret-down {
            margin-left: 20px;
        }

#fileuploader {
    margin: 30px;
}

.ajax-file-upload-container .ajax-file-upload-statusbar {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    display: table;
    height: 120px;
    vertical-align: middle;
}

    .ajax-file-upload-container .ajax-file-upload-statusbar:nth-child(odd) {
        background: #fff;
    }

    .ajax-file-upload-container .ajax-file-upload-statusbar:nth-child(even) {
        background: #f2f9ff;
    }

.ajax-file-upload-preview {
    margin: 10px;
    display: block;
    float: left;
}

.ajax-file-upload-filename {
    width: 255px;
    height: auto;
    margin: 0;
    display: block;
    float: left;
    height: 120px;
    word-break: break-all;
    padding: 35px 10px 0 10px;
}

.extrahtml {
    float: left;
    display: block;
    width: calc(100% - 500px);
    height: 120px;
    padding-top: 35px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    text-indent: -9999px;
    cursor: pointer !important;
    width: 60px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: none;
    vertical-align: middle;
    overflow: visible !important;
}

    .ajax-file-upload form {
        position: absolute;
        top: 27px;
        left: 91px;
        background: transparent;
        width: 60px;
        height: 25px;
    }

    .ajax-file-upload:hover {
        text-decoration: underline;
    }

.ajax-upload-dragdrop, .dz-message {
    border: 2px dashed #999;
    width: 100%;
    color: #666;
    text-align: center;
    vertical-align: middle;
    padding: 30px 10px;
}

    .dz-message span strong {
        color: #333;
        font-size: 18px;
        position: relative;
    }

        .dz-message span strong:after {
            content: "Browse";
            padding: 3px 10px;
            background: #a2a2a2;
            border-radius: 5px;
            margin-left: -68px;
            width: 85px;
            color: #fff;
            border: 1px #888 solid;
        }

.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin: 20px 30px;
}

.ajax-upload-dragdrop span b {
    display: block;
    color: #333;
    font-size: 18px;
}

.ajax-upload-dragdrop span i {
    display: block;
    color: #a6a6a6;
    font-size: 14px;
}

.extrahtml input[type=text] {
    width: 50%;
    float: left;
    border-radius: 60px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.extrahtml select {
    width: 45%;
    margin-left: 20px;
    float: left;
    border-radius: 60px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.btn-ico {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #6fb6f9;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
}

    .btn-ico i {
        font-size: 19px;
        color: #6fb6f9;
    }

.btn-ico-danger {
    border: 1px solid #dc3545;
}

    .btn-ico-danger i {
        color: #dc3545;
    }

#accordionFiles {
    margin-top: 40px;
}

    #accordionFiles h3 {
        margin-bottom: 10px;
    }

    #accordionFiles .accheader {
        width: 100%;
    }

        #accordionFiles .accheader button {
            width: 100%;
            text-align: left;
            height: 40px;
            line-height: 40px;
            padding-left: 60px;
            background: #fff;
            border-bottom: 1px #ddd solid;
            position: relative;
        }

            #accordionFiles .accheader button:before {
                content: "";
                width: 0px;
                height: 0px;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #aaa;
                position: absolute;
                top: 15px;
                left: 30px;
                transform: rotate(90deg);
                -moz-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            #accordionFiles .accheader button i {
                margin-right: 10px;
                color: #ffcf4f;
            }

            #accordionFiles .accheader button.collapsed:before {
                transform: rotate(0deg);
            }

            #accordionFiles .accheader button.collapsed i:before {
                content: "";
            }

    #accordionFiles .card-body {
        padding: 0;
    }

.activityForm {
    clear: both;
    display: none;
    margin-left: -15px;
    margin-right: -15px;
}

    .activityForm .col20 {
        width: 25%;
        float: left;
    }

        .activityForm .col20 .formsingle {
            padding: 0 15px;
        }

    .activityForm .col33 {
        width: 33.33%;
        float: left;
    }

        .activityForm .col33 .formsingle {
            padding: 0 15px;
        }

    .activityForm .col50 {
        width: 50%;
        float: left;
    }

        .activityForm .col50 .formsingle {
            padding: 0 15px;
        }

        .activityForm .col50 .btnSmall {
            margin: 10px 0 0 0;
        }

    .activityForm:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

@media only screen and (max-width: 767px) {
    .activityForm .col20, .activityForm .col50, .activityForm .col33 {
        width: 100%;
        float: none;
    }
}

.packagepop {
    max-width: 450px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

    .packagepop img {
        margin: auto;
        height: 100px;
    }

    .packagepop h6 {
        font-size: 35px;
        font-weight: 300;
        color: #000;
        margin: 15px;
    }

    .packagepop p {
        font-size: 18px;
        font-weight: 400;
        color: #333;
    }

    .packagepop a {
        display: inline-block;
        padding: 14px 40px;
        color: #fff;
        background-color: #00bcd4;
        margin-top: 20px;
        border-radius: 60px;
        position: relative;
        box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(101, 55, 143, 0.25);
        -webkit-animation: pulse 1.7s infinite;
    }

@-webkit-keyframes pulse {
    70% {
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox {
    text-align: center;
    width: 50%;
    float: left;
    border-left: 1px solid #ccc;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

    body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox:first-child {
        border-left: none;
    }

    body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox h6 {
        font-size: 30px;
        font-weight: 300;
        display: inline-block;
        position: relative;
    }

        body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox h6 i {
            position: absolute;
            bottom: 0;
            right: -25px;
            font-size: 22px;
        }

    body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox span {
        width: 100%;
        padding: 0px;
        float: none;
        margin: 0;
        font-weight: 600;
    }

    body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox.profit h6 {
        color: #0cb80c;
    }

    body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox.loss h6 {
        color: #e10000;
    }

        body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox.loss h6 .mdi-thumb-up-outline:before {
            content: "";
        }

.reciptPackage {
    background-color: #f2f9ff;
    padding: 20px;
    margin: 15px 30px;
}

    .reciptPackage li {
        clear: both;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px dashed #aabdce;
    }

        .reciptPackage li label {
            float: left;
        }

            .reciptPackage li label strong {
                color: #000;
            }

        .reciptPackage li span, .reciptPackage li input[type=text] {
            float: right;
        }

            .reciptPackage li span strong, .reciptPackage li input[type=text] strong {
                color: #000;
            }

        .reciptPackage li input[type=text] {
            width: 50px;
            margin-top: 5px;
            height: 35px;
            text-align: center;
            border: solid 1px #b7c4d1;
        }

        .reciptPackage li:last-child {
            border-bottom: none;
        }

@media only screen and (max-width: 768px) {
    #frm-package .formBlk .row .col-md-5, #frm-package .formBlk .row .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        #frm-package .formBlk .row .col-md-7 ul.statMargin {
            margin-bottom: 20px;
            margin-top: 20px;
        }

    #frm-package .statMargin li.statsBox {
        width: 50%;
    }
}

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

    .ms-options-wrap > button:focus,
    .ms-options-wrap > button {
        position: relative;
        width: 100%;
        text-align: left;
        border: 1px solid #aaa;
        background-color: #fff;
        padding: 5px 20px 5px 5px;
        margin-top: 1px;
        font-size: 13px;
        color: #aaa;
        outline-offset: -2px;
        white-space: nowrap;
    }

        .ms-options-wrap > button > span {
            display: inline-block;
        }

        .ms-options-wrap > button[disabled] {
            background-color: #e5e9ed;
            color: #808080;
            opacity: 0.6;
        }

        .ms-options-wrap > button:after {
            content: " ";
            height: 0;
            position: absolute;
            top: 50%;
            right: 5px;
            width: 0;
            border: 6px solid rgba(0, 0, 0, 0);
            border-top-color: #999;
            margin-top: -3px;
        }

    .ms-options-wrap.ms-has-selections > button {
        color: #333;
    }

    .ms-options-wrap > .ms-options {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 1px;
        margin-bottom: 20px;
        background: white;
        z-index: 2000;
        border: 1px solid #aaa;
        overflow: auto;
        visibility: hidden;
    }

    .ms-options-wrap.ms-active > .ms-options {
        visibility: visible;
    }

    .ms-options-wrap > .ms-options > .ms-search input {
        width: 100%;
        padding: 4px 5px;
        border: none;
        border-bottom: 1px groove;
        outline: none;
    }

    .ms-options-wrap > .ms-options .ms-selectall {
        display: inline-block;
        font-size: 0.9em;
        text-transform: lowercase;
        text-decoration: none;
    }

        .ms-options-wrap > .ms-options .ms-selectall:hover {
            text-decoration: underline;
        }

    .ms-options-wrap > .ms-options > .ms-selectall.global {
        margin: 4px 5px;
    }

    .ms-options-wrap > .ms-options > ul,
    .ms-options-wrap > .ms-options > ul > li.optgroup ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .ms-options-wrap > .ms-options > ul li.ms-hidden {
            display: none;
        }

        .ms-options-wrap > .ms-options > ul > li.optgroup {
            padding: 5px;
        }

            .ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
                border-top: 1px solid #aaa;
            }

            .ms-options-wrap > .ms-options > ul > li.optgroup .label {
                display: block;
                padding: 5px 0 0 0;
                font-weight: bold;
            }

        .ms-options-wrap > .ms-options > ul label {
            position: relative;
            display: inline-block;
            width: 100%;
            padding: 4px 4px 4px 20px;
            margin: 1px 0;
            border: 1px dotted transparent;
        }

    .ms-options-wrap > .ms-options.checkbox-autofit > ul label,
    .ms-options-wrap > .ms-options.hide-checkbox > ul label {
        padding: 4px;
    }

    .ms-options-wrap > .ms-options > ul label.focused,
    .ms-options-wrap > .ms-options > ul label:hover {
        background-color: #eee;
        border-color: #999;
    }

    .ms-options-wrap > .ms-options > ul li.selected label {
        background-color: #eee;
        border-color: transparent;
    }

    .ms-options-wrap > .ms-options > ul input[type=checkbox] {
        margin: 0 5px 0 0;
        position: absolute;
        left: 4px;
        top: 7px;
    }

    .ms-options-wrap > .ms-options.hide-checkbox > ul input[type=checkbox] {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
    }

body .page-container .left-content .content-wrapper .contentWrap .formBlk .ms-options-wrap .ms-options ul li {
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px #ccc solid;
}

    body .page-container .left-content .content-wrapper .contentWrap .formBlk .ms-options-wrap .ms-options ul li label {
        display: block;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 0 0 20px;
        line-height: 30px;
    }

        body .page-container .left-content .content-wrapper .contentWrap .formBlk .ms-options-wrap .ms-options ul li label:after {
            display: none;
        }

.dateinput {
    background: #fff url(../images/ico-calendarform.png) no-repeat center right 5px !important;
    background-size: auto 90% !important;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: solid 1px #bbb;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    border-radius: 5px;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

    .datepicker-rtl.dropdown-menu {
        left: auto;
    }

    .datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}

    .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.15);
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0, 0, 0, 0.15);
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 35px;
        height: 35px;
        border-radius: 4px;
        border: 1px #eee solid;
    }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

    .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2;
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

    .datepicker table tr td.highlighted:active,
    .datepicker table tr td.highlighted.active {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

        .datepicker table tr td.highlighted:active:hover,
        .datepicker table tr td.highlighted.active:hover,
        .datepicker table tr td.highlighted:active:focus,
        .datepicker table tr td.highlighted.active:focus,
        .datepicker table tr td.highlighted:active.focus,
        .datepicker table tr td.highlighted.active.focus {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2;
        }

    .datepicker table tr td.highlighted.disabled:hover,
    .datepicker table tr td.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.highlighted:hover,
    .datepicker table tr td.highlighted.disabled:focus,
    .datepicker table tr td.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.disabled.focus,
    .datepicker table tr td.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.highlighted.focus {
        background-color: #d9edf7;
        border-color: #85c5e5;
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee;
    }

    .datepicker table tr td.highlighted.disabled,
    .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777777;
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:focus,
    .datepicker table tr td.today.focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400;
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

    .datepicker table tr td.today:active,
    .datepicker table tr td.today.active {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active:hover,
        .datepicker table tr td.today.active:hover,
        .datepicker table tr td.today:active:focus,
        .datepicker table tr td.today.active:focus,
        .datepicker table tr td.today:active.focus,
        .datepicker table tr td.today.active.focus {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400;
        }

    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled:focus,
    .datepicker table tr td.today[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.today:focus,
    .datepicker table tr td.today.disabled.focus,
    .datepicker table tr td.today[disabled].focus,
    fieldset[disabled] .datepicker table tr td.today.focus {
        background-color: #ffdb99;
        border-color: #ffb733;
    }

    .datepicker table tr td.today.focused {
        background: #ffc966;
    }

    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777777;
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}

    .datepicker table tr td.range:focus,
    .datepicker table tr td.range.focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c;
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

    .datepicker table tr td.range:active,
    .datepicker table tr td.range.active {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

        .datepicker table tr td.range:active:hover,
        .datepicker table tr td.range.active:hover,
        .datepicker table tr td.range:active:focus,
        .datepicker table tr td.range.active:focus,
        .datepicker table tr td.range:active.focus,
        .datepicker table tr td.range.active.focus {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c;
        }

    .datepicker table tr td.range.disabled:hover,
    .datepicker table tr td.range[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.range:hover,
    .datepicker table tr td.range.disabled:focus,
    .datepicker table tr td.range[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.range:focus,
    .datepicker table tr td.range.disabled.focus,
    .datepicker table tr td.range[disabled].focus,
    fieldset[disabled] .datepicker table tr td.range.focus {
        background-color: #eeeeee;
        border-color: #bbbbbb;
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5;
    }

    .datepicker table tr td.range.disabled,
    .datepicker table tr td.range.disabled:active {
        background: #eeeeee;
        color: #777777;
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3;
    }

        .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6;
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

        .datepicker table tr td.range.highlighted:active,
        .datepicker table tr td.range.highlighted.active {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

            .datepicker table tr td.range.highlighted:active:hover,
            .datepicker table tr td.range.highlighted.active:hover,
            .datepicker table tr td.range.highlighted:active:focus,
            .datepicker table tr td.range.highlighted.active:focus,
            .datepicker table tr td.range.highlighted:active.focus,
            .datepicker table tr td.range.highlighted.active.focus {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6;
            }

        .datepicker table tr td.range.highlighted.disabled:hover,
        .datepicker table tr td.range.highlighted[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
        .datepicker table tr td.range.highlighted.disabled:focus,
        .datepicker table tr td.range.highlighted[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.disabled.focus,
        .datepicker table tr td.range.highlighted[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
            background-color: #e4eef3;
            border-color: #9dc1d3;
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3;
        }

        .datepicker table tr td.range.highlighted.disabled,
        .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777777;
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
    }

        .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608;
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today.active {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active:hover,
            .datepicker table tr td.range.today.active:hover,
            .datepicker table tr td.range.today:active:focus,
            .datepicker table tr td.range.today.active:focus,
            .datepicker table tr td.range.today:active.focus,
            .datepicker table tr td.range.today.active.focus {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608;
            }

        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today.disabled:focus,
        .datepicker table tr td.range.today[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.disabled.focus,
        .datepicker table tr td.range.today[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.today.focus {
            background-color: #f7ca77;
            border-color: #f1a417;
        }

        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777777;
        }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:focus,
    .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.focus,
    .datepicker table tr td.selected.highlighted.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616;
    }

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.highlighted:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected.highlighted:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected.highlighted.active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active:hover,
        .datepicker table tr td.selected.highlighted:active:hover,
        .datepicker table tr td.selected.active:hover,
        .datepicker table tr td.selected.highlighted.active:hover,
        .datepicker table tr td.selected:active:focus,
        .datepicker table tr td.selected.highlighted:active:focus,
        .datepicker table tr td.selected.active:focus,
        .datepicker table tr td.selected.highlighted.active:focus,
        .datepicker table tr td.selected:active.focus,
        .datepicker table tr td.selected.highlighted:active.focus,
        .datepicker table tr td.selected.active.focus,
        .datepicker table tr td.selected.highlighted.active.focus {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616;
        }

    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.highlighted.disabled:hover,
    .datepicker table tr td.selected[disabled]:hover,
    .datepicker table tr td.selected.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.selected:hover,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
    .datepicker table tr td.selected.disabled:focus,
    .datepicker table tr td.selected.highlighted.disabled:focus,
    .datepicker table tr td.selected[disabled]:focus,
    .datepicker table tr td.selected.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.selected:focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.disabled.focus,
    .datepicker table tr td.selected.highlighted.disabled.focus,
    .datepicker table tr td.selected[disabled].focus,
    .datepicker table tr td.selected.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.selected.focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
        background-color: #777777;
        border-color: #555555;
    }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:focus,
    .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.focus,
    .datepicker table tr td.active.highlighted.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.highlighted:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .datepicker table tr td.active:active,
    .datepicker table tr td.active.highlighted:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active.highlighted.active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .datepicker table tr td.active:active:hover,
        .datepicker table tr td.active.highlighted:active:hover,
        .datepicker table tr td.active.active:hover,
        .datepicker table tr td.active.highlighted.active:hover,
        .datepicker table tr td.active:active:focus,
        .datepicker table tr td.active.highlighted:active:focus,
        .datepicker table tr td.active.active:focus,
        .datepicker table tr td.active.highlighted.active:focus,
        .datepicker table tr td.active:active.focus,
        .datepicker table tr td.active.highlighted:active.focus,
        .datepicker table tr td.active.active.focus,
        .datepicker table tr td.active.highlighted.active.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.highlighted.disabled:hover,
    .datepicker table tr td.active[disabled]:hover,
    .datepicker table tr td.active.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.active:hover,
    fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.highlighted.disabled:focus,
    .datepicker table tr td.active[disabled]:focus,
    .datepicker table tr td.active.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.active:focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.disabled.focus,
    .datepicker table tr td.active.highlighted.disabled.focus,
    .datepicker table tr td.active[disabled].focus,
    .datepicker table tr td.active.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.active.focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #777777;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:focus,
        .datepicker table tr td span.active:hover:focus,
        .datepicker table tr td span.active.disabled:focus,
        .datepicker table tr td span.active.disabled:hover:focus,
        .datepicker table tr td span.active.focus,
        .datepicker table tr td span.active:hover.focus,
        .datepicker table tr td span.active.disabled.focus,
        .datepicker table tr td span.active.disabled:hover.focus {
            color: #fff;
            background-color: #286090;
            border-color: #122b40;
        }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                color: #fff;
                background-color: #286090;
                border-color: #204d74;
            }

                .datepicker table tr td span.active:active:hover,
                .datepicker table tr td span.active:hover:active:hover,
                .datepicker table tr td span.active.disabled:active:hover,
                .datepicker table tr td span.active.disabled:hover:active:hover,
                .datepicker table tr td span.active.active:hover,
                .datepicker table tr td span.active:hover.active:hover,
                .datepicker table tr td span.active.disabled.active:hover,
                .datepicker table tr td span.active.disabled:hover.active:hover,
                .datepicker table tr td span.active:active:focus,
                .datepicker table tr td span.active:hover:active:focus,
                .datepicker table tr td span.active.disabled:active:focus,
                .datepicker table tr td span.active.disabled:hover:active:focus,
                .datepicker table tr td span.active.active:focus,
                .datepicker table tr td span.active:hover.active:focus,
                .datepicker table tr td span.active.disabled.active:focus,
                .datepicker table tr td span.active.disabled:hover.active:focus,
                .datepicker table tr td span.active:active.focus,
                .datepicker table tr td span.active:hover:active.focus,
                .datepicker table tr td span.active.disabled:active.focus,
                .datepicker table tr td span.active.disabled:hover:active.focus,
                .datepicker table tr td span.active.active.focus,
                .datepicker table tr td span.active:hover.active.focus,
                .datepicker table tr td span.active.disabled.active.focus,
                .datepicker table tr td span.active.disabled:hover.active.focus {
                    color: #fff;
                    background-color: #204d74;
                    border-color: #122b40;
                }

            .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active:hover.disabled:hover,
            .datepicker table tr td span.active.disabled.disabled:hover,
            .datepicker table tr td span.active.disabled:hover.disabled:hover,
            .datepicker table tr td span.active[disabled]:hover,
            .datepicker table tr td span.active:hover[disabled]:hover,
            .datepicker table tr td span.active.disabled[disabled]:hover,
            .datepicker table tr td span.active.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
            .datepicker table tr td span.active.disabled:focus,
            .datepicker table tr td span.active:hover.disabled:focus,
            .datepicker table tr td span.active.disabled.disabled:focus,
            .datepicker table tr td span.active.disabled:hover.disabled:focus,
            .datepicker table tr td span.active[disabled]:focus,
            .datepicker table tr td span.active:hover[disabled]:focus,
            .datepicker table tr td span.active.disabled[disabled]:focus,
            .datepicker table tr td span.active.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td span.active:focus,
            fieldset[disabled] .datepicker table tr td span.active:hover:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
            .datepicker table tr td span.active.disabled.focus,
            .datepicker table tr td span.active:hover.disabled.focus,
            .datepicker table tr td span.active.disabled.disabled.focus,
            .datepicker table tr td span.active.disabled:hover.disabled.focus,
            .datepicker table tr td span.active[disabled].focus,
            .datepicker table tr td span.active:hover[disabled].focus,
            .datepicker table tr td span.active.disabled[disabled].focus,
            .datepicker table tr td span.active.disabled:hover[disabled].focus,
            fieldset[disabled] .datepicker table tr td span.active.focus,
            fieldset[disabled] .datepicker table tr td span.active:hover.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
                background-color: #337ab7;
                border-color: #2e6da4;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #777777;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

    .datepicker .prev.disabled,
    .datepicker .next.disabled {
        visibility: hidden;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

    .input-daterange input {
        text-align: center;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }

/*# sourceMappingURL=bootstrap-datepicker3.css.map */
.easy-autocomplete {
    position: relative;
    width: 100% !important;
}

    .easy-autocomplete input:hover, .easy-autocomplete input:focus {
        box-shadow: none;
    }

    .easy-autocomplete a {
        display: block;
    }

    .easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .easy-autocomplete.eac-blue-light ul {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    }

        .easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
            border-color: #66afe9;
        }

            .easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
                background-color: #ecf5fc;
            }

    .easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
        border-color: #41DB00;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    }

    .easy-autocomplete.eac-green-light ul {
        border-color: #41DB00;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    }

        .easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
            border-color: #41DB00;
        }

            .easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
                background-color: #9eff75;
            }

    .easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
        border-color: #ff5b5b;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    }

    .easy-autocomplete.eac-red-light ul {
        border-color: #ff5b5b;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    }

        .easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
            border-color: #ff5b5b;
        }

            .easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
                background-color: #ff8e8e;
            }

    .easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
        border-color: #ffdb00;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    }

    .easy-autocomplete.eac-yellow-light ul {
        border-color: #ffdb00;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    }

        .easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
            border-color: #ffdb00;
        }

            .easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
                background-color: #ffe233;
            }

    .easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
        border-color: #333;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    }

    .easy-autocomplete.eac-dark-light ul {
        border-color: #333;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    }

        .easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
            border-color: #333;
        }

            .easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
                background-color: #4d4d4d;
                color: #fff;
            }

    .easy-autocomplete.eac-dark {
        color: #fff;
    }

        .easy-autocomplete.eac-dark input {
            background-color: #404040;
            border-radius: 4px;
            box-shadow: 0;
            color: #f6f6f6;
        }

            .easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
                border-color: #333;
                box-shadow: 0;
            }

        .easy-autocomplete.eac-dark ul {
            border-color: #333;
        }

            .easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
                background-color: #404040;
                border-color: #333;
            }

                .easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
                    background-color: #737373;
                    color: #f6f6f6;
                }

    .easy-autocomplete.eac-dark-glass {
        color: #fff;
    }

        .easy-autocomplete.eac-dark-glass input {
            background-color: rgba(0, 0, 0, 0.8);
            border-radius: 4px;
            box-shadow: 0;
            color: #f6f6f6;
        }

            .easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
                border-color: rgba(0, 0, 0, 0.8);
                box-shadow: 0;
            }

        .easy-autocomplete.eac-dark-glass ul {
            border-color: rgba(0, 0, 0, 0.8);
        }

            .easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
                background-color: rgba(0, 0, 0, 0.8);
                border-color: rgba(0, 0, 0, 0.8);
            }

                .easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
                    background-color: rgba(64, 64, 64, 0.8);
                    color: #f6f6f6;
                }

                .easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
                    border-radius: 0 0 4px 4px;
                }

    .easy-autocomplete.eac-blue {
        color: #fff;
    }

        .easy-autocomplete.eac-blue input {
            background-color: #6d9ed1;
            border-radius: 4px;
            box-shadow: 0;
            color: #f6f6f6;
        }

            .easy-autocomplete.eac-blue input::-webkit-input-placeholder {
                color: #f6f6f6;
            }

            .easy-autocomplete.eac-blue input:-moz-placeholder {
                color: #f6f6f6;
            }

            .easy-autocomplete.eac-blue input::-moz-placeholder {
                color: #f6f6f6;
            }

            .easy-autocomplete.eac-blue input:-ms-input-placeholder {
                color: #f6f6f6;
            }

            .easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
                border-color: #5A91CB;
                box-shadow: 0;
            }

        .easy-autocomplete.eac-blue ul {
            border-color: #5A91CB;
        }

            .easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
                background-color: #6d9ed1;
                border-color: #5A91CB;
            }

                .easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
                    background-color: #94b8dd;
                    color: #f6f6f6;
                }

    .easy-autocomplete.eac-yellow {
        color: #333;
    }

        .easy-autocomplete.eac-yellow input {
            background-color: #ffdb7e;
            border-color: #333;
            border-radius: 4px;
            box-shadow: 0;
            color: #333;
        }

            .easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
                border-color: #333;
                box-shadow: 0;
            }

        .easy-autocomplete.eac-yellow ul {
            border-color: #333;
        }

            .easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
                background-color: #ffdb7e;
                border-color: #333;
            }

                .easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
                    background-color: #ffe9b1;
                    color: #333;
                }

    .easy-autocomplete.eac-purple {
        color: #333;
    }

        .easy-autocomplete.eac-purple input {
            background-color: #d6d1e7;
            border-color: #b8afd5;
            box-shadow: 0;
            color: #333;
        }

            .easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
                border-color: #333;
                box-shadow: 0;
            }

        .easy-autocomplete.eac-purple ul {
            border-color: #333;
        }

            .easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
                background-color: #d6d1e7;
                border-color: #333;
            }

                .easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
                    background-color: #ebe8f3;
                    color: #333;
                }

    .easy-autocomplete.eac-bootstrap input {
        border-color: #ccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        color: #555;
        padding: 6px 12px;
    }

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

    .easy-autocomplete-container ul {
        background: none repeat scroll 0 0 #ffffff;
        border-top: 1px dotted #ccc;
        display: none;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        position: relative;
        top: -1px;
    }

        .easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
            background: inherit;
            border-color: #ccc;
            border-image: none;
            border-style: solid;
            border-width: 0 1px;
            display: block;
            font-size: 14px;
            font-weight: normal;
            padding: 4px 12px;
        }

            .easy-autocomplete-container ul li:last-child {
                border-radius: 0 0 2px 2px;
                border-width: 0 1px 1px;
            }

            .easy-autocomplete-container ul li.selected {
                background: none repeat scroll 0 0 #ebebeb;
                cursor: pointer;
            }

                .easy-autocomplete-container ul li.selected div {
                    font-weight: normal;
                }

            .easy-autocomplete-container ul li div {
                display: block;
                font-weight: normal;
                word-break: break-all;
            }

            .easy-autocomplete-container ul li b {
                font-weight: bold;
            }

        .easy-autocomplete-container ul .eac-category {
            font-color: #aaa;
            font-style: italic;
        }

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: 0.9em;
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px;
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative;
}

    .eac-icon-right .eac-item img {
        margin-left: 4px;
        max-height: 30px;
        position: absolute;
        right: -4px;
        top: -8px;
    }

.modal-center {
    display: table;
    height: 100%;
    width: 100%;
}

.modal-align-center {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    height: inherit;
    margin: 0 auto;
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: 0.875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent;
}

    body.swal2-toast-shown .swal2-container.swal2-shown {
        background-color: transparent;
    }

    body.swal2-toast-shown .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
    }

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

    body.swal2-toast-column .swal2-toast .swal2-actions {
        flex: 1;
        align-self: stretch;
        height: 2.2em;
        margin-top: 0.3125em;
    }

    body.swal2-toast-column .swal2-toast .swal2-loading {
        justify-content: center;
    }

    body.swal2-toast-column .swal2-toast .swal2-input {
        height: 2em;
        margin: 0.3125em auto;
        font-size: 1em;
    }

    body.swal2-toast-column .swal2-toast .swal2-validation-message {
        font-size: 1em;
    }

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    box-shadow: 0 0 0.625em #d9d9d9;
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row;
    }

    .swal2-popup.swal2-toast .swal2-title {
        flex-grow: 1;
        justify-content: flex-start;
        margin: 0 0.6em;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-footer {
        margin: 0.5em 0 0;
        padding: 0.5em 0 0;
        font-size: 0.8em;
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: static;
        width: 0.8em;
        height: 0.8em;
        line-height: 0.8;
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0;
    }

        .swal2-popup.swal2-toast .swal2-icon::before {
            display: flex;
            align-items: center;
            font-size: 2em;
            font-weight: bold;
        }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-popup.swal2-toast .swal2-icon::before {
        font-size: 0.25em;
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 0.875em;
    width: 1.375em;
}

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
        left: 0.3125em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
        right: 0.3125em;
    }

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    height: auto;
    margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em;
}

    .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
    }

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%;
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -0.8em;
            left: -0.5em;
            transform: rotate(-45deg);
            transform-origin: 2em 2em;
            border-radius: 4em 0 0 4em;
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -0.25em;
            left: 0.9375em;
            transform-origin: 0 1.5em;
            border-radius: 0 4em 4em 0;
        }

    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em;
    }

    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: 0.4375em;
        width: 0.4375em;
        height: 2.6875em;
    }

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
        height: 0.3125em;
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
            top: 1.125em;
            left: 0.1875em;
            width: 0.75em;
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
            top: 0.9375em;
            right: 0.1875em;
            width: 1.375em;
        }

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
    }

    33% {
        transform: translateY(0) rotateZ(-2deg);
    }

    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
    }

    100% {
        transform: translateY(0) rotateZ(0);
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }

    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }

    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent;
}

    body.swal2-no-backdrop .swal2-shown > .swal2-modal {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
        top: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
        top: 0;
        right: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
        bottom: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
        right: 0;
        bottom: 0;
    }

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}

    .swal2-container.swal2-top {
        align-items: flex-start;
    }

    .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .swal2-container.swal2-center {
        align-items: center;
    }

    .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
        align-items: center;
        justify-content: flex-start;
    }

    .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end;
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end;
    }

    .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
        align-items: flex-end;
        justify-content: flex-start;
    }

    .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end;
    }

        .swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
            margin-top: auto;
        }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center;
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center;
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column;
    }

        .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
            align-items: center;
        }

        .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
            align-items: flex-start;
        }

        .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
            align-items: flex-end;
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center;
        }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-fade {
    transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

    .swal2-popup:focus {
        outline: none;
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden;
    }

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-actions {
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
}

    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
        opacity: 0.4;
    }

    .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    }

    .swal2-actions:not(.swal2-loading) .swal2-styled:active {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    }

    .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
        box-sizing: border-box;
        width: 2.5em;
        height: 2.5em;
        margin: 0.46875em;
        padding: 0;
        animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
        border: 0.25em solid transparent;
        border-radius: 100%;
        border-color: transparent;
        background-color: transparent !important;
        color: transparent;
        cursor: default;
        user-select: none;
    }

    .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
        margin-right: 30px;
        margin-left: 30px;
    }

    .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 5px;
        animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
        border: 3px solid #999999;
        border-radius: 50%;
        border-right-color: transparent;
        box-shadow: 1px 1px 1px #fff;
    }

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
}

    .swal2-styled:not([disabled]) {
        cursor: pointer;
    }

    .swal2-styled.swal2-confirm {
        border: 0;
        border-radius: 0.25em;
        background: initial;
        background-color: #3085d6;
        color: #fff;
        font-size: 1.0625em;
    }

    .swal2-styled.swal2-cancel {
        border: 0;
        border-radius: 0.25em;
        background: initial;
        background-color: #aaa;
        color: #fff;
        font-size: 1.0625em;
    }

    .swal2-styled:focus {
        outline: none;
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
    }

    .swal2-styled::-moz-focus-inner {
        border: 0;
    }

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}

.swal2-close {
    position: absolute;
    z-index: 2;
    /* 1617 */
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
}

    .swal2-close:hover {
        transform: none;
        background: transparent;
        color: #f27474;
    }

> .swal2-input,
> .swal2-file,
> .swal2-textarea,
> .swal2-select,
> .swal2-radio,
> .swal2-checkbox {
    display: none;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word;
}

#swal2-content {
    text-align: center;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
    margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 1.125em;
}

    .swal2-input.swal2-inputerror,
    .swal2-file.swal2-inputerror,
    .swal2-textarea.swal2-inputerror {
        border-color: #f27474 !important;
        box-shadow: 0 0 2px #f27474 !important;
    }

    .swal2-input:focus,
    .swal2-file:focus,
    .swal2-textarea:focus {
        border: 1px solid #b4dbed;
        outline: none;
        box-shadow: 0 0 3px #c4e6f5;
    }

    .swal2-input::placeholder,
    .swal2-file::placeholder,
    .swal2-textarea::placeholder {
        color: #cccccc;
    }

.swal2-range {
    margin: 1em auto;
    background: inherit;
}

    .swal2-range input {
        width: 80%;
    }

    .swal2-range output {
        width: 20%;
        color: inherit;
        font-weight: 600;
        text-align: center;
    }

    .swal2-range input,
    .swal2-range output {
        height: 2.625em;
        padding: 0;
        font-size: 1.125em;
        line-height: 2.625em;
    }

.swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}

    .swal2-input[type=number] {
        max-width: 10em;
    }

.swal2-file {
    background: inherit;
    font-size: 1.125em;
}

.swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: inherit;
    color: inherit;
}

    .swal2-radio label,
    .swal2-checkbox label {
        margin: 0 0.6em;
        font-size: 1.125em;
    }

    .swal2-radio input,
    .swal2-checkbox input {
        margin: 0 0.4em;
    }

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
}

    .swal2-validation-message::before {
        content: "!";
        display: inline-block;
        width: 1.5em;
        min-width: 1.5em;
        height: 1.5em;
        margin: 0 0.625em;
        zoom: normal;
        border-radius: 50%;
        background-color: #f27474;
        color: #fff;
        font-weight: 600;
        line-height: 1.5em;
        text-align: center;
    }

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, 0.4);
    }
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    zoom: normal;
    border: 0.25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    user-select: none;
}

    .swal2-icon::before {
        display: flex;
        align-items: center;
        height: 92%;
        font-size: 3.75em;
    }

    .swal2-icon.swal2-error {
        border-color: #f27474;
    }

        .swal2-icon.swal2-error .swal2-x-mark {
            position: relative;
            flex-grow: 1;
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
            display: block;
            position: absolute;
            top: 2.3125em;
            width: 2.9375em;
            height: 0.3125em;
            border-radius: 0.125em;
            background-color: #f27474;
        }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                left: 1.0625em;
                transform: rotate(45deg);
            }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                right: 1em;
                transform: rotate(-45deg);
            }

    .swal2-icon.swal2-warning {
        border-color: #facea8;
        color: #f8bb86;
    }

        .swal2-icon.swal2-warning::before {
            content: "!";
        }

    .swal2-icon.swal2-info {
        border-color: #9de0f6;
        color: #3fc3ee;
    }

        .swal2-icon.swal2-info::before {
            content: "i";
        }

    .swal2-icon.swal2-question {
        border-color: #c9dae1;
        color: #87adbd;
    }

        .swal2-icon.swal2-question::before {
            content: "?";
        }

        .swal2-icon.swal2-question.swal2-arabic-question-mark::before {
            content: "؟";
        }

    .swal2-icon.swal2-success {
        border-color: #a5dc86;
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
            position: absolute;
            width: 3.75em;
            height: 7.5em;
            transform: rotate(45deg);
            border-radius: 50%;
        }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
                top: -0.4375em;
                left: -2.0635em;
                transform: rotate(-45deg);
                transform-origin: 3.75em 3.75em;
                border-radius: 7.5em 0 0 7.5em;
            }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
                top: -0.6875em;
                left: 1.875em;
                transform: rotate(-45deg);
                transform-origin: 0 3.75em;
                border-radius: 0 7.5em 7.5em 0;
            }

        .swal2-icon.swal2-success .swal2-success-ring {
            position: absolute;
            z-index: 2;
            top: -0.25em;
            left: -0.25em;
            box-sizing: content-box;
            width: 100%;
            height: 100%;
            border: 0.25em solid rgba(165, 220, 134, 0.3);
            border-radius: 50%;
        }

        .swal2-icon.swal2-success .swal2-success-fix {
            position: absolute;
            z-index: 1;
            top: 0.5em;
            left: 1.625em;
            width: 0.4375em;
            height: 5.625em;
            transform: rotate(-45deg);
        }

        .swal2-icon.swal2-success [class^=swal2-success-line] {
            display: block;
            position: absolute;
            z-index: 2;
            height: 0.3125em;
            border-radius: 0.125em;
            background-color: #a5dc86;
        }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
                top: 2.875em;
                left: 0.875em;
                width: 1.5625em;
                transform: rotate(45deg);
            }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
                top: 2.375em;
                right: 0.5em;
                width: 2.9375em;
                transform: rotate(-45deg);
            }

.swal2-progress-steps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600;
}

    .swal2-progress-steps li {
        display: inline-block;
        position: relative;
    }

    .swal2-progress-steps .swal2-progress-step {
        z-index: 20;
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #3085d6;
        color: #fff;
        line-height: 2em;
        text-align: center;
    }

        .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
            background: #3085d6;
        }

            .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
                background: #add8e6;
                color: #fff;
            }

            .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
                background: #add8e6;
            }

    .swal2-progress-steps .swal2-progress-step-line {
        z-index: 10;
        width: 2.5em;
        height: 0.4em;
        margin: 0 -1px;
        background: #3085d6;
    }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    animation: swal2-show 0.3s;
}

    .swal2-show.swal2-noanimation {
        animation: none;
    }

.swal2-hide {
    animation: swal2-hide 0.15s forwards;
}

    .swal2-hide.swal2-noanimation {
        animation: none;
    }

.swal2-rtl .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    animation: swal2-animate-error-icon 0.5s;
}

    .swal2-animate-error-icon .swal2-x-mark {
        animation: swal2-animate-error-x-mark 0.5s;
    }

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
            display: none;
        }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
            position: static !important;
        }
}

.right-quote {
    float: right;
    margin-top: -40px;
    padding-right: 30px;
}

#quotewBlk {
    margin: 30px;
    border: 1px #969696 solid;
    border-radius: 15px;
    padding: 0 0 50px 0;
    color: #000;
}

    #quotewBlk .qotTit {
        text-align: center;
        margin: 15px 0;
        text-transform: uppercase;
        color: #000;
        font-size: 20px;
        font-weight: 700;
    }

    #quotewBlk table {
        width: 100%;
    }

        #quotewBlk table.clinDtl {
            margin: 0px 30px;
            width: calc(100% - 60px);
        }

            #quotewBlk table.clinDtl tr td {
                width: 25%;
                border: 1px #666 solid;
                padding: 5px 10px;
                color: #000;
            }

                #quotewBlk table.clinDtl tr td:nth-child(odd) {
                    background: #c4d79b;
                }

                #quotewBlk table.clinDtl tr td table td {
                    padding: 0;
                    background: #fff;
                    border: none;
                }

                    #quotewBlk table.clinDtl tr td table td:nth-child(odd) {
                        background: #c4d79b;
                        border-right: 1px #666 solid;
                    }

                #quotewBlk table.clinDtl tr td.bgnone {
                    background: #fff;
                    padding: 0;
                }

                    #quotewBlk table.clinDtl tr td.bgnone table tr td {
                        padding-left: 10px;
                        border-bottom: 1px #666 solid;
                    }

                    #quotewBlk table.clinDtl tr td.bgnone table tr:last-child td {
                        padding-left: 10px;
                        border-bottom: none;
                    }

    #quotewBlk .priceDtl {
        margin: 50px 30px;
        width: calc(100% - 60px);
    }

        #quotewBlk .priceDtl tr th {
            border: 1px #666 solid;
            padding: 5px 10px;
            color: #000;
            background: #c4d79b;
        }

        #quotewBlk .priceDtl tr td {
            color: #000;
            border: 1px #666 solid;
            padding: 5px 10px;
        }

            #quotewBlk .priceDtl tr td.subtitle {
                color: #000;
                background: #c4d79b;
                text-transform: uppercase;
                font-weight: 600;
                text-align: center;
            }

        #quotewBlk .priceDtl tr.nobrd td:nth-child(odd) {
            border: none;
            text-align: right;
        }

    #quotewBlk .notesQuote {
        margin: 30px;
        padding: 20px;
        border: 1px #ccc solid;
        border-radius: 8px;
    }

        #quotewBlk .notesQuote li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

            #quotewBlk .notesQuote li:last-child {
                padding-bottom: 0px;
                border-bottom: 0px solid #ccc;
            }

    #quotewBlk .rightTxt {
        text-align: right;
    }

    #quotewBlk .quoteLogo {
        height: 60px;
        margin: 10px auto;
        display: inline-block;
    }

.qotHead {
    display: none;
    width: 100%;
}

    .qotHead tr td {
        padding: 15px;
    }

    .qotHead .rightTxt {
        text-align: right;
    }

.qotFoot {
    display: none;
    width: 100%;
}

    .qotFoot tr td {
        width: 33%;
    }

        .qotFoot tr td .footlogo1 {
            height: 90px;
            margin-left: 30px;
        }

        .qotFoot tr td .footlogo2 {
            height: 60px;
            margin-right: 30px;
            float: right;
        }

        .qotFoot tr td p {
            text-align: center;
            font-size: 13px;
            color: #000;
        }

#orderform {
    -webkit-print-color-adjust: exact;
    margin: 30px;
    border: 1px #969696 solid;
    border-radius: 15px;
    padding: 0 0 50px 0;
    color: #000;
    padding: 30px;
}

    #orderform h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 30px 0;
    }

    #orderform .bankcheck {
        margin: 20px 0;
    }

        #orderform .bankcheck li {
            width: 45%;
            float: left;
            border: 1px #ccc solid;
            padding: 20px;
            margin-bottom: 20px;
        }

            #orderform .bankcheck li:first-child {
                margin-right: 5%;
            }

            #orderform .bankcheck li p {
                margin-bottom: 10px;
            }

                #orderform .bankcheck li p b {
                    display: block;
                    text-align: right;
                    padding-right: 10px;
                }

            #orderform .bankcheck li h6 {
                background: #0c8cb3;
                margin: -20px;
                padding: 10px 15px;
                text-transform: uppercase;
                color: #fff;
            }

            #orderform .bankcheck li span {
                margin-right: 0px;
                border: 1px #ccc solid;
                padding: 10px 50px 10px 15px;
                display: block;
                margin-bottom: 10px;
                position: relative;
            }

                #orderform .bankcheck li span:before {
                    content: "";
                    width: 20%;
                    height: 100%;
                    position: absolute;
                    display: block;
                    background: #c4d79b;
                    top: 0;
                    right: 30%;
                    border-left: 1px #8e9c6d solid;
                    border-right: 1px #8e9c6d solid;
                }

            #orderform .bankcheck li dl {
                margin-top: 35px;
            }

                #orderform .bankcheck li dl dt {
                    width: 50%;
                    float: left;
                    padding-bottom: 8px;
                }

                #orderform .bankcheck li dl dd {
                    width: 50%;
                    float: left;
                    padding-bottom: 8px;
                }

    #orderform .network h2 {
        color: #000;
        background: #c4d79b;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        border: 1px #666 solid;
        padding: 5px 10px;
        margin: 10px 0;
    }

    #orderform .network .dataDtl {
        color: #000;
        background: #c4d79b;
        border: 1px #666 solid;
        padding: 5px 10px;
        margin: 10px 0;
        line-height: 30px;
    }

        #orderform .network .dataDtl strong {
            margin-right: 10px;
        }

            #orderform .network .dataDtl strong:after {
                content: "";
                border-bottom: 1px #000 solid;
                width: 70px;
                height: 10px;
                display: inline-block;
                margin-left: 5px;
            }

    #orderform .tabElec tr td {
        width: 50%;
        border: 1px #666 solid;
        padding: 0px;
    }

        #orderform .tabElec tr td:last-child {
            background: #c4d79b;
            position: relative;
        }

            #orderform .tabElec tr td:last-child:before {
                content: "";
                width: 1px;
                height: 100%;
                background: #000;
                display: inline-block;
                position: absolute;
                top: 0;
                left: 150px;
            }

        #orderform .tabElec tr td p {
            padding: 10px;
        }

        #orderform .tabElec tr td b {
            width: 150px;
            padding: 0;
            height: 50px;
            display: inline-block;
            line-height: 50px;
            text-align: center;
        }

        #orderform .tabElec tr td span {
            width: 150px;
            padding: 0 10px;
            font-size: 35px;
            font-weight: 700;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            text-align: center;
        }

    #orderform .stab {
        width: 378px;
        margin: 20px auto;
        border-radius: 15px;
        border: 1px #ccc solid;
    }

        #orderform .stab > p {
            float: left;
            height: 100px;
            display: block;
            width: 50px;
            text-align: center;
            line-height: 100px;
            font-size: 40px;
            font-weight: 700;
        }

        #orderform .stab .rowF p {
            float: left;
            font-size: 25px;
            font-weight: 700;
            border-left: 1px #ccc solid;
            padding: 0 28px;
            height: 50px;
            line-height: 50px;
        }

        #orderform .stab .rowS p {
            float: left;
            font-size: 25px;
            font-weight: 700;
            border-left: 1px #ccc solid;
            padding: 0 22px;
            height: 50px;
            line-height: 50px;
            border-top: 1px #ccc solid;
        }

    #orderform .greenBlk {
        background: #c4d79b;
    }

        #orderform .greenBlk > p {
            padding: 10px;
            border-top: double #000;
            border-bottom: double #000;
            font-size: 18px;
            font-weight: 700;
        }

        #orderform .greenBlk .sign {
            padding-top: 40px;
            padding-bottom: 10px;
        }

            #orderform .greenBlk .sign p:first-child {
                float: left;
                font-size: 18px;
                font-weight: 700;
                color: #000;
                margin-left: 10px;
            }

                #orderform .greenBlk .sign p:first-child:after {
                    content: "...............................................................................";
                    margin-left: 5px;
                }

            #orderform .greenBlk .sign p:last-child {
                font-size: 18px;
                font-weight: 700;
                color: #000;
                margin-right: 10px;
                float: right;
            }

                #orderform .greenBlk .sign p:last-child:after {
                    content: "................................";
                    margin-left: 5px;
                }

    #orderform .tablBox {
        margin: 20px 0;
        border: 1px solid #000;
        border-bottom: none;
    }

        #orderform .tablBox p {
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #000;
        }

    #orderform .offUse {
        background: #eee;
        padding: 10px;
        border: 1px #ccc solid;
    }

        #orderform .offUse .sign {
            padding-top: 40px;
            padding-bottom: 10px;
        }

            #orderform .offUse .sign p:first-child {
                float: left;
                font-size: 18px;
                font-weight: 700;
                color: #000;
                margin-left: 10px;
            }

                #orderform .offUse .sign p:first-child:after {
                    content: "...............................................................................";
                    margin-left: 5px;
                }

            #orderform .offUse .sign p:last-child {
                font-size: 18px;
                font-weight: 700;
                color: #000;
                margin-right: 10px;
                float: right;
            }

                #orderform .offUse .sign p:last-child:after {
                    content: "................................";
                    margin-left: 5px;
                }

@media print {
    @page {
        margin-top: 0.5cm;
        margin-bottom: 0.5cm;
        margin-left: 1cm;
        margin-right: 1cm;
        size: auto;
    }

    .qotFoot, .qotHead {
        display: table;
        width: 100%;
    }

    .newpage {
        page-break-before: always;
    }

    .page-container.sidebar-collapsed .left-content {
        width: 100% !important;
    }

    body .page-container .left-content .content-wrapper {
        padding: 0 !important;
    }

    .header-main, .sidebar-menu, .titleblk, .tabsBlk, .contentWrap > h3, .right-quote {
        display: none;
    }

    #quotewBlk {
        -webkit-print-color-adjust: exact;
        margin: 0px;
        border: none;
        padding: 0;
    }

        #quotewBlk table {
            width: 100%;
        }

        #quotewBlk .padR25 tr td {
            padding: 15px;
        }

        #quotewBlk .priceDtl {
            margin: 50px 30px;
            width: calc(100% - 60px);
        }

            #quotewBlk .priceDtl tr th {
                border: 0;
                padding: 5px 10px;
                color: #000;
                background: #c4d79b;
            }

            #quotewBlk .priceDtl tr td {
                color: #000;
                border: 1px #666 solid;
                padding: 5px 10px;
            }

                #quotewBlk .priceDtl tr td.subtitle {
                    color: #000;
                    background: #c4d79b;
                    text-transform: uppercase;
                    font-weight: 600;
                    text-align: center;
                }

            #quotewBlk .priceDtl tr.nobrd td:nth-child(odd) {
                border: none;
                text-align: right;
            }

        #quotewBlk .notesQuote {
            margin: 30px;
            padding: 0px;
            border: none;
            border-radius: 0px;
        }

            #quotewBlk .notesQuote li {
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #ccc;
            }

                #quotewBlk .notesQuote li:last-child {
                    padding-bottom: 0px;
                    border-bottom: 0px solid #ccc;
                }

        #quotewBlk .padR25 tr td {
            padding: 25px;
        }

        #quotewBlk .rightTxt {
            text-align: right;
        }

        #quotewBlk .quoteLogo {
            height: 60px;
            margin: 10px auto;
            display: inline-block;
        }

    #orderform {
        margin: 0px;
        border: none;
        border-radius: 0px;
        padding: 0px 0;
        color: #000;
        padding: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .right-quote {
        float: none;
        margin-top: 0;
        padding: 0 30px;
    }

    #quotewBlk {
        overflow: auto;
    }

        #quotewBlk table.clinDtl, #quotewBlk .priceDtl, #quotewBlk .notesQuote {
            min-width: 750px;
            padding-right: 30px;
        }

    #orderform {
        overflow: auto;
    }

        #orderform .bankcheck, #orderform .network, #orderform .greenBlk, #orderform .tablBox, #orderform .offUse {
            padding-right: 30px;
            min-width: 750px;
        }
}

#proposal {
    padding: 0 0 50px 0;
    background: #fff;
}

    #proposal a {
        color: #994f34;
    }

    #proposal img {
        max-width: 100%;
    }

    #proposal p {
        font-size: 30px;
        line-height: 45px;
        margin: 10px 0px 15px;
    }

    #proposal figure {
        margin: 30px 0;
    }

        #proposal figure.imgcenter {
            text-align: center;
        }

            #proposal figure.imgcenter img {
                display: inline-block;
            }

    #proposal * {
        -webkit-print-color-adjust: exact;
    }

    #proposal .newPage {
        font-size: 30px;
        line-height: 45px;
        word-break: break-word;
        position: relative;
        margin: 30px;
        border-width: 1px;
        border-style: solid;
        border-color: #969696;
        border-image: initial;
        border-radius: 15px;
        padding: 80px 30px 30px;
    }

        #proposal .newPage:before {
            content: "";
            width: 100%;
            height: 50px;
            position: absolute;
            top: 0px;
            right: 0px;
            background: url(../images/caplorenergy.jpg) right 20px top 10px/auto 35px no-repeat;
        }

        #proposal .newPage:first-child:before {
            display: none;
        }

        #proposal .newPage .header {
            padding: 20px 0px;
        }

            #proposal .newPage .header .quoteLogo {
                margin: auto;
                width: auto;
            }

        #proposal .newPage .preparedby {
            font-size: 30px;
        }

            #proposal .newPage .preparedby span {
                text-align: left;
                display: inline-block;
                float: left;
            }

                #proposal .newPage .preparedby span.span {
                    width: 200px;
                }

            #proposal .newPage .preparedby h2 {
                color: #639e5f;
                font-size: 30px;
                padding-bottom: 5px;
                margin-bottom: 20px;
                margin-top: 30px;
                text-align: center;
                padding-left: 8%;
                padding-right: 8%;
            }

        #proposal .newPage #proposal figure {
            margin: 30px 0px;
        }

        #proposal .newPage .titleprop p {
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 700;
            color: black;
        }

            #proposal .newPage .titleprop p span {
                width: 150px;
                display: inline-block;
                font-weight: 400;
            }

        #proposal .newPage .titleprop table {
            width: 50%;
        }

            #proposal .newPage .titleprop table tr {
                border: 2px solid #000;
                font-weight: 500;
            }

                #proposal .newPage .titleprop table tr td:first-child {
                    background-color: #c6e0b4;
                    padding: 10px;
                    width: 50%;
                }

                #proposal .newPage .titleprop table tr td:last-child {
                    background-color: #548235;
                    padding: 10px;
                    width: 50%;
                    border-left: 2px solid #000;
                    color: #fff;
                }

        #proposal .newPage .contprop h6 {
            font-size: 40px;
            margin: 30px 0px 15px;
        }

        #proposal .newPage .contprop p {
            margin-bottom: 10px;
            color: black;
        }

            #proposal .newPage .contprop p #proposal .contprop p span {
                width: 150px;
                display: inline-block;
            }

    #proposal h1 {
        color: #639e5f;
        font-size: 40px;
        padding-bottom: 8px;
        margin-bottom: 20px;
        margin-top: 50px;
        border-bottom: 1px solid #639e5f;
    }

        #proposal h1:first-child {
            margin-bottom: 20px;
            margin-top: 0px !important;
        }

    #proposal h5 {
        font-size: 30px;
        line-height: 45px;
    }

    #proposal .panelBox {
        margin: 15px 50px;
    }

        #proposal .panelBox .mtop50 {
            margin-top: 50px;
        }

        #proposal .panelBox .panelLeft {
            width: 350px;
            float: left;
            text-align: center;
        }

            #proposal .panelBox .panelLeft .leftgreen {
                float: left;
                padding: 20px;
                background: #639e5f;
            }

            #proposal .panelBox .panelLeft .rigtgreen {
                float: left;
                padding: 20px;
            }

                #proposal .panelBox .panelLeft .rigtgreen p, #proposal .panelBox .panelLeft .rigtgreen h6 {
                    color: #333;
                }

            #proposal .panelBox .panelLeft h5 {
                font-size: 22px;
                color: #fff;
                padding-top: 15px;
            }

            #proposal .panelBox .panelLeft .panimg {
                background: url(../images/proposal/solarpv/chkbox.png) no-repeat center top;
                background-size: auto 40px;
                line-height: 40px;
                padding-top: 45px;
                width: 100%;
                margin: 20px auto;
                color: #fff;
                font-size: 25px;
                font-weight: 700;
            }

            #proposal .panelBox .panelLeft p {
                font-size: 18px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.3);
                border-top: 1px solid rgba(0, 0, 0, 0.3);
                padding: 6px 0;
                color: #fff;
            }

            #proposal .panelBox .panelLeft h6 {
                font-size: 22px;
                color: #fff;
                font-weight: 700;
                padding-bottom: 15px;
                margin-top: 50px;
            }

        #proposal .panelBox .panelRight {
            float: left;
            width: calc(100% - 350px);
            padding-left: 40px;
            padding-top: 20px;
        }

            #proposal .panelBox .panelRight p {
                color: #639e5f;
                margin-bottom: 15px;
            }

                #proposal .panelBox .panelRight p span {
                    font-size: 25px;
                    color: #639e5f;
                    font-weight: 700;
                    margin-bottom: 0px;
                    padding-left: 30px;
                    display: inline-block;
                }

            #proposal .panelBox .panelRight span {
                font-size: 25px;
                color: #000;
                font-weight: 700;
                margin-bottom: 25px;
                display: block;
            }

    #proposal .ppaPanel .ppaimg {
        width: 50%;
        float: left;
    }

    #proposal .ppaPanel .panelBox {
        margin: 0;
        float: left;
        width: 50%;
        padding: 0 0 0 30px;
    }

        #proposal .ppaPanel .panelBox .panelLeft {
            width: 100%;
            float: none;
        }

        #proposal .ppaPanel .panelBox .panelRight {
            float: none;
            width: 100% !important;
            padding-left: 0;
        }

        #proposal .ppaPanel .panelBox .ppaDtls h5 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #639e5f;
        }

        #proposal .ppaPanel .panelBox .ppaDtls h6 {
            font-size: 18px;
            margin-bottom: 10px;
            margin-top: 0;
            color: #639e5f;
        }

        #proposal .ppaPanel .panelBox .ppaDtls span {
            display: block;
            margin-bottom: 20px;
        }

    #proposal .statbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        #proposal .statbox .stateach {
            padding-right: 15px;
            padding-left: 15px;
        }

            #proposal .statbox .stateach.statfour {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 25%;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
            }

            #proposal .statbox .stateach.statthree {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 33.33%;
                -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
                max-width: 33.33%;
            }

            #proposal .statbox .stateach .cardbox {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                min-width: 0;
                word-wrap: break-word;
                background-color: #fcfcfc;
                background-clip: border-box;
                border: 1px solid #eee;
                padding: 15px;
                border-radius: 5px;
                text-align: center;
                margin: 20px 0;
                box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                #proposal .statbox .stateach .cardbox .badge-circle {
                    border-radius: 50%;
                    height: 65px;
                    line-height: 65px;
                    width: 65px;
                    font-size: 37px;
                    background-color: rgba(11, 140, 180, 0.2);
                    color: #0b8cb4;
                    margin: 0 auto 10px;
                }

                #proposal .statbox .stateach .cardbox .statvalue {
                    font-size: 25px;
                    font-weight: 700;
                    color: #475F7B;
                    margin: 10px 0 0 0;
                }

    #proposal .systemperf {
        border: 1px solid #639e5f;
        padding: 25px;
        margin: 20px 0;
    }

        #proposal .systemperf .perfleft, #proposal .systemperf .perfright {
            width: 50%;
            float: left;
        }

            #proposal .systemperf .perfleft h5 {
                color: #639e5f;
                font-size: 35px;
                margin-bottom: 15px;
                font-weight: 700;
                margin-top: 0;
            }

            #proposal .systemperf .perfleft h6 {
                color: #639e5f;
                font-size: 30px;
                margin-bottom: 20px;
                font-weight: 400;
                margin-top: 0;
            }

                #proposal .systemperf .perfleft h6 span {
                    margin-top: 10px;
                    display: block;
                    color: #000;
                    padding-left: 40px;
                }

    #proposal .caplor_ul {
        margin: 20px 0px;
    }

        #proposal .caplor_ul li {
            min-height: 35px;
            padding-left: 45px;
            margin-bottom: 10px;
            background: url(../images/uliicon.png) left top/auto 30px no-repeat;
        }

    #proposal .brownTitle li {
        margin-bottom: 10px;
    }

        #proposal .brownTitle li span {
            display: block;
            margin-bottom: 10px;
            color: #e46c0a;
        }

    #proposal .client_logos {
        margin: 15px 0px;
    }

        #proposal .client_logos .cl_logo {
            width: 25%;
            display: inline;
            float: left;
            padding: 0 2%;
        }

            #proposal .client_logos .cl_logo img {
                max-width: 100%;
                margin: auto;
                height: 100px;
            }

    #proposal .pagenum_title {
        text-align: right;
    }

    #proposal .pg_num {
        text-align: right;
        float: right;
    }

    #proposal .nfu_img {
        height: 150px;
        margin: auto !important;
    }

    #proposal .tblProp {
        width: 100%;
        margin: 20px auto !important;
    }

        #proposal .tblProp table {
            width: 100%;
        }

            #proposal .tblProp table th {
                background: #639e5f;
                color: white;
                text-align: center;
                border: 2px solid black;
                padding: 5px;
            }

            #proposal .tblProp table td {
                border: 2px solid black;
                padding: 5px;
            }

        #proposal .tblProp.tblColor tr:nth-last-child(5) {
            background: #ebf1de;
            font-weight: 700;
        }

        #proposal .tblProp.tblColor tr:nth-last-child(4) {
            background: #d8e4bc;
            font-weight: 700;
        }

        #proposal .tblProp.tblColor tr:nth-last-child(3) {
            background: #c4d79b;
            font-weight: 700;
        }

        #proposal .tblProp.tblColor tr:nth-last-child(2) {
            background: #76933c;
            font-weight: 700;
        }

        #proposal .tblProp.tblColor tr:nth-last-child(1) {
            background: #627a32;
            font-weight: 700;
        }

    #proposal .borderBox {
        border: 1px #333 solid;
        padding: 15px;
        text-align: center;
    }

    #proposal .midalign {
        width: 80%;
        margin: 15px auto;
    }

    #proposal .chartBoxs {
        margin-bottom: 15px;
        border-width: 1px;
        border-style: solid;
        border-color: black;
        border-image: initial;
        padding: 15px;
    }

        #proposal .chartBoxs h6 {
            font-size: 24px;
            text-align: center;
            color: black;
            padding-bottom: 20px;
            text-decoration: underline;
        }

    #proposal h2, #proposal h6 {
        font-size: 30px;
        margin: 30px 0px 20px;
    }

    #proposal .icon_ul {
        margin: 15px 0;
    }

        #proposal .icon_ul li {
            margin-bottom: 15px;
            padding-left: 45px;
        }

            #proposal .icon_ul li strong {
                min-height: 25px;
                margin-left: -45px;
                padding-left: 45px;
                margin-bottom: 15px;
                font-weight: 400;
                background: url(../images/uliicon.png) left top no-repeat;
                background-size: contain;
                display: block;
            }

    #proposal .greenTxt {
        color: #419636;
    }

    #proposal .faq {
        margin-bottom: 20px;
    }

        #proposal .faq h6 {
            color: #4f81bd;
            font-size: 18px;
            font-weight: 700;
        }

    #proposal .contprop img {
        height: 150px;
        margin: auto;
    }

    #proposal .meter_monitor {
        text-align: center;
        margin: 20px 0;
    }

        #proposal .meter_monitor img {
            display: inline-block;
            text-align: center;
            margin: auto;
        }

    #proposal .bulleted_list {
        list-style-type: disc;
        margin-left: 20px;
        margin-bottom: 20px;
    }

        #proposal .bulleted_list li {
            margin-bottom: 15px;
            font-weight: 400;
        }

    #proposal .trans_table {
        width: 60%;
        margin: 20px auto;
    }

        #proposal .trans_table table {
            width: 100%;
        }

            #proposal .trans_table table td {
                text-align: center;
                border: 1px #666 solid;
                padding: 10px;
            }

    #proposal .customerquote .col4 {
        width: 50%;
        float: left;
    }

    #proposal .customerquote .col8 {
        width: 50%;
        float: left;
    }

    #proposal .customerquote p {
        text-align: center;
    }

        #proposal .customerquote p span {
            display: block;
        }

    #proposal .customerquote img {
        max-width: 350px;
        width: 100%;
        padding: 20px;
        margin: auto;
    }

    #proposal .customerquote .col12 img {
        width: 75%;
        max-width: 1000px;
        margin: auto;
        display: block;
    }

    #proposal .border_ul {
        border: 1px solid #639e5f;
        padding: 15px;
    }

    #proposal .address {
        margin: 20px 0;
    }

        #proposal .address li {
            width: 400px;
            float: left;
        }

    #proposal .termpage ol li {
        display: block;
        margin-bottom: 15px;
        font-weight: 700;
    }

        #proposal .termpage ol li ol li {
            display: block;
            margin-top: 10px;
            font-weight: 400;
            margin-left: 25px;
        }

    #proposal .termpage ol span {
        margin-right: 8px;
    }

    #proposal .termpage ol h2 {
        font-size: 17px;
        margin: 8px 0;
        font-weight: 700;
    }

    #proposal .hpsplit {
        width: 100%;
    }

        #proposal .hpsplit .eneleft {
            float: left;
            width: calc(100% - 250px);
        }

        #proposal .hpsplit .eneright {
            float: right;
            width: 200px;
        }

    #proposal .rightBox {
        width: 30%;
        float: right;
    }

    #proposal .leftBox {
        width: 70%;
        float: left;
    }

    #proposal.exportpdf .newPage {
        -webkit-print-color-adjust: exact;
        border-color: transparent !important;
        padding: 80px 0px 0px !important;
        font-size: 20px;
        line-height: 30px;
    }

        #proposal.exportpdf .newPage:last-child {
            page-break-after: avoid;
        }

        #proposal.exportpdf .newPage.page1 {
            page-break-after: always;
            page-break-before: always;
            -webkit-print-color-adjust: exact;
        }

    #proposal table.clearprice {
        width: 75%;
        margin-bottom: 15px;
    }

        #proposal table.clearprice tr {
            border: 2px solid #000;
            font-weight: 500;
        }

            #proposal table.clearprice tr td {
                padding: 10px;
                color: #000;
            }

                #proposal table.clearprice tr td:first-child {
                    background-color: #c6e0b4;
                }

                #proposal table.clearprice tr td:last-child {
                    background-color: #d9d9d9;
                    border-left: 2px solid #000;
                    white-space: nowrap;
                    min-width: 200px;
                }

                    #proposal table.clearprice tr td:last-child span {
                        float: right;
                    }

    #proposal table.dualcolor {
        width: 100%;
    }

        #proposal table.dualcolor tr {
            border: 2px solid #000;
            font-weight: 400;
        }

            #proposal table.dualcolor tr td:first-child {
                background-color: #c6e0b4;
                padding: 10px;
                width: 50%;
            }

            #proposal table.dualcolor tr td:last-child {
                background-color: #548235;
                padding: 10px;
                width: 50%;
                border-left: 2px solid #000;
                color: #fff;
            }

            #proposal table.dualcolor tr p {
                color: #fff;
            }

    #proposal .greybox {
        background-color: #bfbfbf;
        border: 1px #666 solid;
        margin: 15px 0;
        padding: 15px;
    }

@media only screen and (max-width: 768px) {
    #proposal {
        overflow: auto;
    }

        #proposal .newPage {
            min-width: 755px;
        }
}

@media print {
    #proposal .newPage {
        font-size: 30px;
        line-height: 40px;
        word-break: break-word;
        position: relative;
        margin: 0px;
        border-width: 0px;
        border-style: solid;
        border-color: #969696;
        border-image: initial;
        border-radius: 0px;
        padding: 50px 30px 30px;
    }

    #proposal * {
        -webkit-print-color-adjust: exact;
    }
}

.chartBlk {
    margin: 20px 0;
}

    .chartBlk .chartBox {
        width: 100%;
        border-radius: 3px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
        background-color: #fff;
        padding: 15px;
        margin-bottom: 30px;
        min-height: 350px;
    }

        .chartBlk .chartBox .chartTitle {
            position: relative;
            margin-bottom: 25px;
        }

            .chartBlk .chartBox .chartTitle h6 {
                font-size: 18px;
                position: relative;
                z-index: 99;
                display: inline-block;
            }

                .chartBlk .chartBox .chartTitle h6 a {
                    color: #007bff;
                    cursor: pointer;
                }

                    .chartBlk .chartBox .chartTitle h6 a:hover {
                        color: #2f8f2d;
                    }

                .chartBlk .chartBox .chartTitle h6 span {
                    background: #fd4949;
                    padding: 5px;
                    border-radius: 4px;
                    font-size: 13px;
                    color: #fff;
                    margin-left: 8px;
                }

            .chartBlk .chartBox .chartTitle .filter {
                position: absolute;
                width: 100%;
                top: 0px;
            }

                .chartBlk .chartBox .chartTitle .filter button {
                    float: right;
                    clear: both;
                    border-radius: 4px;
                    width: 38px;
                    height: 38px;
                    background: #eee url("../images/filter.png") no-repeat center center;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

                    .chartBlk .chartBox .chartTitle .filter button.close {
                        background: #eee url("../images/close.png") no-repeat center center;
                    }

                .chartBlk .chartBox .chartTitle .filter #reportrange {
                    width: 50% !important;
                    min-width: 270px;
                    margin-top: 15px;
                    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
                    background-color: #fff;
                    padding: 15px !important;
                    float: right;
                    clear: both;
                    border-radius: 5px;
                    border: 1px solid rgba(204, 204, 204, 0.5) !important;
                    display: none;
                }

                    .chartBlk .chartBox .chartTitle .filter #reportrange .fa-caret-down {
                        float: right;
                        line-height: 23px;
                    }

        .chartBlk .chartBox .nav-tabs {
            border-bottom: none;
            text-align: center;
            display: flex;
            justify-content: center;
            flex-direction: row;
            margin: auto;
            margin-top: 15px;
        }

            .chartBlk .chartBox .nav-tabs .nav-item {
                background-color: #eee;
                margin-bottom: 0;
                display: inline-block;
                border: none;
                font-size: 13px;
            }

                .chartBlk .chartBox .nav-tabs .nav-item:first-child {
                    border-radius: 5px 0 0 5px;
                }

                    .chartBlk .chartBox .nav-tabs .nav-item:first-child a {
                        border-radius: 5px 0 0 5px;
                    }

                .chartBlk .chartBox .nav-tabs .nav-item:last-child {
                    border-radius: 0 5px 5px 0;
                }

                    .chartBlk .chartBox .nav-tabs .nav-item:last-child a {
                        border-radius: 0 5px 5px 0;
                    }

                .chartBlk .chartBox .nav-tabs .nav-item .nav-link {
                    border: none;
                    border-radius: 0;
                    font-size: 15px;
                    padding: 6px 10px;
                    color: #333;
                }

                    .chartBlk .chartBox .nav-tabs .nav-item .nav-link:hover {
                        border: none;
                    }

                    .chartBlk .chartBox .nav-tabs .nav-item .nav-link.active {
                        color: #fff;
                        background-color: #0186ff;
                        border: none;
                    }

        .chartBlk .chartBox .invoiceUl {
            margin: 10px -15px;
        }

            .chartBlk .chartBox .invoiceUl li {
                border-top: 1px #eee solid;
            }

                .chartBlk .chartBox .invoiceUl li a {
                    font-size: 14px;
                    display: block;
                    padding: 25px 15px;
                    color: #666;
                }

                    .chartBlk .chartBox .invoiceUl li a span {
                        display: inline-block;
                        float: right;
                        font-weight: 700;
                    }

                .chartBlk .chartBox .invoiceUl li:first-child a {
                    border-left: 4px #0094ff solid;
                }

                    .chartBlk .chartBox .invoiceUl li:first-child a span {
                        color: #0094ff;
                    }

                .chartBlk .chartBox .invoiceUl li:last-child a {
                    border-left: 4px #c5e40b solid;
                }

                    .chartBlk .chartBox .invoiceUl li:last-child a span {
                        color: #c5e40b;
                    }

                .chartBlk .chartBox .invoiceUl li:nth-child(2) a {
                    border-left: 4px #ffb200 solid;
                }

                    .chartBlk .chartBox .invoiceUl li:nth-child(2) a span {
                        color: #ffb200;
                    }

                .chartBlk .chartBox .invoiceUl li:nth-child(3) a {
                    border-left: 4px #00f645 solid;
                }

                    .chartBlk .chartBox .invoiceUl li:nth-child(3) a span {
                        color: #00f645;
                    }

        .chartBlk .chartBox.padB0 {
            padding-bottom: 0;
        }

        .chartBlk .chartBox .notiList::-webkit-scrollbar {
            width: 6px;
            background: #f0f1f2;
            border-radius: 20px;
        }

        .chartBlk .chartBox .notiList::-webkit-scrollbar-track {
            border-radius: 20px;
            background: #f0f1f2;
        }

        .chartBlk .chartBox .notiList::-webkit-scrollbar-thumb {
            border-radius: 20px;
            background: #5968c6;
        }

        .chartBlk .chartBox .notiList li {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
            padding-left: 60px;
            position: relative;
        }

            .chartBlk .chartBox .notiList li:before {
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #fff;
                display: block;
                border-radius: 10px;
                position: absolute;
                left: 0;
                top: 0;
            }

            .chartBlk .chartBox .notiList li span {
                display: inline-block;
                float: right;
                clear: both;
                width: 110px;
                text-align: right;
                color: #444;
                font-size: 13px;
            }

            .chartBlk .chartBox .notiList li h6 {
                font-weight: 400;
                margin-bottom: 5px;
                color: #444;
                padding-right: 120px;
            }

            .chartBlk .chartBox .notiList li p {
                color: #444;
                font-size: 16px;
                line-height: 22px;
            }

            .chartBlk .chartBox .notiList li.event:before {
                content: "";
                font: normal normal normal 24px/1 "Material Design Icons";
                background: #0186ff;
                line-height: 40px;
            }

            .chartBlk .chartBox .notiList li.event h6 {
                color: #0186ff;
            }

            .chartBlk .chartBox .notiList li.task:before {
                content: "溺";
                font: normal normal normal 24px/1 "Material Design Icons";
                background: #8bc53f;
                line-height: 40px;
            }

            .chartBlk .chartBox .notiList li.task h6 {
                color: #8bc53f;
            }

            .chartBlk .chartBox .notiList li.unread h6 {
                font-weight: 500;
            }

            .chartBlk .chartBox .notiList li.unread p {
                font-weight: 500;
                color: #000;
            }

            .chartBlk .chartBox .notiList li.unread span:after {
                content: "new";
                background: #fd4949;
                padding: 3px 10px;
                margin-left: 5px;
                font-size: 10px;
                font-weight: 500;
                color: #fff;
                text-transform: uppercase;
                border-radius: 10px;
            }

            .chartBlk .chartBox .notiList li.read span:after {
                content: "";
                font: normal normal normal 24px/1 "Material Design Icons";
                margin-left: 5px;
                font-size: 14px;
                color: #552f91;
                border-radius: 50px;
            }

    .chartBlk #chart-container {
        margin: 20px auto;
        height: 250px;
        width: 100%;
    }

    .chartBlk #preview-textfield, .chartBlk #preview-textfield-sales-quarter4,
    .chartBlk #preview-textfield-sales-quarter1, .chartBlk #preview-textfield-sales-quarter2,
    .chartBlk #preview-textfield-sales-quarter3 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

        .chartBlk #preview-textfield:after, .chartBlk #preview-textfield-sales-quarter4:after,
        .chartBlk #preview-textfield-sales-quarter1:after, .chartBlk #preview-textfield-sales-quarter2:after,
        .chartBlk #preview-textfield-sales-quarter3:after {
            content: "%";
        }

    .chartBlk .statlist {
        width: 100%;
    }

        .chartBlk .statlist tr th {
            font-weight: 500;
            color: #666;
        }

        .chartBlk .statlist tr td {
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px #eee solid;
            line-height: 35px;
        }

            .chartBlk .statlist tr td:first-child {
                font-weight: 700;
                color: #000;
            }

                .chartBlk .statlist tr td:first-child span {
                    display: inline-block;
                    background: #fff;
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                    border: 3px #ccc solid;
                    margin-right: 7px;
                }

                    .chartBlk .statlist tr td:first-child span.ps1 {
                        border-color: #ff0f50;
                    }

                    .chartBlk .statlist tr td:first-child span.ps2 {
                        border-color: #fe6f96;
                    }

                    .chartBlk .statlist tr td:first-child span.ps3 {
                        border-color: #fedd49;
                    }

                    .chartBlk .statlist tr td:first-child span.ps4 {
                        border-color: #39d1ff;
                    }

                    .chartBlk .statlist tr td:first-child span.ps5 {
                        border-color: #7dddfa;
                    }

                    .chartBlk .statlist tr td:first-child span.ps6 {
                        border-color: #28ccae;
                    }

    .chartBlk .chartBox canvas {
        margin: auto;
        display: block;
        max-height: 250px;
        width: auto !important;
    }

@media only screen and (max-width: 1150px) {
    .chartBlk .col-md-6, .chartBlk .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .chartBlk .chartBox canvas {
        margin: auto;
        display: block;
    }
}

@media only screen and (max-width: 1025px) {
    .chartBlk .col-md-6, .chartBlk .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .chartBlk .chartBox .notiList li span {
        float: none;
        width: 200px;
        text-align: left;
        font-size: 13px;
        margin-bottom: 5px;
    }
}

canvas {
    margin: auto;
    display: block;
}

body.loginpage {
    /*background: #f5f7f8 url(../images/bg-login.jpg) no-repeat center center;*/
    /*background: #f5f7f8 url(../images/bg-login1.jpg) no-repeat left center;*/
    /*background: #f5f7f8 url(../images/bg-login2.jpg) no-repeat center center;*/
    background: #f5f7f8 url(../images/bg-login3.jpg) no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 100vh;
    /** Material Form **/
}

    body.loginpage .loginBlk {
        background: #fff;
        width: 520px;
        margin: 0 auto;
        padding: 30px 80px;
        border-radius: 8px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    }

        body.loginpage .loginBlk .login-logo {
            margin-bottom: 20px;
        }

            body.loginpage .loginBlk .login-logo img {
                margin: auto;
                display: block;
                height: 60px;
            }

        body.loginpage .loginBlk p {
            font-weight: 400;
            font-size: 18px;
            text-align: center;
            color: #000;
            padding: 0 20px;
            margin-bottom: 50px;
        }

        body.loginpage .loginBlk a {
            text-align: right;
            margin-bottom: 15px;
            display: inline-block;
            font-size: 14px;
            color: #646464;
            float: right;
            clear: both;
        }

        body.loginpage .loginBlk .btnBlue {
            width: 100%;
        }

            body.loginpage .loginBlk .btnBlue:before {
                margin-left: -100%;
            }

            body.loginpage .loginBlk .btnBlue:hover:before {
                margin-left: 200px;
            }

        body.loginpage .loginBlk .login-footer {
            display: block;
            font-size: 16px;
            text-align: center;
            padding: 0;
            color: #040404;
            margin-top: 20px;
        }

            body.loginpage .loginBlk .login-footer a {
                color: #d33343;
                display: inline;
                float: none;
            }

    body.loginpage .messagebox {
        margin: 15px 0;
        padding: 10px 10px 10px 90px;
        -webkit-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
        box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
        background: white;
        border-radius: 20px;
        position: relative;
    }

        body.loginpage .messagebox h6 {
            color: #000;
            font-size: 20px;
            margin: 0 0 5px 0;
        }

        body.loginpage .messagebox p {
            font-size: 15px;
            text-align: left;
            line-height: 20px;
            margin: 0;
            padding: 0;
        }

        body.loginpage .messagebox.successbox {
            background: #e9f3e9;
        }

            body.loginpage .messagebox.successbox h6 {
                color: #3baa10;
            }

            body.loginpage .messagebox.successbox:before {
                font: normal normal normal 24px/1 "Material Design Icons";
                content: "";
                width: 65px;
                height: 65px;
                display: block;
                background: #8dc772;
                color: #4f8233;
                font-size: 35px;
                line-height: 65px;
                text-align: center;
                border-radius: 50%;
                position: absolute;
                left: 10px;
                top: 10px;
            }

    body.loginpage footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 0 10px 0;
        text-align: center;
        font-weight: 400;
        color: #5e5e5e;
        z-index: 0;
    }

    body.loginpage .md-input {
        display: table;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }

        body.loginpage .md-input input {
            height: 35px;
            border-radius: 0;
            border: none;
            width: 90%;
            padding: 0;
            font-size: 16px;
        }

        body.loginpage .md-input label {
            font-size: 16px;
            left: 0px;
            position: absolute;
            top: -25px;
            transition: 0.2s;
            color: #666;
            cursor: text;
            font-weight: normal;
        }

        body.loginpage .md-input .border {
            height: 1px;
            background: #ccc;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -ms-transition: 0.3s;
        }

            body.loginpage .md-input .border::before {
                content: " ";
                display: table;
                height: 2px;
                width: 0%;
                background: transparent;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                -ms-transition: 0.3s;
                margin: 0 auto;
            }

        body.loginpage .md-input input:focus ~ .border {
            background: transparent;
        }

            body.loginpage .md-input input:focus ~ .border::before {
                width: 100%;
                background: #ec202b;
            }

    body.loginpage .md-user input {
        background: url(../images/ico-user.png) no-repeat 0% center;
        background-size: auto 70%;
        padding-left: 30px;
    }

    body.loginpage .md-pass input {
        background: url(../images/ico-key.png) no-repeat 0% center;
        background-size: auto 70%;
        padding-left: 30px;
    }

@media only screen and (max-width: 600px) {
    body.loginpage .loginBlk {
        width: 85%;
        padding: 30px;
    }

        body.loginpage .loginBlk .login-logo img {
            margin: auto;
            width: 100%;
        }

        body.loginpage .loginBlk p {
            font-size: 17px;
            padding: 0;
        }
}

@media only screen and (max-width: 350px) {
    body.loginpage .loginBlk {
        width: 85%;
        padding: 10px;
    }

        body.loginpage .loginBlk .login-logo img {
            margin: auto;
            width: 100%;
        }

        body.loginpage .loginBlk p {
            font-size: 16px;
            padding: 0;
        }
}

a.btn-notification {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #eee;
    color: #fff;
    background: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50px;
}

.profileAvatar img {
    width: 180px;
    height: 180px;
    border: 2px solid #f5a9b3;
    border-radius: 100%;
    padding: 5px;
    margin: 0 auto 20px auto;
}

.profileAvatar .buttonBlk {
    text-align: center;
    margin-top: 15px;
}

#ChangePassword .modal-dialog, #ChangePhoto .modal-dialog {
    width: 540px;
    margin: 250px auto 30px auto;
}

    #ChangePassword .modal-dialog .modal-content, #ChangePhoto .modal-dialog .modal-content {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    }

        #ChangePassword .modal-dialog .modal-content .close, #ChangePhoto .modal-dialog .modal-content .close {
            background: url(../images/close_red.png) no-repeat center center !important;
            width: 29px;
            height: 29px;
            opacity: 1;
            font-size: 0;
            margin-top: 15px;
            margin-right: 15px;
            position: absolute;
            right: 0;
        }

            #ChangePassword .modal-dialog .modal-content .close span, #ChangePhoto .modal-dialog .modal-content .close span {
                font-size: 0px;
                text-align: right;
                display: inline;
                margin-bottom: 0;
            }

        #ChangePassword .modal-dialog .modal-content .modal-dtl, #ChangePhoto .modal-dialog .modal-content .modal-dtl {
            padding: 35px 45px;
        }

        #ChangePassword .modal-dialog .modal-content h3, #ChangePhoto .modal-dialog .modal-content h3 {
            color: #000;
            font-size: 20px;
            margin: 0 0 20px 0px;
            font-weight: 500;
            line-height: 20px;
        }

        #ChangePassword .modal-dialog .modal-content .formhorzi .formBlk li, #ChangePhoto .modal-dialog .modal-content .formhorzi .formBlk li {
            margin-bottom: 20px;
            width: 100%;
        }

            #ChangePassword .modal-dialog .modal-content .formhorzi .formBlk li label, #ChangePhoto .modal-dialog .modal-content .formhorzi .formBlk li label {
                width: 35%;
                display: inline-block;
                vertical-align: top;
                font-weight: 400;
                font-size: 15px;
                color: #262523;
                margin-right: 5%;
                line-height: 35px;
            }

            #ChangePassword .modal-dialog .modal-content .formhorzi .formBlk li input, #ChangePhoto .modal-dialog .modal-content .formhorzi .formBlk li input {
                width: 60%;
                display: inline-block;
                vertical-align: top;
                font-weight: 400;
                font-size: 15px;
                color: #262523;
            }

    #ChangePassword .modal-dialog .buttonBlk, #ChangePhoto .modal-dialog .buttonBlk {
        text-align: center;
        margin-top: 15px;
    }

#ChangePassword input[type=file], #ChangePhoto input[type=file] {
    border: 1px #eee solid;
    padding: 10px;
    width: 100%;
}

#ChangePassword span, #ChangePhoto span {
    font-size: 13px;
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.contentWrap.bgnone {
    background-color: transparent !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
}

.calright.calendarblk {
    overflow-x: scroll;
    overflow-y: visible;
}

    .calright.calendarblk ul {
        margin-top: 0 !important;
        display: flex !important;
        margin-bottom: 10px !important;
    }

        .calright.calendarblk ul li {
            width: 160px !important;
            float: none !important;
            display: flex !important;
            text-align: center;
            color: #333;
            text-transform: uppercase;
            border-radius: 5px;
            padding: 0 !important;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.01);
        }

            .calright.calendarblk ul li div {
                width: 160px;
                height: 50px;
                line-height: 25px;
                margin-right: 10px;
                background-color: #fff;
            }

                .calright.calendarblk ul li div span {
                    background-color: #015cb2 !important;
                    height: 27px !important;
                    line-height: 25px !important;
                    display: block !important;
                    width: 100% !important;
                    text-align: center;
                    padding: 0 !important;
                    color: #fff;
                    font-size: 13px;
                    border-radius: 0 0 5px 5px;
                }

        .calright.calendarblk ul.weekly span {
            letter-spacing: 5px;
        }

.calleft.calendarblk {
    padding-right: 15px;
}

    .calleft.calendarblk h6 {
        background-color: #fff;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #333;
        text-transform: uppercase;
        border-radius: 5px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.01);
        margin-bottom: 20px;
    }

    .calleft.calendarblk .assignee {
        margin-top: 0px;
    }

        .calleft.calendarblk .assignee a {
            width: 100%;
            display: block;
            margin-bottom: 10px;
            background-color: #fff;
            height: 35px;
            line-height: 35px;
            text-align: left;
            color: #333;
            text-transform: capitalize;
            border-radius: 3px;
            padding: 0 0 0 15px;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.01);
        }

            .calleft.calendarblk .assignee a span {
                display: inline-block !important;
                width: auto !important;
                padding: 0 15px !important;
                float: right !important;
                margin: 0 !important;
                font-weight: 500 !important;
                color: #0198ff;
            }

            .calleft.calendarblk .assignee a.active {
                border-left: 3px solid #0198ff;
            }

.activityday {
    width: 100%;
}

    .activityday > div {
        width: 100%;
        background: #e7e9ee url(../images/divider.png) repeat top left;
        margin-bottom: 10px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        padding: 0 !important;
    }

        .activityday > div span {
            background-color: #015cb2;
            height: 35px;
            line-height: 35px;
            display: block;
            border-radius: 3px;
            float: left;
            text-align: center;
            color: #fff;
            min-width: 160px;
        }

.ganttfilter {
    margin-top: 0px;
    margin-bottom: 0;
    clear: both;
    width: 100%;
    float: none;
}

    .ganttfilter .filterBtn {
        clear: both;
        width: 100%;
        float: right;
        margin-right: 135px;
        margin-top: -65px;
    }

        .ganttfilter .filterBtn #txtSearch {
            float: right;
            width: 270px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            border-radius: 50px;
            background: #fff url(../images/ico-search.png) no-repeat center right 15px;
            padding: 0 42px 0 20px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
            border: none;
            margin-right: 10px;
        }

.calendartabs {
    text-align: center;
    height: 35px;
}

    .calendartabs.tabalignerdashboard {
        margin-top: -50px;
        margin-bottom: 15px;
    }

    .calendartabs .calendarlinks {
        text-align: center;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
        background-color: #fff;
        display: inline-block;
        border-radius: 25px;
    }

        .calendartabs .calendarlinks a {
            padding: 0 15px;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            color: #333;
        }

            .calendartabs .calendarlinks a.active {
                background: #004aad;
                color: #fff;
                border-radius: 25px;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
            }

.commentsblk {
    padding: 25px;
}

    .commentsblk .commentslist {
        width: 100%;
    }

        .commentsblk .commentslist li {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px #eee solid;
        }

            .commentsblk .commentslist li .commentdtls {
                width: 100%;
                float: left;
            }

                .commentsblk .commentslist li .commentdtls cite {
                    margin-bottom: 0px;
                    font-size: 13px;
                }

                    .commentsblk .commentslist li .commentdtls cite a {
                        color: #000;
                        font-size: 15px;
                        font-weight: 700;
                        text-transform: uppercase;
                        padding-right: 10px;
                        margin-right: 10px;
                        border-right: 1px #eee solid;
                        font-style: normal;
                    }

                .commentsblk .commentslist li .commentdtls p {
                    font-size: 16px;
                    line-height: 22px;
                    margin: 5px 0 0px 0;
                }

            .commentsblk .commentslist li:after {
                clear: both;
                content: "";
                display: block;
                height: 0;
                visibility: hidden;
            }

    .commentsblk h6 {
        margin-bottom: 10px;
    }

#kanban-board .kanbantitle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

    #kanban-board .kanbantitle div {
        flex: 1 1 auto;
        background-color: #fff;
        margin: 0 10px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #666;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    }

        #kanban-board .kanbantitle div span:before {
            content: "(";
        }

        #kanban-board .kanbantitle div span:after {
            content: ")";
        }

        #kanban-board .kanbantitle div:first-child span {
            color: #0167ff;
        }

        #kanban-board .kanbantitle div:nth-child(2) span {
            color: #cec713;
        }

        #kanban-board .kanbantitle div:nth-child(3) span {
            color: #ee2c01;
        }

        #kanban-board .kanbantitle div:last-child span {
            color: #87b22e;
        }

#kanban-board .kanblk {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

    #kanban-board .kanblk > .formsingle {
        padding: 0;
    }

    #kanban-board .kanblk .sortable-wrapper {
        background-color: #eee;
        flex: 1 1 auto;
        margin: 0 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #666;
    }

        #kanban-board .kanblk .sortable-wrapper:first-child .btnbtm a {
            background-color: #0167ff;
        }

        #kanban-board .kanblk .sortable-wrapper:nth-child(2) .btnbtm a {
            background-color: #cec713;
        }

        #kanban-board .kanblk .sortable-wrapper:nth-child(3) .btnbtm a {
            background-color: #ee2c01;
        }

        #kanban-board .kanblk .sortable-wrapper:last-child .btnbtm a {
            background-color: #47f31b;
        }

    #kanban-board .kanblk .kandtls {
        background-color: #fff;
        padding: 10px 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        margin-bottom: 10px;
    }

        #kanban-board .kanblk .kandtls.wo {
            border-left: 2px solid #0167ff;
        }

            #kanban-board .kanblk .kandtls.wo h2 {
                color: #0167ff;
            }

        #kanban-board .kanblk .kandtls.su {
            border-left: 2px solid #05e960;
        }

            #kanban-board .kanblk .kandtls.su h2 {
                color: #05e960;
            }

        #kanban-board .kanblk .kandtls h2 {
            font-size: 20px;
            font-weight: 500;
            text-transform: capitalize;
            color: #666;
        }

            #kanban-board .kanblk .kandtls h2 span {
                font-size: 13px;
                color: #aaa;
                display: block;
                font-weight: 400;
            }

        #kanban-board .kanblk .kandtls p {
            font-size: 13px;
            line-height: 18px;
            text-transform: capitalize;
            color: #666;
        }

        #kanban-board .kanblk .kandtls .btnbtm span {
            font-size: 14px;
            color: #000;
            float: left;
            text-transform: capitalize;
            font-weight: 500;
            display: inline-block;
            line-height: 30px;
        }

        #kanban-board .kanblk .kandtls .btnbtm a {
            float: right;
            background-color: #333;
            padding: 3px 15px;
            color: #fff;
            border-radius: 5px;
            font-size: 12px;
            font-weight: 500;
        }

        #kanban-board .kanblk .kandtls .btn-group {
            float: right;
        }

            #kanban-board .kanblk .kandtls .btn-group button {
                font-size: 17px;
                color: #b5b4b4;
                padding: 0;
                height: 10px;
                display: inline-block;
                line-height: 10px;
            }

            #kanban-board .kanblk .kandtls .btn-group .dropdown-menu {
                padding: 0;
                margin: 10px 0 0 0;
            }

                #kanban-board .kanblk .kandtls .btn-group .dropdown-menu li {
                    padding: 5px 10px;
                    border-bottom: 1px solid #eee;
                }

                    #kanban-board .kanblk .kandtls .btn-group .dropdown-menu li a {
                        font-size: 13px;
                        color: #333;
                        font-weight: 400;
                        text-transform: capitalize;
                        display: block;
                    }

                        #kanban-board .kanblk .kandtls .btn-group .dropdown-menu li a:hover {
                            color: #0167ff;
                        }

#acctanban .acc-header {
    margin: 0 10px 10px 10px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

    #acctanban .acc-header button {
        background-color: transparent;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 10px;
        position: relative;
        text-transform: uppercase;
    }

        #acctanban .acc-header button span {
            padding-left: 5px;
            margin-left: 5px;
            border-left: 1px #aaaaaa solid;
            color: #aaaaaa;
        }

        #acctanban .acc-header button:before {
            content: "-";
            position: absolute;
            top: 0;
            right: 30px;
            font-weight: 700;
            font-size: 20px;
        }

        #acctanban .acc-header button.collapsed:before {
            content: "+";
            position: absolute;
            top: 0;
            right: 30px;
            font-weight: 700;
            font-size: 20px;
        }

div.gantt {
    font-size: 10px;
    color: #656565;
    margin-top: 20px;
}

.gantt table {
    border-collapse: collapse;
}

.gantt td {
    padding: 12px 5px;
}

/* cell defaults */
.headweekends div {
    font-size: 8px;
    width: 100% !important;
    margin: 0;
}

.gmajorheading, .gminorheading, .gminorheadingwkend, .gtaskcell, .gtaskcellwkend {
    height: 40px;
    font-size: 14px;
    border: #efefef 1px solid;
    text-align: center;
    cursor: default;
}

.gtasklist {
    height: 19px;
    min-width: 5px;
    max-width: 5px;
    width: 5px;
    border: #efefef 1px solid;
    border-right: none;
}

/* all three width values set just to make sure - helps resizing code */
/* Additional values for some cell elements */
.gtaskheading, .gmajorheading, .gminorheading {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}

.gtaskcellwkend, .gminorheadingwkend {
    background-color: #f7f7f7;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}

.gmajorheading {
    font-weight: 700;
}

td.gtaskcell {
    text-align: left;
}

td.gspanning {
    border-left: none;
    border-right: none;
}

.gtaskcelldiv {
    position: relative;
}

/* Task list defaults */
.gtaskheading, .gname, .gtaskname, .gresource, .gduration, .gpccomplete, .gstartdate, .gplanstartdate, .gplanenddate, .gcost, .genddate {
    height: 40px;
    white-space: nowrap;
    border: #efefef 1px solid;
}

    .gtaskheading div, .gname div, .gtaskname div, .gresource div, .gduration div, .gpccomplete div, .gstartdate div, .gplanstartdate div, .gplanenddate div, .gcost div, .genddate div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.gtaskbarcontainer.gplan {
    position: absolute !important;
    top: 0px;
    opacity: 0.3;
    background: white;
    z-index: 10000;
    border: 1px solid black;
}

/* Additional values for some task list elements */
/* needed for IE8 */
.gstartdate div, .gplanstartdate, .gplanenddate, .gstartdate, .genddate {
    text-align: center;
    min-width: 105px;
    width: 105px;
    max-width: 105px;
    font-size: 10px;
}

.gtaskheading {
    text-align: center;
}

.gtaskname div, .gtaskname {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
    font-size: 12px;
    border-left: none;
}

    .gtaskname a {
        color: #000;
        text-transform: capitalize;
    }

.glineitem .gtaskname a strong {
    font-weight: 400;
}

.gtaskheading, .gtaskname {
    text-overflow: ellipsis;
    overflow: hidden;
}

    .gtaskname.gtaskeditable div, .gtaskname.gtaskeditable {
        overflow: unset;
    }

.gselector {
    text-align: left;
    white-space: nowrap;
    min-width: 170px;
    max-width: 170px;
    width: 170px;
}

.gformlabel {
    position: relative;
    top: 0px;
    cursor: pointer;
    border: #ffffff 1px solid;
    margin-left: 2px;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
}

span.gformlabel:hover, span.gselected {
    background-color: #588bc4;
    border: #4a7ab0 1px solid;
    color: #fff;
}

span.gfoldercollapse {
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.gtasktableh, .gtasktable {
    border-right: #efefef 1px solid;
    width: 100%;
}

.gcharttableh, .gtasktableh, .gtasktable, .gcharttable {
    border-collapse: collapse;
}

.gcharttable {
    border: #efefef 1px solid;
}

/* for some reason firefox needs this */
/* Differentiate Group, Milestone and Ordinary task items (applied to row) */
.ggroupitem {
    background-color: #fbfbfb;
    font-weight: bold;
}

.gmileitem, .glineitem {
    background-color: #ffffff;
}

/* highlight row (applied to row) */
.gitemhighlight td {
    background-image: none;
    background-color: #fffde5;
}

/* task bar caption text styles */
.gmilecaption, .ggroupcaption, .gcaption {
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
    top: 1px;
    position: absolute;
    top: 2px;
}

.ggroupcaption, .gcaption {
    right: -126px;
}

/* Task complete %age bar shared attributes */
.gtaskcomplete {
    float: left;
    overflow: hidden;
}

/* Task complete %age bar */
.gtaskcomplete {
    height: 5px;
    background-color: #000000;
    margin-top: 4px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

/* Milestones */
.gmilestone {
    font-size: 14px;
    position: absolute;
    top: -2px;
}

.gmdtop {
    top: 2px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid black;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
}

.gmdbottom {
    top: 2px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border-top: 5px solid black;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}

/* Task bar shared attributes */
.ggroupblack, .gtaskblue, .gtaskred, .gtaskgreen, .gtaskyellow, .gtaskpurple, .gtaskpink {
    height: 13px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    margin-top: 1px;
}

/* Task bars - ggroupblack is set as the default class on the task if it is undefined */
.ggroupblack {
    height: 7px;
    background: #000000;
    margin-top: 2px;
}

.ggroupblackendpointleft {
    overflow: hidden;
    width: 0px;
    height: 0px;
    top: 2px;
    border-top: 4px solid black;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    float: left;
}

.ggroupblackendpointright {
    overflow: hidden;
    width: 0px;
    height: 0px;
    top: 2px;
    border-top: 4px solid black;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    float: right;
}

.ggroupblackcomplete {
    float: left;
    overflow: hidden;
    height: 3px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-color: #777777;
    margin-top: 2px;
    margin-bottom: 2px;
}

.gtaskblue {
    background: #3a84c3;
    /* Old browsers */
    background: linear-gradient(to bottom, #3a84c3 0%, #419ad6 20%, #4bb8f0 40%, #3a8bc2 70%, #26558b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bb8f0", endColorstr="#3a84c3", GradientType=0);
    /* IE6-9 */
}

.gtaskred {
    background: #c43a3a;
    /* Old browsers */
    background: linear-gradient(to bottom, #c43a3a 0%, #d34141 20%, #ef4c4c 40%, #c43a3a 70%, #872525 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef4c4c", endColorstr="#c43a3a", GradientType=0);
    /* IE6-9 */
}

.gtaskgreen {
    background: #50c13a;
    /* Old browsers */
    background: linear-gradient(to bottom, #50c13a 0%, #58d140 20%, #66ed4b 40%, #50c13a 70%, #358425 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66ED4B", endColorstr="#50c13a", GradientType=0);
    /* IE6-9 */
}

.gtaskyellow {
    background: #f7e438;
    /* Old browsers */
    background: linear-gradient(to bottom, #f7e438 0%, #efef37 20%, #ffff3a 40%, #f2ec37 70%, #f1da36 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff3a", endColorstr="#f7e438", GradientType=0);
    /* IE6-9 */
}

.gtaskpurple {
    background: #c13ac1;
    /* Old browsers */
    background: linear-gradient(to bottom, #c13ac1 0%, #d341d3 20%, #ef4cef 40%, #c13ac1 70%, #892689 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef4cef", endColorstr="#892689", GradientType=0);
    /* IE6-9 */
}

.gtaskpink {
    background: #f9b1f5;
    /* Old browsers */
    background: linear-gradient(to bottom, #f9b1f5 0%, #f7c0f3 20%, #f7caf4 40%, #f9c0f6 70%, #fcaef7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7caf4", endColorstr="#fcaef7", GradientType=0);
    /* IE6-9 */
}

.gtaskbluecomplete, .gtaskredcomplete, .gtaskgreencomplete, .gtaskyellowcomplete, .gtaskpurplecomplete, .gtaskpinkcomplete {
    float: left;
    overflow: hidden;
    height: 5px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: #000000;
    margin-top: 4px;
}

/* END Task bar styles */
.glinev {
    border-left: 1px solid;
    width: 0px;
}

.glineh {
    border-top: 1px solid;
    height: 0px;
}

.gDepFS, .gDepSS, .gDepSF, .gDepFF {
    border-color: #ff0000;
}

.gDepFSArw, .gDepSSArw {
    overflow: hidden;
    width: 0px;
    height: 0px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ff0000;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
}

.gDepFFArw, .gDepSFArw {
    overflow: hidden;
    width: 0px;
    height: 0px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid #ff0000;
}

.gCurDate {
    border-color: #0000ff;
}

div.gtaskbarcontainer {
    z-index: 1;
    position: absolute;
    top: 0px;
}

.textbar {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40%;
    display: inline-block;
}

.JSGanttToolTip {
    position: absolute;
    display: block;
    z-index: 2;
}

.JSGanttToolTipcont {
    font-size: 10px;
    display: block;
    background: #ffffff;
    color: #656565;
}

.gTaskInfo {
    background: #dbecff;
    width: 400px;
    border: #656565 1px solid;
    border-radius: 10px;
    padding: 4px 6px 4px 6px;
    float: left;
}

.gTtTitle {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #404040;
    margin-left: 4px;
    margin-bottom: 1em;
}

.gTaskLabel {
    font-size: 11px;
    font-weight: bold;
    color: #656565;
    margin-left: 4px;
}

.gTaskText {
    position: absolute;
    left: 90px;
    padding-top: 1px;
    font-size: 10px;
    font-weight: normal;
    color: #656565;
}

.gTaskNotes {
    font-size: 11px;
    font-weight: normal;
    color: #323232;
    padding: 0 15px;
    display: block;
}

.gTIn {
    padding-top: 10px;
}

.gantt {
    min-width: 632px;
    /* 2x LC width */
}

.gchartcontainer {
    /* padding-left: 532px;
LC width */
    line-height: 1;
    /* Overrides inherited CSS (e.g. from Bootstrap) */
    display: flex;
}

.gcontainercol {
    position: relative;
}

/* Add a max-height value here if wanted */
.glistgrid {
    min-width: 132px;
    /* LC width */
    float: left;
    /* LC width */
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    overflow: hidden;
}

.glistlbl {
    min-width: 132px;
    /* LC width */
    float: left;
    /* LC width */
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    overflow: hidden;
    flex: none;
}

.glistlbl, .gchartgrid {
    display: flex;
    flex-direction: column;
}

.glabelfooter {
    clear: both;
}

.ggridfooter {
    clear: both;
}

.rhscrpad {
    width: 150px;
    position: absolute;
    top: 0px;
    height: 1px;
}

.gchartgrid {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    position: relative;
    overflow: visible;
    overflow-y: auto;
    min-height: 0%;
}

.gchartlbl {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    flex: none;
}

/* Old Internet Explorer version hacks */
.gantt {
    _height: 100%;
}

/* otherwise the chart disappears! */
div .gantt {
    /* _width: 1064px;
ie6 fixed width */
}

div.gchartlbl, div.gchartgrid {
    /* _width: 532px;
*/
}

/* ie6 fixed width */
div.glistlbl, div.glistgrid {
    *right: 0px;
    /* ie7 pulls the content too far left with the negative margin */
    _right: 532px;
    /* but ie6 fixed width needs this */
    _margin-left: -532px;
    /* ie6 fixed width */
    float: left;
}

div.gchartgrid {
    *padding-bottom: 20px;
    *overflow-y: hidden;
}

/* variable height design, no need for vertical scroll */
td.gmajorheading div {
    *overflow: hidden;
}

/* stops resizing fixed width columns if the text is too wide */
td.gspanning div {
    *overflow: hidden;
}

/* stops resizing fixed width columns if the text is too wide */
/* border transparency tricks */
.ggroupblackendpointleft {
    _border-top: 4px solid black;
    _border-left: 4px solid pink;
    _border-bottom: 4px solid pink;
    _border-right: 4px solid pink;
    _filter: chroma(color=pink);
}

.ggroupblackendpointright {
    _border-top: 4px solid black;
    _border-left: 4px solid pink;
    _border-bottom: 4px solid pink;
    _border-right: 4px solid pink;
    _filter: chroma(color=pink);
}

.gmdtop {
    _border-left: 5px solid pink;
    _border-top: 5px solid pink;
    _border-right: 5px solid pink;
    _filter: chroma(color=pink);
}

.gmdbottom {
    _border-left: 5px solid pink;
    _border-bottom: 5px solid pink;
    _border-right: 5px solid pink;
    _filter: chroma(color=pink);
}

.gDepFSArw, .gDepSSArw {
    _border-bottom: 4px solid pink;
    _border-top: 4px solid pink;
    _border-right: 4px solid pink;
    _filter: chroma(color=pink);
}

.gDepFFArw, .gDepSFArw {
    _border-bottom: 4px solid pink;
    _border-left: 4px solid pink;
    _border-top: 4px solid pink;
    _filter: chroma(color=pink);
}

/* Workaround for odd bug in old versions of Opera - no other browser needs this */
.glinediv {
    position: absolute;
    top: 0px;
    left: 0px;
}

.gantt-inputtable {
    max-width: 100%;
    max-height: 16px;
}

.gadditional {
    border: #efefef 1px solid;
}

.gadditional, .gresource, .gduration, .gpccomplete, .gcost {
    text-align: left;
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    font-size: 10px;
}

.gresource {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    font-size: 12px;
}

@media print {
    /* All your print styles go here */
    html, .gchartgrid {
        overflow: unset !important;
    }

    .glistgrid {
        float: none !important;
    }
}
/* if using setUseSingleCell(1) the following is a suggested set of CSS3 styles to recreate the table grid - won't work on old browsers .ggrouphour td, .gmilehour td, .gitemhour td {
background-size: 19px 1px;
background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 18px);
width: 100%;
height: 19px;
}
.ggroupday td, .gmileday td, .gitemday td {
background-size: 19px 1px, 133px 1px;
background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 18px), linear-gradient(to left, #f7f7f7 39px, transparent 1px, transparent 92px);
width: 100%;
height: 19px;
}
.ggroupweek td, .gmileweek td, .gitemweek td {
background-size: 37px 1px;
background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 36px);
width: 100%;
height: 19px;
}
.ggroupmonth td, .gmilemonth td, .gitemmonth td {
background-size: 37px 1px;
background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 36px);
width: 100%;
height: 19px;
}
.ggroupquarter td, .gmilequarter td, .gitemquarter td {
background-size: 19px 1px;
background-image: linear-gradient(to left, #efefef, transparent 1px, transparent 18px);
width: 100%;
height: 19px;
}
*/
.gmain {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gmainright {
    overflow: hidden;
    flex: auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}

.gmainleft {
    overflow: hidden;
    flex: 0 0 362px;
    margin-right: 25px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}

    .gmainright .gchartgrid::-webkit-scrollbar, .gmainleft .gtasktablewrapper::-webkit-scrollbar {
        width: 10px;
    }

    .gmainright .gchartgrid::-webkit-scrollbar-track, .gmainleft .gtasktablewrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .gmainright .gchartgrid::-webkit-scrollbar-thumb, .gmainleft .gtasktablewrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.gtasktableh tr, .gcharttable tr, .gcharttableh tr, .gtasktable tr {
    height: 22px !important;
}

.gtasktableouterwrapper {
    overflow: hidden;
}

.gtasktablewrapper {
    overflow-y: scroll;
    flex: auto;
    height: 100%;
}

.chartgrid {
    overflow: auto;
    flex: auto;
}

/* .gtasktable {
margin-bottom: 14px;
}
*/
/* Printer friendly styles - we could use these all the time but they are not as pretty! */
/* note that "@media print" is not supported in IE6 or 7. Fully patched IE8 should be OK */
@media print {
    .ggroupblack {
        height: 0px;
        border-top: 7px solid;
        border-color: #000000;
    }

    .gtaskblue {
        height: 0px;
        border-top: 13px solid;
        border-color: #3a84c3;
    }

    .gtaskred {
        height: 0px;
        border-top: 13px solid;
        border-color: #c43a3a;
    }

    .gtaskgreen {
        height: 0px;
        border-top: 13px solid;
        border-color: #50c13a;
    }

    .gtaskyellow {
        height: 0px;
        border-top: 13px solid;
        border-color: #f7e438;
    }

    .gtaskpurple {
        height: 0px;
        border-top: 13px solid;
        border-color: #c13ac1;
    }

    .gtaskpink {
        height: 0px;
        border-top: 13px solid;
        border-color: #f9b1f5;
    }

    .gtaskbluecomplete, .gtaskredcomplete, .gtaskgreencomplete, .gtaskyellowcomplete, .gtaskpurplecomplete, .gtaskpinkcomplete {
        height: 0px;
        filter: alpha(opacity=40);
        opacity: 0.4;
        margin-top: -9px;
        border-top: 5px solid;
        border-color: #000000;
    }

    .ggroupblackcomplete {
        height: 0px;
        filter: alpha(opacity=80);
        opacity: 0.8;
        margin-top: -5px;
        border-top: 3px solid;
        border-color: #777777;
    }

    .gmainright, .gmainleft {
        overflow: hidden;
        width: auto;
    }

    table {
        page-break-after: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }
}
/* Fix for OSx trackpad hiding the scroll bars*/
.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .frame::-webkit-scrollbar:vertical {
        width: 11px;
    }

    .frame::-webkit-scrollbar:horizontal {
        height: 11px;
    }

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, 0.5);
}

.frame::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.gscrollbar-calculation-container {
    visibility: hidden;
    overflow: scroll;
    -ms-overflow-style: scrollbar;
    display: block;
}

.gtasktableh td.gspanning.gtaskname {
    padding: 10px 5px;
}

body.errorpage {
    background: #fff url(../images/bg-error.jpg) no-repeat top center;
    width: 100%;
    height: 100vh;
    text-align: center;
}

    body.errorpage h1 {
        margin-top: 310px;
        font-size: 80px;
        line-height: 100px;
    }

    body.errorpage h2 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 40px;
    }

.checkwidth .ckbox {
    width: 32%;
    float: left;
    margin-bottom: 10px;
    min-height: 30px;
}

@media only screen and (max-width: 1300px) {
    body .page-container .left-content .header-main {
        height: 50px;
    }

        body .page-container .left-content .header-main .logo img {
            margin-top: 0px;
        }

        body .page-container .left-content .header-main .profile {
            margin: 0;
        }

    body .page-container .left-content .content-wrapper {
        padding: 20px 30px;
    }

        body .page-container .left-content .content-wrapper .titleblk h1 {
            font-size: 22px;
            color: #000;
            font-weight: 600;
            float: left;
        }

        body .page-container .left-content .content-wrapper .btnBlue, body .page-container .left-content .content-wrapper .btnGreen, body .page-container .left-content .content-wrapper .btnRed, body .page-container .left-content .content-wrapper .btnGrey {
            height: 35px;
            line-height: 35px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        body .page-container .left-content .content-wrapper .statsblk .statbox .icon {
            width: 60px;
            height: 60px;
        }

            body .page-container .left-content .content-wrapper .statsblk .statbox .icon i {
                font-size: 28px;
                line-height: 60px;
            }

        body .page-container .left-content .content-wrapper .statsblk .statbox h6 {
            font-size: 48px;
            line-height: 45px;
        }

        body .page-container .left-content .content-wrapper .statsblk .statbox span {
            font-size: 18px;
        }
}

@media only screen and (max-width: 1250px) {
    .calendartabs.tabalignerdashboard {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1099px) {
    body .page-container .left-content .content-wrapper .titleblk h1 {
        float: none;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    body .page-container .left-content .content-wrapper .contentWrap .formBlk .statMargin li.statsBox {
        text-align: center;
        width: 50%;
        float: left;
        border-left: 1px solid #ccc;
        border-bottom: none;
        margin: 0;
        padding: 0;
    }

    body .page-container .left-content .content-wrapper .right-item .btnTop {
        margin-top: 0;
        margin-right: 10px;
    }

    body .page-container .left-content .content-wrapper .statsblk .statbox {
        margin-bottom: 10px;
    }

    .tabscroll, .card-body {
        overflow: auto;
        width: 100%;
    }

    .formsingle {
        margin-bottom: 10px;
    }

    .listTabl {
        width: 100%;
        min-width: 900px;
    }

    .extrahtml {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 35px;
    }

        .extrahtml input[type=text], .extrahtml select {
            width: 100%;
            float: none;
            margin: 0 0 10px 0;
        }

    .ajax-file-upload-filename {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        float: none;
    }

    .datatable .filterBtn .dropdown-toggle {
        margin-bottom: 10px;
    }

    .datatable .dataTables_wrapper .dataTables_filter {
        margin-bottom: 15px;
        margin-right: 0;
        margin-top: 10px;
    }

        .datatable .dataTables_wrapper .dataTables_filter input {
            width: 95%;
        }

    .datatable {
        overflow: auto;
        width: 100%;
    }

        .datatable table.dataTable {
            min-width: 800px;
        }

    body .searchBox input {
        margin-right: 10px;
    }
}

@media screen and (max-width: 769px) and (min-width: 1100px) {
    .acc-body .col-md-4, .acc-body .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 0 0 50%;
    }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .toggle {
        position: relative;
        display: block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        padding: 3px;
        margin: 0 10px 10px 0;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
        border-radius: 18px;
        box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        box-sizing: content-box;
    }

    .toggle-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        box-sizing: content-box;
    }

    .toggle-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        text-transform: uppercase;
        background: #eceeef;
        border-radius: inherit;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
        box-sizing: content-box;
    }

        .toggle-label:before, .toggle-label:after {
            position: absolute;
            top: 50%;
            margin-top: -.5em;
            line-height: 1;
            -webkit-transition: inherit;
            -moz-transition: inherit;
            -o-transition: inherit;
            transition: inherit;
            box-sizing: content-box;
        }

        .toggle-label:before {
            content: attr(data-off);
            right: 11px;
            color: #aaaaaa;
            text-shadow: 0 1px rgba(255, 255, 255, 0.5);
        }

        .toggle-label:after {
            content: attr(data-on);
            left: 11px;
            color: #FFFFFF;
            text-shadow: 0 1px rgba(0, 0, 0, 0.2);
            opacity: 0;
        }

    .toggle-input:checked ~ .toggle-label {
        background: #6ca9e2;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
    }

        .toggle-input:checked ~ .toggle-label:before {
            opacity: 0;
        }

        .toggle-input:checked ~ .toggle-label:after {
            opacity: 1;
        }

    .toggle-input:checked ~ .toggle-handle {
        left: 74px;
        box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    }

    .toggle-handle {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
        background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
        border-radius: 100%;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    }

        .toggle-handle:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -6px 0 0 -6px;
            width: 12px;
            height: 12px;
            background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
            background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
            border-radius: 6px;
            box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
        }

    /* Transition
========================== */
    .toggle-label, .toggle-handle {
        transition: All 0.3s ease;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
    }
}

/*# sourceMappingURL=theme.css.map */
@media only screen and (max-width: 991px) {
    .checkwidth .ckbox {
        width: 44%;
        float: left;
        margin-bottom: 10px;
        min-height: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .checkwidth .ckbox {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        min-height: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .crmlogo {
        display: none;
    }

    .chartBlk .filter #reportrange {
        position: relative;
        top: 0;
        right: 0;
        font-size: 14px;
        margin-bottom: 15px;
        width: 100%;
    }

        .chartBlk .filter #reportrange i.fa-caret-down {
            margin-left: 20px;
            float: right;
        }

    .calendartabs .calendarlinks {
        width: 100%;
    }

        .calendartabs .calendarlinks a {
            display: block;
            width: 100%;
        }

    .calendartabs, .calendartabs .calendarlinks {
        height: auto !important;
    }

    #kanban-board .kanbantitle {
        display: flex;
        flex-direction: column;
    }

    #kanban-board .kanblk {
        min-width: 500px;
    }

    #kanban-board .acc-body {
        overflow: auto;
    }

    .chartBlk .chartBox .nav-tabs .nav-item .nav-link {
        font-size: 13px;
        padding: 6px 10px;
    }

    .chartBlk .chartBox canvas {
        margin: 0 0 0 -20px;
        display: block;
    }

    .chartBlk .chartBox .notiList li.event::before {
        font: normal normal normal 18px/1 "Material Design Icons";
        line-height: 1;
        background: #0186ff;
        line-height: 25px;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }

    .chartBlk .chartBox .notiList li {
        padding-left: 30px;
    }

    body .page-container .left-content .content-wrapper .contentWrap {
        min-height: 75px;
    }

    .ganttfilter .filterBtn {
        margin-right: 0;
        margin-top: -50px;
    }

    .filterBtn .dropdown-toggle {
        float: left;
    }

    .filterBtn .dropdown-toggle {
        margin-bottom: 10px;
    }

    .tab-content canvas {
        min-height: 150px;
    }

    body .page-container {
        height: 100%;
        min-height: auto;
    }

    .ganttfilter .filterBtn #txtSearch {
        float: right;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 50px;
        background: #fff url(../images/ico-search.png) no-repeat center right 15px;
        padding: 0 42px 0 20px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        border: none;
        margin-right: 0px;
    }
}

.hallticket-wrap {
    background-color: #fff;
}

    .hallticket-wrap .header-top {
        background-color: #222338;
        width: 100%;
        display: flex;
        align-items: center;
        height: 140px;
    }

        .hallticket-wrap .header-top .logo {
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
            width: 50%;
        }

            .hallticket-wrap .header-top .logo img {
                height: 70px;
                display: block;
            }

            .hallticket-wrap .header-top .logo p {
                max-width: 250px;
                font-size: 20px;
                font-weight: 600;
                color: #fff;
                text-transform: uppercase;
            }

        .hallticket-wrap .header-top .img-wrap {
            width: 50%;
            overflow: hidden;
            height: 140px;
            position: relative;
        }

            .hallticket-wrap .header-top .img-wrap::before {
                content: '';
                width: 200px;
                height: 300px;
                background-color: #222338;
                display: block;
                position: absolute;
                top: -85px;
                left: -165px;
                z-index: 1;
                rotate: 30deg;
            }

            .hallticket-wrap .header-top .img-wrap img {
                width: 100%;
                display: block;
                opacity: 0.5;
            }

    .hallticket-wrap .ticket-content {
        display: flex;
        border-bottom: 8px solid #222338;
    }

        .hallticket-wrap .ticket-content .leftwrap {
            width: 60%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: flex-start;
            justify-content: space-between;
        }

            .hallticket-wrap .ticket-content .leftwrap ul {
                padding: 40px 40px;
            }

                .hallticket-wrap .ticket-content .leftwrap ul li {
                    margin-bottom: 15px;
                    color: #333;
                    font-weight: 400;
                }

                    .hallticket-wrap .ticket-content .leftwrap ul li span {
                        font-weight: 700;
                        width: 100px;
                        display: inline-block;
                    }

        .hallticket-wrap .ticket-content .rightwrap {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 10px;
        }

            .hallticket-wrap .ticket-content .rightwrap h6 {
                font-size: 22px;
                color: #333;
                font-weight: 700;
            }

        .hallticket-wrap .ticket-content .hallticket-logo {
            width: 50%;
            height: auto;
            display: block;
            border: 6px solid #42474d;
            margin-top: -80px;
            position: relative;
            z-index: 2;
        }

        .hallticket-wrap .ticket-content .barcode {
            width: auto;
            height: 80px;
            display: block;
        }

        .hallticket-wrap .ticket-content .leftwrap .title-ticket {
            background-color: #414852;
            padding: 20px;
            text-align: center;
            color: #fff;
            font-weight: 600;
            font-size: 24px;
            width: 100%;
            margin-bottom: 15px;
        }

.ganttfilter .filterBtn #txtSearch {
    float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 50px;
    background: #fff url(../images/ico-search.png) no-repeat center right 15px;
    padding: 0 42px 0 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: none;
    margin-right: 0px;
}


.card-notif {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
    border: 1px solid rgb(162 192 226);
    padding: 10px;
    background: #dbe7f6;
    border-radius: 5px;
}

    .card-notif p {
        margin-bottom: 0;
    }

.stats-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px #d6dbe280, 0 1px 2px #d6dbe280;
}

.stats-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px #d6dbe280, 0 1px 2px #d6dbe280;
}

    .stats-card .dtls h2 {
        font-weight: 700;
        font-size: 35px;
    }

    .stats-card .dtls span {
        font-weight: 400;
        font-size: 15px;
        color: #555;
        display: block;
    }

    .stats-card .icon {
        background-color: #eee;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.5rem;
        height: 3.5rem;
        font-size: 22px;
        color: #2356d7;
        transition: opacity .25s ease-out, transform .25s ease-out;
    }

    .stats-card .stats-footer {
        background-color: #eff2f6;
        border: 1px solid #ddddde;
    }

        .stats-card .stats-footer a {
            color: #15337f;
        }

            .stats-card .stats-footer a i {
                opacity: 0.5;
            }


/* New */
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.bg-gradient-custom-orange {
    background: #ee7b5e;
}

.bg-gradient-custom-teal {
    background: #1aa57c;
}

.bg-gradient-custom-pink {
    background: #d3488e;
}

.bg-gradient-custom-indigo {
    background: #8845f5;
}

.bg-gradient-custom-orange {
    background: -moz-linear-gradient(right, #ee7b5e, #f1957e) !important;
    background: -webkit-linear-gradient(right, #ee7b5e, #f1957e) !important;
    background: linear-gradient(to left, #ee7b5e, #f1957e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=0) !important;
}

.bg-gradient-custom-teal {
    background: -moz-linear-gradient(right, #1aa57c, #20c997) !important;
    background: -webkit-linear-gradient(right, #1aa57c, #20c997) !important;
    background: linear-gradient(to left, #1aa57c, #20c997) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=0) !important;
}

.bg-gradient-custom-pink {
    background: -moz-linear-gradient(right, #d3488e, #da65a0) !important;
    background: -webkit-linear-gradient(right, #d3488e, #da65a0) !important;
    background: linear-gradient(to left, #d3488e, #da65a0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=0) !important;
}

.bg-gradient-custom-indigo {
    background: -moz-linear-gradient(right, #8845f5, #aa7af8) !important;
    background: -webkit-linear-gradient(right, #8845f5, #aa7af8) !important;
    background: linear-gradient(to left, #8845f5, #aa7af8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=0) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress {
    background-color: rgba(0, 0, 0, 0.2);
}

.carb-blk {
    background: #0060cd url(../images/bg-exam.png) no-repeat right bottom;
    border-radius: 12px;
    padding: 30px 35px;
    background-size: cover;
    min-height: 370px;
    padding-top: 45px;
    color: #fff;
}

    .carb-blk h1 {
        font-size: 23px;
        color: #fff;
        font-weight: 700;
    }

    .carb-blk p {
        margin-top: 20px;
        color: #fff;
        text-transform: capitalize;
    }

    .carb-blk h1 span {
        display: block;
        font-size: 30px;
        margin-top: 5px;
    }

.card .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 22px;
    color: #fff;
    transition: opacity .25s ease-out, transform .25s ease-out;
}

.dash-btn a {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: inline-block;
    padding: 6px 10px;
    width: 155px;
    border-radius: 8px;
}

.main-dashboard {
    background: #eee url(../images/bg-dashboard.jpg) no-repeat top center;
    background-size: cover;
}

.dashboard-about {
    background-size: 100% auto;
    min-height: 500px;
}

    .dashboard-about .dash-img img {
        height: 450px;
        display: block;
        margin: auto;
    }

    .dashboard-about h6 {
        color: #666;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .dashboard-about h2 {
        color: #000;
        font-size: 45px;
        margin-bottom: 30px;
        line-height: 50px;
    }

        .dashboard-about h2 span {
            color: #87241a;
            font-size: 55px;
            font-weight: 700;
            margin-bottom: 30px;
            background: url(../images/highlights.svg) no-repeat left bottom;
            display: block;
            padding-bottom: 14px;
        }

.about-content-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

    .about-content-icon span {
        align-items: center;
        background-color: #87241a;
        border-radius: 100%;
        display: flex;
        height: 30px;
        justify-content: center;
        width: 30px;
        min-width: 30px;
        color: #fff;
    }

    .about-content-icon h6 {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin: 0;
    }
    .gap-10 {
        gap:10px;
    }
.form-control.search-options-dropdown {
    width: 250px;
    border-radius: 50px;
    border: 1px solid #eee;
}
.grade-system-info {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
    .grade-system-info th {
        background-color: #00a1a9;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px 10px;
        border-bottom: none;
        white-space: normal;
    }
    .grade-system-info td {
        padding: 0;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    .grade-system-info input {
        border: none;
        height: 35px;
        width: 100%;
        padding: 4px 6px;
        color: #333;
        font-size: 14px;
        white-space: normal;
    }
    .grade-system-info tbody tr:nth-child(odd) input {
        background-color: #f2f9ff;
       
    }
.grade-system-info input::-webkit-outer-spin-button,
.grade-system-info input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.grade-system-info input[type=number] {
    -moz-appearance: textfield;
}

.chosen-container-multi .chosen-choices {
    max-height: 280px;
    overflow: auto;
}