@import url(../fonts/fonts.css);

body {
    font-family: 'hp_simplifiedregular' !important;
    font-size: 12px;
    color: #000;
    background: #0196d8 url(../images/main-bg.png) repeat-y 0px 0px;
}

*{box-sizing:border-box;}

.webr {
    font-family: 'WebRupee';
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 2px;
    line-height: 28px;
}

#wappper {
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.circle-img {
    width: 68px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.main {
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: flex;
}

.al-bg {
    background: #f2fbff;
}

.container-row {
    width: 100%;
    height: auto;
    position: relative;
}

.intro {
    width: 68%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.intro-inr {
    padding: 20px 15px;
    margin: 0px auto;
}

    .intro-inr .logo {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }

        .intro-inr .logo span {
            width: 100%;
        }

.intro h1 {
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 50px;
    font-weight: normal;
}

.login-img {
    width: 100%;
    text-align: center;
}

    .login-img span {
        width: 100%;
    }

.login {
    width: 32%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #fff;
    border-top-left-radius: 80px;
}

.login-box {
    width: 100%;
    padding: 20px 50px;
    margin: 0px auto;
}

    .login-box h2 {
        width: 100%;
        font-size: 26px;
        line-height: 27px;
        color: #000000;
        padding-bottom: 30px;
    }

        .login-box h2 span {
            display: block;
            font-size: 14px;
            color: #909090;
        }

.icon-box {
    width: 100%;
    padding-bottom: 5px;
}

.filed-row {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 20px;
}

.input-row {
    width: 100%;
    position: relative;
    border-bottom: #9e9e9e 1px solid;
}

.inputText {
    font-size: 20px;
    width: 100%;
    height: 35px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 5px;
    transition: 0.2s ease all;
    font-size: 20px;
}

.btn {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #0095d7;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.disable {
    background: #d1ecf8 !important;
}

.resend {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
}

    .resend a {
        color: #ff3200;
        display: inline-block;
        padding-left: 10px;
        text-decoration: none;
    }

.otp-box {
    width: 100%;
    display: flex;
    padding-top: 5px;
}

    .otp-box .otp-expires {
        width: 50%;
        font-size: 13px;
        color: #3c3c3c;
        text-align: right;
    }

    .otp-box .valid-otp {
        width: 50%;
        font-size: 13px;
        color: #ff3200;
    }

.tc {
    width: 100%;
    font-size: 14px;
    color: #000;
    padding-bottom: 12px;
}

    .tc a {
        color: #ff3200;
        text-decoration: none;
    }

.dis-text {
    font-size: 13px;
    color: #909090;
}

    .dis-text h3 {
        font-size: 25px;
        color: #000;
        font-weight: normal;
        padding: 20px 0px;
    }

.targets-bg {
    background: #f4faff !important;
}

.container-row {
    width: 100%;
    height: auto;
    position: relative;
}

.lft-row {
    width: 225px;
    height: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
    z-index: 1;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 3px 0px 5px 0px rgba(217, 217, 217, 1);
    box-shadow: 3px 0px 5px 0px rgba(217, 217, 217, 1);
    float: left;
}

.lft-inr {
    padding: 18px;
}

.logo-hp {
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
}

.rit-row {
    width: 80%;
    box-sizing: border-box;
    float: right
}

.rit-inr {
    padding: 5px 40px;
}

.top-box {
    width: 100%;
    padding: 0px;
    border-bottom: solid 1px #d9e1e5;
    margin-bottom: 30px;
}

/* .content-row {
  width: 960px;
  height: auto;
  margin: 0px auto;
} */

.hd-box {
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 30px;
    font-size: 15px;
    color: #060606;
    -webkit-box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
    position: relative;
}

.upload-target {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
}

    .upload-target p {
        font-size: 18px;
        line-height: 30px;
        color: #000;
        padding-bottom: 20px;
    }

.btn-row {
    width: 100%;
    padding-top: 20px;
}

.btn-primary {
    width: 240px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0095d7;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    margin: 0px 5px;
    text-decoration: none;
}

.btn-default {
    width: 240px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: #0095d7 1px solid;
    border-radius: 10px;
    font-size: 18px;
    color: #0095d7;
    margin: 0px 5px;
    text-decoration: none;
}

.target-chat {
    width: 100%;
}

.chat-box {
    width: 100%;
}

.kind-upload {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.kn-upld-wrap {
    width: 100%;
    padding-bottom: 20px;
}

    .kn-upld-wrap p {
        font-size: 18px;
        line-height: 30px;
        color: #000;
        padding-bottom: 20px;
    }

    .kn-upld-wrap a {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #05b4ff;
    }

.kn-upld-wrap-text {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.kn-upld-wrap span {
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
}

.kn-upld-wrap a span {
    display: inline-block;
    padding-right: 10px;
}

.format-btn {
    width: 100%;
}

    .format-btn a {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #05b4ff;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

        .format-btn a span {
            display: inline-block;
            padding-right: 10px;
        }

    .format-btn img {
        width: 24px;
    }

    .format-btn a.xl-red img {
        width: 16px;
    }

.kn-drpdown-wrap {
    width: 100%;
    padding-bottom: 20px;
}

.kn-drp {
    width: 30%;
    display: inline-block;
}

.kn-drpin {
    padding: 10px;
    border: solid 1px #5394d4;
    border-radius: 5px;
    margin-right: 10px;
}

.kn-drp select {
    width: 100%;
    height: 20px;
    background: none;
    border: none;
    font-size: 16px;
    color: #979c9e;
}

#Content_Body_div_upload {
    width: 100%;
}

.kn-inst-wrap {
    width: 100%;
    padding: 20px 0;
}

    .kn-inst-wrap p {
        font-size: 18px;
        line-height: 30px;
        color: #000;
        padding-bottom: 20px;
    }

    .kn-inst-wrap ul {
        list-style: none;
        margin: 0px 0 22px 0;
        padding: 0px;
    }

        .kn-inst-wrap ul li {
            /* line-height: 20px;
  font-size: 13px; */
            font-weight: normal;
            text-decoration: none;
            /* color: #979c9e; */
            background: url("../images/kn-li.png") left 6px no-repeat;
            padding: 0 0 0 15px;
        }

.tp-blue {
    width: auto;
    float: right;
    border-radius: 0 0 0 20px
}

.tp-blue-inr {
    padding: 10px 15px;
}

.user-icon {
    width: 18px;
    display: inline-block;
    margin-left: 40px
}

    .user-icon img {
        width: 100%
    }

.user-profile {
    width: auto;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    min-width: 150px;
}

    .user-profile a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        display: block;
        text-transform: capitalize;
    }

        .user-profile a.lgout {
            font-size: 13px;
            font-weight: normal;
            text-decoration: underline;
            padding-top: 3px;
            color: #05b4ff
        }

.notf-icon {
    width: 18px;
    display: inline-block;
    position: relative
}

.notf-iconinr {
    position: absolute;
    right: -4px;
    top: -4px;
    background: #db0100;
    padding: 2px;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    width: 10px;
    text-align: center;
    height: 10px
}


.back-btn {
    width: 70px;
    height: 30px;
    font-size: 16px;
    margin-top: 12px;
    line-height: 30px;
    display: inline-block;
    color: #060606;
    text-decoration: none;
    background: url(../images/back-arrow.png) no-repeat 0px 0px;
    text-align: right;
    float: right;
}

.create-training {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 5px 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    .create-training a {
        display: inline-block;
        margin: 7px 0 0 7px;
    }

.main-cont {
    width: 100%;
    background: #fff;
    border-radius: 20px;
}

.continr {
    padding: 20px;
}

.t3-table {
    width: 100%;
    border: solid 1px #d9d9d9;
}

    .t3-table table tr th {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        text-align: center;
        background: #e6f7ff;
        padding: 10px 0
    }

    .t3-table table tr td {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #909090;
        text-align: center;
        padding: 10px 0;
        background: #fff;
    }

.red-col {
    color: #dc0000 !important
}

.yellow-col {
    color: #edcf08 !important
}

.green-col {
    color: #07ad13 !important
}

.t3-tablein {
    width: 95%;
}

    .t3-tablein table {
        border: solid 1px #b9b9b9;
    }

        .t3-tablein table tr td {
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            color: #909090;
            text-align: left;
            padding: 10px 0 10px 30px;
            background: #fff;
            border-bottom: solid 1px #b9b9b9;
        }

            .t3-tablein table tr td.bl-col {
                background: #e6f7ff !important;
            }

.upl-btn {
    width: 100%;
}

    .upl-btn a {
        margin-right: 15px;
        width: 200px;
        display: inline-block;
        border-radius: 5px
    }

.bluebtn {
    background: #0095d7;
}

.upl-jpg {
    width: 100%;
    padding: 20px 0 30px 0;
}

    .upl-jpg span {
        width: 260px;
        padding: 5px;
        border: solid 1px #9e9e9e;
        display: inline-block;
        margin-right: 10px;
    }

        .upl-jpg span em {
            display: inline-block;
            float: right;
            padding-top: 8px
        }

.td-add {
    position: relative;
}

.edit-btn {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px
}

.thankyou-box {
    width: 100%;
    height: auto;
}

.thankyou-msg {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    font-family: 'hp_simplifiedbold';
    font-size: 22px;
    line-height: 25px;
    color: #00a3de;
    text-align: center;
}

.thankyou-box h3 {
    width: 100%;
    padding-bottom: 20px;
    font-family: 'hp_simplifiedbold';
    font-size: 25px;
    color: #00a3de;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.download-box {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}

.download-excel {
    padding: 10px 10px 10px 35px;
    display: inline-block;
    border: #cccccc 1px solid;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    background: url("../images/excel-icon.jpg") no-repeat 10px 11px;
    float: right;
}

.table-row {
    width: 100%;
    padding-bottom: 20px;
}

    .table-row table {
        border-right: #cccccc 1px solid;
        border-left: #cccccc 1px solid;
        border-bottom: #cccccc 1px solid;
        width: 100%;
        padding-top: 5px;
    }

    .table-row th {
        background: #00a3de;
        color: #000;
        font-weight: normal;
        font-size: 13px;
        padding: 10px;
        text-align: center;
        border-bottom: #cccccc 1px solid;
        border-left: #cccccc 1px solid;
    }

    .table-row td {
        background: #fff;
        color: #000;
        font-size: 13px;
        padding: 10px;
        text-align: center;
        border-bottom: #cccccc 1px solid;
        border-left: #cccccc 1px solid;
    }

.prsub {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.btn-final {
    text-align: center;
}

/* .stso-wrap {
  width: 100%;
  height: auto;
  padding: 40px 0;
  border-bottom: solid 1px #dce1e5;
} */

.sel-thronav {
    width: 100%;
    text-align: center;
}

    .sel-thronav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        display: inline-block;
        background: #fff;
        border-radius: 50px;
        -webkit-box-shadow: 4px 1px 16px 0px rgba(189, 187, 189, 1);
        -moz-box-shadow: 4px 1px 16px 0px rgba(189, 187, 189, 1);
        box-shadow: 4px 1px 16px 0px rgba(189, 187, 189, 1);
    }

        .sel-thronav ul li {
            display: inline-block;
            color: #0095d7;
        }

            .sel-thronav ul li a {
                height: 55px;
                line-height: 55px;
                padding: 0 35px;
                font-size: 18px;
                text-decoration: none;
                color: inherit;
                overflow: hidden
            }

                .sel-thronav ul li a:hover {
                    background: #0095d7;
                    display: block;
                    color: #fff;
                    border-radius: 50px;
                }

            .sel-thronav ul li.act {
                background: #0095d7;
                display: inline-block;
                color: #fff !important;
                border-radius: 50px;
            }

.sel-thru-bar {
    width: 100%;
    padding: 40px 0;
}

.sel-thru-week {
    width: 100%;
}

    .sel-thru-week ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .sel-thru-week ul li {
            display: inline-block;
        }

            .sel-thru-week ul li a {
                background: #c6ced1;
                color: #fff;
                width: 210px;
                padding: 10px 0;
                display: block;
                text-align: center;
                border-radius: 50px;
                text-decoration: none;
                font-size: 18px;
                font-weight: normal;
                margin-right: 15px;
            }

                .sel-thru-week ul li a strong {
                    display: block;
                    font-family: 'hp_simplifiedbold';
                    font-weight: normal;
                }

                .sel-thru-week ul li a:hover {
                    background: #0095d7;
                }

.sel-drp {
    width: 40%;
    display: inline-block;
}

.sel-drpin {
    padding: 10px;
    border: solid 1px #5394d4;
    border-radius: 5px;
    margin-right: 10px;
}

.sel-drp select {
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    font-size: 16px;
    color: #979c9e;
}

.download-excel-target {
    padding: 2px 10px 10px 35px;
    display: inline-block;
    /*border: #cccccc 1px solid;*/
    font-size: 15px;
    color: #000;
    text-decoration: none;
    background: url("../images/excel-icon.jpg") no-repeat 2px 11px;
    /*float: right;*/
}

#divloader {
    display: none;
}
#divloader1 {
    display: none;
}

.loader {
    background: url(../images/fancybox_overlay.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.loader1 {
    background: none !important;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.loader-in {
    background: url(../images/fancybox_loading.gif) repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}
.loader-in1 {
    /*background: url(../images/fancybox_loading.gif) repeat;*/
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.common_popup_err_mn {
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
}

.common_popup_err {
    background: #fff;
    width: 560px;
    height: 220px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -280px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.30) 5px 5px 10px;
}

.common_popup_home {
    background: #fff;
    width: 560px;
    height: 293px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -280px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.30) 5px 5px 10px;
}

.common_popup_main {
    background: #fff;
    width: 600px;
    height: 338px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -280px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.30) 5px 5px 10px;
}

.err_msg_txt {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.err_msg_txt_in {
    height: 100%;
    padding: 0 20px;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
}

    .err_msg_txt_in p {
        padding-bottom: 18px;
    }

        .err_msg_txt_in p a {
            color: #fff;
            background: #2782d5;
            padding: 7px 15px;
            border-radius: 5px;
            text-decoration: none;
            text-align: center;
            margin: 0px 0px 0px 190px;
        }

.err_close {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: -14px;
    top: -14px;
    display: block;
    text-decoration: none;
    background: #5cadda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 2;
    border: 1px solid #fff;
}

.xl-dwn {
    padding-left: 100px;
    padding-right: 30px
}

.xl-red {
    color: #ff000c !important;
}

.page-404 {
    text-align: center;
    margin: 50px 0;
}

    .page-404 .title {
        font-family: "DIN Next LT Pro Bold", sans-serif;
        font-size: 200px;
        color: #fff;
        margin: 0 0 30px 0;
        display: block;
    }

    .page-404 p {
        font-size: 15px;
        margin: 0 0 30px 0;
        color: #fff;
        line-height: 25px;
    }

    .page-404 .not-found {
        font-size: 40px;
        letter-spacing: 6px;
    }

/* .selection {
  padding: 20px 0 30px 32px;
  border-bottom: #999 1px solid;
  margin-bottom: 20px;
} */

.selection #Content_Body_btnGo,
.selection #Content_Body_btnReset {
    font-size: 17px;
    color: #fff;
    font-family: 'hp_simplifiedbold';
    margin-left: 15px;
    background: #337ab7;
    border-radius: 5px;
    margin-top: -7px;
    padding: 5px 15px;
}

.selection .fa-calendar {
    width: 20px;
    height: 21px;
    top: -3px;
    background: url(../images/fa-calendar.png) no-repeat 0px 0px;
}

.period-date {
    width: 100%;
    padding-bottom: 40px;
    text-align: right;
    font-size: 17px;
    color: #66696b;
    font-family: 'hp_simplifiedbold';
}

    .period-date span {
        width: 24px;
        height: 25px;
        display: inline-block;
        margin-left: 5px;
        background: url(../images/date-icon.png) no-repeat 0px 0px;
    }

.achieved-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.achieved-col {
    width: 25%;
    float: left;
}

.achieved-inr {
    padding: 0px 15px;
}

.achieved-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    padding-bottom: 10px;
    color: #060606;
}

.achieved-graph {
    width: 100%;
    text-align: center;
}

.achieved-average {
    width: 100%;
    padding-top: 10px;
    height: 140px;
}

    .achieved-average p {
        font-size: 14px;
        line-height: 15px;
        color: #66696b;
        padding-bottom: 6px;
        text-align: center;
        margin: 0px;
    }

.achieved-result {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

    .achieved-result li {
        float: left;
        padding-right: 40px;
    }

        .achieved-result li i {
            width: 15px;
            height: 15px;
            display: inline-block;
            background: #daf1fe;
        }

        .achieved-result li strong {
            padding-left: 10px;
            display: inline-block;
            font-size: 18px;
            line-height: 19px;
            color: #66696b;
            font-weight: normal;
        }

            .achieved-result li strong span {
                display: block;
                color: #000;
                padding-top: 2px;
            }

        .achieved-result li i.active {
            background: #65b2fc;
        }

.font-14 {
    width: 100%;
    font-size: 14px;
    color: #66696b;
    padding-bottom: 20px;
}

.calrange {
    display: inline;
    border: 2px solid #05b4ff;
    padding: 10px;
}

.calrange_pro {
    display: inline;
    border: 1px solid #05b4ff;
    padding: 5px;
}

.calrange.two {
    float: left;
    width: 45%;
}

.calrange_pro.two {
    float: left;
    width: 45%;
}

.calander {
    border: medium none;
    display: inline;
    width: 18%;
    background-color: transparent;
}

.btn-add {
    width: auto;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0095d7;
    border-radius: 14px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    float: right;
    margin-top: 5px;
    padding: 0px 15px;
}

/********pop**********/

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    background: url(../images/overlay-bg.png) repeat 0px 0px;
    display: none;
}

.popsub {
    width: 700px;
    margin: 50px auto;
    background: #fff;
    text-align: center;
    position: relative;
    border-radius: 20px;
}

    .popsub strong {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }

    .popsub p {
        font-size: 13px;
        line-height: 25px;
        color: #919191;
        font-weight: normal;
    }

.pop-userlist {
    padding: 30px;
    text-align: left;
    overflow-y: scroll;
    height: 450px;
}

.closebtn {
    position: absolute;
    right: -42px;
    top: -34px;
    cursor: pointer;
}

.popin {
    padding: 30px;
    text-align: left;
}

    .popin strong {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 22px;
        font-weight: normal;
        color: #000;
        font-family: 'hp_simplifiedbold';
        padding-bottom: 20px;
    }

    .popin p {
        border-bottom: solid 1px #9a9a9a;
    }

.popinput {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    resize: none;
}

.popin a {
    width: 33%;
    margin: 0 10px;
    display: inline-block;
    margin-top: 30px;
}





/* New css*/
.dashboard-content {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
}

.dashbd-row {
    width: 100%;
    margin-bottom: 35px;
}

.dashbd-colm {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dasbd-colleft {
    width: 47%;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-sizing: border-box;
    float: left;
    margin: 10px;
}

.tthig {
    height: 360px;
}

.total-target h2 {
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: normal
}

    .total-target h2 span {
        display: block;
        text-align: center;
        color: #0bc30b;
        font-weight: normal;
        padding: 2px 0;
        font-family: 'hp_simplifiedbold';
    }

.total-target ul {
    width: 80%;
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

    .total-target ul li {
        text-align: center;
        padding: 0 5px;
    }

        .total-target ul li h3 {
            font-size: 15px;
            color: #6b6b6b;
            line-height: 20px;
        }

            .total-target ul li h3 span {
                display: block;
            }

        .total-target ul li p {
            font-size: 21px;
            font-family: 'hp_simplifiedbold';
            padding: 10px 0 10px 0;
        }

.redclr {
    color: #f82121;
}

.blueclr {
    color: #25beff;
}

.dasbd-colright {
    width: 47%;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 10px;
}

.overall-selout h2 {
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: normal
}

.overall-selouttable {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    position: relative;
    overflow-x: auto;
}

    .overall-selouttable table {
        width: 100%;
        border-collapse: collapse;
    }

        .overall-selouttable table th {
            background: #e6f7ff;
            padding: 10px 5px;
            border: 1px solid #ccc;
        }

            .overall-selouttable table th select {
                width: 140px;
                display: block;
                margin: 0 auto;
                font-size: 16px;
                padding: 2px 5px;
                border: 0px;
                outline: none;
                background: url(../images/dropdown-arrow.png) no-repeat right center;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                cursor: pointer
            }

        .overall-selouttable table td table td {
            padding: 8px 7px;
            font-size: 15px;
            color: #000;
            border: 1px solid #ccc;
        }

.dashbd-colm-full {
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 25px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.dashbd-colmf-left {
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
}

    .dashbd-colmf-left h2 {
        font-family: 'hp_simplifiedbold';
        font-size: 16px;
        padding: 0 0 5px 0;
        font-weight: normal;
    }

    .dashbd-colmf-left h3 {
        font-weight: normal;
        font-size: 15px;
    }

.daspercent-chart {
    width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0 auto;
}

.circle-figureinfo ul {
    display: flex;
    flex-direction: column;
}

    .circle-figureinfo ul li {
        display: block;
        padding: 0 0 10px 25px;
        margin-bottom: 5px;
        background: url(../images/dark-dot.jpg) no-repeat 0 0;
    }

        .circle-figureinfo ul li:last-child {
            padding: 0 0 0 25px;
            margin-bottom: 0px;
        }

        .circle-figureinfo ul li p {
            font-size: 14px;
            font-weight: normal;
            padding-bottom: 5px;
        }

        .circle-figureinfo ul li span {
            font-size: 16px;
            font-family: 'hp_simplifiedbold';
            font-weight: normal
        }

.dashbd-colmf-right {
    width: 55%;
    box-sizing: border-box;
}

.dasbd-colfulright-icon {
    width: 100%;
    padding: 10px;
    text-align: right;
    box-sizing: border-box;
}

    .dasbd-colfulright-icon a {
        display: inline-block;
        margin-right: 10px;
    }

        .dasbd-colfulright-icon a:last-child {
            margin-right: 0px;
        }

.target-vtchrt {
    width: 90%;
    margin: 0 0 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.target-vtchrt-left {
    width: 290px;
    height: 190px;
    position: relative;
}

.percent-value-inr {
    display: block;
    width: 100%;
    height: 100%
}

    .percent-value-inr ul {
        display: flex;
        height: 100%;
        flex-direction: column-reverse;
        justify-content: space-around;
        align-items: center
    }

        .percent-value-inr ul li {
            font-size: 14px;
            color: #6b6b6b;
        }

.percent-value {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 190px;
    border-right: 1px solid #d1d1d1;
}

.alpha-value {
    position: absolute;
    left: 40px;
    bottom: -40px;
    width: 250px;
    height: 40px;
    border-top: 1px solid #d1d1d1;
}

.alpha-value-inr {
    display: block;
    width: 100%;
    height: 100%
}

    .alpha-value-inr ul {
        height: 100%;
        width: 100%;
        padding-left: 10px;
        justify-content: space-around;
        display: flex;
        align-items: center
    }

        .alpha-value-inr ul li {
            font-size: 14px;
            color: #6b6b6b;
        }

.chart-valuevrtcl {
    position: absolute;
    left: 50px;
    bottom: 10px;
    width: 240px;
    height: 180px;
}

.chart-valuevrtcl-inr {
    width: 100%;
    height: 100%;
}

    .chart-valuevrtcl-inr ul {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-around;
    }

        .chart-valuevrtcl-inr ul li {
            width: 10px;
            height: 100%;
            border-radius: 10px;
            position: relative;
        }

.ttl-val {
    width: 100%;
    height: 100%;
    background: #d2f1ff;
    border-radius: 10px;
}

.tar-val {
    width: 100%;
    height: 40%;
    background: #20bbfe;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    transition: height 0.3s ease-in-out;
}

.leave-report {
    width: 96%;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
}

.leave-report-head {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0 0 20px 0;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

    .leave-report-head h3 {
        font-size: 17px;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.leave-addition {
    width: 35px;
    height: 35px;
    box-shadow: 2px 2px 8px #ccc;
    box-sizing: border-box;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.leave-details {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

    .leave-details ul {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 10px;
    }

        .leave-details ul li {
            width: 100%;
            margin-bottom: 20px;
            display: flex;
            justify-content: safe;
            box-sizing: border-box;
        }

            .leave-details ul li .lsf {
                width: 40px;
                height: 40px;
                background: #05b4ff;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #dff5ff;
                border-radius: 50%;
                margin-right: 20px;
                font-size: 16px;
            }

            .leave-details ul li .lfl p {
                font-size: 15px;
                padding-bottom: 5px;
            }

.lfl-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.lfl {
    width: 65%;
}

.lfl-taken {
    width: 50%;
    padding: 0 10px 0 8px;
    color: #6b6b6b;
    font-size: 13px;
    background: url(../images/taken-dot.png) no-repeat center left;
}

.lfl-balance {
    width: 50%;
    padding: 0 0 0 8px;
    color: #9e9e9e;
    font-size: 13px;
    background: url(../images/balance-dot.png) no-repeat center left;
}

.cmn-viewallbtn {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
}

    .cmn-viewallbtn a {
        text-align: center;
        color: #dff5ff;
        background: #05b4ff;
        font-size: 16px;
        padding: 12px 20px;
        width: 100%;
        max-width: 280px;
        display: inline-block;
        text-decoration: none;
        border-radius: 5px;
    }

.upcoming-training {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    box-sizing: border-box;
}

    .upcoming-training h3 {
        font-size: 20px;
        font-weight: normal;
        padding-top: 5px;
    }

.upcoming-inr {
    width: 100%;
    margin-top: 20px;
}

    .upcoming-inr ul {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

        .upcoming-inr ul li {
            display: block;
            padding: 10px 0px 10px 0;
            margin-bottom: 10px;
            border-bottom: 1px solid #ccc;
            background: url(../images/upcoming-training-icon.png) no-repeat center right;
        }

            .upcoming-inr ul li:last-child {
                border: 0px;
                margin-bottom: 15px;
            }

            .upcoming-inr ul li a {
                display: block;
                width: 100%;
                text-decoration: none;
            }

                .upcoming-inr ul li a p {
                    font-size: 12px;
                    padding-bottom: 5px;
                    color: #000;
                }

                .upcoming-inr ul li a h3 {
                    font-size: 16px;
                    color: #25beff;
                    font-family: 'hp_simplifiedbold';
                    font-weight: normal;
                }

                .upcoming-inr ul li a h4 {
                    font-size: 13px;
                    padding-bottom: 5px;
                    color: #9e9e9e;
                    font-weight: normal;
                }

    .upcoming-inr span {
        color: #000;
    }

.align-visitday {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

    .align-visitday h3 {
        font-size: 20px;
        font-weight: normal;
        padding-top: 5px;
    }

    .align-visitday ul {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 20px;
    }

        .align-visitday ul li {
            display: block;
            margin-bottom: 10px;
            padding-bottom: 12px;
            border-bottom: 1px solid #ccc;
        }

            .align-visitday ul li:last-child {
                border: 0px;
                margin-bottom: 15px;
            }

            .align-visitday ul li h3 {
                font-size: 15px;
                padding-bottom: 5px;
                font-weight: normal;
                font-family: 'hp_simplifiedregular';
            }

            .align-visitday ul li h4 {
                font-size: 14px;
                color: #9e9e9e;
                font-weight: normal;
            }

.attand-report {
    display: inline-block;
    width: 100%;
}

.attand-rep-top {
    width: 100%;
    margin-bottom: 20px;
}

    .attand-rep-top h2 {
        font-size: 16px;
        color: #9e9e9e;
        padding-bottom: 10px;
        font-weight: normal;
    }

.attend-rep-dropdown {
    width: 100%;
    max-width: 150px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

    .attend-rep-dropdown select {
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 2px 5px;
        border: 0px;
        outline: none;
        background: url(../images/dropdown-arrow.png) no-repeat right center;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer
    }

        .attend-rep-dropdown select option {
            font-family: 'hp_simplifiedregular';
        }

.attad-reporttable {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    margin: 10px 0;
}

    .attad-reporttable table {
        border-collapse: collapse;
        width: 100%;
    }

        .attad-reporttable table th {
            font-size: 15px;
            padding: 10px 11px;
            border: 1px solid #d9d9d9;
            background: #e6f7ff;
            text-align: center;
        }

        .attad-reporttable table td {
            font-size: 15px;
            padding: 10px 11px;
            border: 1px solid #d9d9d9;
            background: #fff;
            color: #6b6b6b;
        }

.mr-30 {
    margin-bottom: 30px;
}

.training-summary {
    width: 100%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 35px;
    box-sizing: border-box;
}

.view-upcoming-train {
    width: 100%;
    text-align: center;
    margin: 15px 0 20px 0;
    padding: 5px 0;
    position: relative;
    z-index: 100;
}

    .view-upcoming-train a {
        text-align: center;
        color: #dff5ff;
        background: #05b4ff;
        font-size: 16px;
        padding: 12px 20px;
        width: 100%;
        max-width: 280px;
        display: inline-block;
        text-decoration: none;
        border-radius: 5px;
    }

.upcoming-circle {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-top: -20px;
}

    .upcoming-circle h2 {
        font-size: 17px;
        text-align: center;
        color: #000;
        padding: 15px 0 25px 0;
        font-weight: normal;
        position: relative;
        z-index: 100;
    }

.trng-summryinr {
    display: flex;
    margin: 32px 0 0 0;
    width: 100%;
    max-width: 600px;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    left: 50%;
    margin-left: -187px;
}

.traing-val ul {
    display: flex;
    padding: 15px 0 0 0;
    flex-direction: column;
    justify-content: space-around;
}

    .traing-val ul li {
        display: block;
        font-size: 15px;
        color: #000;
        font-family: 'hp_simplifiedbold';
        margin-bottom: 15px;
        padding-left: 31px;
    }

.nopart {
    background: url(../images/circle-blue.png) no-repeat center left;
}

.trnaccep {
    background: url(../images/circle-orng.png) no-repeat center left;
}

.tranrej {
    background: url(../images/circle-red.png) no-repeat center left;
}

.transess {
    background: url(../images/circle-green.png) no-repeat center left;
}

.tran-summcont {
    width: 100%;
}

.trans-summtop {
    width: 100%;
    display: inline-block;
}

.summ-dropdown {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.summ-dropdown-left {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

    .summ-dropdown-left h4 {
        font-size: 18px;
        font-weight: normal;
    }

.cmn-dropdown p {
    font-size: 14px;
    padding-bottom: 5px;
    color: #9e9e9e;
    font-weight: normal;
}

.cmn-dropdown select {
    width: auto;
    max-width: 220px;
    display: block;
    font-size: 16px;
    padding: 2px 17px 2px 0;
    border: 0px;
    outline: none;
    background: url(../images/dropdown-arrow.png) no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.summ-dropdown-right {
    width: 25%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

    .summ-dropdown-right .summ-dropdown-right-inr a {
        font-size: 15px;
        color: #000;
        text-decoration: none;
        display: inline-block;
        padding: 0 35px 0 0;
        background: url(../images/export-img.png) no-repeat right center;
        height: 25px;
        line-height: 25px;
    }

.sumtop-table {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 15px 0;
}

    .sumtop-table table {
        width: 100%;
        border-collapse: collapse;
    }

        .sumtop-table table th {
            font-size: 15px;
            padding: 12px 11px;
            border: 1px solid #d9d9d9;
            background: #e6f7ff;
            text-align: center;
        }

        .sumtop-table table td {
            font-size: 15px;
            padding: 11px 11px;
            border: 1px solid #d9d9d9;
            background: #fff;
            color: #6b6b6b;
        }

            .sumtop-table table td input[type="checkbox"] {
                margin-right: 10px;
            }

            .sumtop-table table td a {
                display: block;
                text-decoration: none;
                color: #0095d7;
            }

.tic-management {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}

.tic-management-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.ticman-left {
    width: 70%;
}

.date-block {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background: url(../images/cal-blue.png) no-repeat right top;
    padding-right: 40px;
    cursor: pointer;
}

    .date-block h3 {
        font-size: 15px;
        font-weight: normal;
        width: 190px;
    }

.ticman-right a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 0 35px 0 0px;
    background: url(../images/export-img.png) no-repeat right center;
    height: 25px;
    line-height: 25px;
}

.tic-man-table {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}

    .tic-man-table table th {
        font-size: 15px;
        padding: 12px 11px;
        border: 1px solid #d9d9d9;
        background: #e6f7ff;
        text-align: center;
    }

    .tic-man-table table td {
        font-size: 15px;
        padding: 11px 11px;
        border: 1px solid #d9d9d9;
        background: #fff;
        color: #6b6b6b;
    }

        .tic-man-table table td p {
            display: block;
            text-decoration: none;
            color: #0095d7;
        }

.btndel #btnprecheck1 {
    color: #fff;
}

.comm-actions {
    width: 92%;
    display: flex;
    justify-content: space-between;
}

    .comm-actions a {
        display: inline-block;
        margin: 0 5px;
        font-size: 15px;
        padding: 7px 12px;
        text-align: center;
        text-decoration: none;
    }

        .comm-actions a.publish {
            border: 1px solid #0095d7;
            color: #0095d7;
        }

            .comm-actions a.publish:hover {
                color: #fff;
                background: #0095d7;
            }

        .comm-actions a.reject {
            border: 1px solid #9e9e9e;
            color: #9e9e9e;
        }

            .comm-actions a.reject:hover {
                background: #9e9e9e;
                color: #fff;
            }

.mn-report {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .mn-report p {
        font-size: 18px;
        font-weight: normal;
        text-decoration: none;
        padding: 15px 0;
        text-align: left
    }

.mn-rprt-table {
    width: 100%;
}

    .mn-rprt-table tr th {
        background: #dcf5ff;
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
        font-weight: normal;
        text-decoration: none
    }

    .mn-rprt-table tr td {
        background: #fff;
        padding: 10px 5px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
    }

.mn-report a {
    display: inline-block;
    background: #0095d7;
    border-radius: 5px;
}

.mn-rprt-inr {
    width: 70%;
}

.mn-rprt-clm {
    width: 50%;
    float: left;
    padding: 10px 0;
}

.mn-rprt-clminr {
    padding-right: 30px;
}

.rpt-input {
    padding: 5px 10px;
    border: solid 1px #0095d7;
    text-align: left;
}

    .rpt-input select {
        border: none;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        width: 100%;
        height: 30px;
        color: #aab2b5;
    }

    .rpt-input input {
        border: none;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        width: 100%;
        height: 30px;
        color: #aab2b5;
    }

/* .rpt-input .ui-widget-header {}
 */



/* .trbg {
  background: #f2fbff !important;
} */

.cr-tring-wrap {
    width: 100%
}

.cr-trin-tab {
    width: 100%;
    text-align: center
}

.cr-trin-tabin {
    width: 350px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    height: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(138, 138, 138, 1);
    box-shadow: 1px 1px 5px 0px rgba(138, 138, 138, 1);
}

    .cr-trin-tabin ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .cr-trin-tabin ul li {
            line-height: 20px;
            width: 50%;
            float: left;
        }

            .cr-trin-tabin ul li a {
                display: block;
                color: #0095d7;
                font-size: 15px;
                font-weight: normal;
                text-decoration: none;
                line-height: 50px;
            }

                .cr-trin-tabin ul li a:hover {
                    background: #0095d7;
                    border-radius: 30px;
                    color: #fff;
                }

                .cr-trin-tabin ul li a.act {
                    background: #0095d7;
                    border-radius: 30px;
                    color: #fff;
                }

.cr-trin-cont {
    width: 100%;
}

.crtrin-clm {
    width: 50%;
    float: left;
    padding: 25px 0;
}

.crtrin-clm-inr {
    background: #fff;
    margin: 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.crtimg {
    width: 100%
}

    .crtimg a {
        padding-bottom: 0;
        /* height: 270px; */
        overflow: hidden;
        display: block;
        background: none;
    }

        .crtimg a img {
            width: 100%;
            position: static;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            text-indent: -9999px;
        }

    .crtimg img {
        width: 100%
    }

.crttxt {
    width: 100%;
}

.crttxt-inr {
    padding: 15px;
}

    .crttxt-inr b {
        font-size: 18px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        padding-bottom: 18px;
        display: block;
        font-family: 'hp_simplifiedbold';
    }

    .crttxt-inr p {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        padding: 5px 0;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
    }

        .crttxt-inr p span {
            width: 24px;
            height: auto;
            float: left;
        }

        .crttxt-inr p em {
            width: calc(100% - 30px);
            margin-left: 5px;
        }

    .crttxt-inr a {
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        color: #0095d7;
        text-decoration: none;
        padding: 20px 0 10px 0;
    }

    .crttxt-inr p em strong a {
        word-wrap: anywhere;
    }

.creattraing {
    float: right;
    text-decoration: none;
    color: #909090;
    font-size: 20px;
    font-weight: normal;
}

    .creattraing em {
        display: inline-block;
        padding-top: 5px;
        padding-left: 10px
    }

.popsub2 {
    width: 600px;
    margin: 50px auto;
    background: #fff;
    text-align: center;
    position: relative;
    border-radius: 20px;
    margin-top: 20vh;
}

.pop-feedback {
    padding: 30px;
    text-align: left;
    height: 350px;
    overflow: auto
}

    .pop-feedback span {
        color: #05b4ff;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        padding-bottom: 15px;
        display: block
    }

    .pop-feedback > span {
        font-size: 20px;
        font-family: 'hp_simplifiedbold';
        color: #000;
    }

    .pop-feedback > p {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        line-height: 24px;
        font-family: 'hp_simplifiedbold';
    }

.rcrd-trnng {
    width: 100%;
}

.rcrd-trnng-ban {
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.rcrd-trnng-imgin {
    overflow: hidden;
    padding: 20px 0;
    width: auto;
}

    .rcrd-trnng-imgin img {
        width: 100%;
    }

.rcrd-trnng-img {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: .25rem;
    background-color: #fff;
}

/* .rcrd-trnng-img img {} */

.rcrdtxt-left {
    width: 50%;
    float: left;
}

    .rcrdtxt-left b {
        font-size: 24px;
        font-weight: normal;
        text-decoration: none;
        font-family: 'hp_simplifiedbold';
    }

    .rcrdtxt-left p {
        font-size: 15px;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        padding-top: 5px;
    }

        .rcrdtxt-left p em {
            color: #909090;
        }

.rcrd-txt-right {
    /* width: 20%;     */
    max-width: 40%;
    min-width: 20%;
    float: right;
    text-align: center;
}

    .rcrd-txt-right b {
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
        font-family: 'hp_simplifiedbold';
    }

    .rcrd-txt-right p {
        font-size: 18px;
        color: #000;
        font-weight: normal;
        text-decoration: none;
    }

.sm-all-btns {
    width: 100%;
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
}

    .sm-all-btns .sm-btninr {
        width: auto;
    }

.rcrd-txtinr {
    padding: 0 0 20px 0;
}

.sm-btninr {
    width: 350px;
    background: #fff;
    margin: 0 auto;
    padding: 15px 20px;
    border-bottom: solid 5px #05b4ff;
    text-align: center;
    -webkit-box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    border-radius: 10px
}

    .sm-btninr ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .sm-btninr ul li {
            display: inline-block;
            padding: 0 15px;
            width: auto;
        }

            .sm-btninr ul li a {
                text-decoration: none;
                font-size: 15px;
                font-weight: normal;
                color: #000;
            }

                .sm-btninr ul li a span {
                    display: block;
                    padding-top: 10px;
                }

.rcrd-ban-txt {
    width: 100%;
    margin-top: 20px;
    background: #fff;
}

.cal-loc-row {
    width: 100%;
}

.locrow-inr {
    padding: 15px 0;
    border-bottom: dashed 1px #05b4ff;
}

.rcrd-clm {
    width: auto;
    float: left;
    padding-right: 40px;
    margin-top: 6px;
}

    .rcrd-clm span {
        display: inline-block;
        padding-right: 10px;
    }

    .rcrd-clm em {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
    }

.col-row-txt {
    width: 100%;
    position: inherit;
}

    .col-row-txt b {
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
    }

    .col-row-txt p {
        padding-top: 10px;
    }

.col-row-txtinr {
    padding: 15px 0 10px 0;
}

.rating-wrap {
    width: 100%;
    /*  position: absolute;*/
    bottom: -60px;
}

.rating-row {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    -webkit-box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    border-radius: 10px;
    background: #fff;
}

    .rating-row b {
        color: #000;
        font-size: 14px;
        display: block;
        padding-bottom: 10px;
    }

@media only screen and (max-width: 467px) {
    .rating-row .rt-left span {
        font-size: 24px !important;
    }
}

.btnGrey {
    background: #6b6b6b;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.bluebtn {
    background: #0095d7;
}

.fancybox-iframe body {
    background: #fff
}

    .fancybox-iframe body .common_popup_err {
        background: #fff !important;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
    }

.showImg {
    display: flex;
    justify-content: space-evenly;
}

.comm-actions-btn {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .comm-actions-btn a {
        padding: 10px 30px;
        background: #0095d7;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        font-size: 15px;
        margin: 0 10px;
    }

.popin #Content_Body_btnRejected {
    height: auto;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
}




.calen {
    float: right;
    display: inline-block
}

.circle-figureinfo ul li.lightdot {
    display: block;
    padding: 0 0 10px 25px;
    margin-bottom: 5px;
    background: url("../images/light-dot.jpg") no-repeat 0 0;
}

.leave-details ul li .lsf.colr1 {
    background: #0e9aa7
}

.leave-details ul li .lsf.colr2 {
    background: #f6cd61
}

.leave-details ul li .lsf.colr3 {
    background: #f24040
}

.upcoming-inr ul li a p {
    color: #000;
}


.rsm-left {
    width: 40%;
    box-sizing: border-box;
}

.rsm-right {
    width: 55%;
    box-sizing: border-box;
}

.rsminrright {
    width: 100%;
}

.dashbd-dsdin {
    display: inherit;
}

.tgtwh {
    width: 100%
}

.trgt-vich {
    display: inherit;
    padding-top: 50px;
    margin-bottom: 0px;
}

.cirtrgach {
    display: inherit !important;
    padding-top: 50px;
}

    .cirtrgach li {
        display: inline-block !important;
        width: 40%
    }

.upcm-n {
    width: 100%;
    margin-top: 20px
}

.dshbrd-righticon {
    width: 50%;
    float: right;
}

    .dshbrd-righticon a,
    .calen a {
        font-size: 20px;
        text-decoration: none;
        color: #25beff;
        margin-right: 15px;
        padding: 5px;
        line-height: 19px;
        display: inline-block;
    }


/*****************Ticket******************/
.tc-coll {
    background: #e2f6ff;
}

.tc-detail-wrp {
    width: 100%;
}

.tc-detailwrp-inr {
    padding: 20px 60px;
}

.blwrap {
    width: 100%;
}

    .blwrap p {
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        padding-bottom: 20px;
    }

    .blwrap a {
        display: inline-block;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        background: #e2f6ff;
        border: solid 2px #0095d7;
        border-radius: 5px;
        color: #0095d7;
        margin-right: 20px
    }

.actcol {
    background: #0095d7
}

.tcdet-wht {
    width: 100%;
}

    .tcdet-wht p {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #909090;
    }

    .tcdet-wht span {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #424242;
        display: block;
        padding-top: 10px;
    }

.tcetail-inp {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px
}

.tcinput {
    width: 250px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 1px #d8d8d8;
    font-size: 16px
}

.altc-sub {
    width: 100%;
    text-align: center;
}

    .altc-sub a {
        display: inline-block;
        background: #05b4ff;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        padding: 10px 30px;
        border-radius: 5px;
    }

.tcdetail-date {
    width: 100%;
}

.tcdate {
    width: 130px;
    float: left;
    margin-right: 20px;
}

    .tcdate p {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #909090;
    }

    .tcdate strong {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #212121;
        padding-top: 5px;
        display: block
    }

.tcpt-detail {
    width: 100%;
}

    .tcpt-detail p {
        font-size: 18px;
        font-weight: normal;
        color: #212121;
        text-decoration: none;
        padding: 30px 0 0 0
    }

.tcpt-det-clm {
    width: auto;
    padding-right: 70px;
    font-size: 16px;
    color: #909090;
    float: left;
}

    .tcpt-det-clm strong {
        color: #212121;
        text-decoration: none;
        padding-left: 5px;
        display: inline-block
    }

/*aman ticket css changes*/
.popsub2 p {
    margin-bottom: 20px;
}

.popsub2 textarea.popinput {
    line-height: 20px;
}


.ticman-left2 .date-block {
    background: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .ticman-left2 .date-block p {
        margin-right: 10px;
    }

    .ticman-left2 .date-block input {
        border: 1px solid #aaa;
        padding: 6px 10px;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 2px;
    }

    .ticman-left2 .date-block a {
        display: inline-block;
        padding: 7px 10px;
        background: #0095d7;
        color: #fff;
        text-decoration: none;
        border-radius: 2px;
    }




.tcred {
    color: #ff0000 !important;
}

.blcol {
    color: #fff !important;
    background: #0095d7 !important;
}

.activetranigview {
    background: #0095d7;
    display: block;
    color: #fff !important;
    border-radius: 50px;
}

.loc-img {
    width: 100%;
    padding-bottom: 5px;
}

.agrdis {
    width: 100%;
    padding-top: 20px;
}

    .agrdis label {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        padding-left: 10px
    }

        .agrdis label a {
            color: #ff3200;
            text-decoration: none;
        }

.ex-bt-pop {
    width: 100%
}

    .ex-bt-pop .popin p {
        width: 400px;
        float: left;
        margin-right: 15px;
    }

    .ex-bt-pop .popin a {
        margin-top: 0px;
        width: 20%;
    }


.rcrd-trnng-txt {
    width: 100%;
    padding-top: 0;
}


.lft-inr .nav ul {
    width: 100%;
}

.ex-bt-pop .popin a.btn {
    padding: 10px;
    background: #05b4ff;
    line-height: 20px;
    height: auto;
    color: #fff;
    margin-top: 15px;
    min-width: 120px;
    width: auto;
}

.checked {
    color: orange;
}

a.btngo {
    font-size: 20px;
    text-decoration: none;
    color: #25beff;
    margin-right: 15px;
    padding: 5px;
    line-height: 19px;
    display: inline-block;
}

.popsub2.wider {
    width: 70%;
}

    .popsub2.wider .sumtop-table table td {
        font-weight: bold;
        border: 0;
    }

    .popsub2.wider .sumtop-table table table td {
        font-weight: normal;
        border: 1px solid #d9d9d9;
    }

    .popsub2.wider .pop-userlist {
        padding: 10px 20px 30px 15px;
    }

.btnn {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #0095d7;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.disable {
    background: #d1ecf8 !important;
}

.sumtop-table table td:first-child {
    width: 90px;
}




/*********************new dashboard*********************/
/*********************new dashboard*********************/


.nw-dasbd-colleft {
    width: 48%;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-sizing: border-box;
}

.shds {
    float: right;
    /*width: 55px*/
    ;
}

.nwdashbd-trgt {
    width: 100%;
    box-sizing: border-box;
}

.trgt-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px
}

.trgt-left {
    width: 40%;
}

.trgt-right {
    width: 40%;
    text-align: right;
}

    .trgt-right a {
        padding: 0 10px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #05b4ff;
        display: inline-block;
        padding: 5px 0 0 3px
    }

        .trgt-right a em {
            display: inline-block;
            padding: 8px 0 0 5px
        }

.trgt-left h2 {
    font-size: 16px;
    padding: 0 0 5px 0;
    font-weight: normal;
}

.trgt-left h3 {
    font-weight: normal;
    font-size: 15px;
}

.bl-color {
    background: #e5f5fc;
}

.das-inr {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.nwdaspercent-chart p {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    display: block;
    padding-top: 20px;
}

.nwdaspercent-chart {
    width: 100%;
    background: #f2fbff;
}

.circel-lft {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

    .circel-lft .circle-figure {
        width: 60%;
        text-align: center;
        position: relative;
    }

    .circel-lft .circle-figureinfo {
        width: 40%;
        padding-top: 20px;
    }

        .circel-lft .circle-figureinfo ul li p {
            padding-top: 0px;
            text-align: left;
        }

        .circel-lft .circle-figureinfo ul li {
            text-align: left
        }

        .circel-lft .circle-figureinfo ul {
            display: inherit;
            flex-direction: inherit
        }

    .circel-lft .circle-figure em {
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        display: block;
        padding-top: 10px
    }

.ovrsell-wrap {
    width: 100%;
    padding: 30px 0 0 0
}

.oversel-title {
    width: 100;
    text-align: center;
}

    .oversel-title span {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
        padding-left: 100px
    }

.overtrgt {
    width: auto;
    float: right;
}

.oversel-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 40px
}

.overgraph-left {
    width: 50%;
}

    .overgraph-left .chart-valuevrtcl-inr ul {
        display: inherit;
        flex-direction: inherit
    }

        .overgraph-left .chart-valuevrtcl-inr ul li {
            width: 100%;
            height: 7px;
            margin: 15px 0 0 0
        }

    .overgraph-left .target-vtchrt-left {
        height: 130px
    }

        .overgraph-left .target-vtchrt-left .percent-value {
            height: 130px
        }

    .overgraph-left .chart-valuevrtcl {
        height: 120px
    }

    .overgraph-left .tar-val {
        width: 40%;
        height: 100%;
    }

.overmrbtm {
    margin-bottom: 40px;
    margin-top: 0px
}

.crwname {
    position: absolute;
    right: -65px;
    top: 10px;
    width: 50px;
}

.crwnamepd {
    padding-bottom: 30px;
}

.crwname ul {
    list-style: none;
}

    .crwname ul li {
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
        padding-bottom: 5px;
    }

.trgt-achiv {
    width: 55%;
    padding-top: 50px;
    margin: 0 auto;
}

.circle-figureinfo ul {
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
}

.overgraph-right {
    width: 50%;
}

    .overgraph-right .overall-selouttable table th {
        text-align: center;
        font-size: 16px;
        font-weight: bold
    }

        .overgraph-right .overall-selouttable table th span {
            float: right;
            padding-right: 10px;
            position: absolute;
            right: 23px;
            top: 26px;
        }

            .overgraph-right .overall-selouttable table th span.tooltip .tooltiptext {
                font-size: 13px;
                margin-left: -65px;
            }

.ovrgrph-pd {
    padding-bottom: 30px;
}

.asmwise-report {
}

    .asmwise-report p {
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        padding: 10px 10px 20px 10px
    }

    .asmwise-report table tr th {
        padding: 10px 10px;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        background: #e6f7ff;
    }

    .asmwise-report table tr td {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        background: #fff;
    }

        .asmwise-report table tr td a.skcol {
            color: #05b4ff;
            text-decoration: none
        }

.dshgreencl {
    color: #34c602
}

.dshorngcl {
    color: #e4a40c
}

.dshredcl {
    color: #dc0000
}


.asminr {
    position: relative;
}

.asmticket {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .asmticket a em {
        padding: 5px;
        display: inline-block
    }

    .asmticket a {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        padding: 5px 5px 5px 5px;
        background: #05b4ff;
        border-radius: 5px;
    }

    .asmticket input {
        width: 106px;
        height: 18px;
        border: solid 1px #ccc;
        padding: 5px;
        font-size: 13px;
        border-radius: 7px;
    }

.dshbrd-ho-left {
    width: 100%
}

    .dshbrd-ho-left .overall-selouttable {
        padding: 0px
    }

        .dshbrd-ho-left .overall-selouttable th {
            text-align: center;
            font-weight: bold;
            font-size: 16px
        }

            .dshbrd-ho-left .overall-selouttable th em {
                float: right;
                padding-right: 10px;
            }

.dshbrd-hopd {
    padding: 0px;
}

.dshrd-ho-title {
}

    .dshrd-ho-title span {
        padding: 15px;
        display: block;
        font-size: 16px;
        width: 50%
    }

.dasbd-col-al {
    width: 100%;
    background: #fff;
    border-radius: 20px;
}

.fltr-by {
    width: 30%;
    float: left;
}

    .fltr-by label {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        float: left;
        padding-left: 25px;
        padding-right: 20px;
    }

.fltr-select {
    width: 135px !important;
    border-bottom: solid 3px #0095d7 !important;
}

.fltr-select2 {
    width: 135px !important;
    border-bottom: solid 3px #0095d7 !important;
}

.t-traing-title {
    float: left;
    padding-left: 200px;
    font-weight: bold;
}

.dssmall {
    width: 60% !important;
}

.ftrby2 {
    width: 50% !important;
}

.tt-title2 {
    padding-left: 10px;
}

.zn-wise {
    background: #fff;
    padding: 25px 100px
}

.zn-row {
    width: 100%;
}

.zn-row-bck {
    width: 200px;
    float: left
}

    .zn-row-bck a {
        text-decoration: none;
        font-size: 16px;
        font-weight: normal;
        color: #000;
        line-height: 31px;
    }

        .zn-row-bck a em {
            padding-right: 10px;
            display: inline-block;
        }

.znfltr-by {
    width: 260px;
    float: right
}

    .znfltr-by label {
        font-size: 16px;
        font-weight: normal;
        text-align-last: none;
        padding-right: 20px;
    }

    .znfltr-by select {
        background: none;
        border: none;
        height: 30px;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #0095d7
    }

.zn-row2 {
    width: 100%;
}

    .zn-row2 p {
        font-size: 18px;
        padding: 20px 0;
        text-align: left
    }

.zn-table {
    width: 100%l
}

    .zn-table table tr td {
        padding: 8px 7px;
        font-size: 15px;
        color: #000;
        border: 1px solid #ccc;
    }

    .zn-table table tr th {
        background: #e6f7ff;
        padding: 10px 5px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 18px;
        font-weight: bold
    }

.trgt-right input {
    width: 106px;
    height: 18px;
    border: solid 2px #1bc6ff;
    padding: 5px;
    font-size: 13px;
    border-radius: 7px;
}

.cnsumpcem {
    position: absolute;
    right: 20px;
    top: 26px;
}

.dshnew-wrp {
    width: 100%;
    display: block
}

/*********************new dashboard*********************/
/*********************new dashboard*********************/

.tc-link {
    font-size: 15px;
    text-decoration: underline;
    display: inline-block;
    color: #20bbfe;
    padding: 10px 0 10px 53px;
    display: block;
}

.atn-sum {
    width: 100%;
}

.atn-table {
    width: 100%;
}

    .atn-table table {
    }

        .atn-table table tr th {
            padding: 12px 0;
            text-align: center;
            background: #e6f7ff;
            color: #000;
            font-size: 18px;
            font-weight: normal;
            text-decoration: none;
        }

        .atn-table table tr td tr td {
            padding: 8px 0;
            text-align: center;
            background: #fff;
            color: #000;
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
        }

.atn-row {
    width: 100%;
    padding-bottom: 35px
}


/*.atnflim-clm {
    width: 12%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}*/
.atnflim-clm {
    width: 12%;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: -17px;
    bottom: 10px;
    left: 0px;
    font-size: 14px;
    opacity: 1;
    color: #fff;
}


.atnflim-clm label {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #9e9e9e;
    padding-bottom: 10px;
    display: block;
}

.atnflim-slt {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: solid 1px #9e9e9e;
    color: #000;
    font-size: 14px;
}

.atnflim-clm2 {
    width: auto;
    float: left;
    padding-top: 24px;
}

.asmtickett {
    right: 10px;
    top: 10px;
}

    .asmtickett a {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        padding: 5px 5px 5px 5px;
        background: #05b4ff;
        border-radius: 5px;
    }

.atnflim-clm2 a {
    background: #05b4ff;
    display: inline-block;
    padding: 7px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 5px;
}

.nobg {
    background: none !important;
}




.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 2px 5px;
        position: absolute;
        z-index: 1;
        bottom: 78%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        line-height: 20px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.targetachive {
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #02b4ff;
    width: 200px;
    top: 119px;
}


.atnflim-clm2 a.prnt-icn {
    background: none;
    padding-top: 3px;
}

.piechart {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .piechart g:first-child {
        margin-top: 100px;
        position: relative;
        top: 100px;
    }

.overgraph-left .overall-selouttable th span {
    float: right;
    padding-right: 10px;
    position: absolute;
    right: 23px;
    top: 26px;
}

    .overgraph-left .overall-selouttable th span.tooltip .tooltiptext {
        font-size: 13px;
        margin-left: -65px;
    }


/***********faq*****************/
/***********faq*****************/
.faq-left .ui-widget-content {
    background: none;
}

.faq-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.faq-left {
    width: 100%;
}

.fq-lt-inr {
    border-radius: 10px;
}

.faq-left ul.ui-tabs-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 200px
}

    .faq-left ul.ui-tabs-nav li {
        padding: 0 15px;
        border-bottom: solid 1px #e5e5e5
    }

        .faq-left ul.ui-tabs-nav li a {
            padding: 15px 0px !important;
            color: #000;
            font-size: 15px;
            font-weight: normal;
            text-decoration: none;
            background: url("../images/fq-arrow.png") right center no-repeat;
            display: block !important;
            float: none !important;
            font-family: 'hp_simplifiedregular' !important;
        }

        .faq-left ul.ui-tabs-nav li.ui-state-active a {
            color: #0095d7;
        }

        .faq-left ul.ui-tabs-nav li a:hover {
            color: #0095d7;
            background: url("../images/fq-arrow-howr.png") right center no-repeat;
        }

.faq-left .faqacrtitle {
    display: none !important;
    font-family: 'hp_simplifiedregular';
    background: #e5e5e5 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 8px;
    font-size: 14px;
}

    .faq-left .faqacrtitle.ui-state-active {
        background: #0095d7 !important;
        border: 1px solid #0095d7 !important;
    }

.faq_con {
    width: 100%;
    padding: 0;
    display: inline-block;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 15px;
}

    .faq_con h3 {
        padding: 0px 35px 18px 0px;
        float: left;
        line-height: 20px;
        background: url(../images/faq-plus-icon.png) right 0 no-repeat;
        width: 100%;
        cursor: pointer;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        font-family: 'hp_simplifiedregular' !important;
    }

        .faq_con h3.active_arrrow {
            background: url(../images/minus-faq-icon.png) right 0 no-repeat;
        }

.faqans {
    width: 100%;
    float: left;
    display: none;
    padding-bottom: 20px;
}

    .faqans p {
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        line-height: 22px;
        padding-top: 10px;
    }

    .faqans ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .faqans ul li {
            list-style: disclosure-closed;
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            margin-left: 30px;
        }

.prfimg img {
    width: 100%;
}

.faq_con ul {
    width: 100%
}

    .faq_con ul li {
        border-bottom: none;
        padding: 3px 0
    }

.faq_con strong {
    font-family: 'hp_simplifiedbold';
    font-weight: normal;
}

.faqans ul li ul li {
    list-style: disc
}

    .faqans ul li ul li ul li {
        list-style: square
    }

        .faqans ul li ul li ul li ul li {
            list-style: circle
        }

.faq_con a {
    display: inline-block !important;
    margin: 0px;
    color: #05b4ff !important;
    padding: 0px !important;
}

.faq-left .ui-tabs-vertical {
    width: 100%;
}

    .faq-left .ui-tabs-vertical .ui-tabs-nav {
        float: left;
        width: 160px;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0;
    }

        .faq-left .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 0px 0 0;
            background: #fff;
            border-left: 0;
            border-radius: 0;
            border-top: 0;
            border-radius: 0;
            padding: 0 15px;
        }

            .faq-left .ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
            }

            .faq-left .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                border-right-width: 1px;
            }

    .faq-left .ui-tabs-vertical .ui-tabs-panel {
        float: right;
        width: calc(100% - 160px);
    }

.faq-left .ui-widget.ui-widget-content {
    border: none;
}

.main-cont.trmbg.faq_bg {
    background: transparent;
}

.thrdot .tooltiptext {
    bottom: 0;
    left: -54px;
    width: 100px;
}

    .thrdot .tooltiptext::after {
        left: auto;
        right: -10px;
        top: 38%;
        transform: rotate(270deg);
    }

.tracker-table td:nth-child(4) {
    color: #05b4ff;
}

.tracker-table td:nth-child(5) {
    color: #d21414;
}

.export-btn {
    display: inline-block;
    font-size: 20px;
    padding-right: 30px;
    color: #000;
    text-decoration: none;
    background: url(../images/export-img.png) no-repeat 100% 0px;
    margin: 28px 0 0 141px;
}

.sel-thronav ul li a.act {
    background: #0095d7;
    display: block;
    color: #fff;
    border-radius: 50px;
}

/*Leave tracker starts here*/
.trnbg {
    background: none;
}

.trn-dash-content {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
}

.trn-dashbd-row {
    width: 100%;
    margin-bottom: 30px;
}

.trn-dashbd-colm {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.trn-dashbd-colleft {
    width: 55%;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    float: left;
    margin: 0 10px;
}

.trn-dshtitle {
    width: 100%;
    padding: 20px 0 30px 0;
}

    .trn-dshtitle span {
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
    }

    .trn-dshtitle .selwrp {
        float: right;
        width: auto;
        text-align: right;
    }

        .trn-dshtitle .selwrp select {
            width: 100%;
            height: 30px;
            border: none;
            font-size: 16px;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url(../images/drop-arrow.jpg) no-repeat right 10px center;
            border-bottom: #d9dbdc 1px solid;
            padding-right: 30px;
        }

.trn-dshcnt {
    width: 100%;
}

.table-scrl {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.trn-dshcnt table th {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background: #e6f7ff;
    border: solid 1px #b9b9b9;
    text-align: center;
    padding: 10px 0;
}

.trn-dshcnt table td {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background: #fff;
    border: solid 1px #b9b9b9;
    text-align: center;
    padding: 10px 0;
}

    .trn-dshcnt table td a {
        text-decoration: underline;
        color: #05b4ff;
    }

    .trn-dshcnt table td strong {
        display: block;
    }

    .trn-dshcnt table td em {
        font-size: 12px;
        color: #6b6b6b;
        padding-top: 3px;
        display: block;
    }

.str {
    display: inline-block;
    padding-left: 10px;
}

.trn-dashbd-colright {
    width: 45%;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 10px;
}

.trn-box {
    padding: 30px;
    background: #fff;
}

    .trn-box h2 {
        font-size: 20px;
        color: #060606;
        padding-bottom: 20px;
    }

.trn-fltr {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
}

.fltr-col {
    padding-right: 25px;
}

    .fltr-col span {
        color: #bebdbd;
        font-size: 16px;
        display: block;
        padding-bottom: 5px;
    }

    .fltr-col .slct {
        width: 100%;
    }

        .fltr-col .slct select {
            padding: 5px 22px 5px 0px;
            color: #000;
            border: 0px;
            border-bottom: 1px solid #9e9e9e;
            font-family: 'hp_simplifiedregular';
            font-size: 15px;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url(../images/list-arrow.jpg) no-repeat right 10px center;
            width: 100%;
            cursor: pointer;
        }

.sltc-width {
    width: 120px;
}


.btn-go {
    width: auto;
    height: 30px;
    padding: 0px 15px;
    display: block;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    background: #05b4ff;
    color: #fff;
    text-decoration: none;
    margin-top: 24px;
}


.trn-table {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.tracker-table td:nth-child(4) {
    color: #05b4ff;
}

.tracker-table td:nth-child(5) {
    color: #d21414;
}

.export-btn {
    display: inline-block;
    font-size: 20px;
    padding-right: 30px;
    color: #000;
    text-decoration: none;
    background: url(../images/export-img.png) no-repeat 100% 0px;
    margin: 28px 0 0 141px;
}

/*training css starts*/

.trnbg {
    background: none;
}

.trn-dash-content {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
}

.trn-dashbd-row {
    width: 100%;
    margin-bottom: 30px;
}

.trn-dashbd-colm {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.trn-dashbd-colleft {
    width: 55%;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    float: left;
    margin: 0 10px;
}

.trn-dshtitle {
    width: 100%;
    padding: 20px 0 30px 0;
}

    .trn-dshtitle span {
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
    }

    .trn-dshtitle .selwrp {
        float: right;
        width: auto;
        text-align: right;
    }

.btngo-center .btn-go {
    width: auto;
}

.trn-dshtitle .selwrp select {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 13.5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/drop-arrow.jpg) no-repeat right 10px center;
    border-bottom: #d9dbdc 1px solid;
}

.trn-dshcnt {
    width: 100%;
}

.table-scrl {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.trn-dshcnt table th {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background: #e6f7ff;
    border: solid 1px #b9b9b9;
    text-align: center;
    padding: 10px 0;
}

.trn-dshcnt table td {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background: #fff;
    border: solid 1px #b9b9b9;
    text-align: center;
    padding: 10px 0;
}

    .trn-dshcnt table td a {
        text-decoration: underline;
        color: #05b4ff;
    }

    .trn-dshcnt table td strong {
        display: block;
    }

    .trn-dshcnt table td em {
        font-size: 12px;
        color: #6b6b6b;
        padding-top: 3px;
        display: block;
    }

.str {
    display: inline-block;
    padding-left: 10px;
}

.trn-dashbd-colright {
    width: 45%;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 10px;
}

.trn-right-title {
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 20px 0;
}

.dhsright-cald {
    width: 100%;
}

    .dhsright-cald img {
        width: 100%;
    }

.trn-dashbd-row2 {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px
}

.trn-dashbd-inr {
    padding: 35px;
    overflow: hidden
}

.trndash-report {
    width: 100%;
    padding-bottom: 25px;
}

    .trndash-report span {
        font-size: 18px;
    }

.trndsh-zone {
    width: auto;
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
}

    .trndsh-zone span {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #6b6b6b;
        display: inline-block;
        padding-top: 5px;
    }

    .trndsh-zone select {
        width: auto;
        height: 25px;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        border: none;
        border-bottom: solid #d9dbdc 1px;
        margin-left: 10px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../images/drop-arrow.jpg) no-repeat right 10px center;
        padding-right: 30px;
    }

    .trndsh-zone a {
        background: #05b4ff;
        padding: 5px 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        ;
        font-size: 14px;
        margin-left: 20px;
    }

.trndash-cont {
    background: #f2fbff;
    border-radius: 10px;
    width: 100%;
}

.trndash-contpd {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.trndsh-over {
    width: 47%;
    text-align: center
}

    .trndsh-over p {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
    }

        .trndsh-over p em {
            display: block;
            font-size: 12px;
            padding-top: 10px
        }

.trndsh-train {
    width: 47%;
    text-align: center
}

    .trndsh-train p {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        padding-bottom: 20px
    }


.trn-part-colleft {
    width: 47%;
    background: #fff;
    padding: 15px 15px 0 15px;
    border-radius: 20px;
    box-sizing: border-box;
    float: left;
    margin: 0px 10px;
    overflow-x: scroll;
}

.avrg-trncnt {
    width: 100%;
}

.avrg-trncntrw1 {
    width: 100%;
}

.avrg-trncntrw2 {
    width: 100%;
}







.trn-parttitle {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    padding-top: 10px
}

.trndsn-graph {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: solid 2px #d2f1ff;
}

    .trndsn-graph img {
        width: 100%;
    }


.avrg-rating {
    padding: 30px 30px;
}

.rating-value {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

    .rating-value span {
        color: #000000;
        font-size: 14px;
        padding: 0px 15px;
    }

        .rating-value span i {
            width: 15px;
            height: 15px;
            display: inline-block;
            margin-right: 5px;
        }

.rating-trainer {
    width: 100%;
    overflow: hidden;
}

    .rating-trainer li {
        /*width: 25%;*/
        width: auto;
        float: left;
        padding-bottom: 7px;
    }

        .rating-trainer li span {
            display: block;
            margin: 0px 3px;
            border-radius: 15px;
            height: 30px;
            line-height: 30px;
            color: #000;
            text-align: center;
            font-size: 13px;
            padding: 0 10px;
        }

.red-bg {
    background: #f82121;
}

.green-bg {
    background: #43d138;
}

.yellow-bg {
    background: #fcba03;
}

.blue-bg {
    background: #717bfe;
}

.red-rating {
    background: #fba4a4;
    border: #f82121 1px solid;
}

.green-rating {
    background: #cfffcb;
    border: #43d138 1px solid;
}

.blue-rating {
    background: #cfd2ff;
    border: #717bfe 1px solid;
}

.yellow-rating {
    background: #fcba03;
    border: #717bfe 1px solid;
}





.sm-btninr {
    width: 350px;
    background: #fff;
    margin: 0 auto;
    padding: 15px 20px;
    border-bottom: solid 5px #17a614;
    text-align: center;
    -webkit-box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    box-shadow: 1px -1px 5px 0px rgba(201, 201, 201, 1);
    border-radius: 10px
}

    .sm-btninr p {
        text-align: center;
        color: #17a614;
        font-size: 20px
    }


.training-gallery {
    padding: 30px 30px
}

.gallery-hd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

    .gallery-hd h3 {
        font-size: 20px;
        color: #000;
    }

    .gallery-hd a {
        font-size: 20px;
        padding-left: 30px;
        color: #05b4ff;
        text-decoration: none;
        background: url(../images/dwn-pdf.jpg) no-repeat 0px 0px;
    }

.gly-list {
    width: 100%;
    overflow: hidden;
}

    .gly-list li {
        width: 33%;
        float: left;
        padding-bottom: 15px;
    }

        .gly-list li span {
            display: block;
            margin: 0px 7px;
            position: relative;
        }

            .gly-list li span img {
                width: 100%;
            }


.view-all {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

    .view-all a {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        background: #05b4ff;
        color: #fff;
        text-decoration: none;
    }

.trn-box {
    padding: 30px;
    background: #fff;
}

    .trn-box h2 {
        font-size: 20px;
        color: #060606;
        padding-bottom: 20px;
    }

.trn-fltr {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.fltr-col {
    padding-right: 25px;
}

    .fltr-col span {
        color: #bebdbd;
        font-size: 16px;
        display: block;
        padding-bottom: 5px;
    }

    .fltr-col .slct {
        width: 100%;
    }

        .fltr-col .slct select {
            padding: 5px 22px 5px 0px;
            color: #000;
            border: 0px;
            border-bottom: 1px solid #9e9e9e;
            font-size: 15px;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url(../images/list-arrow.jpg) no-repeat right 10px center;
            width: 100%;
            cursor: pointer;
        }

.tt-width {
    width: auto;
}

.sm-width {
    width: auto;
}

.sy-width {
    width: auto;
}

.trn-fltr .fltr-col {
    padding-right: 0;
    margin-right: 10px;
}

    .trn-fltr .fltr-col .btn-go {
        margin-left: 15px;
        display: inline-block;
    }

.btn-go {
    width: 60px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background: #05b4ff;
    color: #fff;
    text-decoration: none;
    margin-top: 13px;
}

.fltr-col.btn_dul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    height: 100%;
}

.trn-back {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-end;
}

    .trn-back a {
        color: #fff;
        background: #05b4ff;
        padding: 10px 30px;
        text-decoration: none;
        font-size: 16px;
    }

.dual-clmn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}


.trn-table {
    width: 100%;
    height: 350px;
    overflow: auto;
}




.tooltip-hover {
    position: relative;
    display: inline-block;
}

    .tooltip-hover .tooltip-popup {
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 0;
        bottom: -30px;
        left: 100%;
        margin-left: 10px;
        opacity: 1;
        border: #cecece 1px solid;
        transition: opacity 0.3s;
        -webkit-box-shadow: 1px 0px 18px 0px rgba(154, 156, 154, 1);
        -moz-box-shadow: 1px 0px 18px 0px rgba(154, 156, 154, 1);
        box-shadow: 1px 0px 18px 0px rgba(154, 156, 154, 1);
    }

        .tooltip-hover .tooltip-popup span {
            color: #909090;
            font-size: 12px;
            display: block;
            padding-bottom: 2px;
        }

            .tooltip-hover .tooltip-popup span i {
                color: #000000;
                font-size: 12px;
                font-style: normal;
            }

        .tooltip-hover .tooltip-popup::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0px;
            margin-left: -10px;
            margin-top: -3px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #fff transparent transparent;
        }

    .tooltip-hover:hover .tooltip-popup {
        visibility: visible;
        opacity: 1;
    }

/*Mamta css training starts*/
.up-ts {
    text-align: right;
    float: right;
    font-size: 13px;
    color: #05b4ff
}

.trainr-overview {
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

.trin-inr {
    padding: 25px 40px;
}

.train-title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    font-family: 'hp_simplifiedbold';
    padding-bottom: 15px;
}

.train-cont {
    width: 100%;
}

    .train-cont ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .train-cont ul li {
            width: 24%;
            display: inline-block;
        }

.trnpd p {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.trnpd {
    text-align: center;
}

    .trnpd strong {
        font-weight: normal;
        text-decoration: none;
        font-size: 15px;
        display: inline-block;
        padding-top: 10px;
        font-family: 'hp_simplifiedbold';
    }

.train-str {
    width: 100%;
    padding-top: 20px
}

.train-strinr {
    width: 320px;
    margin: 0 auto;
    background: #e6f7ff;
    text-align: center;
    padding: 10px 0
}

    .train-strinr p {
        display: block;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
    }

    .train-strinr strong {
        display: block;
        font-size: 22px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        font-family: 'hp_simplifiedbold';
        padding: 5px 0 0 0;
    }

.trn-upcoming {
    width: 100%;
    overflow: hidden
}

    .trn-upcoming .item .crs-cptn2 {
        width: auto;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        text-align: center;
    }

.crscrptinr {
    text-align: left;
    padding: 75px 10px 0 10px
}

.trn-upcoming p {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    padding: 30px 0 40px 0;
}

.crscrptinr .date-slide {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    display: block;
    padding-bottom: 5px
}

.crscrptinr b {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    font-family: 'hp_simplifiedbold';
    display: block
}

.crscrptinr p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 15px 0px 0 0;
}

    .crscrptinr p em {
        color: #9b9b9b;
        display: block;
        padding-bottom: 5px;
    }

.trn-calen {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

.trn-calenleft {
    width: 49%;
    background: #fff;
}

.trn-calleft-in {
    padding: 20px;
}

    .trn-calleft-in strong {
        font-size: 20px;
        display: block;
        text-align: center;
        font-weight: normal;
        padding: 0 0 20px 0;
    }

        .trn-calleft-in strong a {
            float: right;
            font-size: 13px;
            font-weight: normal;
            text-decoration: underline;
            color: #05b4ff;
        }

.trn-calnder {
    width: 100%;
    position: relative;
}

    .trn-calnder img {
        width: 100%;
    }

.trn-calnder-tabl {
    width: 100%;
    height: 500px;
    overflow: auto;
}

    .trn-calnder-tabl ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .trn-calnder-tabl ul li {
            padding: 15px 0;
            border-bottom: solid 1px #000;
            font-size: 18px;
            font-weight: normal;
            text-decoration: none;
            color: #000;
        }

    .trn-calnder-tabl span {
        display: block;
        color: #909090;
    }


.traine-report {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    border-radius: 15px;
}

.trainreprt-inr {
    padding: 40px;
}

.trainin-title {
    width: 100%;
    padding-bottom: 20px;
}

.item {
    position: relative
}

.owl-item {
    float: left
}

.trainin-title span {
    display: inline-block;
    font-size: 24px;
}

.trainin-title .selwrp {
    float: right;
    width: auto;
    text-align: right;
    display: flex;
    align-items: center;
}

    .trainin-title .selwrp select {
        padding-right: 30px;
        margin-right: 15px;
        width: auto !important;
    }

    .trainin-title .selwrp .btn-go {
        margin-top: 0;
    }

#stars {
    width: 100%;
    display: flex;
    height: 30px;
    position: relative;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

    #stars i {
        margin: 0 5px;
        font-size: 18px;
    }


.trainin-title .selwrp select {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 18px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/drop-arrow.jpg) no-repeat right 10px center;
    border-bottom: #d9dbdc 1px solid;
}

.btngo-center {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    width: 100%;
}

.train-repot-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contrn-left {
    width: 49%;
}

.tp-tble {
    width: 100%;
}

    .tp-tble table tr th {
        text-align: center;
        background: #e6f7ff;
        color: #000;
        font-size: 14px;
        border: solid 1px #d9d9d9;
        padding: 10px 0
    }

    .tp-tble table tr td {
        text-align: center;
        background: #fff;
        color: #000;
        font-size: 14px;
        border: solid 1px #d9d9d9;
        padding: 10px 0;
    }

.tp-graph {
    width: 100%;
    padding-top: 10px
}

.contrn-right {
    width: 49%;
}

    .contrn-right table tr th {
        text-align: center;
        background: #e6f7ff;
        color: #000;
        font-size: 14px;
        border: solid 1px #d9d9d9;
        padding: 10px 0
    }

    .contrn-right table tr td {
        text-align: center;
        background: #fff;
        color: #000;
        font-size: 14px;
        border: solid 1px #d9d9d9;
        padding: 10px;
    }

.tp-tran {
    width: 50% !important;
    display: inline-block;
    padding: 15px 0
}

    .tp-tran em {
        font-size: 13px;
        color: #bababa;
        padding-bottom: 5px;
        display: inline-block;
    }

.tp-tran2 {
    width: 100% !important;
    display: inline-block;
    padding: 15px 0
}

    .tp-tran2 em {
        font-size: 13px;
        color: #bababa;
        padding-bottom: 5px;
        display: inline-block;
    }

.fltrclpd {
    width: 250px;
    float: right;
    text-align: right;
    padding-top: 20px;
}

    .fltrclpd span {
        font-size: 16px;
        padding: 5px 10px 0 0;
        display: inline-block
    }

    .fltrclpd a {
        padding: 0 5px;
    }

.img img {
    width: 100%
}

.owl-nav {
    display: none
}

.owl-dots {
    padding-bottom: 10px;
}

/*Traing css ends*/


.crtrin-clm-inr a {
    text-decoration: none;
}

.sm-btninr22 {
    width: 150px;
}

.reject-pop strong {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    font-family: 'hp_simplifiedbold';
    padding-bottom: 20px;
}

.reject-pop {
    width: 450px;
    margin: 50px auto;
    background: #fff;
    text-align: center;
    position: relative;
    border-radius: 20px;
}

.rj-selct {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: none
}

.popin {
    text-align: center;
}

    .popin p {
        margin-bottom: 10px
    }

    .popin a {
        display: inline-block
    }

/* .rating-wrap {
  position: absolute;
  bottom: -50px;
} */

.rating-row {
    width: 400px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.rt-left {
    width: 60%;
}

.rt-right {
    width: 40%;
    padding-top: 20px;
    border-left: solid 1px #05b4ff;
}

    .rt-right a {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
    }

.crtrin-clm-inr a {
    text-decoration: none;
    padding: 0px;
    font-size: 13px;
}

.slt-wr {
    width: auto;
    float: right
}

.myapr-ove {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.myapr-ove-inr {
    padding: 25px 40px;
}

.myapr-ove a {
    background: #05b4ff;
    display: inline-block;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.myapr-ove table {
    margin-top: 20px
}

    .myapr-ove table tr th {
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        padding: 10px 10px;
        background: #e6f7ff;
        border: solid 1px #d9d9d9;
        text-align: center;
    }

    .myapr-ove table tr td {
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        padding: 5px 10px;
        background: #fff;
        border: solid 1px #d9d9d9;
        text-align: center;
    }

        .myapr-ove table tr td a {
            margin: 0 5px;
            padding: 0px;
            background: none;
            border: none;
        }

.trainin-title .selwrp {
    margin-left: 20px;
    float: left
}

    .trainin-title .selwrp select {
        font-size: 15px;
    }

.fc-button-content {
    background: #05b4ff;
    color: #fff;
}

.fc-grid .fc-day-number {
    float: inherit !important;
}

.fc-state-highlight {
    background: #05b4ff;
    color: #fff;
}

.fc-grid th {
    height: 20px;
    line-height: 20px;
}


.shr-tran-clwrap {
    width: 100%;
}

.shr-trn-wrp {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}

.shr-trn-inr {
    padding: 20px;
}

.shr-trn-row {
    width: 100%;
}

.shr-trn-row2 {
    width: 100%;
    padding-top: 20px;
}

.shr-trn-row label {
    font-size: 13px;
    font-weight: normal;
    color: #939393
}

.trn-inp {
    width: 100%;
    padding: 5px 0 5px 0;
    border-bottom: solid 1px #bdbdbd;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.shrinp {
    width: 100%;
    border-bottom: solid 1px #bdbdbd;
    display: flex;
    padding: 5px 0;
}

    .shrinp input {
        width: 88%;
        padding-right: 20px
    }

    .shrinp span {
        width: 30px;
    }

.shrtem {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 0;
}

.shrbtn {
    width: 100%;
}

    .shrbtn a {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        margin: 10px 0;
        background: #00b5ff;
        display: block
    }

.shrupload {
    width: 100%;
}

.shruploadinp {
    width: 100%;
    border: solid 1px #bdbdbd;
    height: 30px;
    line-height: 30px
}

.shrupload p {
    font-size: 12px;
    padding: 5px 0 20px 0
}

.shrbtninbtn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    background: #00b5ff;
    display: block;
    cursor: pointer;
}

.trainin-title {
    overflow: hidden;
}

    .trainin-title .selwrp {
        float: right;
    }

    .trainin-title span {
        float: left;
    }

.trn-calnder-tabb2 {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}

.ut-text {
    position: relative !important;
}

    .ut-text .crscrptinr {
        padding: 20px 10px 0 10px !important;
        text-align: center !important;
        background: #fff;
    }

        .ut-text .crscrptinr .date-slide {
            color: #000 !important;
        }

        .ut-text .crscrptinr b {
            color: #000 !important;
        }

        .ut-text .crscrptinr p {
            color: #000 !important;
            text-align: center !important;
        }

.table-cal {
    width: 100%;
    padding: 30px 0px;
}

    .table-cal h3 {
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        text-align: center;
        padding-bottom: 20px;
    }

    .table-cal table th {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        background: #e6f7ff;
        border: solid 1px #b9b9b9;
        text-align: center;
        padding: 10px 0;
    }

    .table-cal table td {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
        background: #fff;
        border: solid 1px #b9b9b9;
        text-align: center;
        padding: 10px 0;
    }

.gly-list li strong {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: rgba(000, 0, 0, 0.6);
}

.view-popup {
    display: inline;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -12px;
}

.dwlod {
    width: 27px;
    height: 22px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../images/dwn-pdf.jpg) no-repeat 0px 0px;
}

.gly-list li:hover strong {
    display: block !important;
}

.cr-trin-cont p {
    text-align: left;
    padding: 20px;
    font-size: 18px;
    overflow: hidden;
}

.cr-trin-cont em {
    float: left;
}

.title-align {
    width: 100% !important;
    padding-left: 0px !important;
    padding-bottom: 10px;
}

.flt-align {
    display: flex;
    width: auto !important;
}

    .flt-align select {
        margin: 0px !important;
    }

.padd10 {
    padding-right: 10px !important
}

.prof-bg {
    background: #66b3fd;
}

.my-prof {
    text-align: center;
    width: 480px;
    margin: 0 auto
}

.proflie-wrap {
    width: 100%;
}

.proflie-bg {
    display: inline-block;
    position: relative;
}

.prfimg {
    overflow: hidden;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: solid 5px #fff;
}

.edit-pen {
    width: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: -1px;
    top: 14px;
    background: url(../images/edit-profile.png) no-repeat 0px 0px;
    cursor: pointer;
}

    .edit-pen input {
        width: 44px;
        height: 44px;
        opacity: 0;
    }


.profile-nm {
    text-align: center;
    color: #fff;
    padding: 15px 0
}

    .profile-nm b {
        font-size: 28px;
        font-weight: normal;
        text-decoration: none;
        font-family: 'hp_simplifiedbold';
    }

    .profile-nm p {
        font-size: 20px;
        font-weight: normal;
        padding: 10px 0 25px 0
    }

.profildsn {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 30px 0 45px 0;
}

    .profildsn a {
        color: #d7370b;
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
        padding-top: 10px;
        display: inline-block
    }

.profil-left {
    width: 50%;
    float: left;
    text-align: left;
    padding: 15px 0
}

    .profil-left em {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #6b6b6b
    }

    .profil-left p {
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
        color: #000;
    }

.lfpd {
    padding-left: 40px
}

.rgpd {
    padding-right: 40px
}

.profilrf {
    float: right;
    text-align: right;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dial {
        left: 50% !important;
        top: 189px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .overall-selouttable table th select {
        background: none !important;
    }

    .fltr-col .slct select {
        background: none !important;
        padding-right: 0px !important;
    }
}

.hotable td {
    padding: 8px 7px;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
}

.selectdrop {
    width: 140px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 2px 5px;
    border: 0px;
    outline: none;
    background: url(../images/dropdown-arrow.png) no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

tr.tot_hglt td {
    background: #fff2cc;
    font-weight: bold;
    color: #808080 !important;
}

.logsel-thronav {
    width: 100%;
}

    .logsel-thronav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        background: #fff;
        border-radius: 10px;
        border: solid 1px #0095d7;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

        .logsel-thronav ul li {
            color: #0095d7;
            width: 50%;
            min-height: 43px;
            line-height: normal;
        }

            .logsel-thronav ul li a {
                height: 100%;
                line-height: normal;
                padding: 6px 14px;
                font-size: 16px;
                text-decoration: none;
                color: inherit;
                overflow: hidden;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                flex-wrap: wrap;
                box-sizing: border-box;
            }

            .logsel-thronav ul li.act {
                background: #0095d7;
                color: #fff !important;
            }


.kn-upld-wrap img {
    width: 20px;
    margin-right: 8px;
    margin-top: 0px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
}

.chose-wrap input {
    margin-bottom: 10px;
}

.mn-rprt-clminr-amr {
    display: flex;
}

  .rpt-input-amr {
    padding: 5px 10px;
    border: solid 1px #0095d7;
    text-align: left;
    margin-right: 10px;
}

.floatnon {
    float: none
}

.scrollit {
    overflow: scroll;
    height: 250px;
}

.train-tbl ul {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    padding-right: 0;
}

    .train-tbl ul li {
        padding: 12px;
        background: #e6f7ff;
        border: 1px solid #ccc;
        width: 25%;
    }

.crousal-tbl .owl-item {
    border: 1px solid #ccc;
}

.crousal-tbl .owl-stage {
    display: flex;
}

.fc .fc-button-primary {
    background: #05b4ff; opacity:0.9;
}

    .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
        background: #358fe8;
        opacity: 1;
    }
    .fc .fc-button-primary:hover {
        background: #358fe8
    }
.fc a[data-navlink] {
    cursor: pointer;
    text-decoration: none;
}

.whiteblock {
    border-radius: 30px;
    padding: 30px 40px;
    background: #fff;
}

.spacebt18 {
    margin-bottom: 18px;
}
.toptitle-wrp {
    margin-bottom: 30px;
    position: relative;
}
.blkclrtxt {
    color: #000;
}

.heading {
    color: #0095D7;
    font-family: 'hp_simplifiedbold';
    font-size: 28px;
    font-weight: normal;
}
.withoutbgrw {
    background: none;
    box-shadow: none;
    border-radius: 0;
}
    .withoutbgrw .white-detail {
        padding: 0;
    }

.white-detail {
    padding: 0 30px 0 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.beat-pln-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.blskcont-bg {
    background: #F9FCFF;
}

.con-mn-row {
    width: 100%;
}
.con-mn-rowpd {
    padding: 20px;
}
.detailfrm {
    font-size: 14px;
    font-family: 'hp_simplifiedregular';
}
.detailfrm-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detal-clm {
    width: 33.3%;
    margin-bottom: 10px;
    padding-right: 16px;
}
    .detal-clm select {
        width: 100%;
        background: none;
        border: solid 1px #BAC9FF;
        border-radius: 5px;
        height: 35px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .detal-clm input {
        width: 100%;
        background: none;
        border: solid 1px #BAC9FF;
        border-radius: 5px;
        height: 35px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
.btndash {
    width: auto;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0095d7 !important;
    border-radius: 14px;
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none;
    float: right;
    margin-top: 5px;
    padding: 0px 15px;
}
.btnlink {
    background: #B1B1B1;
    color: #000;
    padding: 13px 20px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 18px;
    position: relative;
    font-family: 'hp_simplifiedregular';
    font-size: 12px;
}




.trnrwpr .leftsidepnl {
width: 46%;
display: inline-block;
vertical-align: top;
padding-right: 40px;
max-width: 100%;
border-right: solid 1px #bdbdbd;
border-radius: 0;
}

.trnrwpr .sighdrightpnl {
display: inline-block;
vertical-align: top;
padding-left: 40px;
width: 52%;
}

.trnrwpr .sighdrightpnl h3 {
    color: #0095D7;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
}

.trnrwpr .sighdrightpnl ul {
    font-size: 16px;
}

.trnrwpr .sighdrightpnl ul li {
    margin-bottom: 12px;
    line-height: normal;
}
.trnrwpr .sighdrightpnl ul li span {
    min-width: 110px;
    display: inline-block;
    vertical-align: top;
    padding-right: 12px;
    font-weight: 600;
}
    .trnrwpr .sighdrightpnl ul li a {
        color: #0095D7;
        text-decoration: none;
        cursor: default !important;
    }

.nav ul li {
    padding: 0;
    /*! background: #333; */
    border-bottom: 1px solid #999;
}

    .nav ul li a {
        text-decoration: none;
        font-size: 13px;
        display: block;
        padding: 8px;
        color: #00a3de;
    }

    .nav ul li:first-child {
        border: 0;
        border-bottom: 1px solid #999;
    }

.tooltiphelpOvly {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    background: #fff;
    padding: 8px 10px;
    text-align: left;
    border-radius: 2px;
    line-height: 18px;
    border: 1px solid #00a3de;
    display:none;
    cursor:pointer;
}

.tooltiphelp {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.tooltiphelp:hover .tooltiphelpOvly {display:block;}