﻿.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
    max-height: 5rem!important;
}

.sidenav-header {
    height: 130px!important;
}


.bg-primary {
    background-color: #182141!important;
}

.refinedcolor {
    color: #182141 !important;
}


.page-item.active .page-link {
    border-color: #182141!important;
    background-color: #182141!important;
}

.text-primary {
    color: #182141 !important;
}


.btn-primary {
    border-color: #182141!important;
    background-color: #182141!important;
}

.errorinput {
    border-color: #fb6340;
}
#chart {
    margin: auto;
}

.apexcharts-tooltip-title {
    display: none;
}

#chart .apexcharts-tooltip {
    display: flex;
    border: 0;
    box-shadow: none;
}

.deletbuttoninside {
    cursor: pointer !important;
    right: 0px !important;
    position: absolute !important;
    padding-left: -4rem !important;
    padding-right: 1rem !important;
    margin-top: -2rem !important;
    height: 108px !important;
}

.adjustimage {
    height: 34px;
}

.hide{
    display:none!important;
}
.show {
    display: block !important;
}

.cancelLabel {
    color: red!important;
    font-size: medium!important;
}

.biggerlabel {
    font-size: 1.3rem!important;
}

.addboxshadow {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08)!important;

}

.incorrectCred{
    color:red!important;
}



/*loader*/
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #0032a0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*loader*/

.selectMultiple {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: calc(1.5em + 1.25rem + 5px);
}

    .selectMultiple select {
        display: none;
    }

    .selectMultiple > div {
        position: relative;
        z-index: 2;
        padding: 8px 12px 2px 12px;
        border-radius: 8px;
        background: #fff;
        font-size: 14px;
        min-height: 44px;
        transition: box-shadow 0.3s ease;
    }

      

        .selectMultiple > div .arrow {
            right: 1px;
            top: 0;
            bottom: 0;
            cursor: pointer;
            width: 28px;
            position: absolute;
        }

            .selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
                content: '';
                position: absolute;
                display: block;
                width: 2px;
                height: 8px;
                border-bottom: 8px solid #99a3ba;
                top: 43%;
                transition: all 0.3s ease;
            }

            .selectMultiple > div .arrow:before {
                right: 12px;
                transform: rotate(-130deg);
            }

            .selectMultiple > div .arrow:after {
                left: 9px;
                transform: rotate(130deg);
            }

        .selectMultiple > div span {
            color: #99a3ba;
            display: block;
            position: absolute;
            left: 12px;
            cursor: pointer;
            top: 8px;
            line-height: 28px;
            transition: all 0.3s ease;
        }

            .selectMultiple > div span.hide {
                opacity: 0;
                visibility: hidden;
                transform: translate(-4px, 0);
            }

        .selectMultiple > div a {
            position: relative;
            padding: 0 24px 6px 8px;
            line-height: 28px;
            color: #1e2330;
            display: inline-block;
            vertical-align: top;
            margin: 0 6px 0 0;
        }

            .selectMultiple > div a em {
                font-style: normal;
                display: block;
                white-space: nowrap;
            }

            .selectMultiple > div a:before {
                content: '';
                left: 0;
                top: 0;
                bottom: 6px;
                width: 100%;
                position: absolute;
                display: block;
                background: rgba(228, 236, 250, .7);
                z-index: -1;
                border-radius: 4px;
            }

            .selectMultiple > div a i {
                cursor: pointer;
                position: absolute;
                top: 0;
                right: 0;
                width: 24px;
                height: 28px;
                display: block;
            }

                .selectMultiple > div a i:before, .selectMultiple > div a i:after {
                    content: '';
                    display: block;
                    width: 2px;
                    height: 10px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    background: #4d18ff;
                    border-radius: 1px;
                }

                .selectMultiple > div a i:before {
                    transform: translate(-50%, -50%) rotate(45deg);
                }

                .selectMultiple > div a i:after {
                    transform: translate(-50%, -50%) rotate(-45deg);
                }

            .selectMultiple > div a.notShown {
                opacity: 0;
                transition: opacity 0.3s ease;
            }

                .selectMultiple > div a.notShown:before {
                    width: 28px;
                    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
                }

                .selectMultiple > div a.notShown i {
                    opacity: 0;
                    transition: all 0.3s ease 0.3s;
                }

                .selectMultiple > div a.notShown em {
                    opacity: 0;
                    transform: translate(-6px, 0);
                    transition: all 0.4s ease 0.3s;
                }

                .selectMultiple > div a.notShown.shown {
                    opacity: 1;
                }

                    .selectMultiple > div a.notShown.shown:before {
                        width: 100%;
                    }

                    .selectMultiple > div a.notShown.shown i {
                        opacity: 1;
                    }

                    .selectMultiple > div a.notShown.shown em {
                        opacity: 1;
                        transform: translate(0, 0);
                    }

            .selectMultiple > div a.remove:before {
                width: 28px;
                transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
            }

            .selectMultiple > div a.remove i {
                opacity: 0;
                transition: all 0.3s ease 0s;
            }

            .selectMultiple > div a.remove em {
                opacity: 0;
                transform: translate(-12px, 0);
                transition: all 0.4s ease 0s;
            }

            .selectMultiple > div a.remove.disappear {
                opacity: 0;
                transition: opacity 0.5s ease 0s;
            }

    .selectMultiple > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 16px;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        border-radius: 8px;
        transform: translate(0, 20px) scale(0.8);
        transform-origin: 0 0;
        filter: drop-shadow(0 12px 20px rgba(22, 42, 90, .08));
        transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
    }

        .selectMultiple > ul li {
            color: #1e2330;
            background: #fff;
            padding: 12px 16px;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
        }

            .selectMultiple > ul li:first-child {
                border-radius: 8px 8px 0 0;
            }

                .selectMultiple > ul li:first-child:last-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li:last-child {
                border-radius: 0 0 8px 8px;
            }

                .selectMultiple > ul li:last-child:first-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li:hover {
                background: #182141;
                color: #fff;
            }

            .selectMultiple > ul li:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 6px;
                height: 6px;
                background: rgba(0, 0, 0, .4);
                opacity: 0;
                border-radius: 100%;
                transform: scale(1, 1) translate(-50%, -50%);
                transform-origin: 50% 50%;
            }

            .selectMultiple > ul li.beforeRemove {
                border-radius: 0 0 8px 8px;
            }

                .selectMultiple > ul li.beforeRemove:first-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li.afterRemove {
                border-radius: 8px 8px 0 0;
            }

                .selectMultiple > ul li.afterRemove:last-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li.remove {
                transform: scale(0);
                opacity: 0;
            }

                .selectMultiple > ul li.remove:after {
                    animation: ripple 0.4s ease-out;
                }

            .selectMultiple > ul li.notShown {
                display: none;
                transform: scale(0);
                opacity: 0;
                transition: transform 0.35s ease, opacity 0.4s ease;
            }

                .selectMultiple > ul li.notShown.show {
                    transform: scale(1);
                    opacity: 1;
                }

    .selectMultiple.open > div {
        box-shadow: 0 4px 20px -1px rgba(22, 42, 90, .12);
    }

        .selectMultiple.open > div .arrow:before {
            transform: rotate(-50deg);
        }

        .selectMultiple.open > div .arrow:after {
            transform: rotate(50deg);
        }

    .selectMultiple.open > ul {
        transform: translate(0, 12px) scale(1);
        opacity: 1;
        visibility: visible;
        filter: drop-shadow(0 16px 24px rgba(22, 42, 90, .16));
    }

.form-control {
    width: 100%;
}

.multiselect-container {
    box-shadow: 0 3px 12px rgba(0,0,0,.175);
    margin: 0;
}

    .multiselect-container .checkbox {
        margin: 0;
    }

    .multiselect-container li {
        margin: 0;
        padding: 0;
        line-height: 0;
    }

        .multiselect-container li a {
            line-height: 25px;
            margin: 0;
            padding: 0 35px;
        }

.custom-btn {
    width: 100% !important;
}

    .custom-btn .btn, .custom-multi {
        text-align: left;
        width: 100% !important;
    }

.dropdown-menu > .active > a:hover {
    color: inherit;
}

.custom-btn{
    border: 1px solid #dee2e6 !important;
}


.redlabel{
    color:red;
}

.greenlabel {
    color: green;
}

@media only screen and (min-width: 767px) {
    .assignCobChecks {
        padding: 21px 1em 22px 1.75rem!important;
    }
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #182141;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.whiteButton {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    margin-bottom: 23px;
    cursor:pointer!important;
}

