﻿html {
    position: relative;
    min-height: 100%;
}
a{
    cursor:pointer;
}
button
{
    cursor:pointer;
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');
/*@font-face {
    font-family: 'barlowregular';
    src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'), url('../fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowmedium';
    src: url('../fonts/barlow-medium-webfont.woff2') format('woff2'), url('../fonts/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
.line-chart-head h2

body {
    overflow-x: hidden;
    /*font-family: 'barlowregular';*/
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body {
    /* overflow-x: hidden;*/
    /*font-family: 'barlowregular';*/
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body.sticky-footer {
    /*margin-bottom: 56px;*/
}
body.sticky-footer .content-wrapper {
    min-height: calc(100vh - 56px - 56px);
}
a {
    color: #000;
    text-decoration: none;
}
body.fixed-nav {
    padding-top: 56px;
}

.content-wrapper {
    min-height: calc(100vh - 56px);
    /*padding-top: 1.5rem;
    padding-top: 52px;*/
}
    .content-wrapper.no-breadcrumb {
        padding-top: 7px !important;
    }

.content-wrapper {
    margin-left: 80px;
}
pre {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px !important;
}
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

#mainNav .navbar-collapse {
    overflow: auto;
    max-height: 75vh;
}

    #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        cursor: pointer;
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
        float: right;
        content: '\f107';
        font-family: 'FontAwesome';
    }

    #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
        content: '\f105';
    }

    #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level,
    #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level {
        padding-left: 0;
    }

        #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a,
        #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
            display: block;
            padding: 0.5em 0;
        }


        #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a {
            padding-left: 1em;
        }

        #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
            padding-left: 2em;
        }

    #mainNav .navbar-collapse .sidenav-toggler {
        display: none;
    }

    #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
        position: relative;
        min-width: 45px;
    }

    #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:hover,
    #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:focus,
    #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:hover {
        text-decoration: none;
    }


    #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link .indicator {
        position: absolute;
        top: 5px;
        left: 21px;
        font-size: 10px;
    }

    /*#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown.show > .nav-link:after {
  content: '\f107';
}*/

    #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
        overflow: hidden;
        max-width: none;
        text-overflow: ellipsis;
    }

@media (min-width: 992px) {
    #mainNav .navbar-brand {
        width: 250px;
        cursor:auto;
    }

    #mainNav .navbar-collapse {
        overflow: visible;
        max-height: none;
    }

        #mainNav .navbar-collapse .navbar-sidenav {
            position: absolute;
            top: 97px;
            left: 0;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 63px;
        }

            #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
                width: 250px;
                padding: 0;
            }

                #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
                    padding: 1em;
                    text-align:center;
                }

                #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
                #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
                    padding-left: 0;
                    list-style: none;
                }

                    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li,
                    #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
                        width: 250px;
                    }

                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
                            padding: 1em;
                        }

                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
                            padding-left: 4.75em;
                            color: #c8c8c8 !important;
                        }

                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
                            padding-left: 3.15em;
                        }

                        #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
                            padding: 1em 0em 1em 3.75em;
                            position: relative;
                        }

        #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
            min-width: 0;
            padding: 14px 5px 0;
            padding-top: 15px;
        }

        #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
            max-width: 300px;
        }
}
.sidenav-third-level a:before {
    content: "-";
    position: absolute;
    color: #a5a5a5;
    left: 46px;
    top: 15px;
}
}
#mainNav.fixed-top .sidenav-toggler {
    display: none;
}


@media (min-width: 992px) {
    #mainNav.fixed-top .navbar-sidenav {
        height: calc(95vh - 50px);
        overflow-y: hidden;
        height: 100%;
        position: fixed;
        padding-bottom: 160px;
    }
    /*.sidenav-toggled #mainNav.fixed-top .navbar-sidenav {
        overflow-y: inherit !important;
    }*/
        #mainNav.fixed-top .sidenav-toggler {
        position: absolute;
        top: 66px;
        left: 0;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /*margin-top: calc(100vh - 56px);*/
    }
    #mainNav.fixed-top .master-nav .sidenav-toggler {
        top:66px !important;
    }
    #mainNav.fixed-top .master-nav .navigation {
        top: 99px;
    }

            #mainNav.fixed-top .sidenav-toggler > .nav-item {
                width: 100px;
                padding: 0;
                height: 33px;
            }

            #mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
                padding: 0.5em;
            }
}

#mainNav.fixed-top.navbar-dark .sidenav-toggler {
    background-color: #0D3268;
}

    #mainNav.fixed-top.navbar-dark .sidenav-toggler a i {
        color: #fff;
        font-size: 18px;
    }

#mainNav.fixed-top.navbar-light .sidenav-toggler {
    background-color: #dee2e6;
}

    #mainNav.fixed-top.navbar-light .sidenav-toggler a i {
        color: rgba(0, 0, 0, 0.5);
    }

body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler {
    width: 55px;
}

    body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-item,
    body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-link {
        width: 55px !important;
        border-bottom: 1px solid #264777;
    }

body.sidenav-toggled #mainNav.fixed-top #sidenavToggler i {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: 'FlipH';
}

#mainNav.static-top .sidenav-toggler {
    display: none;
}

@media (min-width: 992px) {
    #mainNav.static-top .sidenav-toggler {
        display: flex;
    }
}

body.sidenav-toggled #mainNav.static-top #sidenavToggler i {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.content-wrapper {
    overflow-x: inherit;
    background: #F9FAFB;
}

@media (min-width: 992px) {
  .content-wrapper {
    margin-left: 100px;
  }
}

.navbar-sidenav-tooltip.show {
    display: none;
}

@media (min-width: 992px) {
    body.sidenav-toggled .content-wrapper {
        margin-left: 50px;
        background: #F9FAFB;
        margin-bottom: 60px;
    }
}

body.sidenav-toggled .navbar-sidenav {
    width: 55px;
}

    body.sidenav-toggled .navbar-sidenav .nav-link-text {
        display: none;
    }

    body.sidenav-toggled .navbar-sidenav .nav-item,
    body.sidenav-toggled .navbar-sidenav .nav-link {
        width: 55px !important;
    }

        body.sidenav-toggled .navbar-sidenav .nav-item:after,
        body.sidenav-toggled .navbar-sidenav .nav-link:after {
            display: none;
        }

    body.sidenav-toggled .navbar-sidenav .nav-item {
        white-space: nowrap;
    }

body.sidenav-toggled .navbar-sidenav-tooltip.show {
    display: flex;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
    color: #fff;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    color: #fff;
}

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.22);
    }

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
    color: #fff;
}

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover,
    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus,
    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.22);
    }

#mainNav.navbar-dark .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
    color: #adb5bd;
}

@media (min-width: 992px) {
    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
        background: #474E5E;
    }

        #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a {
            color: white !important;
            background-color: #495057;
        }

            #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:hover {
                color: white;
            }

        #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
        #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
            background: #373d4c;
        }
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
    color: rgba(0, 0, 0, 0.5);
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
    color: rgba(0, 0, 0, 0.5);
}

    #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover,
    #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus,
    #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover {
        color: rgba(0, 0, 0, 0.7);
    }

#mainNav.navbar-light .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    #mainNav.navbar-light .navbar-collapse .navbar-sidenav {
        background: #f8f9fa;
    }

        #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a {
            color: #000 !important;
            background-color: #e9ecef;
        }

            #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:hover {
                color: #000;
            }

        #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
        #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
            background: #f8f9fa;
        }
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

.card-login {
    max-width: 25rem;
}

.card-register {
    max-width: 40rem;
}

footer.sticky-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-color: #f5f9fd;
    line-height: 55px;
    border-top: 1px solid #dfe8f2;
}

@media (min-width: 992px) {
    footer.sticky-footer {
        width: calc(100% - 100px);
    }
}

@media (min-width: 992px) {
    body.sidenav-toggled footer.sticky-footer {
        width: calc(100% - 50px);
    }
}


/*Saravanan*/
p {
    margin: 0;
    padding: 0;
}

.navbar-dark {
    background: #fff;
    box-shadow: 0px 0px 7px #ccc;
    height: 65px;
}
.profile-photo {
    height: 5vh;
}
.profile {
    position: relative;
    margin-bottom: 5px;
    background: #fff;
    box-shadow: 0px 0px 7px #e4e4e4;
    border: 1px solid #E3EBF6;
    border-radius: 6px;
    /*min-height: 286px;*/
}
.photo:after {
    content: "";
    position: absolute;
    background: #0BB11C;
    width: 12px;
    height: 12px;
    bottom: 56px;
    left: 77px;
    border: 2px solid #fff;
    border-radius: 16px;
}

.user-img {
    padding-left: 15px !important;
}

.profile-user-detail p img {
    padding-right: 10px;
}

.profile-top h4 {
    font-size: 15px;
    padding: 18px;
    color: #fff;
}

.profile-user-phone {
    margin-bottom: 9%;
}

.profile-user-name {
    padding-bottom: 10px;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.photo {
    position: absolute;
    top: 48px;
    left: 0px;
    width: 115px;
    height: 155px;
    overflow: hidden;
}

.morning img {
    width: 100%;
}

.profile-user-detail {
    float: left;
    padding-left: 15px;
    padding-top: 10px
}

.profile-top {
    position: relative;
    /* background: url(../images/morning.svg) no-repeat;
  background-size: cover;*/
}

.welcome {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    padding-top: 8%;
}

.list-detail {
    font-weight: 600;
    float: left;
    width: 150px;
}

p.company-details {
    font-size: 16px
}

.f-left {
    float: left;
}

.profile-list {
    border: 1px solid #EAEAEA;
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 2px;
    margin-bottom: 5px;
}

    .profile-list p {
        margin: 0;
        padding: 0;
    }

.title-award {
    padding: 20px 15px 10px;
    overflow: auto;
}

    .title-award h2 {
        float: left;
        font-size: 16px;
        font-weight: 600;
    }

    .title-award a {
        float: right;
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

.profile-awards {
    background: #F2F9FF;
    overflow: auto;
    margin-bottom: 10px;
    margin: 15px 15px;
    margin-top: 75px;
}

.profile-details {
    margin: 15px 15px;
    padding-top: 70px;
}

.award-icon {
    float: left;
    width: 18%;
    background: #fff;
    text-align: center;
    padding: 10px;
}

    .award-icon span {
        font-size: 12px;
    }

.award-level {
    float: left;
    width: 80%;
    padding-left: 4%;
}

    .award-level h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

    .award-level p {
        font-size: 14px;
        color: #646464;
    }

.award-postion {
    padding: 0px 15px;
    margin-bottom: 10px;
    overflow: auto;
}

.todo {
    box-shadow: 0px 0px 6px #dedede;
    border-radius: 3px;
}

.todo-list {
    text-align: center;
}

.todo-top {
    padding: 10px 15px;
    border-bottom: 1px solid #EAEAEA;
}

.todo-tick {
    padding: 63px 0;
}

.todo-no-text {
    font-size: 14px;
    color: #666666;
    padding-bottom: 15px;
}

.learning {
    background: #EFC100;
    border-radius: 12px;
    box-shadow: 0px 0px 6px #eaeaea;
    overflow: auto;
    padding-right: 0;
    padding-left: 8px;
}

.pulse {
    background: #9503CB;
}

.rocords-details {
    background: #fff;
    border-radius: 12px;
    overflow: auto;
}

.rocords-head {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 15px;
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
}

.no-of-records {
    float: left;
    text-align: center;
    padding: 15px 15px;
    color: #0077C1;
}

.rocords-count {
    font-size: 26px;
    font-weight: 600;
}

.rocords-status {
    font-size: 13px;
}

.not-completed {
    float: right;
    text-align: center;
    padding: 15px 15px;
    color: #F24067;
}

.rocords-details:before {
    content: "";
    position: absolute;
    height: 20px;
    background: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.change-password {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #d8d8d8;
    margin-top: 20px;
}

.profile-password {
    padding: 15px 15px 0;
    font-size: 18px;
}

.user-learning {
    padding-right: 0;
}

.user-pulse {
    padding-right: 0;
}

.profile-slider {
    padding-left: 0;
    padding-bottom:10px;
}
.profile-slider h3.quick
{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}
.change-password {
    margin-left: 0px;
}

.setti {
    padding: 10px 10px;
}

.notofi {
    padding: 10px 10px;
}

.nav-link-text {
    padding-left: 12px;
}

.table-responsive thead tr {
    background: #0D3268 !important;
    color: #fff;
}

.table-responsive {
    margin-bottom: 40px;
}

.training-download a {
    padding-left: 25px;
}

.training-view a {
    padding-left: 10px;
}

.learning-item .training-download a {
    padding-left: 16px;
}

.procedure-table {
    margin-bottom: 50px;
}

.form-check-label {
    padding-right: 20px;
}

.form-check {
    float: right;
}

.platform a {
    display: inline-block;
    text-align: center;
    padding: 19px 17px;
}

    .platform a:hover {
        background: #F6F6F6
    }

.platform ul li {
    list-style: none;
    display: inline-block;
}
.platform a:first-child {
    border-left: 1px solid #E3EBF6;
}
li.manage-user {
  /*  border-right: 1px solid #EAEAEA;*/
}
/*form Css*/
.md-form.input-group label {
    top: 0;
    margin-bottom: 0
}

.md-form.input-group .input-group-text {
    background-color: #e0e0e0
}

    .md-form.input-group .input-group-text.md-addon {
        font-weight: 500;
        background-color: transparent;
        border: none
    }

.md-form.input-group .form-control {
    padding: .375rem .75rem;
    margin: 0
}

.md-form > input[type=date]:not(.browser-default) + label {
    transform: translateY(-27px) scale(.8);
    transform-origin: 0 0
}

.md-form > input[type=time]:not(.browser-default) + label,
.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label {
    font-size: .8rem;
    transform: translateY(-10px);
    transform-origin: 0 0
}

.md-form .was-validated input[type=text]:valid + label {
    color: #00c851 !important
}

.md-form .was-validated input[type=text]:invalid + label {
    color: #f44336 !important
}

.md-form .was-validated .form-control:valid:focus {
    box-shadow: 0 1px 0 0 #00c851 !important
}

.md-form .was-validated .form-control:valid {
    border-color: #00c851 !important
}

.md-form .was-validated .form-control:invalid:focus {
    box-shadow: 0 1px 0 0 #f44336 !important
}

.md-form .was-validated .form-control:invalid {
    border-color: #f44336 !important
}

.md-form .form-control {
    height: auto;
    padding: 10px 15px;
    height: 46px;
    margin: 0 0 1.5rem;
    background-color: transparent;
    background-color: #fff;
    border: 1px solid #E3EBF6;
}
.text-box {
    height: auto;
    padding: 10px 15px;
    margin: 0 0 2rem;
    height: 40px;
    background-color: transparent;
    /*border-radius: 0*/
}

    .md-form .form-control:focus {
        box-shadow: none
    }

    .md-form .form-control:disabled {
       /* background-color: background: rgb(236,236,236);
        background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 100%);
        border-bottom: 1px solid #bdbdbd*/
       background: #f1f1f1;
    }
.md-form .form-control[readonly] {
    background-color: #fff !important;
    background: linear-gradient(0deg, rgba(255,255,255, 1) 0%, rgba(255,255,255,1) 100%);
    /*border-bottom: 1px solid #bdbdbd*/
}

    .md-form .form-control.is-valid {
        border-color: #00c851
    }

        .md-form .form-control.is-valid:focus {
            border-color: #00c851 !important;
            box-shadow: 0 1px 0 0 #00c851 !important
        }

    .md-form .form-control.is-invalid {
        border-color: #f44336
    }

        .md-form .form-control.is-invalid:focus {
            border-color: #f44336 !important;
            box-shadow: 0 1px 0 0 #f44336 !important
        }

    .md-form .form-control.is-invalid,
    .md-form .form-control.is-valid {
        background-position: center right !important
    }

.md-form .validate {
    margin-bottom: 2.5rem
}

.md-form label,
.md-form label.active {
    font-size: 1rem
}

.md-form .prefix {
    top: .25rem;
    font-size: 1.75rem
}

    .md-form .prefix ~ input,
    .md-form .prefix ~ textarea {
        width: calc(100% - 2.5rem);
        margin-left: 2.5rem
    }

    .md-form .prefix ~ label {
        margin-left: 2.5rem
    }

    .md-form .prefix ~ .form-text {
        margin-left: 2.6rem
    }

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #757575;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform: translateY(12px);
    transform-origin: 0 100%
}


    .md-form label.active {
        transform: translateY(-14px) scale(.8)
    }

.md-form .prefix {
    position: absolute;
    transition: color .2s
}

.md-form.form-lg label {
    font-size: 1.25rem
}

    .md-form.form-lg label.active {
        font-size: 1.15rem
    }

.md-form.form-lg .prefix {
    top: .4rem;
    font-size: 2rem
}

    .md-form.form-lg .prefix ~ input,
    .md-form.form-lg .prefix ~ textarea {
        width: calc(100% - 3rem);
        margin-left: 3rem
    }

    .md-form.form-lg .prefix ~ label {
        margin-left: 3rem
    }

    .md-form.form-lg .prefix ~ .form-text {
        margin-left: 3.1rem
    }

.md-form.form-sm .validate {
    margin-bottom: 2.3rem
}

.md-form.form-sm label {
    font-size: .875rem
}

    .md-form.form-sm label.active {
        font-size: .95rem
    }

.md-form.form-sm .prefix {
    top: .35rem;
    font-size: 1.5rem
}

    .md-form.form-sm .prefix ~ input,
    .md-form.form-sm .prefix ~ textarea {
        width: calc(100% - 2rem);
        margin-left: 2rem
    }

    .md-form.form-sm .prefix ~ .form-text,
    .md-form.form-sm .prefix ~ label {
        margin-left: 2rem
    }

.md-form textarea.md-textarea {
    padding: 1.5rem 0;
    overflow-y: hidden
}

.md-form textarea.md-textarea-auto {
    padding: 1.5rem 0 0
}

.md-form.md-outline {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /*background: #fff;*/
}

    .md-form.md-outline input[type=password],
    .md-form.md-outline input[type=email],
    .md-form.md-outline input[type=url],
    .md-form.md-outline input[type=time],
    .md-form.md-outline input[type=date],
    .md-form.md-outline input[type=datetime-local],
    .md-form.md-outline input[type=tel],
    .md-form.md-outline input[type=number],
    .md-form.md-outline input[type=search],
    .md-form.md-outline input[type=search-md],
    .md-form.md-outline input[type=text],
    .md-form.md-outline textarea.md-textarea {
        box-sizing: border-box;
        /*background-color: transparent;*/
        /*border: 1px solid #dadce0;*/
        border-radius: 4px;
        outline: 0;
        box-shadow: none;
        transition: all .3s
    }

        .md-form.md-outline input[type=password]:focus:not([readonly]),
        .md-form.md-outline input[type=email]:focus:not([readonly]),
        .md-form.md-outline input[type=url]:focus:not([readonly]),
        .md-form.md-outline input[type=time]:focus:not([readonly]),
        .md-form.md-outline input[type=date]:focus:not([readonly]),
        .md-form.md-outline input[type=datetime-local]:focus:not([readonly]),
        .md-form.md-outline input[type=tel]:focus:not([readonly]),
        .md-form.md-outline input[type=number]:focus:not([readonly]),
        .md-form.md-outline input[type=search]:focus:not([readonly]),
        .md-form.md-outline input[type=search-md]:focus:not([readonly]),
        .md-form.md-outline input[type=text]:focus:not([readonly]),
        .md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
            border-color: #80bdff;
            box-shadow: inset 0 0 0 1px #80bdff;
        }

    .md-form.md-outline label {
        position: absolute;
        top: 5px;
        left: 0;
        padding-left: 15px;
        font-size: 1rem;
        color: #000;
        cursor: text;
        transition: transform .2s ease-out, color .2s ease-out;
        transform: translateY(9px);
        transform-origin: 0 100%;
        background: transparent;
    }

        .md-form.md-outline label.active {
            left: 8px;
            padding-right: 5px;
            padding-left: 5px;
            font-weight: 500;
            /*background: #fff;*/
            transform: translateY(-13px) scale(.8)
        }

    .md-form.md-outline.form-lg .form-control.form-control-lg {
        padding: .5rem .725rem
    }

    .md-form.md-outline.form-lg label {
        font-size: 1.0rem;
        transform: translateY(10px);
        /*background-color: white;*/
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 48%, rgba(249,250,251,1) 100%);
        padding: 0px 4px;
        left: 12px;
        font-size: 1rem;
        z-index: 9;
        line-height: 14px;
        transform: translateY(-14px) scale(.8)
    }

        .md-form.md-outline.form-lg label.active {
            font-size: 1.0rem;
            transform: translateY(-14px) scale(.8);

        }
        .md-form.md-outline.form-lg label.active.skill-search{
            width:auto;
        }
    .md-form.md-outline.form-lg .prefix {
        top: .65rem;
        font-size: 25px
    }

        .md-form.md-outline.form-lg .prefix ~ input,
        .md-form.md-outline.form-lg .prefix ~ textarea {
            width: calc(100% - 2.2rem);
            margin-left: 2.2rem
        }

        .md-form.md-outline.form-lg .prefix ~ label {
            margin-left: 2.2rem
        }

        .md-form.md-outline.form-lg .prefix ~ .form-text {
            margin-left: 2.3rem
        }

    .md-form.md-outline.form-sm .form-control.form-control-sm {
        padding: .25rem .625rem
    }

    .md-form.md-outline.form-sm label {
        font-size: .8rem;
        transform: translateY(8px)
    }

        .md-form.md-outline.form-sm label.active {
            font-size: .85rem;
            transform: translateY(-12px) scale(.8)
        }

    .md-form.md-outline.form-sm .prefix {
        top: .5rem;
        font-size: 15px
    }

        .md-form.md-outline.form-sm .prefix ~ input,
        .md-form.md-outline.form-sm .prefix ~ textarea {
            width: calc(100% - 1.6rem);
            margin-left: 1.6rem
        }

        .md-form.md-outline.form-sm .prefix ~ label {
            margin-left: 1.6rem
        }

        .md-form.md-outline.form-sm .prefix ~ .form-text {
            margin-left: 1.7rem
        }

    .md-form.md-outline .prefix {
        position: absolute;
        top: .6rem;
        font-size: 20px;
        transition: color .2s
    }

        .md-form.md-outline .prefix:focus {
            color: #4285f4
        }

        .md-form.md-outline .prefix ~ input,
        .md-form.md-outline .prefix ~ textarea {
            width: calc(100% - 2rem);
            margin-left: 2rem
        }

        .md-form.md-outline .prefix ~ label {
            margin-left: 2rem
        }

        .md-form.md-outline .prefix ~ .form-text {
            margin-left: 2.1rem
        }

    .md-form.md-outline .character-counter {
        margin-top: -.5rem
    }
/*ENd form css*/

.assign {
    background: #F69125;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    height: 120px;
}

.program {
    background: #6861CE;
    border-radius: 6px;
    color: #fff;
    height: 120px;
    padding: 44px 25px;
}

.program img {
    float: left;
        margin-right: 10px;
}

.program-detail {
    float: left;
    display: contents;
    line-height: 18px;
}

.program-lable {
    font-size: 16px;
    font-weight: 600;
}

.program-title {
    font-size: 14px;
}

.completed {
    background: #199BEC;
}

.passrate {
    background: #150970;
}
.passrate:after {
    background: url(../images/pass-rate.svg) no-repeat;
    content: "";
    position: absolute;
    width: 58px;
    height: 38px;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 76px;
}

.score {
    background: #75AE71;
}

.result {
    background: #3D5DA5;
}

.status {
    background: #1FC3BB;
}

.fail {
    background: #FD3479;
}

.pending {
    background: #F8B80A;
}

.course-lable {
    font-size: 14px;
    padding: 10px 0;
}

.pass-rate {
    font-size: 26px;
    padding-bottom: 2px;
}

.course-result {
    font-size: 16px;
    padding: 10px 0;
}

.tab-custom .nav-tabs .nav-link.active {
    /*border-bottom: 3px solid #FD3F43;*/
    color: #FD3F43;
}

.tab-custom .nav-tabs .nav-link {
    padding: 5px 8px;
    margin-left: 2px;
    border-radius: 5px;
}

.tab-custom .nav-tabs {
    border-bottom: none;
}
.tab-custom .nav-tabs .nav-link:hover {
    /* border-bottom: 3px solid #FD3F43;*/
    color: #FD3F43
}
.tab-custom .nav-tabs .nav-link {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-color: transparent;
}
.tab-custom {
    width: 100%;
}
.tab-custom .nav-tabs {
    background: #fff;
    border: 1px solid #E3EBF6;
    border-radius: 4px;
    align-items: center;
    height: 45px;
}
.sub-tab .nav-tabs {
    border: none;
    padding: 15px 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.sub-tab .nav-tabs:before {
    content: "Select year";
    position: absolute;
    top: 27px;
}

.sub-tab .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #FD3F43;
    border-radius: 3px;
    border: none;
}

.sub-tab .nav-tabs .nav-link:hover {
    color: #ffffff;
    background: #FD3F43;
    border-radius: 3px;
    border: none;
}
.sub-tab .exp-btn {
    position: absolute;
    right: 0;
}
.sub-tab .nav-tabs li:first-child {
    margin-left: 100px;
}

.sub-tab .nav-tabs .nav-link {
    padding: 10px 25px;
}

.popup-chart {
    background: #f8f8f8;
    width: 90%;
    margin: auto;
    border-radius: 3px;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.course-details-tab {
    margin: 15px 0px;
}

.nav-tabs > li.active > a {
    background: #000
}

.personal-goalss .course-details-tab {
    margin-top: 0;
}

.page-item.active .page-link {
    background: #FD3F43;
    border-color: #FD3F43;
}
/*.btn-icons
{
  background: #fff;
    padding: 3px;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    display: inline-block;
}*/
.btn-icons {
    display: none
}

.btn-gray {
    background: #fff;
    border: 1px solid #8898AA;
    color: #8898AA;
    padding: 9px 26px;
    border-radius: 4px;
    height:42px;
}

    .btn-gray:hover {
        color: #fff;
    }

.btn-cricle {
    color: #fff;
    background-color: #FD3F43;
    border-color: #FD3F43;
    padding: 11px 16px;
    border-radius: 4px;
    height:42px;
}

    .btn-cricle:hover {
        color: #fff;
    }

.btn-cricle {
    display: inline-block;
    color: #fff;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-cricle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .btn-cricle:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #FF7A7A;
        border-color: #2e04d6;
        transition: all .3s;
        z-index: -1;
    }

    .btn-cricle:hover:before {
        width: 100%;
    }

.btn-secondary {
    display: inline-block;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height:42px;
}

    .btn-secondary:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .btn-secondary:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #FF7A7A;
        border-color: #2e04d6;
        transition: all .3s;
        z-index: -1;
    }

    .btn-secondary:hover {
        color: #fff;
    }

        .btn-secondary:hover:before {
            width: 100%;
        }

.btn-gray {
    display: inline-block;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-gray:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .btn-gray:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #8898AA;
        transition: all .3s;
        z-index: -1;
    }

    .btn-gray:hover:before {
        width: 100%;
    }


.modal-footer .close {
    display: inline-block;
    color: #fff;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .modal-footer .close:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .modal-footer .close:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #FF7A7A !important;
        border-color: #2e04d6;
        transition: all .3s;
        z-index: -1;
    }

    .modal-footer .close:hover:before {
        width: 100%;
    }

.pass-generate {
    display: inline-block;
    padding: 5px 10px !important;
    font-weight: 300;
    border-radius: 3px;
    top: 10px;
    position: absolute;
    right: 0;
}
.gray-btn.pass-generate {
    top: 6px;
}

a.pass-generate:hover {
    text-decoration: none;
}

.total-kudos {
    background: #FD9326;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #FD9326;
    color: #fff;
    font-size: 18px;
    margin: 10px;
}

.my-kudos {
    padding-right: 20px;
    padding-top: 8px;
}

.breadcrumb-item a {
    color: #FD3F43;
    font-weight: 600;
}

.breadcrumb-item {
    font-size: 13px;
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.plr-0 {
    padding: 0;
}

.mrl-0 {
    margin: 0;
}

.kudos-points {
    float: right;
}
.kudos-points .icon-btn
{
    display: flex;
}
.active-nav {
    background:
}

.new-procedure {
    float: right;
}

.sub-btn {
    background: #0d3268;
    border-radius: 4px;
    margin-right: 7px;
    padding: 8px 13px;
    border: 1px solid #0d3268;
    height: 42px;
    color:#fff;
}

.no-btn {
    border: none;
    background: transparent;
}

.btn-tabs.fixed-btn {
    width: 98%;
    position: fixed;
    z-index: 9;
    bottom: 0;
    background: #fff;
    right: 0;
    padding: 20px 15px 20px 8px;
}

.text-btn {
    width: 94% !important;
    position: fixed;
    z-index: 9;
    bottom: 0;
    background: #fff;
    right: 0;
}

.btn-tabs {
    border-top: 1px solid #E3EBF6;
    padding: 20px 15px;
    width: 100%;
}
.btn-tabs.fixed-btn .btn-gray {
   /* margin-left: 35px;*/
}
.mr-10 {
    margin-right: 10px;
}

.clear-fix {
    clear: both;
}
.login {
    background: url(../images/login-bg.svg) no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100vh;
}
.main-login {
    box-shadow: 0px 0px 6px #E3EBF6;
    padding: 15px;
    /*width: 900px;
    margin: auto;*/
}
.main-login .input-icon
{
    right: 15px !important;
}
.input-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.main-login .md-form input {
    /*padding-left: 38px;*/
}
/*.login-section {
    width: 900px;
    margin: 80px auto 0;
    display:block;
}*/

.main-login .ed-txt {
    padding-bottom: 0px;
}
.pass-bottom
{
    margin-bottom:20px !important;
}
.login-btn button
{
    width:100%;
    margin-bottom:5px;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.priority {
    margin-top: -2px;
    float: left;
}
.workforce {
    margin-bottom: 20px;
}
/*.sidenavR:before {
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}*/
.secur {
    padding: 5px 0;
}
.login-right {
    position: relative;
    padding-left: 0;
}

.welcom-text {
    position: absolute;
    bottom: 35px;
    left: 50px;
    color: #fff;
}

.welcome-to {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.nvolve {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.login-form {
    padding: 10px 65px 0px;
}

.access {
    position: relative;
}

    .access:before {
        content: "";
        position: absolute;
        background: #fff;
        height: 1px;
        width: 150px;
    }

.password-modify {
    font-size: 13px;
    color: #636872;
}

    .password-modify a:hover {
        color: #150970;
    }

.forgot {
    color: #636872;
    padding-right: 10px;
}

.change-pass {
    color: #636872;
    padding-left: 10px;
}

.secure-logo {
    padding-right: 0;
    padding-top: 20px;
    text-align: right;
    width: 100%;
}

.secure-logo img {
    width: 80px;
    padding-bottom: 10px;
}

.action-icons a {
    margin-right: 0px;
}
.action-icons span {
    padding: 6px;
    cursor: pointer;
    color: #8193a7;
    font-size: 13px;
}
.action-icons .editor_Open
{
    margin-left:0;
}
tr:nth-child(even) {
   /* background-color: #F7F7F7;*/
}
.manager-matrix-form tr:nth-child(even) {
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
}

.non-comp {
    color: #FFBF00;
}

.green-active {
    color: #1CBB87;
}

.grey-active {
    color: #D3D3D3;
}

.red-active {
    color: #FD3479;
}

.darkblue-active {
    color: #00AEEF;
}

.yellow-active {
    color: #FEB12A;
}
.table .fa-circle {
    font-size: 11px;
padding-right: 5px;
}

.dataTables_info {
    width: 50%;
    float: left;
    /*padding-top: 0 !important;*/
}

.dataTables_paginate {
    width: 50%;
    float: right;
}

.table.dataTable thead tr {
    background: #0D3268;
}
.wgcheaderbg {
    background: #0d3268;
    color: #fff;
}
#group-update .course-details-tab .col-md-3:nth-child(5)
{
    padding-left:0;
}
.checkedlabel {
    background-color: #F5F4FF !important;
    border: 1px solid #8474FF !important;
}

.radiocontainer {
    background-color: #fff;
    display: block;
    position: relative;
    padding: 16px 10px 13px 40px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-wrap: break-word;
    margin-bottom:10px;
}
.radiocontainer1 {
    background-color: #fff;
    display: block;
    position: relative;
    padding: 13px 10px 13px 45px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-wrap: break-word;
}
.question-answer label {
    margin-bottom: .5rem;
}
.radio-bt {
    /*background-color: #fff;*/
    position: relative;
    padding: 1px 70px 10px 25px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-wrap: break-word;
}
.radio-bt input:checked ~ .checkmark {
    background-color: #0099FF;
    border: none;
}
.radio-bt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-bt .checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
}
.radio-bt .checkmark::after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.radio-bt {
    cursor: pointer;
    font-size: 16px;
    word-wrap: break-word;
}
.radio-bt input:checked ~ .checkmark::after {
    display: block;
}
.automated-quiz {
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0px;
}
.automated-quiz h4{
    font-size: 16px;
    font-weight: bold;
}

#altcontainer {
    /*background-color: #fff;*/
    line-height: 1.7em;
}

.radiocontainer input:checked ~ .checkmark {
    background-color: #0099FF;
    border: none;
}
.radiocontainer1 input:checked ~ .checkmark {
    background-color: #0099FF;
    border: none;
}

.checkmark {
    position: absolute;
    top: 18px;
    left: 15px;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
}

.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiocontainer1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiocontainer .checkmark::after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.radiocontainer1 .checkmark::after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.radiocontainer {
    cursor: pointer;
    word-wrap: break-word;
}
.radiocontainer1 {
    cursor: pointer;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.radiocontainer input:checked ~ .checkmark::after {
    display: block;
}
.radiocontainer1 input:checked ~ .checkmark::after {
    display: block;
}
.question-answer h4 {
    color: #0d3268;
    font-weight: 600;
    padding: 10px 0 15px 0;
}

#qtext {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ques-count {
    margin-bottom:10px
}

.question-numbers button {
    border: none;
    background: #cacaca;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.question.answerd {
    background: #21CFA8;
    color: #fff;
    border: none;
    padding: 2px 26px;
    height: 3px;
}
.question {
   background: #EBEBEB;
    color: #fff;
    border: none;
    padding: 2px 26px;
    height: 3px;
}
.summary table tr:nth-child(even) {
    background: transparent;
}
.fieldset-content .procedure-table
{
    margin-bottom:0;
}
/*progress Css Start*/
.assign.score .progress {
    width: 65px;
    height: 65px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.assign.score .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4117647058823529);
    position: absolute;
    top: 0;
    left: 0;
}
.assign.score .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.assign.score .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fff;
}
.assign.score .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.assign.score .progress .progress-right {
    right: 0;
}
.assign.score .progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 75px;
border-bottom-left-radius: 75px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.assign.score .progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
    margin: auto;
}
.assign.score .progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.assign.score .progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.assign.score .progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.assign.score .progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}
.assign.score .progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}
.assign.score .progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}
.assign.score .progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}
.assign.score .progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.assign.score .progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}
.question-answer {
    width: 100%;
    margin-bottom: 20px;
    /*padding: 25px 25px 0;*/
}
.question-answer-1 {
    width: 75%;
    padding: 15px 0px;
}
.questions h1 {
    font-size: 20px;
    margin: 0;
    /*padding: 20px 25px;*/
}

.questions {
    border-bottom: 1px solid #E8E8E8;
    padding: 0px 0 9px 0px;
    margin-bottom: 10px;
}
.icon-bt button.sub-btn img {
    margin-right: 10px;
}
.question-count-process {
    padding-top: 0px;
}

.question-numbers {
    border-left: 1px solid #E3EBF6;
    padding-left: 0px;
    padding-right: 0px;
}

.answer-count {
    /*padding: 30px;*/
    padding: 0px 25px 15px;
    border-bottom: 1px solid #E3EBF6;
}

.summary h3 {
    background: #150970;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 12px 0;
}

.progress-bar-step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #21CFA8;
    transition: width .6s ease;
}

.progress-step {
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 4.25rem;
}

#answerbuttoncontainer {
    float: right;
    padding-top: 30px;
    position: fixed;
    bottom: 16px;
    z-index: 104;
    right: 293px;
}

.summary table {
    width: 100%;
}

    .summary table td {
        padding: 10px;
        border-bottom: 1px solid #E3EBF6;
    }

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress {
    margin-bottom: 1em;
}


.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__field {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 10px 15px;
    background: transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

    .form__field::-webkit-input-placeholder {
        color: transparent;
    }

    .form__field::-moz-placeholder {
        color: transparent;
    }

    .form__field:-ms-input-placeholder {
        color: transparent;
    }

    .form__field::-ms-input-placeholder {
        color: transparent;
    }

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 16px;
        cursor: text;
        top: 20px;
    }

    .form__label,
    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        left: 8px;
        display: block;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        font-size: 12px;
        color: #9b9b9b;
        background: #fff;
        padding: 3px 9px;
    }

    .form__field:focus ~ .form__label {
        color: #1976D2;
    }

    .form__field:focus {
        padding-bottom: 6px;
        border-bottom: 2px solid #1976D2;
    }


/* Scrollbar Styling */
.navbar-sidenav::-webkit-scrollbar {
    width: 6px;
}

.navbar-sidenav::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.navbar-sidenav::-webkit-g-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.49019607843137253);
}

/* Scrollbar Styling */
.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    /*background: #474E5E;*/
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-g-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*progress Css End*/

.signature-img img {
    padding: 50px;
    border: 1px solid #E3EBF6;
    border-radius: 3px;
    padding: 20px 25px;
    width: 100%;
}

.signature-img h6 {
    margin-bottom: 10px;
    font-size: 16px;
}

.signature-img {
    padding: 30px 0;
}

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .navbar-dark {
        background: #fff;
        box-shadow: 0px 0px 7px #ccc;
        padding: 0;
    }

    .navbar-brand {
        display: inline-block;
        margin-left: 0;
        line-height: inherit;
        white-space: nowrap;
        padding: 10px 10px;
    }

    #mainNav .navbar-collapse {
        background: #F24067;
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
        color: #fff;
        padding: 13px 15px;
    }

    .content-wrapper {
        margin-left: 0px;
    }

    .profile-user-detail {
        padding-top: 10px;
    }

    .mobile-padding {
        margin-left: 15px;
        margin-right: 15px
    }

    .user-learning {
        margin-bottom: 15px;
    }

    .no-of-records {
        padding: 15px 40px;
    }

    .not-completed {
        padding: 15px 40px;
    }

    .todo {
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .carousel-inner {
        padding-left: 15px;
        
    }

    /*.sidenav-toggled
{
  display: none;
}*/
}

.supporting-file p {
/*    padding-bottom: 10px;*/
}

.form-group .custom-file {
    float: left;
    width: 80%;
}

.modal-body .form-group .custom-file {
    width: 70%;
}

.keypad-file .form-group .custom-file {
    width: 100%;
}

#keypad-group .edit-emp {
    top: 110px;
}

.browse-file .form-group {
    width: 80%;
    float: left;
}

.browse-file button {
    width: 15%;
    float: right;
}
/*.supporting-file button {
    float: left;
}*/
.question-name .form-control {
    margin-bottom: 0 !important;
}

.modal .modal-dialog {
    margin: 0;
}

#my-course .modal-dialog {
    margin: 0;
}

.modal-header {
    padding: 15px 20px 15px 15px;
    background: #0D3268;
    box-shadow: 0px 2px 5px rgb(13 50 104 / 39%);
}

    .modal-header h4.modal-title {
        color: #fff;
        font-weight: normal;
        font-weight: 500;
        font-size: 15px;
    }

.modal {
    padding-right: 0px !important;
}

.modal-body {
    overflow-y: scroll;
    background:#f9fafb;
}

.modal-footer {
    padding: 15px;
    /*text-align: right;*/
    border-top: 1px solid #E3EBF6;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 99;
}

.modal-content {
    height: 100vh;
}

.traning-details {
    padding: 0px 25px 30px;
}
.traning-user .traning-label
{
    /*float:inherit;*/
}

.traning-label {
    float: left;
}

.traning-user img {
    float: left;
    padding-right: 15px;
}

.traning-user h4 {
    font-size: 14px;
    color: #ACACAC;
    margin-bottom: 3px;
}

.traning-user h3 {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.traning-user h5 {
    font-size: 15px;
}

.traning-user {
    margin: 15px 0px 30px 0px;
    /*overflow: auto;*/
}

.defult-lables h4 {
    font-size: 13px;
    color: #848181;
    margin-bottom: 7px
}

.defult-lables h5 {
    font-size: 14px;
}

.defult-lables {
    margin-bottom: 41px;
}
.f-right-btn .btn.btn-cricle
{
    float:right;
}
.hour-label .form-control {
    margin-bottom: 0;
}

.other-training .hour-label .md-form.md-outline {
    margin: 0;
}

.other-training .traning-user {
    /*margin: 17px 0px 0px;*/
}

.modal-footer .row {
    padding: 0;
}
/*.modal-footer .launch
{
  position: inherit;
}*/
.launch-part .col-6 {
    padding: 0;
}

.launch-part p {
    padding-bottom: 10px;
}

.title-dashboard {
    float: left;
    font-size: 15px;
    padding-top: 4px;
}

.first-count {
    /*border-bottom: 1px solid rgb(225 225 225 / 42%);*/
}

.title-count {
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.card-dashboard {
    padding: 7px 15px;
}

.dashboard .card {
    border: none;
}

.dashboard .blue {
    background: #E0E4EB;
    font-weight: 700;
    padding: 6px 6px 0px 6px;
    /*background: url(../images/blue-bg.svg) ;
    background-size: cover;*/
}
.blue .title-count {
    color: #0D3268;
}
.blue .first-count {
    background: #0D3268;
    border-radius: 8px;
}
/*
.blue .card-dashboard:nth-child(2) {
    background: #2b8bea;
}
.blue .card-dashboard:last-child {
    background: #2b8bea;
}*/
.dashboard .green {
    background: #E0F7F4;
    font-weight: 700;
    padding: 6px 6px 0px 6px;
    /*background: url(../images/green-bg.svg);
    background-size: cover;*/
}
.green .first-count {
    background: #00AE8E;
    border-radius: 8px;
}
.green .title-count {
    color: #00AE8E;
}
/*.green .card-dashboard:nth-child(2) {
    background: #4ba950;
}
.green .card-dashboard:last-child {
    background: #4ba950;
}*/
.dashboard .yellow {
    background: rgb(255,179,0);
    background: linear-gradient(90deg, rgba(255,179,0,1) 0%, rgba(255,143,0,1) 100%);
}

.dashboard .red-bar {
    background: #F9E6E7;
    font-weight: 700;
    padding: 6px 6px 0px 6px;
    /*background: url(../images/red-bg.svg);
    background-size: cover;*/
}
.red-bar .first-count {
    background: #FD3F43;
    border-radius: 8px;
}

.red-bar .title-count {
    color: #FD3F43;
}
/*.red .card-dashboard:nth-child(2) {
    background: #FD595E;
}
.red .card-dashboard:last-child {
    background: #FD595E;
}*/
/*.dashboard-table
{
  font-size:13px;
}*/

    #divDBCharts .col-md-4:first-child {
    padding-left: 0;
}

#divDBCharts .col-md-4:nth-child(4) {
    padding-left: 0;
}

#divDBCharts .col-md-4:nth-child(3) {
    padding-right: 0;
}

#divDBCharts .col-md-4:nth-child(6) {
    padding-right: 0;
}

.dashboard-table .table th {
    padding: 12px 10px;
}

.dashboard-table .table td {
    padding: 12px 10px;
}

h2.dash-title {
    font-size: 15px;
    color: #0D3268;
    font-weight: bold;
    padding: 15px 15px;
    margin: 0;
}

.training-compliance h2 {
    font-size: 15px;
    color: #0D3268;
    font-weight: bold;
    padding-bottom: 15px;
}

.white-box {
    background: #fff;
    box-shadow: 0px 0px 3px #E3EBF6;
    border-radius: 6px;
    padding: 15px 15px;
    position:relative;
    /*overflow:auto;*/
}

.section-chart {
    margin: 20px 0;
}

.radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-btn {
    position: relative;
    padding: 5px 10px 5px 45px;
}

.radio-btn {
    cursor: pointer;
    font-size: 16px;
    word-wrap: break-word;
}

    .radio-btn input:checked ~ .checkmark {
        background-color: #150970;
        border: none;
    }

        .radio-btn input:checked ~ .checkmark::after {
            display: block;
        }

    .radio-btn .checkmark::after {
        top: 6px;
        left: 6px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: white;
    }

    .radio-btn::after {
        content: "";
        position: absolute;
        display: none;
    }

    .radio-btn .checkmark {
        position: absolute;
        top: 11px;
    }

.employee-details .border-bottom {
    padding: 15px 0;
    margin: 0
}
.border-bottom-3 {
    border-bottom: 3px solid #adadad !important;
}
/*-----------easyResponsiveTabs-----------*/

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    font-size: 14px;
    padding: 13px 10px;
    border-bottom: 1px solid #E3EBF6;
    margin: 0;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
    color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {03870
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 17%;
    box-shadow: 0px 0px 7px #eae8e8;
    background:#fff;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 12px 15px !important;
    border-bottom: 1px solid #f9f7f7;
    cursor: pointer;
    float: none;
    margin: 0;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    float: left;
    width: 82%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
    margin-left: 1%;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    color: #fd3f43;
}

    .resp-vtabs li.resp-tab-active:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 3px;
        background: #fd3f43;
        left: 0;
        top: 0;
    }

.resp-vtabs .resp-tabs-list li:before:hover {
    content: "";
    position: absolute;
    height: 46px;
    width: 3px;
    background: #fd3f43;
    left: 0;
    top: 0;
}

.resp-vtabs .resp-tabs-list li:hover {
    color: #fd3f43;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}


.resp-tab-content-active {
    display: block;
}


@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

    .resp-vtabs .resp-tab-content {
        border: none;
        word-wrap: break-word;
        border-bottom: 1px solid #c1c1c1;
    }
}
/*-----------easyResponsiveTabs-----------*/

.note-editor {
    margin-bottom: 30px;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tab-pane {
    margin-bottom: 20px;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    morgin-bottom: 0px;
    color: #7B7B7B;
}


    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #fd3f43;
        /* border-bottom: 3px solid #fd3f43;*/
    }

.tabset > input:checked + label {
    color: #fd3f43;
    border-bottom: 3px solid #fd3f43;
}

.tab-panel {
    padding: 15px 0;
}
#group-update .course-details-tab .col-md-3:nth-child(5) {
    padding-left: 0;
}
.tab-panels .course-details-tab {
    margin-top: 0;
}
/*-----------image upload-----------*/
.archived-employee-details .profile-img {
    margin-top: 15px;
    position: relative;
    width: 140px;
    height: 140px;
    margin: auto;
}

.archived-employee-details .img-circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 140px;
    height: 140px;
    margin-top: 16px;
    margin: auto;
    margin-top: 60px;
}

.archived-employee-details .p-image {
    position: absolute;
    top: 99px;
    right: 2px;
}

.profile-pic {
    max-width: 100%;
    max-height: 200px;
    display: block;
    border-radius: 100px;
    width: 120px;
    height: 120px;
}

.profile-img {
    margin-top: 15px;
    position: relative;
    /* width: 120px;
    height: 120px;
    margin: auto;*/
    padding: 2px 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #E3EBF6;
}

.file-upload {
    display: none;
}

.img-circle {
    border-radius: 1000px !important;
    position: relative;
    width: 120px;
    height: 120px;
    margin-top: 16px;
    margin: auto;
    /*position: absolute;
    top: 0px;*/
}

.fa-camera:before {
    font-size: 12px;
}

.p-image {
    position: absolute;
    top: 84px;
    right: 12px;
    color: #fff;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #fd3f43;
    border-radius: 83px;
    padding: 2px 8px;
    width: 27px;
    height: 27px;
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button {
    font-size: 15px;
    padding-top: 5px;
}

button:focus {
    outline: none;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #fff;
    cursor: pointer;
}

.option-two .profile-pic {
    max-height: inherit;
    margin: auto;
    padding: 20px 0;
}

.option-two .profile-img {
    width: 100%;
    height: auto;
}

.option-two .fa-camera:before {
    content: "Add Image";
    font-size: 14px;
}

.option-two .p-image {
    position: inherit;
    top: inherit;
    right: auto;
    text-align: center;
    margin: auto;
    width: 150px;
    height: 31px;
}

.banner-img .profile-pic {
    max-height: inherit;
    margin: auto;
    border: 1px solid #E3EBF6;
    margin-bottom: 10px;
}

.banner-img .profile-img {
    width: 100%;
    height: auto;
}

.banner-img .fa-camera:before {
    content: "Add Image";
    font-size: 14px;
}

.banner-img .p-image {
    position: inherit;
    top: inherit;
    right: auto;
    text-align: center;
    margin: auto;
    width: 150px;
    height: 31px;
}

.gray-btn {
    color: #fff;
    background-color: #474e5e;
    border-color: transparent;
    padding: 0.495rem .75rem;
}

.btn-orange:hover {
    color: #fff;
    background: #F58400;
}

.orange {
    color: #FF9315;
}

.pink {
    color: #FD3F43;
}

.sent-email {
    /*margin-top: 1rem;*/
    margin-bottom: 1rem;
}

    .sent-email a {
        border: 1px solid #dadce0;
        padding: 10px;
        display: block;
        height: 46px;
        border-radius: 4px;
        background: #fff;
    }

        .sent-email a:hover {
            color: #fd3f43;
            background: #f5f5f5;
            text-decoration: none;
        }

    .sent-email img {
        padding-right: 6px;
    }

table td .crsText {
    border: 1px solid #dadce0;
}

.table::-webkit-scrollbar {
    width: 6px;
    height: 15px;
}
/* The grabbable scrollbar button  */
.table::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    background: #C1C1C1;
}

/* The vertical scrollbar background */
.table::-webkit-scrollbar-track {
    background: #F1F1F1;
}

/*-----------image upload-----------*/

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.tagline {
    position: relative;
    margin-top: 0;
}

.tagline-text {
    vertical-align: middle;
}

.__slackin {
    float: right;
    margin-left: 10px;
    vertical-align: middle;
}

.promo {
    margin-bottom: 0;
    font-style: italic;
    padding: 10px;
    background-color: #ff4020;
    border-bottom: 5px solid #c00;
}
/*a,
a:hover {
  color: #ecf0f1;
}*/

pre {
    white-space: pre-wrap;
}

    pre code {
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
    }

.resetTP
{
    cursor:pointer;
}

#superSecret {
    opacity: 0.01;
    background-color: rgb(0,0,0,0.3);
    height: 60px;
    width: 100%;
    transition: 0.2s;
    object-fit: cover;
}

    #superSecret:hover {
        animation: superSUPERSecret;
        animation-duration: 0.5s;
        animation-iteration-count: infinite;
        opacity: 0.8;
        background-color: rgb(0,0,0,0.1);
    }

@keyframes superSUPERSecret {
    0% {
        transform: rotate(3deg)
    }

    50% {
        transform: rotate(-3deg)
    }

    100% {
        transform: rotate(3deg)
    }
}

sub {
    display: block;
    text-align: right;
    margin-top: -10px;
    font-size: 11px;
    font-style: italic;
}

ul {
    margin: 0;
    padding: 0;
}

.parent {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 40px 0;
    padding: 20px;
}

.gh-fork {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
}

/* dragula-specific example page styles */
.wrapper-drag {
    position: relative;
}

.trager {
    display: table-cell;
    width: 50%;
    border-radius: 3px;
    box-shadow: 0px 0px 3px #e4e4e4;
}
.summPercText {
    color:#fff;
}

    /*
 * note that styling gu-mirror directly is a bad practice because it's too generic.
 * you're better off giving the draggable elements a unique class and styling that directly!
 */
    .trager > div,
    .gu-mirror {
        margin: 10px;
        padding: 10px;
        color: #fff;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0.35);
        transition: opacity 0.4s ease-in-out;
        border-radius: 2px;
        color: #000;
        border: 1px solid #ecebeb;
        background: #fff;
    }

    .trager > div {
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

.gu-mirror {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.trager .ex-moved {
    background-color: #e74c3c;
}

.trager.ex-over {
    background-color: rgba(255, 255, 255, 0.3);
}

#left-lovehandles > div,
#right-lovehandles > div {
    cursor: initial;
}

.handle {
    padding: 0 5px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: move;
}

.image-thing {
    margin: 20px 0;
    display: block;
    text-align: center;
}

.slack-join {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    line-height: 16px;
}

/* Carbon */

#carbonads {
    position: absolute;
    display: block;
    overflow: hidden;
    margin-left: -180px;
    padding: 1em;
    max-width: calc(130px + 2em);
    background-color: #aa5579;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

    #carbonads a {
        color: inherit;
        text-decoration: none;
        font-weight: 400;
        transition: color .2s ease-in-out;
    }

        #carbonads a:hover {
            color: #221c3b;
        }

    #carbonads span {
        display: block;
        overflow: hidden;
    }

.carbon-img {
    display: block;
    margin: 0 auto 1em;
}

.carbon-text {
    display: block;
    margin-bottom: 1em;
}

.carbon-poweredby {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
}

#left-rm-spill:before {
    content: "Available Work Groups";
    position: absolute;
    top: -40px;
    font-size: 18px;
    font-weight: bold;
    color: #ff9315;
}

#right-rm-spill:before {
    content: "Selected Work Groups";
    position: absolute;
    top: -40px;
    font-size: 18px;
    font-weight: bold;
    color: #ff9315;
}

#left-rm-spill {
    width: 400px;
    height: 350px;
    overflow-y: auto;
    margin-right: 40px;
    float: left;
}

#right-rm-spill {
    float: left;
    width: 400px;
    height: 350px;
    overflow-y: auto;
}

.arrow_menu_right {
    padding: 10px;
    background: #0D3268;
}

#flyout_menu {
    position: fixed;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999 !important;
    max-height: 100%;
}

.flyout_menu_right {
    right: 0;
}

.flyout_menu_left {
    left: 0;
}

.arrow_menu {
    background: var(--arrow_menu_left_side_color);
    padding: var(--arrow_padding);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_media_icon_flyout:hover, .social_media_icon_flyout:focus, .mouseover_opacity, .text_flyout a:hover, .text_flyout a:focus {
    opacity: 0.7;
}

.social_media_icon_flyout_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text_flyout {
    padding: var(--text_flyout_margin);
    display: flex;
   /* font-family: var(--flyout_menu_font);*/
    font-size: var(--flyout_menu_font-size);
    color: var(--flyout_menu_font_color);
}

    .text_flyout a {
        text-decoration: none;
        color: var(--flyout_menu_font_color);
        transition: opacity var(--opacity-transition-duration) ease-in-out;
    }

.pointer {
    cursor: pointer !important;
}

.arrow_menu_triangle {
    border-top: var(--arrow_size) solid transparent;
    border-bottom: var(--arrow_size) solid transparent;
    transition: opacity var(--opacity-transition-duration) ease-in-out;
}

.triangle_left {
    border-right: var(--arrow_size) solid var(--triangle_color) !important;
}

.triangle_right {
    border-left: var(--arrow_size) solid var(--triangle_color) !important;
}

#color-options {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: auto;
    background: #fff;
    box-shadow: 0px 0px 18px #bfbfbf;
}

#social_media_icon_flyout_parent_parent {
    display: flex;
    overflow: hidden;
}

#color-options p {
    padding: 10px;
    border-bottom: 1px solid #E3EBF6;
    margin-bottom: 5px;
}

.row-color {
    padding-left: 10px;
}

.flyout_menu_row {
    display: flex;
}

.social_media_icon_flyout_mobile_width {
    width: calc(var(--image_flyout_scaling_mobile)*var(--image_flyout_width)) !important;
}

.flyout_hide {
    display: none;
}

.hide_flyout_menu_onload {
    visibility: hidden;
}

.pointer {
    cursor: pointer !important;
}

.arrow_menu {
    padding: 10px;
    background: #0D3268;
    display: inline-table;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.form-group > label {
    top: -10px;
    left: 8px;
    position: absolute;
    /*background-color: white;*/
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 48%, rgba(249,250,251,1) 100%);
    padding: 0px 6px 0px 6px;
    font-size: 13px;
    color: #000;
    z-index: 9;
    /*    transform: translateY(-14px) scale(.8);
*/
    /*
  padding: 0px 5px 0px 5px;
  font-size: 1.1rem;
  transition: 0.2s;
  pointer-events: none;
  color: #757575;
  transform: translateY(-14px) scale(.8);*/
}
/*.form-group.label-animate>label {
  top: -9px !important;
    left: 9px !important;
  font-size: 0.9em;
}*/
.employee-details .form-control {
    display: block;
    width: 100%;
    padding: 10px 10px;
    /*font-size: 16px;*/
    height: 46px;
    border-radius: 4px;
}

.employee-details .form-group {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.phone-detail {
    display: flex;
    margin-top: 1rem;
    /*margin-bottom: 28px;*/
    border: 1px solid #E3EBF6;
    border-radius: 3px;
}

    .phone-detail select {
        float: left;
        width: 30%;
        color: #495057;
        padding: 11px 0px 11px 4px;
        border: 1px solid #fff;
        margin: 2px;
    }

    .phone-detail .md-form.md-outline {
        float: right;
        width: 70%;
        margin-top: 0rem;
        margin-bottom: 0;
    }

        .phone-detail .md-form.md-outline input[type=text], .md-form.md-outline input[type=number] {
            border: none;
            margin: 0;
        }

.area-code {
    border: none;
}

.phone-detail select:focus {
    outline: none;
}

.phone-detail .md-form.md-outline input[type=text]:focus:not([readonly]) {
    border-color: #fff;
    box-shadow: none;
}

.user-icon {
    /*width: 45px;
    border-radius: 50%;
    float: left;
    height: 45px;
    background: #ececec;*/
    width:100%;
}

.user-name {
    float: left;
    padding: 2px 10px;
    font-size: 13px;
}

.dropdown-item {
    border-bottom: 1px solid #E3EBF6;
    font-size: 13px;
}

    .dropdown-item:last-child {
        border-bottom: none;
    }

.navbar-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    background: url(../images/drop-arrow.png) no-repeat;
    width: 20px;
    height: 14px;
    top: -14px;
    right: 6%;
}

.edit-emp {
    position: absolute;
    right: 10px;
    top: 75px;
    z-index:100;
}
/*.mer-emp {
    position: fixed !important;
    right: -15px;
    top: 415px;
    z-index: 100;
}
.arc-emp {
    position: fixed !important;
    right: -15px;
    top: 350px;
    z-index: 99;
}*/

.edit-emp .sub-btn {
    background: transparent;
    border-radius: 0;
    border: none;
    border-radius: 50%;
    padding: 0;
}
.crate-class .sub-btn {
    background: transparent;
    border-radius: 0;
    border: none;
    border-radius: 50%;
    padding: 0;
}

.edit-emp .sub-btn:focus {
    outline: none;
}
.center {
    text-align: center;
}
.user-profile {
    margin: 0;
    height: 305px;
    min-height:305px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 0px;
        bottom: 1px;
        background-color: white;
        box-shadow: 0px 0px 3px #6b6b6b;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #48a700;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
    }

button.sub-btn:focus {
    outline: none;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.mt-1rem {
    margin-top: 1rem;
}

.mt-2rem {
    margin-top: 2rem;
}
/*.mt-3{
    margin-top:30px !important;
}*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.on-off {
    margin-bottom: 20px;
}

.detail-column {
    padding-right: 50px;
}

.add-con {
    position: absolute;
    right: -30px;
    top: 25px;
}
.add-iconnote {
    position: absolute;
    right: -30px;
    top: 11px;
}
.pro-group {
    position: relative;
}

.top-head {
    /*border-bottom: 1px solid #ccc;*/
    padding: 10px 0;
    margin-bottom: 15px;
}

#divPanel .profile-img .img-circle {
    /*margin-top: 20px;*/
}

.page-titiles {
    font-size: 16px;
    font-weight: bold;
}

.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "";
    border: none;
    background: url(../images/check.svg);
}

.modal.left .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .half-modal {
    width: 650px;
}
.modal.left .half-page {
    width: 50%;
}
#pulse-new-question .modal-dialog {
    width: 600px;
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}
.modal-small .modal-content {
    width: 65% !important;
    margin: auto;
    height: 80vh;
}
.modal-small.modal {
    top: 10%;
}
.modal.modal-small.app-setting {
    top: 0%;
}
.app-setting .modal-content {
    width: 100% !important;
    margin: auto;
    height: 100vh;
}
.small-modal .modal-content {
    width: 48%;
    margin: auto;
    height: auto;
}
.jd-modal .modal-content {
    width: 880px !important;
    margin: auto;
    height: auto;
}
.jd-modal .modal-dialog {
    top: 8%;
}
.small-modal .modal-dialog {
    top: 12%;
}

#up-revise .modal-content {
    width: 65%;
    margin: auto;
    height: 400px;
}

#up-revise.modal {
    top: 15%;
}

#up-revise .modal-body {
    overflow-y: auto;
}
#divSelGrp .modal-content {
    width: 65%;
    margin: auto;
    height: auto;
    max-height: 300px;
}

#divSelGrp.modal {
    top: 20%;

}

#divSelGrp .modal-body {
    overflow-y: auto;
    padding:20px;
}
#divSelSite .modal-content {
    width: 65%;
    margin: auto;
    height: auto;
    max-height: 300px;
}

#divSelSite.modal {
    top: 20%;
}

#divSelSite .modal-body {
    overflow-y: auto;
    padding: 20px;
}

.search-emp .form-inline .input-group {
    width: 100%;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 15px !important;
}

.multiselect-container {
    width: 308px;
}

.small-textarea textarea.form-control {
    height: 120px !important;
}
/* ----- MODAL STYLE ----- */
.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    border-radius: 0;
    border: none;
}

#addquestion .modal-body {
    padding: 20px
}
textarea.form-control {
    height: 160px !important;
    border-radius: 4px !important;
    resize:none !important;
}
textarea {
    border: 1px solid #E3EBF6;
    border-radius: 4px;
    padding: 15px 10px;
    resize: none !important;
}
.answer-option .md-form.md-outline {
    width: 85%;
    float: left;
}

.radio-tick {
    float: right;
    padding-top: 23px;
}

.tab-pane {
    /*min-height: 350px*/
}

.existing-new {
    padding: 50px 0;
}

h4 {
    font-size: 16px;
}

h2.border-title {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.modal-open .modal.second-modal {
    background: rgba(0, 0, 0, 0.4509803921568628);
}
.modal.second-modal.show {
    background: rgba(0, 0, 0, 0.4509803921568628);
}
.modal-open .modal.third-modal {
    background: rgba(0, 0, 0, 0.4509803921568628);
}
.second-modal1 {
    background: rgba(0, 0, 0, 0.4509803921568628) !important;
}

.mtb-5 {
    margin: 5px 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mask-box {
    background: #f9f9f9;
    display: inline-block;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width:100%
}

    .mask-box h2 {
        font-size: 16px;
        font-weight: 600;
    }

.chart-one h2 {
    font-size: 15px;
    font-weight: bold;
    height: 55px;
    padding-bottom: 0;
}
    .chart-one h2:before, .training-compliance h2:before {
        content: "";
        position: absolute;
        width: 4px;
        background: #FF003D;
        height: 31px;
        left: 0;
        top: 10px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 7px;
    }
h2.dash-title:before {
    content: "";
    position: absolute;
    width: 4px;
    background: #FF003D;
    height: 31px;
    left: 0;
    top: 8px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 7px;
}
.chart-one .box {
    margin-top: 25px;
}

.line-chart {
    background: #fff;
    box-shadow: 0px 0px 3px #E3EBF6;
    border-radius: 6px;
    position: relative;
    margin-bottom: 30px;
}

    .line-chart .line-chart-head {
        padding: 15px 15px 30px 15px;
    }

.line-chart-head h2 {
    float: left;
    font-size: 16px;
}

.line-chart-area {
    padding: 5px 5px;
}

.line-chart-head h2:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #FD3D3C;
    left: 0;
    top: 11px;
}

.line-chart-head a {
    float: right;
    color: #8798aa;
}

.mask-box h2:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #FD3D3C;
    left: 0;
    top: 7px;
}

/*.chart-one h2:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #FD3D3C;
    left: 0;
    top: 7px;
}*/

.inner-box {
    background: #fff;
    border-radius: 3px;
    width: 31.5%;
    text-align: center;
    box-shadow: 2px 3px 2px #ccc;
    margin: 2px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    box-shadow: 2px 3px 2px #ccc;
}

    .inner-box p {
        font-size: 13px;
        padding: 5px 0;
        color: #474E5E;
    }

    .inner-box h3 {
        font-size: 24px;
        color: #FD3F43;
    }

.white-box-2 {
    background: #fff;
    box-shadow: 0px 0px 3px #E3EBF6;
    border-radius: 6px;
    position: relative;
    margin-bottom: 30px;
    /* cursor: pointer;*/
}

    .white-box-2 .unit {
        background: #39B151;
        color: #fff;
        width: 75px;
        margin: auto;
        border-radius: 5px;
        padding: 3px 6px;
        font-weight: 600;
    }

    .white-box-2 .chart-one {
        padding: 10px 15px 10px 10px;
        height: 280px;
    }

    .white-box-2:hover .mask-box {
        opacity: 1;
        webkit-transition: all 0.1s 0.2s ease-in-out;
        -moz-transition: all 0.1s 0.2s ease-in-out;
        -o-transition: all 0.1s 0.2s ease-in-out;
        -ms-transition: all 0.1s 0.2s ease-in-out;
        transition: all 0.1s 0.2s ease-in-out;
    }

.select-btn .form-control {
    width: 70%;
    float: left;
}

.sc .select-btn .form-control {
    width: 64%;
    float: left;
}

.select-btn button {
    float: right;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

/*
 Styling
*/


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
}

    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #fd3f43;
    }

.tabset > input:checked + label {
    /*border-color: #ccc;
  border-bottom: 1px solid #fff;*/
    margin-bottom: 0px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}


.tabset {
    max-width: 65em;
}

.custom-control.custom-checkbox {
    padding-left: 0;
}

.account-settings .custom-control-label {
    padding-bottom: 15px;
}

.account-settings .check-title {
    /*background: #0d3268;
    color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 8px;*/
    background: #f1f1f1;
    color: #0d3268;
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 11px;
    border-left: 3px solid #0d3268;
}
.performance
{
    margin-bottom:35px;
}
.login-section .form-control {
    margin: 0 0 2rem;
}
#NoFrameDiv p{
    color:#fff;
}
.check-boxs {
    /*border: 1px solid #ccc;
    padding: 15px 0px 0px;*/
    border-radius: 3px;
}
.account-settings .md-form .form-control {
    margin-bottom: 0;
}
.report-table tr:nth-child(even) {
    background-color: #fff;
}
.report-table table td {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    vertical-align: top;
}
.report-title {
    background: #0d3268;
    padding: 14px 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 600;
}
.report-head {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    margin: 0;
}
.report-title label {
    margin: 0;
}
.report-time
{
    font-size:14px;
    margin:0;
}
.report-table {
    padding: 10px 20px;
    border: 2px solid #0d3268;
    overflow: auto;
    margin-bottom: 20px;
}
.bg-color {
    width: 220px;
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.green-bg {
    background: #7ebe00;
}
.red-bg {
    background: red;
}
.yellow-bg {
    background: #FFBF00;
}
.role-gap {
    padding: 4px 13px;
    border-radius: 28px;
}
.minus {
    background: red;
    color: #fff;
}
.plus {
    background: #00a84e;
    color: #fff;
}
table.percentage {
    float: right;
}
table.percentage tr td:first-child {
    padding-right: 10px;
}
.admin-detail {
    background: #F9FAFC;
    padding: 15px 0px;
}
.menu-user {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #f2f2f2;
    margin: auto;
}
.admin-detail img {
    /*border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    background: #f2f2f2;*/
    width:100%;
}

.admin-detail h4 {
    font-weight: 600;
}

.admin-detail h5 {
    color: #FD3F43;
    font-size: 15px;
}

.login-account {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 15px 20px;
}

.suport-link {
    position: absolute;
    top: 315px;
    width: 100%;
    padding: 0 20px;
}

.suport-link ul li {
    line-height: 23px;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #F0F0F0;
    list-style: none;
}

.suport-link ul li a {
    color: #000
}

.suport-link ul li a:hover {
    text-decoration: none;
    color: #0d3268;
}
.imgCustColIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.tick-sele {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: -webkit-inline-box;
    border-radius: 36px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.suport-link ul li span {
    padding-left: 10px;
}
#tblEmpPDP tbody tr td:last-child
{
    width:75px !important;
}
.btn-white {
    background: #fff;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    border-radius: 3px;
}

#user-nav {
    background-color: rgb(255 255 255 / 82%);
}

#user-nav.modal.left .modal-dialog {
    width: 350px;
    border-left: 1px solid #e3e3e3;
}

.account-btn {
    padding: 25px 0;
}

.logout-btn {
    color: #FD3F43;
    margin-left: 44px;
}

#user-nav .close {
    font-size: 1.5rem;
    line-height: 1;
    border: none;
    background: transparent;
    padding: 0px 20px 0 0;
    position: absolute;
    right: 0;
}

.reporter-img {
    border-radius: 50%
}

.report-pic {
    text-align: center;
    margin-top: 20px;
}

.training-plan {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#verticalTab .transfer-double-content-left {
    width: 46%;
}

#verticalTab .transfer-double-content-right {
    width: 46%;
}
.card-body .transfer-double-content {
    padding: 0px 25px;
    margin-bottom: 0;
}
/*user-profile-left-nav*/
.drawer {
    display: none;
}

.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1037;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drawer__header {
    /* Optional */
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.drawer__close {
    /* Optional */
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../images/close-1.svg);
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    margin-left: 1rem;
    position: absolute;
    right: 15px;
    top: 15px;
}

.drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    border-left: 1px solid #e3e3e3;
}
.drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
}
.drawer--left .drawer__wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.drawer.is-active {
    display: block;
}
.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 -5px 24px 0 rgba(0, 0, 0, 0.1) !important;
}

.drawer.is-visible .drawer__overlay {
    opacity: 0.7;
}

.notofi {
    padding-right: 15px;
}
/*user-profile-left-nav end*/

.ava-emp {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 250px;
    overflow-y: scroll;
}
.ava-emp ul{
    margin: 0;
}

.ava-emp ul li {
    list-style: none;
    padding: 4px 10px;
}

.ava-emp ul li:hover {
    cursor: pointer;
    background: #e4e4e4;
}
.file-select button {
    float: left;
    margin-left: 10px;
}
.add-doc {
    left: 11px;
    font-size: 13px;
    /*background-color: white;*/
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 48%, rgba(249,250,251,1) 100%);
    padding: 0px 6px 0px 6px;
    top: -11px;
    position: absolute;
    z-index: 9;
    color: #000;
}
.dashboard-part {
    width: 100%;
}
.keypad-file .file-select {
    margin-bottom: 37px;
    display: flex;
}
.main-title-count {
    font-size: 24px;
    font-weight: bold;
}
.main-title-count {
    font-size: 24px;
    font-weight: bold;
}
.quick-launch {
    background: #fff;
    overflow: auto;
    box-shadow: 0px 0px 6px #dedede;
    margin-bottom: 20px;
    padding: 28px 2px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px dashed #A3B0BF;
}
.quick-launch img {
    margin-bottom: 10px;
    height:37px;
}
.quick-launch:hover {
    background: #FFECEC;
    border-color: red;
}
.quick-launch h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.quick-launch a:hover {
    text-decoration: none;
}
.quick-launch h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.account-menu li.has-sub a {
    padding: 15px 15.7px !important;
    width: 55px;
}
.account-menu li.has-sub a i{
    font-size:18px;
}
.navigation li.has-sub a {
    padding: 15px 17.3px;
}
.navigation li.has-sub ul li a {
    padding: 10px 12px !important;
    font-size: 14px;
}
.has-sub ul {
    width: 220px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    background-color: #28262c;
}
.has-sub ul a {
    text-align: left;
    padding: 13px 0 13px 25px;
}
.has-sub ul a i.fa-angle-right {
    margin-right: 15px;
}
.has-sub ul li {
    border: none;
}
.navigation ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
.navigation ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}
.navigation ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.navigation ul ul a {
    color: #fff;
    border-left: 2px solid transparent;
}
.navigation ul ul a:hover {
    color: #ffffff;
}
.navigation ul ul li a:hover {
    color: #ff989a;
    border-left: 2px solid #ff989a;
}
.sidenav-toggled .navigation ul ul li:first-child a:hover {
    color: #fff ;
    border-left: 2px solid transparent;
    cursor: auto ;
}
.navigation.align-right > ul > li > a {
    border-left: 0.3em solid #34A65F;
    border-right: none;
}
.navigation.align-right {
    float: right;
}
.navigation.align-right li {
    text-align: right;
}
.navigation.align-right ul li.has-sub > a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}
.navigation.align-right ul li.has-sub > a:after {
    content: none;
}
.navigation.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}
.navigation.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}
.navigation.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
.navigation.align-right ul ul {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}

/*Report Menu*/
.report-menu ul li {
    list-style: none;
}
.report-menu ul li a {
    background: #fff;
    padding: 15px 22px;
    display: block;
    border: 1px solid #E3EBF6;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #000;
}

.report-menu ul li a:hover {
    background: #0D3268;
    color: #fff;
    text-decoration: none;
}

.report-menu ul li a:hover h5 {
    color: #fff;
}

.report-menu ul li a:hover p {
    color: #fff;
}

.report-menu h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.report-menu a h5 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3px;
}

.report-menu a p {
    color: #666;
}
.fr-btn .btn
{
    float:right;
}
.filter-select .form-control {
    height: 36px !important;
    padding: 8px 10px !important;
    margin-bottom:0 !important
}
.switch-text
{
    float:left;
    padding-right:15px;
}
.switch-btn
{
    float:left;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 9999; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}
.editor_delete {
    cursor: pointer;
    margin-left:15px;
}
.disable_del { 
    padding-left: 50px;
}
.editor_Open {
    cursor: pointer;
    margin-left:10px;
}
.tblWgiHtml
{
    width:100%;
    margin-bottom:30px;
}
#accordion .card-header {
   padding: 0;
    cursor: pointer;
}
#accordion .card-header .btn-link
{
    color:#000;
}
#accordion .card-header .btn-link:hover{
    text-decoration:none;
}
li.account-name a
{
    padding:23px 15px;
    display:inline-block;
}

#audittab .white-box {
    min-height: 300px;
}
/*Responsive Css Start*/
@media only screen and (min-width: 320px) and (max-width: 960px) {
    #carbonads {
        position: relative;
        float: none;
        margin: 0 auto -2em;
        max-width: 330px;
    }

        #carbonads span {
            position: relative;
        }

        #carbonads > span {
            max-width: none;
        }

    .carbon-img {
        float: left;
        margin: 0 1em 0 0;
    }

    .carbon-text {
        float: left;
        margin-bottom: 0;
        max-width: calc(100% - 130px - 1em);
        text-align: left;
    }

    .carbon-poweredby {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
    }
}

/* Media queries */


@media (min-width: 1920px) and (max-width: 2560px) {
    .vertical .steps {
        float: left;
        width: 21% !important;
        height: 100vh;
        background: #fff;
        padding: 25px;
        border-right: 1px solid #E3EBF6;
    }

    .vertical .content,
    .vertical {
        float: left;
        width: 79% !important;
    }

    .emp-commu .icon-part img {
        width: 50px !important;
    }

    .emp-commu .info-part p {
        font-size: 16px !important;
    }

    .emp-commu .info-part h3 {
        font-size: 26px !important;
    }

    .emp-commu .com-survers {
        margin-bottom: inherit !important;
    }

    .emp-commu .white-box {
        min-height: 341px !important;
    }

    #audittab .white-box {
        min-height: 385px;
    }

    #chat-bot-frame.small-modal .modal-dialog {
        top: 9% !important;
        left: 24% !important;
    }

    .plr {
        padding-left: 30px !important;
        padding-right: 0;
    }

    .pl-15 {
        padding-left: 15px !important
    }

    .lpl-0 {
        padding-left: 0;
    }
    .small-modal-2 .modal-content {
        width: 34% !important;
        margin: auto;
        height: auto;
    }
  
    
}


@media only screen and (min-width: 1367px) and (max-width: 1920px) {

    .resp-vtabs .resp-tabs-list li {
        padding: 6% 5% !important;
    }
    .carousel {
        height: 407px !important;
        /*background: #ededed;*/
    }
    .user-profile {
        height: 415px;
        min-height: 415px;
    }
    .modal-body .icon-bt {
        position: absolute;
        bottom: 14%;
        left: 52px;
        display: grid;
    }
    .plr {
        padding-left: 30px !important;
        padding-right: 0;
    }
    .pl-15 {
        padding-left: 15px !important
    }
    .lpl-0 {
        padding-left: 0;
    }
    .pl0_pr15
    {
        padding-left: 0;
        padding-right: 15px !important;
    }
    .pl15_pr0 {
        padding-right: 0;
        padding-left: 15px !important;
    }
    .lpr-0 {
        padding-right: 15px !important;
    }
    .profile-photo {
        height: 8vh;
    }
    .photo {
        position: absolute;
        top: 48px;
        left: 15px;
        width: 125px;
        height: 125px;
        overflow: hidden;
        border-radius: 100px;
    }
    .photo:after {
        content: "";
        position: absolute;
        background: #0BB11C;
        width: 12px;
        height: 12px;
        bottom: 18px;
        left: 93px;
        border: 2px solid #fff;
        border-radius: 16px;
    }
    .business_intelligence_menu a img {
        width: 45px;
    }
    .business_intelligence_menu a {
        background: #ffc107;
        width: 32.5%;
        color: #fff;
        min-height: 100px !important;
        text-align: center;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .trend_analysis .white-box, .height-320 {
        min-height: 250px !important;
        max-height: 425px !important;
    }
    .vertical .steps {
        float: left;
        width: 19% !important;
    }
    .content {
        margin-left: 20% !important;
    }
    .content {
        width: 80% !important;
    }
    .mon_trend {
        position: absolute;
        right: 2.5% !important;
        top: -47px;
    }
    .small-modal-2 .modal-content {
        width: 34% !important;
        margin: auto;
        height: auto;
    }
    #saverecords .modal-dialog {
        top: 40% !important;
    }
    .search-left {
        float: left;
        width: 16% !important;
    }

    .right-data {
        float: right;
        width: 84% !important;
    }
    .arrow span {
        display: block;
        width: 2.5vw !important;
        height: 2.5vw !important;
    }
}

.lpr-0 {
    padding-right: 0;
}
.prl-sma {
    padding-right: 0;
    padding-left: 15px !important;
}
.pl0-pr15 {
    padding-left: 0;
    padding-right: 15px !important;
}
/* CHART-Speed Meter- STYLES
?????????????????????????????????????????????????? */
.meter {
    width: 300px;
    margin: 0px auto 0;
    position: relative;
    height: 125px;
}

.meter-hand1 {
    position: absolute;
    left: 15%;
    top: 108px;
    z-index: 1;
    transition: all 2s ease-in-out;
    transform-origin: 94% 48%;
}
.meter-hand2 {
    position: absolute;
    left: 32%;
    top: 93px;
    z-index: 1;
    transition: all 2s ease-in-out;
    transform-origin: 94% 48%;
}
.meter-hand {
    position: absolute;
    left: 31%;
    top: 93px;
    z-index: 1;
    transition: all 2s ease-in-out;
    transform-origin: 94% 48%;
}
.meter .number-img {
    position: absolute;
    top: -23px;
}

.speed {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

#speed {
    min-width: 300px;
    display: inline-block;
}

.unit {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.meter .num {
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
}

.meter label {
    margin-bottom: 0;
}

#num_1 {
    left: 25px;
    top: 80px;
}

#num_2 {
    left: 37px;
    top: 56px;
}

#num_3 {
    left: 55px;
    top: 35px;
}

#num_4 {
    left: 87px;
    top: 25px;
}

#num_5 {
    right: 55px;
    top: 35px;
}

#num_6 {
    right: 37px;
    top: 56px;
}

#num_7 {
    right: 25px;
    top: 80px;
}

/* RESET STYLES
?????????????????????????????????????????????????? */

.chart-skills {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .chart-skills *,
    .chart-skills::before {
        box-sizing: border-box;
    }

/* CHART-SKILLS STYLES
?????????????????????????????????????????????????? */

.chart-skills {
    position: relative;
    width: 250px;
    height: 125px;
    overflow: hidden;
}

    .chart-skills::before,
    .chart-skills::after {
        position: absolute;
    }

    .chart-skills::before {
        content: '';
        width: inherit;
        height: inherit;
        border: 45px solid rgba(211, 211, 211, .3);
        border-bottom: none;
        border-top-left-radius: 175px;
        border-top-right-radius: 175px;
    }

    .chart-skills::after {
        content: '';
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        font-size: 1.1rem;
        font-weight: bold;
        color: cadetblue;
    }

    .chart-skills li {
        position: absolute;
        top: 100%;
        left: 0;
        width: inherit;
        height: inherit;
        border: 45px solid;
        border-top: none;
        border-bottom-left-radius: 175px;
        border-bottom-right-radius: 175px;
        transform-origin: 50% 0;
        animation-fill-mode: forwards;
        animation-duration: .4s;
        animation-timing-function: linear;
        transform-style: preserve-3d;
        backface-visibility: hidden;
    }

        .chart-skills li:nth-child(1) {
            z-index: 4;
            border-color: #eb3e79;
            animation-name: rotate-one;
        }

        .chart-skills li:nth-child(2) {
            z-index: 3;
            border-color: #F0D440;
            animation-name: rotate-two;
            animation-delay: .4s;
        }

        .chart-skills li:nth-child(3) {
            z-index: 2;
            border-color: #8EC34A;
            animation-name: rotate-three;
            animation-delay: .8s;
        }

        .chart-skills li:nth-child(4) {
            z-index: 1;
            border-color: #29B151;
            animation-name: rotate-four;
            animation-delay: 1.2s;
        }

.note-modal .form-group {
    position: relative;
}
.note-modal .modal-body {
    padding: 40px;
}
.form-group.note-form-group {
    margin-bottom: 30px;
}
.form-group.note-group-image-url {
}
.note-image-input {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.note-modal {
    width: 650px;
    right: 0;
    left: inherit;
}
.note-form-group.note-group-select-from-files .form-group > label {
    top: -29px;
}
/* ANIMATIONS
?????????????????????????????????????????????????? */
@keyframes rotate-one {
    100% {
        transform: rotate(45deg);
        /**
     * 12% => 21.6deg
     */
    }
}

@keyframes rotate-two {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(90deg);
        /**
     * 32% => 57.6deg 
     * 57.6 + 21.6 => 79.2deg
     */
    }
}

@keyframes rotate-three {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(135deg);
        /**
     * 34% => 61.2deg 
     * 61.2 + 79.2 => 140.4deg
     */
    }
}

@keyframes rotate-four {
    0% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(180deg);
        /**
     * 22% => 39.6deg  
     * 140.4 + 39.6 => 180deg
     */
    }
}

.employee-tab .tab-custom .nav-tabs .nav-link {
    padding: 10px 13px;
}
span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav-item a.dropdown-toggle {
    color: #7B7B7B;
    font-weight: 600;
    padding: 10px 10px;
    display: inline-block;
}

.nav-item a:hover {
    /*border-bottom: 3px solid #FD3F43;*/
    color: #fff;
    text-decoration: none;
}

.tab-custom .nav-item a:hover {
    color: #FD3F43;
}

.upload-items {
    padding: 60px 0;
    display: flow-root;
}

.ui-datepicker {
    z-index: 100000000 !important;
}
.md-accordion .card .fa-angle-down {
    float: right;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.report-btns .icon-btn
{
    float:right;
}
.filterview .form-control {
    width: 85%
}
.filterview-1 .form-control {
    width: 90%
}
.manager-matrix-form table {
    width: 100%;
    margin-bottom: 20px;
    border-left: 1px solid #bfbfbf;
}
.manager-matrix-form .table-basic {
    margin: 0 !important;
/*    border: 1px solid #646563;*/
    /*overflow:hidden !important;*/
}
    .manager-matrix-form .table-basic td {
        border-right: 1px solid #DFDFDF;
        height: 65px;
        width: 130px !important;
        padding: 0px 10px;
    }
        /*.manager-matrix-form .table-basic td:first-child {
            width: 200px !important;
            display: block;
            display: inline-block;
            padding: 15px 10px;
        }*/
        .manager-matrix-form .table-basic td:first-child span{
            margin-right:10px;
        }
            .manager-matrix-form .table-basic td:first-child span img {
                border-radius: 50%;
            }
    .manager-matrix-form .table-basic tr th:first-child {
        width: 200px !important;
        min-width: 200px;
/*        padding: 60px 10px 0;*/
        border: navajowhite;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .manager-matrix-form .table-basic thead tr th {
        background: #0D3268;
        color: #fff;
    }
    .manager-matrix-form .table-basic tr td:first-child {
        background: #F3F3F3;
    }
    .manager-matrix-form .table-basic tr:nth-child(even) {
        background: #fff;
    }
    .manager-matrix-form .table-basic thead th {
        padding: 0px 7px 7px;
    }

table thead tr th {
    /*width: 140px !important;*/
}
.tblHeaderCol {
    border: 1px solid #DFDFDF;
}
    .table-basic
    /*Report Viewer*/
    .reportViewerTitle {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 20px;
}
/*Report Viewer*/

/*new menu*/
/*.navigation {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}

    .navigation ul,
    .navigation ul li,
    .navigation ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .navigation ul {
        position: relative;
        z-index: 500;
        float: left;
    }

        .navigation ul li.hover,
        .navigation ul li:hover {
            position: relative;
            z-index: 510;
            cursor: default;
        }

        .navigation ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0px;
            z-index: 520;
            width: 100%;
        }

            .navigation ul ul li {
                float: none;
            }

            .navigation ul ul ul {
                top: 0;
                right: 0;
            }

        .navigation ul li:hover > ul {
            visibility: visible;
        }

        .navigation ul ul {
            top: 0;
            left: 99%;
        }

        .navigation ul li {
            float: none;
            border-bottom: 1px solid #264777;
        }

.navigation {
    max-width: 100px;
    background: #0D3268;
    zoom: 1;
    position: fixed;
    height: 100%;
    left: 0;
    top: 99px;
}
.nav-cls
{
    width:100px;
}
.sidenav-toggled .navigation.nav-cls {
    width: 55px;
}

.navigation:before {
    content: '';
    display: block;
}

    .navigation:after {
        content: '';
        display: table;
        clear: both;
       
    }

    .navigation a {
        display: block;
        padding: 1.2em 0em;
        color: #ffffff;
        text-decoration: none;
        font-size: 11px;
        text-align: center;
    }

        .navigation a p {
            padding: 3px 0;
            margin: 0;
        }
        .navigation li a img{*/
/*            width:20px;*/
        /*}
    .navigation > ul {
      max-width: 100px;
    }

    .navigation ul ul {
        width: 230px;
    }

    .navigation > ul > li > a:hover {
        color: #ffffff;
    }

    .navigation > ul > li a:hover,
    .navigation > ul > li:hover a {
        background: #062A5E;
    }

    .navigation li {
        position: relative;
    }

.has-sub ul {
    width: 220px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    background-color: #28262c;
}

    .has-sub ul a {
        text-align: left;
        padding: 13px 0 13px 25px;
    }

      

    .has-sub ul li {
        border: none;
    }

.navigation ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

.navigation ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.navigation ul li:nth-child(2) ul {*/
   /* top: -59px;*/
    /*left: 99%;
    position: absolute
}
.navigation ul li:nth-child(7) ul {*/
    /*top: -109px;*/
/*left: 99%;
    position: absolute
}

.navigation ul li:last-child ul {
   top: -230px;
    left: 99%;
    position: absolute
}
.navbar-nav.ml-auto li:last-child {
    padding: 10px 0px;
}
.navbar-nav.ml-auto li:last-child {
    border-left: 1px solid #E3EBF6;
}
.navbar-nav.ml-auto li:first-child {
    border:none;
}

.navigation.align-right > ul > li > a {
    border-left: 0.3em solid #34A65F;
    border-right: none;
}

.navigation.align-right {
    float: right;
}

    .navigation.align-right li {
        text-align: right;
    }

    .navigation.align-right ul li.has-sub > a:before {
        content: '+';
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -6px;
    }

    .navigation.align-right ul li.has-sub > a:after {
        content: none;
    }

    .navigation.align-right ul ul {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 598;
        width: 100%;
    }

        .navigation.align-right ul ul li.first {
            -webkit-border-radius: 3px 0 0 0;
            -moz-border-radius: 3px 0 0 0;
            border-radius: 3px 0 0 0;
        }

        .navigation.align-right ul ul li.last {
            -webkit-border-radius: 0 0 0 3px;
            -moz-border-radius: 0 0 0 3px;
            border-radius: 0 0 0 3px;
        }

    .navigation.align-right ul ul {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }
.navactive {
    background: #062A5E;
}
.navulactive {
    color: #ff989a !important;
    border-left: 2px solid #ff989a !important;
}*/

.navactive {
    background: #f1f7ff;
}
.navactive a:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 38px;
    z-index: 9999999;
    left: 0;
    top: 8px;
    background: #FD3F43;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.menu-expanded .navactive a:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 54px;
}
.menu-expanded .main-menu.menu-light .navigation > li.hover > a:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 54px;
}
.navulactive {
    color: #ff989a !important;
    border-left: 2px solid #ff989a !important;
}

    /*end new menu*/
    .navbar-nav.ml-auto li:last-child {
    padding: 10px 0px;
}
ul.navigation  li.nav-item .fa {
    color: #fff;
}
.navbar-nav.ml-auto li:last-child {
    border-left: 1px solid #E3EBF6;
}
.sidenav {
    background-color: #111;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 1;
}

.sidenavR {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 9999;
    box-shadow: 0 -5px 24px 0 rgba(0, 0, 0, 0.1) !important;
}

.sidenavR a {
    display: block;
    text-decoration: none;
    transition: .3s;
}

.sidenav a:hover, .offcanvas a:focus, .sidenavR a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}
.closebtn, .sidenavR .closebtn {
    position: absolute;
    right: 15px;
    top: 8px;
}
.navbar-brand img {
    padding: 5px;
    overflow: auto;
}
.note-editable img {
    height: auto !important;
}
.note-editable p{
}
.improvement-type button
{
    margin-bottom:10px;
    width:270px;
}
.improvement-type 
{
    padding-top: 45px;
}
table.table-bordered.dataTable th {
    font-size: 13px;
    font-weight: 600;
}
.fontnew
{
    font-size:14px !important;
}
.user-icon-img {
    width: 45px;
    border-radius: 50%;
    float: left;
    height: 45px;
    background: #ececec;
    overflow: hidden;
    border: 1px solid #efefef;
}
.skil-level .md-form.md-outline {
    float: left;
}

.app-btn {
    float: right;
    margin-top: 16px;
}

.tab-custom.tabs-small .nav-tabs .nav-link {
    padding: 10px 16px;
}
p.acc-head {
    float: left;
    padding: 0 !important;
    margin-right: 10px;
}
.important-star
{
    float:left;
}
.head-line
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.label-box label {
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    width: 100%;
    min-height:38px;
}
.btnSett{
    width:210px;
}
.w-90
{
    width:90%;
}
.w-90 p{
    min-height:100px;
}
.f-right
{
    float:right;
}
.performance input {
    /*margin-top: 10px;*/
    margin-left: 5px
}
.workgroup-drp .md-form {
    margin-top: -2px;
    float: left;
    width: 90%
}
.workgroup-drp {
    /*padding-top: 5px;*/
}
.selectyear .form-control {
  /*width:200px*/
}
.drpyear label {
    float: left;
    margin-top: 5px
}
.site-table {
    height: 490px
}
.acc-setting {
    margin-right: 20px !important;
    margin: 0 !important;
}
.editor_edit., .editor_delete {
    margin-left: 8px;
}
.editor_reject, .editor_accept {
    margin-left: 8px;
}
.editor_play {
    margin-left: 8px;
}
.launch {
    margin-left: 15px;
}
/*.editor_Open {
    margin-left: 8px;
}*/
span .delete {
    margin-left: 8px;
}
.language-selection {
    margin: 25px 20px
}
.site-page-table {
    width: 100% !important
}
.drpyear .form-control {
    width: 200px;
    float: left;
    margin-left: 10px
}
.emp_crev {
    top: 0%;
    float: right;
}
.fa-info-circle {
    color: #0788e4;
}
.font-down .fa-info-circle {
    float: left;
    padding: 13px 10px;
}
.font-down .sent-email {
    float: left;
    padding-left: 27px;
}
.font-down .sent-email a {
  
        height:42px
}
    .font-down .sent-email a:hover {
        border: 1px solid #fd3f43;
        color: #fd3f43;
        background:#fff;
    }
.utable thead tr {
    background: #0D3268 !important;
    color: #fff;
}

a.group-link {
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 5px #e4e4e4;
    padding: 10px 12px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    position:relative;
}
a.group-link:after {
    background: url(./images/link-icon.svg) no-repeat;
    width: 16px;
    position: absolute;
    content: "";
    height: 16px;
    right: 13px;
    top: 12px;
}
    a.group-link:hover {
        background: #ffe8e8;
    }
.account-list {
    margin-bottom: 15px;
}
.account-link {
    width: 100%;
    background: #fff;
    /*box-shadow: 0px 3px 4px #ccc;*/
    border: 1px solid #E3EBF6;
    padding: 5px 5px 5px 10px;
    overflow: auto;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account-link span{
    float: left;
    padding-top: 3px;
    width: 185px;
}
.account-link img {
    float: right;
}
.account-link:hover{
    background: #FFECEC;
    border: 1px solid #FD3F43;
}
.standard-footer {
    background-color: #e9ecef;
    line-height: 55px;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.table.table-striped
{
    width:100% !important;
}
/*leftside silder for userdetail*/
.drawer {
    display: none;
}
.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.drawer__close {
    /* Optional */
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url("/images/close-1.svg");
    width:36px;
    height: 36px;
    margin-left: 1rem;
}
.drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    /* Optional */
    box-shadow: 0 2px 6px #777;
}
.drawer.is-active {
    display: block;
}
.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.drawer.is-visible .drawer__overlay {
    opacity: 0.5;
}

/*.detail-of-emp {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 5px;
    background: #fbfbfb;
    overflow: auto;
}*/
.emp-info-detail .main-tab {
    width: 100%;
    /*border: transparent;*/
}
.emp-info-detail .main-tab a.nav-link img{
    padding-right:5px;
}
.tab-custom .main-tab .nav-link.active {
    border-bottom: none;
    background: #ffefef;
}
.tab-custom .main-tab a.nav-link:hover {
    border-bottom: none;
}
.traning-user h3 
{
    margin-bottom: 0;
}
.employee-tab .detail-of-emp {
    border-radius: 4px;
    padding: 5px 10px;
    background: #0d3268;
}
.detail-of-emp {
    position: absolute;
    right: 15px;
    margin-right: 0;
}
.employee-tab .detail-of-emp .traning-user h4 {
    font-size: 13px;
    color: rgb(255 255 255 / 38%);
    margin-bottom: 3px;
}
.employee-tab .detail-of-emp .traning-user h3 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.employee-tab .traning-user img {
    padding-right: 10px;
    padding-top: 4px;
}
.employee-page-user {
    float: left;
    padding-right: 26px;
}
.employee-page-id {
    float: right;
}
.employee-page-date
{
    float: right;
    padding-right:20px;
}
.tab-option-two .employee-tab .tab-custom .nav-tabs .nav-link {
    padding: 5px 14px;
}
.grid-list .nav-tabs .nav-link {
    padding: 8px 14px;
}
.red-toggle .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.red-toggle .dropdown-toggle {
    background-color: #FD3F43;
    color: #fff;
    padding: 9px 22px;
}
textarea:focus {
    outline: none !important;
    border: 1px solid #80bdff;
}

/*.navi-sub .has-sub ul
{
    background: #3b4357
}
.navi-sub ul ul li a:hover {
    color: #ff989a;
    border-left: 2px solid #ff989a;
}
.navi-sub li.has-sub ul li a {
    padding: 10px 20px !important;
    font-size: 14px;
}
.navi-sub ul ul a {
    color: #fff;
    border-left: 2px solid transparent;
        display: block;
}
.navi-sub ul ul li {
    float: none;
    list-style: none;
}
.navi-sub > ul > li a:hover, .navi-sub > ul > li:hover a {
    background: #3b4357;
}
.navigation ul ul {
    width: 230px;
}*/
/*.lern
{
    display: none;
}
.learn-plan:hover .lern
{
    display: block;
}
.lern
{
    position: fixed;
    top:100px;
    z-index: 99;
    left: 55px;
}*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    /*font-family: inherit;*/
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    /*line-height: 40px;*/
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #d0dae5;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #88bfff;
    }

    .nice-select:after {
        border-bottom: 2px solid #90a1b5;
        border-right: 2px solid #90a1b5;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        width: 100%;
        z-index: 99;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #e7ecf2;
        color: #90a1b5;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cdd5de;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: auto;
        max-height: 240px !important;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f7f9;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #90a1b5;
            cursor: default;
        }




::-moz-selection {
    background: #f3f4f7;
}

::selection {
    background: #555b69;
    color:#fff;
}


/*.box {
    background-color: #f6f7f9;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 24px 30px;
}*/

    .box:before, .box:after {
        content: "";
        display: table;
    }

    .box:after {
        clear: both;
    }

/*------Update Css---------*/
.btn-primary {
    color: #fff !important;
    background-color: #0D3268 !important;
    border-color: #0D3268 !important;
}
.course-details-tab .input-group {
    width: 260px !important;
}
.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.table.table-striped {
    border: 1px solid #dee2e6;
}
.page-link {
    color: #474E5E !important
}
.page-item.active .page-link
{
    color:#fff !important;
}
.ml-auto {
    margin-left: auto !important;
}
.breadcrumb {
    padding: .45rem 1rem !important;
    border-bottom: 1px solid #E3EBF6;
    background-color: #fff;
    margin-top: 9px;
    position: inherit;
    margin-bottom: 15px;
    width: 100%;
    z-index: 99;
    margin-bottom: 0;
}
#divPanel {
    margin-top: 15px;
}
.li.account-name a {
    text-decoration: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    /*border: 0;*/
}
.text-right
{
    text-align:right !important;
}
.modal-open {
    overflow: hidden;
}
.modal-header button.close {
    background-color: transparent;
    border: 0;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table tr {
    height: 43px;
    vertical-align: middle;
}
.table td, .table th {
    padding: 10px 15px !important;
}
#divModule4 {
    padding-right: 0;
}

/*----tooltip boostrap.v5---*/
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 13px;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.3rem;
    height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #0D3268;
}

.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 215px;
    padding: 0.55rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #0D3268;
    border-radius: 12px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 200px;
}

.selected {
    background-color: rgba(255, 255, 255, 0.22) !important;
}

.navselected {
    background-color: rgba(255, 255, 255, 0.22) !important;
}


.editor_edit {
    cursor: pointer !important;
}

/*.dataTables_filter {
    display: none;
}*/

.pad-20
{
    padding:20px
}
.tex-course textarea {
    width:100%;
    resize:none;
    height:100px !important;
}
.pr-5px
{
    padding-right:5px;
}
.btnZip button {
    float: left;
    margin-left: 10px"
}
li.account-name a {
    cursor: default
}
.logo-head img {
    text-align: left;
    line-height: 65px;
    vertical-align: middle;
}
.transfer-demo {
    margin: 0 auto;
}
.transfer-double-content-middle {
    margin: 14% 15px 0 15px !important;
}

#divCRModules .transfer-double-content {
    padding-left: 0px;
}
#divMain
{
    padding:20px;
}
#divPopupContent.table-basic {
    height: 70vh !important;
}




/*------------layout page style-----*/
.dataTables_scrollBody .dtr-inline .thead {
    display: none !important;
}
.cellred {
    background-color: #ff0000;
    color: white;
    text-align: center !important;
}

.red-active {
    color: #FD3479;
}

.darkblue-active {
    color: #00AEEF;
}

.cellgreen {
    background-color: #008000 !important;
    color: white !important;
    text-align: center;
}

.green-active {
    color: #1CBB87;
}

element.style {
}

.table td, .table th {
    padding: 15px 30px;
    /*vertical-align: top;*/
    border-bottom: 1px solid #dee2e6;
}

.yellow-active {
    color: #feb12a;
}

.onhold-active {
    color: #ffbf00;
}

.grey-active {
    color: #808080;
}

.cellgrey {
    background-color: #808080 !important;
    color: white;
    text-align: center;
}

.cellyellow {
    background-color: #ffbf00 !important;
    color: black;
    text-align: center;
}

.OnHold {
    background-color: #ffbf00 !important;
    color: black;
    text-align: center;
}

.IdeasAward {
    background-color: #daa520 !important;
    color: black;
}

.IdeasUniqId {
    background-color: #ff3d41 !important;
    color: white !important;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 200px;
}
.tblLikes_wrapper .dataTables_filter, #tblLikes_wrapper .dataTables_filter {
    margin-bottom: 5px;
}
.tblLikes_wrapper .dataTables_filter input, #tblLikes_wrapper .dataTables_filter input {
    margin-left: 0px;
}

table.dataTable thead tr {
    background-color: #0D3268;
    color: #fff;
}

.selected {
    background-color: rgba(255, 255, 255, 0.22) !important;
}

.navselected {
    background-color: rgba(255, 255, 255, 0.22) !important;
}

.editor_edit {
    cursor: pointer !important;
}

/*.dataTables_filter {
    display: none;
}*/

.Wrap {
    white-space: normal;
}

.dt-button {
    display: none !important;
}

.disabledTab {
    pointer-events: none;
    opacity: 0.7;
}
.ui-dialog-content {
    height: auto !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: url(/images/close.svg);
    border: none;
    right: 11px !important;
    height: 16px !important;
    width: 16px !important;
    top: 55% !important;
}
.ui-dialog-buttonset button:first-child {
    background-color: #FD3F43;
    border: 1px solid #FD3F43 !important;
    padding: 9px 22px;
    border-radius: 4px;
    border: none;
    color: #fff;
}
.ui-dialog-buttonset button:last-child {
    border: 1px solid #0D3268 !important;
    color: #0D3268;
    background: #fff !important;
    padding: 9px 22px;
    border-radius: 4px;
    border: none;
}

.carousel-indicators button {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border:none;
    background-color: #fd3f43;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}
.permission
{
    
    border-bottom:1px solid #ccc;
}
.permission .row{
    padding:10px 0;
}
.permission .form-check-input
{
    cursor:pointer
}
.user-i {
    padding-right: 10px;
    cursor: pointer !important;
}
.custom-middle-align .action-icons a
{
    padding:0;
}

#LMSscormdriver_content {
    width: 100%;
}

.overview__container, .overview__side-container {
    max-width: 95% !important;
}

.overview__content, .overview__side-content {
    padding: 4vw 0 !important;
}

#divLMSScorm .modal-body {
    overflow: hidden !important;
}

.lesson--open .lesson-header__main:first-child
{
    margin-left:0 !important
}
.lesson--open .blocks-accordion__col:first-child {
    margin-left: 0 !important
}
.lesson--open .blocks-accordion__col {
    width: 100%;
}
.lesson--open .block-text--heading .block-text__col:first-child, .lesson--open .block-text--onecol .block-text__col:first-child {
    margin-left: 0 !important;
}
.lesson--open .block-text--heading .block-text__col, .lesson--open .block-text--onecol .block-text__col
{
    width:100%;
}
#divLMSScorm .modal-body {
    overflow: hidden;
}
.overview__container {
    max-width: 90% !important;
}
.overview__side-container {
    max-width: 90% !important;
}

@media (min-width: 60em) {
    .lesson--open .blocks-accordion__col:first-child
    {
        margin-left:0 !important
    }
}

@media (min-width: 67.5em){
    .lesson--open .blocks-accordion__col {
        width: 100% !important;
    }
}
.gr-report .transfer-double-content-left {
    width: 46% !important
}
.gr-report .transfer-double-content-right {
    width: 46% !important
}
.flowchart-file img {
    width: 100%;
    margin-top: 35px;
}
.justify {
    justify-content: space-between;
    display:flex;
}
.middle .modal-content {
    width: 50%;
    margin: auto;
    margin-top: 4%;
    height: 83vh;
}
.img-fluid
{
    width:100%
}
label.bold{
    font-weight:600;
}
#viewContent img{
    border:1px solid #ccc;
}
.d-grid {
    display: grid !important;
}
.width-150
{
    width:150px !important;
}
.sub-heading h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fd3f43;
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.sub-tab-main {
    border-bottom: 1px solid #e0dfdf !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    margin-top: 20px;
    border: none;
}
.checkbox-group .list-style li {
    list-style: none;
    margin: 30px 0;
    display: inline-block;
    margin-right: 35px;
}
.checkbox-group .list-style li:last-child {
    margin-right: 0px;
}
.file-info {
    font-size: 18px;
    margin-left: 5px;
    /*position: absolute;*/
    left: 84px;
    z-index: 9;
    background: #ffffff;
    top: -9px;
}
.video-info {
    font-size: 18px;
    margin-left: 5px;
    /*position: absolute;*/
    left: 140px;
    z-index: 9;
    background: #ffffff;
    top: -9px;
}
.modal-body .file-info {
    left: 100px;
}
.procedures-icons {
    position: absolute;
    width: auto;
    right: 18px;
    top: 2px;
    margin: 0;
}
.checkbox-group .list-style li label
{
    font-size:16px;
}
.over-score label {
    font-size: 1.25rem;
}
.quick-link .quick-launch {
    -ms-flex: 0 0 18.3%;
    flex: 0 0 18.3%;
    max-width: 18.3%;
}
.quick-launch {
    position: relative;
    width: 100%;
    margin-right: 10px;
    /*margin-left: 10px;*/
}
.quick-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: FILL;
}
.heading h3 {
    color: #0D3268;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0px;
}
.border-top-1
{
    border-top:1px solid #ccc;
}
.modal-content #sup-documentschk .form-group.file-select {
    display: revert;
}
.modal-content #sup-documentschk .file-info {
    position: inherit;
    top: -4px;
    left: 0;
    cursor: pointer;
}
.modal-content #supporting-videochk .video-info {
    position: inherit;
    top: -4px;
    left: 0;
    cursor:pointer;
}
.video-gallery {
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: auto;
}
.video-gallery video {
    width: 100%;
}
.type {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow:auto;
}
.heading-video {
    font-weight: 600;
    color: #7B7B7B;
    width: 100px;
    float: left;
}
.video-title {
    font-weight: 600;
    color: #7B7B7B;
}
.video-gallery .gray {
    color: #000;
    float:left;
}
img.post-icon {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.created-by {
    float: left;
}
.actin-btn {
    float: right;
}
.actin-btn img {
    width: 20px;
    padding-top: 10px;
}
.kudos-peer h3{
    font-size:14px;
    margin-bottom:5px;
    font-weight:bold;
}
.kudos-peer h5 { font-size: 14px; margin-bottom: 25px; color: #7a7a7a }
.btn-video {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 41px;
}

.relative {
    position: relative;
}
input,
input::placeholder {
    font-size: 13px !important;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
td input {
    border: 1px solid #E3EBF6;
    padding: 10px 12px;
    border-radius: 0.25rem;
    outline: none;
}
.make-survey label {
    font-size: 18px;
    color: #757575
}
.new-elern-btn, .new-elern-btn button {
    width: 100%
}
.make-survey {
    text-align: left;
}
.high-score {
    border-radius: 6px;
    padding: 8px 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    background: #11bd36;
}
.myaccordion {
    margin: 10px auto 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 15px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

.myaccordion .card-header {
    padding: 7px 12px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
}

.fa-inverse {
    color: #0D3268 !important;
}
/* Media queries */
@media screen and (min-width: 1920px) {
    .carousel-inner, .carousel-item {
        height: 100%;
    }

    #saverecords .modal-content {
        width: 32% !important;
        margin: auto;
        height: auto;
    }
    .video-js {
        min-height: 233px !important;
    }

}


.carousel-inner, .carousel-item {
    height: 100%;
}
.carousel-inner {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #E3EBF6;
}
.carousel {
    height: 287px;
    /*background: #ededed;*/
}
.disable_del_ps {
    margin-left: 15px;
}
.sub-action .editor_play {
    margin-left:0 !important;
    margin-right:10px; 
}
.sub-action  .editor_delete {
    margin-left: 10px !important;
}
.search-box .input-group
{
    width:260px;
}
.input-group > .form-control
{
    height:46px;
}
.f-20 
{
    font-size: 20px;
}
.f-18 
{
    font-size: 18px;
}
.f-22 
{
    font-size: 22px;
}
.pb-20 
{
    margin-bottom: 20px !important;
}
.form-inline .form-control {
    height: 46px;
}
.add-ideas {
    float: left;
    width: 75%;
    margin-right: 10px;
    margin-bottom:0
}
.transfer-double-content
{
    padding-top:0px !important;
}
.filter-drop button {
    height: 46px;
    margin-left: 9px;
    border-radius: 0rem;
}
.filter-drop li {
    line-height: 30px;
}
.filter-drop label {
    display: block;
}
.filter-drop ul li a {
    cursor: pointer;
}
.filter-drop ul.dropdown-menu {
    padding: 12px;
}

.filter-drop .dropdown-menu {
    min-width: 12rem;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-radius: 4px
}
.status-list li {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}
.status-list
{
    text-align:center;
}
.status-list li:last-child {
    padding-right: 0;
}
.mgrmatrixth {

}
th.tooltip1 {
    position: relative;
}
.tooltiptext {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: rgb(0 0 0 / 92%);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(12 12 12 / 86%);
    border-radius: 6px;
    padding: 3px;
    color: #fff;
    top: 100px;
    left: 20px;
    width: 150px;
}

.tooltip1:hover span.tooltiptext {
    display: block;
}

.tooltip2:hover span.tooltiptext {
    display: block;
}

.tooltip:hover span.tooltiptext {
    display: block;
}
.detail-row h3 {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.detail-row h6 {
    font-size: 14px;
    color: #0D3268;
    margin-bottom: 5px;
    font-weight: 600;
}
.detail-row {
    /*background: #F9FAFF;
    border: 1px solid #D5EBF6;
    padding: 10px 10px;*/
    margin-top: 20px;
    border-radius: 4px;
}
.md-form.md-outline.form-lg label::after {
    position: relative;
    background: #fff;
    height: 4px;
    content: "";
    width: auto;
    display: block;
    z-index: -1;
    bottom: 8px;
    margin: 0 -5px;
}
.border-1
{
    border: 1px solid #dee2e6 !important;
    margin: 15px 0;
}
.add-doc:after {
    content: "";
    position: relative;
    background: #fff;
    height: 2px;
    width: auto;
    display: block;
    z-index: -1;
    bottom: 12px;
    margin: 0 -9px;
}
.login-section {
    width: 900px;
    margin: 60px auto;
}
.main-login {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-part {
    background: #fff;
    padding: 15px 0px;
    box-shadow: 0px 0px 21px #def0f9;
    border-radius: 6px;
}
.cal-modal {
    width: 100% !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.tblMgrMatHtml th {
   /* z-index: 0;*/
}

.tblMgrMatHtml td {
    /*z-index: 0;*/
}

.tblMgrMatHtml tr > td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}
/*.tblMgrMatHtml tr > th:nth-child(2), tr > td:nth-child(2) {
    position: sticky;
    z-index: 999;
    min-width:130px;
    left:195px;
    opacity: 1;
}*/
.tblMgrMatHtml tr th {
    background: #fff;
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.stickyTbl th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    background: #0D3268;
    z-index:9;
}
.tblMgrMatHtml tr th:first-child {
    background: #fff;
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}
.tblMgrMatHtml tr:nth-child(odd) td {
    background: #ffffff;
}
.tblMgrMatHtml tr:nth-child(even) td {
   /* background: #f7fafc;*/
}

.tblWgiHtml th {
    z-index: 0;
}
.tblWgiHtml td {
    z-index: 0;
}
.tblWgiHtml tr > td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}
.tblWgiHtml tr th {
    background: #fff;
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.tblWgiHtml tr th:first-child {
    background: #fff;
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}
.tblWgiHtml tr:nth-child(odd) td {
    background: #ffffff;
}

.tblWgiHtml tr:nth-child(even) td {
    background: #f7fafc;
}
.info-close {
    position: absolute;
    right: 12px;
    top: 13px;
    z-index: 91;
    border: none;
    background: rgb(0 0 0 / 59%);
    padding: 1px 7px;
    display: block;
    border-radius: 40px;
}
.info-close img{
    width:10px;
}
.IncludeVSM p
{
    font-size:16px;
}
#documentViewer {
    width: 98% !important;
    height: 98% !important;
    position: absolute;
    margin-top:10px;
}
#info-update .carousel-control-next-icon {
    background-image: url(../images/right-arrow.svg);
    height: 26px;
    width: 26px;
}
#info-update .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.svg);
    height: 26px;
    width: 26px;
}
.esg-dash h2 {
    font-size: 15px;
    color: #0D3268;
    font-weight: bold;
    padding-bottom: 0;
}
.esg-dash .white-box
{
    margin-bottom:20px;
}
.legend {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.trans-btn .fa {
    color: #8193a7;
    font-size: 16px;
    margin-left: 10px;
}
.icon-part
{
    float:left;
}
.icon-part img {
    width: 50px;
}
    .train-time .icon-part img {
        width: 65px;
    }
.info-part {
    float: left;
    padding-left:15px;
}
.total-train {
    background: #18980A;
    padding: 15px 10px;
    border-radius: 4px;
    overflow: auto;
    margin-bottom: 20px;
    color: #fff;
}

.emp-time {
    background: #17a4bb;
}
.employee-time {
    background: #127BD6;
}
.info-part p {
    font-size: 14px;
    padding-bottom: 5px;
}
.info-part .count-no {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 4px;
}
.info-part h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.total-survers {
    background: #ff6361;
}
.com-survers {
    background: #58508d;
}
.dev-reviews {
    background: #00628B;
}
.com-employees {
    background: #fe702d;
}
.demo-btn {
    border: none;
    background: none;
}
.select-yrs {
    float: left;
    padding-left: 15px;
    padding-top: 12px;
}
.sub-tab {
   /* background: #ffefef !important;
    border: none !important;*/
}
.higlight-sub-tab {
    background: #ffefef !important;
    border: none !important;
}

.tooltip-sub {
    position: relative;
}
.small-modal .modal-content.calculate-price {
    width: 30% !important;
    margin: auto;
    height: auto;
}
.calculate-price .modal-body
{
    overflow:hidden;
    padding:30px;
}
.price-text
{
    font-size:18px;
    font-weight:bold;
}

/* Tooltip box */
.tooltip-sub:before {
    content: attr(data-tooltip);
    position: absolute;
    width: 200px;
    background-color: rgb(0 0 0 / 89%);
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    border-radius: 6px;
    z-index: 1055;
    opacity: 0;
    transition: opacity .6s;
    bottom: 125%;
    left: 0;
    margin-left: -171px;
    font-size: 13px;
    visibility: hidden;
}

/* Tooltip arrow */
.tooltip-sub:after {
    content: "";
    position: absolute;
    bottom: 88%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    opacity: 0;
    transition: opacity .6s;
    border-color: #062B45 transparent transparent transparent;
    visibility: hidden;
}

.tooltip-sub:hover:before, .tooltip-sub:hover:after {
    opacity: 1;
    visibility: visible;
}
.table-responsive td .tooltip-sub:before {
    width: 500px;
    text-align: left;
    margin-left: 0;
}
.table-responsive td .tooltip-sub:after {
    content:none;
}



#flyoutTrans.modal.left .half-modal {
    width: 58%;
}
#flyoutTrans1.modal.left .half-modal {
    width: 58%;
}
.circle_percent {
    font-size: 60px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}
.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #11bd36;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}
.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}
.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #11bd36;
    content: '';
}
.circle_inbox {
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}
.percent_text {
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    font-weight: bold;
    padding-top: 2px;
}
.score-label {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}
p.sc-head {
    float: left !important;
    padding: 19px 14px 0;
}

.circle_percent {
    float: left;
}
.select-lang .file-info {
    padding-top: 28px;
}
.select-lang .langu {
    width: 61% !important;
    float: left;
}
#TblAwaitTrans_wrapper table tr th:last-child {
    width: 84px !important;
    display: flex;
    height: 48px;
}
#edit-request.modal.left .half-modal
{
    width:50% !important
}
#tblReqDetails thead tr th:last-child {
    width: 270px !important;
    display: flex;
}
#learnFrmwrk.modal.left .half-modal {
    width: 50% !important
}
ul.list-check li:hover {
    background: #f5f5f5;
}
ul.list-check li {
    box-shadow: 0px 0px 5px #eeeeee;
    border-radius: 4px;
    padding: 10px 10px;
    list-style: none;
    margin-bottom: 3px;
    border: 1px solid #eaeaea;
}
ul.list-check label {
    margin: 0;
    /*padding: 0px 6px;*/
}
ul.list-check input {
    margin:0
}
.account-settings input[type=checkbox] {
    margin-left: 10px;
    opacity: 1;
    border: 2px solid #fff;
}
ul.list-check input[type=checkbox] {
    float:left;
}
/*Checkboxes styles*/
.account-settings input[type=checkbox] {
    position: relative;
    border: 2px solid #d1d1d1;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 2px .3em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
}
.account-settings input[type=checkbox]:hover {
    opacity: 1;
}
.account-settings input[type=checkbox]:checked {
    background-color: #13b358;
    opacity: 1;
    border: none;
    border-radius: 50%;
}
.account-settings input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height:9px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.account-settings input[type=checkbox]:checked:before {
    border-color: #fff;
}
.account-settings .check-title b {
    margin-right: 8px;
}
p.check-title {
    background: #8294AE;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.action-icons
{
    text-align:center;
}
#accordion .card-header a {
    display: flow-root;
    font-size: 14px;
    font-weight: 600;
}
.mb-0 > a[aria-expanded="true"]:before {
    content: "\f107";
    color: #fff;
}
h5.mb-0 > a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 3px;
    font-size: 22px;
    font-weight: bold;
    color: #0D65E6;
}
.add-cps .mb-0 > a:after {
    top: 2px;
}
.main-level .mb-0 > a:before {
    top: 11px !important;
    left: 15px !important;
}
/*.card-head a[aria-expanded="false"]:after {
    content: "\f078";
}
*/
.card-body .card-header a {
    padding: 0.55rem 2.25rem;
    height: 35px;
}
.card-head a[aria-expanded="true"]:after {
    content: "\f107";
    /*color: #fff;*/
}
#accordion .mb-0 a[aria-expanded="true"] {
    background: #707e91;
    color: #fff;
}
.admin-cps #accordion .mb-0 a[aria-expanded="true"] {
    background: #0d3268;
    color: #fff;
}
#accordion .mb-a a[aria-expanded="true"] {
    background: #0D3268;
    color: #fff;
}
.card-head > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    top: 7px;
    font-size: 22px;
    font-weight: bold;
    color: #0D65E6;
}
.accordion-card {
    position: relative;
}
#accordion .card {
    margin-bottom: 5px;
    border: none;
    background: transparent;
}
.card-header.main-level {
   
}
.card-header.main-level a{
    font-size: 16px;
    font-weight: 600;
    padding: 1.05rem 2.25rem !important;
}
#accordion .card .card-header {
    background-color: #fff;
    border: none;
}
#accordion .card .card-body {
    /* padding: .75rem;*/
    padding: 5px 0px 0px 8px;
}
.skill-level .accordion .accordion-card {
    margin-bottom: 5px;
    border-radius: 0 !important;
}
.skill-level .accordion .card-head {
    /*padding: 12px 10px 12px 35px;*/
}
.skill-level {
    background: #0d3268;
    border-left: 1px solid rgba(0,0,0,.125);
}
.skill-level .card-head a{
    font-weight: bold;
    font-size: 16px;
    padding: 12px 10px 12px 35px;
    display: block;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 2px;
    background: #fff;
}
.card-head a[aria-expanded="true"] {
    background: #fff;
    /*color:#fff;*/
}
.skill-level ul.skill-tabs {
    background: #ECECEC;
    /*border: 1px solid #dedede;
    padding: 5px 5px;*/
    border-radius: 35px;
    margin-bottom: 15px;
}
.skill-level ul.skill-tabs li {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.skill-level ul.skill-tabs li a {
    padding: 10px 5px;
    border-radius: 30px;
    font-weight:bold;
}
.skill-level ul.skill-tabs li a.active {
    background: linear-gradient(0deg, #18C8F5 0%, #18C8F5 100%);
    color: #fff !important;
    box-shadow: 0px 0px 9px rgb(24 200 245 / 47%);
}
.skill-level ul.skill-tabs li a:hover {
    color:inherit
    /* background: #ccc;
    color: #000;*/
}
.skill-level {
    padding: 0px;
    position: absolute;
    right: 0;
    height: 100vh;
}
.skils-acc {
    padding: 0 10px;
    margin-top: 10px;
}
.skils-acc .tab-content
{
    overflow-y: auto;
    height: 86vh;
}
.expand-acc {
    background: #fff;
    height: 700px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
#accordion .main-level .framelink:after {
    width: 20px;
    height: 50px;
    background: #0d3268;
}
#accordion .framelink:after {
    width: 22px;
    height: 35px;
    background: #0d3268;
    top: 0;
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
    content: "";
    position: absolute;
    right: -23px;
    z-index: 9;
}
.select-frame {
    color: #0D3268;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.framelink {
    background: #0d3268 !important;
    color: #fff;
}
.card-body .frame-wizard .transfer-double-content {
    padding: 0;
}
.mb-0 > .framelink:before {
    color: #fff;
}
.skils-acc .tab-content::-webkit-scrollbar {
    width: 7px;
}
/* Track */
.skils-acc .tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.skils-acc .tab-content::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.skils-acc .tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.level-second #accordion::-webkit-scrollbar {
    width: 7px;
}
    /* Track */
.level-second #accordion::-webkit-scrollbar-track {
    background: #f1f1f1;
}
    /* Handle */
.level-second #accordion::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
.level-second #accordion::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.first-tabs::-webkit-scrollbar {
    width: 7px;
}
/* Track */
.first-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.first-tabs::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.first-tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.first-tabs {
    overflow-y: auto;
    height: 82vh;
}

.skill-level h4 {
    background: #5E687A;
    color: #ffffff;
    padding: 13px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
}
.level-second {
    background: #e6ecf3;
}
.site-icon {
    float: left;
}
.sites-info {
    margin: 10px 0;
}
.site-detail {
    margin-left: 10px;
    float: left;
}
.detail-card {
    background: #fff;
    border: 1px solid #EFF0F4;
    padding: 8px 8px;
    display: inline-block;
    width: 47%;
    margin: 1%;
    border-radius: 6px;
}
.site-detail h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 19px;
}
.site-detail h5{
    font-size: 13px;
    margin: 0;
    padding-bottom: 3px;
    font-weight: bold;
}
.sites-info .total-training h2 {
    color: #35BAFD;
}
.sites-info .completed-site h2 {
    color: #48E287
}
.sites-info .not-comple h2 {
    color: #FF0000
}
.sites-info .expired h2 {
    color: #FACE32
}
.sites-info .started h2 {
    color: #2DDBD5
}
.sites-info .onhold h2 {
    color: #B721FF;
}

.first-title {
    font-size: 20px;
    font-weight: bold;
    color: #0D3268;
}
.first-percent {
    background: red;
    padding: 2px 15px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.justify-content {
    justify-content: space-between;
    display:flex;
}
.first-tabs .card {
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #ddd;
    border: none;
}
.first-tabs h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 15px;
    margin: 0;
}
.first-level ul li a {
    font-size: 18px;
    color: #000;
    padding: 16px 20px;
    display: flow-root;
    font-weight: bold;
}
.first-level ul li a:hover:after {
    content: "";
    background: #f8f8f8;
    border-right: 5px solid #2dc2e9;
    color: #2dc2e9 !important;
    right:0;
    top:0;
    height:88px;
    position:absolute;
}
.first-level ul li a:hover{
    background: #f8f8f8;
    /*border-right: 5px solid #2dc2e9;
    color: #2dc2e9 !important;*/
}
.first-level ul li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    position:relative;
}
.first-level ul li:first-child
{
    border-top: 1px solid #e8e8e8;
}
.active-card {
    background: #f8f8f8;
    /*border-right: 5px solid #2dc2e9;*/
    color: #2dc2e9 !important;
    font-weight: bold;
}
.active-card:after{
    content:"";
        height: 87px;
    width: 5px;
    background: #18c8f5;
    position: absolute;
    right: 0;
    top: 0
}
.first-level {
    padding: 0;
    background: #fff;
    height: 100vh;
}
.level-second #accordion {
    margin-right: 28px;
}
.first-level-heading {
    /*padding: 18px 20px;*/
}
.first-level-heading button
{
    width: 100%;
    border: none;
    padding: 12px 0;
    background: #f00;
    color: #fff;
    font-size: 20px;
}
.admin-cps .btn-add {
    border: none;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 3px;
}
.btn-add button {
    border: none;
    background: none;
    font-size: 14px;
}
.admin-cps #accordion .card .card-header {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
}
.admin-cps .card-body .btn-non {
    top: 5px;
}
.btn-non .fa {
    font-size: 22px;
    color: #fd3f43;
}
.mb-0 > a[aria-expanded="true"] .fa {
    color: #fff;    
}
.admin-cps {
    margin-top: 20px;
}
.admin-cps .add-btn {
    background: #FD3F42;
    border-radius: 20px;
    padding: 3px 16px;
    font-weight: bold;
    color: #ffffff;
    border: none;
}
.main-level .btn-add {
    top: 11px;
    position: absolute;
    right: 11px;
}
.btn-add {
    position: absolute;
    right: 11px;
    top: 3px;
}
.admin-cps .btn-add .fa {
    font-size: 16px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #FD3F42;
    line-height: 20px;
    width: 21px;
    line-height: 22px;
    height: 21px;
    text-align: center;
}
.chart {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    font-weight: 300;
    float: right;
}
.first-level .chart.graph canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.chart span {
    color: #555;
    display: block;
    line-height: 55px;
    text-align: center;
    width: 55px;
    font-size: 15px;
    font-weight: 600;
}
.title-frame {
    float: left;
    padding-top: 15px;
}
.progress-percent {
    position: absolute;
    right: 5px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
#accordion .progress {
    height: 0.3rem;
    background-color: #EBEFF3;
    width: 170px;
    float: right;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 5px;
}
.bg-success .progress-percent {
    color: #46CB5C
}
.bg-warning .progress-percent {
    color: #FFBF29
}
.bg-danger .progress-percent {
    color: #FF374C
}
#addaccordion-0 .card {
    margin-bottom: 5px;
    border: none;
}
#addaccordion-0 .mb-0 a[aria-expanded="true"] {
    background: #0D3268;
    color: #fff;
}
#addaccordion-0 .card-header a {
    display: flow-root;
    font-size: 14px;
    font-weight: 600;
}
#addaccordion-0 .card-header {
    padding: 0;
    cursor: pointer;
    background: #f6f6f6;
    border-bottom: none;
}
.add-cps .card-body .card-header a {
    padding: 0.55rem 2.25rem !important;
    
}
.level-2-percent {
    right: 14px;
    font-size: 20px;
    position: absolute;
    top: 14px;
    color: #FF0000;
}
.level-2-percent small {
    font-size: 65%;
    font-weight: 600;
}
#accordion .mb-0 a[aria-expanded="true"] .level-2-percent {
    color: #fff;
}
.card-head a[aria-expanded="true"] .level-2-percent {
    /*color: #fff;*/
}
.skill-chart
{
    width:100%;
}
.skill-chart .progress-half {
    position: relative;
    margin: 40px 15px;
    /*float: left;*/
    text-align: center;
}

.skill-chart .barOverflow { /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 260px;
    height: 130px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
        margin: auto;
}

.skill-chart .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 25px solid #eee; /* half gray, */
    border-bottom-color: #0bf; /* half azure */
    border-right-color: #0bf;
}
.per span{
    font-size:40px;
    font-weight:bold;
}
.per {
    position: absolute;
    left: 43%;
    top: 67%;
    font-weight: bold;
    font-size: 20px;
}
.skill-chart .bar.full {
    border-bottom-color: #48E287; /* half azure */
    border-right-color: #48E287;
}
.mb-a {
    margin-bottom: 0 !important;
}
.learning-frame
{
    overflow:hidden;
}
.level-second #accordion {
    overflow-y: visible;
    height: 92vh;
}
.modal.left .half-screen {
    width: 50%;
}
.no-tab {
    border: none !important;
    border-bottom: 1px solid #e0dfdf !important;
}
.tab-custom .nav-tabs.no-tab .nav-link.active {
    border-bottom: none !important;
}
.tab-custom .nav-tabs.no-tab .nav-link {
    font-size: 16px;
    padding: 10px 0px;
    color: #0d3268 !important;
}
.audit-head {
    background: #F9FAFF;
    border: 1px solid #D5EBF6;
    padding: 10px 10px 7px;
    margin-bottom: 10px;
}
.icon-audit {
    float: left;
    margin-right: 10px;
}
.audit-text {
    float: left;
}
.audit-text span {
    font-size: 14px;
    color: #8898AA;
}
.btn-gray-1 {
    background-color: #8898AA;
    color: #fff;
    padding: 9px 26px;
    border-radius: 4px;
}
.btn-gray-1:hover {
    color: #fff;
}
.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}
.w3-green {
    background: #1CBB87;
}
.w3-center {
    text-align: center !important;
}

.w3-container, .w3-panel {
    padding: 0.01em 16px;
    border-radius: 50px;
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #fff !important;
    background-color: #808080 !important;
    border-radius: 50px;
}

.w3-light-grey {
    font-size: 12px;
    text-align: center;
    height: 18px;
}

.w3-light-grey span {
    position: absolute;
    top: 0;
}

.w3-light-grey {
    position: relative;
}

.w3-container {
    height: 18px;
}

.comp {
    background: #1DBB88;
}

.non-comp {
    background: #FD3479;
}

.not-app {
    background: #0964E5;
}
.collapsible {
    background-color: #8898AA;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible .active, .collapsible:hover {
    background-color: #8898AA
}

.collapsible:after {
    /*content: '+ expand';*/
    color: #c0cede;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.tab-images {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff;
    box-shadow: 0px 0px 9px #dedcdc;
}

.tab-images {
    max-height: 300px !important;
    overflow-y: scroll;
}
.upload-images {
    margin-bottom: 20px;
}

.ul-listing li {
    float: left;
    margin-right: 30px;
    list-style: none;
}

.ul-listing {
    margin: 20px 0;
    overflow: auto;
}
.notify {
    width: 22px;
    height: 22px;
    position: absolute;
    text-align: center;
    background: #fd3f43;
    right: 7px;
    color: #fff;
    font-size: 14px;
    top: 13px;
    border: 2px solid #fff;
    border-radius: 30px;
}

.menu-link {
    position: relative;
}

.dropdown-container a {
    display: inline-block;
    padding: 20px 20px;
    border-left: 1px solid #EAEAEA;
}

.dropdown-container.expanded .dropdown {
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
    display: block;
}

.dropdown-container .dropdown {
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
    -o-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
    display: none;
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 600px;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
    margin-top: 0px;
    margin-right: -15px;
    border-top: 4px solid #ff5252;
    -webkit-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
}

.dropdown-container .dropdown .notification-group {
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    min-height: 65px;
}

.notification-tab h4 {
    line-height: 0;
}

.dropdown-container .dropdown .notification-group:last-child {
    border-bottom: 0;
}

.notification-group {
    padding: 0 !important;
}

.dropdown-container .dropdown .notification-group .notification-tab {
    padding: 20px 15px;
    min-height: 65px;
}

.dropdown-container .dropdown .notification-group .notification-tab:hover {
    cursor: pointer;
    background: #0d3268;
}

.dropdown-container .dropdown .notification-group .notification-tab:hover .fa, .dropdown-container .dropdown .notification-group .notification-tab:hover h4, .dropdown-container .dropdown .notification-group .notification-tab:hover .label {
    color: #FFF;
    display: inline-block;
}

.dropdown-container .dropdown .notification-group .notification-tab:hover .label {
    background: #ff5252;
    border-color: #ff5252;
}

.dropdown-container .dropdown .notification-group .notification-list {
    padding: 0;
    overflow-y: auto;
    height: 0px;
    max-height: 250px;
    transition: height 0.5s;
}

.dropdown-container ul li:first-child {
    border-bottom: 1px solid #e3e3e3 !important;
}

.dropdown-container .dropdown .notification-group .notification-list .notification-list-item {
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
    overflow: auto;
}

.notification-group {
    border-bottom: 1px solid #e3e3e3;
}

.dropdown-container .dropdown .notification-group .notification-list .notification-list-item .message {
    margin: 5px 5px 10px;
}

.dropdown-container .dropdown .notification-group .notification-list .notification-list-item .item-footer a {
    color: #3f51b5;
    text-decoration: none;
}

.dropdown-container .dropdown .notification-group .notification-list .notification-list-item .item-footer .date {
    float: right;
}

.dropdown-container .dropdown .notification-group .notification-list .notification-list-item:nth-of-type(odd) {
    background: #f2f2f2;
}

.dropdown-container .dropdown .notification-group .notification-list .notification-list-item:hover {
    cursor: pointer;
}

.dropdown-container .dropdown .notification-group .notification-list .notification-list-item:last-child {
    border-bottom: 0;
}

.dropdown-container .dropdown .notification-group.expanded .notification-tab {
    background: #0d3268;
}

.dropdown-container .dropdown .notification-group.expanded .notification-tab .fa, .dropdown-container .dropdown .notification-group.expanded .notification-tab h4, .dropdown-container .dropdown .notification-group.expanded .notification-tab .label {
    color: #FFF;
    display: inline-block;
}

.dropdown-container .dropdown .notification-group.expanded .notification-tab .label {
    background: #ff5252;
    border-color: #ff5252;
}

.dropdown-container .dropdown .notification-group.expanded .notification-list {
    height: auto;
    max-height: 250px;
    transition: height 0.5s;
}

.dropdown-container .dropdown .notification-group .fa, .dropdown-container .dropdown .notification-group h4, .dropdown-container .dropdown .notification-group .label {
    color: #333;
    display: inline-block;
}

.dropdown-container .dropdown .notification-group .fa {
    margin-right: 5px;
    margin-top: 25px;
}

.dropdown-container .dropdown .notification-group .label {
    float: right;
    color: #fff;
    padding: 0px 7px;
    padding: 0px 7px;
    border-radius: 15px;
    background: #0d3268;
    line-height: 22px;
    height: 22px;
    width: 22px;
}

.notify-head {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
}
.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #5897fb;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    /* 	display: none; */
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}
.select-icon .select2-search--dropdown {
    display: none;
}
.multi-check {
    background-clip: padding-box;
    border: 1px solid #E3EBF6;
    border-radius: 4px;
    min-height: 46px;
    background-image: url(../images/dropdown-arrow.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.form-multi {
    width: 100% !important;
    border: none !important;
    padding: 6px 9px;
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    left: 8px;
}

.select2-search--inline::before {
    content: "Select";
    position: absolute;
    top: 13px;
    left: 15px;
}
.quarter-modal .modal-dialog.quarter {
    width: 70% !important;
}
#emptab-profile .md-form .form-control {
    margin: 0 0 2rem;
}
#divCRevModules .modal-dialog {
    width: 72%;
}

.phone-detail .md-form.md-outline label {
    position: absolute;
    top: 5px;
    background-color: white;
}
.risk-rating
{
    padding-left:0;
}
.risk-rating h5 {
    font-weight: bold;
    font-size: 16px;
}
.risk-rating .low-rating, .medium-rating, .high-rating {
    width: 150px;
    margin-top: 15px;
}
.risk-manage .risk-head {
    background: #f7f7f7;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 15px;
    margin-bottom: 10px;
}
.risk-manage .form-control {
    background-color: #fff !important;
}
.risk-head h4 {
    padding-top: 13px;
}
.low-rating .risk-value {
    color: green;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    padding: 4px 5px;
    border-radius: 50%;
    float: right;
    width: 35px;
    line-height: 28px;
    height: 35px;
    text-align: center;
    display: inline-block;
}
.rating-status {
    padding: 3px 15px !important;
    border-radius: 26px;
}
.low-rating {
    background: #008000;
    padding: 5px 3px 5px 3px;
    color: #fff;
    border-radius: 30px;
    height: 45px;
}
.medium-rating {
    background: #ffc84b;
    padding: 5px 3px 5px 3px;
    color: #fff;
    border-radius: 30px;
    height: 45px;
}
.medium-rating .risk-value {
    color: #ffc84b;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    padding: 4px 5px;
    border-radius: 50%;
    float: right;
    width: 35px;
    line-height: 28px;
    height: 35px;
    text-align: center;
    display: inline-block;
}
.high-rating .risk-value {
    color: red;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    padding: 4px 5px;
    border-radius: 50%;
    float: right;
    width: 35px;
    line-height: 28px;
    height: 35px;
    text-align: center;
    display: inline-block;
}

.high-rating {
    background: red;
    padding: 5px 3px 5px 3px;
    color: #fff;
    border-radius: 30px;
    height: 45px;
}
.risk-type {
    float: left;
    padding: 6px 8px;
    font-weight: bold;
    font-size: 15px;
}
.high-rating .risk-type {
    font-weight: 700;
}
.phone-detail .md-form.md-outline label {
    position: absolute;
    top: 5px;
    background-color: white;
}
.has-notifications img {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}
#tblCredits .mb-0 {
    font-size: 18px;
}
.mange-pro .md-form.md-outline {
    border: 1px solid #E3EBF6;
    height: 120px;
    border-radius: 4px !important;
    background: #fff;
}
span.add-pro {
    padding: 12px;
    margin:0 !important;
    display: flex;
    width: 100% !important;
    height: auto !important;
}
.mange-pro .add-pro {
    margin-top: 10px;
    width: 120%;
    height: 110px;
    overflow-x: hidden;
    overflow-y: auto;
}
.send-btn {
    background: #fd3d3c;
    /*height: 88px;*/
    min-height: 65px;
    color: #fff;
    text-align: center;
    padding: 12px 22px;
    float: left;
    width: 10%;
    margin-right: 1%;
    border: none;
}
.send-btn1 {
   background: #fd3d3c;
    color: #fff;
    text-align: center;
    padding: 5px 22px;
    border: none;
    border-radius: 4px;
}
.sent-btn {
    overflow: hidden;
    margin-bottom: 10px;
}
.send-btn img {
    margin-right: 7px;
}
.send-btn1 img {
    margin-right: 7px;
}
.mail-btn {
    border: 1px solid #ccc;
    padding: 8px 15px;
    float: left;
    width: 10%;
    margin-right: 1%;
    text-align: center;
    min-height: 65px;
}
.email-cration .mail-to {
    float: left;
    width: 70%;
    border-radius: 0;
    height: 65px;
}

.email-cration .mail-to label {
    height: 65px;
    overflow-y: auto;
    margin: 0
}
.right-side-drag .ui-state-default {
    background: transparent !important;
    border: none !important
}
.ui-state-default {
   /* background: transparent !important;*/
    border: none !important
}
/*.ui-state-hover {
    background: transparent !important;
    border: none !important
}*/
.drag-list {
    padding: 6px 12px;
    border-radius: 5px;
    box-shadow: 0 0 29px 0 rgb(154 161 171 / 27%);
    background: #fff;
    margin-bottom: 10px;
    width: 200px;
    cursor: pointer;
}
.right-side-drag .drag-list {
    float: left;
    margin-right: 15px;
}
.country.drag-list {
    border-left: 4px solid #0bcdec;
}

.product.drag-list {
    border-left: 4px solid #f9830a;
}

.customer.drag-list {
    border-left: 4px solid #ff1f9b;
}

.job.drag-list {
    border-left: 4px solid #0db702;
}

.supplier.drag-list {
    border-left: 4px solid #FFFF00;
}
.collaps.collapsed:after {
    content: "+ expand";
    float: right;
}
.collaps:after {
    content: "- close";
    float: right;
}
.drang-collapse {
    margin-bottom: 5px;
}
.collapse-inner {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #f1f3fa;
    padding: 1rem 1rem;
}
.countryDrop1, .productDrop1, .customerDrop1, .jobDrop1, .supplierDrop1 {
    overflow: auto;
    min-height: 100px;
    padding: 15px;
}
.workGroupDrop1, .employeeDrop1 {
    overflow: auto;
    min-height: 100px;
    padding: 15px;
}
.stack {
    background-color: #f5f5f5;
    margin-bottom: 15px;
}
.stackHdr {
    font-weight: 700;
    /*min-height: 100px;*/
    padding-top: 15px;
    padding-left: 15px;
}
.advance-search h5 {
    font-size: 14px;
    font-weight: 600;
    background: #8898AA;
    padding: 12px 15px;
    border-radius: 2px;
    color: #fff;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
.advance-search h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0;
}
.import-questions .custom-file {
    float: left;
    width: 70%;
}
.file-select.import-questions button {
    float: right;
    margin-left: 10px;
}
.training-details .ul-listing li {
    margin-right:0;
}

.notification-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.notificate {
    border-top: 0 !important;
    background: #F3F3F3 !important;
    border-radius: 3px;
    padding: 12px 12px !important;
    width: 325px !important;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 /16%) !important;
}
.notify-heading {
    font-size: 12px;
    color: #000;
    display: block;
    line-height: 15px;
    font-weight: 600;
    width: 260px;
    margin-bottom: 6px;
}
.notify-category {
    background: #ccc;
    padding: 1px 8px;
    border-radius: 3px;
    border-top: 0;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    float: left;
}
.notify-list {
    background: #fff;
    border-radius: 4px;
    padding: 10px !important;
    margin-bottom: 10px;
    position:relative;
    display:block !important;
}
.notificate a.notify-list
{
    overflow:auto;
}
.category-one {
    background: #04B9F2;
}
.category-two {
    background: #00B856;
}
.category-three {
    background: #F88C00;
}
.notify-detail
{
    overflow:auto;
}
.notify-date {
    margin-top: 6px;
    color: #AFAFAF;
    font-size: 12px;
    float: right;
}
.notify-list::after {
    background: url(../images/notify.png) no-repeat;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    right: 6px;
    top: 8px;
}
.notificate .notify-list:last-child
{
    margin-bottom:0;
}
.back-drop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1029;
    opacity: 0.3;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
   /* display:none;*/
}
.external-audit h4 {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.col-half-offset {
    margin-left: 4.166666667%
}
.select-answer {
    border: 1px solid #0099FF;
    background-color: #EAF6FE;
    box-shadow: 0px 3px 5px rgb(0 153 255 / 21%);
}
.ques {
    font-size: 18px;
    color: #67647E;
    margin-right: 12px;
}
.count-q {
    font-size: 18px;
    color: #B2B2B2;
}
.custom-file-label {
    white-space: pre;
    overflow: hidden !important;
}
.attach-btn {
    border-radius: 4px;
    width: 9%;
    margin-left: 1%;
    padding: 10px 12px;
    border: none;
    float: right;
    /*min-height: 65px;*/
}
.green-check input[type=checkbox]:checked {
    background-color: #13b358;
    opacity: 1;
    border: none;
    border-radius: 50%;
}
.green-check input[type=checkbox] {
    position: relative;
    border: 2px solid #d1d1d1;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0px 0.3em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
}
.green-check input[type=checkbox]:checked:before {
    border-color: #fff;
}
.green-check input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.emp-commu .icon-part img {
    width: 36px;
}
.emp-commu .info-part p {
    font-size: 14px;
}
.emp-commu .info-part h3 {
    font-size: 20px;
}
.emp-commu .com-survers {
    margin-bottom:0;
}
.up-img {
    width: 350px;
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.up-img img {
    width: 100%;
}
.btn-time {
    border: none;
    background: #ccc;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
}
.timer {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.start {
    background: #4BAD4F;
}
.stop {
    background: #F24235;
}
.reset {
    background: #2095F1;
}
.toggle-btn {
    width: 50px;
    float: right;
}
.toggle-name {
    float: right;
    margin-right: 15px;
}
.net-promoter {
    background: url(../images/rating-bg.png) no-repeat;
    padding: 15px 60px;
    margin: 8px 0 0;
}
.net-promoter h3{
    font-size:18px;
    font-weight:500;
    margin-bottom: 20px;
    font-weight:bold;
}
.container-fluid.promoter {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.rating-people {
    text-align: center;
    margin-bottom: 20px;
}
.rating-icons .btn {
    padding: 0px;
    box-shadow: none;
    position: relative;
}
.rating-icons {
    display: flex;
    justify-content: space-between;
}

.rating-comment {
    margin: 10px 0 10px
}
.net-promoter .likely span {
    font-size: 12px;
}
.rating-comment p{
    margin-bottom:10px;
    font-weight:bold;
}
.netprom-score .modal-dialog {
    width: 660px;
    margin: auto;
    margin-top: 5% !important;
}
.netprom-score .modal-body {
    overflow-y: auto;
}
.netprom-score .modal-content {
    height: auto !important;
}
.rating-icons .btn.select-icon:before {
    position: absolute;
    content: "\f00c";
    width: 10px;
    color: #0d9e27;
    height: 10px;
    border-radius: 100%;
    top: -15px;
    right: 17px;
    font: normal normal normal 14px/1 FontAwesome;
}
.comment-user {
    font-weight: bold;
    padding: 0 10px 0px 5px;
    color: #0d3268;
}
.comment-date {
    color: #9CA4AC;
    position: relative;
    padding-left: 12px;
}
p.user-site {
    margin-left: 30px;
}
.comment-date:before {
   /* content: "";
    background: #9CA4AC;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 4px;
    left: 0px;*/
}
.user-comment-detail {
    margin-top: 15px;
    background: #EEF0F2;
    padding: 10px;
    border-radius: 4px;
}
.like-user {
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 10px;
}
.like-user img{
    margin-right:10px;
}
.enps-setting .toggle-switch {
    border: 1px solid #E3EBF6;
    margin: 10px 0;
    padding: 13px 15px;
    border-radius: 3px;
    background: #fff;
}
.job-board {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(30,10,58,.04);
    box-shadow: 0 6px 12px rgba(30,10,58,.04);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 20px;
}
.job-description h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}
.job-description p {
    line-height: 20px;
    text-align: justify;
}
.stat label {
    color: #717b9e;
    margin: 0;
}
.grey-separator {
    width: 1px;
    /* height: 14px; */
    background-color: #e7e7f1;
    margin-left: 20px;
    margin-right: 10px;
}
.stat:after {
    content: "";
    position: absolute;
    background: #c1c1cd;
    width: 1px;
    height: 14px;
    border-radius: 0;
    vertical-align: middle;
    top: 4px;
    right: -18px;
}
.jd-date {
    position: relative;
}
.stat {
    margin-right: 30px;
    position: relative;
}

.stat.clo-date:after {
    content: inherit;
}
.jd-header-title {
    font-size: 20px;
    font-weight: bold;
}
.header-job {
    background: #fff;
    padding: 13px 0px;
    margin-bottom: 50px;
}
.container {
    width: 800px;
}
.job h5 {
    margin: 0;
}
.shared-user {
    font-weight: bold;
    margin: 14px 0
}
.share-user-info {
    padding: 10px 10px;
    border-radius: 3px;
}
.share-user-info:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.share-user-info:nth-of-type(even) {
    background-color: #fff;
}
.share-date {
    float: right;
    font-size: 13px;
    padding-top: 4px;
}
.down-file {
    background: #0d3268;
    padding: 11px 20px;
    border-radius: 50px;
    color: #fff;
}
.down-file:hover {
    background: #174a94;
    color: #fff;
}
.role-table tr th:nth-child(2n)
{
    text-align:center;
}
.role-table tr td:nth-child(2n) {
    text-align: center;
}
.role-table tr th:nth-child(3n) {
    text-align: center;
}
.role-table tr td:nth-child(3n) {
    text-align: center;
}
.role-table tr th:nth-child(4n) {
    text-align: center;
}
.role-table tr td:nth-child(4n) {
    text-align: center;
}
.role-table tr th:nth-child(5n) {
    text-align: center;
}
.role-table tr td:nth-child(5n) {
    text-align: center;
}
.role-table tr th:nth-child(6n) {
    text-align: center;
}
.role-table tr td:nth-child(6n) {
    text-align: center;
}
.role-table tr th:nth-child(7n) {
    text-align: center;
}
.role-table tr td:nth-child(7n) {
    text-align: center;
}
.role-table1 tr th:nth-child(3n) {
    text-align: center;
}
.role-table1 tr td:nth-child(3n) {
    text-align: center;
}
.role-table1 tr th:nth-child(4n) {
    text-align: center;
}
.role-table1 tr td:nth-child(4n) {
    text-align: center;
}
.role-table1 tr th:nth-child(5n) {
    text-align: center;
}
.role-table1 tr td:nth-child(5n) {
    text-align: center;
}
.role-table1 tr th:nth-child(6n) {
    text-align: center;
}
.role-table1 tr td:nth-child(6n) {
    text-align: center;
}
.learning-role tr td:nth-child(2n) {
    text-align: center;
}
.learning-role tr th:nth-child(2n) {
    text-align: center;
}

.role-table2 tr th:nth-child(3n) {
    text-align: center;
}

.role-table2 tr td:nth-child(3n) {
    text-align: center;
}
.role-table2 tr th:nth-child(5n) {
    text-align: center;
}
.role-table2 tr td:nth-child(5n) {
    text-align: center;
}
.chart-one h2 {
    color: #0D3268;
}
.red
{
    color:red;
}
.sel-box {
    display: -webkit-inline-box;
    padding: 10px 0;
    background: #fff
}
.sel-box label {
    padding-right: 15px;
    padding-top: 10px;
}
.sel-box select {
    padding-right: 35px;
    margin-right: 25px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .job-data {
        padding: 0;
    }
    .job-board {
        padding: 25px;
    }
    .nv img {
        width: 120px
    }
    .jd-date {
        display: inline-grid;
    }
    .stat {
        margin-bottom: 5px;
    }
    .stat:after {
        display: none
    }
    .mob-text-left {
        text-align: left !important;
        margin-top: 10px;
    }
}

.job-doc a {
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}
.feed-back p.user-site {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.ratings-comm {
    background: #0d3268;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 36px;
    display: inline-block;
    font-weight: bold;
    float: right;
}
.launch-ques h1 {
    
}
.user-info-detail {
    margin-bottom: 8px;
}
.user-information img{
    width:34px;
}
.launch-ques h3 {
    color: #0d3268;
    font-size: 16px;
    /*padding: 0px 25px;*/
    font-weight: bold;
}
.launch-ques p {
   /* padding: 0px 25px;*/
}
.user-info-rate {
    background: #fff;
    border-radius: 20px;
    padding: 4px 5px;
    border: 1px solid #dbdbdb;
}
/* @Wizard Css; */
display-flex, .form-flex, .form-date-group, .steps ul, .title, .title .step-number, .actions ul li a, .form-radio-flex, .form-find {
    display: flex;
    display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
.steps ul,
.actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    margin-bottom: 50px;
}

#steps-uid-0-p-0 .form-row,
#steps-uid-0-p-0 .form-group,
#steps-uid-0-p-0 .form-date {
    /*width: 680px;*/
}

.vertical {
    display: block;
    width: 100% !important;
    overflow: hidden;
}

.vertical .steps {
    float: left;
    width: 25%;
    height: 100vh;
    background: #fff;
    padding: 25px;
    border-right: 1px solid #E3EBF6;
}

.vertical .content,
.vertical  {
    float: left;
    width: 75%;
}

.content {
    height: auto !important;
}
#answerbuttoncontainer button
{
    padding:0;
}
.steps ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    /*  padding-left: 40px;
  padding-top: 60px;*/
}
.steps ul li {
    /*padding: 26px 0;*/
    position: relative;
    z-index: 99;
    padding-left: 26px;
    margin-bottom: 15px;
     min-height: 90px;
    align-items: center;
    display: flex;
}
.steps ul li a {
    text-decoration: none;
    color: #222;
}
.current .title .step-text span {
    color: #00AAFE;
}
.current .title .step-text p {
    color: #0D3268;
}
.current .step-number:after {
    border: 2px solid #0D3268;
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 70px;
    position: absolute;
}
.icon-bt {
    position: absolute;
    bottom: 14%;
    left: 52px;
    display: grid;
}
.icon-bt .sub-btn {
    margin-bottom: 15px;
    text-align:left;
    width:210px;
    background: #fff;
    border: 1px solid #E3EBF6;
    border-radius: 4px;
    color:#000;
}
.step-text p {
    margin: 0;
    padding-top: 0px;
    font-size: 16px;
    font-weight: 600;
}
.steps ul li:last-child {
    content: "";
}
.steps ul li:last-child:after {
    display: none;
}
.steps ul li.done a {
}
.done .title .step-text {
    color: #07cdae !important;
}
.done .step-text p {
    color: #9E9E9E;
}
.done .title .step-number:after {
    background: url(../images/check-active.svg) no-repeat;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
}
.done .title .step-number {
    color: #fff;
    border: none;
}
.current.done .step-number:after {
    border: none;
}

.current.done .title .step-text span {
    color: #07cdae !important;
}
.current.done .step-text p {
    color: #9E9E9E;
}
.steps ul li.done:after {
    background: #07cdae !important;
}
.steps ul li.current:after {
    background: #000 !important;
}

.title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.title .step-number {
    width: 40px;
    height: 40px;
    min-width:40px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #fff;
    color: #999;
    margin-right: 15px;
    border: 2px solid #9E9E9E;
    font-weight: bold;
}

    .title .step-text {
        /* font-weight: bold;*/
        color: #999;
    }

.current .title .step-number {
    background: #00AAFE;
    color: #fff;
    border: 2px solid #00AAFE;
}

.current .title .step-text {
    color: #000;
}

.content h3 {
    display: none;
}
span.trans-btn {
    background: #fd3f43;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
}
.support-requ .btn
{
    margin-bottom:10px;
}
.dataTables_filter {
    display: none;
}
.mainTable .dataTables_filter {
    display: block !important;
}
.author-sign {
    margin-top: 10px;
}
.per-dev
{
    min-height:385px;
}
.right-border {
    border-right: 1px solid #E3EBF6;
}

nav.float-action-button {
    /* position: fixed;*/
    bottom: 0;
    right: 0;
    margin-right: 0px;
    /*margin: 1em;*/
}
a.main-button {
    width: 50px;
    height: 42px;
    color: #fff;
    padding: 1px 0 0 0;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
span.buttons:not(:last-child) {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    opacity: 1;
    padding-top: 4px;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
a.buttons.main-button > i:first-child {
    /*position: relative;
    margin-top: 10px;*/
}

nav.float-action-button:hover span.buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 20px auto 0;
    /*display:block;*/
}
a.buttons:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    background-color: #fff;
    color: #fd3f43;
    border: 1px solid #fd3f43;
    border-radius: 4px;
    font-size: 13px;
    float: right;
    line-height: 13px;
    font-weight: 700;
    padding-top: 8px;
    margin-right: 5px;
}
a.buttons:nth-last-child(1) i.fa {
    transform: rotate3d(0, 0, 1, 0);
    transition: content 0.4s, transform 0.4s, opacity 0.4s;
}

a.buttons:nth-last-child(1):hover i.fa {
    /*transform: rotate3d(0, 0, 1, -180deg);*/
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(1) {
    /*   position: absolute;
    margin: 5px 0 0 -28px;*/
    font-weight: bold;
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(2) {
    opacity: 0;
}

a.buttons:nth-last-child(1):hover i.fa:nth-last-child(1) {
    /* opacity: 0;*/
}

a.buttons:nth-last-child(1):hover i.fa:nth-last-child(2) {
    opacity: 1;
}

.content,
.actions {
    /* background: #f8f8f8;*/
}
.actions {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 14px 5px;
    width: 100%;
    background: #fff;
    /*border-top: 1px solid #e1e0e0;*/
}

.actions ul {
    padding-left: 30px;
    padding-right: 30px;
    float: right;
}
.actions ul .disabled {
    display: none;
}

.actions ul li {
    float: right;
}
.wizard .actions a {
    line-height: 23px;
}

.actions ul li:first-child {
    float: left;
}

.actions ul li:first-child a {
    background: #fff;
    color: #fd3f43 !important;
    border: 1px solid #fd3f43;
    margin-right: 15px;
}

.signup-form {
    /* height: 600px;*/
}
.emp-of-month .form-inline.fl {
    width: 50%;
}

.emp-of-month .employee-details {
    width: 48%;
    margin-left: 2%;
}

.fl {
    float: left !important;
}
   
.actions ul li a {
    width: 140px;
    height: 50px;
    color: #fff;
    background: #fd3f43;
    border-radius: 3px;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
}


li.current {
    background: url(../images/active-bg.svg) no-repeat;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .vertical .steps,
    .vertical .content,
    .vertical .actions {
        float: none;
        width: 100%;
    }

    @media screen and (max-width: 992px) {
        .content {
            height: 900px;
        }
    }

    @media screen and (max-width: 768px) {

        #steps-uid-0-p-0 .form-row,
        #steps-uid-0-p-0 .form-group,
        #steps-uid-0-p-0 .form-date {
            width: 100%;
        }


        fieldset,
        .actions ul {
            padding-left: 30px;
            padding-right: 30px;
        }

        #slider-margin .noUi-pips {
            width: 94%;
        }
    }

    @media screen and (max-width: 480px) {
        .content {
            height: 1050px;
        }
    }

    #answerbuttoncontainer button {
        padding: 0;
        margin: 0;
    }

    .inspection-audit label b {
        font-weight: bold;
        margin-right: 8px;
    }

    .main-menu-content ul li:first-child {
        border-top: 1px solid #264777;
    }
}
ul.sa-checkbox {
    list-style: none;
    padding: 20px;
}
ul.sa-checkbox li {
    display: block;
    position:relative;
}

ul.sa-checkbox li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px #eeeeee;
    border: 1px solid #eaeaea;
    color: #333333;
    font-size: 13.5px;
    border-radius: 4px;
    /*white-space: nowrap;*/
    margin: 0 0 5px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}
ul.sa-checkbox li label {
    padding: 10px 20px;
    cursor: pointer;
}
ul.sa-checkbox li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\f1db";
}
ul.sa-checkbox li label {
    padding: 10px 10px;
    cursor: pointer;
}

ul.sa-checkbox li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 22px;
    padding: 0;
    margin-right: 15px;
    content: "\f1db";
    color: rgb(188 184 184 / 65%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 0px;
    margin-top: -5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    ul.sa-checkbox li label::before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    }
}

ul.sa-checkbox li input[type="checkbox"]:checked + label::before {
    content: "\f058";
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #FF0000;
}
ul.sa-checkbox li input[type="checkbox"]:checked + label {
    /* -webkit-transition: all .2s; */
    -o-transition: all .2s;
    /* transition: all .2s; */
}

ul.sa-checkbox li input[type="checkbox"] {
    display: absolute;
}

ul.sa-checkbox li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.acc-settings p {
    background: #8294AE;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 11px;
}
ul.sa-checkbox.check-title li label {
    background: #8294AE;
    color: #fff;
}
ul.sa-checkbox.check-title li input[type="checkbox"]:checked + label::before {
    color: #fff;
}
ul.sa-checkbox.check-title li label::before {
    color: rgb(237 237 237 / 50%);
}
.cricle-check ul.sa-checkbox li label::before {
    right: 4px;
    margin-top: -6px;
    margin-right: 0
}
.cricle-check ul.sa-checkbox li label {
    background-color: transparent;
    box-shadow: inherit;
    border: none;
}
#frmWrkHeader h5.mb-0 > a:before {
    display: none
}
#lrngHeader h5.mb-0 > a:before {
    display: none
}
.half-modal-middle {
    width: 50%;
    margin: 0 auto !important;
    top: 7%;
}
.half-modal-middle .signature-pad {
    max-width: 100%;
    max-height: 100%;
    min-height: 450px;
}
.half-modal-middle .modal-content
{
    height:auto !important;
}
.completion-date {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.admin-net-promoter h2 {
    font-size: 18px;
    /*font-weight: bold !important;*/
}
.net-promoter.admin-net-promoter h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 9px;
}
.user-information
{
    margin-bottom:5px;
}
.action-icons .trans-btn {
    /*background: transparent;*/
}
.nav-item .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #062A5E;
}
.bs-tooltip-end .tooltip-inner {
    background-color: #062A5E;
}
.tooltip.show {
    opacity: 1 !important;
}
.input-group-append .btn, .input-group-prepend .btn {
    height: 46px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sig-btn {
    border: none;
    background: transparent;
}
.last_delete {
    margin-left: 0;
}
.margin-tb-10 {
    margin: 10px 0;
}
.review-chart h2 {
    font-size: 16px;
    color: #0D3268;
    font-weight: bold;
    padding-bottom: 15px;
}
.table-title
{
    font-size: 16px;
    color: #0D3268;
    font-weight: 600;
    padding-bottom: 0;
}
.red-btn {
    background-color: #FD3F43;
    border-radius: 4px;
    padding: 8px 13px;
    border: 1px solid #FD3F43;
    height: 42px;
}
.modal.left .modal-dialog.w-500 {
    width: 500px;
}
.to {
    padding: 0;
}
.to img {
    padding-top: 9px;
}
.translate-icon {
    padding-right: 5px;
}
ul.duration textarea.form-control {
    height: 80px !important;
}
h3.titles {
    font-size: 16px;
    color: #0D3268;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0;
}
ul.duration li{
    padding: 10px 10px;
    margin-bottom: 10px;
    list-style:none;
}
ul.duration li:nth-child( odd ) {
    background: #f8f8f8;
    border: 1px solid #e0dfdf;
    border-radius: 4px;
}
ul.duration li:nth-child( even ) {
    background: #fff;
    border: 1px solid #e0dfdf;
    border-radius: 4px;
}
.to-text {
    text-align: center;
    padding-top: 12px;
    font-weight: bold;
}
.acc-btn {
    color: #fd3f43;
    background-color: #fff;
    border: 1px solid #fd3f43;
    padding: 8px 10px;
    border-radius: 3px;
}
.rej-btn {
    background: #FD3F43;
    border: 1px solid #fd3f43;
    padding: 8px 10px;
    border-radius: 3px;
    color: #fff;
}
.fixed-footer-inner {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
ul.duration li:last-child
{
    margin-bottom:85px;
}
.traning-details .video-js {
    width: 97%;
    height: 97%;
    /*position: absolute;*/
/*    border: 5px solid #ccc;0
*/}
.video-delete
{
    margin:0 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    min-height: 44px !important;
}
.detail-column .form-lg.multi-check .select2-container
{
    position:revert;
}
.user-comment
{
    padding-top:10px;
}
.questions-ans
{
    padding:20px 20px;
}
.taggle-btn {
    background: #f1f1f1;
    display: inline-block;
    border-radius: 9px;
    border: 1px solid #E3EBF6;
    padding: 9px 17px;
    margin: 18px 12px;
}
.btn-content
{
    float:left;
}
.taggle-btn .toggle-signoff {
    float: left;
    padding: 0px 0px 0 12px;
}
.taggle-btn label.switch {
    margin:0;
}

.new-dashboard {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.postion-relative
{
    position:relative;
}
.postion-btn {
    position: absolute;
    right: 19px;
    top: 4px;
}
.sub-btn-pos {
    background: #0d3268;
    border-radius: 4px;
    /* margin-right: 7px; */
    padding: 6px 11px;
    border: 1px solid #0d3268;
    height: 37px;
}
.dashboard .card{
    border-radius:6px !important;
}
.white-box .table td {
    padding: 10px 15px !important;
    vertical-align: top;
    border-bottom: 1px dashed #E3EBF6 !important;
}
.white-box .table-responsive {
    margin-bottom: 0
}
.white-box .procedure-table {
    margin-bottom: 0
}
table{
    font-size:13px;
}
.white-box table.table-bordered.dataTable th {
    font-size: 13px;
}
.training-compliance {
    margin: 0;
    margin-bottom: 20px;
}
.unit label
{
    font-size:14px;
    font-weight:bold;
}
.white-box h2.title {
    font-size: 15px;
    color: #0D3268;
    font-weight: bold;
    padding-bottom: 0;
}
.white-box h2.title:before {
    content: "";
    position: absolute;
    width: 4px;
    background: #FF003D;
    height: 31px;
    left: 0;
    top: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 7px;
}
.total-train-new .info-part {
    float: left;
    padding-left: 12px;
}
.train-hours {
    color: #18980A;
    font-weight:bold;
}
.counts-no {
    color: #18980A;
}
.tring-min {
    /*color: #127BD6*/
}
.total-train-new .info-part h3 {
    font-size: 24px;
    font-weight: 700;
}
.count-row {
    display: flow-root;
    padding: 5px 0;
    /*border-bottom: 1px dashed #E3EBF6;*/
}
.t-counts {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.h-135{
    min-height:135px;
    max-height:135px;
}
.h-133 {
    min-height: 133px;
    max-height: 133px;
}
.h-165 {
    min-height: 165px;
    max-height: 165px;
}
.count-row .f-left p {
    padding-top: 4px;
}
.white-box-new{
    /*overflow:hidden;*/
}
.icon-part-new {
    float: left;
}
.d-md-flex .box-first {
    width: 32%;
    margin-right: 2%;
}
.d-md-flex .box-last {
    width: 32%;
}
.percent
{
    font-size:10px;
}
.high {
    color: #FF003D;
}
.medium {
    color: #ffc84b;
}
.low {
    color: #18980A;
}
.table td {
    border-bottom: 1px dashed #E3EBF6 !important
}
.table-responsive {
    /*box-shadow: 0px 0px 11px #d4d7da;*/
    background: #fff;
}
.table-bordered, .table.table-striped {
    border: none !important;
}
.table thead th
{
    border-bottom:none !important;
}
.emp-count
{
    padding-left:6px;
    font-size:16px;
}
.colors-table th {
    color: #fff;
}
.colors-table th a{
    color: #fff;
}
.color-1 thead tr {
    background: #18BEBB;
}
.colors-table thead tr {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.colors-table table{
    background: #fff;
}
.color-2 thead tr {
    background: #B410B4;
}
.color-3 thead tr {
    background: #5AA815;
}
.color-4 thead tr {
    background: #4D0A87;
}
.color-5 thead tr {
    background: #F69515;
}
.color-6 thead tr {
    background: #2A3F82;
}
.user-deatils-top {
    background: #0D3268;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.business_intelligence_menu {
    justify-content: space-between;
    display: flex;
}
.support_tickets_info {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    border: 1px dashed #E3EBF6;
    margin:12px 0;
}
.display-flex {
    display: flex;
}
.t_count {
    margin-left: 20px;
}
.ticket_count {
    font-size: 32px;
    font-weight: bold;
    margin-right: 10px;
}
.t_count p {
    font-size: 14px;
    font-weight: 600;
    color: #9F9F9F;
    line-height: 6px;
}
.ticket_down {
    color: #E90D65
}
.ticket_up {
    color: #06CC89
}
.ticket_down .fa, .ticket_up .fa {
    transform: rotate(38deg);
    padding-left: 3px;
}
.white-box-2 .chart-one h2 {
    padding: 5px 0 0 5px;
}
.q-edit
{
    display:none;
}
.q-edit {
    position: absolute;
    top: 14px;
    right: 20px;
    background: #00aaff;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    display: none;
}
.q-edit:hover {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
    background: #e90d65;
    color: #ffffff;
    display: none;
}
.q-edit {
    position: absolute;
    top: 0px;
    z-index: 1;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
.quick-launch:hover .q-edit {
    top: 15px;
    opacity: 1;
}
.business_intelligence_menu a {
    background: #ffc107;
    width: 32.5%;
    color: #fff;
    min-height: 60px;
    text-align: center;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.business_intelligence_menu a .fa{
    font-size:25px;
}
.width-100
{
    width:100%;
}
.no_data_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new-bg {
    background: #F9FAFB;
}
.rev_no {
    background: #EA5891;
}

.ass_date {
    background: #4F97F8;
}
.new-status {
    background: #16C2A4;
}
.comp_on {
    background: #7EBCE1;
}
.compant_level {
    background: #D087E1;
}

.update_by {
    background: #F97F35;
}
.color_cards {
    display: flex;
    justify-content: space-between;
}
.color_cards_two {
    display: flex;
    justify-content: inherit;
}
.color_cards_two .color_card
{
    margin-right:20px;
}
.color_card {
    width: 16%;
}
.color_card .course-result {
    font-weight: normal;
    font-size:13px;
    line-height: 15px;
}
.tab-content {
    /*background: #fff;
    border: 1px solid #E3EBF6;
    border-radius: 4px;*/
    margin-top: 5px;
}
.workforce-time .total-train-new {
     /*padding: 26px 15px;*/
    margin-bottom: 8px;
}
.total-train-new .icon-part img
{
    width:53px;
}
.btn-two
{
    height:40px;
}
.total-train .t-counts {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.esg-dash h2:before {
    content: "";
    position: absolute;
    width: 4px;
    background: #FF003D;
    height: 31px;
    left: 0;
    top: -6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 7px;
}
.bg-new {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0px 15px;
    border: 1px solid #E3EBF6;
    border-radius: 7px;
    margin-bottom: 10px;
}
select {
    background-image: url(../images/drop_arrow.svg);
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: auto 13%;
    padding: 0px 20px 0px 5px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#divReportContent {
    margin-bottom: 85px !important;
}
.mb-90 {
    margin-bottom: 90px;
}
.question-name .md-form.md-outline input[type=text] {
    background-color: transparent;
}
.white-box.width-100 .meter .number-img {
    top: 2px;
}
.white-box.width-100 .meter .meter-hand1 {
    position: absolute;
    left: 15%;
    top: 133px;
}
.btn-white-new {
    color: #0d3268;
    background-color: #ffffff;
    border-color: #E3EBF6;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 9px #b8dff424;
}
.btn-white-new:focus {
    outline: none;
    box-shadow:none !important;
}
.total-train-new.employee-time .info-part p {
    font-size: 14px;
}
.postion-btn-1 {
    position: absolute;
    right: 3px;
    top: 2px;
}
.questionnaire_review {
    background: #fff;
    border: 1px solid #E3EBF6;
    padding: 15px 15px;
    margin: 20px;
    border-radius: 6px;
}
.questionnaire_head h4 {
    padding: 10px;
    margin: 0;
    color: #0D3268;
    font-weight: 700;
}
.questionnaire_head {
    background: #DCE2EA;
    padding: 5px 5px;
    border-radius: 5px;
}
.btn-blue {
    color: #fff;
    background-color: #0D3268;
    border-color: #0D3268;
    padding: 9px 16px;
    border-radius: 4px;
    height: 42px;
}
.btn-blue:hover{
    color:#fff;
}
.quesion_count {
    font-size: 16px;
    padding-left: 10px;
    margin-right: 20px;
}
.questionnaire {
    margin: 10px 0;
    border: 1px solid #E3EBF6;
}
.question_part {
    background: #F9F9F9;
    min-height: 115px;
    align-items: center;
    display: flex;
    padding: 10px 15px;
    font-size:14px;
}
.anwser_part {
    align-items: center;
    display: flex;
    padding: 10px 0px;
}
.anwser_part .radio-group
{
    margin-right:30px;
}
.tooltip-sub.digital-info {
    float: right;
}
.tooltip-sub.digital-info img {
    width: 16px;
}
table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}
.mb5
{
    margin-bottom:5px;
}
.colors {
    background: transparent;
    padding: 15px 15px;
    border-radius: 4px;
    overflow: auto;
    margin-bottom: 10px;
    color: #fff;
}
.darkred-bg {
    background: #D62828;
}
.darkblue-bg {
    background: #543884;
}
.blue-bg {
    background: #8AAAE3;
}
.lightred-bg {
    background: #EA748E;
}
.lighgreen-bg {
    background: #A8D4B9;
}
.lighpink-bg {
    background: #D6A9E2;
}
.tealgreen {
    background: #0FB4C3;
}
.orange {
    background: #ED5603;
}
.yellow {
    background: #F7A500;
}
.redviolet {
    background: #C905AD;
}
.violet {
    background: #7C0499;
}
.blueviolet {
    background: #470099;
}
.yellow-green {
    background: #68CB00;
}
.blue-prime
{
    background: #0051D4;
}
.lightorange-bg {
    background: #FEA789;
}
.light-green {
    background: #8DCACB;
}

.red-beta {
    font-style: normal;
    color: #FD3F43;
    /*font-size: 11px;*/
    font-weight: 100;
    text-transform: uppercase;
}
.trend_analysis .white-box, .height-320 {
    min-height: 200px;
    max-height: 380px;
}
tbody tr:hover {
    color: #212529;
    background-color: #f4f9fd;
}
.flex-baseline {
    display: flex;
    align-items: baseline;
}
.box-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(8%, -52%);
}
.idea-safe {
    align-items: center;
    display: flex;
}
.trend_analysis .line-chart-area {
    padding: 0px;
}
.meter-chart-center {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.height-250
{
    min-height:250px;
}
.questionnaire_head .question-count-process {
    width: 60%;
    margin: auto;
}

.profile-cover {
    position: relative;
    height: 7.5rem;
    padding: 1rem 1rem;
    border-radius: 0.75rem;
}
.profile-cover-content {
    position: relative;
    z-index: 0;
}
.profile-cover-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7.5rem;
    background-color: #e7eaf3;
    border-radius: 0.75rem;
}
.profile-cover-img {
    width: 100%;
    height: 7.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: 0.75rem;
}
.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 0.25rem solid #fff;
    margin: -6.3rem auto 0.5rem auto;
}
.profile-cover-uploader {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.profile-cover-uploader-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.profile-cover-uploader-label {
    margin-bottom: 0;
    text-align: center;
    margin: auto;
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    /* padding: 11px 12px; */
    width: 40px;
    height: 40px;
    background: #0D3268;
    vertical-align: middle;
    /* align-items: self-start; */
    display: flex;
}

.profile-cover-uploader-label .bi-camera-fill {
    font-size: 24px;
    color: #000;
    padding: 10px;
}
.profile-cover-uploader-label img{
    width:16px;
}
.q-upload-img {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.assess-question .question_part
{
    width:100%;
}
.assess-question .anwser_part .checkmark {
    top: 11px;
}
.assess-question .radiocontainer {
    padding: 9px 9px 9px 45px;
    border: 1px solid #E3EBF6;
}
.assess-question .radiocontainer:hover {
    background-color: #f6f9fd;
}
.assess-question #qtext {
    font-size: 14px;
    font-weight: normal;
}
.assess-question .radiocontainer {
    cursor: pointer;
    font-size: 14px;
}
#dLabel {
    width: 340px;
    height: 46px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #E3EBF6;
    text-align: left;
    padding: 7.5px 15px;
    color: #000;
    font-size: 14px;
}
#dLabel {
    background-image: url(../images/drop_arrow.svg);
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: auto 13%;
    padding: 0px 5px 0px 15px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.dropdown-menu {
  width: 340px;
  padding: 0;
  margin: 0;
 /* border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}
.dropdown button:hover, .dropdown button:focus {
  border: none;
  outline: 0;
}
.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-bottom: none;
}
.dropdown.open ul {
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}
.dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f3f3f3;
}
.dropdown-menu li:hover {
      background-color: #0d3268;
    color: #fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #E3EBF6;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu li {
    line-height: 1.5;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 7.5px 15px;
    border-top: solid 1px #E3EBF6;
}
.dropdown, .dropup {
    position: relative;
}
.open > .dropdown-menu {
    display: block;
}
.sub-btn .fa
{
    color:#fff
}
.target-btn .btn {
    padding: 0.225rem 0.65rem;
    font-size: 12px;
    margin-right: 5px;
}
.drop-with .dropdown-menu {
    width: auto;
}
.action-icons .toggle-switch {
    display: inline-block;
}

.flip-switch {
    display: block;
    height: 28px;
    width: 68px;
    float: left;
    background: #c1c1c1;
    padding: 2px 0 0;
   /* margin: 0 auto;*/
    perspective: 50px;
    -webkit-perspective: 50px;
    -moz-perspective: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.flip-switch input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 100%;
    width: 1px;
    height: 1px;
}
.flip-switch label {
    display: block;
    position: relative;
    height: 24px;
    width: 64px;
    outline: none;
    margin: 0 auto;
    -webkit-appearance: none;
    background: none;
    border: none;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    animation: uncheck 0.6s ease-out;
    -webkit-animation: uncheck 0.6s ease-out;
    -moz-animation: uncheck 0.6s ease-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.flip-switch label:before, .flip-switch label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    text-align: center;
}
.flip-switch label:before {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    background: #a2a2a2;
}
.flip-switch label:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    background: #48a700;
}
.flip-switch input:checked + label {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    animation: check 0.6s ease-out;
    -webkit-animation: check 0.6s ease-out;
    -moz-animation: check 0.6s ease-out;
}
.flip-switch.flip-switch-text label:before, .flip-switch.flip-switch-text label:after {
    color: white;
    line-height: 25px;
    font-size: 13px;
}
.flip-switch.flip-switch-text label:before {
    content: "Resume";
}
.flip-switch.flip-switch-text label:after {
    content: "Pause";
}
.pathway-action {
    display: flex;
    justify-content: center;
}
.action-icons.pathway-action span {
    padding: 3px 10PX;
}
.pathway-action .editor_delete {
    margin-right: 15px;
    margin-left: 0px;
    float: left;
    padding-top: 5px;
}

@keyframes check {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(195deg);
    }

    75% {
        transform: rotateY(165deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes check {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(195deg);
    }

    75% {
        -webkit-transform: rotateY(165deg);
    }

    100% {
        -webkit-transform: rotateY(180deg);
    }
}

@-moz-keyframes check {
    0% {
        -moz-transform: rotateY(0deg);
    }

    50% {
        -moz-transform: rotateY(195deg);
    }

    75% {
        -moz-transform: rotateY(165deg);
    }

    100% {
        -moz-transform: rotateY(180deg);
    }
}

@keyframes uncheck {
    0% {
        transform: rotateY(180deg);
    }

    50% {
        transform: rotateY(-15deg);
    }

    75% {
        transform: rotateY(15deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes uncheck {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    50% {
        -webkit-transform: rotateY(-15deg);
    }

    75% {
        -webkit-transform: rotateY(15deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes uncheck {
    0% {
        -moz-transform: rotateY(180deg);
    }

    50% {
        -moz-transform: rotateY(-15deg);
    }

    75% {
        -moz-transform: rotateY(15deg);
    }

    100% {
        -moz-transform: rotateY(0deg);
    }
}
[data-html2canvas-ignore="true"] .btn-cricle {
    padding: 4px 16px;
}
.table-responsive .table-title {
    padding: 10px 10px;
}
.stepper fieldset
{
    margin-bottom:0;
}
.steps {
    position: fixed;
}
.content {
    margin-left: 25%;
}
div.dataTables_wrapper div.dataTables_length label {
    padding: 10px 10px;
    margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 10px 15px;
}
.dataTables_length select {
    background-position: right 7px center;
    background-repeat: no-repeat;
    background-size: auto 28%;
    padding: 0px 25px 0px 5px;
}
.chart-one .meterchart {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chart-one .meterchart1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.passcode-generate {
    background-color: #FD3F43;
    border-color: #FD3F43;
    color:#fff;
    padding: 9px 16px;
}
.score-level {
    padding: 25px 0;
}
.score-body {
    height: 62vh;
}

.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 97%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
}

.confetti-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}

    .confetti-piece:nth-child(1) {
        left: 7%;
        -webkit-transform: rotate(-40deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 182ms;
        -webkit-animation-duration: 1116ms;
    }

    .confetti-piece:nth-child(2) {
        left: 14%;
        -webkit-transform: rotate(4deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 161ms;
        -webkit-animation-duration: 1076ms;
    }

    .confetti-piece:nth-child(3) {
        left: 21%;
        -webkit-transform: rotate(-51deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 481ms;
        -webkit-animation-duration: 1103ms;
    }

    .confetti-piece:nth-child(4) {
        left: 28%;
        -webkit-transform: rotate(61deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 334ms;
        -webkit-animation-duration: 708ms;
    }

    .confetti-piece:nth-child(5) {
        left: 35%;
        -webkit-transform: rotate(-52deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 302ms;
        -webkit-animation-duration: 776ms;
    }

    .confetti-piece:nth-child(6) {
        left: 42%;
        -webkit-transform: rotate(38deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 180ms;
        -webkit-animation-duration: 1168ms;
    }

    .confetti-piece:nth-child(7) {
        left: 49%;
        -webkit-transform: rotate(11deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 395ms;
        -webkit-animation-duration: 1200ms;
    }

    .confetti-piece:nth-child(8) {
        left: 56%;
        -webkit-transform: rotate(49deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 14ms;
        -webkit-animation-duration: 887ms;
    }

    .confetti-piece:nth-child(9) {
        left: 63%;
        -webkit-transform: rotate(-72deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 149ms;
        -webkit-animation-duration: 805ms;
    }

    .confetti-piece:nth-child(10) {
        left: 70%;
        -webkit-transform: rotate(10deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 351ms;
        -webkit-animation-duration: 1059ms;
    }

    .confetti-piece:nth-child(11) {
        left: 77%;
        -webkit-transform: rotate(4deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 307ms;
        -webkit-animation-duration: 1132ms;
    }

    .confetti-piece:nth-child(12) {
        left: 84%;
        -webkit-transform: rotate(42deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 464ms;
        -webkit-animation-duration: 776ms;
    }

    .confetti-piece:nth-child(13) {
        left: 91%;
        -webkit-transform: rotate(-72deg);
        -webkit-animation: makeItRain 1000ms infinite ease-out;
        -webkit-animation-delay: 429ms;
        -webkit-animation-duration: 818ms;
    }

    .confetti-piece:nth-child(odd) {
        background: #7431e8;
    }

    .confetti-piece:nth-child(even) {
        z-index: 1;
    }

    .confetti-piece:nth-child(4n) {
        width: 5px;
        height: 12px;
        -webkit-animation-duration: 2000ms;
    }

    .confetti-piece:nth-child(3n) {
        width: 3px;
        height: 10px;
        -webkit-animation-duration: 2500ms;
        -webkit-animation-delay: 1000ms;
    }

    .confetti-piece:nth-child(4n-7) {
        background: red;
    }

@-webkit-keyframes makeItRain {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(350px);
    }
}
.date
{
    position:relative;
}
    .date .input-group-addon .fa {
        padding: 9.5px 13px;
        font-size: 18px;
        line-height: 1;
        color: #8898aa;
        text-align: center;
        background-color: #f1f8ff;
        border-radius: 4px;
        width: 14%;
        position: absolute;
        right: 4px;
        top: 4px;
        z-index: 9999;
    }
    .date .dropdown-menu li
    {
        border:none;
    }
.input-group.date{
    display:inherit !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block !important
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}


.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 4px;
        width: 15em;
    }

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}


.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eee;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: 0.8em;
            height: 20px;
            line-height: 20px;
            color: #777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover,
            .bootstrap-datetimepicker-widget table td.hour:hover,
            .bootstrap-datetimepicker-widget table td.minute:hover,
            .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old,
        .bootstrap-datetimepicker-widget table td.new {
            color: #777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: "";
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled,
        .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled,
            .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777;
                cursor: not-allowed;
            }


.date .dropdown-menu li:hover {
    background: transparent;
    color:#000;
}

.form-control.your-comment {
    height: 80px !important
}

.comment-btn {
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    right: 11px;
    bottom: 10px;
    background: #FD3F43;
    color: #fff;
    float: right;
    margin-top: 10px;
}

.container-fluid:last-child .user-comment-detail {
    margin-bottom: 15px;
}
.like-count {
    margin: 10px 10px;
    position: relative;
    float: right;
}

.like-count i.like-hand {
    cursor: pointer;
    padding: 10px 13px 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 5px;
    color: #aaa;
    transition: .4s;
    box-shadow: 0px 0px 5px #dcdcdc;
}

.like-count i:hover {
    color: #666;
}

.like-count i.like-hand:before {
    font-family: fontawesome;
    content: '\f164';
    font-style: normal;
}

.like-count span {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .9s;
    z-index: 1055;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
}

.like-count i.press {
    /*animation: size .3s;*/
    color: #fd3f43;
}

.like-count span.press {
    bottom: 45px;
    font-size: 13px;
    visibility: visible;
    animation: fade 2s;
}

@keyframes fade {
    0% {
        color: #transparent;
    }

    50% {
        color: #fd3f43;
    }

    100% {
        color: #transparent;
    }
}

@keyframes size {
    0% {
        padding: 10px 12px 8px;
    }

    50% {
        padding: 14px 16px 12px;
        margin-top: -4px;
    }

    100% {
        padding: 10px 12px 8px;
    }
}

.trafficlight {
    background: #222;
    background-image: linear-gradient(transparent 2%, #111 2%, transparent 3%, #111 30%);
    width: 80px;
    height: 200px;
    border-radius: 10px;
    position: relative;
    border: solid 5px #333;
    margin: 55px;
}

    .trafficlight:before {
        background: #000;
        content: "";
        width: 67px;
        height: 75px;
        margin: 0 auto;
        position: absolute;
        top: -13px;
        margin-left: 3px;
        border-radius: 50%;
        z-index: 0;
    }

    .trafficlight:after {
        background: #818181;
        content: "";
        width: 20px;
        height: 70px;
        margin-left: 27px;
        position: absolute;
        top: 195px;
        z-index: 0;
    }

.protector {
    background: transparent;
    width: 130px;
    height: 0;
    position: absolute;
    top: 12px;
    left: -30px;
    border-right: solid 36px transparent;
    border-left: solid 36px transparent;
    border-top: solid 55px #111;
    border-radius: 7px;
    z-index: 0;
}

    .protector:nth-child(2) {
        top: 76px;
    }

    .protector:nth-child(3) {
        top: 136px;
    }

.red-light {
    background: red;
    background-image: radial-gradient(brown, transparent);
    background-size: 5px 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 18px;
    /*animation: 1s red infinite;*/
    border: dotted 1px red;
    box-shadow: 0 0 20px rgb(17 17 17 / 35%) inset, 0 0 10px red;
    opacity: 0.1;
}

.yellow-light {
    background: yellow;
    background-image: radial-gradient(orange, transparent);
    background-size: 5px 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: dotted 1px yellow;
    z-index: 1;
    position: absolute;
    top: 75px;
    left: 18px;
    /*animation: 1s yellow infinite;*/
    box-shadow: 0 0 20px rgb(17 17 17 / 35%) inset, 0 0 10px yellow;
    opacity: 0.1;
}

.green-light {
    background: green;
    background-image: radial-gradient(lime, transparent);
    background-size: 5px 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: dotted 1px lime;
    position: absolute;
    z-index: 1;
    top: 136px;
    left: 18px;
    box-shadow: 0 0 20px rgb(17 17 17 / 35%) inset, 0 0 10px lime;
    /* animation: 1s green infinite;*/
    opacity: 0.1;
}
.green-light.signal, .yellow-light.signal, .red-light.signal {
        opacity: 1 !important;
        animation: 1s green infinite;
    }
.lightborder {
    background: #212121;
    width: 80px;
    height: 200px;
    border-radius: 10px;
    position: relative;
    border: solid 4px #333;
    z-index: 0;
    top: -5px;
    left: -4px;
}
@keyframes red {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .1
    }

    80% {
        opacity: .1
    }

    100% {
        opacity: .1
    }
}

@keyframes yellow {
    0% {
        opacity: .1
    }

    20% {
        opacity: .1
    }

    40% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    60% {
        opacity: .1
    }

    80% {
        opacity: .1
    }

    100% {
        opacity: .1
    }
}

@keyframes green {
    0% {
        opacity: .1
    }

    20% {
        opacity: .1
    }

    40% {
        opacity: .1
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    83% {
        opacity: .1
    }

    86% {
        opacity: 1
    }

    89% {
        opacity: .1
    }

    93% {
        opacity: 1
    }

    96% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

.near-miss {
    display: flex;
    align-items: center;
    justify-content: center;
}
.near-miss-count {
    font-size:44px;
    font-weight:bold;
}
.near-miss span{
    font-size:20px;
}
.year-drop
{
    position:absolute;
    top:2px;
}
.link-open {
    border-radius: 52px;
    margin-top: 16px;
    padding: 5px 5px;
    display: flow-root;
    background: #0d3268;
}
.open_q
{
    color:#fff;
}
.link-open label {
    margin: 0;
}
.open_q .fa {
    float: right;
    padding: 10px 6px;
}
.link-open .fa-link {
    padding: 10px 10px;
    background: #fff;
    border-radius: 38px;
    margin-right: 10px;
    color: #0d3268;
}
.link-open:hover {
    cursor: pointer;
    background: rgb(5 47 107 / 70%);
}
.questionnaire_review .radiocontainer {
    border: none;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu li {
    padding: 1.5px 5px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .btn{
    padding: 0px 0px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .btn-primary
{
    padding: 8px 10px;
}
.mon_trend {
    position: absolute;
    right: 2%;
    top: -47px;
}
#accordionExample {
    margin-bottom: 100px;
}
#css-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
}
a.chosen-single {
    background-image: url(../images/drop_arrow.svg);
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: auto 13%;
    padding: 10px 16px 0px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.nav-tabs.main-tab li.nav-item {
    float: left;
    list-style: none;
    /*padding-top: 3px;*/
}
.tab-custom .nav.main-tab {
    display: -webkit-box !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    /* display: flex !important;*/
    /*align-items: center;*/
    padding: 3px 0px 0 0;
}

.tab-custom .nav::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
    .tab-custom .nav::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 4px;
    }
#saverecords .modal-dialog {
   
    top: 28%;
}
#saverecords .card-body .radio-group {
    padding-bottom: 10px;
}

#saverecords .radio-group input[type=radio] {
    margin-right: 7px;
    margin-top: 3px;
    line-height: 25px;
    float: left;
}
#sharedWorkModal .tab-custom .nav-tabs .nav-link, #GrpsharedWorkModal .tab-custom .nav-tabs .nav-link {
    padding: 8px 11px;
}
input.btn-secondary:hover {
    background-color: #FF7A7A;
}
.search-left {
    float: left;
    width: 20%;
}

.right-data {
    float: right;
    width: 80%;
}

.star-checkbox {
    display: none; /* Hide the default checkbox */
}

.star-label {
    position: relative;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
}

    .star-label::before {
        content: "\2605"; /* Unicode character for a star */
        color: #ccc; /* Default color of the star */
        display: block;
        font-size: 30px;
    }

.star-checkbox:checked + .star-label::before {
    color: #f7d72d; /* Color when checkbox is checked */
}
.up-doc {
    border: 1px solid #E3EBF6;
    padding: 10px 10px;
    background: #fff;
    border-radius: 4px;
}
.up-doc label {
    margin-bottom: 0 !important;
}
#EsolDIV.modal {
     z-index: 1052 !important;
}

.btn-scale {
    width: 50px;
    text-align: center;
    font-weight: bold;
    color: black;
}

.btn-scale-desc-10 {
background-color: #33FF00;
}
.btn-scale-desc-10:hover {
    background-color: #2CDE00;
}
.btn-scale-desc-9 {
background-color: #66FF00;
}
.btn-scale-desc-9:hover {
    background-color: #59DE00;
}
.btn-scale-desc-8 {
background-color: #99FF00;
}
.btn-scale-desc-8:hover {
    background-color: #85DE00;
}
.btn-scale-desc-7 {
background-color: #CCFF00;
}
.btn-scale-desc-7:hover {
    background-color: #B1DE00;
}
.btn-scale-desc-6 {
background-color: #FFFF00;
}
.btn-scale-desc-6:hover {
    background-color: #DEDE00;
}
.btn-scale-desc-5 {
background-color: #FFCC00;
}
.btn-scale-desc-5:hover {
    background-color: #DEB100;
}
.btn-scale-desc-4 {
background-color: #FF9900;
}
.btn-scale-desc-4:hover {
    background-color: #DE8500;
}
.btn-scale-desc-3 {
background-color: #FF6600;
}
.btn-scale-desc-3:hover {
    background-color: #DE5900;
}
.btn-scale-desc-2 {
background-color: #FF3300;
}
.btn-scale-desc-2:hover {
    background-color: #DE2C00;
}
.btn-scale-desc-1 {
background-color: #FF0000;
}
.btn-scale-desc-1:hover {
    background-color: #DE0000;
}
.scal-active {
    border: 3px solid #00000029;
}

.cover-view {
    padding: 10px 12px;
    border: 1px solid #0d3268;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
}

.upload-img {
    transition: max-height 0.2s ease-out;
    background-color: #fff;
    box-shadow: 0px 0px 9px #dedcdc;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 10px;
}
.surplus
{
    margin-top:0px;
}
.arrow {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(180deg);
    cursor: pointer;
}

    .arrow span {
        display: block;
        width: 3.0vw;
        height: 3.0vw;
        border-bottom: 13px solid green;
        border-right: 13px solid green;
        border-top: 13px solid transparent;
        border-left: 13px solid transparent;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }
.shortage .arrow span {
    border-bottom: 13px solid red;
    border-right: 13px solid red;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
}
.shortage .arrow {
    transform: rotate(0deg);
}

    .arrow span:nth-child(2) {
        animation-delay: -0.2s;
    }

        .arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }
.surplus h3{
    color:green;
}
.shortage h3 {
    color: red;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}


.traffic_value {
    display: flex;
    align-items: center;
}
h4.title {
    font-size: 16px;
    font-weight: bold;
    color: #0D3268;
}

.my-video-dimensions{
    width:100% !important;
    
}
.video-js {
    min-height: 158px;
}
.gray-active {
    color: #808080;
}
.inspection-audit .sc{
    margin-bottom:45px;
}
.inspection .inspection-audit .sc {
    margin-bottom: 20px;
    padding-top: 10px;
}
.check-boxs {
    border: 1px solid #E3EBF6;
    padding: 13px 15px;
    background: #fff;
}
.check-boxs tbody tr:hover {
    color: #212529;
    background-color: transparent;
}
.label-title {
    color: #878787;
    font-size: 14px;
}
.inspect-labels {
    background: #fff;
    padding: 15px;
    border: 1px solid #E3EBF6;
    border-radius: 4px;
}
.outstanding {
    justify-content: space-between;
}
.vidprogress {
    margin: 0px 0 10px 0px;
    padding: 0;
    width: 32%;
    height: 12px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 6px;
}

    .vidprogress .bar {
        position: relative;
        float: left;
        min-width: 1%;
        height: 100%;
        background: #46CB5C;
    }

.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 10px;
    color: white;
}
.emp-voice .user-comment {
    padding-top: 0;
    width: 93%;
}

.emp-voice .user-comment-detail {
    display: flex;
    justify-content: space-between;
}
.detail-of-emp .employee-page-user .traning-user {
    margin:0;
}
.detail-of-emp .employee-page-user .traning-user .traning-label {
    float:left !important
}
.detail-of-emp .employee-page-id .traning-user {
    margin: 0
}
h5.modal-sub {
    font-size: 14px;
    color: #fff;
    background: #ffffff29;
    border: 1px solid #ffffff21;
    border-radius: 4px;
    padding: 2px 10px;
}
.marginbt-90
{
    margin-bottom:90px;
}
.toggleColVis
{
    margin-bottom:10px;
}
.form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin-bottom: 0;
}
.filter-drop .dropdown-toggle::after
{
    display:none;
}
.table-responsive table.dataTable {
    margin-top: 0 !important;
}
.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}
.custom-file-label {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .575rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #E3EBF6;
    border-radius: .25rem;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 42px;
    padding: .575rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-file {
    position: relative;
    /* display: inline-block; */
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    margin-bottom: 0;
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem 
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem 
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.dataTables_wrapper table.dataTable {
    margin-top: 0px !important;
}
.md-accordion .card .card-header a {
    padding: 10px 10px;
    /*border: 1px solid #E3EBF6;*/
    border-radius: 4px;
}
#tblCompletedAudits thead tr th:last-child{
    width:80px !important;
}
.modal-body #divOptions
{
    width:100%;
}
.drop-icon {
    background-image: url(../images/drop_arrow.svg);
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: auto 59%;
    padding: 10px 16px 0px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    right: 0;
    position: absolute;
    top: 18px;
}
.half-modal.archived-employee-details .traning-user {
    overflow: auto;
}
#tblGroups_wrapper .dataTables_filter{
    display:none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before
{
    display:none !important;
}
#TableArch_wrapper .dataTables_filter {
    display: none !important;
}
.table-responsive {
    flex-shrink: inherit;
}
#TableLiveProc_wrapper table thead tr th:first-child {
    width: 95px;
}
#divAssignEmployees, #divAssignWorkGroups, #lstProcedures {
    width: 100%;
    margin-bottom: 60px;
    overflow: auto;
}
.on-off-switch {
    margin: 18px 0;
    display: inline-block;
}
#flyoutTrn
{
    z-index:1056;
}
.mobile-bg {
    background: url(../images/phone-screen.png);
    height: 502px;
    width: 300px;
    margin: 40px 0px 0px 55px;
    position: relative;
}
.mobile-bg .note-editor.note-frame {
    width: 286px !important;
    position: absolute;
    left: 7px;
    margin: 40px 0px 0px 0px;
}
.float-right
{
    float:right;
}
#procedure-detail .row.on-off {
    display: flex !important;
}
#procedure-detail .procedure-detail.employee-details {
    margin-bottom: 90px;
}
.modal-body .row.on-off {
    display: flex !important;
}

.image-view-modal .modal-body img {
    width: 100%
}
.image-view-modal .modal-content {
    width: 70% !important;
    margin: auto;
    height: 80vh;
}
.image-view-modal {
    top: 10%;
}
.report-title .navbar-brand {
    display: contents;
}
.report-title .navbar-brand .logo-head {
    background: #f4f9fd;
    display:inline-block;
}
.dropdown-toggle .note-icon-caret:before
{
    display:none !important;
}
table.live_vid thead tr th:first-child {
    width: 170px !important;
}
.no-search .dataTables_filter
{
    display:none !important
}
.archived-emp .traning-label {
    float: none;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    #tableTPHist .dataTables_filter {
        width: 145px !important;
    }
    .custom-search {
        width: 220px;
    }
    .custom-search .dataTables_filter {
        width: 145px !important;
    }
}


.sec-question {
    top: 12%;
}