/* Minification failed. Returning unminified contents.
(3099,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3104,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3118,29): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
(3129,33): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

body {
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/************************************************/
/*------ Common Code start here ---------*/
/************************************************/
body {
    overflow: auto;
    color: #646464;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

a {
    text-decoration: none !important;
}

/************************/
/**************/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container-main {
    width: 100%;
    margin: auto;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.sidebar {
    width: 18%;
    max-width: 420px;
    width: 120px;
    display: table-cell;
    background: #fff;
    border-right: #ccc solid 0px;
}

    .sidebar ul {
        margin: 0px 0 0 0;
        padding: 0;
        position: absolute;
        width: 120px;
        left: 0;
        top: 85px;
    }

        .sidebar ul li {
            list-style-type: none;
            border-bottom: #e9e9e9 solid 0px;
            text-align: center;
            padding: 0px;
            /*height: 120px;*/
        }

            .sidebar ul li.active {
                border-right: #4B5FF7 solid 3px;
            }

                .sidebar ul li.active a {
                    color: #4B5FF7;
                }

            .sidebar ul li a {
                display: inline-block;
                padding: 14px 10px;
                color: #5e5e5e;
                font-weight: 600;
            }

            .sidebar ul li em {
                border: red solid 0px;
                display: block;
            }

            .sidebar ul li img {
                margin: 0 auto;
                border: red solid 0px;
            }

            .sidebar ul li span {
                margin-top: 8px;
                display: inline-block;
                font-size: 14px;
            }

            .sidebar ul li .dashboard-icon {
                width: 38px;
                height: 38px;
            }

            .sidebar ul li .keywords-icon {
                width: 38px;
                height: 38px;
            }

            .sidebar ul li .documents-icon {
                width: 40px;
                height: 40px;
            }

            .sidebar ul li .reports-icon {
                width: 38px;
                height: 38px;
            }

            .sidebar ul li .users-icon {
                width: 38px;
                height: 38px;
            }

            .sidebar ul li .gear-icon {
                width: 38px;
                height: 38px;
            }

*:focus {
    outline: none;
}

a:focus, button:focus, button:submit, input[type=button], input[type=submit] {
    outline: none !important;
}

input[type=button], .btn {
    outline: none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9C9C9C;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9C9C9C;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #9C9C9C;
}

.errowPageWrap {
    border: red solid 0px;
    width: 580px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -290px;
    margin-top: -250px;
    text-align: center;
}

.option-btn-wrap a {
    border: red solid 0px;
    display: inline-block;
    width: 60%;
    height: 100%;
    padding: 12px;
}

.offline-body {
    background: url(../Assets/Images/offline-page.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pie-wrapper {
    border: red solid 0px;
    margin: 0 auto;
}

.img-fluid {
    width: 100%;
    height: auto;
}

img {
    vertical-align: middle !important;
}

.last-col {
    width: 70px;
}

.font-normal {
    font-weight: normal;
}

.bdr-none {
    border: #ccc solid 0px !important;
}

.badge {
    background: #F2F3FF;
    padding: 6px 14px;
    color: #646464;
    font-weight: 600 !important;
    border-radius: 4px;
    margin-bottom: 5px;
}

.more-icon {
    width: 4px;
    cursor: pointer;
    outline: none;
}

.calender-icon {
    width: 18px;
    margin-right: 5px;
    top: 1.25rem;
}

.info-circle-grey {
    background: #eaeaea;
    width: 36px;
    height: 36px;
    display: inline-block;
    padding-top: 9px;
    padding-left: 10px;
    border-radius: 20px;
    margin-top: -8px;
    float: right;
}

.confBoxText {
    line-height: 22px;
}

.green-color {
    color: #00A94F;
}

.red-color {
    color: #D0021B;
}

.blue-color {
    color: #4B5FF7;
}

.yellow-color {
    color: #F5A623;
}

.more-menu {
    margin: 0;
    padding: 0px 0px 0px 0px;
}

    .more-menu li {
        margin: 0;
        list-style: none;
    }

        .more-menu li a {
            color: #696B7A;
            text-decoration: none;
            display: block;
            padding: 12px 10px 12px 8px;
        }

            .more-menu li a:hover {
                text-decoration: none;
                background: #f5fcff;
            }

        .more-menu li:nth-child(1) {
            border-bottom: none;
        }

            .more-menu li:nth-child(1) img {
                width: 18px;
                margin-right: 8px;
            }

            .more-menu li:nth-child(1) a {
                border-bottom: #ccc solid 1px;
            }

        .more-menu li:nth-child(2) {
            border-bottom: none;
        }

            .more-menu li:nth-child(2) img {
                width: 23px;
                margin-right: 2px;
            }

            .more-menu li:nth-child(2) a {
                border-bottom: #ccc solid 1px;
            }

        .more-menu li:nth-child(3) {
            border-bottom: none;
        }

            .more-menu li:nth-child(3) img {
                width: 24px;
                margin-right: 2px;
            }

            .more-menu li:nth-child(3) a {
                border-bottom: #ccc solid 0px;
            }

        .more-menu li:nth-child(4) {
            border-bottom: none;
        }

            .more-menu li:nth-child(4) img {
                width: 24px;
                margin-right: 2px;
            }

            .more-menu li:nth-child(4) a {
                border-bottom: #ccc solid 0px;
            }

        .more-menu li:nth-child(5) {
            border-bottom: none;
        }

            .more-menu li:nth-child(5) img {
                width: 24px;
                margin-right: 2px;
            }

            .more-menu li:nth-child(5) a {
                border-bottom: #ccc solid 0px;
            }

        .more-menu li:nth-child(6) {
            border-bottom: none;
        }

            .more-menu li:nth-child(6) img {
                width: 24px;
                margin-right: 2px;
            }

            .more-menu li:nth-child(6) a {
                border-bottom: #ccc solid 0px;
            }

.review-menu {
    margin: 0;
    padding: 0px 0px 0px 0px;
}

    .review-menu li {
        margin: 0;
        list-style: none;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #646464;
        border-bottom: #DDDDDD solid 1px;
    }

        .review-menu li p {
            padding: 0;
            margin: 0;
        }

        .review-menu li .box-1 {
            float: left;
            border-bottom: red solid 0px;
            margin-left: 10px;
        }

            .review-menu li .box-1 img {
                width: 18px;
                margin-right: 8px;
                margin-left: 6px;
                margin-top: 14px;
            }

        .review-menu li .box-2 {
            float: left;
            border-bottom: red solid 0px;
            padding-left: 8px;
            padding-right: 10px;
        }

        .review-menu li:nth-child(1) {
            border-bottom: #DDDDDD solid 1px;
            padding-top: 14px;
            padding-bottom: 14px;
        }

            .review-menu li:nth-child(1) .box-1 {
                float: left;
                border-bottom: red solid 0px;
            }

                .review-menu li:nth-child(1) .box-1 img {
                    width: 18px;
                    margin-right: 8px;
                    margin-top: 0px;
                }

            .review-menu li:nth-child(1) .box-2 {
                float: left;
                border-bottom: red solid 0px;
                padding-left: 8px;
                padding-right: 10px;
                font-size: 13px;
                padding-top: 3px;
            }

            .review-menu li:nth-child(1) .box-3 {
                float: left;
                border-bottom: red solid 0px;
                margin-left: 5px;
            }

                .review-menu li:nth-child(1) .box-3 img {
                    width: 14px;
                    margin-right: 12px;
                }

        .review-menu li:last-child {
            border-bottom: #DDDDDD solid 0px;
            padding-top: 14px;
            padding-bottom: 14px;
        }

            .review-menu li:last-child .box-1 {
                float: left;
                border-bottom: red solid 0px;
            }

                .review-menu li:last-child .box-1 img {
                    width: 18px;
                    margin-right: 12px;
                    margin-top: 12px;
                }

            .review-menu li:last-child .box-2 {
                float: left;
                border-bottom: red solid 0px;
                padding-left: 8px;
                padding-right: 10px;
            }

            .review-menu li:last-child .box-3 {
                float: left;
                border-bottom: red solid 0px;
                margin-left: 5px;
            }

                .review-menu li:last-child .box-3 img {
                    width: 14px;
                    margin-right: 12px;
                }

.main {
    margin-top: -82px !important;
}

main {
    padding: 20px 50px;
    margin-top: 76px;
    border: red solid 0px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

    main .main-container {
        overflow-x: auto;
    }

    main .main-top-sec {
        border: blue solid 0px;
    }

        main .main-top-sec .left-sec {
            border: green solid 0px;
            float: left;
        }

            main .main-top-sec .left-sec ul {
                margin: 0;
                padding: 0;
            }

                main .main-top-sec .left-sec ul li {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    float: left;
                }

                    main .main-top-sec .left-sec ul li a {
                        display: inline-block;
                        padding: 10px 0px 20px 0px;
                        margin: 0 20px 0 20px;
                        font-size: 16px;
                        font-weight: 600;
                        color: #686A79;
                    }

                        main .main-top-sec .left-sec ul li a.active {
                            border-bottom: #4B5FF7 solid 3px;
                            color: #4b5ff7;
                        }

                        main .main-top-sec .left-sec ul li a:hover {
                            text-decoration: none;
                        }

                        main .main-top-sec .left-sec ul li a:first-child {
                            margin: 0 20px 0 0px;
                        }

        main .main-top-sec .right-sec {
            border: green solid 0px;
            float: right;
            margin-bottom: 10px;
        }

            main .main-top-sec .right-sec .search {
                border: red solid 0px;
                float: left;
                padding: 0px;
                position: relative;
            }

                main .main-top-sec .right-sec .search input {
                    border: none;
                    border: #9da3b4 solid 1px;
                    height: 40px;
                    padding-left: 34px;
                    padding-right: 10px;
                    border-radius: 5px;
                    width: 120px;
                    background: transparent;
                }

                main .main-top-sec .right-sec .search img {
                    right: 90px;
                    position: absolute;
                    cursor: pointer;
                    width: 22px;
                    height: auto;
                    margin-top: 10px;
                }

            main .main-top-sec .right-sec .filter {
                border: red solid 0px;
                float: left;
                padding: 0px;
            }

                main .main-top-sec .right-sec .filter select {
                    -webkit-appearance: none;
                    background: transparent url(../Assets/Images/down-arrow.png) !important;
                    background-position: 92% 16px !important;
                    background-repeat: no-repeat !important;
                    padding-right: 30px !important;
                    padding: 4px 0 4px 10px;
                    width: 110px;
                    height: 40px;
                    border: 1px solid #9da3b4;
                    background-color: #fff;
                    color: #00A94F;
                    margin-left: 12px;
                }

                main .main-top-sec .right-sec .filter img {
                    right: -32px;
                    position: relative;
                    cursor: pointer;
                    width: 20px;
                }

            main .main-top-sec .right-sec .btn-with-icon {
                border: red solid 0px;
                float: left;
                margin-left: 15px; /*.calender-forward {width: 30px;height: 25px;}*/
            }

                main .main-top-sec .right-sec .btn-with-icon img {
                    width: 18px;
                    margin-left: 10px;
                    margin-top: -4px;
                }

                main .main-top-sec .right-sec .btn-with-icon .btn-primary {
                    background-color: #4B5FF7;
                    border-color: #4B5FF7;
                    padding: 9px 18px 8px 18px;
                    font-size: 15px;
                    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); /*filter: drop-shadow(0px 14px 44px rgba(75, 95, 247, 0.29));*/
                }

            main .main-top-sec .right-sec .close-btn {
                border: red solid 0px;
                float: left;
                margin-top: 12px;
                margin-right: 20px;
                margin-left: 20px;
            }

                main .main-top-sec .right-sec .close-btn a {
                    color: #686A79;
                    font-weight: normal;
                }

    main .main-container { /*background: #fff;*/
    }

        main .main-container h1 {
            margin: 0;
            padding: 0;
        }

    main .btn-warning {
        color: #f0ad4e;
        background-color: #fff;
        border: #eea236 solid 1px;
        padding: 0 16px;
    }

.logo-wrap {
    position: absolute;
    border: red solid 0px;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0px 25px 68px rgba(0, 0, 0, 0.02);
}

    .logo-wrap .logo {
        margin-top: 0px;
        margin-left: 16px;
        float: left;
    }

        .logo-wrap .logo .client-logo {
            border: red solid 0px;
            float: left;
            padding-right: 15px;
            margin-top: 7px;
        }

        .logo-wrap .logo .our-logo {
            border-left: #DDDDDD solid 1px;
            float: left;
            padding: 10px 30px 10px 20px;
            margin-top: 10px;
        }

    .logo-wrap .sec-right {
        border: red solid 0px;
        float: right;
        width: 630px;
        height: 80px;
    }

        .logo-wrap .sec-right .box-1 {
            float: right;
            border-right: #e8e8e8 solid 1px;
            height: 72px;
            padding-right: 26px;
        }

            .logo-wrap .sec-right .box-1 .welcome-wrap {
                margin-top: 10px;
            }

                .logo-wrap .sec-right .box-1 .welcome-wrap .pic {
                    float: left;
                    border: red solid 0px;
                    background: url("../../../Assets/Images/Nancy.png") no-repeat;
                    background-size: 100% 100%;
                    width: 60px;
                    height: 60px;
                    border-radius: 40px;
                }

                .logo-wrap .sec-right .box-1 .welcome-wrap .txt {
                    float: left;
                    border: red solid 0px;
                    margin-left: 10px;
                }

                    .logo-wrap .sec-right .box-1 .welcome-wrap .txt p {
                        margin: 0;
                        padding: 0;
                    }

                        .logo-wrap .sec-right .box-1 .welcome-wrap .txt p:nth-child(1) {
                            border: black solid 0px;
                            color: #2b2d42;
                            font-weight: 600;
                            margin-top: 18px;
                            font-size: 13px;
                        }


                        .logo-wrap .sec-right .box-1 .welcome-wrap .txt p:nth-child(3) {
                            border: black solid 0px;
                            color: #9899a3;
                        }



        .logo-wrap .sec-right .box-2 {
            float: right;
            border-right: #e8e8e8 solid 1px;
            height: 72px;
            padding: 0 10px 0 26px;
        }

            .logo-wrap .sec-right .box-2 .notification {
                margin-top: 26px;
            }

                .logo-wrap .sec-right .box-2 .notification img {
                    width: 22px;
                    height: 28px;
                }

                .logo-wrap .sec-right .box-2 .notification span {
                    width: 25px;
                    height: 25px;
                    display: inline-block;
                    border-radius: 16px;
                    background: #4B5FF7;
                    left: -11px;
                    top: -9px;
                    position: relative;
                    color: #fff;
                    padding-top: 6px;
                    font-size: 13px;
                    font-weight: 500;
                    text-align: center;
                }

        .logo-wrap .sec-right .box-3 {
            float: right;
            border-right: #e8e8e8 solid 1px;
            height: 80px;
            padding: 0 26px;
        }

            .logo-wrap .sec-right .box-3 a {
                margin-top: 27px;
                display: inline-block;
                color: #2b2d42;
                font-size: 15px;
                font-weight: 600;
                text-decoration: underline;
            }

.table-bdr-none td {
    border: #ccc solid 0px !important;
}

/*.table thead {box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);}*/
table a {
    text-decoration: underline;
}

table th {
    font-weight: 500 !important;
}

.search-popup {
    width: 18px;
    margin-right: 10px;
    cursor: pointer;
}

table .btn-default.active, table .btn-default.focus, table .btn-default:active, table .btn-default:focus, table .btn-default:hover, table .open > .dropdown-toggle.btn-default {
    color: #9B9B9B;
    background: transparent !important;
    border-color: #9DA3B4;
    font-weight: bold;
}

table .btn-default {
    color: #9B9B9B;
    background: transparent !important;
    border-color: #9DA3B4;
    font-weight: bold;
}

.clearSearch {
    right: 12px !important;
    position: absolute !important;
    cursor: pointer !important;
    width: 12px !important;
    height: auto !important;
    margin-top: 10px !important;
    top: 5px;
    visibility: hidden;
}

.thead {
    border-right: #ccc solid 0px !important;
    border-left: #ccc solid 0px !important;
    font-weight: 500 !important;
    color: #000000;
}

.btn {
    text-decoration: none;
    font-weight: 500;
}

a {
    color: #4b5ff7;
}

    a.txt-red {
        color: #FF6C7A;
    }

.datepicker-wrap {
    width: 400px;
    border: red solid 0px;
    margin: 0 auto;
}

.schedule-icon {
    width: 21px;
}

.align-middle {
    vertical-align: middle;
}

.model-body-overflow {
    height: 320px;
    overflow: auto;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold !important;
}

.semi-bold {
    font-weight: 500 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.bdr-gray {
    border: #eaeaea solid 1px;
}

.V-Middle {
    vertical-align: middle !important;
}

.note {
    color: #bbbbbb;
    font-size: 12px;
}

lable {
    color: #444444;
}

.zero {
    margin: 0 !important;
    padding: 0 !important;
}

.PL5 {
    padding-left: 5px !important;
}

.PL10 {
    padding-left: 10px !important;
}

.PR0 {
    padding-right: 0px !important;
}

.PR10 {
    padding-right: 10px !important;
}

.PL15 {
    padding-left: 15px !important;
}

.PR15 {
    padding-right: 15px !important;
}

.PR20 {
    padding-right: 20px !important;
}

.PR25 {
    padding-right: 25px !important;
}

.PR30 {
    padding-right: 30px !important;
}

.PL20 {
    padding-left: 20px !important;
}

.PR20 {
    padding-right: 20px !important;
}

.PT5 {
    padding-top: 5px !important;
}

.PT10 {
    padding-top: 10px !important;
}

.PT15 {
    padding-top: 15px !important;
}

.PT20 {
    padding-top: 20px !important;
}

.PB15 {
    padding-bottom: 15px !important;
}

.PB20 {
    padding-bottom: 20px !important;
}

.PR5 {
    padding-right: 5px !important;
}

.PR10 {
    padding-right: 10px !important;
}

.M0 {
    margin: 0 !important;
}

.ML5 {
    margin-left: 5px !important;
}

.ML10 {
    margin-left: 10px !important;
}

.ML15 {
    margin-left: 15px !important;
}

.ML20 {
    margin-left: 20px !important;
}

.ML25 {
    margin-left: 25px !important;
}

.ML30 {
    margin-left: 30px !important;
}

.MB20 {
    margin-bottom: 20px !important;
}

.MR15 {
    margin-right: 15px !important;
}

.MR10 {
    margin-right: 15px !important;
}

.MR5 {
    margin-right: 5px !important;
}

.MT5 {
    margin-top: 5px !important;
}

.MT10 {
    margin-top: 10px !important;
}

.MT15 {
    margin-top: 15px !important;
}

.MT20 {
    margin-top: 20px !important;
}

.MT25 {
    margin-top: 25px !important;
}

.MT30 {
    margin-top: 30px !important;
}

.MB0 {
    margin-bottom: 0px !important;
}

.MB5 {
    margin-bottom: 5px !important;
}

.MB10 {
    margin-bottom: 10px !important;
}

.MB15 {
    margin-bottom: 15px !important;
}

.P0 {
    padding: 0 !important;
}

.PB0 {
    padding-bottom: 0 !important;
}

.P10 {
    padding: 10px !important;
}

.P15 {
    padding: 15px !important;
}

.MP0 {
    margin: 0 !important;
    padding: 0 !important;
}

.black1 {
    background: #4b5ff7;
}

.bl-none {
    border-left: none !important;
}

.bt-none {
    border-top: none !important;
}

.color-white {
    color: #fff;
}

.color-primary {
    color: #4B5FF7;
}

.color-orange {
    color: #f7941d;
}

.color-green {
    color: #70c264;
}

.color-green-1 {
    color: #00A94F;
}

.color-green-2 {
    color: #7ED321 !important;
}

.color-grey {
    color: #7b879e;
}

.color-grey-4 {
    color: #696B7A;
}

.color-red {
    color: #ed1c24;
}

.color-red-1 {
    color: #D0021B !important;
}

.bx--date-picker__icon {
    left: 0rem;
}

    .bx--date-picker__icon ~ .bx--date-picker__input {
        padding-left: 2rem;
    }

.graph-date {
    border: red solid 0px;
    width: 120px !important;
    padding-right: 0;
    padding-left: 10px;
    font-weight: bold !important;
    background: url("../Assets/Images/Dropdown-arrow.png") no-repeat 90% 15px;
}

.select-popup {
    background: url("../Assets/Images/down-arrow-blue.png") no-repeat 96% 8px;
    border-bottom: #4B5FF7 solid 1px;
    border-left: transparent solid 1px;
    border-top: transparent solid 1px;
    border-right: transparent solid 1px;
    width: 130px;
    padding: 4px 30px 4px 0px;
}

.txt-popup {
    border-bottom: #4B5FF7 solid 1px !important;
    border-left: transparent solid 1px;
    border-top: transparent solid 1px;
    border-right: transparent solid 1px;
    width: 110px;
    padding: 4px 0px 4px 0px;
}

.model-wrap {
    padding: 10px 30px 20px 30px;
}

    .model-wrap .heading {
        padding: 10px 0;
        text-align: left;
        font-weight: bold;
    }

    .model-wrap .search-wrap {
        padding: 0px 0px 0px 0px;
    }

    .model-wrap .search-box {
        width: 100%;
        padding: 8px 10px 8px 10px;
        border: #BABECA solid 1px;
        border-radius: 4px;
        font-weight: 500;
    }

    .model-wrap .form-control {
        border: #BABECA solid 1px;
    }

    .model-wrap .categories {
        border: #BABECA solid 1px;
        border-radius: 4px;
        padding-bottom: 8px;
    }

        .model-wrap .categories span {
            padding: 6px 12px;
            background: #f2f3ff;
            display: inline-block;
            border-radius: 6px;
            margin-left: 5px;
            margin-top: 8px;
        }

            .model-wrap .categories span img {
                margin-left: 6px;
                width: 12px;
                cursor: pointer;
            }

    .model-wrap .data-filter-wrap {
        height: 200px;
        overflow: auto;
        border: #BABECA solid 1px;
        margin-bottom: 20px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .model-wrap .tags {
        border: #BABECA solid 0px;
        border-radius: 4px;
        padding-bottom: 8px;
    }

        .model-wrap .tags span {
            padding: 6px 12px;
            background: #f2f3ff;
            display: inline-block;
            border-radius: 6px;
            margin-right: 5px;
            margin-top: 8px;
        }

            .model-wrap .tags span img {
                margin-left: 6px;
                width: 12px;
                cursor: pointer;
            }

    .model-wrap .search-result-box {
        border: #EEEEEE solid 1px;
        margin-bottom: 25px;
        padding: 10px;
        color: #9DA3B4;
    }

        .model-wrap .search-result-box .left-section {
            width: 60%;
            float: left;
            text-align: left;
            margin-bottom: 15px;
        }

        .model-wrap .search-result-box input[type=text] {
            font-weight: bold;
        }

        .model-wrap .search-result-box .para-1 {
            color: #9DA3B4;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .model-wrap .search-result-box .para-2 {
            color: #9DA3B4;
            font-size: 12px;
            margin-bottom: 10px;
        }

        .model-wrap .search-result-box .para-3 {
            color: #696B7A;
            font-size: 16px;
            margin-bottom: 16px;
        }

        .model-wrap .search-result-box .para-4 {
            color: #9DA3B4;
            font-size: 12px;
            margin-bottom: 5px;
        }

        .model-wrap .search-result-box .para-5 {
            color: #9DA3B4;
            font-size: 12px;
            margin-bottom: 10px;
        }

            .model-wrap .search-result-box .para-5 .box-1 {
                margin-top: 7px;
                float: left;
            }

            .model-wrap .search-result-box .para-5 .box-2 {
                width: 60px;
                padding: 3px 5px;
                border-radius: 5px;
                float: left;
                margin-left: 10px;
                margin-right: 5px;
                border: #9DA3B4 solid 1px;
            }

            .model-wrap .search-result-box .para-5 .box-3 {
                margin-top: 7px;
                float: left;
            }

            .model-wrap .search-result-box .para-5 .box-4 {
                width: 60px;
                padding: 3px 5px;
                border-radius: 5px;
                float: left;
                margin-left: 5px;
                margin-right: 5px;
                border: #9DA3B4 solid 1px;
            }

    .model-wrap .right-section {
        width: 40%;
        float: left;
        border: red solid 0px;
        text-align: right;
    }

        .model-wrap .right-section .box-1 .left {
            border: red solid 0px;
            width: 60%;
            float: left;
            text-align: right;
        }

        .model-wrap .right-section .box-1 .right {
            border: red solid 0px;
            width: 40%;
            float: left;
            text-align: right;
        }

        .model-wrap .right-section .box-2 {
            margin-top: 10px;
        }

/*.btn-box-wrap { position: relative; bottom: -450px; border-bottom: #DDDDDD solid 0px; height: 5px; padding: 0; margin-top: 10px; }*/
.btn-box-wrap {
    border-top: #DDDDDD solid 1px;
    height: 5px;
    padding: 0;
    margin-top: 15px;
    padding-top: 10px;
}

.color-grey-3 {
    color: #9DA3B4;
}

span.selection-red::selection {
    background: #f5cbd0;
}

span.selection-red::-moz-selection {
    background: #f5cbd0;
}

span.selection-green::selection {
    background: #cbeddb;
}

span.selection-green::-moz-selection {
    background: #cbeddb;
}

span.selection-yellow::selection {
    background: #fcecd2;
}

span.selection-yellow::-moz-selection {
    background: #fcecd2;
}

.radio {
    margin-top: 0px;
    margin-bottom: 5px;
}

    .radio .form-checkbox-label {
        border: red solid 0px;
        margin-left: 5px;
    }

        .radio .form-checkbox-label span {
            border: red solid 0px;
            margin-left: 9px;
            padding-top: 7px;
        }

    .radio .form-radio-label span {
        border: red solid 0px;
        margin-left: 15px;
        padding-top: 7px;
    }

.radio-btn {
    width: 18px;
    margin-right: 5px;
    margin-left: 5px;
}

.checkbox {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    display: inline-block !important;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    color: #7e7e7e;
    background-color: #fff;
    border-color: #ccc;
    border: #9B9B9B solid 1px;
}

.key-img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.font-bold {
    font-weight: bold;
}

.fontsize9 {
    font-size: 9px !important;
}

.fontsize10 {
    font-size: 10px !important;
}

.fontsize11 {
    font-size: 11px !important;
}

.fontsize12 {
    font-size: 12px !important;
}

.fontsize13 {
    font-size: 13px !important;
}

.fontsize14 {
    font-size: 14px !important;
}

.fontsize15 {
    font-size: 15px !important;
}

.fontsize16 {
    font-size: 16px !important;
}

.fontsize17 {
    font-size: 17px !important;
}

.fontsize18 {
    font-size: 18px !important;
}

.fontsize20 {
    font-size: 20px !important;
}

.fontsize22 {
    font-size: 22px !important;
}

.fontsize24 {
    font-size: 24px !important;
}

.fontsize26 {
    font-size: 26px !important;
}

.fontsize28 {
    font-size: 28px !important;
}

.fontsize30 {
    font-size: 30px !important;
}

.fontsize32 {
    font-size: 32px !important;
}

.fontsize33 {
    font-size: 33px !important;
}

.fontsize34 {
    font-size: 34px !important;
}

.fontsize35 {
    font-size: 35px !important;
}

.fontsize36 {
    font-size: 36px !important;
}

.fontsize37 {
    font-size: 37px !important;
}

.fontsize38 {
    font-size: 38px !important;
}

.fontsize39 {
    font-size: 39px !important;
}

.fontsize40 {
    font-size: 40px !important;
}

.fontsize41 {
    font-size: 41px !important;
}

.fontsize42 {
    font-size: 42px !important;
}

.fontsize43 {
    font-size: 43px !important;
}

.fontsize44 {
    font-size: 44px !important;
}

.fontsize45 {
    font-size: 45px !important;
}

.fontsize46 {
    font-size: 46px !important;
}

.input-bottom-blue {
    width: 140px;
    border-top: red solid 0px;
    border-right: red solid 0px;
    border-left: red solid 0px;
    border-bottom: #4B5FF7 solid 1px;
    color: #4B5FF7;
    font-weight: 500;
}

.wrap {
    width: 592px;
}

    .wrap table {
        width: 570px;
        table-layout: fixed;
        color: #2B2D42;
    }

        .wrap table td {
            text-align: left;
        }

table tr td {
    padding: 5px;
    border: 1px solid #eee;
    line-height: 18px;
    word-wrap: break-word;
}

table th {
    line-height: 18px;
}

table.head tr td {
    background: #fff;
    padding: 10px;
    font-weight: normal;
    border: none;
}

.inner_table {
    height: 300px;
    overflow-y: auto;
}

.inner_table-50 {
    height: 120px;
    overflow-y: auto;
}

.bdr-bottom-none {
    border-bottom: 0px solid #e5e5e5;
}

.bdr-top-none {
    border-top: 0px solid #e5e5e5;
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #4B5FF7;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

#loaderWrap {
    background: url("../Assets/Images/transparent.png");
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
}

/************************************************/
/*------ Overwrite Code start here ---------*/
/************************************************/
/************************************************/
/*------ Overwrite Code start here ---------*/
/************************************************/
body {
    background: #f5f5f5;
}

.login-wrap {
    width: 960px;
    border: red solid 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -300px;
}

    .login-wrap .box-1 {
        float: left;
        width: 50%;
        background: linear-gradient(180deg, rgba(168,178,194,0.8), rgba(52,89,153,2));
        padding: 120px 0;
        height: 600px;
    }

        .login-wrap .box-1 img {
            width: 70%;
            margin: 0 auto;
            display: block;
        }

    .login-wrap .box-2 {
        background: rgba(255,255,255,0.95);
        float: left;
        width: 50%;
        padding: 40px 50px 30px 50px;
        height: 600px;
    }

        .login-wrap .box-2 .row-1 {
            border: blue solid 0px;
        }

            .login-wrap .box-2 .row-1 .col-1 {
                float: left;
            }

            .login-wrap .box-2 .row-1 .col-2 {
                float: right;
                padding-top: 5px;
            }

                .login-wrap .box-2 .row-1 .col-2 a {
                    display: inline-block;
                    margin-left: 15px;
                    color: #3d4657;
                    font-weight: 600;
                    font-size: 14px;
                }

        .login-wrap .box-2 .row-2 {
            border: red solid 0px;
            margin-top: 20px;
        }

            .login-wrap .box-2 .row-2 .head-2 {
                font-weight: 600;
                font-size: 34px;
                padding: 0;
                margin: 0;
                color: #3d4657;
            }

        .login-wrap .box-2 .row-3 {
            margin-top: 40px;
        }

            .login-wrap .box-2 .row-3 p {
                color: #74777d;
                font-size: 15px;
            }

        .login-wrap .box-2 .row-4 {
            margin-top: 40px;
        }

            .login-wrap .box-2 .row-4 .form-control {
                background: transparent;
                border: none;
                box-shadow: none;
                border-bottom: #97a0b3 solid 1px;
                border-radius: 0;
                padding: 0 0 0 0;
                font-size: 18px;
            }

            .login-wrap .box-2 .row-4 .btn-primary {
                color: #fff;
                background-color: #4b5ff7;
                border-color: #4b5ff7;
                padding: 12px 20px;
                border-radius: 30px;
                margin-top: 20px;
                box-shadow: 0px 9px 30.72px 1.28px rgba(75, 95, 247, 0.28);
            }

            .login-wrap .box-2 .row-4 .btn-default {
                color: #4b5ff7;
                background-color: #fff;
                border-color: #4b5ff7;
                padding: 12px 20px;
                border-radius: 30px;
                margin-top: 20px;
                box-shadow: 0px 9px 30.72px 1.28px rgba(75, 95, 247, 0.28);
            }

        .login-wrap .box-2 .row-5 {
            margin-top: 40px;
        }

            .login-wrap .box-2 .row-5 .form-control {
                background: transparent;
                border: none;
                box-shadow: none;
                border-bottom: #ccc solid 2px;
                border-radius: 0;
                padding: 0 0 0 0;
            }

        .login-wrap .box-2 .row-6 {
            position: absolute;
            bottom: 14px;
        }

        .login-wrap .box-2 .row-7 {
            margin-top: 30px;
        }

            .login-wrap .box-2 .row-7 span {
                color: #7b879e;
                display: inline-block;
                margin-top: 4px;
                margin-left: 8px;
                font-size: 14px;
            }

.divider {
    border-top: #DDDDDD solid 1px;
    padding: 0 20px;
    margin: 6px;
}

.annotation {
    background: #f5f5f5;
}

    .annotation .box-1 {
        border-right: #DDDDDD solid 1px;
        width: 52%;
        float: left;
        color: #000;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
        font-size: 12px;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    }

        .annotation .box-1 .page {
            border: red solid 0px;
            background: #fff;
            padding: 0px;
            margin-top: 0px;
        }

            .annotation .box-1 .page:first-child {
                margin-top: 0px;
            }

    .annotation .box-2 {
        border: #DDDDDD solid 0px;
        width: 28%;
        float: left;
        background: #fff;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    }

        .annotation .box-2 .option {
            width: 180px;
            box-shadow: none;
            margin-right: -15px;
            text-align: right;
            border: none;
            margin-top: -10px;
            background: url(../Assets/Images/down-arrow-blue.png) no-repeat 90% 15px;
            padding-right: 37px;
            color: #4b5ff7;
            text-align-last: right;
        }

        .annotation .box-2 option {
            text-align: right;
        }

        .annotation .box-2 .divider {
            border-bottom: #DDDDDD solid 1px;
            height: 5px;
        }

        .annotation .box-2 .accordion-title-1 .sec-1 {
            border-bottom: #DDDDDD solid 1px;
            padding: 10px 10px;
            height: 36px;
        }

            .annotation .box-2 .accordion-title-1 .sec-1 .left {
                float: left;
            }

                .annotation .box-2 .accordion-title-1 .sec-1 .left a {
                    color: #4B5FF7;
                    padding: 5px 10px 5px 0px;
                    border-radius: 10px;
                }

            .annotation .box-2 .accordion-title-1 .sec-1 .right {
                float: right;
            }

                .annotation .box-2 .accordion-title-1 .sec-1 .right a {
                    color: #4B5FF7;
                    padding: 5px 10px;
                    margin-left: 15px;
                    border-radius: 10px;
                }

        .annotation .box-2 .accordion-title-2 {
            border-right: #DDDDDD solid 0px;
            margin-top: 0px;
        }

            .annotation .box-2 .accordion-title-2 .sec-1 {
                border: #DDDDDD solid 0px;
                padding: 10px 10px;
                float: left;
                width: 50%;
            }

            .annotation .box-2 .accordion-title-2 .sec-2 {
                border: #DDDDDD solid 0px;
                padding: 10px 0px;
                float: right;
                width: 25%;
            }

            .annotation .box-2 .accordion-title-2 .sec-3 {
                border: #DDDDDD solid 0px;
                padding: 10px 0px;
                float: right;
                width: 25%;
            }

        .annotation .box-2 .accordion-content-2 {
            padding: 4px 12px;
            border-top: #DDDDDD solid 1px;
        }

            .annotation .box-2 .accordion-content-2 .table-div {
                overflow: auto;
                min-height: 340px;
                max-height: 340px;
            }

                .annotation .box-2 .accordion-content-2 .table-div table td {
                    border: #fff solid 0px;
                    padding: 10px 10px 10px 0;
                    line-height: 16px;
                }

    .annotation .box-3 {
        border: red solid 0px;
        width: 20%;
        float: left;
        background: #f5f5f5;
        font-size: 14px;
    }

        .annotation .box-3 .btn-danger {
            color: #d9534f;
            background-color: #f5f5f5;
            border-color: #d43f3a;
        }

        .annotation .box-3 .btn {
            font-weight: bold;
            border: solid 2px;
            font-size: 14px;
            border-radius: 6px;
        }

        .annotation .box-3 .Edit {
            display: none;
        }

.dashboard-container h1 {
    margin: 0;
    padding: 0;
}

.dashboard #doughnut-chart {
    border: red solid 0px;
}

.dashboard .doughnut-chart-wrap {
    padding: 0px 15px 0px 15px;
    border: #DDDDDD solid 0px;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.dashboard .box-1 {
    border: #DDDDDD solid 0px;
    width: 100%;
    float: left;
    color: #2b2d42;
    -webkit-border-top-left-radius: 10px;
    margin-top: 26px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    font-size: 12px;
}

    .dashboard .box-1 .row-1 {
        background: #fff;
        padding: 26px 25px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        margin-bottom: 39px;
    }

        .dashboard .box-1 .row-1 .left-section span, .dashboard .box-1 .row-1 .right-section span {
            border: red solid 0px;
            color: #7b879e;
            margin-left: 10px;
        }

        .dashboard .box-1 .row-1 .left-section em, .dashboard .box-1 .row-1 .right-section em {
            font-style: normal;
        }

        .dashboard .box-1 .row-1 .One {
            float: left;
        }

        .dashboard .box-1 .row-1 .Two {
            float: left;
        }

    .dashboard .box-1 .row-2 {
        margin-bottom: 10px;
    }

        .dashboard .box-1 .row-2 .square-box {
            background: #fff;
            padding: 20px 15px 20px 20px;
            margin-bottom: 30px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            width: 45%;
            float: left;
            margin-right: 5%;
        }

            .dashboard .box-1 .row-2 .square-box:first-child {
                margin-left: 0%;
                border-radius: 3px;
            }

            .dashboard .box-1 .row-2 .square-box span {
                font-weight: 500;
            }

            .dashboard .box-1 .row-2 .square-box p:nth-child(2) {
                color: #31394D;
                font-weight: 500;
            }

            .dashboard .box-1 .row-2 .square-box:hover, .dashboard .box-1 .row-2 .square-box:focus {
                text-decoration: none;
            }

    .dashboard .box-1 .row-3 {
        background: #fff;
        padding: 0px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        margin-bottom: 30px;
    }

.dashboard .box-2 {
    border: red solid 0px;
    width: 20%;
    float: left;
    padding: 26px 0 0 30px;
}

    .dashboard .box-2 a {
        color: #4b5ff7;
    }

        .dashboard .box-2 a:hover, .dashboard .box-2 a:focus {
            text-decoration: none;
            color: #4b5ff7;
        }

    .dashboard .box-2 .btn-with-icon {
        border: blue solid 0px;
        float: right;
        width: 100%;
    }

        .dashboard .box-2 .btn-with-icon img {
            width: 18px;
            margin-left: 10px;
            margin-top: -4px;
        }

        .dashboard .box-2 .btn-with-icon .btn-primary {
            background-color: #4B5FF7;
            border-color: #4B5FF7;
            padding: 9px 18px 8px 18px;
            font-size: 16px;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        }

        .dashboard .box-2 .btn-with-icon .btn-primary-outline {
            color: #4B5FF7;
            background-color: #ffffff;
            border-color: #4B5FF7;
            padding: 9px 18px 8px 18px;
            font-size: 16px;
        }

            .dashboard .box-2 .btn-with-icon .btn-primary-outline span {
                border: red solid 0px;
                margin-top: 3px;
                display: inline-block;
            }

            .dashboard .box-2 .btn-with-icon .btn-primary-outline img {
                vertical-align: baseline !important;
                margin-left: 5px;
            }

    .dashboard .box-2 .divider-1 {
        border-bottom: #DDDDDD solid 1px;
        height: 5px;
    }

    .dashboard .box-2 .P1 {
        color: #4b5ff7;
        font-size: 12px;
        font-weight: 500;
    }

        .dashboard .box-2 .P1 span {
            float: right;
            display: inline-block;
            margin-top: -5px;
        }

    .dashboard .box-2 .P2 {
        color: #4b5ff7;
        font-size: 30px;
        font-weight: 500;
    }

        .dashboard .box-2 .P2 span {
            display: inline-block;
            margin-top: -8px;
        }

    .dashboard .box-2 .P3 {
        color: #4b5ff7;
        font-size: 16px;
        font-weight: 500;
    }

    .dashboard .box-2 .row-1 {
        border-bottom: #DDDDDD solid 1px;
        padding-bottom: 25px;
    }

    .dashboard .box-2 .row-2 {
        border-bottom: #DDDDDD solid 1px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .dashboard .box-2 .row-3 {
        border-bottom: #DDDDDD solid 1px;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .dashboard .box-2 .list-1 {
        margin: 0;
        padding: 0;
    }

        .dashboard .box-2 .list-1 li {
            margin: 0;
            padding: 12px 0;
            font-size: 14px;
        }

/************************************************/
/*------ Overwrite Code start here ---------*/
/************************************************/
.btn-primary {
    color: #fff;
    background-color: #4B5FF7;
    border-color: #4B5FF7;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); /*filter: drop-shadow(0px 14px 44px rgba(75, 95, 247, 0.29));*/
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #4B5FF7;
        border-color: #4B5FF7;
    }

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
    padding: 14px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.bx--date-picker__input {
    background-color: #ffffff;
    box-shadow: 0 0px 0 0 #5a6872;
    border-bottom: 1px solid transparent;
}

.bx--date-picker__calendar.flatpickr-calendar.open {
    border-radius: 10px;
}

.bx--date-picker__day.today, .flatpickr-day.today {
    color: #4B5FF7;
    background: #F5F5F5;
    border-radius: 10px;
    font-weight: bold;
}

    .bx--date-picker__day.today::after, .flatpickr-day.today::after {
        background: #fff;
    }

.bx--date-picker__input:focus, .bx--date-picker__input.bx--focused {
    outline: none;
    box-shadow: 0 0px 0 0 #3d70b2;
}

.bx--date-picker__input:focus, .bx--date-picker__input.bx--focused {
    outline: none;
    box-shadow: 0 0px 0 0 #3d70b2;
}

.text-center {
    text-align: center !important;
}

.popover {
    max-width: 100%;
}

.popover-content {
    padding: 0px 0px;
}

.table a {
    outline: none;
}

.form-input {
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    margin-top: 10px;
    border-radius: 4px;
}

/*************** Form and Radio button ***************/
.form-checkbox, .form-radio {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: left;
}

.form-checkbox-inline .form-checkbox-label, .form-radio-inline .form-radio-label {
    display: inline-block;
    margin-right: 1rem;
}

.form-checkbox-legend, .form-radio-legend {
    margin: 0 0 0.125rem 0;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}

.form-checkbox-label, .form-radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 0.5rem;
}

    .form-checkbox-label:hover i, .form-radio-label:hover i {
        color: #337ab7;
    }

    .form-checkbox-label span, .form-radio-label span {
        display: block;
        font-weight: 500;
    }

    .form-checkbox-label input, .form-radio-label input {
        width: auto;
        opacity: 0.0001;
        position: absolute;
        left: 0.25rem;
        top: 0.25rem;
        margin: 0;
        padding: 0;
    }

.form-checkbox-button {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #999;
    left: 0;
    top: 0.25rem;
    width: 1.1rem;
    height: 1.1rem;
    z-index: 0;
    border: 1px solid #707070;
    border-radius: 4px;
    transition: color 0.28s ease;
    will-change: color;
}

    .form-checkbox-button::before, .form-checkbox-button::after {
        position: absolute;
        height: 0;
        width: 0.2rem;
        background-color: #4B5FF7;
        display: block;
        transform-origin: left top;
        border-radius: 0.25rem;
        content: "";
        transition: opacity 0.28s ease, height 0s linear 0.28s;
        opacity: 0;
        will-change: opacity, height;
    }

    .form-checkbox-button::before {
        top: 0.80rem;
        left: 0.42rem;
        transform: rotate(-135deg);
        box-shadow: 0 0 0 0.0625rem #fff;
    }

    .form-checkbox-button::after {
        top: 0.4rem;
        left: 0;
        transform: rotate(-45deg);
    }

.form-checkbox-field:checked ~ .form-checkbox-button {
    color: #337ab7;
}

    .form-checkbox-field:checked ~ .form-checkbox-button::after, .form-checkbox-field:checked ~ .form-checkbox-button::before {
        opacity: 1;
        transition: height 0.28s ease;
    }

    .form-checkbox-field:checked ~ .form-checkbox-button::after {
        height: 0.5rem;
    }

    .form-checkbox-field:checked ~ .form-checkbox-button::before {
        height: 1.2rem;
        transition-delay: 0.28s;
    }

.form-radio-button {
    position: absolute;
    left: 0;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

    .form-radio-button::before, .form-radio-button::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        margin: 0.25rem;
        width: 20px;
        height: 20px;
        transition: transform 0.28s ease, color 0.28s ease;
        border-radius: 50%;
        border: 0.125rem solid currentColor;
        will-change: transform, color;
    }

    .form-radio-button::after {
        transform: scale(0);
        background-color: #4B5FF7;
        border-color: #4B5FF7;
    }

.form-radio-field:checked ~ .form-radio-button::after {
    transform: scale(0.5);
}

.form-radio-field:checked ~ .form-radio-button::before {
    color: #4B5FF7;
}

.btn-primary-outline {
    color: #4B5FF7;
    background-color: #ffffff;
    border-color: #4B5FF7;
    padding: 2px 10px;
}

    .btn-primary-outline span {
        border: red solid 0px;
        margin-top: 3px;
        display: inline-block;
    }

    .btn-primary-outline img {
        vertical-align: baseline !important;
        margin-left: 5px;
    }

    .btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline:focus, .btn-primary-outline:hover, .open > .dropdown-toggle.btn-primary-outline {
        color: #4B5FF7;
        background-color: #ffffff;
        border-color: #4B5FF7;
    }

.table td {
    vertical-align: middle !important;
}

.btn-success {
    color: #fff;
    background-color: #47aa4b;
    border-color: #47aa4b;
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47aa4b;
        border-color: #47aa4b;
    }

.btn-danger {
    color: #fff;
    background-color: #D0021B;
    border-color: #D0021B;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #D0021B;
    border-color: #D0021B;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.modal-body-datable .radio .form-radio-label span {
    border: red solid 0px;
    margin-left: 30px;
    padding-top: 0px;
}

/* jQuery datable CSS */
.main-container .dataTables_wrapper {
    padding: 24px;
}

.main-container .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #f7f7f7;
}

.main-container table.dataTable.no-footer {
    border-bottom: 1px solid #f7f7f7;
}

.main-container .table-bordered {
    border: 1px solid #f7f7f7;
}

.main-container .dataTables_filter input[type=search] {
    border: #dddddd solid 1px !important;
    padding: 5px 4px;
    margin-bottom: 20px;
}

.main-container .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #f7f7f7;
}

/******************************************************/
/**************** Scrollbar Styling *******************/
/******************************************************/
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ccc;
}

/***************************************************************/
/**************** Button wiht only outline  *******************/
/*************************************************************/
.fs-it-btn {
    border: 1px solid #4b5ff7;
    border-radius: 5px;
    color: #4b5ff7;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    padding: 0px;
}

    .fs-it-btn img {
        margin-right: 2%;
    }

    .fs-it-btn .span-1 {
        margin-left: 5%;
        margin-right: 5%;
        float: left;
        margin-top: 11px;
    }

    .fs-it-btn .span-2 {
        text-align: center;
        padding: 9px 0 10px 0px;
        border-left: 1px solid #4b5ff7;
        float: right;
        width: 60px;
        margin-right: 0px;
        font-size: 16px;
    }

    .fs-it-btn:hover {
        color: #4b5ff7;
    }

.fs-it-btn-vertical-line {
    text-align: center;
    padding: 7px 0 8px 10px;
    margin-left: 7%;
    border-left: 1px solid #4b5ff7;
    margin-right: 6%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #4b5ff7;
    border-color: #4b5ff7;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #4b5ff7;
}

.pagination > li > a, .pagination > li > span {
    color: #4b5ff7;
}

.paging_simple_numbers {
    float: right;
}

.modal-body .dataTables_scrollBody {
    overflow-x: hidden !important;
}

table.table thead th.sorting:after, table.table thead th.sorting_asc:after, table.table thead th.sorting_desc:after {
    top: 18px;
}

.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item:focus {
    background: #4b5ff7;
    color: #fff;
    cursor: pointer;
}


/************************************************/
/*------Responsive Code start here ---------*/
/************************************************/
/* Large desktop */
@media (max-width: 1366px) {
    .dashboard .box-1 {
        width: 74%;
    }

    .dashboard .box-2 {
        width: 26%;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 960px) and (max-width: 1200px) {
    main {
        padding: 20px 20px;
        margin-top: 82px;
        border: red solid 0px;
    }

    .dashboard .box-2 .btn-with-icon .btn-primary {
        padding: 9px 6px 8px 6px;
        font-size: 14px;
    }

    .dashboard .box-1 {
        width: 74%;
    }

    .dashboard .box-2 {
        width: 26%;
    }

    .dashboard .box-1 .row-1 .One {
        float: left !important;
    }

    .dashboard .box-1 .row-1 .Two {
        float: right !important;
    }

    .dashboard .box-1 {
        margin-top: 0px;
    }

    .dashboard .box-2 {
        padding: 0px 0 0 30px;
    }

    .logo-wrap .sec-right .box-3 a {
        margin-top: 34px;
    }

    .dashboard .box-1 .row-2 .square-box {
        width: 96%;
    }

    .fs-it-btn-vertical-line {
        margin-right: 3%;
    }

    .dashboard .box-1 .row-2 .square-box p:nth-child(1) {
        color: #31394D;
        font-weight: 500;
        font-size: 22px !important;
    }

    .dashboard .box-2 .P2 {
        color: #4b5ff7;
        font-size: 22px;
        font-weight: 500;
    }

    .sidebar ul li span {
        margin-top: 8px;
        display: inline-block;
        font-size: 13px;
    }

    .logo-wrap .sec-right .box-3 a {
        margin-top: 30px;
        display: inline-block;
        color: #2b2d42;
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
    }

    .logo-wrap .sec-right .box-1 .welcome-wrap .txt p:nth-child(1) {
        border: black solid 0px;
        color: #2b2d42;
        font-weight: 600;
        margin-top: 13px;
        font-size: 13px;
    }

    .annotation .box-1 {
        width: 44%;
    }

    .annotation .box-2 {
        width: 36%;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1026px) {
    .dashboard .box-1 .row-1 .One {
        float: left !important;
    }

    .dashboard .box-1 .row-1 .Two {
        float: right !important;
    }

    .bx--date-picker-container .flatpickr-input {
        color: #4b5ff7;
        text-align: right;
        padding-top: 25px;
        display: table-cell;
        vertical-align: middle;
        height: 40px;
        line-height: 40px;
    }
    /*.date-picker-to { margin-right:5px; margin-left:5px;}*/
    .bx--date-picker-container .calender-icon {
        margin-left: 5px;
    }

    .datepicker-wrap {
        width: 420px;
    }
}
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

.search-ok, .search-ok:hover {
    color: #FFFFFF;
    background-color: #2ca51a;
    border-color: #2ca51a;
    cursor: none;
}

.error {
    empty-cells: hide;
    border: 1px solid red !important;
}


.ui-menu .ui-menu-item {
    padding: 10px;
}
/*
    .ui-menu .ui-menu-item:hover {
        background: red !important;
    }*/

.modal-body-datable .modal-body-datable .form-radio-field {
    display: none;
}

.modal-body-datable .form-radio-button::before, .form-radio-button::after {
    margin: 0;
}


.modal-body-datable .form-inline .radio input[type="radio"], .modal-body-datable .form-inline .checkbox input[type="checkbox"] {
    display: none;
}

.modal-body-datable .dataTables_filter {
    text-align: right;
    margin-right: 17px;
}

/*
.modal-body-datable .dataTable {
    margin-top: 40px;
}
*/
.modal-body-datable .input-sm {
    margin-left: 5px;
}

.modal-body .table-bordered {
    border: 0px solid transparent !important;
}

.dataTable thead tr th {
    border: none;
}

.dataTable thead tr {
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}


.dataTable thead {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.dataTable {
    margin-bottom: 0 !important;
}

.bdr-top {
    border-top: #ccc solid 1px;
}

.form-radio-label span {
    font-weight: 500;
}

.details {
    font-size: 1em;
}

.annotation .box-2 .accordion-content-2 .table-div table td {
    padding: 4px 10px 4px 0;
    line-height: 16px;
}

.annotation .box-2 .accordion-content-2 .table-div table td {
    /*line-height: 0px;*/
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.input-validation-error {
    border-bottom-color: red !important;
}

.input-validation-error-square {
    border-color: red !important;
}

.nomatch {
    background-color: #F5A623;
    color: white;
}

.display thead th {
    padding: 10px 18px 10px 10px;
}
/*
table.dataTable thead th.sorting:after {
    margin-right: -15px;
}

*/

.modal-body .dataTable {
    width: 99.5%;
}

.no-demand-found {
    border: #e74c3c solid 1px;
    width: 240px;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    color: #e74c3c;
    margin: 0 auto;
    margin-top: 100px;
}

.dataTables_wrapper {
    background: white;
}

.dayFilter:hover {
    background-color: #4b5ff7 !important;
    color: white !important;
}

.selectedFilter {
    background-color: #4b5ff7 !important;
    color: white !important;
}

.add-demand {
    float: right;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 23px;
    cursor: pointer;
    color: #4b5ff7;
}

.user-code {
    border: #ccc solid 1px;
    height: 40px;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #505050;
    font-weight: bold;
    margin-bottom: 30px;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #cdd2fd;
}

.select-popup {
    background: url(../Assets/Images/down-arrow-blue.png) no-repeat 95% 0px;
    padding: 0px 30px 4px 0px;
    line-height: 15px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d2dceb;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #4b5ff7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.reset-main-wrap {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -350px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch1 {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

.switch2 {
    position: relative;
    display: inline-block;
    position: relative;
    display: inline-block;
    width: 38px;
    height: 13px;
}


.switch1 .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch2 .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.loading {
    background-color: #ffffff !important;
    background-image: url(http://loadinggif.com/images/image-selection/3.gif) !important;
    background-size: 25px 25px;
    background-position: 97% center;
    background-repeat: no-repeat;
}

.success-icon {
    background-color: #ffffff !important;
    background-image: url(../Assets/Images/tick.png) !important;
    background-position: 97% center;
    background-repeat: no-repeat;
}

.failer-icon {
    background-color: #ffffff !important;
    background-image: url(../Assets/Images/close-button.png) !important;
    background-position: 97% center;
    background-repeat: no-repeat;
}

.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}

    .dataTables_filter .input-sm {
        margin-left: 10px;
    }



.fancy .radio {
    --border-radius: 50%;
    padding: 0px;
}

.fancy .checkbox {
    --border-radius: 0;
    padding: 0px;
}

    .fancy .radio input[type="radio"], .fancy .checkbox input[type="checkbox"] {
        display: none;
    }

    .fancy .radio label, .fancy .checkbox label {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 3px solid #999;
        border-radius: var(--border-radius);
        box-sizing: border-box;
    }

        .fancy .radio label::before, .fancy .checkbox label::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 10px;
            height: 10px;
            border-radius: var(--border-radius);
            background-color: transparent;
            transform: translate(-50%, -50%);
            transition: background-color 0.25s;
        }

    .fancy .radio :checked ~ label::before, .fancy .checkbox :checked ~ label::before {
        background-color: #4b5ff7;
    }

    .fancy .radio span, .fancy .checkbox span {
        color: grey;
        vertical-align: top;
        transition: color 0.25s;
    }

    .fancy .radio :checked ~ span, .fancy.checkbox :checked ~ span {
        color: limegreen;
    }


    .fancy .checkbox label, .fancy .radio label {
        padding-left: 16px !important;
    }




/*--------------Phase 2 ------------------------*/
main .main-container {
    background: #fff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}


.our-logo a {
    background: #4b5ff7;
    color: white;
    border-radius: 5px;
    display: block;
    padding: 5px;
}

.upgrade-button {
    float: left;
    padding: 5px 20px 5px 20px;
    margin-top: 16px
}

.client-logo p {
    font-size: 14px;
    color: #d0021b;
    padding: 13px 1px 10px 10px;
    border-left: #DDDDDD solid 1px;
    margin: 7px 0px;
}

.innercontent {
    padding: 15px 35px 25px 35px;
}

    .innercontent p {
        font-size: 12px;
        color: #4B5FF7;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
    }

    .innercontent span {
        display: block;
        color: #999DAD;
        line-height: 20px;
    }

.filedrop {
    text-align: center;
    border: 1px solid gray;
    margin: 30px 0px 0px 0px;
    padding: 32px 0px;
    border-style: dashed;
    border-radius: 5px;
}

    .filedrop img {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        width: 80px;
    }

    .filedrop span {
        color: #434343;
        display: block;
        margin-top: 35px;
    }

    .filedrop p {
        color: #999DAD;
        margin: 0px 0px 0px 0px
    }

    .filedrop .progress {
        height: 12px;
    }

.downcontent {
    margin: 20px 0px 0px 0px;
}

.innercontent .note {
    color: #999DAD;
}

/*.downcontent img     {width: 25px; margin-left: 10px;}*/

.btn-grey, .btn-grey:hover {
    color: #fff;
    display: block;
    background: #9DA3B4;
    float: right;
    padding: 10px;
    border-radius: 5px;
}


.sct-page {
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-top: 24px;
}

.lft-cnt {
    padding: 10px 20px 10px 20px;
    height: 441px;
    overflow-y: auto;
    border: 1px solid gray;
    /*border-style: dashed;*/
    border-radius: 5px;
    line-height: 24px;
    color: #999DAD;
    /*background: url(../../../Assets/Images/Instructions-background.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top right;*/
}

    .lft-cnt ul {
        text-align: left;
        margin: 150px 0px 0px 0px;
    }

    .lft-cnt img {
        float: left;
        width: 43px;
    }






    .lft-cnt .cnt {
        border-bottom: 1px solid #9DA3B4;
        border-style: dashed;
        padding: 5px 0px 5px 0px;
    }

        .lft-cnt .cnt p {
            text-align: left;
            color: #000000;
            font-size: 17px;
        }

        .lft-cnt .cnt span {
            float: left;
            display: block;
            margin: 4px 0px 0px 0px;
            color: #5e5e5e;
            font-size: 13px;
        }

            .lft-cnt .cnt span img {
                float: right;
                width: 14px;
                margin: 4px 0px 0px 10px;
            }

        .lft-cnt .cnt strong img {
            float: right;
            width: 20px;
        }

.progress-bar-info {
    background: #4b5ff7;
    margin: 0px 0px 0px 0px;
}

.progress-bar-error {
    background: #ff0000;
    margin: 0px 0px 0px 0px;
}

.progress {
    width: 94%;
    display: inline-block;
    margin-top: 8px;
    box-shadow: none;
    background-color: #eaeaea;
    background-color: #eaeaea;
    border: 1px solid #bebcbc;
    background: white;
    float: left;
    margin: 10px 0 0 0;
}


.cnt strong {
    display: inline-block;
    text-align: center;
    float: right;
}

    .cnt strong img {
        display: block;
        margin: 0px 0px 10px 0px;
    }

    .cnt strong u {
        display: block;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
        color: gray;
    }

.cnt .red {
    color: red !important;
}

.cnt .unst {
    margin-left: 10px !important;
    font-size: 12px !important;
}

.right-cnt {
    padding: 0px 30px;
    /*border-style: dashed;*/
    height: 441px;
    border-radius: 5px;
    margin-left: 1px;
    cursor: pointer;
}

.right-cnt-border-blue {
    border: 2px solid #4b5ff7;
    border-style: dashed;
}

.cursor-default {
    cursor: default;
}

.right-cnt-border-green {
    border: 2px solid #44cc0e;
    border-style: dashed;
    background: #f7f7f7;
}

.right-cnt-border-grey {
    border: 2px solid #999DAD;
    border-style: dashed;
}

.right-cnt-red {
    padding: 0px 30px;
    border: 1px solid #0eb116;
    border-style: dashed;
    height: 441px;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.right-cnt img {
    width: auto;
    padding-top: 120px;
}

.right-cnt .red {
    color: red;
}

.right-cnt span {
    font-size: 14px;
}

.downcontent .blue {
    background: #4b5ff7;
    color: white;
}
/*
.add-users input {
    width: 240px;
}
*/




.btn-outline {
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.divider-grey {
    border-bottom: #DDDDDD solid 1px;
    height: 1px;
}

.btn-outline em {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.btn-outline span {
    display: inline-block;
    border-right: #4B5FF7 1px solid;
    line-height: 31px;
    margin-right: 5px;
    margin-left: 5px;
    width: 2px;
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #fff;
    background-color: #4B5FF7;
    border-color: #2C45FC;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-outline-white, .btn-outline-white:hover, .btn-outline-white:focus {
    color: #4B5FF7;
    background-color: #fff;
    border-color: #4B5FF7;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-outline-defalt, .btn-outline-defalt:hover, .btn-outline-defalt:focus {
    color: #fff;
    background-color: #4b5ff7;
    border-color: #4b5ff7;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}




.btn-outline-primary span {
    display: inline-block;
    border-right: #6879f8 1px solid;
    line-height: 31px;
    margin-right: 5px;
    margin-left: 5px;
    width: 2px;
}

.reset-main-wrap {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -350px;
}

.bdr-alert {
    border: #D0021B solid 1px;
}

.error-notification-wrap {
    /* width: 240px;
    margin-left: 10px;*/
    margin-top: 3px;
}

    .error-notification-wrap .error-msg {
        /* width: 190px;
        margin-left: 10px;*/
        line-height: 15px;
        color: #999DAD
    }

.logo-wrap .logo .client-logo {
    margin-top: 5px;
}

.siren_wrapper {
    height: 30px;
    width: 30px;
    margin-top: 14px;
}

.iu-box {
    position: absolute;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0px;
    top: 260px;
    left: 70px;
}

.box_siren {
    background-color: #e74c3c;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 118px;
    bottom: 0px;
    height: 90px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    width: 90px;
}

.box_siren_step0 {
    background-image: url(/resource/project/tc_status_ev_icon3em.png);
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 80px;
    bottom: 0px;
    height: 10px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    width: 10px;
}

.box_siren_step1 {
    background-color: #FEBCC0;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 118px;
    bottom: 0px;
    height: 30px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    width: 30px;
}

.box_siren_step2 {
    background-color: #FFD3D6;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 118px;
    bottom: 0px;
    height: 35px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    width: 35px;
}

.box_siren_step3 {
    background-color: #FFE0E2;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 118px;
    bottom: 0px;
    height: 40px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    width: 40px;
}

.box_siren_step4 {
    background-color: #FFEFF0;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 118px;
    bottom: 0px;
    height: 45px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    width: 45px;
}

.box_siren_step1 {
    animation: alert_ani 2s infinite;
    -webkit-animation: alert_ani1 2s infinite;
}

.box_siren_step2 {
    animation: alert_ani 2s infinite;
    -webkit-animation: alert_ani2 2s infinite;
}

.box_siren_step3 {
    animation: alert_ani 2s infinite;
    -webkit-animation: alert_ani3 2s infinite;
}

.box_siren_step4 {
    animation: alert_ani 2s infinite;
    -webkit-animation: alert_ani4 2s infinite;
}

@keyframes alert_ani4 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 10px;
        height: 10px;
    }
}

@-webkit-keyframes alert_ani4 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 10px;
        height: 10px;
    }
}

@keyframes alert_ani3 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 10px;
        height: 10px;
    }
}

@-webkit-keyframes alert_ani3 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 10px;
        height: 10px;
    }
}

@keyframes alert_ani2 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 15px;
        height: 15px;
    }
}

@-webkit-keyframes alert_ani2 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 20px;
        height: 20px;
    }
}

@keyframes alert_ani1 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 25px;
        height: 25px;
    }
}

@-webkit-keyframes alert_ani1 {
    0% {
        width: 0px;
        height: 0px
    }

    100% {
        width: 30px;
        height: 30px;
    }
}

.btn-info-yellow {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-info-yellow.active, .btn-info-yellow.focus, .btn-info-yellow:active, .btn-info-yellow:focus, .btn-info-yellow:hover, .open > .dropdown-toggle.btn-info-yellow {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.tooltip-notification {
    position: fixed;
    top: 150%;
    right: 2%;
    background: #efefef;
    padding: 15px;
    color: #333;
    font-size: 16px;
    box-shadow: 0 0 25px rgba(33, 33, 33, 0.5);
    border-radius: 3px;
    transform: translateY(-50%);
    box-sizing: border-box;
    animation: 0.3s down ease 1;
    opacity: 0;
    border: #4b5ff7 solid 1px;
}

    .tooltip-notification.active {
        top: 91%;
        right: 2%;
        opacity: 1;
        animation: 0.3s up ease 1;
        display: block;
        width: 440px;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .tooltip-notification a {
        color: skyblue;
        text-decoration: none;
        display: block;
        float: right;
        width: auto;
        padding: 0 10px;
        height: 40px;
        margin-left: 15px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .tooltip-notification .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.tooltip-text {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    float: left;
}

.tooltip-message {
    font-size: 14px;
    line-height: 15px;
}

.tooltip-icon {
    padding-left: 10px;
}

    .tooltip-icon img {
        display: inline-block;
        height: 36px;
        width: 36px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.tooltip-close {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    float: right;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    margin-top: -42px;
    margin-right: -426px;
}

.tooltip-ripple {
    overflow: hidden;
    position: relative;
}

    .tooltip-ripple::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        display: none;
    }

    .tooltip-ripple.tooltip-rect::after {
        border-radius: 0;
    }

.tooltip-close .tooltip-text {
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.tooltip-ripple:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    animation: 0.7s rip ease 1;
}


.pie-chart-wrap {
    border: red solid 0px;
    width: 100px;
    
    margin-top: 0px;
    
}

    .pie-chart-wrap span {
        border: red solid 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        text-align: center;
        margin-left: -26px;
        margin-top: -18px;
        font-size: 18px;
        /*color: #4B5FF7;*/
    }



        .pie-chart-wrap span strong {
            font-weight: normal;
        }

.pie-chart {
    position: relative;
}

@keyframes rip {
    0% {
        width: 5px;
        height: 5px;
    }

    75% {
        transform: scale(4);
    }
}

@keyframes up {
    0% {
        display: none;
        top: 100%;
        opacity: 0;
    }

    75% {
        top: 90%;
        opacity: 1;
    }

    100% {
        display: block;
    }
}

/*@keyframes down {
    0% {
        top: 90%;
        opacity: 1;
        display: block;
    }

    75% {
        top: 150%;
        opacity: 0;
    }

    100% {
        display: block;
    }
}*/

@keyframes sup {
    0% {
        display: none;
        top: 100%;
        /*transform: translateY(0%);*/
        opacity: 0;
    }

    75% {
        top: 100%;
        /*transform: translateY(-100%);*/
        opacity: 1;
    }

    100% {
        display: block;
    }
}

@keyframes sdown {
    0% {
        top: 100%;
        opacity: 1;
        display: block;
        /*transform: translateY(-100%);*/
    }

    75% {
        top: 150%;
        opacity: 0;
        /*transform: translateY(0%);*/
    }

    100% {
        display: block;
    }
}

@media only screen and (max-width:560px) {
    .tooltip-notification, .tooltip-notification.active {
        width: 100%;
        top: 100%;
        transform: translateY(-100%);
        left: 0;
        border-radius: 0;
        animation: 0.3s sdown ease 1;
    }

        .tooltip-notification.active {
            animation: 0.3s sup ease 1;
        }
}

.chosen-select {
    width: 100%;
}

.chosen-select-deselect {
    width: 100%;
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
}

    .chosen-container .chosen-drop {
        background: #fff;
        border: 1px solid #ccc;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
        margin-top: -1px;
        position: absolute;
        top: 100%;
        left: -9000px;
        z-index: 1060;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
        right: 0;
    }

    .chosen-container .chosen-results {
        color: #555555;
        margin: 0 4px 4px 0;
        max-height: 240px;
        padding: 0 0 0 4px;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .chosen-container .chosen-results li {
            display: none;
            line-height: 1.42857;
            list-style: none;
            margin: 0;
            padding: 5px 6px;
        }

            .chosen-container .chosen-results li em {
                background: #feffde;
                font-style: normal;
            }

            .chosen-container .chosen-results li.group-result {
                display: list-item;
                cursor: default;
                color: #999;
                font-weight: bold;
            }

            .chosen-container .chosen-results li.group-option {
                padding-left: 15px;
            }

            .chosen-container .chosen-results li.active-result {
                cursor: pointer;
                display: list-item;
            }

            .chosen-container .chosen-results li.highlighted {
                background-color: #337ab7;
                background-image: none;
                color: white;
            }

                .chosen-container .chosen-results li.highlighted em {
                    background: transparent;
                }

            .chosen-container .chosen-results li.disabled-result {
                display: list-item;
                color: #777777;
            }

        .chosen-container .chosen-results .no-results {
            background: #eeeeee;
            display: list-item;
        }

    .chosen-container .chosen-results-scroll {
        background: white;
        margin: 0 4px;
        position: absolute;
        text-align: center;
        width: 321px;
        z-index: 1;
    }

        .chosen-container .chosen-results-scroll span {
            display: inline-block;
            height: 1.42857;
            text-indent: -5000px;
            width: 9px;
        }

    .chosen-container .chosen-results-scroll-down {
        bottom: 0;
    }

        .chosen-container .chosen-results-scroll-down span {
            background: url("Images/chosen-sprite.png") no-repeat -4px -3px;
        }

    .chosen-container .chosen-results-scroll-up span {
        background: url("Images/chosen-sprite.png") no-repeat -22px -3px;
    }

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555555;
    display: block;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

    .chosen-container-single .chosen-single span {
        display: block;
        margin-right: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chosen-container-single .chosen-single abbr {
        background: url("Images/chosen-sprite.png") right top no-repeat;
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 26px;
        top: 12px;
        width: 12px;
    }

        .chosen-container-single .chosen-single abbr:hover {
            background-position: right -11px;
        }

    .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
        background-position: right 2px;
    }

    .chosen-container-single .chosen-single div {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
    }

        .chosen-container-single .chosen-single div b {
            background: url("Images/chosen-sprite.png") no-repeat 0 7px;
            display: block;
            height: 100%;
            width: 100%;
        }

.chosen-container-single .chosen-default {
    color: #777777;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

    .chosen-container-single .chosen-search input[type="text"] {
        background: url("Images/chosen-sprite.png") no-repeat 100% -20px, #fff;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        margin: 1px 0;
        padding: 4px 20px 4px 4px;
        width: 100%;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 4px;
    position: relative;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

    .chosen-container-multi .chosen-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        .chosen-container-multi .chosen-choices .search-field input[type="text"] {
            background: transparent !important;
            border: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #555555;
            height: 32px;
            margin: 0;
            padding: 4px;
            outline: 0;
        }

        .chosen-container-multi .chosen-choices .search-field .default {
            color: #999;
        }

    .chosen-container-multi .chosen-choices .search-choice {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background-color: #eeeeee;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        color: #333333;
        cursor: default;
        line-height: 13px;
        margin: 6px 0 3px 5px;
        position: relative;
        padding: 3px 10px 3px 8px;
        font-size: 13px;
    }

        .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
            background: url("Images/chosen-sprite.png") right top no-repeat;
            display: block;
            font-size: 1px;
            height: 10px;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 12px;
            cursor: pointer;
            padding: 4px !important;
        }

            .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
                background-position: right -11px;
            }

    .chosen-container-multi .chosen-choices .search-choice-focus {
        background: #d4d4d4;
    }

        .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
            background-position: right -11px;
        }

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        background: transparent;
        border-left: none;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 7px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active .chosen-choices .search-field input[type="text"] {
        color: #111 !important;
    }

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        padding: 0 8px 0 0;
        overflow: visible;
    }

        .chosen-rtl .chosen-single span {
            margin-left: 26px;
            margin-right: 0;
            direction: rtl;
        }

        .chosen-rtl .chosen-single div {
            left: 7px;
            right: auto;
        }

        .chosen-rtl .chosen-single abbr {
            left: 26px;
            right: auto;
        }

    .chosen-rtl .chosen-choices .search-field input[type="text"] {
        direction: rtl;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

    .chosen-rtl .chosen-choices .search-choice {
        margin: 6px 5px 3px 0;
        padding: 3px 5px 3px 19px;
    }

        .chosen-rtl .chosen-choices .search-choice .search-choice-close {
            background-position: right top;
            left: 4px;
            right: auto;
        }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results .group-option {
        padding-left: 0;
        padding-right: 15px;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        background: url("Images/chosen-sprite.png") no-repeat -28px -20px, #fff;
        direction: rtl;
        padding: 4px 5px 4px 20px;
    }


.chosen-choices-wrap {
    width: 737px !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
.chosen-select {
    width: 100%;
}

.chosen-select-deselect {
    width: 100%;
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
}

    .chosen-container .chosen-drop {
        background: #fff;
        border: 1px solid #ccc;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
        margin-top: -1px;
        position: absolute;
        top: 100%;
        left: -9000px;
        z-index: 1060;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
        right: 0;
    }

    .chosen-container .chosen-results {
        color: #555555;
        margin: 0 4px 4px 0;
        max-height: 240px;
        padding: 0 0 0 4px;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .chosen-container .chosen-results li {
            display: none;
            line-height: 1.42857;
            list-style: none;
            margin: 0;
            padding: 5px 6px;
        }

            .chosen-container .chosen-results li em {
                background: #feffde;
                font-style: normal;
            }

            .chosen-container .chosen-results li.group-result {
                display: list-item;
                cursor: default;
                color: #999;
                font-weight: bold;
            }

            .chosen-container .chosen-results li.group-option {
                padding-left: 15px;
            }

            .chosen-container .chosen-results li.active-result {
                cursor: pointer;
                display: list-item;
            }

            .chosen-container .chosen-results li.highlighted {
                background-color: #337ab7;
                background-image: none;
                color: white;
            }

                .chosen-container .chosen-results li.highlighted em {
                    background: transparent;
                }

            .chosen-container .chosen-results li.disabled-result {
                display: list-item;
                color: #777777;
            }

        .chosen-container .chosen-results .no-results {
            background: #eeeeee;
            display: list-item;
        }

    .chosen-container .chosen-results-scroll {
        background: white;
        margin: 0 4px;
        position: absolute;
        text-align: center;
        width: 321px;
        z-index: 1;
    }

        .chosen-container .chosen-results-scroll span {
            display: inline-block;
            height: 1.42857;
            text-indent: -5000px;
            width: 9px;
        }

    .chosen-container .chosen-results-scroll-down {
        bottom: 0;
    }

        .chosen-container .chosen-results-scroll-down span {
            background: url("../../../Assets/images/chosen-sprite.png") no-repeat -4px -3px;
        }

    .chosen-container .chosen-results-scroll-up span {
        background: url("../../../Assets/images/chosen-sprite.png") no-repeat -22px -3px;
    }

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555555;
    display: block;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

    .chosen-container-single .chosen-single span {
        display: block;
        margin-right: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chosen-container-single .chosen-single abbr {
        background: url("../../../Assets/images/chosen-sprite.png") right top no-repeat;
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 26px;
        top: 12px;
        width: 12px;
    }

        .chosen-container-single .chosen-single abbr:hover {
            background-position: right -11px;
        }

    .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
        background-position: right 2px;
    }

    .chosen-container-single .chosen-single div {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
    }

        .chosen-container-single .chosen-single div b {
            background: url("../../../Assets/images/chosen-sprite.png") no-repeat 0 7px;
            display: block;
            height: 100%;
            width: 100%;
        }

.chosen-container-single .chosen-default {
    color: #777777;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

    .chosen-container-single .chosen-search input[type="text"] {
        background: url("../../../Assets/images/chosen-sprite.png") no-repeat 100% -20px, #fff;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        margin: 1px 0;
        padding: 4px 20px 4px 4px;
        width: 100%;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

    .chosen-container-multi .chosen-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        .chosen-container-multi .chosen-choices .search-field input[type="text"] {
            background: transparent !important;
            border: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #555555;
            height: 32px;
            margin: 0;
            padding: 4px;
            outline: 0;
        }

        .chosen-container-multi .chosen-choices .search-field .default {
            color: #999;
        }

    .chosen-container-multi .chosen-choices .search-choice {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background-color: #eeeeee;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        color: #333333;
        cursor: default;
        line-height: 13px;
        margin: 6px 0 3px 5px;
        padding: 3px 20px 3px 5px;
        position: relative;
    }

        .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
            background: url("../../../Assets/images/chosen-sprite.png") right top no-repeat;
            display: block;
            font-size: 1px;
            height: 10px;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 12px;
            cursor: pointer;
        }

            .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
                background-position: right -11px;
            }

    .chosen-container-multi .chosen-choices .search-choice-focus {
        background: #d4d4d4;
    }

        .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
            background-position: right -11px;
        }

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        background: transparent;
        border-left: none;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 7px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active .chosen-choices .search-field input[type="text"] {
        color: #111 !important;
    }

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        padding: 0 8px 0 0;
        overflow: visible;
    }

        .chosen-rtl .chosen-single span {
            margin-left: 26px;
            margin-right: 0;
            direction: rtl;
        }

        .chosen-rtl .chosen-single div {
            left: 7px;
            right: auto;
        }

        .chosen-rtl .chosen-single abbr {
            left: 26px;
            right: auto;
        }

    .chosen-rtl .chosen-choices .search-field input[type="text"] {
        direction: rtl;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

    .chosen-rtl .chosen-choices .search-choice {
        margin: 6px 5px 3px 0;
        padding: 3px 5px 3px 19px;
    }

        .chosen-rtl .chosen-choices .search-choice .search-choice-close {
            background-position: right top;
            left: 4px;
            right: auto;
        }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results .group-option {
        padding-left: 0;
        padding-right: 15px;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        background: url("../../../Assets/images/chosen-sprite.png") no-repeat -28px -20px, #fff;
        direction: rtl;
        padding: 4px 5px 4px 20px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    box-shadow: inset 0 0px 0 #FFFFFF;
}


