/**********************************************
Mixin
***********************************************/
/* Font Family Start */
/* Font Family End */
body {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #000;
    line-height: normal;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    background: #f4f4f4;
    position: relative;
}

    body.sidemenu-open {
        position: relative;
        /* overflow: hidden; */
    }
/* body.sidemenu-open::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #8e98b1;
	z-index: 9;
} */
html,
body {
    /* height: 100%; */
}


a,
input,
button,
textarea {
    outline: none !important;
}

a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    text-decoration: none !important;
}

.pad-left {
    padding-left: 0;
}

.pad-right {
    padding-right: 0;
}

.pad-top {
    padding-top: 0;
}

.pad-bottom {
    padding-bottom: 0;
}

.padding {
    padding: 0;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}

h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

h5 {
    font-size: 26px;
    line-height: 26px;
    margin: 0;
}

h6 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}


p {
    margin: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.height-full {
    height: 100%;
    /* overflow: hidden; */
}

html {
    height: 100%;
}

.border-btn {
    padding: 12px 30px;
    border: 1px solid #eaebec;
    background: transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    color: #b5b5b5;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

    .border-btn:hover {
        border-color: #1f45a0;
        color: #1f45a0;
    }

.btn-small {
    padding: 10px 12px;
    border: 1px solid transparent;
    background: #96785d;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

    .btn-small i {
        margin-left: 5px;
    }

    .btn-small:hover {
        border-color: #96785d;
        color: #96785d;
        background: transparent;
    }


.btn-grey {
    font-size: 16px;
    line-height: 16px;
    color: #061f59;
    background: #eaebec;
    padding: 12px 40px;
    border-radius: 19px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-weight: 600;
    border-color: #dedfe2;
    letter-spacing: 0.5px;
}

    .btn-grey:hover {
        background-color: #061f59;
        color: #ffffff;
    }
/******************************************************************/
/********************* Header start *************************/
/******************************************************************/
.header {
    position: absolute;
    /*top: 100px;*/
    left: 0px;
    right: 0px;
    padding: 18px 24px;
    z-index: 99;
}

.left-side-header {
    float: left;
    width: 60%;
    padding-top: 8px;
}

    .left-side-header .h-logo {
        float: left;
    }

    /*SUBNABVAR*/
.Subnavigation-bar {
    float: left;
    padding: 10px 10px;
    margin-top: 3px;
}
    .Subnavigation-bar a {
        display: block;
    }
        .Subnavigation-bar a .icon-bar {
            background-color: #000000;
            width: 30px;
            height: 3px;
            display: block;
            margin-bottom: 5px;
        }
            .Subnavigation-bar a .icon-bar:nth-child(2) {
                width: 15px;
            }
            .Subnavigation-bar a .icon-bar:nth-child(3) {
                width: 8px;
            }
        .Subnavigation-bar a.active .icon-bar:nth-child(2) {
            width: 30px;
        }
        .Subnavigation-bar a.active .icon-bar:nth-child(3) {
            width: 30px;
        }
    /*SUBNAVBAR*/
.navigation-bar {
    float: left;
    padding: 0px 30px;
    margin-top: 3px;
}

    .navigation-bar a {
        display: block;
    }

        .navigation-bar a .icon-bar {
            background-color: #ffffff;
            width: 30px;
            height: 3px;
            display: block;
            margin-bottom: 5px;
        }

            .navigation-bar a .icon-bar:nth-child(2) {
                width: 15px;
            }

            .navigation-bar a .icon-bar:nth-child(3) {
                width: 8px;
            }

        .navigation-bar a.active .icon-bar:nth-child(2) {
            width: 30px;
        }

        .navigation-bar a.active .icon-bar:nth-child(3) {
            width: 30px;
        }

.search-header {
    display: inline-block;
    width: 600px;
    max-width: 100%;
}

    .search-header .search-form {
        position: relative;
        margin: -5px 0 0;
    }

    .search-header .search-btn {
        display: inline-block;
        vertical-align: middle;
        padding: 0px;
        border: none;
        box-shadow: none;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

        .search-header .search-btn i {
            color: #ffffff;
        }

    .search-header .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        background: none;
        border: none;
        color: #ffffff;
        box-shadow: none;
        padding: 0px 10px 0 40px;
        width: 100%;
        height: 40px;
        font-weight: 300;
        background-color: rgba(247, 247, 249, 0.2);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        font-weight: 500;
    }

        .search-header .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #ffffff;
        }

        .search-header .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #ffffff;
        }

        .search-header .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #ffffff;
        }

        .search-header .form-control:-moz-placeholder { /* Firefox 18- */
            color: #ffffff;
        }

.right-side-header {
    width: 40%;
    float: right;
    text-align: right;
    padding-right: 20px;
}

    .right-side-header ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .right-side-header ul li {
            display: inline-block;
            vertical-align: middle;
        }

            .right-side-header ul li .btn-white {
                background-color: #dedede;
                padding: 13px 18px;
                font-weight: 600;
                letter-spacing: 0.5px;
                font-size: 14px;
                line-height: 14px;
                color: #061f59;
                border-radius: 30px;
                -moz-border-radius: 30px;
                -o-border-radius: 30px;
                -ms-border-radius: 30px;
                -webkit-border-radius: 30px;
            }

        .right-side-header ul li {
            padding: 0px 12px;
        }

            .right-side-header ul li .btn-white:hover {
                background-color: #061f59;
                /* background-color: #96785d; */
                color: #ffffff;
            }

        .right-side-header ul .mail-header i {
            color: #ffffff;
            font-size: 30px;
            line-height: 30px;
        }

        .right-side-header ul .mail-header a {
            position: relative;
        }

            .right-side-header ul .mail-header a span {
                position: absolute;
                top: -10px;
                right: -6px;
                font-size: 10px;
                line-height: 10px;
                color: #ffffff;
                height: 15px;
                width: 15px;
                background-color: #da2239;
                text-align: center;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -webkit-border-radius: 50%;
                padding-top: 3px;
            }

        .right-side-header ul .btn-secondary {
            padding: 0px;
            background: none !important;
            border: none !important;
            box-shadow: none !important;
            outline: none !important;
            padding: 10px 12px 12px;
        }

        .right-side-header ul .dropdown-menu {
            right: 0px !important;
            left: auto !important;
            margin-top: 0;
            background-color: #dedede;
            padding: 0px;
            border: none;
            border-radius: 0px;
            transform: unset !important;
            -webkit-transform: unset !important;
            -moz-transform: unset !important;
            -ms-transform: unset !important;
            -o-transform: unset !important;
            /*top: 30px !important; */
            /* display: block; */
            left: auto;
            right: 0;
            top: 100% !important;
        }

            .right-side-header ul .dropdown-menu a {
                color: #061f59;
                padding: 10px 15px;
                font-size: 14px;
                line-height: 14px;
            }

                .right-side-header ul .dropdown-menu a:hover {
                    background-color: #061f59;
                    color: #ffffff;
                }

        .right-side-header ul li.dropdown {
            padding: 0;
        }

        .right-side-header ul .dropdown:hover .dropdown-menu {
            display: block;
        }
/* .sidemenu-open .search-header {
	display: none;
}
.sidemenu-open .right-side-header ul li .btn-white {
	visibility: hidden;
	opacity: 0;
} */


/******************************************************************/
/********************* Header end *************************/
/******************************************************************/


/******************************************************************/
/********************* dashboard-slide-menu start *************************/
/******************************************************************/
@media (max-width:767px) {
    .dashboard-slide-menu {
        width: 0px !important;
    }
    .right-side-header {
        width: 69% !important;
        top: -46px !important;
        padding-right: 10px !important;
    }
    .left-side-header .h-logo {
        margin-left: 10px !important;
        width: 50% !important;
    }
    .left-side-header {
        width: 31% !important;
        padding-top: 8px !important;
    }
    .right-side-header ul li .btn-white {
        padding: 9px 10px !important;
        font-size: 11px !important;
        line-height: 12px !important;
    }
    .right-side-header ul li {
        padding: 0px 1px !important;
    }
    .right-side-header ul .mail-header i {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .right-side-header ul .btn-secondary {
        padding: 0 4px 12px !important;
    }
    .dashboard-slide-menu.open {
        width: 250px !important;
    }
}

.dashboard-slide-menu {
    position: absolute;
    left: 0px;
    width: 90px;
    top: 220px;
    /* height: 100%; */
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
    background-color: #072058;
    border-radius: 0px 50px 0px 0px;
    -moz-border-radius: 0px 50px 0px 0px;
    -o-border-radius: 0px 50px 0px 0px;
    -ms-border-radius: 0px 50px 0px 0px;
    -webkit-border-radius: 0px 50px 0px 0px;
    /* overflow: hidden;	 */
    padding-bottom: 100px;
    bottom: 0;
}

    .dashboard-slide-menu.open {
        width: 260px;
    }

    .dashboard-slide-menu .dashboard-slide-inner .top-user img {
        width: 55px;
        height: 55px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .dashboard-slide-menu .dashboard-slide-inner .top-user {
        text-align: center;
        margin: 0 auto;
        padding: 50px 0px;
    }

.dashboard-slide-inner .top-user .user-content {
    margin: 12px 18px;
    border-bottom: 1px solid #304a7d;
    padding-bottom: 12px;
    padding-top: 21px;
}

    .dashboard-slide-inner .top-user .user-content h2 {
        font-size: 18px;
        line-height: 18px;
        color: #ffffff;
        font-weight: 700;
        padding-bottom: 2px;
        display: none;
    }

    .dashboard-slide-inner .top-user .user-content a {
        color: #6284aa;
        font-size: 14px;
        line-height: 14px;
        display: none;
    }

.dashboard-slide-inner .top-user .pending-task {
    text-align: center;
    padding: 6px 5px 25px;
    border-bottom: 1px solid #304a7d;
}

    .dashboard-slide-inner .top-user .pending-task h4 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 5px;
        color: #ffffff;
        font-weight: 400;
    }

    .dashboard-slide-inner .top-user .pending-task p {
        font-size: 13px;
        line-height: 16px;
        color: #6284aa;
        text-transform: uppercase;
        font-weight: 600;
    }

.dashboard-slide-inner .dashboard-menu-main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .dashboard-slide-inner .dashboard-menu-main ul > li {
        display: block;
    }

        .dashboard-slide-inner .dashboard-menu-main ul > li > a {
            padding: 12px 24px;
            display: block;
            position: relative;
        }

            .dashboard-slide-inner .dashboard-menu-main ul > li > a.active,
            .dashboard-slide-inner .dashboard-menu-main ul > li > a:hover {
                background-color: #031643;
            }

            .dashboard-slide-inner .dashboard-menu-main ul > li > a svg circle,
            .dashboard-slide-inner .dashboard-menu-main ul > li > a svg path {
                /* fill:#6886a8; */
            }

            .dashboard-slide-inner .dashboard-menu-main ul > li > a svg,
            .dashboard-slide-inner .dashboard-menu-main ul > li > a img {
                width: 24px;
                display: inline-block;
                vertical-align: middle;
                margin: 0 auto;
                display: table;
                opacity: 0.6;
            }

            .dashboard-slide-inner .dashboard-menu-main ul > li > a.active svg,
            .dashboard-slide-inner .dashboard-menu-main ul > li > a:hover svg {
                opacity: 1;
            }

            .dashboard-slide-inner .dashboard-menu-main ul > li > a p {
                color: #6886a8;
                font-size: 16px;
                line-height: 16px;
                text-transform: capitalize;
                display: inline-block;
                vertical-align: middle;
                padding-left: 10px;
                padding-top: 2px;
                display: none;
            }

            .dashboard-slide-inner .dashboard-menu-main ul > li > a span {
                background-color: #031643;
                color: #8a9ab3;
                font-size: 16px;
                line-height: 16px;
                position: fixed;
                left: 90px;
                z-index: 9;
                overflow: visible;
                top: 0;
                margin-top: 0;
                padding: 15px 10px 14px 10px;
                display: none;
                -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                -o-transition: 0.3s;
                -webkit-transition: 0.3s;
                transition: 0.3s;
                width: 160px;
                border-radius: 0px 5px 5px 0px;
                -moz-border-radius: 0px 5px 5px 0px;
                -ms-border-radius: 0px 5px 5px 0px;
                -o-border-radius: 0px 5px 5px 0px;
                -webkit-border-radius: 0px 5px 5px 0px;
                position: absolute;
            }

            .dashboard-slide-inner .dashboard-menu-main ul > li > a:hover span {
                display: block;
                -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                -o-transition: 0.3s;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

    .dashboard-slide-inner .dashboard-menu-main ul li .dashboard-submenu {
        display: none;
        position: absolute;
        z-index: -8;
        opacity: 0;
        visibility: hidden;
    }

.dashboard-slide-menu.open .dashboard-slide-inner .dashboard-menu-main ul li .dashboard-submenu {
    position: unset;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}


.dashboard-slide-inner .dashboard-menu-main ul li.sidebar-dropdown > a {
    position: relative;
}

    .dashboard-slide-inner .dashboard-menu-main ul li.sidebar-dropdown > a:after {
        content: "\f105";
        font-family: "Fontawesome";
        font-weight: 900;
        color: #6886a8;
        top: 50%;
        right: 12px;
        position: absolute;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        font-size: 18px;
        line-height: 1px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: none;
    }

    .dashboard-slide-inner .dashboard-menu-main ul li.sidebar-dropdown > a.active:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        right: 15px;
    }

.dashboard-slide-inner .dashboard-menu-main .dashboard-submenu li a {
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #6886a8;
    padding: 10px 10px 10px 63px;
}


/* dashboard-slide-menu open css start */

.dashboard-slide-menu.open .dashboard-slide-inner .top-user .user-content h2 {
    display: block;
}

.dashboard-slide-menu.open .dashboard-slide-inner .top-user .user-content a {
    display: block;
}

.dashboard-slide-menu.open .dashboard-slide-inner .top-user .user-content {
    padding-top: 3px;
}

.dashboard-slide-menu.open .dashboard-slide-inner .dashboard-menu-main ul > li > a svg,
.dashboard-slide-menu.open .dashboard-slide-inner .dashboard-menu-main ul > li > a img {
    margin: 0;
    display: inline-block;
}

.dashboard-slide-menu.open .dashboard-slide-inner .dashboard-menu-main ul > li > a p {
    display: inline-block;
}

.dashboard-slide-menu.open .dashboard-slide-inner .dashboard-menu-main ul li.sidebar-dropdown > a:after {
    display: block;
}

.dashboard-slide-menu.open .dashboard-slide-inner .dashboard-menu-main ul > li > a span {
    display: none;
}


/* dashboard-slide-menu open css end */



/* mcustom scroll css start */
.dashboard-slide-menu .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.dashboard-slide-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
}

.dashboard-slide-menu .mCSB_scrollTools {
    width: 4px;
    top: 20px;
}

.dashboard-slide-menu.open .dashboard-slide-inner .dashboard-menu-main ul li .dashboard-submenu {
}

.dashboard-slide-menu:not(.open) .dashboard-slide-inner .dashboard-menu-main ul > li.sidebar-dropdown {
    position: relative;
}

    .dashboard-slide-menu:not(.open) .dashboard-slide-inner .dashboard-menu-main ul > li.sidebar-dropdown .dashboard-submenu li a {
        padding: 15px;
    }

    .dashboard-slide-menu:not(.open) .dashboard-slide-inner .dashboard-menu-main ul > li.sidebar-dropdown:hover .dashboard-submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 9999;
        /* position: static; */
        left: 90px;
        /* right: 0; */
        width: 241px;
        background: #072058;
        top: 0;
        top: 45px;
        border-radius: 0;
        border-bottom-right-radius: 4px;
    }

    .dashboard-slide-menu:not(.open) .dashboard-slide-inner .dashboard-menu-main ul > li.sidebar-dropdown:hover a span {
        display: block;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 0;
        border-top-right-radius: 4px;
        width: 241px;
    }
/* mcustom scroll css end */
/******************************************************************/
/********************* dashboard-slide-menu end *************************/
/******************************************************************/

/******************************************************************/
/********************* banner start *************************/
/******************************************************************/

.banner-main {
    position: relative;
    background-size: cover;
    background-position: 100%;
    height: 340px;
    z-index: -8;
}

/******************************************************************/
/********************* banner end *************************/
/******************************************************************/


.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item.active {
    color: #d8ddea;
}

.breadcrumb-item {
    color: #d8ddea;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

    .breadcrumb-item a {
        color: #d8ddea;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "\f105";
        font-family: 'fontawesome';
        color: #d8ddea;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

.space-wrapper {
    /*padding: 0 60px 50px 150px;*/
    padding: 0 40px 50px 130px;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sidemenu-open .space-wrapper {
    margin-left: 160px;
}

.content {
    margin-top: -205px;
}

/* .training-main .content {
	margin-top:-175px;
} */

.page-title h1 {
    font-size: 30px;
    line-height: 30px;
    color: #d8ddea;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 10px;
}


    .p-header .back-btn a {
        font-size: 15px;
        line-height: 15px;
        color: #061f59;
        margin: 0 0 10px;
        display: inline-block;
    }

    .p-header .back-btn svg {
        width: 20px;
        margin-right: 5px;
    }

.box {
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.47);
    -moz-box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.47);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.47);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-height: 915px !important;
}
.box-widget1 {
    min-height: 180px !important;
}

.training-tab .nav-tabs {
    border-bottom: 2px solid #dadee6;
    padding: 45px 0 0;
}

    .training-tab .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        color: #8f95a4;
        background: transparent;
        border: none;
        border-bottom: 4px solid transparent;
        padding: 13px 35px;
        font-weight: normal;
    }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #1f45a0;
    background: transparent;
    border-bottom-color: #1f45a0;
}

.btn-panel {
    padding: 15px 35px 40px;
}

.table thead th a {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.table thead th {
    font-size: 12px;
    line-height: 12px;
    color: #b5b5b5;
    font-weight: 400;
    text-transform: uppercase;
    border-top: none;
    text-align: center;
    border: none;
    font-weight: 600;
}

.training-table .table thead th:first-child {
    text-align: left;
    padding-left: 30px;
}

.training-table .table tbody tr td:first-child {
    color: #5c6376;
    text-align: left;
}

.training-table .table tbody tr td {
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    color: #b5b5b5;
    font-weight: 500;
    padding: 10px 30px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    text-align: center;
}

    .training-table .table tbody tr td.date {
        font-weight: 500;
        color: #7d7d7d;
    }

    .training-table .table tbody tr td.left-border {
        border-left: 4px solid #da2239;
    }

    .training-table .table tbody tr td.t-btn .cus-btn {
        position: relative;
        display: inline-block;
        text-align: center;
        text-transform: capitalize;
        color: #b5b5b5;
        font-weight: 400;
    }

    .training-table .table tbody tr td .attach-btn input[type="file"] {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 999;
    }

    .training-table .table tbody tr td.t-btn .cus-btn svg {
        font-size: 14px;
        line-height: 14px;
        display: block;
        margin: 0 auto 5px;
        color: #96785d;
    }

.custom-checkbox {
    position: relative;
    padding: 9px 5px;
    border: 1px solid #eaebec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    font-weight: 400;
}

    .custom-checkbox label {
        margin: 0;
        font-size: 14px;
        line-height: 14px;
    }

    .custom-checkbox .custom-control-input {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        /* opacity: 1; */
        z-index: 99;
        cursor: pointer;
    }

    .custom-checkbox .check {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid #d4d9e7;
        background: #eaebec;
        display: block;
        margin: 0 auto 7px;
        position: relative;
    }

        .custom-checkbox .check::after {
            position: absolute;
            left: 0;
            right: 0;
            top: 3px;
            bottom: auto;
            margin: 0 auto;
            width: 6px;
            height: 12px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            content: '';
            opacity: 0;
        }

    .custom-checkbox .custom-control-input:checked ~ .check {
        background: #1f45a0;
        border-color: #1f45a0;
    }

        .custom-checkbox .custom-control-input:checked ~ .check::after {
            opacity: 1;
        }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f7f7f9;
}

.table-footer {
    padding: 10px 30px;
}

    .table-footer .show-entry {
        display: flex;
        align-items: center;
    }

        .table-footer .show-entry svg {
            margin-right: 10px;
        }

        .table-footer .show-entry p {
            font-size: 14px;
            line-height: 14px;
            margin: 0;
            color: #a7a7a7;
            font-weight: 500;
        }

.pagination {
    border: none;
    border-radius: 0;
    margin: 0;
}

    .pagination .page-link {
        border: none;
        color: #b5b5b5;
        background: transparent !important;
        padding: 5px 7px;
        line-height: 1;
        display: block;
        box-shadow: none !important;
        font-weight: 600;
    }

    .pagination .page-item .dots {
        color: #b5b5b5;
        margin: 0 5px;
    }

    .pagination .page-link.active,
    .pagination .page-link:hover {
        color: #1f45a0;
    }


.table-footer .go-page {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

    .table-footer .go-page p {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        color: #a7a7a7;
        margin-right: 10px;
        font-weight: 500;
    }

.table-footer .right-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table-footer .go-page .custom-select {
    width: auto;
    border: none;
    background: #f4f4f4 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMjg2LjkzNSw2OS4zNzdjLTMuNjE0LTMuNjE3LTcuODk4LTUuNDI0LTEyLjg0OC01LjQyNEgxOC4yNzRjLTQuOTUyLDAtOS4yMzMsMS44MDctMTIuODUsNS40MjQgICBDMS44MDcsNzIuOTk4LDAsNzcuMjc5LDAsODIuMjI4YzAsNC45NDgsMS44MDcsOS4yMjksNS40MjQsMTIuODQ3bDEyNy45MDcsMTI3LjkwN2MzLjYyMSwzLjYxNyw3LjkwMiw1LjQyOCwxMi44NSw1LjQyOCAgIHM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6IzgwODY5NyI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=) no-repeat right 10px center/14px 8px !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}


/**** nominate page start *****/
.box-title {
    display: flex;
    padding: 36px;
}

    .box-title h2 {
        font-size: 20px;
        line-height: 20px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 500;
        /* color: #6886a8; */
        color: #304a7d;
    }

    .box-title svg {
        width: 22px;
        margin-right: 15px;
    }

.employee-detail ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

    .employee-detail ul li {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
        padding: 10px 35px;
        max-width: 18.75%;
        flex: 0 0 18.75%;
        border-left: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
        position: relative;
    }

        .employee-detail ul li:first-child {
            border-left: none;
        }

        .employee-detail ul li:nth-child(2) {
            max-width: 25%;
            flex: 0 0 25%;
        }

        .employee-detail ul li label {
            font-size: 12px;
            line-height: 12px;
            color: #b5b5b5;
            font-weight: 600;
            text-transform: uppercase;
            border-top: none;
            margin: 0 0 20px;
            display: block;
        }

        .employee-detail ul li p {
            font-size: 14px;
            line-height: 14px;
            vertical-align: middle;
            color: #b5b5b5;
            font-weight: 500;
            overflow: hidden;
            margin: 0;
        }

            .employee-detail ul li p span {
                color: #e9a53e;
                font-size: 120%;
                font-weight: 600;
                margin-right: 5px;
            }

        .employee-detail ul li.trainer p {
            margin-top: 25px;
            padding-left: 10px;
            text-transform: capitalize;
        }

        .employee-detail ul li .u-image {
            height: 30px;
            width: 30px;
            border: 1px solid #6c757d;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            padding: 1px;
            display: flex;
            float: left;
        }

            .employee-detail ul li .u-image img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
            }

        .employee-detail ul li .progress {
            height: 7px;
            background: #eaebec;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            margin-top: 5px;
        }

        .employee-detail ul li .progress-bar {
            background: #e9a53e;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

.search-sec {
    background: #eaebec;
    padding: 35px 0;
}

    .search-sec .search-in {
        background: #ffffff;
        box-shadow: 0px 8px 10px 3px rgba(119, 119, 119, 0.2);
        -moz-box-shadow: 0px 8px 10px 3px rgba(119, 119, 119, 0.2);
        -webkit-box-shadow: 0px 8px 10px 3px rgba(119, 119, 119, 0.2);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 15px 25px;
        display: flex;
        align-items: center;
        margin: 0 0 30px;
    }

    .search-sec .s-container {
        max-width: 920px;
        margin: 0 auto;
    }

    .search-sec .search-input {
        position: relative;
    }

        .search-sec .search-input .s-icon {
            position: absolute;
            left: 0;
            font-size: 20px;
            line-height: 20px;
            color: #bbbbbb;
            top: 50%;
            transform: translate(0px, -50%);
            -webkit-transform: translate(0px, -50%);
            -moz-transform: translate(0px, -50%);
            -ms-transform: translate(0px, -50%);
            -o-transform: translate(0px, -50%);
        }

    .search-sec .search-input {
        width: 400px;
        height: 40px;
    }

        .search-sec .search-input .form-control {
            /* width: 400px;
	height: 40px; */
            border: none;
            border-right: 1px solid #bcbcbc;
            border-radius: 0;
            box-shadow: none;
            height: 100%;
            padding: 10px 30px;
            font-weight: 500;
        }

            .search-sec .search-input .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: #b5b5b5;
                font-style: italic;
            }

            .search-sec .search-input .form-control::-moz-placeholder { /* Firefox 19+ */
                color: #b5b5b5;
                font-style: italic;
            }

            .search-sec .search-input .form-control:-ms-input-placeholder { /* IE 10+ */
                color: #b5b5b5;
                font-style: italic;
            }

            .search-sec .search-input .form-control:-moz-placeholder { /* Firefox 18- */
                color: #b5b5b5;
                font-style: italic;
            }

.nomnate-switch .custom-switch {
    padding: 0;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin: 0 35px 0 15px;
}

.custom-switch .custom-control-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    cursor: pointer;
}

.nomnate-switch .slider {
    width: 45px;
    height: 20px;
    background: #d8ddea;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

    .nomnate-switch .slider:after {
        position: absolute;
        display: block;
        content: "";
        width: 18px;
        height: 18px;
        background-color: #ffffff;
        border-radius: 50%;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        top: 1px;
        left: 2px;
    }

.nomnate-switch label {
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
    color: #b5b5b5;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
    width: 125px;
}

.custom-switch .custom-control-input:checked ~ .slider {
    background: #1f45a0;
}

    .custom-switch .custom-control-input:checked ~ .slider:after {
        background-color: #fff;
        -webkit-transform: translateX(23px);
        transform: translateX(23px);
        -moz-transform: translateX(23px);
        -ms-transform: translateX(23px);
        -o-transform: translateX(23px);
    }

.search-sec .ser-btn a {
    font-size: 16px;
    line-height: 16px;
    color: #061f59;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 15px;
}

.filter h5 {
    font-size: 16px;
    line-height: 16px;
    color: #9f9f9f;
    font-weight: 600;
    text-transform: uppercase;
    border-top: none;
    margin: 0 0 20px;
    display: block;
}

.filter .filter-block label {
    font-size: 14px;
    line-height: 14px;
    color: #b5b5b5;
    font-weight: 600;
    text-transform: uppercase;
    border-top: none;
    margin: 0 0 10px;
    display: block;
}

.selectric-select .selectric {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
}

    .selectric-select .selectric .button {
        background: #fff;
    }

        .selectric-select .selectric .button:after {
            border: 5px solid transparent;
            border-top-color: #b5b5b5;
            border-bottom: none;
        }

    .selectric-select .selectric-hover .selectric .button,
    .selectric-select .selectric-hover .selectric,
    .selectric-select .selectric-open .selectric .button,
    .selectric-select .selectric-open .selectric,
    .selectric-select .selectric:hover .button,
    .selectric-select .selectric:hover {
        background: #8d98b1;
    }

        .selectric-select .selectric-hover .button:after,
        .selectric-select .selectric-open .button:after,
        .selectric-select .selectric:hover .button:after {
            border-top-color: #fff !important;
        }

    .selectric-select .selectric .label {
        text-transform: capitalize;
    }

    .selectric-select .selectric-open .label,
    .selectric-select .selectric-hover .label,
    .selectric-select .selectric:hover .label {
        color: #fff;
    }

.selectric-select .selectric-items li.highlighted,
.selectric-select .selectric-items li:hover {
    background: #8d98b1;
    color: #fff;
}


.nominate-data {
    background: #f7f7f9;
    position: relative;
    padding: 40px 35px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

    .nominate-data .table-footer {
        padding: 20px 0 0;
    }

        .nominate-data .table-footer .go-page .custom-select {
            background-color: #eaebec !important;
        }

    .nominate-data .nominate-user {
        height: 90px;
        width: 90px;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        background: #96785d;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        flex-direction: column;
        box-shadow: 0px 0px 2px 10px rgba(234,235,236,0.9);
        -moz-box-shadow: 0px 0px 2px 10px rgba(234,235,236,0.9);
        -webkit-box-shadow: 0px 0px 2px 10px rgba(234,235,236,0.9);
        position: absolute;
        top: -45px;
        right: 42px;
        text-align: center;
    }

        .nominate-data .nominate-user .details {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            padding: 0 6px;
        }

        .nominate-data .nominate-user .icon {
            font-size: 20px;
            line-height: 20px;
            color: #fff;
            margin: 0 0 10px;
        }

        .nominate-data .nominate-user p {
            font-size: 14px;
            line-height: 14px;
            color: #fff;
            text-transform: capitalize;
            margin: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
        }

.employee-table table thead th:first-child {
    width: 30px;
}

.employee-table table thead th .th-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

    .employee-table table thead th .th-btn a {
        display: block;
        font-size: 12px;
        line-height: 3px;
        margin: -3px 0 0px;
    }

.employee-table table tbody tr td .custom-checkbox .check {
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: transparent;
}

.employee-table table tbody tr td .custom-checkbox .custom-control-input:checked ~ .check {
    background: #061f59;
}

.employee-table table tbody tr td .custom-checkbox {
    border: none;
    padding: 0;
    display: block;
}


.employee-table .table thead th {
    text-align: left;
}

.employee-table table tbody tr td {
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    color: #b5b5b5;
    font-weight: 500;
    padding: 17px 10px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    text-align: left;
    border: none;
    border: solid 1px #dedfe2;
    border-style: solid none;
    background-color: #fff;
    border-top-style: solid;
    border-bottom-style: solid;
}

    .employee-table table tbody tr td .u-image {
        height: 30px;
        width: 30px;
        border: 1px solid #6c757d;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        padding: 1px;
        display: flex;
        float: left;
    }

    .employee-table table tbody tr td:first-child {
        border-left-style: solid;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .employee-table table tbody tr td:last-child {
        border-right-style: solid;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .employee-table table tbody tr td .u-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .employee-table table tbody tr td .e-name {
        margin-left: 45px;
        margin-top: 10px;
        display: block;
        font-weight: 500;
    }

.employee-table table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

    .employee-table table tbody tr.active td {
        background: #8d98b1;
        color: #fff;
    }
/**** nominate page end *****/




/* policy start */

.policy-main .box {
    padding: 40px 98px 95px;
}

    .policy-main .box h2 {
        margin: 22px 0 0;
        text-transform: capitalize;
    }

.policy-main .search-sec {
    background: none;
}

.policy-main .box-title {
    padding: 0;
}

    .policy-main .box-title svg {
        width: auto;
    }

    .policy-main .box-title .book {
        width: 50px;
        height: 70px;
        margin-right: 15px;
    }

.policy-search .form-control {
    border: 1px solid #eaebec;
    padding: 10px 180px 10px 58px;
    height: 58px;
}

.policy-search .search-input .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5b5b5;
    font-style: italic;
}

.policy-search .search-input .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #b5b5b5;
    font-style: italic;
}

.policy-search .search-input .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #b5b5b5;
    font-style: italic;
}

.policy-search .search-input .form-control:-moz-placeholder { /* Firefox 18- */
    color: #b5b5b5;
    font-style: italic;
}

.policy-search .search-input {
    position: relative;
}

    .policy-search .search-input .s-icon {
        position: absolute;
        left: 0;
        font-size: 20px;
        line-height: 20px;
        color: #bbbbbb;
        top: 50%;
        transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        padding: 0 0 0 24px;
    }

    .policy-search .search-input .btn-grey {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
    }

.folder-accordion {
    background: #f7f7f9;
    margin: 32px 0 0;
    padding: 0 0 300px;
}

    .folder-accordion .accordion .card-header svg {
        width: 18px;
    }

    .folder-accordion .accordion .card {
        border-bottom: 1px solid #ededed;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top-color: #efefef;
    }

        .folder-accordion .accordion .card .card-header {
            padding: 0;
            background: transparent;
        }

            .folder-accordion .accordion .card .card-header .btn {
                padding: 0;
                font-size: 14px;
                line-height: 14px;
                color: #adadae;
                width: 100%;
                text-align: left;
                padding: 21px 0 21px 27px;
                background: #f7f7f9;
                display: flex;
                align-items: center;
                font-weight: 500;
            }

            .folder-accordion .accordion .card .card-header .collapsed .fa::before {
                transform: rotate(-90deg);
                display: block;
            }

            .folder-accordion .accordion .card .card-header .btn:focus {
                box-shadow: none;
            }

            .folder-accordion .accordion .card .card-header svg {
                fill: #96785d;
            }

            .folder-accordion .accordion .card .card-header i {
                color: #061f59;
                padding-right: 28px;
                font-size: 20px;
                line-height: 20px;
            }

            .folder-accordion .accordion .card .card-header span {
                padding-left: 19px;
            }

        .folder-accordion .accordion .card .card-body {
            padding: 0;
        }

.privacy-table {
    border-top: 2px solid #dcdee2;
    padding: 0 0 0 68px;
}

    .privacy-table .table thead {
        border-bottom: 3px solid #f4f4f5;
    }

        .privacy-table .table thead th {
            /* padding: 9px 0; */
            text-align: left;
            background-color: #eaebec;
            border-bottom: 1px solid #e4e5e7;
            padding: 9px 12px;
        }

            .privacy-table .table thead th:first-child {
                padding-left: 70px;
            }

    .privacy-table .table tbody tr td {
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        color: #898f9c;
        font-weight: 500;
        padding: 12px;
        text-align: left;
    }

    .privacy-table .table tbody tr {
        border-bottom: 2px solid #eff0f0;
    }

        .privacy-table .table tbody tr:last-child {
            border: none;
        }

        .privacy-table .table tbody tr td:first-child {
            color: #4c5469;
            padding-left: 70px;
        }

            .privacy-table .table tbody tr td:first-child svg {
                margin-right: 15px;
            }

        .privacy-table .table tbody tr td:last-child {
            padding-right: 70px;
        }

    .privacy-table .table {
        margin-bottom: 0;
    }

        .privacy-table .table tbody tr td {
            background-color: #eaebec;
        }

/* policy end */


/* view-policy start */
.view-policy .box {
    padding: 32px 35px 15px;
}

    .view-policy .box .site-sorting {
        text-align: right;
    }

        .view-policy .box .site-sorting h2 {
            font-size: 14px;
            line-height: 14px;
            color: #c9c9c9;
            font-weight: normal;
            text-transform: uppercase;
            display: inline-block;
            font-weight: 500;
        }

        .view-policy .box .site-sorting a {
            padding: 10px 20px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
            position: relative;
            margin: 0 2px;
        }

        .view-policy .box .site-sorting svg {
            width: 18px;
        }

        .view-policy .box .site-sorting a svg path {
            fill: #b5b5b5;
        }

        .view-policy .box .site-sorting a:hover,
        .view-policy .box .site-sorting a.active {
            background: #929cb4;
        }

            .view-policy .box .site-sorting a:hover svg path,
            .view-policy .box .site-sorting a.active svg path {
                fill: #fff;
            }



.view-policy-main {
    padding: 34px 0 25px 0;
}

.view-policy .table-footer {
    padding: 0;
}

.policy-list {
    background-color: #f5f5f5;
    padding: 35px 20px 24px;
    border-radius: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 5px;
}

    .policy-list .policy-item {
        position: relative;
        padding: 30px 5px 10px 20px;
    }

        .policy-list .policy-item a {
            display: block;
        }

        .policy-list .policy-item .policy-detail {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            z-index: 99;
        }

            .policy-list .policy-item .policy-detail h2 {
                font-size: 22px;
                line-height: 24px;
                color: #fff;
                font-weight: normal;
                text-align: center;
            }

.slick-slide {
    outline: none !important;
}

    .slick-slide .policy-item img {
        width: 100%;
    }

.policy-slider {
    opacity: 0;
    padding: 0 30px;
}

    .policy-slider.slick-initialized {
        opacity: 1;
        outline: none;
    }

.bottom-plate {
    margin: -30px 0 0;
    -webkit-box-shadow: 0px 25px 35px -25px rgba(190,195,209,1);
    -moz-box-shadow: 0px 25px 35px -25px rgba(190,195,209,1);
    box-shadow: 0px 25px 35px -25px rgba(190,195,209,1);
}

    .bottom-plate img {
        width: 100%;
    }

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 70px;
    height: 70px;
    text-align: right;
}

    .ribbon span {
        position: absolute;
        display: block;
        width: 120px;
        padding: 4px 0;
        background-color: #a6843c;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
        -ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
        -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.2);
        -moz-text-shadow: 0 1px 1px rgba(0,0,0,.2);
        -ms-text-shadow: 0 1px 1px rgba(0,0,0,.2);
        -o-text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

.ribbon-top-left {
    top: 0;
    left: 0;
}

    .ribbon-top-left span {
        right: -15px;
        top: 22px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        text-transform: uppercase;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    margin-left: 0;
}

.slick-slide .policy-item .btn-small {
    display: block;
    transform: rotate(0deg) translate(0,-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    -webkit-transform: rotate(0deg) translate(0,-50%);
    -moz-transform: rotate(0deg) translate(0,-50%);
    -ms-transform: rotate(0deg) translate(0,-50%);
    -o-transform: rotate(0deg) translate(0,-50%);
}



.book {
    position: relative;
    width: 160px;
    height: 220px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 180px;
    height: 260px;
    /* transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg); */
}

    .book ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }


.hardcover_front li:first-child {
    background-color: #1f3f89;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #adadad;
}

.hardcover_front li:last-child {
    background: #fffbec;
}

.hardcover_back li:first-child {
    background: #fffbec;
}


.page > li {
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #adadad;
}


.hardcover_front {
    -webkit-transform: rotateY(-34deg) translateZ(8px);
    -moz-transform: rotateY(-34deg) translateZ(8px);
    transform: rotateY(-34deg) translateZ(8px);
    z-index: 100;
}

.hardcover_back {
    -webkit-transform: rotateY(-15deg) translateZ(-8px);
    -moz-transform: rotateY(-15deg) translateZ(-8px);
    transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
    -webkit-transform: rotateY(-28deg);
    -moz-transform: rotateY(-28deg);
    transform: rotateY(-28deg);
}

.page li:nth-child(2) {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
}

.page li:nth-child(3) {
    -webkit-transform: rotateY(-32deg);
    -moz-transform: rotateY(-32deg);
    transform: rotateY(-32deg);
}

.page li:nth-child(4) {
    -webkit-transform: rotateY(-34deg);
    -moz-transform: rotateY(-34deg);
    transform: rotateY(-34deg);
}

.page li:nth-child(5) {
    -webkit-transform: rotateY(-36deg);
    -moz-transform: rotateY(-36deg);
    transform: rotateY(-36deg);
}

.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.hardcover_front {
    -webkit-transition: all 0.8s ease, z-index 0.6s;
    -moz-transition: all 0.8s ease, z-index 0.6s;
    transition: all 0.8s ease, z-index 0.6s;
}

    .hardcover_front li:first-child {
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-transform: translateZ(2px);
        -moz-transform: translateZ(2px);
        transform: translateZ(2px);
    }

    .hardcover_front li:last-child {
        -webkit-transform: rotateY(180deg) translateZ(2px);
        -moz-transform: rotateY(180deg) translateZ(2px);
        transform: rotateY(180deg) translateZ(2px);
    }

.hardcover_back li:first-child {
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px);
}

.hardcover_back li:last-child {
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    transform: translateZ(-2px);
}

    .hardcover_front li:first-child:after,
    .hardcover_front li:first-child:before,
    .hardcover_front li:last-child:after,
    .hardcover_front li:last-child:before,
    .hardcover_back li:first-child:after,
    .hardcover_back li:first-child:before,
    .hardcover_back li:last-child:after,
    .hardcover_back li:last-child:before,
    .book_spine li:first-child:after,
    .book_spine li:first-child:before,
    .book_spine li:last-child:after,
    .book_spine li:last-child:before {
        position: absolute;
        top: 0;
        left: 0;
    }

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
    width: 4px;
    height: 100%;
}

.hardcover_front li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
    width: 4px;
    height: 160px;
}

.hardcover_front li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}

.hardcover_front li:last-child:before {
    box-shadow: 0px 0px 30px 5px #333;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}



.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
    width: 4px;
    height: 100%;
}

.hardcover_back li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_back li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
    width: 4px;
    height: 160px;
}

.hardcover_back li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
    box-shadow: 10px -1px 80px 20px #666;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

.book_spine {
    -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    width: 16px;
    z-index: 0;
}

    .book_spine li:first-child {
        -webkit-transform: translateZ(2px);
        -moz-transform: translateZ(2px);
        transform: translateZ(2px);
    }

    .book_spine li:last-child {
        -webkit-transform: translateZ(-2px);
        -moz-transform: translateZ(-2px);
        transform: translateZ(-2px);
    }

    .book_spine li:first-child:after,
    .book_spine li:first-child:before {
        width: 4px;
        height: 100%;
    }

    .book_spine li:first-child:after {
        -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
        -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
        transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    }

    .book_spine li:first-child:before {
        -webkit-transform: rotateY(-90deg) translateZ(-12px);
        -moz-transform: rotateY(-90deg) translateZ(-12px);
        transform: rotateY(-90deg) translateZ(-12px);
    }

    .book_spine li:last-child:after,
    .book_spine li:last-child:before {
        width: 4px;
        height: 16px;
    }

    .book_spine li:last-child:after {
        -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
        -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
        transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
    }

    .book_spine li:last-child:before {
        box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
        -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
        -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
        transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
    }

.page,
.page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page {
    width: 100%;
    height: 98%;
    top: 1%;
    left: 3%;
    z-index: 10;
}

    .page > li {
        width: 100%;
        height: 100%;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .page > li:nth-child(1) {
            -webkit-transition-duration: 0.6s;
            -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
        }

        .page > li:nth-child(2) {
            -webkit-transition-duration: 0.6s;
            -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
        }

        .page > li:nth-child(3) {
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            transition-duration: 0.4s;
        }

        .page > li:nth-child(4) {
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

        .page > li:nth-child(5) {
            -webkit-transition-duration: 0.6s;
            -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
        }


.book:hover > .hardcover_front {
    -webkit-transform: rotateY(-145deg) translateZ(0);
    -moz-transform: rotateY(-145deg) translateZ(0);
    transform: rotateY(-145deg) translateZ(0);
    z-index: 0;
}

.book:hover > .page li:nth-child(1) {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
    -webkit-transform: rotateY(-35deg);
    -moz-transform: rotateY(-35deg);
    transform: rotateY(-35deg);
    -webkit-transition-duration: 1.8s;
    -moz-transition-duration: 1.8s;
    transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
    -webkit-transform: rotateY(-118deg);
    -moz-transform: rotateY(-118deg);
    transform: rotateY(-118deg);
    -webkit-transition-duration: 1.6s;
    -moz-transition-duration: 1.6s;
    transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
    -webkit-transform: rotateY(-130deg);
    -moz-transform: rotateY(-130deg);
    transform: rotateY(-130deg);
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
    -webkit-transform: rotateY(-140deg);
    -moz-transform: rotateY(-140deg);
    transform: rotateY(-140deg);
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
}





/* view-policy end */



/**** training calendar page start *****/

.training-main .training-calendar {
    padding: 40px 30px;
    /* box-shadow: 5px -2px 11px rgba(255, 255, 255,0.5);
	-webkit-box-shadow: 5px -2px 11px rgba(255, 255, 255,0.5);
    -moz-box-shadow: 5px -2px 11px rgba(255, 255, 255,0.5);
    -ms-box-shadow: 5px -2px 11px rgba(255, 255, 255,0.5);
    -o-box-shadow: 5px -2px 11px rgba(255, 255, 255,0.5); */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.training-calendar .fc-h-event {
    background-color: #fdf8ec;
    border: none;
    border-left: 4px solid #eed17e;
    border-radius: 0px;
    padding: 17px;
    font-weight: 500;
}

    .training-calendar .fc-h-event .fc-event-title {
        white-space: normal;
        color: #072058;
    }
/* .training-calendar .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
	bottom: 0px;
} */
.training-calendar .fc-widget-header .fc-day-header {
    border: none;
    padding: 10px 0px;
    background-color: #eaebec;
    color: #7f8697;
    text-transform: uppercase;
    font-weight: 600;
}
/* .training-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-number {
	color: #072058;
} */
.training-calendar .fc-widget-content .fc-other-month {
    background-color: #f7f7f9;
}

.training-calendar .fc-h-event .fc-time {
    display: none;
}

.training-calendar .fc-h-event .fc-title {
    white-space: normal;
}

.training-calendar .fc-content-skeleton .fc-day-top {
    padding: 10px;
}

    .training-calendar .fc-content-skeleton .fc-day-top a {
        color: #072058;
        ;
    }

.training-calendar .fc-center h2 {
    display: none;
}

.training-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    width: 300px;
    margin: 0 auto;
    background: #eaebec;
    padding: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    margin-bottom: 80px;
}

.training-calendar .fc-center select {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 128px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0px;
    margin-left: -30px;
    position: relative;
    top: 5px;
    color: #072058;
    text-transform: uppercase;
}

    .training-calendar .fc-center select.select_year {
        width: auto;
        margin-left: 15px;
    }

.training-calendar .fc-center .fc-next-button {
    position: relative;
    height: 45px;
    width: 45px;
    background: none !important;
    background-color: #ffffff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 5px;
}

.training-calendar .fc-center .fc-icon-right-single-arrow:after {
    color: #926137;
}

.training-calendar .selectric-select {
    position: absolute;
    width: auto;
    left: 50%;
    top: 120px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 99;
}

.training-calendar .selectric .label {
    font-size: 16px;
    text-transform: uppercase;
    color: #4c5469;
    font-weight: 500;
}

.training-calendar .selectric-select .selectric .button:after {
    border-top-color: #7f8697;
}
/**** training calendar page end *****/



.footer {
    padding: 20px 60px 20px 150px;
    /* background: #ffffff; */
    background: #e2e2e2;
}

    .footer ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-align: center;
    }

        .footer ul li {
            font-size: 14px;
            line-height: 14px;
            vertical-align: middle;
            color: #b5b5b5;
            font-weight: 500;
            text-transform: uppercase;
        }

            .footer ul li span {
                color: #8b91a1;
            }

            .footer ul li a {
                color: #8b91a1;
                display: inline-block;
            }

    .footer .logo {
        text-align: right;
    }

        .footer .logo ul li {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .footer .logo a {
            display: block;
            display: inline-block;
            margin: 0 0 0 10px;
        }

.my-info {
    padding: 26px;
    border-bottom: 1px solid #e9e9e9;
}

    .my-info h2 {
        font-size: 20px;
        line-height: 20px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 500;
        /* color: #6886a8; */
        color: #304a7d;
    }

    .my-info label {
        color: #b5b5b5;
        font-size: 14px;
        /* line-height: 20px; */
        margin: 0;
        text-transform: uppercase;
    }

.emp-profile {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 14px;
}

.prof-label {
    color: #b5b5b5;
    font-size: 14px;
}

.prof-value {
    color: #304a7d;
    font-size: 14px;
}

.personal {
    padding: 26px;
    /* border-bottom: 1px solid #e9e9e9; */
}

    .personal h2 {
        font-size: 16px;
        color: #b5b5b5;
    }

    .personal .child {
        color: #304a7d;
        line-height: 2;
        border-bottom: 1px solid #e9e9e9;
        padding-top: 10px;
        font-size: 14px;
    }

.personal-row {
    display: flex;
    flex-wrap: wrap;
}

.personal .button-container {
    padding-top: 26px;
    padding-bottom: 26px;
}

.my-info-second {
    padding: 36px;
    border-bottom: 1px solid #e9e9e9;
}

.btn-panel-info {
    padding: 15px 0px 40px;
}

.self-assign thead th {
    line-height: 15px;
    vertical-align: top;
    text-align: left;
}

.my-training thead th {
    line-height: 15px;
    vertical-align: top;
    text-align: left;
}


/* .my-training tbody tr td {
    padding: 5px !important;
    text-align: left !important;
} */

/*.modal-header {
    background-color: #072058;
    color: #ffffff;
}*/

.modal-header h5 {
    font-size: 20px;
}




.disclaimer {
    border: 1px solid orange;
    background-color: #fffaf0;
}

.error-message {
    border: 1px solid red;
    background-color: lightpink;
}


.success-message {
    border: 1px solid darkgreen;
    background-color: lightgreen;
    color: darkgreen
}

.btn-panel .active {
    border-color: #1f45a0;
    color: #1f45a0;
}

.complete {
    color: red;
}


.training-table table tbody tr td .u-image {
    height: 30px;
    width: 30px;
    border: 1px solid #6c757d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 1px;
    display: flex;
    float: left;
}

    .training-table table tbody tr td .u-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

.training-table table tbody tr td .e-name {
    margin-left: 35px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}


/*Added By Ashish For Reports   */
.leftalign {
    text-align: left;
}



.rightalign {
    text-align: right;
}

.header-button {
    margin: 30px;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.section-Report {
    /*border: 1px solid;*/
    border: 1px solid #eaebec;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    padding: 10px;
}

.section-Header {
    padding: 10px;
}

.control-label {
    color: #17202A !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.filed-label {
    font-size: 13px;
}

.section-Form {
    padding: 10px;
}

.textAlignCenter {
    text-align: center !important;
}
/*Changes End */




/*Message popup*/


.white_content {
    background-color: white;
    border: 2px solid #DDDDDD;
    height: auto;
    left: 25%;
    /*overflow: auto;*/
    padding: 10px;
    position: absolute;
    top: 25%;
    width: 40%;
    z-index: 1002;
    /*height:200px;*/
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 13px;
}

.black_overlay {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}


#product-table {
    margin-bottom: 20px;
}

    #product-table tr.alternate-row {
        font-size: 14px;
        color: #666666;
        font-family: Arial;
    }



    #product-table td a {
        color: #0B649B;
        font-size: 12px;
        text-decoration: underline;
    }

.topbar {
    background-color: #072058 !important;
    margin-bottom: 10px;
    text-align: right;
}


/*Message popup end*/
