body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    outline: none;
}

/*---Globel styles---*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #093253;
    padding: 0 0 15px 0;
    margin: 0;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 25px;
}

h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: 400;
}

a,
a:not([href]):not([tabindex]) {
    text-decoration: none;
    outline: none;
    color: #222323;
}

    a:hover,
    a:focus,
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        text-decoration: none;
        outline: none;
        color: #4e8abe;
    }

    a img {
        border: none;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p a,
p b {
    color: #285f74;
}

label,
input,
textarea,
button,
select {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    outline: none;
}

.fleft {
    float: left !important;
}

.fright {
    float: right !important;
}

.clear {
    clear: both;
    position: relative;
}

    .clear:after {
        display: block;
        clear: both;
        content: "";
    }

.line {
    width: 100%;
    display: block;
    height: 2px;
    background: #e4e7ed;
    margin: 20px 0;
}

.no-mr {
    margin: 0 !important;
}

.color-blue,
.color-blue * {
    color: #3b5dc5 !important;
}

.color-blue-light,
.color-blue-light * {
    color: #008aff !important;
}

.color-dark,
.color-dark * {
    color: #555 !important;
}

.color-gray,
.color-gray * {
    color: #8f8f8f !important;
}

.color-light,
.color-light * {
    color: #e7ebef !important;
}

.color-red,
.color-red * {
    color: #f26175 !important;
}

.color-green,
.color-green * {
    color: #69dd95 !important;
}

.color-orange,
.color-orange * {
    color: #f98830 !important;
}

.color-white,
.color-white * {
    color: #fff !important;
}

.bg-blue {
    background-color: #3b5dc5 !important;
}

.bg-blue-light {
    background-color: #008aff !important;
}

.bg-dark {
    background-color: #555 !important;
}

.bg-gray {
    background-color: #8f8f8f !important;
}

.bg-light {
    background-color: #e7ebef !important;
}

.bg-red {
    background-color: #f26175 !important;
}

.bg-green {
    background-color: #69dd95 !important;
}

.bg-orange {
    background-color: #f98830 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue,
.bg-blue-light,
.bg-dark,
.bg-gray,
.bg-light,
.bg-red,
.bg-green,
.bg-orange {
    color: #fff !important;
}

.bg-light,
.bg-white {
    color: #555 !important;
}

.gr-blue {
    background: rgba(64, 103, 212, 1);
    background: -moz-linear-gradient( top, rgba(64, 103, 212, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(64, 103, 212, 1)), color-stop(100%, rgba(74, 122, 242, 1)) );
    background: -webkit-linear-gradient( top, rgba(64, 103, 212, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -o-linear-gradient( top, rgba(64, 103, 212, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -ms-linear-gradient( top, rgba(64, 103, 212, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: linear-gradient( to bottom, rgba(64, 103, 212, 1) 0%, rgba(74, 122, 242, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4067d4', endColorstr='#4a7af2', GradientType=0 );
}

.gr-red {
    background: rgba(255, 58, 84, 1);
    background: -moz-linear-gradient( top, rgba(255, 58, 84, 1) 0%, rgba(242, 97, 116, 1) 100% );
    background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(255, 58, 84, 1)), color-stop(100%, rgba(242, 97, 116, 1)) );
    background: -webkit-linear-gradient( top, rgba(255, 58, 84, 1) 0%, rgba(242, 97, 116, 1) 100% );
    background: -o-linear-gradient( top, rgba(255, 58, 84, 1) 0%, rgba(242, 97, 116, 1) 100% );
    background: -ms-linear-gradient( top, rgba(255, 58, 84, 1) 0%, rgba(242, 97, 116, 1) 100% );
    background: linear-gradient( to bottom, rgba(255, 58, 84, 1) 0%, rgba(242, 97, 116, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a54', endColorstr='#f26174', GradientType=0 );
}

.bar-box {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    color: #093253;
    line-height: 20px;
}

    .bar-box .bar {
        background-color: #008aff;
        height: 20px;
        min-width: 10px;
        max-width: calc(100% - 40px);
        vertical-align: top;
        display: inline-block;
        box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
    }

    .bar-box em {
        font-style: normal;
        font-weight: 600;
        vertical-align: top;
        font-size: 14px;
        padding: 0 0 0 5px;
        text-align: right;
        display: inline-block;
    }

    .bar-box label {
        display: block;
    }

.list-arrow,
.list-bullet {
    padding: 0 0 10px 10px;
}

    .list-arrow li,
    .list-bullet li {
        position: relative;
        padding: 0 0 15px 20px;
        font-size: 14px;
        line-height: 20px;
    }

        .list-arrow li:before,
        .list-bullet li:before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: "FontAwesome";
            content: "\f0a9";
            color: #3b5dc5;
            font-size: 14px;
            line-height: 20px;
            display: block;
        }

        .list-bullet li:before {
            content: "\f111";
            font-size: 7px;
            top: 0px;
        }

.bold {
    font-weight: 600;
}

.btn-icon {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px 0 2px 3px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    background-color: #008aff;
}

.btn,
.btn.btn-blue {
    z-index: 9;
    outline: none;
    display: inline-block;
    position: relative;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: center;
    font-weight: 500;
    border: 0;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(59, 93, 196, 1);
    background: -moz-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -webkit-gradient( left top, right top, color-stop(0%, rgba(59, 93, 196, 1)), color-stop(100%, rgba(74, 122, 242, 1)) );
    background: -webkit-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -o-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -ms-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: linear-gradient( to right, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5dc4', endColorstr='#4a7af2', GradientType=1 );
}

    .btn:before,
    .btn.btn-blue:before {
        display: block;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(59, 93, 196, 1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btn:hover,
    .btn:focus {
        color: #fff !important;
    }

        .btn:hover:before,
        .btn:focus:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

    .btn,
    .btn:before {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }

        .btn.btn-gray {
            background: rgba(122, 122, 122, 1);
            background: -moz-linear-gradient( left, rgba(122, 122, 122, 1) 0%, rgba(144, 143, 143, 1) 100% );
            background: -webkit-gradient( left top, right top, color-stop(0%, rgba(122, 122, 122, 1)), color-stop(100%, rgba(144, 143, 143, 1)) );
            background: -webkit-linear-gradient( left, rgba(122, 122, 122, 1) 0%, rgba(144, 143, 143, 1) 100% );
            background: -o-linear-gradient( left, rgba(122, 122, 122, 1) 0%, rgba(144, 143, 143, 1) 100% );
            background: -ms-linear-gradient( left, rgba(122, 122, 122, 1) 0%, rgba(144, 143, 143, 1) 100% );
            background: linear-gradient( to right, rgba(122, 122, 122, 1) 0%, rgba(144, 143, 143, 1) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#908f8f', GradientType=1 );
        }

            .btn.btn-gray:before {
                background: rgba(122, 122, 122, 1);
            }

        .btn.btn-orange {
            background: rgba(247, 115, 15, 1);
            background: -moz-linear-gradient( left, rgba(247, 115, 15, 1) 0%, rgba(249, 135, 48, 1) 100% );
            background: -webkit-gradient( left top, right top, color-stop(0%, rgba(247, 115, 15, 1)), color-stop(100%, rgba(249, 135, 48, 1)) );
            background: -webkit-linear-gradient( left, rgba(247, 115, 15, 1) 0%, rgba(249, 135, 48, 1) 100% );
            background: -o-linear-gradient( left, rgba(247, 115, 15, 1) 0%, rgba(249, 135, 48, 1) 100% );
            background: -ms-linear-gradient( left, rgba(247, 115, 15, 1) 0%, rgba(249, 135, 48, 1) 100% );
            background: linear-gradient( to right, rgba(247, 115, 15, 1) 0%, rgba(249, 135, 48, 1) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7730f', endColorstr='#f98730', GradientType=1 );
        }

            .btn.btn-orange:before {
                background: rgba(247, 115, 15, 1);
            }

        .btn.btn-red {
            background: rgba(248, 80, 50, 1);
            background: -moz-linear-gradient( left, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100% );
            background: -webkit-gradient( left top, right top, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(0%, rgba(241, 111, 92, 1)), color-stop(0%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)) );
            background: -webkit-linear-gradient( left, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100% );
            background: -o-linear-gradient( left, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100% );
            background: -ms-linear-gradient( left, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100% );
            background: linear-gradient( to right, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );
        }

            .btn.btn-red:before {
                display: block;
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(239, 15, 15, 1);
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

        .btn.btn-lg {
            padding: 20px 40px;
        }

        .btn.btn-md {
            padding: 15px 25px;
        }

        .btn.btn-sm {
            padding: 10px 25px;
            font-size: 13px;
        }

        .btn i {
            padding: 0 8px 0 0;
        }

input[type="submit"].btn {
    background: #4a79f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    input[type="submit"].btn:hover {
        background: rgba(59, 93, 196, 1) !important;
    }

    input[type="submit"].btn.btn-gray {
        background: rgba(144, 143, 143, 1) !important;
    }

        input[type="submit"].btn.btn-gray:hover {
            background: rgba(122, 122, 122, 1) !important;
        }

    input[type="submit"].btn.btn-orange {
        background: rgba(249, 135, 48, 1) !important;
    }

        input[type="submit"].btn.btn-orange:hover {
            background: rgba(247, 115, 15, 1) !important;
        }

.form-control {
    width: 100%;
    height: 50px;
    font-size: 13px;
    color: #8f8f8f;
    border: 2px solid #e4e7ed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
    position: relative;
    background: url(../images/drop-arrow.png) no-repeat right center;
}

textarea.form-control {
    height: 120px;
}

.form-control:focus {
    border-color: #e4e7ed;
}

.form-check {
    padding: 0;
    margin: 0 20px 10px 0 !important;
    position: relative;
}

    .form-check input[type="checkbox"],
    .form-check input[type="radio"] {
        opacity: 0;
        float: left;
        margin: 0;
        top: 0;
        left: 0;
        height: 27px;
        width: 27px;
        display: inline-block;
        z-index: 1;
        cursor: pointer;
        position: absolute;
    }

        .form-check input[type="checkbox"] + label,
        .form-check input[type="radio"] + label {
            display: inline-block;
            padding: 0 0 0 40px;
            color: #313131;
            font-weight: 500 !important;
            line-height: 27px;
            position: relative;
            top: inherit;
            margin: 0;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .form-check input[type="checkbox"] + label:before,
            .form-check input[type="checkbox"] + label:after,
            .form-check input[type="radio"] + label:before,
            .form-check input[type="radio"] + label:after {
                width: 27px;
                height: 27px;
                line-height: 27px;
                font-size: 12px;
                border: 1px solid #ccc;
                text-align: center;
                color: #4e8abe;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                background: #fff;
                content: "";
                font-family: "FontAwesome";
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

            .form-check input[type="checkbox"] + label:after,
            .form-check input[type="radio"] + label:after {
                background: #3b5dc5;
                border-color: #3b5dc5;
                opacity: 0;
                content: "\f00c";
                color: #fff;
                font-size: 16px;
            }

            .form-check input[type="radio"] + label:after {
                width: 13px;
                height: 13px;
                top: 7px;
                left: 7px;
                content: "";
            }

            .form-check input[type="radio"] + label:before,
            .form-check input[type="radio"] + label:after {
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                -ms-border-radius: 100%;
                -o-border-radius: 100%;
                border-radius: 100%;
            }

        .form-check input[type="checkbox"]:checked + label:after,
        .form-check input[type="radio"]:checked + label:after {
            opacity: 1;
        }

    .form-check.inline {
        display: inline-block;
    }

.form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #8f8f8f;
}

.form-control:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #8f8f8f;
}

.form-control::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #8f8f8f;
}

.form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #8f8f8f;
}

.form-group {
    position: relative;
    margin: 20px 0 20px 0;
}

    .form-group .form-focus:before,
    .form-group .form-focus:after,
    .form-group .form-focus i:before,
    .form-group .form-focus i:after,
    .cs-select:before,
    .cs-select:after,
    .cs-select .cs-placeholder:before,
    .cs-select .cs-placeholder:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #3b5dc5;
        transition: 0.3s;
    }

    .form-group .form-focus:before,
    .form-group .form-focus:after,
    .cs-select:before,
    .cs-select:after {
        width: 0;
        height: 2px;
    }

    .form-group .form-focus i:before,
    .form-group .form-focus i:after,
    .cs-select .cs-placeholder:before,
    .cs-select .cs-placeholder:after {
        width: 2px;
        height: 0;
    }

    .form-group .form-focus:after,
    .form-group .form-focus i:after,
    .cs-select:after,
    .cs-select .cs-placeholder:after {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
    }

    .form-group .form-control:hover ~ .form-focus:before,
    .form-group .form-control:hover ~ .form-focus:after,
    .cs-select:hover:before,
    .cs-select:hover:after {
        width: 50%;
    }

    .form-group .form-control:hover ~ .form-focus i:before,
    .form-group .form-control:hover ~ .form-focus i:after,
    .cs-select:hover .cs-placeholder:before,
    .cs-select:hover .cs-placeholder:after {
        height: 50%;
    }

    .form-group .form-control:focus ~ .form-focus:before,
    .form-group .form-control:focus ~ .form-focus:after,
    .cs-select:focus:before,
    .cs-select:focus:after {
        width: 100%;
    }

    .form-group .form-control:focus ~ .form-focus i:before,
    .form-group .form-control:focus ~ .form-focus i:after,
    .cs-select:focus .cs-placeholder:before,
    .cs-select:focus .cs-placeholder:after {
        height: 100%;
    }

    .form-group .form-control:hover,
    .form-group .form-control:focus,
    .form-group .form-control.form-success,
    .form-group .form-control.form-error {
        -webkit-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        -moz-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        -ms-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        -o-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
    }

    .form-group .form-control:disabled {
        background: #f3f3f3;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        -box-shadow: none !important;
    }

    .form-group .form-control.form-success {
        border-color: #74c125;
    }

        .form-group .form-control.form-success ~ .form-focus:before,
        .form-group .form-control.form-success ~ .form-focus:after,
        .form-group .form-control.form-success ~ .form-focus i:before,
        .form-group .form-control.form-success ~ .form-focus i:after {
            background-color: #74c125;
        }

    .form-group .form-control.form-error,
    .field-validation-error,
    .input-validation-error {
        border-color: #e44144;
    }

        .form-group .form-control.form-error ~ .form-focus:before,
        .form-group .form-control.form-error ~ .form-focus:after,
        .form-group .form-control.form-error ~ .form-focus i:before,
        .form-group .form-control.form-error ~ .form-focus i:after {
            background-color: #e44144;
        }

    .form-group .form-control:disabled ~ .form-focus:before,
    .form-group .form-control:disabled ~ .form-focus:after,
    .form-group .form-control:disabled ~ .form-focus i:before,
    .form-group .form-control:disabled ~ .form-focus i:after {
        background-color: #e4e7ed;
    }

    .form-group label {
        position: absolute;
        left: 0;
        margin: 0;
        top: -25px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #555;
        font-weight: 500 !important;
    }

.form-block .btn {
    min-width: 170px;
    margin: 0 15px 15px 0;
}

.cs-select:before {
    top: -2px;
}

.cs-select:after {
    bottom: -2px;
}
/* .form-check input[type="checkbox"] {
    opacity: 0;
    margin: 0 -28px 0 0;
    top: 4px;
    height: 22px;
    width: 22px;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    position: relative;
}
.form-check input[type="checkbox"] + label {
    display: inline-block;
    padding: 0 10px 0 28px;
    line-height: 24px;
    position: relative;
    margin: 0;
    color: #808285;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-check input[type="checkbox"] + label:before, .form-check input[type="checkbox"] + label:after {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #555;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    background: #f1f1f2;
    content: "";
    font-family: 'FontAwesome';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-check input[type="checkbox"] + label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    opacity: 0;
} */

.custom-control-label {
    line-height: 24px;
}

.file-upload {
    position: relative;
}

    .file-upload input[type="file"] {
        opacity: 0;
    }

    .file-upload .file-name {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        line-height: 50px;
        color: #8f8f8f;
        pointer-events: none;
        padding: 0 0.75rem;
        border: 2px solid #e4e7ed;
    }

    .file-upload .btn-upload {
        position: absolute;
        right: 0;
        top: 0;
        height: 44px;
        color: #fff !important;
        cursor: pointer;
        outline: none;
        padding: 10px 30px 10px 75px;
        margin: 3px 3px 0 0;
        text-transform: none;
        font-weight: 300 !important;
        font-size: 14px;
        background: url(../images/file-upload-icon.png) no-repeat 30px center #9ea2a8;
        border: 0;
    }

    .file-upload .btn-upload,
    .file-upload .file-name {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

.accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    content: "\f067"; /* symbol for "collapsed" panels */
}

.accordion .card-body {
    border-bottom: 1px solid #dfdfdf;
}

.accordion .card-title {
    font-size: 18px;
}

.tabs-block .nav-link {
    color: #093253;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px;
}

.tabs-block .nav-tabs .nav-item.show .nav-link,
.tabs-block .nav-tabs .nav-link.active {
    border-color: #d6d6d6 #d6d6d6 #fff !important;
}

.tabs-block .nav-tabs {
    background: #f6f7f8;
    padding: 25px 10px 0 10px;
}

.tabs-block .tab-content {
    padding: 15px;
    border: 1px solid #d6d6d6;
    margin: -1px 0 0 0;
}

.modal-title {
    padding: 0 !important;
}

.modal .btn {
    min-width: auto !important;
}

.image-fill,
.image-auto {
    position: relative;
    overflow: hidden;
}

    .image-fill img {
        width: 100%;
        height: 100%;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .image-auto img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.title {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #093253;
    margin: 0 0 20px 0;
    vertical-align: middle;
    padding: 15px 20px;
    border-bottom: 1px solid #ededed;
}

    .title img {
        margin: -5px 10px 0 0;
    }

    .title select {
        float: right;
        margin: -3px 0 -3px 0;
    }

.radius6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
/*---Font Face Start---*/

/*----Font Face End---*/

/*---Fontawsome---*/
@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.6.2");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa {
    font-weight: 400;
}

.wrapper {
    overflow: hidden;
    position: relative;
    /* height: 100%; */
    /* height: 100vh;
    min-height: 900px; */
    min-height: 100%;
}

.modal {
    padding: 0 !important;
}

.modal-open .o-wrapper {
    z-index: 9999;
}

.modal.fade.show:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    content: "";
}

.modal-open .modal.fade.show:before {
    opacity: 0.5;
}

.video iframe {
    border: 0;
}

.container {
    position: relative;
    z-index: 9;
}

a,
img,
.fa,
header,
.header-block,
header .top,
.page-title,
.table-block tr,
.table-block tr td,
.table-block .page-link,
.menu ul li img,
.admin-dp ul {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.table-block,
.data-table table {
    width: 100% !important;
    /* overflow-x: auto;*/
    background: #fff;
    -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.09);
}

.table-block {
    position: relative;
}

    .table-block.custom-table {
        overflow: auto;
        max-height: 430px;
    }

    .table-block table {
        border: 0;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border-collapse: collapse;
        border-spacing: 0 !important;
    }

    .table-block tbody,
    .table-block thead,
    .table-block th,
    .table-block tr,
    .table-block td {
        margin: 0;
        padding: 0;
        outline: none !important;
    }

        .table-block thead th {
            border: 0 !important;
        }

    .table-block tr {
        border-top: 1px solid #ededed;
        background: #fff !important;
    }

    .table-block tbody tr:hover {
        -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
    }

        .table-block tbody tr:hover td {
            color: #313131;
        }

    .table-block tr:first-child {
        border: 0;
    }

    .table-block tr.bg-red {
        background-color: #f26175 !important;
    }

    .table-block tr.bg-orange {
        background-color: #f98830 !important;
    }

    .table-block tr.bg-green {
        background-color: #69dd95 !important;
    }

        .table-block tr.bg-red,
        .table-block tr.bg-orange,
        .table-block tr.bg-green,
        .table-block tr.bg-red td,
        .table-block tr.bg-orange td,
        .table-block tr.bg-green td {
            color: #fff !important;
        }

    .table-block th,
    .table-block td {
        padding: 12px;
        border: 0;
        font-size: 14px;
        line-height: 20px;
        color: #8f8f8f;
        /*vertical-align: middle;*/
        /*min-width: 100px;*/
        position: relative;
    }

    .table-block th {
        background: #e7ebef;
        font-weight: 500;
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 14px;
        color: #093253;
    }

    .table-block tr th:last-child,
    .table-block tr td:last-child {
        min-width: 136px;
    }

    .table-block td figure {
        width: 40px;
        height: 40px;
        background: #555;
        float: left;
        margin: -10px 15px -10px 0;
    }

        .table-block td figure img {
            opacity: 0.9;
        }

        .table-block td figure + span {
            float: left;
            width: calc(100% - 55px);
        }

    .table-block td figure,
    .btn-icon {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }

    .table-block div {
        padding: 0;
        margin: 0;
        /*-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;*/
    }

    .table-block tfoot {
        display: none !important;
    }

.data-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .data-table table {
        margin: 0 0 30px -1px !important;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

        .data-table table tr td {
            border-top: 1px solid #ededed !important;
            vertical-align: middle;
        }

.table-block table .btn-icon {
    margin: -5px 0 -5px 3px;
    vertical-align: top;
}

.table-block .page-link,
.table-block .page-link:focus,
.table-block .page-link:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.table-block .page-link {
    border-color: #e3e4e7;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #333d46;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .table-block .page-link:hover {
        background-color: #e3e4e7;
    }

.table-block .page-item.active .page-link {
    border-color: #4a79f2;
    background: rgba(59, 93, 196, 1);
    background: -moz-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -webkit-gradient( left top, right top, color-stop(0%, rgba(59, 93, 196, 1)), color-stop(100%, rgba(74, 122, 242, 1)) );
    background: -webkit-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -o-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: -ms-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    background: linear-gradient( to right, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5dc4', endColorstr='#4a7af2', GradientType=1 );
}

.table-block .previous a,
.table-block .next a {
    font-size: 0;
    position: relative;
}

    .table-block .previous a:before,
    .table-block .next a:before {
        content: "";
        font-size: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .table-block .previous a:before {
        content: url(../images/arrow-prev.png);
    }

    .table-block .next a:before {
        content: url(../images/arrow-next.png);
    }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 50%;
    margin: 0 0 -8px 0;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    height: 40px !important;
    border: 1px solid #d1d7e2;
    padding: 10px 15px;
    color: #555;
}

div.dataTables_wrapper div.dataTables_length select {
    padding-right: 35px;
    min-width: 100px;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"] {
    background: url(../images/search-icon.png) no-repeat right center;
    padding-right: 40px;
}

div.dataTables_wrapper .row:nth-child(3) .col-md-5 {
    display: none;
}

div.dataTables_wrapper .row:nth-child(3) .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
}

/*---Header Block---*/
.logo {
    width: 100%;
    padding: 30px 20px;
    margin: 0;
}

    .logo img {
        width: auto;
        max-height: 75%;
        max-width: 80%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background: #e0e6ef;
    z-index: 99;
    padding: 0 50px;
    height: 60px;
}
    /* header.sticky { height: 60px; -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3); -moz-box-shadow:0 0 15px rgba(0,0,0,0.3); -ms-box-shadow:0 0 15px rgba(0,0,0,0.3); -o-box-shadow:0 0 15px rgba(0,0,0,0.3); box-shadow:0 0 15px rgba(0,0,0,0.3);} */
    header:hover {
        z-index: 9999;
    }

    header.sticky:hover {
        z-index: 9999;
    }

    header.sticky .page-title {
        top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
/* header.sticky .admin-dp{ padding: 5px 15px;} */

/*
header.sticky + .page-title{ top:0; -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3); -moz-box-shadow:0 0 15px rgba(0,0,0,0.3); -ms-box-shadow:0 0 15px rgba(0,0,0,0.3); -o-box-shadow:0 0 15px rgba(0,0,0,0.3); box-shadow:0 0 15px rgba(0,0,0,0.3);}*/

.page-title {
    padding: 5px 25px;
    width: calc(100% - 150px);
    margin: 0;
    background: #f6f7f8;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 8;
}

    .page-title h1 {
        display: inline-block;
        padding: 10px 0 10px 0;
    }

    .page-title .btn {
        float: right;
        margin: 0;
    }

.main {
    margin: 0;
}

.dashboard {
    background: #edf0f5;
}

.content-block {
    width: calc(100% - 150px);
    float: right;
    padding: 110px 25px 50px 25px;
    position: relative;
    z-index: 1;
}

.page-title + .content-block {
    padding-top: 150px;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0;
    width: 200px;
    height: 100%;
    background: rgba(74, 122, 242, 1);
    background: -moz-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(74, 122, 242, 1)), color-stop(100%, rgba(28, 34, 102, 1)) );
    background: -webkit-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -o-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -ms-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: linear-gradient( to bottom, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7af2', endColorstr='#1c2266', GradientType=0 );
}

.menu {
    padding: 0 0 0 20px;
    height: calc(100% - 200px);
    overflow: auto;
    position: relative;
}

    .menu ul {
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            width: 100%;
            margin: 0 0 1px 0;
            text-align: center;
            font-weight: 500;
            overflow: hidden;
            color: #fff;
            font-size: 16px;
            line-height: 20px;
            -webkit-border-radius: 10px 0 0 10px;
            -moz-border-radius: 10px 0 0 10px;
            -ms-border-radius: 10px 0 0 10px;
            -o-border-radius: 10px 0 0 10px;
            border-radius: 10px 0 0 10px;
        }

            .menu ul li a {
                display: block;
                padding: 20px 10px;
                color: #fff;
            }

                .menu ul li a:hover,
                .menu ul li a.active {
                    background: #fff;
                    color: #093253;
                }

            .menu ul li span {
                display: block;
            }

            .menu ul li img {
                padding: 0 0 10px 0;
            }

                .menu ul li img ~ img {
                    display: none;
                }

            .menu ul li a:hover img,
            .menu ul li a.active img {
                display: none;
            }

                .menu ul li a:hover img ~ img,
                .menu ul li a.active img ~ img {
                    display: inline-block;
                    opacity: 1;
                }

    .menu.ps-container > .ps-scrollbar-y-rail {
        right: auto !important;
        left: 5px !important;
    }

    .menu.ps-container.ps-active-y > .ps-scrollbar-y-rail {
        background-color: #333;
    }

    .menu.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #fff;
    }

.menu-btn {
    width: 40px;
    height: 40px;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.icon-block,
.icon-block figure,
.chart,
.subscriptions,
.renewals-block {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.icon-block {
    position: relative;
    color: #093253;
    margin: 15px 0 25px 0;
    height: calc(100% - 40px);
    min-height: 100px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
    -o-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
    box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
}

    .icon-block figure {
        width: 80px;
        height: 70px;
        float: left;
        margin: -30px 15px 15px 0;
    }

    .icon-block .number {
        text-align: right;
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
    }

    .icon-block .name {
        text-align: right;
        clear: both;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

.chart {
    background: #fff;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

    .chart figure {
        width: 100%;
        min-height: 280px;
        margin: 0 0 30px 0;
    }

.subscriptions {
    padding: 0 0 20px 0;
}

    .subscriptions .bar-box {
        padding: 0 20px;
    }

.shadow {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2) !important;
    -moz-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2) !important;
    -ms-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2) !important;
    -o-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2) !important;
    box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2) !important;
}

.select-date {
    height: 40px;
    min-width: 170px;
    border: 1px solid #d1d7e2;
    position: relative;
    padding: 0 35px;
    font-size: 14px;
    color: #555;
    background: url(../images/drop-arrow.png) no-repeat right center, url(../images/calendar-icon-blue.png) no-repeat 10px center;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.dashboard .table-block th {
    background: #f6f7f8;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

.admin-dp {
    min-width: 200px;
    height: 60px;
    float: right;
    position: relative;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    /* -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; */
}

    .admin-dp figure {
        width: 40px;
        height: 40px;
        margin: 0;
        border: 2px solid #093253;
        float: left;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }

    .admin-dp span {
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #093253;
        float: left;
        margin: 15px 0 0 10px;
        padding: 0 25px 0 0;
        position: relative;
    }

        .admin-dp span:before {
            position: absolute;
            font-size: 21px;
            content: "\f107";
            font-family: "FontAwesome";
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -transform: translateY(-50%);
        }

    .admin-dp ul {
        display: none;
        width: 100%;
        clear: both;
        padding: 10px 0 0 0;
        position: relative;
        z-index: 9;
        list-style: none !important;
    }

        .admin-dp ul li {
            border-top: 1px solid #eee;
            list-style: none !important;
        }

            .admin-dp ul li:first-child {
                border: 0;
            }

            .admin-dp ul li a {
                display: block;
                padding: 10px 15px;
                font-size: 16px;
                color: #093253;
            }

                .admin-dp ul li a:hover {
                    color: #008aff;
                }

    .admin-dp:hover {
        background: #fff;
        -webkit-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
        -moz-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
        -ms-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
        -o-box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
        box-shadow: 0 10px 20px rgba(171, 187, 237, 0.2);
    }

        .admin-dp:hover ul {
            display: block;
            overflow: hidden;
        }

.chart-box {
    text-align: center;
}

    .chart-box canvas {
        height: 250px !important;
        width: auto !important;
    }

.chart-data {
    padding: 0 30px;
    margin: 0;
}

    .chart-data li {
        width: 33.3333%;
        float: left;
        position: relative;
        padding: 0 10px 0 15px;
        margin: 10px 0 0 0;
        font-size: 14px;
        line-height: 18px;
        color: #8f8f8f;
    }

        .chart-data li:nth-child(3n + 1) {
            clear: both;
        }

        .chart-data li span {
            width: 10px;
            height: 15px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 1px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

.login-page {
    height: 100vh;
    background: url(../images/login-bg.jpg) no-repeat center center #3550b1;
    background-size: cover;
    position: relative;
}

.login-block {
    width: 420px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .login-block .logo {
        width: 250px;
        margin: 0 auto 40px auto;
    }

    .login-block .form-control {
        border: 0;
        font-size: 16px;
        color: #111;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

    .login-block .custom-checkbox {
        color: #fff;
        line-height: 24px;
    }

    .login-block .form-check input[type="checkbox"] + label {
        width: auto;
        color: #fff;
    }

        .login-block .form-check input[type="checkbox"] + label:after,
        .login-block .form-check input[type="radio"] + label:after {
            background: none;
            border-color: #fff;
        }

        .login-block .form-check input[type="checkbox"] + label:before,
        .login-block .form-check input[type="checkbox"] + label:after,
        .login-block .form-check input[type="radio"] + label:before,
        .login-block .form-check input[type="radio"] + label:after {
            background: none;
        }

.login-page .form-check a {
    color: #fff;
    float: right;
}

.login-block input[type="submit"].btn {
    width: 100%;
    background: #031625 !important;
}

    .login-block input[type="submit"].btn:hover {
        background: #000a12 !important;
    }

.loader {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.8);
}

    .loader:before {
        opacity: 0.9;
        position: absolute;
        left: 50%;
        top: 50%;
        content: url(../images/loader.gif);
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*   prasad */
header .admin-dp ul {
    list-style: none !important;
}

    header .admin-dp ul li {
        list-style: none !important;
        line-height: 20px !important;
        margin: 0px;
    }

.table-block .dataTables_length {
    padding-left: 15px;
}

.table-block .dataTables_filter {
    padding-right: 15px;
}

.details-block {
    margin: 15px 0;
}

    .details-block ul {
        list-style: none;
    }

        .details-block ul li {
            float: left;
            width: 47%;
            margin: 0 20px 15px 0;
            padding: 0 0 5px 0;
            border-bottom: solid 1px #eee;
            color: #000;
        }

            .details-block ul li.full-wight {
                width: 98%;
                margin-right: 0px;
            }

            .details-block ul li span {
                display: inline-block;
                color: #555;
                width: 170px;
            }

.margindiv {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-block .col-md-12 {
    padding: 0px;
}

/*   remove after span deleted  and adding form-error*/
.form-block .field-validation-error {
    border-color: #e44144;
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-size: 12px;
}
/*   remove after span deleted  and adding form-error */
.form-block .form-group.form-check.inline {
    padding: 0 0 0 15px;
}

.form-block .add {
    position: relative;
}

.form-block .add-btn {
    position: relative;
    right: -13px;
    margin-top: -47px;
    min-width: 30px;
    padding: 12px 20px;
    float: right;
}

.add-btn i {
    padding: 0px;
    font-size: 12px;
}

.months {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10px !important;
}

    .months .block {
        margin: 0 0 15px 0;
        padding-right: 5px;
        padding-left: 5px;
        position: relative;
    }

        .months .block input[type="checkbox"] {
            visibility: hidden;
        }

            .months .block input[type="checkbox"] + label::before,
            .months .block input[type="checkbox"] + label::after,
            .cal-date .block input[type="checkbox"] + label::before,
            .cal-date .block input[type="checkbox"] + label::after {
                display: none;
            }

            .months .block input[type="checkbox"] + label {
                background: #908f8f;
                color: #fff;
                padding: 6px 0;
                text-align: center;
                border-radius: 4px;
            }

                .months .block input[type="checkbox"] + label:hover,
                .months .block input[type="checkbox"]:checked + label {
                    background: #3b5dc5;
                    color: #fff;
                }

.cal-date .block {
    display: inline-block;
    margin: 0 5px 8px 0;
    position: relative;
}

    .cal-date .block input[type="checkbox"] + label {
        background: none;
        text-align: center;
        width: 30px;
        height: 30px;
        padding: 0px;
        border: solid 1px #ccc;
        border-radius: 5px;
        line-height: 30px;
    }

    .cal-date .block input[type="checkbox"]:checked + label {
        background: #3b5dc5;
        color: #fff;
        border-color: #3b5dc5;
    }

.sm-title {
    text-align: center;
    display: block;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #093253;
    font-weight: bold;
}

.add-btn {
    z-index: 1;
}

    .add-btn.remove-me-email {
        z-index: 2;
    }

    .add-btn.LPRremove-me-email {
        z-index: 2;
    }

/*   prasad end */
.menu {
    padding: 0 0 0 20px;
    height: calc(100% - 200px);
    overflow: auto;
    position: relative;
}

    .menu ul {
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            width: 100%;
            margin: 0 0 1px 0;
            text-align: center;
            font-weight: 500;
            overflow: hidden;
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            -webkit-border-radius: 10px 0 0 10px;
            -moz-border-radius: 10px 0 0 10px;
            -ms-border-radius: 10px 0 0 10px;
            -o-border-radius: 10px 0 0 10px;
            border-radius: 10px 0 0 10px;
        }

            .menu ul li a {
                display: block;
                position: relative;
                padding: 15px 10px;
                color: #fff;
            }

                .menu ul li a:hover,
                .menu ul li a.active,
                .menu ul li.sub-menu:hover a {
                    background: #fff;
                    color: #093253;
                }

            .menu ul li span {
                display: block;
            }

            .menu ul li img {
                padding: 0 0 10px 0;
            }

                .menu ul li img ~ img {
                    display: none;
                }

            .menu ul li a:hover img,
            .menu ul li a.active img,
            .menu ul li.sub-menu:hover a img {
                display: none;
            }

                .menu ul li a:hover img ~ img,
                .menu ul li a.active img ~ img,
                .menu ul li.sub-menu:hover a img ~ img {
                    display: inline-block;
                    opacity: 1;
                }

            /* .menu ul li.sub-menu a {
                padding-bottom: 30px;
            } */

            .menu ul li.sub-menu a:before {
                font-size: 20px;
                content: "\f107";
                font-family: "FontAwesome";
                position: absolute;
                left: 50%;
                bottom: 5px;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .menu ul li.sub-menu ul {
                background: #1d2368;
                max-height: 0;
                -webkit-transition: max-height 1s;
                -moz-transition: max-height 1s;
                transition: max-height 1s;
            }
            /* .menu ul li.sub-menu:hover a{ background: #fff;} */
            .menu ul li.sub-menu:hover ul,
            .menu ul li.sub-menu:focus ul,
            .menu ul li.sub-menu.active ul {
                max-height: 1000px;
            }

            .menu ul li.sub-menu ul li {
                margin: 0;
                display: inline-block;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

                .menu ul li.sub-menu ul li a {
                    padding: 10px 10px 10px 30px;
                    text-align: left;
                    font-size: 14px;
                    font-weight: 300;
                    border-top: 1px solid #1d2368;
                    color: #fff !important;
                    background: #1d2368 !important;
                }

                    .menu ul li.sub-menu ul li a:hover,
                    .menu ul li.sub-menu ul li a:focus,
                    .menu ul li.sub-menu ul li a.active {
                        background: #3f48a7 !important;
                    }

                    .menu ul li.sub-menu ul li a:before {
                        left: 20px;
                        top: 12px;
                        font-size: 14px;
                        line-height: 15px;
                        bottom: inherit;
                        content: "\f105";
                    }

    .menu.ps-container > .ps-scrollbar-y-rail {
        right: auto !important;
        left: 5px !important;
    }

    .menu.ps-container.ps-active-y > .ps-scrollbar-y-rail {
        background-color: #333;
    }

    .menu.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #fff;
    }

.menu-btn {
    width: 40px;
    height: 40px;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

/*   11/12/2018     prasad */
.packages-block {
}

    .packages-block .block {
        margin-bottom: 30px;
    }

        .packages-block .block .inner {
            height: 100%;
            position: relative;
            padding: 20px;
            -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.09);
            -webkit-box-shadow: 0 0px 50px rgba(95, 125, 188, 0.3);
            -moz-box-shadow: 0 0px 50px rgba(95, 125, 188, 0.3);
            -ms-box-shadow: 0 0px 50px rgba(95, 125, 188, 0.3);
            -o-box-shadow: 0 0px 50px rgba(95, 125, 188, 0.3);
            box-shadow: 0 0px 50px rgba(95, 125, 188, 0.3);
        }

    .packages-block .left {
        width: 27%;
        float: left;
        text-align: center;
        padding: 20px 5px;
        margin: 0 0 0 0;
        font-size: 24px;
        min-height: 100px;
    }

        .packages-block .left span {
            display: block;
            font-size: 12px;
            line-height: 14px;
            padding: 10px 0 0 0;
        }

    .packages-block .inner .right {
        width: 70%;
        float: right;
    }

    .packages-block .inner h3 {
        line-height: 20px;
        padding: 5px 0 10px 0px;
        font-size: 16px;
    }

    .packages-block .right p {
        font-size: 13px;
        line-height: 18px;
        padding: 0 0 5px 0;
    }

    .packages-block .inner .right p span {
        font-weight: 700;
    }

    .packages-block .inner ul {
    }

        .packages-block .inner ul li {
            font-size: 11px;
            border-top: solid 1px #eee;
            padding-top: 10px;
            margin-top: 10px;
        }

            .packages-block .inner ul li p {
                font-size: 13px;
                margin: 0px;
                padding: 0px;
            }

            .packages-block .inner ul li span {
                font-weight: 600;
            }

    .packages-block .block .inner h2 {
        text-align: center;
        text-transform: uppercase;
        border-bottom: solid 1px #ccc;
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #093253;
    }

    .packages-block .block .description {
        border-top: solid 1px #eee;
        padding-top: 10px;
        margin-top: 10px;
    }

        .packages-block .block .description p {
            font-size: 12px;
            padding: 0 0 5px 0;
            line-height: 18px;
        }

    .packages-block .block .inner.active,
    .packages-block .block .inner:hover {
        background: #3b5dc5;
        color: #fff;
    }

        .packages-block .block .inner.active h3,
        .packages-block .block .inner.active p,
        .packages-block .block .inner.active h2,
        .packages-block .block .inner:hover h3,
        .packages-block .block .inner:hover p,
        .packages-block .block .inner:hover h2 {
            color: #fff;
            border-color: #466add;
        }

        .packages-block .block .inner.active li,
        .packages-block .block .inner.active .description,
        .packages-block .block .inner:hover li,
        .packages-block .block .inner:hover .description {
            border-color: #466add;
        }

    .packages-block .inner.active .left,
    .packages-block .inner:hover .left {
        border-right: solid 1px #466add;
    }

    .packages-block .block .inner .fa-check-square {
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 23px;
        right: 10px;
        display: none;
    }

    .packages-block .block .inner.active .fa-check-square {
        display: block;
    }

    .packages-block .block .link {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .packages-block .inner ul li p em {
        font-style: normal;
        position: relative;
        font-size: 11px;
        display: inline-block;
        padding-left: 5px;
    }

        .packages-block .inner ul li p em:first-child::before {
            display: none;
        }

        .packages-block .inner ul li p em::before {
            content: "";
            position: absolute;
            left: 1px;
            top: 4px;
            width: 1px;
            height: 70%;
            background: #eee;
        }

    .packages-block .block .inner.active ul li p em::before,
    .packages-block .block .inner:hover ul li p em::before {
        background: #466add;
    }

    .packages-block .form-group label {
        font-size: 13px;
    }

    .packages-block .inner.active .form-group label,
    .packages-block .inner:hover .form-group label {
        color: #fff;
    }

    .packages-block .inner.active .form-check input[type="checkbox"] + label:after,
    .form-check input[type="radio"] + label:after,
    .packages-block .inner:hover .form-check input[type="checkbox"] + label:after,
    .form-check input[type="radio"] + label:after {
        border-color: #ffffff;
    }

.buttons-list a.bg-red {
    background: #f26175 !important;
}

.buttons-list a {
    font-size: 12px;
    text-transform: initial;
    padding: 7px 9px;
    border: solid 1px #fff;
}

.packages-block .inner:hover .buttons-list a,
.packages-block .inner.active .buttons-list a {
    background: none !important;
    border: solid 1px #5b83ff;
}

.packages-block .inner .buttons-list a:before {
    background: rgba(247, 115, 15, 1);
}

.packages-block .block .inner,
.packages-block .inner ul li p em::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .packages-block .block {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .packages-block .block {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*   11/12/2018     prasad  end */

.warning {
    text-align: center;
    border: 1px solid #ccc;
}

    .warning span {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0 20px 60px;
    }

        .warning span a {
            display: block;
            font-size: 22px;
            line-height: 28px;
            color: #007bff;
        }

.btn-orange,
.btn-red {
    color: #fff !important;
}

/*---------24-1-19-------------------*/

.tab-block ul li {
    width: 30%;
    display: inline-block;
    padding: 15px 0;
    background: #e7ebef;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    color: #737373 !important;
}

    .tab-block ul li a {
        color: #000;
        padding: 0 15px;
    }

    .tab-block ul li.active {
        background: #3b5dc5 !important;
        color: #fff !important;
    }

    .tab-block ul li:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        left: 50%;
        bottom: 0px;
        margin-left: -4px;
        display: none;
    }

    .tab-block ul li.active:before {
        display: block;
    }

    .tab-block ul li.active a {
        color: #fff !important;
    }

/*
.content-block .form-block .col-md-12 .form-group input {
    display: block;
    margin: 50px auto;
}

    .content-block .form-block .col-md-12 .form-group input .btn.btn-lg {
        padding: 0 !important;
    }

.upload-block {
    display: block;
    margin: 0 auto;
}

.drag-drop-icon {
    margin: 25px 0;
}


.drag-drop-icon input {
    display: block;
    margin: 10px 0;
}

.drag-drop-icon .btn {
    float: left;
    padding: 15px 25px;
}*/
#divChannelsList .col-md-6 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.cal-date .block input[type="checkbox"].Disabled + label,
.cal-date .block input[type="checkbox"].Idle + label,
.cal-date .block input[type="checkbox"].Offline + label,
.cal-date .block input[type="checkbox"].ChannelFree + label,
.cal-date .block input[type="checkbox"].False + label {
    color: #ccc !important;
}

.cal-date .block input[type="checkbox"].Disabled,
.cal-date .block input[type="checkbox"].Idle,
.cal-date .block input[type="checkbox"].Offline + label,
.cal-date .block input[type="checkbox"].ChannelFree + label,
.cal-date .block input[type="checkbox"].False + label {
    cursor: none;
}

.form-block .input-group {
    width: 50%;
}

    .form-block .input-group .custom-file label {
        top: 0px !important;
        padding: 14px 0 0 10px !important;
        font-size: 16px !important;
    }

.custom-file-label {
    height: calc(3rem + 2px) !important;
}

    .custom-file-label::after {
        line-height: 33px;
        height: 3rem;
    }

#show_hide_password {
    position: relative;
}

    #show_hide_password .input-group-addon {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0 10px;
        line-height: 47px;
        font-size: 16px;
        z-index: 999;
    }

    #show_hide_password #DeviceViewModel_Password {
        width: 100%;
        padding-right: 45px;
    }

    #show_hide_password .input-group-addon a {
        display: block;
    }

.downloadtemplate a {
    display: inline-block;
    background: #eee;
    padding: 20px 35px;
    font-size: 15px;
    color: #093253;
    font-weight: bold;
}

.templateinstructions {
    padding: 25px !important;
    border: solid 1px #ccc;
}

    .templateinstructions p {
        font-weight: bold;
    }

    .templateinstructions li {
        padding: 0 0 15px 15px;
    }

        .templateinstructions li li {
            padding: 0;
            list-style: disc;
            margin: 15px 0 0 22px;
        }

    .templateinstructions h3 {
        border-bottom: solid 1px #1968a9;
        margin: 0 0 15px 0;
    }

.notewarning {
    margin: -5px 0 10px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

    .notewarning i {
        color: #093253;
        font-size: 16px;
        position: relative;
        left: -3px;
        top: 1px;
    }

.page-title .form-group .btn {
    margin-left: 15px;
}

/* MI Styles Start 18-03-2019 */
header {
    height: 60px;
}

.admin-dp figure.image-fill {
    padding: 0;
    /* width: auto;
    height: auto; */
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .admin-dp figure.image-fill img {
        height: 40px;
        width: auto;
    }

.admin-dp span {
    margin: 8px 0 0 10px;
    width: auto;
    text-align: right;
}

.admin-dp.super-admin {
    cursor: inherit;
    position: relative;
    padding-right: 0;
}

    .admin-dp.super-admin:hover {
        background: none;
    }

    .admin-dp.super-admin:before {
        position: relative;
        right: 2px;
        top: 8px;
        content: "/";
        font-weight: 300;
        color: #aaa;
        font-size: 20px;
    }

    .admin-dp.super-admin span {
        color: #555;
        padding: 0 14px 0 0;
    }

        .admin-dp.super-admin span:before {
            display: none;
        }

    .admin-dp.super-admin:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
/* MI Styles End 18-03-2019 */

.lpd-dtl {
    padding: 15px;
    margin: 10px 0;
    background: #eee;
}

    .lpd-dtl p {
        padding: 0 0 10px 0;
        color: #555 !important;
    }

    .lpd-dtl h6 {
        color: #3551c2;
    }

/* prasad  */

.row-eql-height.home-blocks .icon-block {
    background: #e1e9ff;
}

.change-password .form-block .field-validation-error {
    position: relative;
    bottom: 0;
}

.change-password .block-field .form-group {
    margin: 0px;
}

.change-password .block-field {
    padding-top: 20px;
    padding-bottom: 20px;
}

.success-message {
    text-align: center;
    background: #e9edf3;
    padding: 25px 50px;
    margin-top: 30px;
}

.customerpackages .justify-content-center {
    -ms-flex-pack: left !important;
    justify-content: left !important;
    padding: 15px;
}

.customerpackages .packages-block .block .inner:hover {
    background: #fff;
    color: #fff;
}

    .customerpackages .packages-block .block .inner.active h3,
    .customerpackages .packages-block .block .inner.active p,
    .customerpackages .packages-block .block .inner.active h2,
    .customerpackages .packages-block .block .inner:hover h3,
    .customerpackages .packages-block .block .inner:hover p,
    .customerpackages .packages-block .block .inner:hover h2 {
        color: #093253;
        border-color: #ccc;
    }

.customerpackages .packages-block .block .description {
    border-color: #ccc !important;
}

.customerpackages .packages-block .inner ul li {
    border-color: #ccc !important;
}

.customerpackages .packages-block .block .inner h2 {
    text-align: left;
}

.form-block .fields-bottom .field-validation-error {
    position: relative;
    bottom: 0px;
}

.fields-bottom {
    margin: 20px 0 20px 0;
}

    .fields-bottom .form-group {
        margin: 0;
    }

.file-upload-block .file-upload1 {
    border: solid 1px #ccc;
    vertical-align: top;
    padding: 7px 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.sidebar .logo {
    max-height: 180px;
    overflow: hidden;
}

.account-signup .form-group {
    margin: 28px 0;
}

.account-signup .form-block .password-block .field-validation-error {
    bottom: -30px;
    line-height: 14px;
}

.choose-block .form-group {
    margin: 14px 0;
}

.cridet-block {
    background: #eee;
    padding: 20px 30px 30px 30px;
    margin: 30px 0 30px 0;
    width: 58%;
    border: solid 1px #ccc;
}

    .cridet-block h2 {
        padding: 0;
    }

    .cridet-block .col-md-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

.margin-block-g .form-group {
    margin-bottom: 0px;
}

.margin-block-g p {
    margin: 0px 0 20px 0;
    padding: 0px;
}

.packages-block .block:last-child .inner {
    height: auto !important;
}

.packages-block .block:nth-child(even) .inner {
    height: 100% !important;
}

.packages-block .lpd-dtl {
    background: #e5eaff;
}

    .packages-block .lpd-dtl h6 {
        color: #3551c2;
        font-size: 20px;
        line-height: 24px;
        border-bottom: solid 2px #bbc1d8;
        padding: 0 0 7px 0;
        margin: 0 0 15px 0;
    }

    .packages-block .lpd-dtl p {
        padding: 0 0 10px 0;
        color: #555 !important;
        border-bottom: solid 1px #dadff5;
        margin: 0 0 10px 0;
    }

        .packages-block .lpd-dtl p span {
            font-weight: bold;
        }

        .packages-block .lpd-dtl p em {
            display: inline-block;
            font-style: normal;
            width: 230px;
        }

.packages-block .inner:hover .lpd-dtl,
.packages-block .inner.active .lpd-dtl {
    background: #597ef1;
}

    .packages-block .inner:hover .lpd-dtl h6,
    .packages-block .inner.active .lpd-dtl h6 {
        color: #ffffff;
        border-bottom: solid 2px #5374d8;
    }

    .packages-block .inner:hover .lpd-dtl p,
    .packages-block .inner.active .lpd-dtl p {
        color: #fff !important;
        border-bottom: solid 1px #5576db !important;
    }

.icon-block .number.dashboard-test {
    font-size: 20px;
    line-height: 22px;
}

.lpr-close-btn {
    display: block;
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -11px;
    top: -13px;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
}

.modal-zoom img {
    width: 100%;
    height: auto;
}

.modal-zoom .zoom-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-zoom .btn {
    font-size: 13px;
    padding: 7px 12px;
}

.modal-zoom .lpr-close-btn {
    right: -20px;
    top: -20px;
}

.modal-zoom .modal-title span {
    font-size: 12px;
    display: block;
    padding: 5px 0 0 0;
    color: #008aff;
}

.table-block.data-table tbody tr:last-child {
    border-bottom: 1px solid #ededed;
}

.table-block.data-table div.dataTables_wrapper div.dataTables_info {
    padding: 50px 0 0 0;
    margin: 0 0 -35px 0;
}

/* 16-07 Start */
.page-title h1 {
    max-width: 50%;
}

.page-title .text-right {
    float: right;
    max-width: 50%;
}

.choose-block .cridet-block {
    margin: 15px 0 30px 0;
    width: 100%;
    padding: 20px 20px 30px 20px;
}

.table-block .dataTables_length,
.table-block .dataTables_filter {
    width: auto;
    float: left;
    padding: 10px 0px;
}

.table-block .dataTables_filter {
    float: right;
}

header .admin-dp ul li {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.sidebar .logo {
    padding: 0 20px 0 20px;
    margin: 0;
    max-height: inherit;
}
/* 16-07 End */

/* 17-07 Start */
.btn,
.btn.btn-blue {
    margin: 0 10px 10px 0;
    vertical-align: top;
}
/* .form-block .btn{ margin: 0 25px 10px -15px;} */
.form-block .form-group.form-check.inline {
    padding: 0;
}

.tabs-block .tab-content {
    padding: 15px 30px;
}

.form-block ol {
    padding-inline-start: 30px;
}

.page-title .btn {
    margin: 5px 0 0 10px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    line-height: 18px;
}

.form-block .btn {
    min-width: inherit;
}

.modal-open .modal .modal-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.modal-open .modal .modal-body {
    padding: 1rem 1.5rem;
}

.modal-header .btn,
.modal-header .btn.btn-blue {
    padding: 10px 15px 10px 15px;
    margin: 0 0 10px 5px;
    font-size: 14px;
    line-height: 18px;
}

.form-block .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.form-check.months {
    margin-left: 0 !important;
}

.months .block {
    padding: 0 10px 0 0;
}

#divChannelsList .col-md-6 {
    padding: 0;
}

.form-block .form-group .add-btn {
    margin: -46px 17px 30px 0;
}
/* 17-07 End */

/* 26-07 Start */
.sidebar {
    position: absolute;
    float: left;
    height: auto;
    left: 0;
    top: 0;
}

.menu {
    overflow: inherit;
}

    .menu ul li.sub-menu {
        overflow: inherit;
        position: relative;
    }

        .menu ul li.sub-menu a {
            -webkit-border-radius: 10px 0 0 10px;
            -moz-border-radius: 10px 0 0 10px;
            -ms-border-radius: 10px 0 0 10px;
            -o-border-radius: 10px 0 0 10px;
            border-radius: 10px 0 0 10px;
        }

        .menu ul li.sub-menu ul {
            position: absolute;
            right: 0;
            bottom: 0;
            margin: 0 -180px 0 0;
            width: 180px;
            max-height: inherit;
            display: none;
        }

            .menu ul li.sub-menu ul li a {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

        .menu ul li.sub-menu:hover ul {
            display: block;
            -webkit-animation: slide-right 0.3s ease;
            -moz-animation: slide-right 0.3s ease;
        }

@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slide-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
/* 26-07 End */

/* 02-08 Start */
.sidebar {
    position: relative;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    width: 150px;
    /* height: 1200px; */
    height: 100vh;
    min-height: 1000px;
}

.menu {
    padding: 120px 0 0 10px;
    height: calc(100% - 120px);
    overflow: inherit;
    position: relative;
    margin: 0;
}
/* .menu ul li.sub-menu.active ul{ display: block;} */

header {
    position: fixed;
    width: calc(100% - 150px);
    top: 0;
    right: 0;
    background: #e0e6ef;
    z-index: 99999;
    padding: 0 25px 0 0px;
    height: 60px;
}

.logo {
    width: 150px;
    padding: 0;
    float: left;
    margin: 0 0 0 -150px;
    background: #4470e2;
    height: 120px;
    position: relative;
}

.login-block .logo {
    background: none;
    padding: 30px;
    float: none;
    margin: 0 auto;
}
/* .content-block{ width: 100%; padding: 110px 50px 0 0;} */
/* 02-08 End */

/* 03-08 Start */
.menu ul li.sub-menu a:before {
    font-size: 28px;
    left: calc(100% - 30px);
    bottom: calc(50% - 10px);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu ul li.sub-menu ul li a:before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

input#hdnFliterKeyword {
    display: none;
}

.modal-open .modal {
    z-index: 99999;
}
/* 03-08 End */

/* 06-08 Start */
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        width: 33.3333%;
        float: left;
        border: 0;
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-title {
            display: none;
        }

        table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data b {
            font-weight: bold;
            width: 150px;
            vertical-align: top;
            display: inline-block;
        }
/* 06-08 End */

/* 07-08 Start */
/* .form-block .downloadtemplate{ padding: 0;}
.templateinstructions h3{ margin: 0 0 20px 0;}
.templateinstructions ol{ padding-inline-start: 20px;}
.data-table table{ margin-left: 0 !important;}
.form-control{ z-index: 1; position: relative;}
.form-group .form-focus { height: 50px; display: block; width: 100%; top: 0; position: absolute; left: 0;}
.form-group textarea ~ .form-focus{ height: 120px;}
.form-block .field-validation-error{ bottom: 0; position: relative;}
.form-group .form-focus:before, .form-group .form-focus:after,
.form-group .form-focus i:before,.form-group .form-focus i:after,
.cs-select:before, .cs-select:after, .cs-select .cs-placeholder:before, .cs-select .cs-placeholder:after{ z-index: 2;}
.admin-dp figure.image-fill{ border: 1px solid #093253; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px;}
.form-block .form-group .add-btn { margin: 0; position: absolute; top: 4px; right: 4px;}
.details-block ul li em { font-style: normal; font-weight: 600; padding: 0 0 0 5px; color: #222; vertical-align: top; width: calc(100% - 190px); display: inline-block;}
.table-block thead th{ vertical-align: middle;}
.content-block.divicecontent .tab-pane.customerpackages .justify-content-center{ -ms-flex-pack: center !important; justify-content: center !important;}
.content-block.divicecontent .tab-pane .table-block.data-table{ padding: 0 15px;} */
/* 07-08 End */

/* 07-08 Start */
.form-block .downloadtemplate {
    padding: 0;
}

    .form-block .downloadtemplate .form-group a:hover,
    .form-block .downloadtemplate .form-group a:focus {
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }

.templateinstructions h3 {
    margin: 0 0 20px 0;
}

.templateinstructions ol {
    padding-inline-start: 20px;
}

.data-table table {
    margin-left: 0 !important;
}

.form-control {
    z-index: 1;
    position: relative;
}

.form-group .form-focus {
    height: 50px;
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.form-group textarea ~ .form-focus {
    height: 120px;
}

/* .form-block .field-validation-error {
    bottom: 0;
    position: relative;
} */

.form-group .form-focus:before,
.form-group .form-focus:after,
.form-group .form-focus i:before,
.form-group .form-focus i:after,
.cs-select:before,
.cs-select:after,
.cs-select .cs-placeholder:before,
.cs-select .cs-placeholder:after {
    z-index: 2;
}

.admin-dp figure.image-fill {
    border: 1px solid #093253;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.form-block .form-group {
    position: relative;
}

    .form-block .form-group .add-btn {
        position: relative;
        top: 0;
        right: 4px;
        margin: -46px 0 20px 0;
    }

.form-group.notification-emailsphones .form-focus {
    top: inherit;
    bottom: 0;
    position: absolute;
}

.details-block ul li em {
    font-style: normal;
    font-weight: 600;
    padding: 0 0 0 5px;
    color: #222;
    vertical-align: top;
    width: calc(100% - 190px);
    display: inline-block;
}

.table-block thead th {
    vertical-align: middle;
}

.content-block.divicecontent
.tab-pane.customerpackages
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.content-block.divicecontent .tab-pane .table-block.data-table {
    padding: 0 15px;
}
/* 07-08 End */

/* 09-08 Start */
.table-block .footerinfo,
.table-block .fotterfilter,
.table-block .footerpaging {
    vertical-align: top;
    display: inline-block;
}

.table-block .footerpaging {
    margin: 0 0 0 280px !important;
}

.table-block .footerinfo {
    float: left;
}

.table-block .fotterfilter {
    float: right;
}

.table-block .footerinfo .dataTables_info {
    padding: 10px 0 0 0 !important;
}

.table-block .footerpaging,
.table-block .top:nth-child(3) {
    display: table;
    margin: 0 auto !important;
}

.dataTables_length select {
    height: 50px;
    position: relative;
    background: url(../images/drop-arrow.png) no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.dataTables_paginate .paginate_button {
    border-color: #e3e4e7 !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    background: #fff !important;
    color: #333d46 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 5px !important;
    vertical-align: top !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #333d46 !important;
        background-color: #e3e4e7 !important;
    }
    /* .dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.next,
.dataTables_paginate .paginate_button:active {
    color: #6c757d !important;
    pointer-events: none !important;
    cursor: auto !important;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    font-size: 0 !important;
    position: relative !important;
    cursor: pointer;
    box-shadow: none !important;
} */
    .dataTables_paginate .paginate_button.previous,
    .dataTables_paginate .paginate_button.next {
        font-size: 0 !important;
        position: relative;
        cursor: pointer !important;
    }

        .dataTables_paginate .paginate_button.previous.disabled,
        .dataTables_paginate .paginate_button.next.disabled {
            cursor: not-allowed !important;
        }

.table-block .dataTables_paginate .paginate_button.previous:before,
.table-block .dataTables_paginate .paginate_button.next:before {
    content: "" !important;
    font-size: 16px !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.table-block .dataTables_paginate .paginate_button.previous:before,
.table-block .dataTables_paginate .paginate_button.next:before {
    content: "";
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.table-block .dataTables_paginate .paginate_button.previous:before {
    content: url(../images/arrow-prev.png) !important;
}

.table-block .dataTables_paginate .paginate_button.next:before {
    content: url(../images/arrow-next.png) !important;
}

.table-block.device-mgnt table.dataTable thead > tr > th:nth-child(3),
.table-block.device-mgnt table.dataTable thead > tr > th:nth-child(4),
.table-block.device-mgnt table.dataTable tbody > tr > td:nth-child(3),
.table-block.device-mgnt table.dataTable tbody > tr > td:nth-child(4) {
    width: 60px !important;
}

.table-block.device-mgnt table.dataTable thead > tr > th.device-action,
.table-block.device-mgnt table.dataTable tbody > tr > td.device-action {
    min-width: 140px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 18px;
}
/* 09-08 End */

/* 13-08 Start */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    color: #fff !important;
    border-color: #4a79f2 !important;
    background: rgba(59, 93, 196, 1) !important;
    background: -moz-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -webkit-gradient( left top, right top, color-stop(0%, rgba(59, 93, 196, 1)), color-stop(100%, rgba(74, 122, 242, 1)) ) !important;
    background: -webkit-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -o-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -ms-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: linear-gradient( to right, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5dc4', endColorstr='#4a7af2', GradientType=1 ) !important;
}

.dataTables_paginate .paginate_button.previous:hover,
.dataTables_paginate .paginate_button.next:hover {
    background-color: none !important;
}

.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    line-height: 45px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,
table.dataTable.no-footer {
    border-bottom: 0;
}

.dataTables_wrapper .dataTables_scroll {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ededed;
}

.table-block.data-table div.dataTables_wrapper div.dataTables_info {
    padding: 15px 0 0 0;
    margin: 0;
}
/* 13-08 End */

/* 14-08 Start */
.device-mgnt-table table.dataTable {
    width: 1500px !important;
}

    .device-mgnt-table table.dataTable thead,
    .device-mgnt-table table.dataTable tbody {
        width: 800px !important;
    }

    .device-mgnt-table table.dataTable > tbody > tr.child ul.dtr-details > li {
        width: 20%;
    }

    .device-mgnt-table table.dataTable thead > tr > th.device-action {
        width: 200px;
        padding-left: 55px !important;
    }

    .device-mgnt-table table.dataTable thead > tr > td.device-action {
        padding-left: 55px !important;
    }

    .device-mgnt-table
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child {
        padding-left: 50px !important;
    }

    .device-mgnt-table table.dataTable .bg-blue-light {
        background-color: #f5f5f5 !important;
        border: 1px solid #ccc;
        color: #555 !important;
    }

    .device-mgnt-table
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    .device-mgnt-table
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        height: 18px;
        width: 18px;
        line-height: 18px;
        background-color: #008aff;
        margin: -3px 0px 0 5px;
    }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    height: auto !important;
    max-height: 500px;
}
/* 14-08 End */

/* 16-08 Start */
.table-block table tr td.device-action .btn-icon {
    margin: 2px 0px 2px 3px;
}
/* .choose-plans-table .table-block tr:nth-child(even){ background: #f5f5f5 !important;} */
.choose-plans-table .table-block.data-table .dataTables_scroll {
    border: 1px solid #bbc9d8;
}

.choose-plans-table .table-block.data-table table {
    border: 0;
}

.choose-plans-table .table-block table th {
    background: #626260;
    color: #fff;
}

.choose-plans-table .table-block table tr td {
    vertical-align: middle;
    cursor: pointer;
}

    .choose-plans-table .table-block table tr td:first-child {
        font-weight: 500;
        color: #333;
        font-size: 16px;
    }

.choose-plans-table .table-block table tr:nth-child(odd) {
    background: #fff;
}

.choose-plans-table .table-block table tr:nth-child(even) {
    background: #f5f5f5;
}

    .choose-plans-table .table-block table tr:nth-child(odd).active,
    .choose-plans-table .table-block table tr:nth-child(even).active {
        background: rgba(105, 221, 149, 0.8) !important;
    }

.choose-plans-table .table-block table tr.active td {
    color: #fff;
}

.cridet-block ul {
    background: #fff;
}

    .cridet-block ul li {
        border: 1px solid #ddd;
        margin: 0 0 -1px 0;
        vertical-align: top;
        padding: 10px 15px;
    }

        .cridet-block ul li span {
            display: inline-block;
            vertical-align: top;
        }

            .cridet-block ul li span:first-child {
                font-weight: 600;
                width: 130px;
            }

select.form-control:not([size]):not([multiple]) {
    background-color: #fff;
}

.info-blocks-two .btn.btn-blue {
    height: 50px;
    margin: 0 0 0 15px;
}
/* 16-08 End */

/* 19-08 Start */
.table-block th,
.table-block td {
    color: #555;
}
/* table.dataTable thead tr th:first-child{ width: 120px !important; word-break: break-all;} */
/* table.dataTable tbody tr td:first-child{ width: 60px !important;} */
.table-block thead th.device-action {
    width: 160px !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    border: 0;
    padding: 10px 0 0 0;
}

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        width: 25%;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 18px;
    border: 0;
    background-color: #008aff;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child {
    padding-left: 35px;
    width: 60px !important;
    word-break: break-all;
}

table.dataTable > tbody > tr.child,
table.dataTable > tbody > tr.child:hover {
    background: #f5f5f5 !important;
}

    table.dataTable > tbody > tr.child td,
    table.dataTable > tbody > tr.child td {
        color: #313131;
    }

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        padding: 0 20px 5px 0;
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li h6 {
            padding: 0 0 5px 0;
        }

        table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data {
            font-style: normal;
        }

            table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data span,
            table#PackagesListTable tbody tr td span {
                font-weight: 600;
                display: inline-block;
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data em,
            table#PackagesListTable tbody tr td em {
                font-style: normal;
                display: inline-block;
                padding: 0 0 10px 0;
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data span em {
                font-weight: normal;
                padding: 0 0 3px 0;
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data span br + br {
                display: none;
            }

table.dataTable .fa-binoculars:before {
    content: "\f108";
}

table.dataTable .fa-history:before {
    content: "\f080";
}

.customerpackages .packages-block .block .inner.plan tr td {
    color: #555 !important;
}

/* 20-08 Start */
table#PackagesListTable tbody tr td:first-child {
    font-weight: 500;
    color: #333;
    font-size: 16px;
}
/* 20-08 End */

/* 21-08 Start */
.menu ul li img {
    max-width: 30px;
}
/* .content-block .row .table-block.data-table{ margin: 0 15px;} */
.btn-icon.view-devices .fa-camera {
    background: url(../images/device-management-icon-white.png) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: 16px;
}

    .btn-icon.view-devices .fa-camera:before {
        content: "";
    }
/* 21-08 End */

/* 22-08 Start */
.admin-dp.admin-req span {
    margin-left: 0;
    width: 100%;
}

header .admin-dp ul {
    width: 200px;
    right: 0;
    position: absolute;
    top: 60px;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

    header .admin-dp ul:before {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        content: "\f0d8";
        font-family: "FontAwesome";
    }

.dataTables_scroll table.dataTable tbody tr td.dataTables_empty {
    padding: 40px;
    font-weight: 600;
}

.plans-selection {
    padding: 0;
    display: inline-block;
    width: 100%;
}

    .plans-selection .plans-fields {
        float: left;
        width: 20%;
    }

    .plans-selection .plans-slider {
        float: left;
        width: 80%;
        padding: 0 0 0 15px;
        position: relative;
    }

    .plans-selection .plan-name {
        position: relative;
    }

        .plans-selection .plan-name h3 {
            padding: 10px 10px;
            margin: 0;
            background: #eee;
        }

    .plans-selection .plan-data {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .plans-selection .plan-data li {
            font-size: 14px;
            display: block;
            border-top: 1px solid #f1f1f1;
            padding: 10px 10px;
            font-style: normal;
        }

            .plans-selection .plan-data li:nth-child(even) {
                background: #f9f9f9;
            }

            .plans-selection .plan-data li em {
                font-style: normal;
            }

    .plans-selection .plans-fields .plan-name h3 {
        padding-left: 30px;
    }

    .plans-selection .plans-fields .plan-data li {
        font-weight: 500;
        font-size: 16px;
        padding: 10px 30px;
        position: relative;
    }
    /* .plans-selection .plans-fields .plan-data li:before{ position: absolute; top:50%; right: 0; font-size: 20px; margin:-10px 20px 0 0; line-height: 20px; content: "\f105"; font-family: 'FontAwesome';} */
    .plans-selection .plans-slider h3,
    .plans-selection .plans-slider .plan-data li {
        text-align: center;
    }

    .plans-selection .plans-slider h3 {
        background: #436bd7;
        color: #fff;
        font-weight: 500;
    }

    .plans-selection .plans-fields,
    .plans-selection .plans-slider .plan-slide-block {
        background: #fff;
        border: 1px solid #ddd;
        margin: 30px 0;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

        .plans-selection .plans-slider .plan-slide-block,
        .plans-selection .plans-slider .plan-slide-block .plan-name,
        .plans-selection .plans-slider .plan-slide-block .plan-name h3 {
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .plans-selection .plans-slider .plan-slide-block.active {
                border-color: #69dd95;
            }

            .plans-selection .plans-slider .plan-slide-block.active,
            .plans-selection .plans-slider .plan-slide-block:hover {
                -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
                -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
                -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
                -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
            }

                .plans-selection .plans-slider .plan-slide-block.active .plan-name,
                .plans-selection .plans-slider .plan-slide-block.active .plan-name h3 {
                    background: #69dd95;
                }

    .plans-selection .slick-initialized .slick-slide {
        padding: 0 15px;
    }

    .plans-selection .plans-slider .slick-arrow {
        z-index: 99;
        color: #555;
        cursor: pointer;
        display: block;
        width: 30px;
        height: 30px;
        background: #eee;
        font-size: 0;
        border: 1px solid #ddd;
        position: absolute;
        top: 0;
        margin: -15px 0px 0 0;
        outline: none;
    }

    .plans-selection .plans-slider .slick-prev {
        right: 55px;
    }

    .plans-selection .plans-slider .slick-next {
        right: 15px;
    }

        .plans-selection .plans-slider .slick-prev:before,
        .plans-selection .plans-slider .slick-next:before {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            font-size: 20px;
            line-height: 30px;
            font-family: "FontAwesome";
        }

    .plans-selection .plans-slider .slick-prev:before {
        content: "\f104";
    }

    .plans-selection .plans-slider .slick-next:before {
        content: "\f105";
    }

    .plans-selection .plans-slider .slick-arrow:hover {
        background: #436bd7;
        color: #fff;
        border-color: #436bd7;
    }

    .plans-selection .plans-slider .slick-arrow.slick-disabled {
        cursor: not-allowed;
        color: #555;
        background: #eee;
        border-color: #ddd;
    }

    .plans-selection .slick-dots {
        display: none !important;
    }
/* 22-08 End */

/* 23-08 Start */
.package-expiry-alert {
    font-size: 16px;
    color: #e01834;
    padding: 0 20px;
    margin: 0;
    text-align: center;
    max-width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.choose-block .cridet-block {
    padding: 25px 20px 20px 20px;
}

    .choose-block .cridet-block ul {
        background: #fff;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

        .choose-block .cridet-block ul li {
            width: 50%;
            float: left;
            font-size: 13px;
            padding: 10px 10px;
        }

            .choose-block .cridet-block ul li span:first-child {
                width: auto;
                padding: 0 5px 0 0;
            }

    .choose-block .cridet-block .form-group {
        margin: 0 0 15px 0;
    }

.dropdown-menu-need {
    position: relative;
    width: auto;
    float: right;
}

    .dropdown-menu-need .dropdown-menu-sub {
        display: none;
        text-align: left;
        position: absolute;
        top: 35px;
        right: 0;
        padding: 20px 0 0 0;
        width: 200px;
    }

        .dropdown-menu-need .dropdown-menu-sub:before {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 22px;
            color: #ccc;
            display: block;
            content: "\f0d8";
            font-family: "FontAwesome";
            line-height: 24px;
            margin: 4px 25px 0 0;
        }

    .dropdown-menu-need:hover .dropdown-menu-sub {
        display: block;
    }

    .dropdown-menu-need .dropdown-menu-sub a {
        display: block;
        padding: 10px 10px 10px 30px;
        margin: 0 0 -1px 0;
        border: 1px solid #ccc;
        border-top: 1px solid #ddd;
        position: relative;
        background: #eee;
    }

        .dropdown-menu-need .dropdown-menu-sub a i {
            position: absolute;
            left: 10px;
            top: 12px;
        }

        .dropdown-menu-need .dropdown-menu-sub a:hover {
            background: #436bd7;
            color: #fff;
        }

            .dropdown-menu-need .dropdown-menu-sub a:hover i {
                color: #fff;
            }

.activation-payment-details {
    background: #f5f5f5;
    padding: 15px 20px 90px 20px;
    margin: 0 0 -70px 0;
}

    .activation-payment-details ul {
        width: 400px;
    }

        .activation-payment-details ul li {
            padding: 10px 15px;
            border: 1px solid #ddd;
            margin: 0 0 -1px 0;
            background: #fff;
        }

            .activation-payment-details ul li b {
                display: inline-block;
                width: 180px;
                vertical-align: top;
            }

    .activation-payment-details ~ .row {
        margin: 0 0 0 5px;
    }

.plan-selection-note {
    float: right;
    padding: 0px 100px 0px 0;
    margin: 0px 0 -10px 0;
    color: #e01834;
}

#myprofile .form-block .btn,
#companyprofile .form-block .btn {
    margin: 0 20px 10px -15px;
}
/* 23-08 End */

/* 26-08 Start */
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-image: none;
}

table.dataTable thead tr th {
    min-width: 60px;
}

input[type="file"] {
    cursor: pointer;
}

.profile-image img {
    height: auto !important;
    width: auto !important;
    max-height: 70px;
}

.subscription-Details .packages-block .block table tr td {
    text-align: left !important;
}

    .subscription-Details .packages-block .block table tr td:first-child {
        width: 150px;
    }

.customerpackages .packages-block .warning {
    text-align: center;
    color: #f98830;
    border: 1px solid #f98830;
}

    .customerpackages .packages-block .warning span {
        display: block;
        width: 100%;
    }

.table.dataTable tr td.email-table-req {
    min-width: 150px;
    max-width: 200px;
    word-break: break-all;
}

.table.dataTable tr td.phone-table-req {
    width: 150px;
}

.details-block.edit-enduser-device ul li {
    border: 0;
}

.customerpackages .packages-block .block .inner:hover .plan-highlight {
    color: #555;
}

.dropdown-menu-need span.btn {
    position: relative;
    padding-right: 40px;
}

    .dropdown-menu-need span.btn:after {
        position: absolute;
        font-size: 18px;
        content: "\f107";
        font-family: "FontAwesome";
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
/* 26-08 End */

/* 11-09 Start */
#divModalAddNewUser #divUserStatus {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#divModalAddNewUser #divUserStatuslbl {
    margin: 0;
}

    #divModalAddNewUser #divUserStatuslbl #lblUserStatus {
        position: relative;
        top: 0;
    }

.sidebar + h2 {
    display: none;
}
/* 11-09 End */

/* 12-09 Start */
body {
    height: 100vh;
}

.wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    display: block;
    background: rgba(74, 122, 242, 1);
    background: -moz-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(74, 122, 242, 1)), color-stop(100%, rgba(28, 34, 102, 1)) );
    background: -webkit-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -o-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -ms-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: linear-gradient( to bottom, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7af2', endColorstr='#1c2266', GradientType=0 );
}

.sidebar {
    background: none !important;
}

.icon-block .image-auto img {
    max-width: 60%;
    max-height: 60%;
}

.menu ul li.user-management-icon img {
    max-width: 40px;
}

/*.customerpackages .packages-block .block {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}*/

.customerpackages .packages-block .block .inner .right {
    width: 72%;
}

    .customerpackages .packages-block .block .inner .right h3 {
        padding: 0 0 10px 0;
    }

.customerpackages .packages-block .block .inner .left {
    padding: 40px 5px 35px 5px;
    width: 25%;
}

    .customerpackages .packages-block .block .inner .left span {
        padding: 5px 0 0 0;
    }

.customerpackages .packages-block .block .inner .right tr td:first-child {
    width: 140px;
}

.customerpackages .packages-block .block .inner .right tr td:nth-child(2) {
    font-weight: 600;
    text-align: right !important;
}

.customerpackages
.packages-block
.block
.inner
.right
tr:last-child
td:nth-child(2) {
    font-size: 16px;
}

.customerpackages .packages-block .block .inner .description {
    margin-top: 15px;
}

    .customerpackages .packages-block .block .inner .description p {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
    }

.customerpackages .packages-block .block .inner ul li p {
    font-size: 14px;
}

    .customerpackages .packages-block .block .inner ul li p.fleft,
    .customerpackages .packages-block .inner ul li p.fright {
        float: none !important;
    }

    .customerpackages .packages-block .block .inner ul li p em {
        font-size: 14px;
        padding: 0 5px 0 10px;
    }

        .customerpackages .packages-block .block .inner ul li p em:before {
            background: #bbb;
        }

.form-block .form-group.add .field-validation-error {
    position: absolute;
}

.form-block .row .col-md-12,
.row .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.form-block .col-md-12,
.form-block div .col-md-12,
div .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

/* 12-09 End */

/* Dashboard Advanced Search Start*/
.lea-page header {
    height: 90px;
    width: 100%;
    padding: 0 25px;
    background: rgba(74, 122, 242, 1);
    background: -moz-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(74, 122, 242, 1)), color-stop(100%, rgba(28, 34, 102, 1)) );
    background: -webkit-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -o-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: -ms-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    background: linear-gradient( to right, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7af2', endColorstr='#1c2266', GradientType=0 );
}

.lea-logo {
    width: 150px;
    padding: 0;
    float: left;
    margin: 10px 0 0 0;
    background: none;
    position: relative;
}

    .lea-logo img {
        width: 100%;
    }

.lea-page .admin-dp {
    height: 90px;
}

    .lea-page .admin-dp span {
        color: #fff;
        margin-top: 25px;
    }

    .lea-page .admin-dp:hover span {
        color: #093253;
    }

.lea-page .menu-block {
    width: 100%;
    height: 55px;
    margin: 0;
    background: #dce3f1;
    padding: 0;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 99;
}

    .lea-page .menu-block .menu {
        padding: 0;
        height: 100%;
        overflow: inherit;
    }

        .lea-page .menu-block .menu ul li {
            float: left;
            width: auto;
            margin: 0 1px 0 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

            .lea-page .menu-block .menu ul li a {
                color: #093253;
                padding: 10px 20px;
                display: inline-block;
                vertical-align: top;
            }

            .lea-page .menu-block .menu ul li span {
                float: left;
                line-height: 34px;
            }

            .lea-page .menu-block .menu ul li img {
                float: left;
                max-width: inherit;
                max-height: 34px;
                padding: 0 15px 0 0;
            }

/*.lea-page .menu-block .menu ul li img ~ img, .lea-page .menu-block .menu ul li a:hover img, .lea-page .menu-block .menu ul li a.active img {
                    display: block;
                }*/

.lea-page .content-block {
    /* background: #eceff5; */
    width: 100%;
    padding: 200px 25px 25px 25px;
    /*height: 100vh;*/
}

.content-inner {
    background: #fff;
}

.advanced-search-block {
    padding: 2px 2px 0 2px;
    border-bottom: 2px solid #d1d7e2;
}

    .advanced-search-block .btn {
        min-width: inherit;
    }

.advanced-search-fields {
    padding: 15px 30px 0 30px;
    display: inline-block;
    width: 100%;
    position: fixed;
    top: 200px;
    left: 0;
    background: #dce3f1;
    z-index: 8;
    border-bottom: 1px solid #ccc;
}

    .advanced-search-fields .form-group {
        float: left;
    }

    .advanced-search-fields .form-control {
        width: 400px;
        background: #fff;
    }

    .advanced-search-fields .search-url {
        color: #008aff;
        font-weight: 500;
        font-size: 16px;
        clear: both;
        float: right;
        margin: 0 15px 0 0;
    }

    .advanced-search-fields .req-btns {
        margin-left: 20px;
        margin-bottom: 10px;
    }

.advanced-search-block .search-fields {
    padding: 20px;
}

    .advanced-search-block .search-fields .form-group {
        margin: 10px 0 10px 0;
    }

.advanced-search-block .form-group label {
    color: #093253;
    font-size: 16px;
}

.advanced-search-block .form-control {
    border-color: #d1d7e2;
    border-width: 1px;
    padding: 8px 15px;
    font-size: 16px;
}

    .advanced-search-block .form-control::-webkit-input-placeholder,
    .advanced-search-block .form-control::-webkit-input-placeholder {
        color: #555555;
    }

    .advanced-search-block .form-control:-moz-placeholder,
    .advanced-search-block .form-control:-moz-placeholder {
        color: #555555;
    }

    .advanced-search-block .form-control::-moz-placeholder,
    .advanced-search-block .form-control::-moz-placeholder {
        color: #555555;
    }

    .advanced-search-block .form-control:-ms-input-placeholder,
    .advanced-search-block .form-control:-ms-input-placeholder {
        color: #555555;
    }

.advanced-search-table {
    padding: 25px 2px 2px 2px;
    float: left;
    width: calc(100% - 250px);
}

    .advanced-search-table .dataTables_length,
    .advanced-search-table .dataTables_filter {
        display: none;
    }

    .advanced-search-table .btns-block {
        padding: 0 0 20px 20px;
    }

        .advanced-search-table .btns-block .btn {
            margin: 0 15px 0 0;
        }

    .advanced-search-table table tr th:first-child,
    .advanced-search-table table tr td:first-child {
        width: 50px !important;
        padding-right: 0 !important;
    }

    .advanced-search-table.no-arrows table tr th:first-child:before,
    .advanced-search-table.no-arrows table tr th:first-child:after {
        display: none;
    }

.btn.btn-light {
    background: #edf0f5;
    color: #093253 !important;
    border: 1px solid #9cadcd;
}

    .btn.btn-light:before {
        background: #e1e3e7;
    }

    .btn.btn-light img {
        max-height: 22px;
        padding: 0 10px 0 0;
    }

.advanced-search-table .btn {
    height: 50px;
}

/* Dashboard Advanced Search End*/

.lea-page .wrapper:before {
    display: none;
}

.lea-page .page-title.lea-page-title {
    top: 145px;
    width: 100%;
}

    .lea-page .page-title.lea-page-title ~ .content-block {
        padding-top: 250px;
    }

/* Dashboard Advanced Search End*/

/* Dashboard Advanced Search Start 28-10*/
.table-block .progress-bar {
    width: 100%;
    height: 3px;
    position: relative;
    background: #e9e5e2;
    margin: 5px 0 0 0;
    padding: 0;
    border-radius: 10px;
}

    .table-block .progress-bar .bar {
        height: 100%;
        margin: 0;
        position: absolute;
        border-radius: 10px;
    }

    .table-block .progress-bar .bar-red {
        background-color: #efba48;
    }

    .table-block .progress-bar .bar-green {
        background-color: #efba48;
    }

    .table-block .progress-bar .bar-yellow {
        background-color: #efba48;
    }

    .table-block .progress-bar .bar-red,
    .table-block .progress-bar .bar-green,
    .table-block .progress-bar .bar-yellow {
        -moz-animation: jquery 2s ease-out;
        -webkit-animation: jquery 2s ease-out;
    }

.bar-red {
    background-color: #d62752 !important;
}

.bar-green {
    background-color: #3dc481 !important;
}

.bar-yellow {
    background-color: #efba48 !important;
}

.progress-text {
    background: #444;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 10px !important;
    position: absolute;
    left: 10px;
    /* bottom: 70%; */
    top: 4%;
    min-width: 90px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    text-align: center;
    border-radius: 3px;
}

    .progress-text:before {
        position: absolute;
        left: 5px;
        bottom: 0;
        content: "\f0d7";
        font-family: "FontAwesome";
        color: #444;
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 -11px 0;
    }

.table-block tr td:hover .progress-text {
    display: block;
    visibility: visible;
    opacity: 1;
}

@-moz-keyframes bar-red {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-webkit-keyframes bar-red {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-moz-keyframes bar-green {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-webkit-keyframes bar-green {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-moz-keyframes bar-yellow {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-webkit-keyframes bar-yellow {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}
/* Dashboard Advanced Search End 28-10*/

/* Dashboard Advanced Search Start 29-10*/
.dataTables_wrapper {
    clear: both;
}

.table-block .form-check {
    margin: 0 !important;
}

    .table-block .form-check input[type="checkbox"] + label,
    .table-block .form-check input[type="radio"] + label {
        min-height: 30px;
        width: auto;
    }

.daterangepicker.dropdown-menu {
    z-index: 9 !important;
}

.bar-colors {
    float: left;
    padding: 0 !important;
}

    .bar-colors p {
        font-size: 12px;
        line-height: 14px;
        color: #555;
        float: left;
        padding: 12px 15px 10px 0;
        font-weight: 500;
    }

        .bar-colors p span {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #e9e5e2;
            margin: 1px 5px 0 0;
            vertical-align: top;
        }
/* Dashboard Advanced Search End 29-10*/

/* Dashboard Advanced Search Start 31-10*/
.lea-page .advanced-search-fields ~ .content-block {
    padding-top: 310px !important;
}

.lea-page .content-block .lprtablerightblock {
    width: calc(100% - 330px);
    float: right;
    padding: 15px 25px;
    background: #fff;
    position: relative;
}

/* .lea-page .content-block .advanced-search-block {
    width: 300px;
    float: left;
    background: #fff;
    position: fixed;
    left: 25px;
    top: 310px;
} */

.lea-page .content-block .advanced-search-block {
    width: 300px;
    float: left;
    background: #fff;
    position: fixed;
    left: 25px;
    top: 310px;
    height: calc(100vh - 300px);
    border: 0;
}

.advanced-search-block .search-fields label {
    font-size: 14px;
    padding: 0 0 5px 0;
    top: 0;
    position: relative;
    font-weight: 500 !important;
}

.table-btns {
    position: relative;
    right: 0;
    top: 0;
    float: right;
}

/*.lea-page .dataTables_length, .lea-page .dataTables_filter {
    display: none;
}*/

.leatabletop {
    width: 100%;
    padding: 0;
}

.lpr-detail-data-list {
    width: 300px;
    float: left;
}

    .lpr-detail-data-list li {
        float: left;
        width: 100%;
        padding: 0 20px 10px 0;
        display: inline-block;
    }

        .lpr-detail-data-list li em {
            display: inline-block;
            float: left;
            width: 100%;
            font-weight: 600;
            font-style: normal;
            padding: 0 5px 0 0;
        }

        .lpr-detail-data-list li span {
            width: 100%;
            float: left;
        }

            .lpr-detail-data-list li span strong {
                color: #093253;
            }

    .lpr-detail-data-list ~ .zoom-image {
        width: calc(100% - 300px);
        float: left;
    }

.modal-extra-large .modal-lg .btn i {
    padding: 0;
}

.modal-extra-large .modal-lg {
    max-width: 1000px;
}
/*.advanced-search-block .magicsearch-wrapper{ width: 100% !important; min-width: 100% !important; border: 0; border-top: 1px solid #ccc; margin: -24px 0 0 0 !important;}
.advanced-search-block .magicsearch-wrapper .form-control{ min-width: 100% !important; width: 100% !important; padding-left: 10px !important; border: 0;}
.advanced-search-block .magicsearch-wrapper .multi-item{ width: 45% !important; position: relative; display: inline-block; width: 100%; top: 0 !important; margin: 0;}
.advanced-search-block .magicsearch-wrapper .multi-items{ position:relative;}
.advanced-search-block .search-fields .form-group.magicmulti{ display: inline-block; border: 1px solid #ccc; border-top: 0; width: 100%;}
.advanced-search-block .search-fields .form-group.magicmulti label{ margin:-20px 0 0 0;}
.advanced-search-block .search-fields .form-group.magicmulti{ margin: 25px 0 25px 0;}
.advanced-search-block .search-fields label{ top:-20px;}
.magicsearch-wrapper .magicsearch-box.all{ z-index:9999; background:#fff !important;}*/

.advanced-search-block .search-fields .magic-group {
    padding: 0 0 15px 0;
}

.advanced-search-block .search-fields label {
    width: 100%;
    margin: 0;
}

.advanced-search-block .search-fields .magic-control {
    min-height: 48px !important;
    width: 100% !important;
    border: 1px solid #ccc;
}

.magicsearch-wrapper .multi-item-close {
    top: 10px !important;
}
/*.magicsearch-wrapper .multi-item{ padding: 0px 15px 0px 10px !important; height: 35px !important; line-height: 35px !important; width: 110px !important;}*/
/*.lea-page .content-block .lprtablerightblock .table-block thead tr th:nth-child(2){ width:300px !important;}*/
/*.lea-page .content-block .lprtablerightblock .table-block tbody tr td:nth-child(2){ width: 160px !important; display: inline-block;}*/

/*** 29September2021 Start***/
/*.lea-page .table-block tr th:last-child,
.lea-page .table-block tr td:last-child {
    min-width: 70px;
    max-width: 70px;
}*/
.lea-page .table-block tr th:last-child,
.lea-page .table-block tr td:last-child {
    min-width: 130px;
    max-width: 210px;
}

.btn1, .btn1:hover,
.btn1.btn1-blue {
    z-index: 9;
    outline: none;
    display: inline-block;
    position: relative;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: center;
    font-weight: 500;
    border: 0;
    font-size: 9px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px 5px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #008aff !important; /*rgba(59, 93, 196, 1);*/
    /*background: -moz-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -webkit-gradient( left top, right top, color-stop(0%, rgba(59, 93, 196, 1)), color-stop(100%, rgba(74, 122, 242, 1)) ) !important;
    background: -webkit-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -o-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -ms-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: linear-gradient( to right, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5dc4', endColorstr='#4a7af2', GradientType=1 );*/
}

    .btn1,
    .btn1:before {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        border-radius: 18px;
        overflow: hidden;
    }

.btn2, .btn2:hover,
.btn2.btn2-blue {
    z-index: 9;
    outline: none;
    display: inline-block;
    position: relative;
    color: #555;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: center;
    font-weight: 500;
    border: 0;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px 5px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.2) !important; /*rgba(59, 93, 196, 1);*/
    /*background: -moz-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -webkit-gradient( left top, right top, color-stop(0%, rgba(59, 93, 196, 1)), color-stop(100%, rgba(74, 122, 242, 1)) ) !important;
    background: -webkit-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -o-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: -ms-linear-gradient( left, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% ) !important;
    background: linear-gradient( to right, rgba(59, 93, 196, 1) 0%, rgba(74, 122, 242, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5dc4', endColorstr='#4a7af2', GradientType=1 );*/
}

    .btn2,
    .btn2:before {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        border-radius: 18px;
        overflow: hidden;
    }

/*** 29September2021 End***/
.lea-page .table-block tr th:nth-child(2),
.lea-page .table-block tr td:nth-child(2) {
    min-width: 130px;
    max-width: 130px;
}

.lea-page .dataTables_paginate .paginate_button {
    display: inline-block;
}
/* Dashboard Advanced Search End 31-10*/

/* Dashboard Advanced Search Start 01-11*/
/* .advanced-search-fields .form-group{ margin: 20px 0 5px 0;}
.advanced-search-fields .form-control{ height: 38px; font-size: 12px; letter-spacing: -0.3px; margin: -2px 0 0 0; width: 370px;}
.advanced-search-fields .req-btns{ margin-left: 10px; margin-bottom: 10px;}
.advanced-search-fields .req-btns .btn, .table-btns .btn{ font-size: 14px; line-height: 16px; padding: 10px 12px 8px 12px;}
.table-btns .btn img { max-height: 16px; padding: 0 7px 0 0;  margin: -2px 0 0 0;}
.bar-colors{ display: none;}
.advanced-search-fields{ padding: 15px 25px 0 25px;}
.lea-page .advanced-search-fields ~ .content-block { padding-top: 480px !important;}
.lea-page .content-block .advanced-search-block { padding: 2px 10px 0 10px; border-bottom: 2px solid #d1d7e2; position: fixed; top: 290px; left: 0; z-index: 999; background: #fff; overflow: hidden; width: 100%; height: 175px; overflow: hidden;}
.lea-page .content-block .lprtablerightblock{ width: 100%;}
.advanced-search-block .search-fields h5{ display: none;}
.advanced-search-block .search-fields .col-md-12 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
.advanced-search-block .search-fields .magic-control{ min-height: 34px !important;} */
/* Dashboard Advanced Search End 01-11*/

/* Dashboard Advanced Search Start 07-11*/
.magicsearch-wrapper .multi-item {
    padding-left: 5px;
}

.advanced-search-block .search-fields {
    padding: 15px;
    height: calc(100vh - 310px);
}

.scroll-bar {
    position: relative;
    overflow: auto;
}

.bar-colors p {
    float: left;
    padding: 12px 15px 10px 0;
}

.advanced-search-fields .form-group {
    margin: 20px 0 5px 0;
}

.advanced-search-fields .form-control {
    height: 38px;
    font-size: 12px;
    letter-spacing: -0.3px;
    margin: -2px 0 0 0;
    width: 390px;
}

.advanced-search-fields .req-btns {
    margin-left: 10px;
    margin-bottom: 10px;
}

    .advanced-search-fields .req-btns .btn,
    .table-btns .btn {
        font-size: 14px;
        line-height: 16px;
        padding: 9px 12px 7px 12px;
        margin: 2px 5px 5px 0;
    }

        .table-btns .btn img {
            max-height: 16px;
            padding: 0 7px 0 0;
            margin: -2px 0 0 0;
        }

.bar-colors {
    display: block;
}

.advanced-search-fields {
    padding: 15px 25px 0 25px;
}

    .advanced-search-fields .req-btns .btn ~ a {
        clear: both;
        display: block;
        text-align: right;
        margin: 0 15px 0 0;
    }

.lea-page .table-block.data-table div.dataTables_wrapper div.dataTables_info {
    padding: 15px 0 0 15px;
    float: left;
}

.lea-page div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}

.lea-page .table-block .dataTables_length,
.lea-page .table-block .dataTables_filter {
    padding: 20px 15px 10px 15px;
}

.lea-page.admin-page header {
    background: #e0e6ef;
    padding: 0 25px 0 0px;
    height: 60px;
}

.lea-page.admin-page .admin-dp {
    padding: 10px 15px 10px 15px;
}

    .lea-page.admin-page .admin-dp span,
    .lea-page.admin-page .admin-dp ul li a {
        color: #093253;
        font-size: 16px;
    }

    .lea-page.admin-page .admin-dp span {
        font-size: 18px;
    }

.lea-page.admin-page .logo {
    margin: 0;
}

.lea-page.admin-page .sidebar {
    background: rgba(74, 122, 242, 1) !important;
    background: -moz-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% ) !important;
    background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(74, 122, 242, 1)), color-stop(100%, rgba(28, 34, 102, 1)) ) !important;
    background: -webkit-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% ) !important;
    background: -o-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% ) !important;
    background: -ms-linear-gradient( top, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% ) !important;
    background: linear-gradient( to bottom, rgba(74, 122, 242, 1) 0%, rgba(28, 34, 102, 1) 100% ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7af2', endColorstr='#1c2266', GradientType=0 ) !important;
}

.lea-page.admin-page .advanced-search-fields ~ .content-block {
    width: calc(100% - 150px);
    padding-top: 230px !important;
}

    .lea-page.admin-page .advanced-search-fields ~ .content-block.content-maxmisie {
        padding-top: 210px !important;
    }

.lea-page.admin-page .advanced-search-fields {
    top: 120px;
    width: calc(100% - 150px);
    left: inherit;
    right: 0;
}

.lea-page.admin-page .content-block .advanced-search-block {
    width: calc(100% - 150px);
    float: left;
    background: #fff;
    position: fixed;
    top: 210px;
    right: 0;
    z-index: 99;
}

    .lea-page.admin-page .content-block .advanced-search-block .search-fields {
        height: auto;
        padding-bottom: 10px;
    }
/*.lea-page.admin-page .content-block .advanced-search-block .search-fields .col-md-12{ -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}*/
.lea-page.admin-page .content-block .lprtablerightblock {
    width: 100%;
    padding-bottom: 0;
}

.lea-page.admin-page.content-fixed .content-block {
    position: fixed;
    right: 0;
    padding-right: 0;
    padding-left: 0;
}

.modal-title .btn.edit-lpr-number {
    padding: 0;
    margin: 5px 0 0 5px;
    background: none !important;
}

    .modal-title .btn.edit-lpr-number:before {
        display: none;
        background: none !important;
    }

    .modal-title .btn.edit-lpr-number i {
        color: #333;
        font-size: 20px;
        line-height: 24px;
    }

.lea-page .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    max-height: calc(100vh - 540px) !important;
    max-height: inherit !important;
}

.lea-page.admin-page
.dataTables_wrapper
.dataTables_scroll
div.dataTables_scrollBody {
    max-height: calc(100vh - 400px) !important;
}

.lea-page.admin-page
.advanced-search-fields ~ .content-block.content-maxmisie
.dataTables_wrapper
.dataTables_scroll
div.dataTables_scrollBody {
    max-height: 155px;
}

.lea-page.admin-page .search-fields .btn {
    margin: 0;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .lea-page.admin-page .search-fields .btn i {
        padding: 0;
    }

.lea-page.admin-page .content-block .advanced-search-block {
    display: block !important;
    width: 400px;
    float: none;
    background: #fff;
    position: fixed;
    top: 230px;
    left: inherit;
    right: -450px;
    z-index: 99;
    height: calc(100vh - 230px);
    overflow: auto;
    border: 1px solid #ccc;
    box-shadow: -8px 0px 28px #999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .lea-page.admin-page .content-block .advanced-search-block.admin-adv-search {
        right: 0;
    }
/* .lea-page.lpr-table-fixed .content-block{ height:100vh; padding-bottom:0;} */
.lea-page.lpr-table-fixed .table-block tr th:first-child,
.lea-page.lpr-table-fixed .table-block tr td:first-child,
.lea-page.admin-page .table-block tr th:first-child,
.lea-page.admin-page .table-block tr td:first-child {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 30px !important;
    padding-right: 5px !important;
}

.lea-page .table-block tr td,
.lea-page.admin-page .table-block tr td,
.lea-page .table-block tr th,
.lea-page.admin-page .table-block tr th {
    padding-left: 10px !important;
}

.lea-page.lpr-table-fixed .dataTables_length,
.lea-page.lpr-table-fixed .dataTables_filter,
.lea-page.admin-page .dataTables_length,
.lea-page.admin-page .dataTables_filter {
    display: none;
}

.lea-page.admin-page .advanced-search-fields .form-group .form-focus {
    height: 36px;
}

.lea-page.admin-page div.dataTables_wrapper div.dataTables_paginate {
    padding: 0;
    margin: -10px 0 0 0;
}

.lea-page.admin-page
.table-block.data-table
div.dataTables_wrapper
div.dataTables_info {
    padding: 5px 0 0 0;
}
/* Dashboard Advanced Search End 07-11*/

/* Dashboard Advanced Search Start 08-11*/
.sidebar {
    height: auto;
}

.menu ul li.sub-menu ul li {
    display: block;
}
/* Dashboard Advanced Search End 08-11*/

.advanced-search-fields .form-group .form-focus {
    height: 36px;
}

.lea-page .admin-dp {
    height: 90px;
}

    .lea-page .admin-dp span {
        margin-top: 25px;
    }

.lea-page header .admin-dp ul {
    top: 90px;
}

/* 18-11 Start */
.lea-page .advanced-search-block {
    width: 300px;
    float: left;
    background: #f4f6f9;
    position: fixed;
    left: inherit;
    right: -350px;
    top: 90px;
    height: calc(100vh - 90px);
    border: 0;
    z-index: 99;
    -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .lea-page .advanced-search-block.advancedfilteropen {
        right: 0;
    }

    .lea-page .advanced-search-block .form-block {
        height: calc(100% - 40px);
        top: 40px;
        position: relative;
    }

    .lea-page .advanced-search-block .search-fields {
        height: 100%;
    }

    .lea-page .advanced-search-block h5 {
        position: absolute;
        z-index: 99;
        background: #555;
        width: 100%;
        left: 0;
        top: 0;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

.lea-page .menu-block {
    width: calc(100% - 400px);
    height: 90px;
    margin: 0;
    background: none;
    padding: 0;
    position: fixed;
    left: 230px;
    top: 0;
    z-index: 99999;
    float: left;
}

    .lea-page .menu-block .menu ul {
        height: 100%;
    }

        .lea-page .menu-block .menu ul li {
            height: 100%;
            width: auto;
        }

            .lea-page .menu-block .menu ul li a {
                color: #fff;
                padding: 25px 20px;
                height: 100%;
            }

                .lea-page .menu-block .menu ul li a:hover,
                .lea-page .menu-block .menu ul li a.active {
                    color: #093253;
                }

.lea-page .page-title.lea-page-title {
    top: 90px;
}

.advanced-search-fields {
    top: 150px;
}

.lea-page .page-title.lea-page-title ~ .content-block {
    min-height: 100vh;
}

.lea-page .advanced-search-fields ~ .content-block {
    padding-top: 260px !important;
}

.lea-page .content-block .lprtablerightblock {
    width: 100%;
}

.lea-page .btn.btn-filter {
    font-size: 30px;
    padding: 0;
    width: 70px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 0;
    top: 102px;
    margin: 0 -5px 0 0;
}

    .lea-page .btn.btn-filter i {
        padding: 0;
    }

.lea-page .btn.btn-close {
    margin: 0 0 0 -40px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: 400;
}

    .lea-page .btn.btn-close:before {
        background: #426bda !important;
    }

.lea-page .page-title.lea-page-title ~ .content-block {
    padding-top: 170px;
}

.advanced-search-fields {
    top: 90px;
}

.lea-page .advanced-search-fields ~ .content-block {
    padding-top: 200px !important;
    min-height: 100vh;
}
/* 18-11 End */

/* 19-11 Start */
.lea-page.admin-page .admin-dp {
    height: 60px;
}

    .lea-page.admin-page .admin-dp span {
        margin-top: 10px;
    }

.lea-page.admin-page header .admin-dp ul {
    top: 60px;
}

.lea-page.admin-page .advanced-search-fields {
    top: 60px;
    background: #f6f7f8;
    border-bottom: 1px solid #ddd;
}

.lea-page.admin-page .btn.btn-filter {
    top: 70px;
}

.lea-page.admin-page .advanced-search-block {
    top: 60px;
    height: calc(100vh - 60px);
    border-right: 1px solid #ddd;
}

.lea-page.admin-page .search-fields .btn.close-advanced-search {
    display: none;
}

.lea-page.admin-page .advanced-search-fields ~ .content-block {
    padding-top: 160px !important;
}

.lea-page.admin-page .content-block .lprtablerightblock {
    height: 100vh;
}

.lea-page.admin-page div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
}

.table-btns {
    float: left;
    padding: 0 10px 10px 0 !important;
}

/* .lea-page.admin-page .search-fields .btn.close-advanced-search{ display:none;}
.lea-page.admin-page .advanced-search-fields ~ .content-block{ padding-top: 160px !important;}
.lea-page.admin-page .content-block .lprtablerightblock{ height:100vh;}
.lea-page.admin-page div.dataTables_wrapper div.dataTables_paginate{ margin:0;}
.table-btns{ float:left; padding: 0 10px 10px 0 !important;} */

/* .table-btns .btn{ margin:0 15px 10px 0; padding: 15px 15px 12px 15px;} */
.lea-page .content-block .lprtablerightblock .bar-colors {
    padding: 0 20px 15px 0 !important;
}
/* .lea-page .content-block .lprtablerightblock .bar-colors p{ float: none; padding:0 10px 3px 0; font-size: 11px; line-height: 12px;} */
/* 19-11 End */

/*SELECT 2 CSS Start*/
.select2-container {
    min-width: 265px;
    max-width: 265px;
}

.select2-results__option {
    padding-left: 30px !important;
    vertical-align: middle;
    position: relative;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 6px;
        vertical-align: middle;
        position: absolute;
        left: 6px;
        top: 6px;
    }

    .select2-results__option[aria-selected="true"]:before {
        font-family: fontAwesome;
        content: "\f00c";
        color: #fff;
        background-color: #3b5dc5;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border-color: #3551c2;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    margin: 0 !important;
    min-height: 38px !important;
    border: 1px solid #d1d7e2 !important;
}

.select2-container--open .select2-dropdown {
    width: 100% !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: "hhghgh";
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    padding: 0 5px !important;
    position: relative;
    overflow: inherit !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    padding: 5px 5px 2px 5px !important;
    font-size: 12px;
    line-height: 16px;
    background-color: #fff !important;
    border: 1px solid #d1d7e2 !important;
    white-space: normal;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #4774e9 !important;
    float: right;
    margin: 0 0 0 5px;
    font-size: 18px;
    font-weight: 500 !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
    width: auto;
    height: 14px;
    padding: 0 !important;
    margin: -20px 0 0 0 !important;
    color: #e44144;
    font-size: 0;
    font-weight: 500 !important;
    text-align: right;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

    .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear:before {
        display: block;
        content: "Clear all";
        font-size: 12px;
        line-height: 14px;
    }
/*SELECT 2 CSS END*/

/* 20-11 Start */
.daterangepicker .drp-selected {
    padding: 7px 5px 0 0;
}

.daterangepicker .drp-buttons .btn {
    padding: 8px 8px 4px 8px !important;
    margin: 0 0 0 5px;
    line-height: 14px;
}
/* 20-11 End */

/* 21-11 Start */
.modal-open .modal .modal-body .multiple_emails-container {
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #8f8f8f;
    border: 2px solid #e4e7ed !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .modal-open .modal .modal-body .multiple_emails-container:hover,
    .modal-open .modal .modal-body .multiple_emails-container:focus {
        -webkit-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        -moz-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        -ms-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        -o-box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
        box-shadow: 0 5px 10px rgba(78, 138, 190, 0.2) !important;
    }

    .modal-open .modal .modal-body .multiple_emails-container input {
        height: 40px;
        margin: 0;
        padding: 0.375rem 0.75rem;
    }

        .modal-open
        .modal
        .modal-body
        .multiple_emails-container
        input.multiple_emails-error {
            outline: thin auto #e44144 !important;
        }

    .modal-open
    .modal
    .modal-body
    .multiple_emails-container
    .multiple_emails-email {
        margin: 0.275rem 0.75rem;
        margin-right: -5px !important;
        display: inline-block;
        padding: 5px 5px 2px 5px !important;
        font-size: 12px;
        line-height: 16px;
        background-color: #fff !important;
        border: 1px solid #d1d7e2 !important;
    }

    .modal-open
    .modal
    .modal-body
    .multiple_emails-container
    .multiple_emails-close {
        color: #4774e9 !important;
        float: right;
        margin: -3px 0 0 5px;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400 !important;
    }

.modal-open .modal .modal-body .form-group {
    display: inline-block;
    width: 100%;
}

.modal-open .modal .modal-body .btn {
    margin: -20px 10px 10px 0;
}
/* 21-11 End */

/* 22-11 Start */
.lea-page.admin-page.content-fixed .daterangepicker.show-calendar {
    margin-top: 0;
    position: fixed;
    top: 140px !important;
    left: 175px !important;
}

.lea-page.lea-page-remove-pagetitle .daterangepicker.show-calendar {
    margin-top: 0;
    position: fixed;
    top: 170px !important;
    left: 25px !important;
}

.lea-page.lea-page-remove-pagetitle
.page-title.lea-page-title ~ .content-block {
    padding-top: 190px !important;
}

.lea-page .tabs-block .tab-content {
    background: #fff;
}

#myprofile .form-block .btn,
#companyprofile .form-block .btn {
    margin: 0 10px 10px 0;
}

.lea-page .menu-block + h2 {
    display: none;
}
/* 22-11 End */

/* 26-11 Start */
.file-upload .file-name {
    background: #fff;
}
/* 26-11 End */

/* 05-12 Start */
.lea-page div.dataTables_wrapper div.dataTables_paginate .paginate_input {
    width: 50px;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    padding: 0;
    border: 1px solid #e3e4e7;
    font-weight: 600 !important;
    color: #333;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

.lea-page div.dataTables_wrapper div.dataTables_paginate .paginate_page,
.lea-page div.dataTables_wrapper div.dataTables_paginate .paginate_of {
    display: inline-block;
    line-height: 45px;
}

.lea-page div.dataTables_wrapper div.dataTables_paginate .paginate_page {
    padding: 0 5px 0 10px;
}

.lea-page div.dataTables_wrapper div.dataTables_paginate .paginate_of {
    padding: 0 10px 0 5px;
}

.lea-page div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #e3e4e7 !important;
}

.lea-page .daterangepicker.show-calendar .drp-buttons {
    display: none;
}
/* 05-12 End */

/* 12-12 Start */
.content-block.lea-map-dashboard {
    padding: 0;
    padding-top: 90px;
    background: #edf0f5;
}

    .content-block.lea-map-dashboard .show-btns {
        position: absolute;
        right: 0;
        top: 220px;
        z-index: 999;
    }

        .content-block.lea-map-dashboard .show-btns .btn {
            margin: 0;
        }

        .content-block.lea-map-dashboard .show-btns i {
            margin: 0 0 0 10px;
        }

    .content-block.lea-map-dashboard .device-map {
        height: calc(100vh - 90px);
        border: 0;
    }

.device-selected-locations {
    position: absolute;
    right: 0;
    top: 220px;
    z-index: 9999;
    background: #161616;
    padding: 10px;
    min-width: 350px;
    max-width: 350px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .device-selected-locations .device-list {
        clear: both;
        max-height: calc(100vh - 400px);
        overflow: auto;
    }

        .device-selected-locations .device-list ul li {
            background: #404040;
            margin: 0 0 5px 0;
            color: #fff;
            padding: 10px 40px 10px 15px;
            position: relative;
        }

    .device-selected-locations .btn {
        width: 100%;
        margin: 3px 0 3px 0;
        padding: 10px 20px;
    }

    .device-selected-locations .close-devicelist {
        font-size: 24px;
        color: #fff;
        margin: 0 0 10px 0;
        float: right;
    }

    .device-selected-locations h2 {
        padding: 0 0 10px 0;
        color: #fff;
        float: left;
    }

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-right .leaflet-control-layers.leaflet-control {
    margin: -40px 10px 0 0 !important;
}

.leaflet-top.leaflet-right .leaflet-bar.leaflet-control {
    margin: 30px 60px 0 0 !important;
    float: right;
}

    .leaflet-top.leaflet-right .leaflet-bar.leaflet-control a,
    .leaflet-top.leaflet-right .leaflet-control-layers-toggle {
        width: 40px;
        height: 40px;
    }

.leaflet-control-search .search-button {
    background: url(../../images/search-icon.png) no-repeat 5px 6px #fff !important;
    position: relative;
}

.leaflet-left .leaflet-control .leaflet-control-zoom-in,
.leaflet-left .leaflet-control .leaflet-control-zoom-out {
    width: 32px !important;
    height: 28px !important;
}

.show-mapbtn {
    float: right;
    font-size: 20px;
    line-height: 24px;
    color: #008aff;
    font-weight: 600;
    margin: 10px 0 0 0;
}

    .show-mapbtn:hover {
        color: #f98730;
    }

    .show-mapbtn i {
        padding: 0 5px 0 0;
    }

.content-block.lea-map-dashboard.show-map-block {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.showlist-block {
    position: relative;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
}

    .showlist-block .content-block {
        background: rgba(255, 255, 255, 0.6);
    }
    /* .showlist-block .content-inner { background:none !important;}*/
    .showlist-block .lprtablerightblock,
    .showlist-block .table-block,
    .showlist-block .dataTable,
    .showlist-block .table-block tr {
        background: none !important;
    }

.content-block.lea-map-dashboard.showlist-block .device-map {
    height: 100vh;
}
/* 12-12 End */

/* 13-12 Start */
.content-block.lea-map-dashboard.show-map-block {
    padding-top: 260px;
    padding-left: 25px;
    padding-right: 25px;
}

    .content-block.lea-map-dashboard.show-map-block,
    .content-block.lea-map-dashboard.show-map-block .content-inner,
    .content-block.lea-map-dashboard.show-map-block .device-map {
        height: 100%;
    }

.showlist-block .lprtablerightblock {
    padding: 0 !important;
}

.top.pagignation-req {
    float: right;
    margin: -60px 0 15px 0;
}
/*.show-mapbtn.pagination-show{ margin:10px 380px 0 0;}*/
.bar-colors p {
    float: none;
    padding: 0 15px 2px 0;
}

.showlist-block .table-block.data-table .table-btns .btn {
    padding: 11px 15px 10px 15px;
}

.lea-page.admin-page .showlist-block .lprtablerightblock {
    padding: 0 25px !important;
}

.lea-page.admin-page.content-fixed .content-block.lea-map-dashboard {
    padding: 60px 0 0 150px;
}

    .lea-page.admin-page.content-fixed
    .content-block.lea-map-dashboard
    .device-map {
        height: 100vh;
        border: 0;
    }
/* .showlist-block .table-block.data-table .table-btns .btn{ padding: 11px 15px 10px 15px;}
.lea-page.admin-page .showlist-block .lprtablerightblock{ padding:0 25px !important;}
.lea-page.admin-page.content-fixed .content-block.lea-map-dashboard{ padding:70px 0 0 150px;}
.lea-page.admin-page.content-fixed .content-block.lea-map-dashboard .device-map{ height:100vh; border:0;} */
.modal-backdrop.show {
    z-index: -9;
}
/* 13-12 End */

/* 16-12 Start */
.lea-logo {
    width: auto;
    padding: 10px 30px 10px 0;
    float: left;
    margin: 0;
    height: 100%;
    position: relative;
}

    .lea-logo img {
        width: auto;
        height: 100%;
    }

.lea-page .menu-block {
    position: relative;
    left: inherit;
    top: inherit;
}

.sidebar {
    z-index: 999;
}

.showlist-block {
    z-index: 99;
}

.modal-btns {
    float: right;
}

    .modal-btns .btn {
        float: left;
    }

.modal-title {
    max-width: calc(100% - 300px);
}

.modal-open-secondary .modal.fade.show:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.5;
    content: "";
}

.modal-open-secondary header,
.lea-page.modal-open header {
    z-index: 9;
}

.lea-page.modal-open .sidebar,
.lea-page.modal-open-secondary .sidebar {
    z-index: 8;
}
/* 16-12 End */
/**Map Highlight**/
.leaflet-marker-pane .light {
    width: 200px !important;
    height: 200px !important;
    margin-top: -100px !important;
    margin-left: -100px !important;
    /*transform: translate(-50%, -50%);*/
    background: transparent !important;
    border: transparent !important;
}

    .leaflet-marker-pane .light .glow {
        width: 0px;
        height: 0px;
        border-radius: 50%;
        opacity: 0;
        background: -webkit-radial-gradient( rgba(254, 211, 0, 1), rgba(255, 223, 67, 0) 70% );
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

img:hover + .light.temporary .glow {
    width: 200px;
    height: 200px;
    opacity: 0.2;
    background: -webkit-radial-gradient( rgba(254, 211, 0, 1), rgba(255, 223, 67, 0) 70% );
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.leaflet-marker-pane .light .flare {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    opacity: 0;
    background: rgba(255, 223, 67, 0);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

img:hover + .light.temporary .flare {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    background: rgba(254, 211, 0, 1);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@-webkit-keyframes highlight1 {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    100% {
        width: 200px;
        height: 200px;
        opacity: 0.4;
    }
}

@-webkit-keyframes highlight {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0.8;
    }
}

.permanent .glow {
    background: -webkit-radial-gradient( rgba(66, 186, 255, 1), rgba(255, 223, 67, 0) 70% ) !important;
    -webkit-animation: highlight1 2s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.permanent .flare {
    background: rgba(66, 186, 255, 1) !important;
    -webkit-animation: highlight 2s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*****/

#github-corner {
    position: absolute;
    top: 0;
    right: 0;
}

#map {
    width: 640px;
    height: 320px;
    float: left;
}

#sidebar {
    margin-left: 650px;
}

.selected {
    filter: inherit;
}

/* 18-12 Start */
.table-block .dataTables_scrollHeadInner {
    width: 100% !important;
}
/* 18-12 End */

/* 19-12 Start */
.selected-clustermarker {
    border: 5px solid rgba(255, 0, 0, 0.33);
    background: rgba(186, 204, 253, 0.33);
}

    .selected-clustermarker div {
        margin: 0 !important;
    }
/* 19-12 End */

/* 20-12 Start */
.lea-page.admin-page.content-fixed
.content-block.lea-map-dashboard.show-map-block,
.content-block.lea-map-dashboard.show-map-block {
    display: none !important;
}

.device-selected-locations .device-list ul li a.device-list-delete {
    color: #161616;
    float: right;
    margin: 0 10px 0 0;
    background: #fff;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 10px;
}

.device-selected-locations .flip-right {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff !important;
    background: #161616;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin: -25px 0 0 -25px;
    font-size: 0;
    padding: 0 10px 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0 30px 30px 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

    .device-selected-locations .flip-right:before {
        position: absolute;
        left: 6px;
        top: 0;
        line-height: 50px;
        font-size: 28px;
        content: "\f104";
        font-family: "FontAwesome";
    }

.device-selected-locations.device-flip-right {
    transform: translate(400px, 0);
}

    .device-selected-locations.device-flip-right .flip-right {
        font-size: 14px;
        width: 150px;
        min-width: 150px;
        left: 0;
        padding: 0 15px 0 15px;
        margin: -25px 0 0 -200px;
        text-transform: uppercase;
        border-radius: 30px 0 0 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

        .device-selected-locations.device-flip-right .flip-right:before {
            position: absolute;
            left: 15px;
            top: 0;
            line-height: 50px;
            font-size: 28px;
            content: "\f104";
            font-family: "FontAwesome";
        }

/* 20-12 End */

/* 20-12 End */

.pagination-req {
    text-align: right;
    padding: 10px 0;
    float: right;
    margin: 0 0 0 5px !important;
}

    .pagination-req .page-search {
        width: 50px;
        height: 45px;
        line-height: 45px !important;
        text-align: center;
        padding: 0;
        border: 1px solid #e3e4e7;
        font-weight: 600 !important;
        color: #333;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    .pagination-req .page-link {
        border-color: #e3e4e7 !important;
        width: auto !important;
        height: 45px !important;
        line-height: 45px !important;
        background: #fff !important;
        color: #333d46 !important;
        text-align: center !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 0 15px 0 15px !important;
        margin: 0 5px !important;
        display: inline-block;
        outline: none;
        vertical-align: top !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
    }

        .pagination-req .page-link:hover {
            background-color: #e3e4e7 !important;
        }

        .pagination-req .page-link:before {
            content: "";
            font-size: 16px !important;
            position: absolute !important;
            top: 50% !important;
            transform: translate(-50%, -50%) !important;
        }

        .pagination-req .page-link.previous {
            padding-left: 30px !important;
        }

        .pagination-req .page-link.next {
            padding-right: 30px !important;
        }

        .pagination-req .page-link.previous:before {
            left: 15px !important;
        }

        .pagination-req .page-link.next:before {
            right: 10px !important;
        }

        .pagination-req .page-link.previous:before {
            content: url(../images/arrow-prev.png) !important;
        }

        .pagination-req .page-link.next:before {
            content: url(../images/arrow-next.png) !important;
        }

.show-entires {
    padding: 10px 0;
}

    .show-entires select {
        height: 45px;
        border: 1px solid #e3e4e7;
        padding: 0 10px;
        margin: 0 5px;
    }

show-entires label {
    font-size: 16px;
    line-height: 45px;
}

/*28-1*/
/*.select-device-city {
    margin-right: 5px;
    margin-left: 10px;
}*/

/*.cities-custom-add {
    width: 83.2%;
}*/

.add-new-action {
    position: absolute;
    bottom: -8px;
    right: 0;
    z-index: 9;
}

.controls:last-child {
    margin-right: 69px;
}
/* 06-01 Start */
.modal-open-secondary {
    overflow: hidden;
}

    .modal-open-secondary .showlist-block,
    .lea-page.modal-open .showlist-block {
        z-index: inherit;
    }

    .modal-open-secondary .modal .modal-header {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }

    .modal-open-secondary .modal .modal-body {
        padding: 1rem 1.5rem;
    }
/* 06-01 End */

/* 07-01 Start */
.lea-page.lpr-table-fixed .content-block {
    position: fixed;
    right: 0;
}

.lea-page.lpr-table-fixed
.dataTables_wrapper
.dataTables_scroll
div.dataTables_scrollBody {
    height: auto !important;
    max-height: calc(100vh - 325px) !important;
}
/* 07-01 End */

/* 14-01 Start */
.lea-page .menu-block .menu ul li.sub-menu a.sub-menu-active {
    color: #093253;
}

.lea-page .menu-block .menu ul li.sub-menu a:before {
    bottom: calc(50% - 5px);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: rotate(-90deg);
    transform: none;
}

.lea-page .menu-block .menu {
    overflow: inherit !important;
}

    .lea-page .menu-block .menu ul li a {
        padding: 25px 35px 25px 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .lea-page .menu-block .menu ul li.sub-menu ul {
        height: auto !important;
        width: 100% !important;
        bottom: inherit;
        top: 100% !important;
        left: 0;
    }

        .lea-page .menu-block .menu ul li.sub-menu ul li {
            width: 100% !important;
            height: auto !important;
            margin: 0;
            border-top: 1px solid #303677;
        }

            .lea-page .menu-block .menu ul li.sub-menu ul li:first-child {
                border: 0;
            }

            .lea-page .menu-block .menu ul li.sub-menu ul li a {
                display: block;
                padding: 19px 10px 18px 35px;
            }

                .lea-page .menu-block .menu ul li.sub-menu ul li a:before {
                    top: 18px;
                    font-size: 18px;
                }
/* 14-01 End */

/* 20-03 Start */
.table-block thead th.device-action {
    width: 180px !important;
}

/*.form-block .form-group.file-upload{ margin-top: 0;}*/
.row.no-mr .downloadtemplate {
    padding: 0;
}

.swal-button {
    background: #4a79f2 !important;
    box-shadow: none !important;
}

    .swal-button:hover {
        background: rgba(59, 93, 196, 1) !important;
    }
/* 20-03 End */

/* 23-03 Start */
.data-table table tr td .color-blue-light br {
    display: none;
}

.modal-open .modal .modal-body #contentnotify .row {
    margin: 0;
}

.show-mapbtn.pagination-show {
    margin-right: 380px;
}
/* .table-block #PackagesListTable_filter .dataTables_scrollHead tr th:last-child{ width:auto !important;} */
/* 23-03 End */

/* 07-04 Start */
.warning-req {
    font-size: 16px;
    position: relative;
    color: #ffc107 !important;
    padding: 0 0 0 50px;
    display: inline-block;
}

    .warning-req .fa {
        font-size: 22px;
        color: #ffc107 !important;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        color: #ffc107 !important;
        transform: translate(0px, -50%);
        font-size: 40px;
        left: 0;
    }
/* 07-04 End */

/* RT 04-20-2020 */
.controls:last-child {
    margin-right: 59px;
}

/* .table-block table.dataTable tr th,
.table-block table.dataTable tr td {
  min-width: 150px !important;
  text-align: left !important;
} */

/* .table-block table.dataTable thead tr .createdby_req {
  min-width: 300px;
} */
#divWeeklyFrequency .months .form-focus,
#divMonthlyFrequency .months .form-focus {
    display: none;
}

@media only screen and (max-width: 1320px) and (min-width: 1025px) {
    .lea-page .menu-block .menu ul li a {
        padding: 25px 35px 25px 10px;
    }

    .lea-page .menu-block .menu ul li img {
        padding: 0 5px 0 0;
    }
}
/* RT 04-20-2020 */

/* 28-04 Start */
/* .table-block.table-scroll-req .dataTables_wrapper .dataTables_scroll{ overflow: auto;}
.table-block.table-scroll-req .dataTables_scrollHead{ overflow:inherit !important;}
.table-block.table-scroll-req .dataTables_scrollHeadInner{ width: auto !important;}
.table-block.table-scroll-req .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{ overflow: inherit !important;} */
/* .table-block.table-scroll-req thead th, .table-block.table-scroll-req tbody td{ width:200px !important;}
.table-block.table-scroll-req tbody td{ padding-right: 30px;} */

.table-block.table-scroll-req.large-table .dataTables_wrapper .dataTables_scroll {
    width: 100%;
    overflow: auto;
}

.table-block.table-scroll-req.large-table .dataTables_scrollHead {
    overflow: hidden !important;
    width: 2007px !important;
}

.table-block.table-scroll-req.large-table .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    width: 2000px !important;
    overflow: inherit !important;
}

.table-block.table-scroll-req.large-table .dataTables_scrollHeadInner {
    padding: 0 !important;
}

.table-block.table-scroll-req.large-table .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    width: 2023px !important;
    overflow-x: hidden !important;
}

    .table-block.table-scroll-req.large-table .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody .table {
        width: 2005px !important;
    }

.table-block.data-table div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
    color: #f98830;
    font-size: 16px;
    font-weight: 500;
}

    .table-block.data-table div.dataTables_wrapper div.dataTables_processing ~ .dataTables_scroll .pagination-req {
        padding-top: 20px;
    }
/* 28-04 End */

/* 29-04 Start */
.lea-page .menu-block .menu ul li.sub-menu ul li a {
    display: inline-block;
    width: 100%;
}

header .admin-dp ul li a {
    display: inline-block;
    width: 100%;
}

.packages-block .block .btn.btn-red {
    background: none;
    color: #555 !important;
    text-transform: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #999;
    float: right;
    border-radius: 0;
}

.daterangepicker.show-calendar .ranges {
    margin: 0 !important;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border: 0 !important;
    color: #555;
    background: none;
}

    .daterangepicker .ranges li:hover {
        color: #555;
    }

.menu ul li:nth-child(6) img {
    max-width: 40px;
}
/* 29-04 End */

/* 04-05 Start */
table.scroll-table {
    width: 100%;
}

    table.scroll-table, table.scroll-table td {
        border-collapse: collapse;
    }

        table.scroll-table thead {
            display: table;
            width: calc(100% - 17px);
            position: relative;
        }

            table.scroll-table thead:after {
                position: absolute;
                right: -17px;
                top: 0;
                width: 30px;
                height: calc(100% + 1px);
                background: #e7ebef;
                display: block;
                content: "";
            }

        table.scroll-table tbody {
            display: block;
            max-height: 200px;
            overflow-y: scroll;
        }

        table.scroll-table th, table.scroll-table td {
            padding: 10px;
            word-break: break-word;
            text-align: left;
            min-width: 136px !important;
            width: auto !important;
        }

        table.scroll-table tr {
            display: table;
            width: 100%;
            box-sizing: border-box;
        }

        table.scroll-table td {
            text-align: left;
        }

        table.scroll-table tr th:last-child {
            padding-right: 17px;
        }

.lasso-select {
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: #4190d9;
    text-align: center;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 90px;
    z-index: 999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transform: translateX(calc(-50% + 70px));
}

.lea-page.lea-page-remove-pagetitle .lasso-select {
    top: 120px;
    transform: translateX(-50%);
}
/* 04-05 End */

/* 05-05 Start */
.leaflet-top.leaflet-right .leaflet-bar.leaflet-control a.leaflet-control-lasso {
    position: relative;
}

    .leaflet-top.leaflet-right .leaflet-bar.leaflet-control a.leaflet-control-lasso:before,
    .leaflet-top.leaflet-left .leaflet-control-search.leaflet-control:before,
    .lea-page .btn.btn-filter:after {
        position: absolute;
        top: 0;
        right: 50px;
        content: "";
        width: 200px;
        height: 40px;
        margin: 0;
        display: block;
        background-size: 50px auto !important;
        content: "";
        padding: 0 60px 0 0;
        text-align: right;
        line-height: 40px;
        font-size: 16px;
        background-color: #fafaf8 !important;
        color: #3b5ec5;
        font-family: "Poppins", sans-serif;
        cursor: auto;
    }

    .leaflet-top.leaflet-right .leaflet-bar.leaflet-control a.leaflet-control-lasso:before {
        content: "Toggle Lasso";
        background: url(../images/arrow-animation-right.gif) no-repeat right center;
    }

.leaflet-top.leaflet-left .leaflet-control-search.leaflet-control:before {
    line-height: 30px;
    height: 30px;
    width: 300px;
    padding: 0 0 0 60px;
    right: inherit;
    left: 40px;
    text-align: left;
    content: "Search Device Location";
    background: url(../images/arrow-animation-left.gif) no-repeat left center;
}

.lea-page .btn.btn-filter:after {
    line-height: 60px;
    height: 60px;
    width: 300px;
    right: 80px;
    content: "Advanced Search";
    background: url(../images/arrow-animation-right.gif) no-repeat right center;
    background-color: #f6f7f8 !important;
}

.lea-page.lea-page-remove-pagetitle .btn.btn-filter:after {
    background-color: #dce3f1 !important;
}

.lea-page .btn.btn-filter {
    overflow: inherit;
}

.leaflet-top.leaflet-left .leaflet-control-search.leaflet-control.search-exp:before {
    opacity: 0;
}

.leaflet-control-search .search-input {
    width: 250px !important;
    height: 30px !important;
    padding: 0 10px 0 10px !important;
    margin: 0 !important;
    border: 0 !important;
    border-right: 1px solid #ccc !important;
    position: relative;
}

.show-mapbtn.pagination-show {
    margin-right: 0;
}
/* 05-05 End */



/*05-18-2020 prasad*/

.dsenabled, .psenabled, .lprenabled,
.psdisabled, .dsdisabled, .lprna, .lprdisabled, .psna, .dsna {
    width: 30px;
    height: 30px;
    background: url(../images/device-management-icons.png) -3px -2px no-repeat;
    border-radius: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin: 0 0.2px 3px 0.5px;
}



.dsenabled {
    background-position: -3px -2px;
}

.dsdisabled {
    background-position: -3px -66px;
}

.dsna {
    background-position: -3px -35px;
}


.lprenabled {
    background-position: -72px -2px;
}

.lprdisabled {
    background-position: -72px -66px;
}

.lprna {
    background-position: -72px -35px;
}




.psenabled {
    background-position: -37px -2px;
}

.psdisabled {
    background-position: -37px -66px;
}

.psna {
    background-position: -37px -35px;
}




.note_colors {
    text-align: right;
}

    .note_colors li {
        display: inline-block;
        list-style: none;
        padding: 0 0 0 20px;
        margin: 0 0px 0 7px;
        position: relative
    }

        .note_colors li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 1px;
            width: 12px;
            height: 12px;
            background: #e1e9fe;
        }

        .note_colors li.bgcolorGrey::before {
            background: #e1e9fe;
        }

        .note_colors li.bgcolorGreen::before {
            background: #3dc481;
        }

        .note_colors li.bgcolorRed::before {
            background: #f7435b;
        }

        .note_colors li.icondevice::before,
        .note_colors li.iconpolling::before,
        .note_colors li.iconLPRPolling::before {
            background: url(../images/note-icon.png) 0px 0px no-repeat;
            width: 20px;
            height: 20px;
            top: -2px;
            background-size: cover;
        }

        .note_colors li.icondevice,
        .note_colors li.iconpolling,
        .note_colors li.iconLPRPolling {
            padding-left: 25px
        }

            .note_colors li.icondevice::before {
                background-position: 0px 0px
            }

            .note_colors li.iconpolling::before {
                background-position: -22px 0px
            }

            .note_colors li.iconLPRPolling::before {
                background-position: -44px 0px
            }

.status-icon {
    min-width: 110px;
}

/*Jhani 24/11/2020*/
table.custom-cardview tr td {
    text-align: center;
    display: block;
    margin: 0 auto;
}
/*
    table.custom-cardview tr td img {        
        width: 200px;        
    }
*/

.custom-cardview .cards tbody tr {
    float: left;
    height: 600px;
    width: 30%;
}

.custom-cardview tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

/*.custom-cardview .cards tbody tr {
    flex: 1 1 21%;
    height: 600px;
    margin: 15px;
}*/

.custom-cardview .progress-bar {
    flex-direction: inherit;
}

table.custom-cardview tr td img {
    /*
        width: auto;
height: 200px;
    display: block;
   */
}

.custom-cardview tbody tr td:nth-child(2) {
    /*width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; */
}


table.custom-cardview tr td {
    border-top: 0px !important;
}

.custom-cardview tr {
    float: left;
}

.custom-cardview .custom-figure {
    /*
     width: 300px;
    height: 200px;
     padding: 0;
    background: #fff;
    */
    margin: 0;
    overflow: hidden;
}

.table-block .progress-bar {
    overflow: hidden;
}

.custom-cardview .custom-figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.custom-cardview .custom-figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.cards tbody tr {
    width: 23%;
}

.cards tbody td {
    width: 100% !important;
    max-width: 100% !important;
}

.cards tbody td {
    width: auto !important;
}

.glass {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    cursor: crosshair;
    /* Multiple box shadows to achieve the glass effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    /* hide the glass by default */
    display: none;
}

html td.cardviewtwocol {
    width: 43% !important;
    float: inherit;
}

.custom-cardview .cardviewtwocol .progress-bar {
    display: none;
}

td.cardviewtwocol {
    padding: 5px 5px !important;
}

/*.form-group1 {
    color: #8f8f8f;
    border: 2px solid #e4e7ed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}*/
.form-group1 label {
    color: #555;
    font-weight: 500 !important;
    left: 0;
    margin: 0;
    top: -25px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: 500 !important;
}

.treeSelector-container {
    width: 100% !important;
}

.treeSelector .title {
    font-size: 14px !important;
    line-height: 14px !important;
    margin: 10px 0 10px 0 !important;
    padding: 0px 5px !important;
    border-bottom: none !important;
    width: auto !important;
}

.lea-page .btn.btn-clssearch {
    margin: 0px 0 0 -37px;
    position: absolute;
    left: 141px;
    top: 5px;
    padding: 0px;
    width: 108px;
    height: 33px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    z-index: 99;
}
