* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

p,
h1,
h2, h3, h4, h5, h6 button {
    margin: 0px;
}

button:focus {
    box-shadow: none;
}

.left-banner {
    width: 100%;
    background: #052E2B;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 9;
    background-size: cover;
}

.form-elements {
    padding-top: 80px;
    padding-left: 80px;
}

    .form-elements svg {
        width: 100%;
        height: 92px;
    }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000000s ease-in-out 0s;
    background-color: transparent !important;
}

.form-elements h1 {
    font-family: Helvetica;
    font-weight: bold;
    color: #000000;
    font-size: 26px;
    margin-top: 35px;
}

.form-elements h4 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
}

.form-elements .form-control {
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0px;
}

    .form-elements .form-control:focus {
        box-shadow: none;
    }

.form-elements .email {
    margin-right: 80px;
}

.form-elements .form-control {
    font-family: Helvetica;
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    padding-left: 12px;
    line-height: 25px;
}

    .form-elements .form-control::placeholder {
        font-family: Helvetica;
        font-weight: 400;
        font-size: 16px;
        font-style: italic;
        line-height: 30px;
        color: #707070;
    }

    .form-elements .form-control::-webkit-input-placeholder { /* Edge */
        font-family: Helvetica;
        font-weight: 400;
        font-size: 16px;
        font-style: italic;
        line-height: 30px;
        color: #707070;
    }

    .form-elements .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-family: Helvetica;
        font-weight: 400;
        font-size: 16px;
        font-style: italic;
        line-height: 30px;
        color: #707070;
    }

.form-elements .red {
    color: #D12C2C;
    font-size: 25px;
    font-family: Helvetica;
    font-weight: 600;
    position: absolute;
    top: 5px;
}

.form-elements .btn {
    background-color: #052E2B;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    border-radius: 7px;
    color: #ffffff;
    margin-top: 30px;
    padding: 3px 20px;
    line-height: 25px;
    margin-bottom: 40px;
    border: 1px solid #052E2B;
}

.form-elements image,
.form-elements svg {
    width: 200px;
    height: 55px;
}

.form-elements .btn:hover {
    background-color: #052E2B;
}

.form-elements .btn:focus {
    box-shadow: none;
}

.form-elements .form-check-label {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 23px;
    padding-left: 35px;
    display: inline-block;
}

input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #19AA9C;
    border-radius: 5px;
    outline: none;
}

input[type=checkbox]:checked {
    color: white !important;
}


/* The container */
.form-check-label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .form-check-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border: 2px solid #19AA9C;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
    background-color: #ffffff;
    border: 2px solid #19AA9C;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 2px solid #19AA9C;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid #19AA9C;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*dipal css*/
.logo {
    background-color: white;
    padding: 20px 0px 20px 55px;
    border-bottom: 2px solid #ffffff;
}

    .logo h6 {
        color: #000000;
        font-family: Helvetica;
        font-weight: 700;
        font-size: 18px;
        margin: 0px;
    }

    .logo h1 {
        color: #052E2B;
        font-family: Helvetica;
        font-weight: bold;
        font-size: 18px;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 25px;
        vertical-align: middle;
        word-break: break-all;
    }

        .logo h1 span {
            display: inline-block;
            background-color: #19AA9C;
            width: 2px;
            height: 15px;
            vertical-align: middle;
            margin-top: -3px;
        }

.left-accordion .card {
    background-color: #edf8f7;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

    .left-accordion .card .card-header:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background-color: #052E2B;
    }

.left-accordion .card-header {
    background: #e9f7f6;
    padding: 0;
    border-bottom: 2px solid #ffffff;
    position: relative;
}


.left-accordion .card .card-header .btn-header-link {
    color: #052E2B;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    padding: 18px 0px;
    display: block;
    text-align: left;
    line-height: 22px;
    margin-left: 55px;
}

    .left-accordion .card .card-header .btn-header-link:focus {
        box-shadow: none;
    }

    .left-accordion .card .card-header .btn-header-link img {
        margin-right: 10px;
    }

.left-accordion .card .card-header .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../../images/upN.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
}

.left-accordion .card-header .btn-header-link.collapsed .arrow, .left-accordion .card-header span.collapsed.arrow {
    transform: rotate(180deg);
    right: 28px;
    top: 41%;
}

    .left-accordion .card-header span.collapsed.arrow::before {
        content: '';
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        top: -10px;
        right: 8px;
    }

.left-accordion .card-body {
    background-color: #ffffff;
    padding: 15px 15px 15px 55px;
}

    .left-accordion .card-body ul {
        padding: 0px;
        list-style-type: none;
        margin-bottom: 0px;
    }

        .left-accordion .card-body ul li {
            margin-bottom: 30px;
            font-family: Helvetica;
        }

            .left-accordion .card-body ul li:last-child {
                margin-bottom: 0px;
            }

            .left-accordion .card-body ul li a {
                color: #000000;
                font-family: Helvetica;
                font-weight: 400;
                font-size: 16px;
                margin: 0px;
            }

                .left-accordion .card-body ul li a.active {
                    font-family: Helvetica;
                    font-weight: bold;
                    color: #19AA9C;
                }

        .left-accordion .card-body ul a:hover {
            color: #19AA9C;
        }

.right-column {
    padding-left: 0;
}

.user-info {
    text-align: right;
    position: relative;
    right: 0;
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 27px;
}



.formheader {
    font-size: 22px;
    margin-top: 0;
    display: block;
    color: #052E2B;
    font-family: Helvetica;
    font-weight: bold;
    margin-top: 27px;
    line-height: 24px;
}

.user-info > span {
    font-size: 11px;
    padding: 0.5em;
}

.current-user-text {
    display: inline-block;
}

    .current-user-text > span {
        margin-right: 46px;
    }

.btn-change-user-new {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 20px;
    cursor: pointer;
}

    .btn-change-user-new span.align-middle {
        margin-right: 15px;
        width: 185px;
    }

.menu_icons {
    float: right;
    right: 0;
    cursor: pointer;
    position: relative;
    top: 0;
}

    .menu_icons ul {
        list-style: none;
        display: flex;
        padding-left: 0;
        margin: 0px;
    }

        .menu_icons ul li {
            margin-right: 15px;
            height: 40px;
        }

            .menu_icons ul li span {
                cursor: pointer;
                display: inline-block;
                width: 23px;
                height: 23px;
            }

            .menu_icons ul li:last-child {
                margin-right: 0;
            }

    .menu_icons .add-icon {
        background: url("../../../images/add.svg") no-repeat;
        background-size: contain;
        height: 35px;
        width: 31px;
        position: relative;
        top: -1px;
    }

      /*  .menu_icons .add-icon:hover {
            filter: invert(55%) sepia(31%) saturate(986%) hue-rotate(125deg) brightness(92%) contrast(93%);
        }*/

            .menu_icons .add-icon:hover:after {
                color: #052E2B;
                content: 'Add';
                display: inline-block;
                font-size: 15px;
                margin-top: 39px;
            }


    .menu_icons .refresh-icon {
        background: url("../../../images/sync.svg") no-repeat;
        background-size: contain;
        height: 28px;
        width: 27px;
    }

      /*  .menu_icons .refresh-icon:hover {
            filter: invert(55%) sepia(31%) saturate(986%) hue-rotate(125deg) brightness(92%) contrast(93%);
        }*/

        .menu_icons .refresh-icon:hover:after {
            color: #052E2B;
            content: 'Sync';
            display: inline-block;
            font-size: 15px;
            margin-top: 35px;
        }

.user-logout .logout-icon {
    background: url("../../../images/logout-new.svg.svg") no-repeat;
    background-size: contain;
}

    .user-logout .logout-icon:hover {
        filter: brightness(0);
    }

        .user-logout .logout-icon:hover:after {
            color: #052E2B;
            content: 'Logout';
            display: inline-block;
            font-size: 11px;
            font-weight: normal;
            margin-top: 25px;
            position: absolute;
            left: -7px;
            top: 4px;
        }

.table-common-design .table {
    margin-bottom: 0px;
}

.table-common-design .form-name {
    width: 315px;
}

.table-common-design .table thead th {
    border-bottom: 0px solid #dee2e6;
    border-top: 0;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 18px;
}

.table-common-design .table tbody {
    border-top: 2px solid #000000;
}

    .table-common-design .table tbody tr td {
        font-family: Helvetica;
        font-weight: 400;
        font-size: 16px;
        padding: 18px 10px;
        word-break: break-word;
        vertical-align: middle;
    }


.table-common-design .table .show-more,
.show-more {
    color: #19AA9C;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #d12c2c;
}


.tooltip-inner {
    max-width: inherit;
    padding: 6px 6px;
    color: #fff;
    text-align: center;
    background-color: #d12c2c;
    border-radius: 0;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
}

.tooltip.show {
    opacity: 1;
}

.detail {
    background: url("../../../images/detail.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 5px;
    height: 16px;
    background-size: contain;
}

    .detail:hover {
        background: url("../../../images/detail-hoverN.png") no-repeat;
    }

.table-common-design .dropdown-item {
    padding: 0px;
    display: inline;
    background: white;
}

.table-common-design .dropdown {
    width: 5px;
    height: 19px;
}

.table-common-design .dropdown-menu {
    text-align: center;
    padding: 15px 0px 5px;
    border: 1px solid #052E2B;
    top: -10px !important;
    left: 5px !important;
}

.table-common-design .dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: inherit;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border: solid #052E2B;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate( -135deg);
    position: relative;
    bottom: 0px;
    right: 3px;
    z-index: 9999;
    background: white;
}

.table-common-design .dropdown.show .dropdown-toggle::after {
    display: inline-block;
}

.table-common-design .dropdown-menu ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}

    .table-common-design .dropdown-menu ul li {
        float: left;
        margin-right: 25px;
    }

        .table-common-design .dropdown-menu ul li:last-child {
            margin-right: 0px;
        }

.table-common-design .dropdown-menu span {
    color: #000000;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 12px;
}

.table-common-design .dropdown-menu a:hover span {
    color: #052E2B;
}


.table-common-design .edit-image {
    background: url("../../../images/edit.png") no-repeat;
    width: 20px;
    height: 21px;
    background-size: cover;
    display: inline-block;
}

.table-common-design a:hover .edit-image {
    background: url("../../../images/edit-hoverN.png") no-repeat;
    width: 20px;
    height: 21px;
    background-size: cover;
    display: inline-block;
}

.table-common-design .copy-image {
    background: url("../../../images/copy.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.table-common-design a:hover .copy-image {
    background: url("../../../images/copy-hoverN.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.table-common-design .delete-image {
    background: url("../../../images/delete.png") no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.table-common-design a:hover .delete-image {
    background: url("../../../images/delete-hoverN.png") no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.table-common-design .dropdown-item.active,
.table-common-design .dropdown-item:active {
    background-color: transparent;
}

.header-input {
    height: 100%;
    background: #e9f7f6;
    width: auto;
}

.right-user-section {
    position: absolute;
    bottom: 0;
    right: 0;
}

.session-warning-border-box {
    border: 2px solid #D12C2C;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    color: #D12C2C;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0 0 0;
    vertical-align: middle;
    line-height: 19px;
}

    .session-warning-border-box h1 {
        font-family: Helvetica;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
    }


@media only screen and (max-width:1500px) {
    .menu_icons .add-icon {
        height: 29px;
        width: 27px;
    }

    .menu_icons .refresh-icon {
        height: 25px;
        width: 24px;
    }

    .menu_icons ul li {
        height: 33px;
    }

    .menu_icons .add-icon:hover:after,
    .menu_icons .refresh-icon:hover:after {
        font-size: 14px;
        margin-top: 33px;
    }
}

@media only screen and (max-width:1340px){
    .btn-change-user-new span.align-middle {
        width: 115px;
    }
}


@media only screen and (max-width:1280px){
    .formheader {
        font-size: 19px;
        line-height: 20px;
    }
    .btn-change-user-new {
        font-size: 14px;
    }
        .btn-change-user-new span.align-middle {
            width: 100px;
        }
}


@media only screen and (max-width:767px) {
    .btn-change-user-new span.align-middle {
        width: 215px;
        text-align: left;
        word-break: break-word;
    }
}