﻿html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    position: relative;
    padding-bottom: 30px;
    font-size: 15px;
    background: #eef5fe;
}

    body > .container-fluid {
        z-index: 1;
        position: relative;
        min-height: 100%;
        padding-bottom: 20px;
    }

.clear {
    clear: both
}

.container {
    width: 100%;
    max-width: 1450px;
}

.bg_dark {
    background: white; /*#007aff;*/
    background-size: 100% 100%;
}

.background {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .background img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

footer {
    line-height: 20px;
    padding: 5px 15px;
    text-align: center;
    color: #a2b5ca;
    font-size: 13px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.50);
    display: block;
}

.bg_dark footer {
    background: #bec0de;
    color: #007aff; /*#a4cfff;*/
}

.logo_login {
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
}

    .logo_login img {
        max-width: 70%
    }

.btn {
    border-radius: 0
}

.textcolorblack{
    color:black !important;
}

.form-signin {
    max-width: 350px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    padding-top: 9%;
    text-align: center;
    color: #ffffff;
}

    .form-signin h2 {
        color:black;
        font-size: 24px;
        font-weight: 300;
        margin: 30px auto;
        display: inline-block
    }

.form-group label {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b7babf;
    line-height: 20px;
    padding: 5px 0;
    border-radius: 0;
    font-weight: normal;
}

    .form-control:focus {
        border-bottom: 1px solid #007aff;
        outline: none;
        box-shadow: none;
        background-color: transparent
    }

.form-signin .form-control {
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color:grey; /*rgb(232 240 254);*/
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border: 0;
    padding: 0 15px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

    .form-signin .form-control.email {
        background-image: url(../img/mail.png);
        background-repeat: no-repeat;
        background-position: 15px 15px;
        padding: 0 40px
    }

    .form-signin .form-control.password {
        background-image: url(../img/lock.png);
        background-repeat: no-repeat;
        background-position: 15px 12px;
        padding: 0 40px
    }

.form-control.daterange {
    background-image: url(../img/date.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    max-width: 200px;
    display: inline-block;
    text-align: left
}

    .form-control.daterange.full {
        width: 100%;
        max-width: none
    }
/*.form-control.search{background-image: url(../img/search.png); background-repeat: no-repeat; background-position: right center; padding-right:30px; display: inline-block; text-align: left }*/
.form-signin ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

.form-signin :-moz-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

.form-signin ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

.form-signin :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

.form-signin ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

.btn {
    font-size: 15px;
}

.form-signin .btn-light {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -ms-border-radius: 22px;
    -moz-border-radius: 22px;
    color: #007aff;
    text-transform: uppercase;
    font-weight: 500
}

.bg_dark a, .lightblue-text {
    color: #007aff ;/* #a4cfff;*/
    font-size: 15px;
}

.sidebar {
    background: #1968d4;/* url(../img/sidebar.png) no-repeat bottom center;*/
    background-size: 100%;
    position: fixed;
    height: 96%;
    width: 270px;
    left: -270px;
    box-shadow: 2px 0px 6px 0px rgba(3, 49, 101, 0.1);
    -webkit-box-shadow: 2px 0px 6px 0px rgba(3, 49, 101, 0.1);
    -ms-box-shadow: 2px 0px 6px 0px rgba(3, 49, 101, 0.1);
    -moz-box-shadow: 2px 0px 6px 0px rgba(3, 49, 101, 0.1);
    z-index: 9999999999999;
    padding-top: 60px;
    transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -ms-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    overflow-y: auto
}

    .sidebar .nav {
        margin-top: 30px;
    }

        .sidebar .nav .nav-item {
            padding: 0;
        }

            .sidebar .nav .nav-item .nav-link {
                color: #ffffff;
                font-weight: 400;
                text-transform: uppercase;
                font-size: 12px;
                line-height: 50px;
                padding: 0 15px;
            }

                .sidebar .nav .nav-item .nav-link .icon {
                    height: 50px;
                    width: 24px;
                    padding: 0;
                    text-align: center;
                    margin-right: 14px;
                    display: inline-block
                }

                    .sidebar .nav .nav-item .nav-link .icon img {
                        max-width: 100%;
                    }

                .sidebar .nav .nav-item .nav-link.active, .sidebar .nav .nav-item .nav-link:hover {
                    /*background: #000000;*/
                    transition: ease 0.8s all;
                    -webkit-transition: ease 0.8s all;
                    -ms-transition: ease 0.8s all;
                    -moz-transition: ease 0.8s all;
                }

body.menu-open .sidebar {
    left: 0;
}

body.menu-open footer {
    padding-left: 285px;
}

.main_container {
    padding-left: 0;
    padding-top: 70px;
    width: 100%;
    transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -ms-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
}

body.menu-open .main_container {
    padding-left: 270px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

    header .navbar {
        background: #ffffff !important;
        padding: 5px;
        box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
        -webkit-box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
        -moz-box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
        -ms-box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
    }

.navbar-brand {
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    padding: 10px 0
}

    .navbar-brand img {
        max-width: 100%;
        vertical-align: top
    }

.navbar-toggler {
    height: 50px;
    width: 50px;
    display: block;
    border: 0;
    border-radius: 0;
    margin-right: 20px;
    line-height: 50px;
    vertical-align: middle;
    padding: 15px
}

    .navbar-toggler img {
        vertical-align: top;
    }

    .navbar-toggler:focus {
        border: 0;
        outline: none;
        background: #eef5fe;
    }

.navbar .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0
}

header .navbar .navbar-nav {
    flex-direction: row
}

header .navbar .notification {
    width: 50px;
    text-align: center;
    margin-right: 10px
}

    header .navbar .notification + .dropdown-menu {
        width: 300px;
        height: 300px;
        overflow-y: auto
    }

        header .navbar .notification + .dropdown-menu .dropdown-item {
            border-bottom: 1px solid #dddddd
        }

        header .navbar .notification + .dropdown-menu p {
            white-space: normal;
            margin: 2px 0;
        }

            header .navbar .notification + .dropdown-menu p + p {
                color: #666666;
                font-size: 13px;
                line-height: 16px;
                margin-bottom: 8px;
            }

        header .navbar .notification + .dropdown-menu .dropdown-item:active p + p {
            color: #FFFFFF
        }

    header .navbar .notification:after {
        display: none;
    }

    header .navbar .notification .count {
        line-height: 18px;
        height: 18px;
        width: 18px;
        text-align: center;
        display: block;
        position: absolute;
        background: #ff3b30;
        border-radius: 50%;
        color: #ffffff;
        font-size: 9px;
        top: 5px;
        right: 5px;
    }

header .navbar .nav-link {
    padding: 0;
    line-height: 50px;
    vertical-align: middle;
    position: relative
}

header .navbar .userprofile {
    text-align: left;
    line-height: normal;
    padding: 0 10px;
}

    header .navbar .userprofile img {
        display: inline-block;
        vertical-align: top;
        margin-top: 11px
    }

    header .navbar .userprofile .name {
        display: inline-block;
        line-height: 18px;
        padding: 5px;
        color: #000000
    }

        header .navbar .userprofile .name span {
            display: block;
            font-size: 12px;
        }

    header .navbar .userprofile.dropdown-toggle::after {
        vertical-align: 0.9em
    }

.page-title {
    margin: 18px 0 28px 0;
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 300
}

    .page-title small {
        font-weight: 400;
        font-size: 15px;
        color: #818a96
    }

        .page-title small b {
            font-weight: 500;
        }

.sub-title {
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin: .5rem 0 0 0;
}

    .sub-title span {
        display: inline-block;
        padding: 10px 0;
        line-height: 20px;
        border-bottom: 2px solid #007aff;
        min-width: 140px;
    }

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 5px 15px;
        line-height: 20px;
    }

.daterangepicker.dropdown-menu {
    width: 500px;
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

    .daterangepicker.dropdown-menu .calendar {
        width: 38%;
        float: left;
        padding-right: 10px;
    }

    .daterangepicker.dropdown-menu .ranges {
        width: 24%;
        float: left
    }

        .daterangepicker.dropdown-menu .ranges ul {
            list-style: none;
            padding: 0;
        }

            .daterangepicker.dropdown-menu .ranges ul li {
                list-style: none;
                padding: 0;
                background: #007aff;
                margin: 3px 0;
                color: #ffffff;
                text-align: center;
                padding: 3px 5px;
                font-size: 12px;
            }

                .daterangepicker.dropdown-menu .ranges ul li:hover {
                    background: #0054af;
                }

                .daterangepicker.dropdown-menu .ranges ul li.active {
                    background: #000000;
                }

        .daterangepicker.dropdown-menu .ranges .range_inputs .btn {
            font-size: 13px;
            border-radius: 0
        }

    .daterangepicker.dropdown-menu .form-control {
        line-height: 20px;
        padding: 5px 0px;
    }

    .daterangepicker.dropdown-menu .month {
        text-align: center
    }

    .daterangepicker.dropdown-menu .calendar-table {
        margin-top: 10px
    }

    .daterangepicker.dropdown-menu .daterangepicker_input {
        position: relative
    }

        .daterangepicker.dropdown-menu .daterangepicker_input i.fa {
            position: absolute;
            right: 0;
            top: 8px;
        }

    .daterangepicker.dropdown-menu .calendar-table table tr td, .daterangepicker.dropdown-menu .calendar-table table tr th {
        padding: 0px;
        line-height: 24px;
        width: 13%;
        color: #444444;
        text-align: center;
        transition: ease 1s all;
        -webkit-transition: ease 1s all;
        -ms-transition: ease 1s all;
        -moz-transition: ease 1s all;
    }

    .daterangepicker.dropdown-menu .calendar-table table tr th {
        color: #000000;
        font-weight: 500
    }

    .daterangepicker.dropdown-menu .calendar-table table tr td.off {
        color: #dddddd;
        visibility: hidden
    }

    .daterangepicker.dropdown-menu .calendar-table table tr td.active {
        background: #000000;
    }

    .daterangepicker.dropdown-menu .calendar-table table tr td.in-range {
        background: #d5e7ff;
    }

    .daterangepicker.dropdown-menu .calendar-table table tr td.start-date, .daterangepicker.dropdown-menu .calendar-table table tr td.end-date {
        background: #007aff;
        color: #ffffff
    }

    .daterangepicker.dropdown-menu .calendar-table table tr td.start-date {
        border-radius: 15px 0 0 15px
    }

    .daterangepicker.dropdown-menu .calendar-table table tr td.end-date {
        border-radius: 0 15px 15px 0
    }

        .daterangepicker.dropdown-menu .calendar-table table tr td.start-date.off, .daterangepicker.dropdown-menu .calendar-table table tr td.end-date.off {
            background: #d5e7ff;
            color: #dddddd;
            border-radius: 0;
        }

    .daterangepicker.dropdown-menu.single {
        width: 220px
    }

        .daterangepicker.dropdown-menu.single .calendar {
            width: 100%;
            padding: 0
        }

        .daterangepicker.dropdown-menu.single .calendar-table table tr td.end-date {
            border-radius: 15px;
        }

.card {
    position: relative;
    border-radius: 0;
    box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
    -ms-box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(3, 49, 101, 0.1);
    border: 0;
    margin-bottom: 30px;
}

    .card .card-header {
        background: #ffffff;
        border: 0;
        font-size: 16px;
        font-family: "Roboto";
        color: #000000;
        border-radius: 0
    }

        .card .card-header.success {
            background: #e3f8ea;
            border-left: 4px solid #21ba57;
        }

        .card .card-header.pending {
            background: #fff3e1;
            border-left: 4px solid #ff9c00;
        }

.dropdown.float-right .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    top: 30px !important;
}

.more {
    margin-right: -10px
}

    .more .btn {
        background: transparent;
        min-width: 30px;
        border: 0;
        margin: -10px 0;
        height: 32px;
    }

    .more .dropdown-toggle::after {
        display: none
    }

.img-responsive {
    max-width: 100%
}

.selectchosen {
    min-width: 150px;
}

    .selectchosen .chosen-container {
        width: 100% !important;
    }

    .selectchosen .chosen-container-single .chosen-single, .selectchosen .chosen-container-multi .chosen-choices {
        height: 32px;
        border: 0;
        border-bottom: 1px solid #b7babf;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        line-height: 20px;
        padding: 5px 0px;
        font-size: 15px;
    }

    .selectchosen .chosen-container-multi .chosen-choices {
        padding: 2px 0px;
    }

.chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    color: #007bff;
    line-height: 13px;
    font-size: 13px;
}

.chosen-container-single .chosen-single span {
    vertical-align: middle;
    line-height: 25px;
    display: inline-block;
    font-size: 14px;
}

.card .card-header .chosen-container-single .chosen-single span {
    line-height: 20px;
}

.selectchosen .chosen-container-single .chosen-single {
    height: 33px;
    padding: 5px 0px;
}

.card .card-header .selectchosen .chosen-container-single .chosen-single {
    height: 22px;
    padding: 0px;
}

.selectchosen .chosen-container-single .chosen-single div b {
    background-image: url(../img/downarrow.png);
    background-position: center center;
}

.selectchosen .chosen-container-single .chosen-drop {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.chosen-container .chosen-results li {
    font-size: 14px;
    line-height: 20px;
}

    .chosen-container .chosen-results li.result-selected {
        background: #000000;
        color: #ffffff;
    }

    .chosen-container .chosen-results li:hover {
        background: #007aff;
        color: #ffffff;
    }

.table {
}

    .table tr, .table th {
        line-height: 20px;
        padding: 10px;
        font-size: 13px
    }

        .table tr td {
            font-size: 13px;
            color: #222222;
            border-bottom: 1px solid #cfd5dc;
            border-top: 0;
            padding: 10px 10px;
            line-height: 20px
        }

    .table.ver_middle tr td {
        vertical-align: middle
    }

    .table tr th {
        background: #1968d4;
        color: #ffffff;
        border: 0;
        font-weight: normal;
        vertical-align: middle
    }

.table-name {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 4px;
}

.table td p {
    color: #6d7681;
    margin: 0;
}

    .table td p a {
    }

.table td i {
    font-size: 12px;
    margin-right: 10px;
}

.bg-success {
    background: #4cb62c !important;
}

.bg-danger {
    background: #ff3b30 !important
}

.status {
    border-radius: 20px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    min-width: 90px;
    display: inline-block;
    margin: -5px 0;
    color: #ffffff;
    padding: 0 5px;
}

.table tr td .btn {
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin: -5px 0;
    height: auto;
    padding: 0 5px;
    min-width: 40px;
    border: 0;
    margin-top: -10px;
    text-align: center
}

    .table tr td .btn i {
        font-size: 17px;
        margin: 0 auto
    }

.table tr:hover td {
    background: #ebf5ff;
}

.pagenumber {
    display: inline-block;
    max-width: 80px
}

.pagination {
    margin: 5px 0
}

    .pagination .page-link {
        border: 0
    }

    .pagination .page-item {
        margin: 0 5px
    }

        .pagination .page-item .page-link {
            border: 0;
            border-radius: 20px;
            padding: 0;
            height: 28px;
            width: 28px;
            display: inline-block;
            text-align: center;
            line-height: 28px;
            vertical-align: middle;
            font-size: 14px;
        }

            .pagination .page-item .page-link i {
                font-size: 12px;
            }

.modal-content {
    border: 0;
    border-radius: 0
}

.modal-title {
    font-weight: 300;
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.modal-header {
    padding: 14px 15px;
    border-radius: 0
}

    .modal-header .close {
        padding: 10px 15px;
    }

.nav-tabs {
    background: #e0ecfa;
    border-color: #e0ecfa
}

    .nav-tabs .nav-link {
        border-radius: 0;
        padding: 15px 1rem;
        line-height: 20px;
        font-size: 16px;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            background: rgba(255, 255, 255, 0.5);
            border-color: #e0ecfa;
            border-bottom-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus {
            background: #ffffff;
            border-color: #e0ecfa;
            border-bottom-color: transparent;
            border-radius: 0
        }

.has-float-label {
    margin: 15px 0 0 0;
    display: inline-block;
    width: 100%;
}

    .has-float-label label, .has-float-label > span {
        top: -18px;
        font-size: 12px;
        color: #818a96;
        left: 0
    }

        .has-float-label label::after, .has-float-label > span::after {
            background: none;
        }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 15px;
        top: 12px;
        opacity: 0.85;
    }

.modal-xl {
    width: 100%;
    max-width: 1000px;
}

.accordion {
    border: 1px solid #e0ecfa;
    margin-bottom: 10px;
}

    .accordion .card-header {
        border-bottom: 1px solid #e0ecfa;
        line-height: 20px;
        padding: 10px 15px;
    }

        .accordion .card-header h5 {
            width: auto;
            display: inline-block;
            font-size: 15px;
            line-height: 20px;
            font-weight: 400;
            padding: 5px 0;
        }

            .accordion .card-header h5 a {
                width: auto;
                display: block
            }

        .accordion .card-header .btn {
            width: auto;
            text-align: center;
            padding: 0 10px;
            height: 30px
        }

            .accordion .card-header .btn i {
                display: inline-block
            }

    .accordion .card-body {
        padding: 15px;
        color: #818a96;
    }

.my-gallery {
    display: block;
    margin: 15px -3px;
}

    .my-gallery figure {
        width: 20%;
        padding: 0px;
        float: left;
        height: 140px;
        overflow: hidden;
        border: 2px solid #fff;
        position: relative
    }

        .my-gallery figure img {
            width: 100%;
        }

        .my-gallery figure figurecaption {
            text-align: center;
            position: absolute;
            top: 0px;
            z-index: 0;
            background: rgba(0, 0, 0, 0.6);
            color: #ffffff;
            font-size: 13px;
            line-height: 18px;
            text-align: center;
            padding: 5px;
            width: 100%;
        }

.pswp--zoom-allowed .pswp__img {
    height: auto !important;
}

.pswp__caption__center {
    text-align: center
}

.form-group .label_float {
    font-size: 12px;
    color: #818a96;
}

.list {
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    0;
}

    .list li {
        width: auto;
        line-height: 30px;
        vertical-align: middle;
        position: relative;
        margin-right: 15px;
        display: inline-block;
    }

        .list li .btn {
            height: 30px;
            width: 30px;
            display: inline-block;
            padding: 0;
            text-align: center;
            line-height: 28px;
            vertical-align: middle;
            margin-left: 5px;
            border-radius: 3px;
        }

        .list li figure {
            height: 80px;
            width: 120px;
            border: 1px solid #007aff;
            border-radius: 5px;
            overflow: hidden;
        }

            .list li figure.userpic {
                width: 80px;
            }

            .list li figure img {
                width: 100%;
            }

        .list li .btn.trash {
            position: absolute;
            top: 5px;
            right: 5px;
        }

    .list.thumbnails li {
        width: auto;
    }

        .list.thumbnails li .btn.trash {
            position: absolute;
            top: 5px;
            right: 5px;
        }

.form-control-sm {
    line-height: 20px;
    font-size: 13px;
    padding: 3px 0;
    height: 30px;
}

.loader {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px
}

    .loader img {
        animation: rotation 2s infinite linear;
        -webkit-animation: rotation 2s infinite linear;
        -moz-animation: rotation 2s infinite linear;
        -ms-animation: rotation 2s infinite linear;
    }

    .loader small {
        color: #6fb4ff;
        margin-left: 10px;
    }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-ms-keyframes rotation {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(359deg);
    }
}

.nav-item.devider {
    margin: 10px 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2)
}

.switch {
    padding-left: 0;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

    .switch label {
        width: 54px;
        display: inline-block;
        border: 1px solid #999999;
        height: 24px;
        border-radius: 15px;
        background: #e8e8e8;
    }

        .switch label:before {
            height: 22px;
            width: 22px;
            line-height: 28px;
            border: 0;
            border-radius: 15px !important;
            top: 1px;
            left: 1px;
            background: #ffffff;
            text-align: center;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        }

    .switch input[type="checkbox"]:checked + label {
        background: #28a745;
        border-color: #28a745;
    }

        .switch input[type="checkbox"]:checked + label:before {
            left: 31px;
            background: #ffffff !important;
            outline: none;
        }

        .switch input[type="checkbox"]:checked + label:after {
            display: none
        }

.form-control:disabled, .form-control[readonly] {
    background: #ffffff;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 0.8
}

.form-group {
    margin-bottom: 1.4rem;
}

.loader2 {
    background-color: rgba(66, 146, 245, 0.5);
    text-align: center;
    display: none
}

    .loader2.show {
        opacity: 1;
        display: block
    }

    .loader2 .loader {
        background-color: #fff;
        display: inline-block;
        width: auto;
        border-radius: 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        margin: 300px auto 0 auto;
    }

.multiselect.dropdown-toggle {
    background: none;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #b7babf;
    line-height: 20px;
    padding: 5px 0;
    border-radius: 0;
    font-weight: normal;
    width: 100%;
    text-align: left;
}

    .multiselect.dropdown-toggle:focus {
        box-shadow: none;
    }

.multiselect-container {
    width: 100%;
    padding: 0;
}

    .multiselect-container li {
        padding: 0
    }

        .multiselect-container li a {
            padding: 4px 15px;
            display: block;
            line-height: 20px;
            position: relative;
        }

            .multiselect-container li a label {
                padding: 0;
                position: relative;
                padding-left: 25px;
                line-height: 1.5rem;
                display: block
            }

                .multiselect-container li a label input[type="checkbox"] {
                    display: none;
                }

.multiselect-native-select .btn-group, .multiselect-native-select {
    width: 100%;
    display: block;
}

.multiselect-container li label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
    border-radius: 3px;
}

.multiselect-container li.active label::before {
    color: #fff;
    background-color: #007bff;
}

.multiselect-container li label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    font-family: 'fontAwesome';
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 1rem;
}

.multiselect-container li.active label::after {
    content: "\f00c";
    color: #ffffff;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
    cursor: not-allowed
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #999999;
    cursor: not-allowed
}

/* contractor module css */
.vm {
    vertical-align: middle
}

.quotecard.active {
    border: 2px solid #28a745;
    box-shadow: 0px 4px 6px 0px rgba(3, 49, 101, 0.15);
    -moz-box-shadow: 0px 4px 6px 0px rgba(3, 49, 101, 0.15);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(3, 49, 101, 0.15);
    -ms-box-shadow: 0px 4px 6px 0px rgba(3, 49, 101, 0.15);
}

    .quotecard.active .card-footer {
        background: #4cb62c !important;
        color: #ffffff;
    }

input[type="file"].form-control {
    padding: 2px 0
}

.input-group-text {
    background: none;
    border: 0
}

.list li figure img {
    min-height: 100%
}
/* contractor module css */




@media screen and (min-width:1440px) {
    .form-signin {
        padding-top: 20%;
    }
}

@media screen and (max-width:1500px) {
    body.menu-open .main_container {
        padding-left: 0px;
    }

    body .sidebar {
        left: 0px
    }

    body.menu-open .sidebar {
        left: -270px
    }

    body footer {
        padding-left: 0
    }

    body.menu-open footer {
        padding-left: 0
    }
}

.form-control.daterange2.full2 {
    width: 100%;
    max-width: none;
}

.form-control.daterange2 {
    background-image: url(../img/date.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    max-width: 200px;
    display: inline-block;
    text-align: left;
}

ul#tags li {
    list-style: none;
    font-size: 12px;
    padding: 5px 10px;
    color: #656363;
    border-bottom: 1px solid #eaeaea;
}

.labletemplate {
    background: #0094ff;
    color: #fff;
    padding: 10px;
}

ul#tags li:last-child {
    border: 0;
}

ul#tags {
    margin: 0;
    padding: 0;
}

.displaytitle {
    display: inline-block;
    padding: 10px 0;
    line-height: 20px;
    min-width: 140px;
    font-size: 14px;
    font-weight: 600;
}

.activeCliams {
    border-bottom: 2px solid #007aff;
}

.sidebar .nav .nav-item ul li a {
    padding-left: 25px !important;
}


/* Claim job module css */
.text-success {
    color: #4cb62c
}

.font-sm {
    font-size: 16px
}

.text-flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.currency-icon {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 48px;
    color: #4cb62c;
    margin: 0 auto 10px auto;
}

    .currency-icon::before {
        content: '\f058 ';
        position: absolute;
        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;
        right: -10px;
        top: 0px;
        font-size: 35px;
        background-color: #fff;
    }
/* Ticket Listing CSS */
ul.ticket-statastics li {
    display: inline-flex;
    margin-right: 15px;
    border-right: 1px solid #c3daf7;
    padding-right: 15px;
}

ul.ticket-statastics {
    margin: 0;
    padding: 0;
}

    ul.ticket-statastics li a {
        text-decoration: none;
        color: inherit;
    }

        ul.ticket-statastics li a:hover .status-wrp {
            opacity: 0.7;
        }

    ul.ticket-statastics li:last-child {
        border: 0;
    }

.status-wrp {
    display: flex;
    align-items: center;
}

    .status-wrp .icon {
        margin-right: 12px;
    }

        .status-wrp .icon i {
            font-size: 24px;
            color: #8ba2bb;
        }

.status-cont span.value {
    font-weight: 700;
    font-size: 15px;
}

.status-cont span.lbl {
    font-size: 12px;
    font-weight: 500;
}

.status-cont span {
    display: block;
}

.status-cont {
    text-align: center;
}

.table-action {
    display: flex;
    align-items: center;
    height: 20px;
}

.table tr td .table-action .btn {
    margin: 0;
}

.ticket-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ticket-list-top .nav-tabs {
        background: #fff;
        border-bottom: 2px solid transparent;
    }

        .ticket-list-top .nav-tabs .nav-link {
            font-size: 14px;
            border-bottom: 0px solid rgb(212, 212, 212);
            color: #000;
            border: 0;
            padding: 10px 13px;
        }

            .ticket-list-top .nav-tabs .nav-link.active, .ticket-list-top .nav-tabs .nav-link.active:focus, .ticket-list-top .nav-tabs .nav-link:hover, .ticket-list-top .nav-tabs .nav-link:focus {
                background: #ffffff;
                border-color: #e0ecfa;
                border-bottom: 2px solid #1968d4;
                border-radius: 0;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                color: #1968d4;
            }

.ticket-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-ex {
    width: 300px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    bottom: 1.4em;
}

div#example_filter, div#example_length, div#example_info, div#example_paginate {
    display: none;
}

input.cl-search {
    width: 100%;
}
/* Ticket Detail */
.tc-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-listing {
    margin: 0;
    padding: 0;
}

    .comment-listing li {
        list-style: none;
        position: relative;
        border-bottom: 1px solid #dedede;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .comment-listing li:last-child {
            border: 0;
        }

        .comment-listing li .comment-action {
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            color: #b3b3b3;
        }

.user-info p {
    margin-bottom: 0;
    color: #5d5d5d;
}

.user-info .small-text {
    color: #b3b3b3;
}

.user-info h3, .ticket-description h3 {
    font-size: 18px;
}

.reply {
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}

    .reply.no-bg {
        background: rgb(241, 241, 241);
    }

    .reply .page-title {
        display: flex;
        justify-content: space-between;
        font-weight: 700;
    }

.tc-dtl-v-2 .form-group {
    margin-bottom: 10px;
}

.tc-detail-head .edit-pen {
    font-size: 20px;
}

.ticket-description p {
    color: #5d5d5d;
}

.tc-detail-head .page-title {
    font-weight: bold;
}

span.identity.claimant-handler {
    background: #4eddc9;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 4px;
}

span.identity.claimant {
    background: #4ea1dd;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 4px;
}

.user-attachment {
    margin: 10px 10px 10px 0;
    display: flex;
    flex-direction: column;
}

    .user-attachment img {
        width: 80px;
        height: 80px;
    }

.attachment-wrp {
    display: inline-flex;
    flex-wrap: wrap;
}

span.file-icon {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 2px;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 15px;
}

    span.file-icon i {
        margin: 2px;
    }

span.file-name {
    font-size: 11px;
    margin-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80px;
}

.attachment-icon {
    position: relative;
}
/* Menu Setting */
span.setting-arrow {
    text-align: right;
    float: right;
}

.sidebar .nav .nav-item .nav-link {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sidebar .nav .nav-item ul {
    margin: 0;
    padding: 0;
}

td.main-section {
    font-weight: bold;
}

.close:focus, .close:hover {
    outline: 0;
}

.prefilled-lbl, .prefilled-lbl .custom-control {
    display: flex;
    align-items: center;
}

ul.technicians-list {
    margin: 0;
    padding: 0;
}

    ul.technicians-list li {
        list-style: none;
        padding: 10px 0;
        border-bottom: 1px solid #eaeaea;
        display: flex;
        justify-content: space-between;
    }

        ul.technicians-list li:last-child {
            border: 0;
        }

        ul.technicians-list li span {
            font-size: 11px;
            background: #4eddc9;
            padding: 3px 5px;
            border-radius: 4px;
            color: #fff;
        }

.tooltip {
    width: 500px !important;
}

input.cl-search {
    max-width: 300px;
}

td.sub-cat {
    padding-left: 33px !important;
}

tr#mainSection {
    cursor: pointer;
}

.email-tem-box {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0px 5px 0 rgba(21,46,183,0.2);
    border-radius: 6px;
}

    .email-tem-box h5 {
        font-weight: bold;
        color: #282828;
    }

    .email-tem-box > p {
        font-size: 14px;
        color: #6a6a6a;
    }

.col.text-right.bt-act {
    border-top: 1px solid #c9c9c9;
    padding-top: 20px;
}

.email-tem-head {
    background: #f0f0f0;
    margin: -30px -20px 0 -20px;
    padding: 20px;
}

    .email-tem-head p {
        margin: 0;
        font-size: 13px;
    }

.prefilled-lbl.has-float-label label {
    top: 7px !important;
    left: 25px;
}

.prefilled-lbl .custom-control-label::before {
    left: -20px !important;
    top: -3px !important;
}

.sidebar .nav .nav-item ul li a {
    padding-left: 25px !important;
}

/*--------Create New Policy Module------*/

ul#new-policy-tab {
    background: transparent;
    border: none;
    justify-content: center;
}

    ul#new-policy-tab .nav-link.active, ul#new-policy-tab .nav-link:focus, ul#new-policy-tab .nav-link:hover {
        border-color: transparent;
    }

    ul#new-policy-tab .nav-link, ul#new-policy-tab .nav-link:focus, ul#new-policy-tab .nav-link:hover {
        border-bottom: none !important;
    }

        ul#new-policy-tab .nav-link.active {
            border-bottom: none !important;
            color: #007AFF;
            background: transparent;
        }

    ul#new-policy-tab .nav-link {
        padding-left: 0;
        color: #010101;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        background: transparent !important;
    }

    ul#new-policy-tab .nav-item::after {
        content: "";
        width: 103%;
        height: 4px;
        background: #000;
        position: absolute;
        top: 32px;
    }

    ul#new-policy-tab .nav-item:last-child::after {
        display: none;
    }

    ul#new-policy-tab .nav-item.active::after {
        background: #007aff;
    }

    ul#new-policy-tab .nav-link span {
        background: #000;
        color: #FFF;
        font-weight: 700;
        display: block;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        border-radius: 7px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        z-index: 999999;
        position: relative;
    }

    ul#new-policy-tab .nav-link.active span {
        background: #007AFF;
        color: #FFFFFF;
    }

    ul#new-policy-tab .nav-item {
        min-width: 260px;
        margin-right: 2rem;
        text-align: center;
        position: relative;
    }

.new-policy-content .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-action {
    border-top: 1px solid #CFD5DC;
    padding-top: 1rem;
    margin-top: 3rem;
}

.new-policy-content .form-control {
    color: #222;
    font-weight: 400;
    padding-left: 0;
    height: auto !important;
}

.main-head-wrapper {
    padding-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}

    .main-head-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #B7BABF;
        position: absolute;
        left: 0px;
        top: 20px;
    }

.child-head-wrapper {
    padding-left: 2rem;
    position: relative;
}

    .child-head-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #B7BABF;
        position: absolute;
        left: 15px;
        top: -24px;
    }

.main-head-wrapper > .row > .form-group::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 1px;
    display: inline-block;
    background: #B7BABF;
    top: 20px;
}

.main-head-wrapper > .child-head-wrapper > .form-group {
    position: relative;
}

.child-head-wrapper .form-group::before {
    content: "";
    position: absolute;
    left: -2px;
    width: 8px;
    height: 1px;
    display: inline-block;
    background: #B7BABF;
    top: 13px;
}

.main-head-wrapper button::after {
    display: none !important;
}

.main-head-wrapper button {
    background: transparent;
    border: none;
    color: #010101;
    font-size: 20px;
}

.main-head-wrapper button {
    background: transparent !important;
    border: none !important;
    color: #007aff;
    font-size: 23px;
    line-height: 1;
    padding: 1rem 0.5rem;
    cursor: pointer;
}

    .main-head-wrapper button.dropdown-toggle:hover, .main-head-wrapper button.dropdown-toggle:focus {
        color: #1968D4 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.main-head-wrapper .dropdown-menu {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
    border: 1px solid #B7BABF;
}

    .main-head-wrapper .dropdown-menu a.dropdown-item {
        border-bottom: 1px solid #B7BABF;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

        .main-head-wrapper .dropdown-menu a.dropdown-item:last-child {
            border-bottom: none;
        }

.main-head-wrapper .delete-action button {
    color: #F81B4F !important;
}

.main-head-wrapper .dropdown-menu a.dropdown-item:hover, .main-head-wrapper .dropdown-menu a.dropdown-item:focus {
    color: #007AFF;
    background: transparent;
}

.main-head-wrapper .child-head-wrapper button {
    font-size: 18px;
    line-height: 26px;
    color: #010101;
}

a.primary-link {
    background: #1968D4;
    color: #fff;
    padding: 10px 21px;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.view-rule-action .btn {
    font-size: 15px;
}

div#rules p {
    font-size: 14px;
}

.condition-wrapper {
    border: 1px solid #E8E8E8;
}

.if-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #E8E8E8;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .if-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }

.elseif-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #7EDAF6;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .elseif-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }

.else-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #F9C08E;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .else-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }



.condition-content-wrapper {
    padding: 8px;
}

.add-group-button-wrapper .btn i {
    width: 15px;
    height: 15px;
    border: 1px solid #000030;
    line-height: 14px;
    font-size: 9px;
    text-align: center;
    margin-right: 4px;
    border-radius: 50%;
}

.add-group-button-wrapper .btn {
    font-size: 12px;
    color: #000030;
    line-height: 18px;
    font-weight: 500;
    background: #C8D7E9;
    border-radius: 4px;
}

.group-form-wrapper .form-group {
    margin-bottom: 1rem;
}

.group-form-wrapper {
    border: 1px solid #C8D7E9;
    border-radius: 4px;
    background: #FCFCFC;
    padding: 10px 10px 5px 10px;
}

.add-group-button-wrapper {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .add-group-button-wrapper.main-group-name-wrapper {
        position: relative;
    }

        .add-group-button-wrapper.main-group-name-wrapper::before {
            content: "";
            width: 15px;
            height: 1px;
            background: #C8D7E9;
            position: absolute;
            display: block;
            left: -15px;
            top: 15px;
        }

.group-form-action-wrapper a.delete-wrapper {
    color: #505050;
    font-size: 20px;
    vertical-align: middle;
}

.group-form-action-wrapper a {
    margin: 0 0.2rem 0 0.5rem;
    line-height: 20px;
    display: inline-block;
}

.child-group-wrapper .group-form-action-wrapper a {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.3rem;
}

.group-form-action-wrapper a img {
    width: 32px;
}

.group-form-action-wrapper a i {
    font-size: 20px;
}

.then-group .then-condition-group .group-form-action-wrapper a img {
    width: 22px;
}

.child-group-wrapper {
    padding-left: 20px;
    z-index: 9999;
}

.and-or-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    padding: 4px 8px;
    background: transparent;
    border-radius: 4px;
    color: #010101;
}

.and-or-actions {
    display: inline-block;
    border: 1px solid #C8D7E9;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    position: relative;
    z-index: 999999;
}

.and-or-wrapper .btn.active {
    background: #E0ECFA;
    color: #007AFF;
}

.and-or-wrapper {
    position: relative;
    padding: 2rem 0;
    margin-left: 45px;
}

    .and-or-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        display: block;
        background: #C8D7E9;
        top: 0;
        left: -14px;
        z-index: 9999;
    }

.and-or-actions::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #C8D7E9;
    position: absolute;
    display: block;
    left: -15px;
    top: 15px;
}

/* .and-or-wrapper.main .and-or-actions::before {
    bottom: -40px;
    top: auto;
    left: 35px;
    height: 40px;
    width: 1px;
    background: #C8D7E9;
    
} */

.and-or-wrapper.main {
    margin-left: 0px;
    position: initial;
    padding-bottom: 0;
}

    .and-or-wrapper.main::before {
        left: 5px;
        top: -27px;
    }

    .and-or-wrapper.main .and-or-actions::after {
        content: "";
        width: 15px;
        height: 1px;
        background: #C8D7E9;
        position: absolute;
        display: block;
        left: -15px;
        top: 15px;
    }

.add-group-button-wrapper .and-or-actions .btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 4px 8px;
    background: transparent;
    border-radius: 4px;
    color: #010101;
    text-transform: uppercase;
}

    .add-group-button-wrapper .and-or-actions .btn.active {
        background: #E0ECFA;
        color: #007AFF;
    }

.outer-child-group-wrapper::before {
    top: 0;
    bottom: auto;
    left: 32px;
    height: 40px;
    width: 1px;
    background: #C8D7E9;
    content: "";
    position: absolute;
    display: block;
}

.outer-child-group-wrapper {
    position: relative;
    z-index: 9999;
    background: #fff;
    padding-top: 2.5rem;
    margin-top: -18px;
}

.inner-child-group-wrapper {
    z-index: 99999;
}

.child-group-wrapper.next-child::before {
    top: -30px;
    bottom: auto;
    left: 32px;
    height: 30px;
    width: 1px;
    background: #C8D7E9;
    content: "";
    position: absolute;
    display: block;
}

.child-group-wrapper.next-child {
    margin-top: 30px;
    position: relative;
}

.all-action-wrapper {
    position: relative;
}

.bg-white {
    background: #fff !important;
}

.then-condition-group {
    position: relative;
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden;
}

.then-condition-group .group-form-wrapper {
    background: #F1FFF7;
    border: 1px solid #89D2AE;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 99%;
}

span.then-condition-label {
    font-size: 11px;
    line-height: 18px;
    color: #2AA872;
    background: #F1FFF7;
    border: 1px solid #89D2AE;
    border-radius: 4px;
    padding: 3px 7px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.then-group {
    position: relative;
    padding-top: 1rem;
    background: #fff;
    margin-bottom: 2rem;
    z-index: 9999;
}

    .then-group .then-condition-group {
        padding-top: 0 !important;
    }

.else-wrapper .then-group {
    padding-top: 0;
}

.conditions-button-wrapper .btn {
    font-size: 11px;
    border: none;
    line-height: 14px;
    color: #010101;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 500;
}

    .conditions-button-wrapper .btn.add-nested-if {
        background: #FFF0A2;
    }

    .conditions-button-wrapper .btn.add-else-if {
        background: #7EDAF6;
    }

    .conditions-button-wrapper .btn.add-else {
        background: #F9C08E;
    }

.conditions-button-wrapper {
    padding-left: 20px;
}

    .conditions-button-wrapper .left-action-wrapper {
        display: inline-block;
    }

    .conditions-button-wrapper .right-action-wrapper {
        display: inline-block;
        float: right;
    }

    .conditions-button-wrapper .btn.then-condition {
        color: #2AA872;
        background: #E8E8E8;
    }

        .conditions-button-wrapper .btn.then-condition i {
            width: 15px;
            height: 15px;
            border: 1px solid #2AA872;
            line-height: 14px;
            font-size: 9px;
            text-align: center;
            margin-right: 4px;
            border-radius: 50%;
        }

.h-auto {
    height: auto !important;
}

p.head-count-number {
    font-size: 15px;
    font-weight: 500;
    color: #1968D4;
    line-height: 20px;
}

span.manage-policy-note {
    font-size: 12px;
    line-height: 18px;
    color: #868E96;
    padding-top: 3px;
}

p.head-count-number.pending-status {
    color: #F28F2C;
}

p.head-count-number.created-status {
    color: #4CB62C;
}

#createhead .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.table tr td .table-action.manage-policy-action .btn {
    min-width: auto;
}

.manage-policy-table-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

form.manage-policy-table-form .form-group, #createclone .form-group {
    margin-bottom: 0.5rem;
}

div#viewrule p, p.condition-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

a#var-listing {
    font-weight: 700;
    color: #010101;
    padding-left: 0;
}

.create-variables .form-control::-webkit-input-placeholder, #createclone .form-control::-webkit-input-placeholder, #edit-effective-date .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control::-moz-placeholder, #createclone .form-control::-moz-placeholder, #edit-effective-date .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control:-ms-input-placeholder, #createclone .form-control:-ms-input-placeholder, #edit-effective-date .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control:-moz-placeholder, #createclone .form-control:-moz-placeholder, #edit-effective-date .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables textarea {
    resize: none;
}

span.help-text {
    font-size: 13px;
    line-height: 18px;
    color: #868E96;
    display: inline-block;
    margin-top: 0.5rem;
}

div#edit-policy-confirmation .modal-body {
    padding: 1rem 2rem 1rem 1rem;
}

div#policy-audit .table tr td .btn {
    min-width: auto;
}

.view-rule-wrapper h2 i {
    width: 20px;
    height: 20px;
    background: #010101;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.view-rule-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
    color: #007AFF;
    font-weight: 500;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.view-rule-div {
    border: 1px solid #E8E8E8;
}

.view-rule-wrapper p {
    font-size: 14px;
    padding: 15px 15px;
}

.form-group label img {
    opacity: 0.2;
    width: 14px;
    margin-left: 10px;
    margin-top: -4px;
}

.green-text {
    color: #25D83D;
}

.pink-text {
    color: #C500FF;
}

.blue-text {
    color: #007AFF;
}

.dark-green-text {
    color: #2AA872;
}

.sky-blue-text {
    color: #2FC1EE;
}

.gray-text {
    color: #747880;
}

.orange-text {
    color: #D67016;
}

.black-text {
    color: #000000;
}

.bold {
    font-weight: 700;
}


/*-------Hierarchy Design--------*/

.style-select select {
    padding: 0;
}

    .style-select select option {
        padding: 4px 10px 4px 10px;
    }

        .style-select select option:hover {
            background: #EEEEEE;
        }

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 40%;
}

    .subject-info-box-1 select,
    .subject-info-box-2 select {
        padding: 0;
    }

        .subject-info-box-1 select option,
        .subject-info-box-2 select option {
            padding: 8px 10px 8px 10px;
        }

            .subject-info-box-1 select option:hover,
            .subject-info-box-2 select option:hover {
                background: #EEEEEE;
            }

#AvailableHead, #SelectedHead {
    height: 214px !important;
    border: 1px solid #B7BABF;
    padding: 5px 0px;
    overflow: auto;
}

.subject-info-arrows {
    float: left;
    width: 20%;
}

    .subject-info-arrows input {
        width: 60px;
        margin-bottom: 15px;
        height: 38px;
        line-height: 20px;
        font-size: 26px;
        color: #fff;
        background: #868E96;
    }

        .subject-info-arrows input:hover {
            background: #007AFF;
        }

.hierarchy-label span {
    font-size: 14px;
    color: #010101;
    font-weight: 700;
}

.subject-info-box-1 label, .subject-info-box-2 label {
    margin-bottom: 5px;
    margin-top: 0;
}

.divHierarchy {
    display: flex;
    align-items: center;
}

label.has-float-label.hierarchy-label {
    margin-bottom: 10px;
}

.first-outer {
    position: relative;
    z-index: 9999;
    background: #fff;
    padding-top: 2.5rem;
    margin-top: -18px;
}

    .first-outer::before {
        top: 0;
        bottom: auto;
        left: 32px;
        height: 40px;
        width: 1px;
        background: #C8D7E9;
        content: "";
        position: absolute;
        display: block;
    }

.rule-text {
    background: #EEF5FE;
    border: 1px solid #E0ECFA;
    padding: 20px;
    color: #747880;
    font-size: 14px;
    margin-top: 1rem;
}

    .rule-text span {
        color: #C500FF;
        font-weight: 600;
    }

div#testrule .modal-body {
    padding: 1rem 2rem;
    max-height: 75vh;
    overflow: auto;
}

div#testrule .modal-footer button.btn {
    padding: 6px 36px;
    font-size: 15px;
}

.group-wrapper {
    background: #EEF5FE;
    border: 1px solid #C8D7E9;
    border-radius: 4px;
    padding: 20px 15px 15px 5px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 1rem;
    margin-right: 10px;
}

    .group-wrapper::before {
        content: "";
        width: 15px;
        height: 1px;
        background: #C8D7E9;
        position: absolute;
        display: block;
        left: -15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .group-wrapper .child-group-wrapper {
        margin-bottom: 1rem;
    }

        .group-wrapper .child-group-wrapper:last-child {
            margin-bottom: 0;
        }

    .group-wrapper .group-head-wrapper {
        padding-left: 20px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .group-wrapper .group-head-wrapper span {
            font-size: 14px;
            font-weight: 500;
        }

        .group-wrapper .group-head-wrapper .and-or-actions {
            margin-left: 20px;
        }

            .group-wrapper .group-head-wrapper .and-or-actions .btn {
                font-size: 12px;
                line-height: 14px;
                font-weight: 600;
                padding: 4px 8px;
                background: transparent;
                border-radius: 4px;
                color: #010101;
                text-transform: uppercase;
            }

                .group-wrapper .group-head-wrapper .and-or-actions .btn.active {
                    background: #E0ECFA;
                    color: #007AFF;
                }

    .group-wrapper .group-head-actions-wrapper button.btn-primary {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 10px;
        vertical-align: middle;
        position: relative;
        padding: 7px 8px;
        padding-left: 35px;
    }

    .group-wrapper .group-form-action-wrapper a i {
        padding-left: 15px;
    }

    .group-wrapper .group-head-actions-wrapper button.btn-primary img {
        margin-right: 10px;
        position: absolute;
        left: 10px;
        top: 4px;
    }

    .group-wrapper .group-head-actions-wrapper button.btn-delete {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 10px;
        vertical-align: middle;
        position: relative;
        padding: 7px 8px;
        background: #FF0000;
    }

.conditions-button-wrapper.updated-group-wrapper .and-or-wrapper.main {
    margin-left: 0;
}

.group-wrapper::after {
    content: '';
    position: absolute;
    left: -16px;
    width: 1px;
    height: calc(109% + 4px);
    border-color: #C8D7E9;
    border-style: solid;
    border-width: 0px;
    background: #C8D7E9;
    top: -4px;
}

.group-wrapper:first-child::after {
    top: -28px;
    height: calc(100% + 50px);
}

.group-wrapper.last::after {
    height: calc(58% + 4px);
}

.all-action-wrapper > .group-wrapper:nth-last-child(2)::after {
    height: calc(50% + 28px);
    top: -28px;
}

.then-group .group-form-action-wrapper.opacity-0 {
    display: none;
}

.add-group-button-wrapper.main-group-name-wrapper button.btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    vertical-align: middle;
    position: relative;
    padding: 7px 8px;
    padding-left: 35px;
    background: #000030;
    float: right;
    margin-right: 1%;
}

    .add-group-button-wrapper.main-group-name-wrapper button.btn img {
        margin-right: 10px;
        position: absolute;
        left: 10px;
        top: 4px;
    }

h2 a.delete-wrapper i {
    color: #000;
    background: transparent;
    font-size: 20px;
}


​​​​
/*@media (min-width: 576px) {
    div #testrule .modal-dialog{
    max-width: 540px;
    }
}*/
/*----------Tooltip Changes-------*/
div.click-to-top {
    display: inline-block;
    position: relative;
    max-width: 160px;
}

div.click-to-top:hover {
    z-index: 10;
}

div.click-to-top img {
    width: 16px;
    margin-left: 0.4rem;
    margin-top: -4px;
    opacity: 0.5;
}

    div.click-to-top img:hover {
        width: 16px;
        z-index: 10;
    }

div.click-to-top span {
    display: none;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    background: #333;
    color: #fff;
    width: 150px;
    font-size: 14px;
    padding: 0.9rem 1rem;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
}

div.click-to-top:hover span {
    display: block;
}


h2 a.delete-wrapper i {
    color: #000;
    background: transparent;
    font-size: 20px;
}

/*--------Create New Policy Module------*/

ul#new-policy-tab {
    background: transparent;
    border: none;
    justify-content: center;
}

    ul#new-policy-tab .nav-link.active, ul#new-policy-tab .nav-link:focus, ul#new-policy-tab .nav-link:hover {
        border-color: transparent;
    }

    ul#new-policy-tab .nav-link, ul#new-policy-tab .nav-link:focus, ul#new-policy-tab .nav-link:hover {
        border-bottom: none !important;
    }

        ul#new-policy-tab .nav-link.active {
            border-bottom: none !important;
            color: #007AFF;
            background: transparent;
        }

    ul#new-policy-tab .nav-link {
        padding-left: 0;
        color: #010101;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        background: transparent !important;
    }

    ul#new-policy-tab .nav-item::after {
        content: "";
        width: 103%;
        height: 4px;
        background: #000;
        position: absolute;
        top: 32px;
    }

    ul#new-policy-tab .nav-item:last-child::after {
        display: none;
    }

    ul#new-policy-tab .nav-item.active::after {
        background: #007aff;
    }

    ul#new-policy-tab .nav-link span {
        background: #000;
        color: #FFF;
        font-weight: 700;
        display: block;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        border-radius: 7px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        z-index: 999999;
        position: relative;
    }

    ul#new-policy-tab .nav-link.active span {
        background: #007AFF;
        color: #FFFFFF;
    }

    ul#new-policy-tab .nav-item {
        min-width: 260px;
        margin-right: 2rem;
        text-align: center;
        position: relative;
    }

.new-policy-content .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-action {
    border-top: 1px solid #CFD5DC;
    padding-top: 1rem;
    margin-top: 3rem;
}

.new-policy-content .form-control {
    color: #222;
    font-weight: 400;
    padding-left: 0;
    height: auto !important;
}

.main-head-wrapper {
    padding-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}

    .main-head-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #B7BABF;
        position: absolute;
        left: 0px;
        top: 20px;
    }

.child-head-wrapper {
    padding-left: 2rem;
    position: relative;
}

    .child-head-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #B7BABF;
        position: absolute;
        left: 15px;
        top: -24px;
    }

.main-head-wrapper > .row > .form-group::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 1px;
    display: inline-block;
    background: #B7BABF;
    top: 20px;
}

.main-head-wrapper > .child-head-wrapper > .form-group {
    position: relative;
}

.child-head-wrapper .form-group::before {
    content: "";
    position: absolute;
    left: -2px;
    width: 8px;
    height: 1px;
    display: inline-block;
    background: #B7BABF;
    top: 13px;
}

.main-head-wrapper button::after {
    display: none !important;
}

.main-head-wrapper button {
    background: transparent;
    border: none;
    color: #010101;
    font-size: 20px;
}

.main-head-wrapper button {
    background: transparent !important;
    border: none !important;
    color: #007aff;
    font-size: 23px;
    line-height: 1;
    padding: 1rem 0.5rem;
    cursor: pointer;
}

    .main-head-wrapper button.dropdown-toggle:hover, .main-head-wrapper button.dropdown-toggle:focus {
        color: #1968D4 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.main-head-wrapper .dropdown-menu {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
    border: 1px solid #B7BABF;
}

    .main-head-wrapper .dropdown-menu a.dropdown-item {
        border-bottom: 1px solid #B7BABF;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

        .main-head-wrapper .dropdown-menu a.dropdown-item:last-child {
            border-bottom: none;
        }

.main-head-wrapper .delete-action button {
    color: #F81B4F !important;
}

.main-head-wrapper .dropdown-menu a.dropdown-item:hover, .main-head-wrapper .dropdown-menu a.dropdown-item:focus {
    color: #007AFF;
    background: transparent;
}

.main-head-wrapper .child-head-wrapper button {
    font-size: 18px;
    line-height: 26px;
    color: #010101;
}

a.primary-link {
    background: #1968D4;
    color: #fff;
    padding: 10px 21px;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.view-rule-action .btn {
    font-size: 15px;
}

div#rules p {
    font-size: 14px;
}

.condition-wrapper {
    border: 1px solid #E8E8E8;
}

.if-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #E8E8E8;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .if-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }

.elseif-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #7EDAF6;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .elseif-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }

.else-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #F9C08E;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .else-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }



.condition-content-wrapper {
    padding: 8px;
}

.add-group-button-wrapper .btn i {
    width: 15px;
    height: 15px;
    border: 1px solid #000030;
    line-height: 14px;
    font-size: 9px;
    text-align: center;
    margin-right: 4px;
    border-radius: 50%;
}

.add-group-button-wrapper .btn {
    font-size: 12px;
    color: #000030;
    line-height: 18px;
    font-weight: 500;
    background: #C8D7E9;
    border-radius: 4px;
}

.group-form-wrapper .form-group {
    margin-bottom: 1rem;
}

.group-form-wrapper {
    border: 1px solid #C8D7E9;
    border-radius: 4px;
    background: #FCFCFC;
    padding: 10px 10px 5px 10px;
}

.add-group-button-wrapper {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .add-group-button-wrapper.main-group-name-wrapper {
        position: relative;
    }

        .add-group-button-wrapper.main-group-name-wrapper::before {
            content: "";
            width: 15px;
            height: 1px;
            background: #C8D7E9;
            position: absolute;
            display: block;
            left: -15px;
            top: 15px;
        }

.group-form-action-wrapper a.delete-wrapper {
    color: #505050;
    font-size: 20px;
    vertical-align: middle;
}

.group-form-action-wrapper a {
    margin: 0 0.2rem 0 0.5rem;
    line-height: 20px;
    display: inline-block;
}

.child-group-wrapper .group-form-action-wrapper a {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.3rem;
}

.group-form-action-wrapper a img {
    width: 32px;
}

.group-form-action-wrapper a i {
    font-size: 20px;
}

.then-group .then-condition-group .group-form-action-wrapper a img {
    width: 22px;
}

.child-group-wrapper {
    padding-left: 20px;
    z-index: 9999;
}

.and-or-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    padding: 4px 8px;
    background: transparent;
    border-radius: 4px;
    color: #010101;
}

.and-or-actions {
    display: inline-block;
    border: 1px solid #C8D7E9;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    position: relative;
    z-index: 999999;
}

.and-or-wrapper .btn.active {
    background: #E0ECFA;
    color: #007AFF;
}

.and-or-wrapper {
    position: relative;
    padding: 2rem 0;
    margin-left: 45px;
}

    .and-or-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        display: block;
        background: #C8D7E9;
        top: 0;
        left: -14px;
        z-index: 9999;
    }

.and-or-actions::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #C8D7E9;
    position: absolute;
    display: block;
    left: -15px;
    top: 15px;
}

/* .and-or-wrapper.main .and-or-actions::before {
    bottom: -40px;
    top: auto;
    left: 35px;
    height: 40px;
    width: 1px;
    background: #C8D7E9;
    
} */

.and-or-wrapper.main {
    margin-left: 0px;
    position: initial;
    padding-bottom: 0;
}

    .and-or-wrapper.main::before {
        left: 5px;
        top: -27px;
    }

    .and-or-wrapper.main .and-or-actions::after {
        content: "";
        width: 15px;
        height: 1px;
        background: #C8D7E9;
        position: absolute;
        display: block;
        left: -15px;
        top: 15px;
    }

.add-group-button-wrapper .and-or-actions .btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 4px 8px;
    background: transparent;
    border-radius: 4px;
    color: #010101;
    text-transform: uppercase;
}

    .add-group-button-wrapper .and-or-actions .btn.active {
        background: #E0ECFA;
        color: #007AFF;
    }

.outer-child-group-wrapper::before {
    top: 0;
    bottom: auto;
    left: 32px;
    height: 40px;
    width: 1px;
    background: #C8D7E9;
    content: "";
    position: absolute;
    display: block;
}

.outer-child-group-wrapper {
    position: relative;
    z-index: 9999;
    background: #fff;
    padding-top: 2.5rem;
    margin-top: -18px;
}

.inner-child-group-wrapper {
    z-index: 99999;
}

.child-group-wrapper.next-child::before {
    top: -30px;
    bottom: auto;
    left: 32px;
    height: 30px;
    width: 1px;
    background: #C8D7E9;
    content: "";
    position: absolute;
    display: block;
}

.child-group-wrapper.next-child {
    margin-top: 30px;
    position: relative;
}

.all-action-wrapper {
    position: relative;
}

.bg-white {
    background: #fff !important;
}

.then-condition-group {
    position: relative;
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden;
}

.then-condition-group .group-form-wrapper {
    background: #F1FFF7;
    border: 1px solid #89D2AE;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 99%;
}

span.then-condition-label {
    font-size: 11px;
    line-height: 18px;
    color: #2AA872;
    background: #F1FFF7;
    border: 1px solid #89D2AE;
    border-radius: 4px;
    padding: 3px 7px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.then-group {
    position: relative;
    padding-top: 1rem;
    background: #fff;
    margin-bottom: 2rem;
    z-index: 9999;
}

    .then-group .then-condition-group {
        padding-top: 0 !important;
    }

.else-wrapper .then-group {
    padding-top: 0;
}

.conditions-button-wrapper .btn {
    font-size: 11px;
    border: none;
    line-height: 14px;
    color: #010101;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 500;
}

    .conditions-button-wrapper .btn.add-nested-if {
        background: #FFF0A2;
    }

    .conditions-button-wrapper .btn.add-else-if {
        background: #7EDAF6;
    }

    .conditions-button-wrapper .btn.add-else {
        background: #F9C08E;
    }

.conditions-button-wrapper {
    padding-left: 20px;
}

    .conditions-button-wrapper .left-action-wrapper {
        display: inline-block;
    }

    .conditions-button-wrapper .right-action-wrapper {
        display: inline-block;
        float: right;
    }

    .conditions-button-wrapper .btn.then-condition {
        color: #2AA872;
        background: #E8E8E8;
    }

        .conditions-button-wrapper .btn.then-condition i {
            width: 15px;
            height: 15px;
            border: 1px solid #2AA872;
            line-height: 14px;
            font-size: 9px;
            text-align: center;
            margin-right: 4px;
            border-radius: 50%;
        }

.h-auto {
    height: auto !important;
}

p.head-count-number {
    font-size: 15px;
    font-weight: 500;
    color: #1968D4;
    line-height: 20px;
}

span.manage-policy-note {
    font-size: 12px;
    line-height: 18px;
    color: #868E96;
    padding-top: 3px;
}

p.head-count-number.pending-status {
    color: #F28F2C;
}

p.head-count-number.created-status {
    color: #4CB62C;
}

#createhead .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.table tr td .table-action.manage-policy-action .btn {
    min-width: auto;
}

.manage-policy-table-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

form.manage-policy-table-form .form-group, #createclone .form-group {
    margin-bottom: 0.5rem;
}

div#viewrule p, p.condition-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

a#var-listing {
    font-weight: 700;
    color: #010101;
    padding-left: 0;
}

.create-variables .form-control::-webkit-input-placeholder, #createclone .form-control::-webkit-input-placeholder, #edit-effective-date .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control::-moz-placeholder, #createclone .form-control::-moz-placeholder, #edit-effective-date .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control:-ms-input-placeholder, #createclone .form-control:-ms-input-placeholder, #edit-effective-date .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control:-moz-placeholder, #createclone .form-control:-moz-placeholder, #edit-effective-date .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables textarea {
    resize: none;
}

span.help-text {
    font-size: 13px;
    line-height: 18px;
    color: #868E96;
    display: inline-block;
    margin-top: 0.5rem;
}

div#edit-policy-confirmation .modal-body {
    padding: 1rem 2rem 1rem 1rem;
}

div#policy-audit .table tr td .btn {
    min-width: auto;
}

.view-rule-wrapper h2 i {
    width: 20px;
    height: 20px;
    background: #010101;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.view-rule-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
    color: #007AFF;
    font-weight: 500;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.view-rule-div {
    border: 1px solid #E8E8E8;
}

.view-rule-wrapper p {
    font-size: 14px;
    padding: 15px 15px;
}

.form-group label img {
    opacity: 0.2;
    width: 14px;
    margin-left: 10px;
    margin-top: -4px;
}

.green-text {
    color: #25D83D;
}

.pink-text {
    color: #C500FF;
}

.blue-text {
    color: #007AFF;
}

.dark-green-text {
    color: #2AA872;
}

.sky-blue-text {
    color: #2FC1EE;
}

.gray-text {
    color: #747880;
}

.orange-text {
    color: #D67016;
}

.black-text {
    color: #000000;
}

.bold {
    font-weight: 700;
}


/*-------Hierarchy Design--------*/

.style-select select {
    padding: 0;
}

    .style-select select option {
        padding: 4px 10px 4px 10px;
    }

        .style-select select option:hover {
            background: #EEEEEE;
        }

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 40%;
}

    .subject-info-box-1 select,
    .subject-info-box-2 select {
        padding: 0;
    }

        .subject-info-box-1 select option,
        .subject-info-box-2 select option {
            padding: 8px 10px 8px 10px;
        }

            .subject-info-box-1 select option:hover,
            .subject-info-box-2 select option:hover {
                background: #EEEEEE;
            }

#AvailableHead, #SelectedHead {
    height: 214px !important;
    border: 1px solid #B7BABF;
    padding: 5px 0px;
    overflow: auto;
}

.subject-info-arrows {
    float: left;
    width: 20%;
}

    .subject-info-arrows input {
        width: 60px;
        margin-bottom: 15px;
        height: 38px;
        line-height: 20px;
        font-size: 26px;
        color: #fff;
        background: #868E96;
    }

        .subject-info-arrows input:hover {
            background: #007AFF;
        }

.hierarchy-label span {
    font-size: 14px;
    color: #010101;
    font-weight: 700;
}

.subject-info-box-1 label, .subject-info-box-2 label {
    margin-bottom: 5px;
    margin-top: 0;
}

.divHierarchy {
    display: flex;
    align-items: center;
}

label.has-float-label.hierarchy-label {
    margin-bottom: 10px;
}

.first-outer {
    position: relative;
    z-index: 9999;
    background: #fff;
    padding-top: 2.5rem;
    margin-top: -18px;
}

    .first-outer::before {
        top: 0;
        bottom: auto;
        left: 32px;
        height: 40px;
        width: 1px;
        background: #C8D7E9;
        content: "";
        position: absolute;
        display: block;
    }

.rule-text {
    background: #EEF5FE;
    border: 1px solid #E0ECFA;
    padding: 20px;
    color: #747880;
    font-size: 14px;
    margin-top: 1rem;
}

    .rule-text span {
        color: #C500FF;
        font-weight: 600;
    }

div#testrule .modal-body {
    padding: 1rem 2rem;
    max-height: 75vh;
    overflow: auto;
}

div#testrule .modal-footer button.btn {
    padding: 6px 36px;
    font-size: 15px;
}

.group-wrapper {
    background: #EEF5FE;
    border: 1px solid #C8D7E9;
    border-radius: 4px;
    padding: 20px 15px 15px 5px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 1rem;
    margin-right: 10px;
}

    .group-wrapper::before {
        content: "";
        width: 15px;
        height: 1px;
        background: #C8D7E9;
        position: absolute;
        display: block;
        left: -15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .group-wrapper .child-group-wrapper {
        margin-bottom: 1rem;
    }

        .group-wrapper .child-group-wrapper:last-child {
            margin-bottom: 0;
        }

    .group-wrapper .group-head-wrapper {
        padding-left: 20px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .group-wrapper .group-head-wrapper span {
            font-size: 14px;
            font-weight: 500;
        }

        .group-wrapper .group-head-wrapper .and-or-actions {
            margin-left: 20px;
        }

            .group-wrapper .group-head-wrapper .and-or-actions .btn {
                font-size: 12px;
                line-height: 14px;
                font-weight: 600;
                padding: 4px 8px;
                background: transparent;
                border-radius: 4px;
                color: #010101;
                text-transform: uppercase;
            }

                .group-wrapper .group-head-wrapper .and-or-actions .btn.active {
                    background: #E0ECFA;
                    color: #007AFF;
                }

    .group-wrapper .group-head-actions-wrapper button.btn-primary {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 10px;
        vertical-align: middle;
        position: relative;
        padding: 7px 8px;
        padding-left: 35px;
    }

    .group-wrapper .group-form-action-wrapper a i {
        padding-left: 15px;
    }

    .group-wrapper .group-head-actions-wrapper button.btn-primary img {
        margin-right: 10px;
        position: absolute;
        left: 10px;
        top: 4px;
    }

    .group-wrapper .group-head-actions-wrapper button.btn-delete {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 10px;
        vertical-align: middle;
        position: relative;
        padding: 7px 8px;
        background: #FF0000;
    }

.conditions-button-wrapper.updated-group-wrapper .and-or-wrapper.main {
    margin-left: 0;
}

.group-wrapper::after {
    content: '';
    position: absolute;
    left: -16px;
    width: 1px;
    height: calc(109% + 4px);
    border-color: #C8D7E9;
    border-style: solid;
    border-width: 0px;
    background: #C8D7E9;
    top: -4px;
}

.group-wrapper:first-child::after {
    top: -28px;
    height: calc(100% + 50px);
}

.group-wrapper.last::after {
    height: calc(58% + 4px);
}

.all-action-wrapper > .group-wrapper:nth-last-child(2)::after {
    height: calc(50% + 28px);
    top: -28px;
}

.then-group .group-form-action-wrapper.opacity-0 {
    display: none;
}

.add-group-button-wrapper.main-group-name-wrapper button.btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    vertical-align: middle;
    position: relative;
    padding: 7px 8px;
    padding-left: 35px;
    background: #000030;
    float: right;
    margin-right: 1%;
}

    .add-group-button-wrapper.main-group-name-wrapper button.btn img {
        margin-right: 10px;
        position: absolute;
        left: 10px;
        top: 4px;
    }

h2 a.delete-wrapper i {
    color: #000;
    background: transparent;
    font-size: 20px;
}


​​​​
/*@media (min-width: 576px) {
    div #testrule .modal-dialog{
    max-width: 540px;
    }
}*/
/*----------Tooltip Changes-------*/
div.click-to-top {
    display: inline-block;
    position: relative;
    max-width: 160px;
}

div.click-to-top:hover {
    z-index: 10;
}

div.click-to-top img {
    width: 16px;
    margin-left: 0.4rem;
    margin-top: -4px;
    opacity: 0.5;
}

    div.click-to-top img:hover {
        width: 16px;
        z-index: 10;
    }

div.click-to-top span {
    display: none;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    background: #333;
    color: #fff;
    width: 150px;
    font-size: 14px;
    padding: 0.9rem 1rem;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
}

div.click-to-top:hover span {
    display: block;
}


h2 a.delete-wrapper i {
    color: #000;
    background: transparent;
    font-size: 20px;
}

/*--------Create New Policy Module------*/

ul#new-policy-tab {
    background: transparent;
    border: none;
    justify-content: center;
}

    ul#new-policy-tab .nav-link.active, ul#new-policy-tab .nav-link:focus, ul#new-policy-tab .nav-link:hover {
        border-color: transparent;
    }

    ul#new-policy-tab .nav-link, ul#new-policy-tab .nav-link:focus, ul#new-policy-tab .nav-link:hover {
        border-bottom: none !important;
    }

        ul#new-policy-tab .nav-link.active {
            border-bottom: none !important;
            color: #007AFF;
            background: transparent;
        }

    ul#new-policy-tab .nav-link {
        padding-left: 0;
        color: #010101;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        background: transparent !important;
    }

    ul#new-policy-tab .nav-item::after {
        content: "";
        width: 103%;
        height: 4px;
        background: #000;
        position: absolute;
        top: 32px;
    }

    ul#new-policy-tab .nav-item:last-child::after {
        display: none;
    }

    ul#new-policy-tab .nav-item.active::after {
        background: #007aff;
    }

    ul#new-policy-tab .nav-link span {
        background: #000;
        color: #FFF;
        font-weight: 700;
        display: block;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        border-radius: 7px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        z-index: 999999;
        position: relative;
    }

    ul#new-policy-tab .nav-link.active span {
        background: #007AFF;
        color: #FFFFFF;
    }

    ul#new-policy-tab .nav-item {
        min-width: 260px;
        margin-right: 2rem;
        text-align: center;
        position: relative;
    }

.new-policy-content .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-content .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.new-policy-action {
    border-top: 1px solid #CFD5DC;
    padding-top: 1rem;
    margin-top: 3rem;
}

.new-policy-content .form-control {
    color: #222;
    font-weight: 400;
    padding-left: 0;
    height: auto !important;
}

.main-head-wrapper {
    padding-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}

    .main-head-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #B7BABF;
        position: absolute;
        left: 0px;
        top: 20px;
    }

.child-head-wrapper {
    padding-left: 2rem;
    position: relative;
}

    .child-head-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #B7BABF;
        position: absolute;
        left: 15px;
        top: -24px;
    }

.main-head-wrapper > .row > .form-group::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 1px;
    display: inline-block;
    background: #B7BABF;
    top: 20px;
}

.main-head-wrapper > .child-head-wrapper > .form-group {
    position: relative;
}

.child-head-wrapper .form-group::before {
    content: "";
    position: absolute;
    left: -2px;
    width: 8px;
    height: 1px;
    display: inline-block;
    background: #B7BABF;
    top: 13px;
}

.main-head-wrapper button::after {
    display: none !important;
}

.main-head-wrapper button {
    background: transparent;
    border: none;
    color: #010101;
    font-size: 20px;
}

.main-head-wrapper button {
    background: transparent !important;
    border: none !important;
    color: #007aff;
    font-size: 23px;
    line-height: 1;
    padding: 1rem 0.5rem;
    cursor: pointer;
}

    .main-head-wrapper button.dropdown-toggle:hover, .main-head-wrapper button.dropdown-toggle:focus {
        color: #1968D4 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.main-head-wrapper .dropdown-menu {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
    border: 1px solid #B7BABF;
}

    .main-head-wrapper .dropdown-menu a.dropdown-item {
        border-bottom: 1px solid #B7BABF;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

        .main-head-wrapper .dropdown-menu a.dropdown-item:last-child {
            border-bottom: none;
        }

.main-head-wrapper .delete-action button {
    color: #F81B4F !important;
}

.main-head-wrapper .dropdown-menu a.dropdown-item:hover, .main-head-wrapper .dropdown-menu a.dropdown-item:focus {
    color: #007AFF;
    background: transparent;
}

.main-head-wrapper .child-head-wrapper button {
    font-size: 18px;
    line-height: 26px;
    color: #010101;
}

a.primary-link {
    background: #1968D4;
    color: #fff;
    padding: 10px 21px;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.view-rule-action .btn {
    font-size: 15px;
}

div#rules p {
    font-size: 14px;
}

.condition-wrapper {
    border: 1px solid #E8E8E8;
}

.if-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #E8E8E8;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .if-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }

.elseif-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #7EDAF6;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .elseif-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }

.else-wrapper h2 {
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    font-weight: 500;
    background: #F9C08E;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
}

    .else-wrapper h2 i {
        width: 20px;
        height: 20px;
        background: #010101;
        border-radius: 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 5px;
    }



.condition-content-wrapper {
    padding: 8px;
}

.add-group-button-wrapper .btn i {
    width: 15px;
    height: 15px;
    border: 1px solid #000030;
    line-height: 14px;
    font-size: 9px;
    text-align: center;
    margin-right: 4px;
    border-radius: 50%;
}

.add-group-button-wrapper .btn {
    font-size: 12px;
    color: #000030;
    line-height: 18px;
    font-weight: 500;
    background: #C8D7E9;
    border-radius: 4px;
}

.group-form-wrapper .form-group {
    margin-bottom: 1rem;
}

.group-form-wrapper {
    border: 1px solid #C8D7E9;
    border-radius: 4px;
    background: #FCFCFC;
    padding: 10px 10px 5px 10px;
}

.add-group-button-wrapper {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .add-group-button-wrapper.main-group-name-wrapper {
        position: relative;
    }

        .add-group-button-wrapper.main-group-name-wrapper::before {
            content: "";
            width: 15px;
            height: 1px;
            background: #C8D7E9;
            position: absolute;
            display: block;
            left: -15px;
            top: 15px;
        }

.group-form-action-wrapper a.delete-wrapper {
    color: #505050;
    font-size: 20px;
    vertical-align: middle;
}

.group-form-action-wrapper a {
    margin: 0 0.2rem 0 0.5rem;
    line-height: 20px;
    display: inline-block;
}

.child-group-wrapper .group-form-action-wrapper a {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.3rem;
}

.group-form-action-wrapper a img {
    width: 32px;
}

.group-form-action-wrapper a i {
    font-size: 20px;
}

.then-group .then-condition-group .group-form-action-wrapper a img {
    width: 22px;
}

.child-group-wrapper {
    padding-left: 20px;
    z-index: 9999;
}

.and-or-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    padding: 4px 8px;
    background: transparent;
    border-radius: 4px;
    color: #010101;
}

.and-or-actions {
    display: inline-block;
    border: 1px solid #C8D7E9;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    position: relative;
    z-index: 999999;
}

.and-or-wrapper .btn.active {
    background: #E0ECFA;
    color: #007AFF;
}

.and-or-wrapper {
    position: relative;
    padding: 2rem 0;
    margin-left: 45px;
}

    .and-or-wrapper::before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        display: block;
        background: #C8D7E9;
        top: 0;
        left: -14px;
        z-index: 9999;
    }

.and-or-actions::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #C8D7E9;
    position: absolute;
    display: block;
    left: -15px;
    top: 15px;
}

/* .and-or-wrapper.main .and-or-actions::before {
    bottom: -40px;
    top: auto;
    left: 35px;
    height: 40px;
    width: 1px;
    background: #C8D7E9;
    
} */

.and-or-wrapper.main {
    margin-left: 0px;
    position: initial;
    padding-bottom: 0;
}

    .and-or-wrapper.main::before {
        left: 5px;
        top: -27px;
    }

    .and-or-wrapper.main .and-or-actions::after {
        content: "";
        width: 15px;
        height: 1px;
        background: #C8D7E9;
        position: absolute;
        display: block;
        left: -15px;
        top: 15px;
    }

.add-group-button-wrapper .and-or-actions .btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 4px 8px;
    background: transparent;
    border-radius: 4px;
    color: #010101;
    text-transform: uppercase;
}

    .add-group-button-wrapper .and-or-actions .btn.active {
        background: #E0ECFA;
        color: #007AFF;
    }

.outer-child-group-wrapper::before {
    top: 0;
    bottom: auto;
    left: 32px;
    height: 40px;
    width: 1px;
    background: #C8D7E9;
    content: "";
    position: absolute;
    display: block;
}

.outer-child-group-wrapper {
    position: relative;
    z-index: 9999;
    background: #fff;
    padding-top: 2.5rem;
    margin-top: -18px;
}

.inner-child-group-wrapper {
    z-index: 99999;
}

.child-group-wrapper.next-child::before {
    top: -30px;
    bottom: auto;
    left: 32px;
    height: 30px;
    width: 1px;
    background: #C8D7E9;
    content: "";
    position: absolute;
    display: block;
}

.child-group-wrapper.next-child {
    margin-top: 30px;
    position: relative;
}

.all-action-wrapper {
    position: relative;
}

.bg-white {
    background: #fff !important;
}

.then-condition-group {
    position: relative;
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden;
}

.then-condition-group .group-form-wrapper {
    background: #F1FFF7;
    border: 1px solid #89D2AE;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 99%;
}

span.then-condition-label {
    font-size: 11px;
    line-height: 18px;
    color: #2AA872;
    background: #F1FFF7;
    border: 1px solid #89D2AE;
    border-radius: 4px;
    padding: 3px 7px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.then-group {
    position: relative;
    padding-top: 1rem;
    background: #fff;
    margin-bottom: 2rem;
    z-index: 9999;
}

    .then-group .then-condition-group {
        padding-top: 0 !important;
    }

.else-wrapper .then-group {
    padding-top: 0;
}

.conditions-button-wrapper .btn {
    font-size: 11px;
    border: none;
    line-height: 14px;
    color: #010101;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 500;
}

    .conditions-button-wrapper .btn.add-nested-if {
        background: #FFF0A2;
    }

    .conditions-button-wrapper .btn.add-else-if {
        background: #7EDAF6;
    }

    .conditions-button-wrapper .btn.add-else {
        background: #F9C08E;
    }

.conditions-button-wrapper {
    padding-left: 20px;
}

    .conditions-button-wrapper .left-action-wrapper {
        display: inline-block;
    }

    .conditions-button-wrapper .right-action-wrapper {
        display: inline-block;
        float: right;
    }

    .conditions-button-wrapper .btn.then-condition {
        color: #2AA872;
        background: #E8E8E8;
    }

        .conditions-button-wrapper .btn.then-condition i {
            width: 15px;
            height: 15px;
            border: 1px solid #2AA872;
            line-height: 14px;
            font-size: 9px;
            text-align: center;
            margin-right: 4px;
            border-radius: 50%;
        }

.h-auto {
    height: auto !important;
}

p.head-count-number {
    font-size: 15px;
    font-weight: 500;
    color: #1968D4;
    line-height: 20px;
}

span.manage-policy-note {
    font-size: 12px;
    line-height: 18px;
    color: #868E96;
    padding-top: 3px;
}

p.head-count-number.pending-status {
    color: #F28F2C;
}

p.head-count-number.created-status {
    color: #4CB62C;
}

#createhead .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

#createhead .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.table tr td .table-action.manage-policy-action .btn {
    min-width: auto;
}

.manage-policy-table-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.manage-policy-table-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

form.manage-policy-table-form .form-group, #createclone .form-group {
    margin-bottom: 0.5rem;
}

div#viewrule p, p.condition-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

a#var-listing {
    font-weight: 700;
    color: #010101;
    padding-left: 0;
}

.create-variables .form-control::-webkit-input-placeholder, #createclone .form-control::-webkit-input-placeholder, #edit-effective-date .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control::-moz-placeholder, #createclone .form-control::-moz-placeholder, #edit-effective-date .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control:-ms-input-placeholder, #createclone .form-control:-ms-input-placeholder, #edit-effective-date .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables .form-control:-moz-placeholder, #createclone .form-control:-moz-placeholder, #edit-effective-date .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222222 !important;
    font-weight: 400;
}

.create-variables textarea {
    resize: none;
}

span.help-text {
    font-size: 13px;
    line-height: 18px;
    color: #868E96;
    display: inline-block;
    margin-top: 0.5rem;
}

div#edit-policy-confirmation .modal-body {
    padding: 1rem 2rem 1rem 1rem;
}

div#policy-audit .table tr td .btn {
    min-width: auto;
}

.view-rule-wrapper h2 i {
    width: 20px;
    height: 20px;
    background: #010101;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.view-rule-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
    color: #007AFF;
    font-weight: 500;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 0;
    padding: 6px 5px;
    cursor: pointer;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.view-rule-div {
    border: 1px solid #E8E8E8;
}

.view-rule-wrapper p {
    font-size: 14px;
    padding: 15px 15px;
}

.form-group label img {
    opacity: 0.2;
    width: 14px;
    margin-left: 10px;
    margin-top: -4px;
}

.green-text {
    color: #25D83D;
}

.pink-text {
    color: #C500FF;
}

.blue-text {
    color: #007AFF;
}

.dark-green-text {
    color: #2AA872;
}

.sky-blue-text {
    color: #2FC1EE;
}

.gray-text {
    color: #747880;
}

.orange-text {
    color: #D67016;
}

.black-text {
    color: #000000;
}

.bold {
    font-weight: 700;
}


/*-------Hierarchy Design--------*/

.style-select select {
    padding: 0;
}

    .style-select select option {
        padding: 4px 10px 4px 10px;
    }

        .style-select select option:hover {
            background: #EEEEEE;
        }

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 40%;
}

    .subject-info-box-1 select,
    .subject-info-box-2 select {
        padding: 0;
    }

        .subject-info-box-1 select option,
        .subject-info-box-2 select option {
            padding: 8px 10px 8px 10px;
        }

            .subject-info-box-1 select option:hover,
            .subject-info-box-2 select option:hover {
                background: #EEEEEE;
            }

#AvailableHead, #SelectedHead {
    height: 214px !important;
    border: 1px solid #B7BABF;
    padding: 5px 0px;
    overflow: auto;
}

.subject-info-arrows {
    float: left;
    width: 20%;
}

    .subject-info-arrows input {
        width: 60px;
        margin-bottom: 15px;
        height: 38px;
        line-height: 20px;
        font-size: 26px;
        color: #fff;
        background: #868E96;
    }

        .subject-info-arrows input:hover {
            background: #007AFF;
        }

.hierarchy-label span {
    font-size: 14px;
    color: #010101;
    font-weight: 700;
}

.subject-info-box-1 label, .subject-info-box-2 label {
    margin-bottom: 5px;
    margin-top: 0;
}

.divHierarchy {
    display: flex;
    align-items: center;
}

label.has-float-label.hierarchy-label {
    margin-bottom: 10px;
}

.first-outer {
    position: relative;
    z-index: 9999;
    background: #fff;
    padding-top: 2.5rem;
    margin-top: -18px;
}

    .first-outer::before {
        top: 0;
        bottom: auto;
        left: 32px;
        height: 40px;
        width: 1px;
        background: #C8D7E9;
        content: "";
        position: absolute;
        display: block;
    }

.rule-text {
    background: #EEF5FE;
    border: 1px solid #E0ECFA;
    padding: 20px;
    color: #747880;
    font-size: 14px;
    margin-top: 1rem;
}

    .rule-text span {
        color: #C500FF;
        font-weight: 600;
    }

div#testrule .modal-body {
    padding: 1rem 2rem;
    max-height: 75vh;
    overflow: auto;
}

div#testrule .modal-footer button.btn {
    padding: 6px 36px;
    font-size: 15px;
}

.group-wrapper {
    background: #EEF5FE;
    border: 1px solid #C8D7E9;
    border-radius: 4px;
    padding: 20px 15px 15px 5px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 1rem;
    margin-right: 10px;
}

    .group-wrapper::before {
        content: "";
        width: 15px;
        height: 1px;
        background: #C8D7E9;
        position: absolute;
        display: block;
        left: -15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .group-wrapper .child-group-wrapper {
        margin-bottom: 1rem;
    }

        .group-wrapper .child-group-wrapper:last-child {
            margin-bottom: 0;
        }

    .group-wrapper .group-head-wrapper {
        padding-left: 20px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .group-wrapper .group-head-wrapper span {
            font-size: 14px;
            font-weight: 500;
        }

        .group-wrapper .group-head-wrapper .and-or-actions {
            margin-left: 20px;
        }

            .group-wrapper .group-head-wrapper .and-or-actions .btn {
                font-size: 12px;
                line-height: 14px;
                font-weight: 600;
                padding: 4px 8px;
                background: transparent;
                border-radius: 4px;
                color: #010101;
                text-transform: uppercase;
            }

                .group-wrapper .group-head-wrapper .and-or-actions .btn.active {
                    background: #E0ECFA;
                    color: #007AFF;
                }

    .group-wrapper .group-head-actions-wrapper button.btn-primary {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 10px;
        vertical-align: middle;
        position: relative;
        padding: 7px 8px;
        padding-left: 35px;
    }

    .group-wrapper .group-form-action-wrapper a i {
        padding-left: 15px;
    }

    .group-wrapper .group-head-actions-wrapper button.btn-primary img {
        margin-right: 10px;
        position: absolute;
        left: 10px;
        top: 4px;
    }

    .group-wrapper .group-head-actions-wrapper button.btn-delete {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 10px;
        vertical-align: middle;
        position: relative;
        padding: 7px 8px;
        background: #FF0000;
    }

.conditions-button-wrapper.updated-group-wrapper .and-or-wrapper.main {
    margin-left: 0;
}

.group-wrapper::after {
    content: '';
    position: absolute;
    left: -16px;
    width: 1px;
    height: calc(109% + 4px);
    border-color: #C8D7E9;
    border-style: solid;
    border-width: 0px;
    background: #C8D7E9;
    top: -4px;
}

.group-wrapper:first-child::after {
    top: -28px;
    height: calc(100% + 50px);
}

.group-wrapper.last::after {
    height: calc(58% + 4px);
}

.all-action-wrapper > .group-wrapper:nth-last-child(2)::after {
    height: calc(50% + 28px);
    top: -28px;
}

.then-group .group-form-action-wrapper.opacity-0 {
    display: none;
}

.add-group-button-wrapper.main-group-name-wrapper button.btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    vertical-align: middle;
    position: relative;
    padding: 7px 8px;
    padding-left: 35px;
    background: #000030;
    float: right;
    margin-right: 1%;
}

    .add-group-button-wrapper.main-group-name-wrapper button.btn img {
        margin-right: 10px;
        position: absolute;
        left: 10px;
        top: 4px;
    }

h2 a.delete-wrapper i {
    color: #000;
    background: transparent;
    font-size: 20px;
}


​​​​
/*@media (min-width: 576px) {
    div #testrule .modal-dialog{
    max-width: 540px;
    }
}*/

/*----------Tooltip Changes-------*/

div.click-to-top {
    display: inline-block;
    position: relative;
    max-width: 160px;
}

    div.click-to-top:hover {
        z-index: 10;
    }

    div.click-to-top img {
        width: 16px;
        margin-left: 0.4rem;
        margin-top: -4px;
        opacity: 0.5;
    }

        div.click-to-top img:hover {
            width: 16px;
            z-index: 10;
        }

    div.click-to-top span {
        display: none;
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 0;
        background: #333;
        color: #fff;
        width: 150px;
        font-size: 14px;
        padding: 0.9rem 1rem;
        font-family: "Roboto";
        font-weight: 500;
        text-align: center;
        border-radius: 6px;
    }

    div.click-to-top:hover span {
        display: block;
    }


h2 a.delete-wrapper i {
    color: #000;
    background: transparent;
    font-size: 20px;
}
/********************************/
.claimdetail_card_wrapper {display: block; border: 1px solid #E8E8E8; padding: 20px;}
.claimdetail_card_wrapper ul{ margin: 0; padding: 0; list-style-type: none;}
.claimdetail_card_wrapper ul li{ display: flex; justify-content: space-between; margin-top: 10px;}
.claimdetail_card_wrapper ul li:first-child{margin-top: 0;}
.claimdetail_card_wrapper ul li .card_label{ width: 140px; font-size: 14px; font-weight: 600; color: #868E96;}
.claimdetail_card_wrapper ul li .card_label2{ width: clac(100% - 150px); font-size: 14px; font-weight: 600; color: #010101;}
.claimdetail_card_wrapper ul li .card_label2.pending_status i { font-size: 16px; margin-right: 5px;}
.claimdetail_card_wrapper ul li .card_label2.pass_status {color: #25D83D; display: flex; align-items: center;}
.claimdetail_card_wrapper ul li .card_label2.fail_status {color: #ff0000; display: flex; align-items: center;}
.claimdetail_card_wrapper ul li .card_label2.pending_status {color: #FFCC00; display: flex; align-items: center;}

.score_info {font-size: 48px; color: #010101;}
.recomd_action { margin-top: 15px;}
.recomd_action_btn { min-width: 140px; display: inline-flex; background-color: #C3F6C9; font-size: 16px; font-weight: 500; color: #41B550; border: 1px solid #41B550; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; min-height: 40px; align-items: center;justify-content: flex-start; padding: 5px 15px; }
.recomd_action_btn  i { font-size: 20px; margin-right: 10px;}

.recomd_btn {  background-color: #C3F6C9;   color: #41B550; border: 1px solid #41B550; }
.deny_btn {  background-color: #F6DADA;   color: #FF0000; border: 1px solid #FF0000; }

.handler_action { margin-top: 15px;}
.handler_action .btn { min-width: 120px; display: inline-flex; align-items: center; justify-content: flex-start;}
.handler_action .btn i { font-size: 20px; margin-right: 10px;}

.card_box {display: flex; flex-direction: column; border: 1px solid #E8E8E8;padding: 20px; position: relative; text-align: center;align-items: stretch;min-height: 220px; max-height: 220px; margin-bottom: 30px;}
.card_box:hover{box-shadow: 0 0 12px 0px rgba(0,0,0,0.1); cursor: pointer;}
 
.card_info { position: absolute; right: 20px; top: 20px;}
.card_info i{color: #B7BABF;}
.card_info:hover{ text-decoration: none;}
.card_info:hover i { color: #1968D4;}
.card_box .card_icon { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; margin-top: 20px;}
.card_box .card_icon i { font-size: 64px;
    background: #000000;
    background: -webkit-linear-gradient(to top, #000000 5%, #1968D4 54%);
    background: -moz-linear-gradient(to top, #000000 5%, #1968D4 54%);
    background: linear-gradient(to top, #000000 5%, #1968D4 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.card_box h5{ font-size: 16px; font-weight: 600;}
.card_box .card_status {font-size: 13px; font-weight: 500; color:#747880}
.card_box .card_status .fa { font-size: 10px; margin-right: 5px;}
.card_box .card_status.pending .fa { color: #FFCC00;}
.card_box .card_status.fail .fa{ color: #ff0000;}
.card_box .card_status.pass .fa{ color:#25D83D ;}


/********** Verificaion Modal ************/
.verifi_modal .modal-body{ padding: 0 25px 25px 25px;}
.verification_block { position: relative; }
.verifi_header { display: flex; align-items: center; justify-content: space-between;}
.veri_left { display: flex;align-items: center; justify-content: flex-start}
.veri_right {display: flex;}
.veri_icon { margin-right: 15px;}
.veri_icon i { font-size: 64px;  background: #000000;
    background: -webkit-linear-gradient(to top, #000000 5%, #1968D4 54%);
    background: -moz-linear-gradient(to top, #000000 5%, #1968D4 54%);
    background: linear-gradient(to top, #000000 5%, #1968D4 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }
.veri_info h5{ margin-bottom: 0; font-size: 24px; font-weight: 600; }
.veri_info span { font-size: 12px; font-weight: 500; font-style: italic;}
.veri_status { font-size: 14px; font-weight: 500; display: flex; align-items: center;}
.veri_status i { font-size: 20px; margin-right: 10px; }
.veri_pending i {color: #FFCC00;}
.veri_pass i {color: #25D83D;}
.veri_fail i {color: #ff0000;}

.verifi_body {position: relative;}
.verifi_body h4 { font-size: 14px; font-weight: 600; color: #747880; display: flex; align-items: center;}
.verifi_body h4 i { font-size: 18px; margin-right: 10px;}
.verifi_body ul { margin: 0; padding: 0; list-style: none;}
.verifi_body ul li { font-size: 13px;}

.map_block img { padding: 2px; border: 1px solid #E8E8E8;}
.note {font-size: 13px; font-weight: normal; color: #747880;}

.verifi_accordion {max-height: 600px; overflow: auto;}
.verifi_accordion .card{ box-shadow: none; margin-bottom: 00px; border-bottom: 1px solid #E8E8E8;}
.verifi_accordion .card-header { padding: .25rem 0rem;}
.verifi_accordion .card-header .btn { white-space: normal; text-align: left; display: flex; align-items: center; padding: 1rem 0rem ; width: 100%; color: #007bff;}

.verifi_accordion .card-header .btn.btn-link:hover, .verifi_accordion .card-header .btn.btn-link:focus { text-decoration: none; }
.verifi_accordion .card-header .btn .pacticon { position: absolute; right: 0; font-size: 20px; }
.verifi_accordion .card-header .btn span { font-size: 13px; font-weight: 500; color: #010101; width: calc(100% - 30px); display: flex ; color: #007bff;}
.verifi_accordion .card-header .btn.collapsed span, .verifi_accordion .card-header .btn.collapsed i { color: #000;}
.verifi_accordion .card-body { padding: 5px 10px 5px 10px; border-top: 1px solid #E8E8E8;}
.answer_block, .result_block { display: flex;  padding: 10px 0;}
.answer_block {border-bottom: 1px solid #E8E8E8; }
.collapse_label { margin-right: 15px; font-size: 13px; font-weight: 600; color: #747880;}
.collapse_sublabel { font-size: 13px; font-weight: 400; color: #010101; margin-bottom: 10px;}
.answer_block img { padding: 2px; border: 1px solid #E8E8E8;}
.result_list { display: flex; width: 100%; flex-direction: column;}
.result_list li { border-top: 1px solid #E8E8E8;}
.result_list li a { color: #010101;  margin: 8px 0; display: block;}

@media (min-width: 992px){
    #claimModal .modal-dialog.modal-lg {  max-width: 1200px;}
}
