body {
    color: #000;
}



/*Hide angular code at rendering time.*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* ie */
.form-control::-ms-expand {
    display: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.c {
    clear: both;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

.hidden {
    display: none !important;
}

.hide-backtotop .backToTop {
    display: none !important;
}

.cursor-pointer,
.PointerHand {
    cursor: pointer;
}

p.red {
    color: red;
}

strong.red {
    color: red;
}

    strong.red.italic {
        color: red;
        font-style: italic;
    }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Login Page */

/*-------temporary-*/
.firm-text-caption {
    float: right;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    background-color: #89a550;
}

    .firm-text-caption h1 {
        font-size: 4vh;
        font-weight: bold;
        color: #fff;
        line-height: 110%;
        text-align: center;
        margin: 0;
    }



/*.page-login-v2.layout-full .page-content {
    padding: 0px 0px;
}

.page-login-v2.layout-full::before {display:none!important;}
.page-login-v2.layout-full .login-page-col { width:100%; float:left;}
.left-login-panel {width: 69.5%;; float:left;}

.page-login-v2.layout-full .login-page-col .left-login-panel::before {background-image: url(../images/login1.jpg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
    height: 100vh;
    content: '';
    background-position: center top;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}

.page-login-v2.layout-full .login-page-col .page-login-table-cell {
    display: inherit;    width: 100%;
    vertical-align: middle;
}

.page-login-v2.layout-full .login-page-col .page-login-table {
    display: table;
    width: 100%; margin-top:80px;
    height: 100%;
}

.page-login-v2.layout-full .login-page-col form {
    width: 100%;
    margin: 0 0 20px;
}

.page-login-v2.layout-full .login-page-col .left-login-panel { float:left; position:relative;}*/
/*
    background-image: url(../images/login1.jpg); float:left;     width: calc(100% - 478px); height:100vh;      background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center; background-color:#256c59;background-size: 100% 100%;
    
    
    
    .page-login-v2.layout-full .login-page-col .left-login-panel::before {background-image: url(../images/login1.jpg);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 478px;
    z-index: -2;
    height: 100%;
    content: '';
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}*/


/*
.right-login-form-panel { float:right; width:30.5%; position:relative;height: 100vh;}
.page-login-v2.layout-full .login-page-col .page-login-main {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;width: 100%;
    min-height: 100%;
    padding: 40px 68px;
    color: #76838f;
    background: transparent;
    overflow: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
*/

/*------------------------*/
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    [data-tooltip]:before {
        position: absolute;
        bottom: 15%;
        left: 100%;
        margin-bottom: 0px;
        margin-left: 10px;
        padding: 7px;
        /*width: 160px;*/
        border-radius: 3px;
        background-color: #000;
        background-color: hsl(209deg 21% 46%);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    [data-tooltip]:before, [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    [data-tooltip]:after {
        position: absolute;
        bottom: 43%;
        left: 100%;
        margin-left: 0px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 8px solid hsl(209deg 21% 46%);
        border-right: 10px solid transparent;
        border-left: 9px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
        transform: rotate(90deg);
        border-radius: 50px;
    }

    [data-tooltip]:hover:before, [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }




.page-login-v2.layout-full {
}








    .page-login-v2.layout-full::after {
        display: block;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

.page-login-v2 {
    height: 100%;
    overflow-x: hidden;
}

    .page-login-v2.layout-full .page {
        height: 100%;
        min-height: 100%;
        padding: 0 !important;
    }







    /*Login Info */
    /*.page-login-v2 .company-logo {
    position:fixed;
    top:50px;
    left:50px;
}
.page-login-v2 .company-logo-img {
    height:45px;
}*/

    .page-login-v2 .page-brand-info {
        position: absolute;
        top: 5%;
        /*top: 10%;*/
        right: 486px;
        left: 0;
        /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
        display: block;
        text-align: center;
    }

        .page-login-v2 .page-brand-info .brand {
            text-align: center;
        }

        .page-login-v2 .page-brand-info .brand-img {
            /*max-height:160px;*/
            max-height: 75px;
            max-width: 100%;
            vertical-align: middle;
            display: none;
            height: 70px;
        }

    .page-login-v2 .page-login-main .brand {
        display: block;
    }


    .page-login-v2 .page-login-main .form-group {
        position: relative;
    }

        .page-login-v2 .page-login-main .form-group .login-user-icon, .page-login-v2 .page-login-main .form-group .login-lock-icon {
            position: absolute;
            right: 5px;
            font-size: 20px;
            top: 15px;
            color: #bebebe;
        }

        .page-login-v2 .page-login-main .form-group .login-user-icon, .page-login-v2 .page-login-main .form-group .login-eye-icon {
            position: absolute;
            right: 15px;
            font-size: 20px;
            top: 15px;
        }



    /*.page-login-v2 .page-brand-info .brand {
    margin-bottom: 10px;
}
.page-login-v2 .page-brand-info .brand-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 48px;
    font-weight: 200;
    line-height: 50px;
    padding: 10px 30px 10px 30px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.page-login-v2 .page-brand-info .brand-text span{
    font-size: 54px;
    font-weight:600;
    color: #fff;
}
.page-login-v2 .page-brand-info p {
    margin: 0;
    font-size: 28px;
    line-height: normal;
    padding-left: 30px;
}*/

    /*Login Form */
    .page-login-v2.layout-full .page-content {
        padding: 0px;
    }

.page-content {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    position: relative;
    z-index: 10;
}

.page-login-v2.layout-full .page {
    background-color: #dff0ff;
}

    .page-login-v2.layout-full .page .page-content, .page-login-v2.layout-full .page .page-content .main-login-page, .page-login-v2.layout-full .page .page-content .main-login-page .container-fluid, .page-login-v2.layout-full .page .page-content .main-login-page .container-fluid .login-page-section {
        height: 100%;
        min-height: 100%;
    }

        .page-login-v2.layout-full .page .page-content .main-login-page .login-page-section .login-box {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            min-height: 100%;
        }

.page-login-v2 .page-login-main {
    padding: 3px 20px 20px 20px;
    background-color: #fff;
    color: #76838f;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}

.page-login-table {
    display: table;
    width: 100%;
    height: 100%;
}

.page-login-table-cell {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .page-login-v2 .page-login-main .brand-img {
        height: auto;
        width: 100%;
    }
}

.page-login-v2 .page-login-main input {
    background-color: #f6f6f6 !important;
    border: 1px solid #e1e1e1;
    height: 3.573rem;
}

.page-login-v2 .page-login-main .checkbox-custom label::before {
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
}

.login-page-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
}

.hsse-logo-img {
    position: absolute;
    top: 70%;
    left: 39%;
    height: 100px;
    width: 300px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .header .logo, .header .hsse-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .header .logo img {
            margin-top: -11px;
        }
}

@media only screen and (max-width: 1600px) and (min-width: 1500px) {
    .hsse-logo-img {
        position: absolute;
        top: 65%;
        left: 37%;
        height: 100px;
        width: 300px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1400px) {
    .hsse-logo-img {
        top: 68%;
        left: 36%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1300px) {
    .hsse-logo-img {
        top: 66%;
        left: 35%;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
    .hsse-logo-img {
        top: 64%;
        left: 33%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .hsse-logo-img {
        top: 66%;
        left: 38%;
        height: 67px;
        width: 200px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 880px) {
    .hsse-logo-img {
        top: 64%;
        left: 38%;
        height: 54px;
        width: 170px;
    }
}

@media only screen and (max-width: 880px) and (min-width: 768px) {
    .hsse-logo-img {
        top: 62%;
        left: 36%;
        height: 54px;
        width: 170px;
    }
}

@media (max-width: 1900px) {
    .page-login-v2 .login-page-image img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .login-left-side-image {
        display: none;
    }
}


.ribbon {
    padding: 5px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #94cef3;
}

    .ribbon span {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-transform: none;
    }

.ribbon-custom {
    background-color: #002a4e;
    position: relative;
    z-index: 6;
    margin-top: 15px;
}

    .ribbon-custom:before {
        border-left: 20px solid #187cc1;
        right: 0;
    }

    .ribbon-custom:before, .ribbon-custom:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        font-size: 0;
        line-height: 0;
        z-index: 5;
        border-bottom: 0 solid transparent;
        border-top: 15px solid transparent;
        top: -15px;
    }

    .ribbon-custom:after {
        border-right: 20px solid #187cc1;
        left: 0;
    }


.page-login-v2 .page-login-main .brand {
    display: block;
    text-align: center;
    padding: 20px 0px;
}

.page-login-v2 .page-login-main .brand-img {
    height: 45px;
}

.page-login-v2 .page-login-main .hsse-img {
    height: 70px;
}

.page-login-v2 .page-login-main .lets-started {
    color: #4f80bd;
    font-size: 20px;
    font-weight: 300;
}


.page-login-v2 .page-login-main .brand-text {
    display: inline-block;
    vertical-align: middle;
    margin: 11px 0 11px 20px;
    color: #38474f;
}

.page-login-v2 form {
    /*width: 350px;*/
    margin: 0 0 20px;
}

    .page-login-v2 form > button {
        margin-top: 30px;
    }

    .page-login-v2 form a {
        margin-left: 20px;
    }

.page-login-v2 footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: #bce0ff;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    line-height: normal;
    color: #187cc1;
}

.page-login-v2 .social .icon, .page-login-v2 .social .icon:active, .page-login-v2 .social .icon:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .page-login-v2 .page-login-main {
        width: 100%;
    }

    .page-login-v2 form {
        width: auto;
    }
}

@media (max-width: 479px) {
    .page-login-v2 .page-login-main {
        padding: 40px 40px;
    }
}

.page-login-v2 .page-login-main .or {
    font-weight: 400;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #e4eaec;
    margin: 25px 0;
    line-height: 30px;
}

    .page-login-v2 .page-login-main .or::before {
        content: "";
        width: 300%;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50px;
        border-bottom: 1px solid #d5dbdd;
    }

    .page-login-v2 .page-login-main .or::after {
        content: "";
        width: 300%;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 50px;
        border-bottom: 1px solid #d5dbdd;
    }

.page-login-v2 .app-buttons a {
    padding: 10px;
    min-width: 150px;
}

    .page-login-v2 .app-buttons a > i {
        font-size: 30px;
        vertical-align: middle;
    }

    .page-login-v2 .app-buttons a > span {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
    }

        .page-login-v2 .app-buttons a > span > span {
            vertical-align: middle;
            display: block;
            vertical-align: middle;
            font-size: 13px;
            line-height: normal;
        }

            .page-login-v2 .app-buttons a > span > span + span {
                font-size: 16px;
                font-weight: 400;
            }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SITE MENUBAR START  */
.site-menu-sub > .site-menu-item > a {
    padding: 0 20px;
    line-height: 42px;
}

.site-menu-sub {
    width: 60px !important;
}

    .site-menu-sub .site-menu-title {
        display: none;
    }

.site-menubar-unfold .site-menu-sub.active-sub,
.site-menubar-hover .site-menu-sub.active-sub,
.site-menubar-open .site-menu-sub.active-sub {
    width: 260px !important;
}

.site-menubar-unfold .site-menu-sub .site-menu-title,
.site-menubar-hover .site-menu-sub .site-menu-title {
    display: inline-block;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1018;
}

/*
GX-Menu --------------------------*/
.gx-menu-navbar .back {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    /*background: rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.gx-menu-navbar .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 1em;
}

.gx-menu-navbar .text {
    display: none;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site-menubar-unfold .site-menu-sub .gx-menu-navbar .text {
    display: inline-block;
}

.site-menubar-hover .site-menu-sub .gx-menu-navbar .text {
    display: inline-block;
}
/*
iScroll --------------------------*/
/*.site-menubar {
    overflow: hidden;
}*/

/*#gx-sidemenu {
    overflow: hidden;
}*/

.gx-sidemenu-inner {
    position: relative;
    /* overflow: hidden;*/
}

    .gx-sidemenu-inner div.scroll {
        position: relative;
    }

.iScrollVerticalScrollbar {
    opacity: 0;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dashboard Start */
.statistics-widget {
}

    .statistics-widget .statistics {
        background-image: url(../images/statistics-bg-1.png);
        background-repeat: no-repeat;
        background-size: auto;
        height: 100%;
        padding: 20px 15px;
        text-align: center;
        border-radius: .286rem;
    }

        .statistics-widget .statistics.days {
            background-position: left center;
        }

        .statistics-widget .statistics.man-hours {
            background-position: 30% center;
        }

        .statistics-widget .statistics.trcf {
            background-position: 60% center;
        }

        .statistics-widget .statistics.severity {
            background-position: right center;
        }

        .statistics-widget .statistics h2 {
            font-size: 22px;
            font-weight: 500;
            line-height: normal;
            margin: 0;
            padding: 0;
            color: #ffffff;
            display: block;
        }

        .statistics-widget .statistics p1 {
            font-size: 12px;
            font-weight: 500;
            line-height: normal;
            margin: 0;
            padding: 0;
            color: #ffffff;
        }

        .statistics-widget .statistics p {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            margin: 0;
            padding: 0;
            color: #ffffff;
        }



        .statistics-widget .statistics p a {
            font-size: 16px;
            font-weight: 300;
            line-height: normal;
            margin: 0;
            padding: 0;
            color: #ffffff;
        }
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dashboard End */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Floating Menu Start */
.zoom {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 800;
}

.zoom-fab {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: .2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    cursor: pointer;
    color: #fff;
}

    .zoom-fab:hover,
    .zoom-fab:focus {
        box-shadow: 0 3px 3px 0 rgba(0,0,0,.14),0 1px 7px 0 rgba(0,0,0,.12),0 3px 1px -1px rgba(0,0,0,.2);
    }

.zoom-btn-large {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

    .zoom-btn-large i {
        height: 24px;
        width: 24px;
        background: url(../images/widget-ico.png) center center no-repeat;
        margin: 18px 0;
    }

.zoom-menu {
    position: absolute;
    right: 70px;
    top: 10px;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .zoom-menu li {
        position: relative;
        display: inline-block;
        margin: 0 2px;
    }

.zoom-card {
    position: absolute;
    right: 0;
    bottom: 100%;
    transition: box-shadow .25s;
    margin-bottom: 10px;
}

    .zoom-card .dropdown-menu {
        -webkit-padding-start: 0;
        list-style: none;
        text-align: left;
        display: block;
        top: inherit;
        bottom: 100%;
        right: 0;
        left: auto;
        max-height: 310px;
        overflow: auto;
        -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
        box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.1);
    }

        .zoom-card .dropdown-menu a {
            display: block;
        }

            .zoom-card .dropdown-menu a:hover {
                background-color: White;
            }

.scale-transition {
    transition: transform .3s cubic-bezier(.53,.01,.36,1.63) !important;
    opacity: 1;
}

    .scale-transition.scale-out {
        transform: scale(0);
        transition: transform .2s !important;
        opacity: 0;
    }

    .scale-transition.scale-in {
        transform: scale(1);
        opacity: 1;
    }
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Floating Menu End */


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Kb Safety Dashboard Start*/
.postpool {
    font-weight: 400;
    position: relative;
}

    .postpool + .postpool {
        padding-top: 20px;
    }

    .postpool .post-excerpt {
        padding: 15px 20px;
        margin: 0 0 0 70px;
        border: 1px solid #d6e8e3;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }

    .postpool:nth-of-type(odd) .post-excerpt {
        background-color: #ffffff;
    }

    .postpool:nth-of-type(even) .post-excerpt {
        background-color: #e7f1ee;
    }

    .postpool .post-excerpt:before {
        content: '';
        position: absolute;
        top: 15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-right: 15px solid #d6e8e3;
        border-bottom: 15px solid transparent;
        left: -15px;
    }

    .postpool .post-excerpt:after {
        content: '';
        position: absolute;
        top: 16px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-right: 14px solid #fff;
        border-bottom: 14px solid transparent;
        left: -14px;
    }

    .postpool:nth-of-type(even) .post-excerpt:after {
        border-right: 14px solid #e7f1ee;
    }

    .postpool .post-excerpt h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }

        .postpool .post-excerpt h3 span {
            color: #000;
            font-weight: 500;
        }

    .postpool .post-excerpt .post-excerpt-on {
        color: #999999;
    }

    .postpool .post-excerpt p {
        padding: 10px 0px;
        margin: 0;
        color: #555555;
    }

    .postpool .img-article {
        margin-top: 5px;
        float: left;
    }

        .postpool .img-article::before {
            content: '';
            position: absolute;
            top: 26px;
            left: 25px;
            height: 100%;
            width: 1px;
            background-color: #d6e8e3;
            bottom: 0;
        }

    .postpool:last-child .img-article::before {
        height: auto;
    }

    .postpool .article-thumb {
        position: relative;
    }

        .postpool .article-thumb img {
            position: relative;
            border: 2px solid #d6e8e3;
            padding: 2px;
            background-color: #fff;
        }

    .postpool .font-dashboard {
        font-size: 16px;
        color: #000;
        display: block;
        padding: 10px 0 0;
    }

.postpool-search-input {
    margin-bottom: 20px;
}

    .postpool-search-input .form-control {
        font-size: 14px;
        height: 46px;
    }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Read More/Less */
a.read-more, a.read-less {
    cursor: pointer;
    color: #7092be;
}

span.more-text {
    display: none;
}

    span.more-text.show {
        display: inline !important;
    }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Back to Top */
.backToTop {
    cursor: pointer;
    padding: 3px 10px;
    text-align: center;
    background: #11c26d;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    display: none;
    z-index: 999;
    font-size: 18px;
    opacity: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .backToTop:hover {
        text-decoration: none;
        opacity: 1;
    }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Common Css Start*/
/* Badge */
.badge-sitepath {
    font-size: 11px;
    background-color: #f3f7f9;
    border: 1px solid #d5dbdd;
    white-space: normal;
    text-align: left;
    margin-top: -1px;
    vertical-align: top;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
}


/* Tables */
.table {
    color: #000;
    margin-bottom: 0;
}


    /* Table New Design Start*/


    /*.table thead:first-child th {
        border-top: 1px solid #d5dbdd;
    }
    .table thead th {
        border-bottom: 2px solid #d5dbdd;
    }
    .table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #d5dbdd;
}
.table-hover tbody > tr:hover {
    background-color: #f3f7f9;
}*/
    .table thead th {
        border-bottom: none;
    }

    .table td, .table th {
        border-top: none;
    }

    .table thead tr th {
        background-color: #e2e8f0;
    }

        .table thead tr th:first-child {
            border-bottom-left-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
        }

        .table thead tr th:last-child {
            border-bottom-right-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
        }

.table-striped tbody > tr:nth-of-type(even) {
    background-color: #f1f5f9;
}

.table tbody tr td:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.table tbody tr td:last-child {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}


.tbl-main tbody tr:nth-of-type(odd) {
    background-color: #fff;
}


.tbl-main tbody > tr:nth-of-type(even) {
    background-color: #f1f5f9;
}



.main-table tr:nth-of-type(odd) {
    background-color: #fff;
}


.main-table tr:nth-of-type(even) {
    background-color: #f1f5f9;
}



/* Table New Design End*/
.table .thead-light th {
    color: #000;
    background-color: #f3f7f9;
    border-color: #d5dbdd;
}

.table tfoot th, .table thead th {
    font-weight: 500;
    /*color: #76838f;*/
    color: #000;
    font-size: 12px;
}

.table-striped thead > tr:nth-of-type(odd) {
    background-color: #fff;
}

/*Arrow*/
.ng-table th.sortable .sort-indicator:after {
    content: " ";
    position: absolute;
    height: 15px;
    top: 1px;
    right: 0px;
    display: block;
    background: url(../images/arrow.svg) no-repeat center right;
    width: 12px;
    font-family: none;
    opacity: 0.6;
}

.ng-table th.sortable.sort-desc .sort-indicator:after {
    content: " ";
    position: absolute;
    height: 10px;
    top: 3px;
    right: 0px;
    display: block;
    background: url(../images/downarrow.svg) no-repeat center right;
    font-size: 14px;
    width: 10px;
    font-family: none;
}

.ng-table th.sortable.sort-asc .sort-indicator:after {
    content: " ";
    position: absolute;
    height: 10px;
    top: 3px;
    right: 0px;
    display: block;
    background: url(../images/uparrow.svg) no-repeat center right;
    font-size: 14px;
    width: 10px;
    font-family: none;
}

.ng-table th.sortable.sort-asc .sort-indicator:after {
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/* Data Tables */
div.dataTables_paginate ul.pagination {
    margin-top: 30px;
}

div.dataTables_info {
    padding-top: 38px;
}

/* fieldset placeholder css for IE */
fieldset {
    position: relative;
}

    fieldset[disabled]:after {
        content: ' ';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
/* Page Company and Profile */
.avatar-photograph {
    border: 1px solid #d5dbdd;
    text-align: center;
    float: left;
    border-radius: 0.25rem;
    padding: 3px;
}

/* Page Application Configuration */
.application-conf-logo {
    float: left;
    border: 1px solid #d5dbdd;
    text-align: center;
    border-radius: .25rem;
    padding: 10px;
}

/* Signatures */
.signature-img {
    border: 4px double #d5dbdd;
    text-align: center;
    display: inline-block;
    border-radius: 0.25rem;
    vertical-align: top;
}

    .signature-img img {
        height: 25px;
        width: 53px;
    }

/* INC Category */
.inc-category {
    max-height: 190px;
    overflow: auto;
    border-top: 1px solid #d5dbdd;
    border-bottom: 1px solid #d5dbdd;
}

/* Form Control */
.form-control {
    font-size: 13px !important;
    font-weight: 400;
    color: #000;
    border-color: #d5dbdd;
}

select.form-control {
    background: #fff url("../images/select-dropdown-arrow.png") no-repeat center right;
}

.form-control.data-label {
    background: #f3f7f9;
    padding: 8px 10px;
}

.form-control-static {
    padding-top: 5px;
}

input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

input[readonly] {
    cursor: default !important;
}

textarea.form-control {
    min-height: 90px;
}

.textarea-char-limit {
    float: right;
    padding: 1px 5px;
    font-size: 11px;
    background: #f3f7f9;
    border: 1px solid #d5dbdd;
    border-radius: 0 0 3px 3px;
    margin-top: -1px;
}

.required-field {
    color: red;
}

/* Checkbox and Radio button in table header*/
.table td > .checkbox-custom:only-child, .table th > .checkbox-custom:only-child {
    text-align: left;
}

.radio-custom input[type="radio"]:focus + label::before,
.checkbox-custom input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* Margins */
.no-margin {
    margin: 0 !important;
}

.m-t-20-rev {
    margin-top: -20px !important;
}

/* Paddings */
.no-padding {
    padding: 0 !important;
}

/* Switchery */
.switchery {
    cursor: default;
}

/* No-Record */
td.no-record,
td.no-record-available,
.no-record-available {
    text-align: center;
    /*height: 38px;
    border-bottom: none !important;*/
    border: none !important;
    text-align: center;
    border: none !important;
    font-style: italic;
    font-weight: bold;
    color: #76838f;
    font-size: 13px;
}

/* Comments */
.alertComment {
    padding: 15px;
    border-radius: 4px;
    background: #f3f7f9;
    border: 1px solid #d5dbdd;
    -webkit-box-shadow: inset 0px 3px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 3px 5px 0 rgba(0, 0, 0, 0.05);
    border-left-width: 3px;
    border-left-color: #00BCD4;
}

    .alertComment + .alertComment {
        margin-top: 15px;
    }

    .alertComment h6 {
        font-size: 13px;
        font-weight: 400;
        margin: 0 0 10px;
        color: #76838f;
    }

        .alertComment h6 .author {
            font-size: 14px;
            color: #37474f;
            font-weight: 500;
        }

    .alertComment .badge {
        font-size: 12px;
        font-weight: 400;
        white-space: normal;
        margin: 2px 2px;
    }

    .alertComment h6 .date {
        font-weight: 500;
    }
/* blur application logo before load */
.blur-7 {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}
/* Chart */
.chart-container {
    width: 100%;
    height: 420px;
}
/*-----custom-ul-list------------------------*/
.custom-ul-list {
    margin: 0;
    padding: 0;
}

    .custom-ul-list li {
        margin: 0;
        padding: 0 0 18px 15px;
        line-height: 18px;
        text-align: left;
        list-style: none;
        background: url("../images/hp.png") no-repeat left 4px;
    }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Common Css End */

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx My Actions Start */
.lead-statistics-widget {
}

.lead-statistics {
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.05);
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 1.6rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    height: 100%;
    /*    overflow: hidden;*/
    display: block;
}

    .lead-statistics:hover,
    .lead-statistics.active {
        -webkit-box-shadow: inset 0 0 10px 10px rgba(0,0,0,0.1);
        box-shadow: inset 0 0 10px 10px rgba(0,0,0,0.1);
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .lead-statistics .lead-statistics-body {
        padding: 10px 30px 30px 10px;
        position: relative;
        height: 100%;
    }

        .lead-statistics .lead-statistics-body:before {
            content: "";
            background-repeat: no-repeat;
            background-position: center center;
            position: absolute;
            top: -10px;
            right: -10px;
            opacity: .15;
            background-size: cover;
            height: 140px;
            width: 140px;
            z-index: 0;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -moz-transform: rotate(-15deg);
            -webkit-transform: rotate(-15deg);
            -o-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

    .lead-statistics:hover .lead-statistics-body:before,
    .lead-statistics.active .lead-statistics-body:before {
        opacity: .2;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        top: -30px;
        right: -30px;
    }

    .lead-statistics .lead-statistics-body .lead-statistics-content {
        position: relative;
        z-index: 1;
    }

        .lead-statistics .lead-statistics-body .lead-statistics-content .title {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #ffffff;
            margin: 0;
            padding: 0;
        }

        .lead-statistics .lead-statistics-body .lead-statistics-content .count {
            font-size: 36px;
            color: #ffffff;
            padding: 0;
            margin: 0;
            line-height: 50px;
        }

        .lead-statistics .lead-statistics-body .lead-statistics-content .priority {
            color: #ffffff;
            margin: 0;
            padding: 0;
            line-height: 20px;
        }

            .lead-statistics .lead-statistics-body .lead-statistics-content .priority span {
                color: #ffffff;
                display: inline-block;
                padding: 0 5px 0 0;
            }

.lead-statistics-box::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    width: 96%;
    height: 98%;
    background-image: linear-gradient(to right bottom, #4081f8, #7dd2f9);
    z-index: -1;
    border-radius: 15px;
    transform: rotate(-4deg);
    box-shadow: 0 0 45px 5px rgb(0 0 0 / 5%);
}

.lead-statistics-box {
    z-index: 0;
}

.lead-statistics-primary::after {
    background-image: linear-gradient(to right bottom, #0f3557, #ffffff);
}

.lead-statistics-warning::after {
    background-image: linear-gradient(to right bottom, #f18100, #ffffff);
}

.lead-statistics-info::after {
    background-image: linear-gradient(to right bottom, #00bcd4, #ffffff);
}

.lead-statistics-success::after {
    background-image: linear-gradient(to right bottom, #8fcf53, #ffffff);
}

.priority span label {
    color: #ffffff;
    display: inline-block;
    padding: 0;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .priority span a {
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    font-weight: 500;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .priority span label {
    color: #ffffff;
    display: inline-block;
}

.lead-statistics .lead-statistics-body .arrow {
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    right: 3px;
    font-size: 24px;
}

.lead-statistics.one .lead-statistics-body:before {
    background-image: url(../images/PendingActions-icon.png);
}

.lead-statistics.two .lead-statistics-body:before {
    background-image: url(../images/ReviewActions-icon.png);
}

.lead-statistics.three .lead-statistics-body:before {
    background-image: url(../images/ForInformations-icon.png);
}

.lead-statistics.four .lead-statistics-body:before {
    background-image: url(../images/UpcomingTasks-icon.png);
}


.contractor-statistics-widget {
}

    .contractor-statistics-widget .lead-statistics {
        min-height: 100px;
    }

.lead-statistics.worker-list .lead-statistics-body:before {
    background-image: url(../images/Workerlist-icon.png);
}

.lead-statistics.expired-worker .lead-statistics-body:before {
    background-image: url(../images/NearExpWorkerList-icon.png);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx My Actions End */

/* Page titles */
.page-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 70px;
}

.page-header {
    border-bottom: 1px solid #DBDDDE;
}

/* =============
   Helper classes
============= */
.p-0 {
    padding: 0px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-115 {
    padding-top: 115px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-0 {
    margin: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.w-md {
    min-width: 110px;
}


/* Grid page */
.grid-structure .grid-container {
    background-color: #f4f8fb;
    margin-bottom: 10px;
    padding: 10px 20px;
}

/* uib datepicker */
.uib-datepicker-popup {
    padding: 5px;
}

    .uib-datepicker-popup table tr th,
    .uib-datepicker-popup table tr td {
        padding: 1px;
        border: none;
    }
    /*.uib-datepicker-popup .btn-info .text-info {
  color: #ffffff !important;
}*/

    .uib-datepicker-popup .btn.active {
        color: #ffffff !important;
    }

        .uib-datepicker-popup .btn.active .span {
            color: #ffffff !important;
        }

/* Tabs */
.tab-content {
    padding: 20px;
    border: 2px solid #eeeeee;
    border-top: none;
}

/* =============
   Animation
============= */
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
    from {
        width: 0;
    }
}

@keyframes animationProgress {
    from {
        width: 0;
    }
}
/* Portlets loader */
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* waves */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-custom .waves-ripple {
    background-color: rgba(113, 182, 249, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(24, 138, 226, 0.4);
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(16, 196, 105, 0.4);
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(53, 184, 224, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(249, 200, 81, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(255, 91, 91, 0.4);
}

.waves-effect.waves-pink .waves-ripple {
    background-color: rgba(255, 138, 204, 0.4);
}

.waves-effect.purple .waves-ripple {
    background-color: rgba(91, 105, 188, 0.2);
}

.waves-effect.waves-inverse .waves-ripple {
    background-color: rgba(59, 62, 71, 0.4);
}

/* Print css */
@media print {
    .page-title,
    .btn-custom {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .left,
    .right-bar {
        display: none;
    }

    .wrapper {
        margin-top: 0px !important;
        padding-top: 0px;
    }
}

/* Datepicker */
.datepicker {
    padding: 8px;
}

    .datepicker th {
        font-size: 14px !important;
    }

    .datepicker table tr td.today,
    .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.selected,
    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-image: none;
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #71b6f9;
        }

    .datepicker table tr td.active,
    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover {
        background-color: #71b6f9 !important;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
    }

    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
        background-color: #f3f7f9;
    }

.daterangepicker .input-mini.active {
    border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-clip: padding-box;
    color: #435966;
    font-weight: 600;
    font-size: 12px;
    background: #f3f7f9;
    border: 1px solid #d5dbdd;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    border: 1px solid #e3e3e3;
    padding: 2px;
    width: 60px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background-color: #f3f7f9;
    border: 1px solid #f3f7f9;
}

.daterangepicker td.in-range {
    background: #f3f7f9;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #d5dbdd;
}

/* =============
   Notification
============= */
#toast-container > div {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: 1;
}

#toast-container > :hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: 0.9;
}

.toast-success {
    background-color: rgba(17, 194, 109, 0.95);
}

.toast-error {
    background-color: rgba(255, 76, 82, 0.95);
}

.toast-info {
    background-color: rgba(0, 188, 212, 0.95);
}

.toast-warning {
    background-color: rgba(251, 172, 81, 0.95);
}

/* =============
   Charts
============= */
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .chart.chart-widget-pie {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #435966;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }


/* File Upload */
.fileupload {
    overflow: hidden;
    position: relative;
}

    .fileupload input.upload {
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.panel-disabled {
    background: rgba(243, 242, 241, 0.5);
    bottom: 15px;
    left: 0px;
    cursor: wait;
    position: absolute;
    right: -5px;
    top: 0;
}

.loader-1 {
    width: 30px;
    height: 30px;
    background-color: #435966;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.text {
    fill: none;
    stroke-width: 4;
    stroke-linejoin: round;
    stroke-dasharray: 70 330;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 4s infinite linear;
    animation: stroke 4s infinite linear;
}

    .text:nth-child(5n + 1) {
        stroke: #F2385A;
        -webkit-animation-delay: -1.2s;
        animation-delay: -1.2s;
    }

    .text:nth-child(5n + 2) {
        stroke: #F5A503;
        -webkit-animation-delay: -2.4s;
        animation-delay: -2.4s;
    }

    .text:nth-child(5n + 3) {
        stroke: #E9F1DF;
        -webkit-animation-delay: -3.6s;
        animation-delay: -3.6s;
    }

    .text:nth-child(5n + 4) {
        stroke: #56D9CD;
        -webkit-animation-delay: -4.8s;
        animation-delay: -4.8s;
    }

    .text:nth-child(5n + 5) {
        stroke: #3AA1BF;
        -webkit-animation-delay: -6s;
        animation-delay: -6s;
    }

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: -400;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: -400;
    }
}

/* Other styles */
.header-title-sub {
    padding: 5px 10px;
    margin: 0px;
    font-size: 18px;
    float: left;
}

.main-page-title {
    width: 100%;
    padding: 8px 20px 8px 50px;
    /*border: 1px solid #ffffff;
    border-bottom: 1px solid #d5dbdd;
    background: #f3f7f9;*/
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    min-height: 48px;
    border-bottom: 1px solid #0f3556;
}

.icon-position {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: -10px;
    color: #FFF;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    border-radius: .25rem 1rem 0 1rem;
    text-align: center;
    font-size: 30px !important;
    padding: 8px !important;
    border-left: 4px solid rgba(255, 255, 255, 0.5);
    border-top: 4px solid rgba(255, 255, 255, 0.95);
    background-color: #007bff;
}


/*---------Multi-select--------------*/
.dropdown-multiselect {
    width: 100%;
}

    .dropdown-multiselect .btn-default-multi {
        text-align: left;
        display: block;
        width: 100%;
        padding: .429rem 1.2rem .429rem 1rem;
        height: 2.573rem;
        font-size: 12px;
        line-height: 1.571429;
        color: #76838f;
        background-color: #fff;
        background-image: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #d5dbdd;
        border-radius: .215rem;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .dropdown-multiselect .btn-default-multi:focus {
            background-color: #FFFFFF;
            border: 1px solid #71B6F9;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: 0 !important;
            color: #333333;
        }

    .dropdown-multiselect .dropdown-menu {
        min-width: 210px;
    }

.dropdown-multiselect-right .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-multiselect .dropdown-menu > li > a {
    white-space: pre-wrap;
    display: block;
    color: #76838f;
    font-weight: 500;
    font-style: inherit;
    padding: 5px 20px;
}

    .dropdown-multiselect .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #000;
        background-color: #f3f7f9;
    }

    .dropdown-multiselect .dropdown-menu > li > a .checkbox-custom, .dropdown-multiselect .dropdown-menu > li > a .radio-custom {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.dropdown-multiselect .btn-default-multi .caret {
    display: none;
}

.dropdown-multiselect .dropdown-toggle:after {
    margin-right: 0;
    margin-left: .3em;
    right: 15px;
    position: absolute;
    top: 15px;
}

.single-checkbox .checkbox, .single-checkbox .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: -8px;
}

    .single-checkbox .checkbox.checkbox-single label {
        height: 12px;
    }

    .single-checkbox .checkbox label {
        padding-left: 0;
    }

.custom-multiselect-site {
    /*font-size: 14px !important;*/
}

    .custom-multiselect-site > span {
        display: none;
        font-size: 11px;
        color: #76838f;
    }

    .custom-multiselect-site.custom-multiselect-site-block > span {
        display: block;
    }


/*-------TextArea Editor-custom------------*/
.editor-custom.disabled .ta-toolbar {
    display: none;
}

.editor-custom:not(.disabled) .ta-toolbar.focussed {
    display: block;
}

.ta-editor {
    height: auto !important;
}

    .ta-editor div[ng-model=html] {
        /*height: 185px !important;*/
    }

.editor-custom.disabled .ta-scroll-window {
    cursor: not-allowed !important;
}

.editor-custom {
    border: 1px solid #d5dbdd !important;
}

    .editor-custom .custom-top-navigation .btn-group {
        margin: 5px;
    }

        .editor-custom .custom-top-navigation .btn-group .btn {
            border: 1px solid #d5dbdd;
            padding: 3px 6px;
            font-weight: 400;
            background: #fff;
            opacity: 100;
        }

    .editor-custom .custom-top-navigation {
        padding: 5px;
        border: none;
        border-bottom: 1px solid #d5dbdd;
        background: #f3f7f9;
        margin: 0;
    }

    .editor-custom .ta-scroll-window {
        border-radius: 0;
        margin-top: 0px;
        border: none;
        height: 200px !important;
        overflow-y: scroll;
    }

    .editor-custom .custom-top-navigation .btn-group .btn-default:hover, .editor-custom .custom-top-navigation .btn-group .btn-default:focus, .editor-custom .custom-top-navigation .btn-group .btn-default:active, .editor-custom .custom-top-navigation .btn-group .btn-default.active, .editor-custom .custom-top-navigation .btn-group .btn-default.focus, .editor-custom .custom-top-navigation .btn-group .btn-default:active, .editor-custom .custom-top-navigation .btn-group .btn-default:focus, .editor-custom .custom-top-navigation .btn-group .btn-default:hover {
        background-color: #f6f6f6 !important;
    }

/*-------------------------------*/
.slide-panel-custom {
    /*height: 450px;*/
    overflow: auto;
}

/*.slide-panel-custom .panel-group {
  border: 1px solid #e6e6e6;
  margin-bottom: 0px;
}

.slide-panel-custom .panel-group .panel-heading {
  padding: 10px 15px;
  border-bottom: none;
  color: #000;
  background-color: #f4f8f9;
  border-color: #ddd;
}

.slide-panel-custom .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: 1px solid #dbd8d8;
  margin-bottom: 0px;
  box-shadow: none;
}

.slide-panel-custom .panel-group .panel:last-child {
  border-bottom: none;
}

.slide-panel-custom .panel-group .panel-title {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  padding: 0;
}*/


/*-------------Scroll-Fancy------------------------*/
.scrollable {
    position: relative;
}

    .scrollable:focus {
        outline: 0;
    }

    .scrollable .viewport {
        position: relative;
        overflow: hidden;
    }

        .scrollable .viewport .overview {
            position: absolute;
        }

    .scrollable .scroll-bar {
        display: none;
    }

        .scrollable .scroll-bar.vertical {
            position: absolute;
            right: 0;
            height: 100%;
        }

        .scrollable .scroll-bar.horizontal {
            position: relative;
            width: 100%;
        }

        .scrollable .scroll-bar .thumb {
            position: absolute;
        }

        .scrollable .scroll-bar.vertical .thumb {
            width: 100%;
            min-height: 10px;
        }

        .scrollable .scroll-bar.horizontal .thumb {
            height: 100%;
            min-width: 10px;
            left: 0;
        }

/*-------Custom-accordian-tree-----------------*/
multilevel-accordion uib-accordion .panel-group {
    margin-bottom: 0;
}

    multilevel-accordion uib-accordion .panel-group .panel-heading {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

        multilevel-accordion uib-accordion .panel-group .panel-heading:hover {
            color: #fff;
            background-color: #1d2544;
            border: 1px solid #1d2544 !important;
        }

        multilevel-accordion uib-accordion .panel-group .panel-heading h4 a {
            font-size: 12px;
        }

        multilevel-accordion uib-accordion .panel-group .panel-heading:hover a,
        multilevel-accordion uib-accordion .panel-group .panel-heading:hover .panel-title {
            color: #fff;
        }

    multilevel-accordion uib-accordion .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
        border-bottom: 1px solid #dbd8d8;
        margin-bottom: 2px;
        box-shadow: none;
    }

        multilevel-accordion uib-accordion .panel-group .panel:last-child {
            border-bottom: none;
        }

    multilevel-accordion uib-accordion .panel-group .panel-title {
        font-weight: normal;
        font-size: 12px;
    }

    multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body {
        border: 1px solid #dddddd;
        padding: 2px;
    }

        multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading {
            background: none;
            border: none !important;
        }

            multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading:hover {
                background: none;
                color: #ccc;
            }

        multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body {
            border: none;
            padding: 2px;
        }

        multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body {
            background: none;
            padding: 4px 0px 4px 20px;
            border: none !important;
        }

            multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body:hover {
                background: none;
                color: #1d2544;
            }



/*---------------------Sidepanel--------------*/
/*
@media screen and (min-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 25%;
  }

  .row-offcanvas-left {
    left: 25%;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -25%;
    background-color: rgb(255, 255, 255);
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -25%;
    background-color: rgb(255, 255, 255);
  }

  .row-offcanvas-right.active {
    right: 0;
  }

  .row-offcanvas-left.active {
    left: 0;
    overflow: hidden;
  }

  .row-offcanvas-right.active .sidebar-offcanvas {
    background-color: rgb(254, 254, 254);
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    background-color: rgb(254, 254, 254);
  }

  .row-offcanvas .content-panelside {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-width: 100%;
  }

  .row-offcanvas.active .content-panelside {
    width: 100%;
    flex: 0 0 100%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .row-offcanvas .content-panelside {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-width: 100%;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
    overflow: hidden;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }

  .row-offcanvas-right.active {
    right: 50%;
  }

  .row-offcanvas-left.active {
    left: 50%;
    overflow: visible;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 100%;
  }
}
*/
.row-offcanvas {
}

    .row-offcanvas.row-offcanvas-left .sidebar-offcanvas {
        width: 250px;
        float: left;
    }

    .row-offcanvas.row-offcanvas-left .content-panelside {
        margin-left: 270px;
    }

    .row-offcanvas.row-offcanvas-left.active .sidebar-offcanvas {
        display: none;
    }

    .row-offcanvas.row-offcanvas-left.active .content-panelside {
        margin-left: 0;
    }


.sp-replacer.zmdi-format-color-fill::before {
    float: right;
}

.sp-replacer.zmdi-format-color-text::before {
    float: right;
}

.floatThead-container {
    background: #FFFFFF;
}

.breakword {
    word-break: break-word;
}

.breakwordrow td {
    word-break: break-all;
}

.breakwordheader th {
    word-break: break-all;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group .label.label-danger {
    display: block;
    margin-top: 1px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*----File-upload----*/
.custom_file_upload {
    position: relative;
}

    .custom_file_upload input.file {
        border: 1px solid #d5dbdd;
        border-right: 0;
        color: #888;
        padding: 6px 12px 6px;
        outline: none;
        width: 100%;
        border-bottom-left-radius: .215rem;
        border-top-left-radius: .215rem;
        height: 36px;
    }

.file_upload {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    padding: 7px 12px 7px;
    line-height: 18px;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0px;
    height: 36px;
}

    .file_upload:before {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    .file_upload input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        opacity: 0;
        z-index: 99;
    }

.custom_file_upload input.file[disabled] {
    background: #f3f7f9;
}

.onlyupload {
    padding: .072rem .358rem !important;
    font-size: .858rem;
    line-height: 1.5 !important;
    border-radius: .143rem;
    height: auto;
    position: static;
}

.btn-colorpicker {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #E3E3E3;
    box-shadow: none !important;
    cursor: default !important;
    border-radius: 4px;
}

timepicker-pop div.input-group-addon {
    background-color: rgba(218, 230, 236, 0.5) !important;
    color: #000;
    border: 1px solid rgba(218, 230, 236, 0.7) !important;
    border-left: none !important;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}
/*--------- Progress Bar ---------------------*/
.progress {
    height: 10px;
}

.progress-bar {
    font-size: 8px;
    line-height: 10px;
}

/*--------- Table ---------------------*/
.table-title {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
}

.table tr.OverdueTask td {
    background-color: #fff5f5 !important;
}

/*--------- uib-popover ---------------------*/
*[uib-popover-html] {
    cursor: pointer;
}

.uib-time input {
    /* width: 50px; */
    padding: 0;
}

.uib-time.am-pm button {
    padding-left: 5px;
    padding-right: 5px;
}

/* date picker */
.uib-datepicker td button[disabled] {
    border-color: transparent;
}

.uib-time.hours .form-control {
    border-radius: 4px 0px 0px 4px;
}

.uib-time.minutes .form-control {
    border-radius: 0px 4px 4px 0px;
}

/*--------- bootbox ---------------------*/
.bootbox.modal .modal-content {
    border: 1px solid #404040 !important;
}

/*--------- Card Boxes ---------------------*/
.card-box {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 1.6rem;
    -moz-border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel:before {
    content: "";
    width: 96.5%;
    z-index: -1;
    margin-top: -0.87rem;
    border-radius: 1.6rem;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 5rem;
    background-color: #fff3;
}

.panel:after {
    content: "";
    width: 92.5%;
    z-index: -2;
    margin-top: -1.76rem;
    border-radius: 1.6rem;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 5rem;
    background-color: #ffffff26;
}

.card-box.childbox {
    background-color: #FFFFFF;
    border: 1px solid #d5dbdd;
    padding: 0px 15px 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

    .card-box.childbox > h4 {
        margin: 0px -15px 15px;
        background: #f3f7f9;
        border-bottom: 2px solid #d5dbdd;
        padding: 10px 15px;
        font-size: 14px;
    }

.card-box.subchildbox {
    background-color: #FFFFFF;
    border: 1px solid #d5dbdd;
    padding: 0px 15px 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

    .card-box.subchildbox > h5 {
        margin: 0px -15px 15px;
        background: #f3f7f9;
        padding: 10px 15px;
        font-size: 14px;
    }


/*---------Date, Month & Year Picker---------------------*/
.daterangepicker, .uib-datepicker-popup {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -ms-transition: none !important;
}

    .daterangepicker.daterangepicker-overflow {
        min-height: 160px;
        max-height: 400px;
        overflow-y: scroll;
    }

timepicker-pop ul.dropdown-menu {
    left: -122px;
}

/* Day */
.main-table table.uib-daypicker thead tr {
    background-color: transparent !important;
}

.main-table table.uib-daypicker tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.main-table table.uib-daypicker tr td:first-child {
    border-left: none !important;
}

.main-table table.uib-daypicker tr td:last-child {
    border-right: none !important;
}

.main-table table.uib-daypicker thead tr th {
    height: inherit !important;
    background-color: transparent !important;
    border: none !important;
    line-height: 1.6 !important;
    text-align: center !important;
    padding: 0 !important;
}

/*
Month*/
.main-table table.uib-monthpicker thead tr {
    background-color: transparent !important;
}

.main-table table.uib-monthpicker tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.main-table table.uib-monthpicker tr td:first-child {
    border-left: none !important;
}

.main-table table.uib-monthpicker tr td:last-child {
    border-right: none !important;
}

.main-table table.uib-monthpicker thead tr th {
    height: inherit !important;
    background-color: transparent !important;
    border: none !important;
    line-height: 1.6 !important;
    text-align: center !important;
    padding: 0 !important;
}
/*
Year*/
.main-table table.uib-yearpicker thead tr {
    background-color: transparent !important;
}

.main-table table.uib-yearpicker tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.main-table table.uib-yearpicker tr td:first-child {
    border-left: none !important;
}

.main-table table.uib-yearpicker tr td:last-child {
    border-right: none !important;
}

.main-table table.uib-yearpicker thead tr th {
    height: inherit !important;
    background-color: transparent !important;
    border: none !important;
    line-height: 1.6 !important;
    text-align: center !important;
    padding: 0 !important;
}

/*---------Time Picker---------------------*/
body table .uib-timepicker {
    width: auto;
    border-bottom: none;
}

    body table .uib-timepicker tr td {
        padding: 0;
        border: none !important;
        vertical-align: middle;
    }

/*---------Accordian---------------------*/
.panel-group .panel-title:after,
.panel-group .panel-title:before {
    display: none;
}

.panel-group {
    margin-bottom: 0;
}

    .panel-group .panel-collapse .panel-body {
        border: 1px solid #d5dbdd;
    }

.lead-statistics-data {
    background: #4882b7;
    box-shadow: 0 7px 20px rgb(0 0 0 / 15%);
    margin-top: -51px;
    margin-left: -8px;
    padding: 6px 22px 1px 19px;
    border-bottom-right-radius: 14px;
    min-height: 75px;
    max-height: 75px;
}

    .lead-statistics-data .priority {
        margin: 0;
        margin-bottom: 5px;
    }

    /*.lead-statistics-data::before {
        position: absolute;
        top: 72px;
        left: -8px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #73bcff transparent;
        transition: all 0.66s cubic-bezier(1, -0.28, 0.66, 0.48);
        z-index: 3;
    }
*/
   /* .lead-statistics-data::after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: #070808 transparent transparent transparent;
        transition: all 0.66s cubic-bezier(1, -0.28, 0.66, 0.48);
        z-index: -1;
    }*/

    .lead-statistics-data .priority a, .lead-statistics-data .priority {
        color: #ffffff;
    }

.lead-statistics-data-primary {
    background: #4882b7;
}

    .lead-statistics-data-primary::before {
        border-color: transparent transparent #73bcff transparent;
    }

.lead-statistics-data-warning {
    background: #9d5401;
}

    .lead-statistics-data-warning::before {
        border-color: transparent transparent #683801 transparent;
    }

.lead-statistics-data-info {
    background: #017b8b;
}

    .lead-statistics-data-info::before {
        border-color: transparent transparent #024952 transparent;
    }

.lead-statistics-data-success {
    background: #508f15;
}

    .lead-statistics-data-success::before {
        border-color: transparent transparent #37660a transparent;
    }

.my-action-timeline {
    margin-top: 10px;
}
/*---------Dropdown---------------------*/
.dropdown.show > .dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #343a40;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #000;
        background-color: #e6f3ff;
    }
/*---------drop caret---------------------*/
.drop-caret {
    position: absolute;
    right: 15px;
    top: 16px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed #8f9da3;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

/*---------Chip---------------------*/
.chip-box {
    max-height: 190px;
    overflow: auto;
}

.chip {
    position: relative;
    display: inline-block;
    padding: 5px 30px 5px 25px;
    margin: 5px;
    height: 40px;
    border-radius: 25px;
    background-color: #d5dbdd;
}

    .chip p {
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: 14px;
    }

        .chip p:first-child {
            font-weight: 500;
            font-size: 13px;
            margin-bottom: 3px;
        }

    .chip .close-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        font-weight: bold;
        font-size: 14px;
        color: #76838f;
        cursor: pointer;
        padding: 5px;
        text-decoration: none;
    }

        .chip .close-btn:hover {
            color: #333333;
        }

    .chip.team-leader {
        background-color: #3e8ef7;
    }

        .chip.team-leader p {
            color: #ffffff;
        }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Banner Start*/
.home_slider {
}

    .home_slider .caption {
        max-width: 536px;
    }

        .home_slider .caption label {
            color: #000;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            margin: 0 0 10px;
            padding: 5px 15px;
            background-color: #007bff;
            display: inline-block;
        }

        .home_slider .caption h2 {
            color: #fff;
            font-size: 40px;
            font-weight: 300;
            margin: 0;
            padding: 10px 20px;
            line-height: 1.2;
            background: #00173f;
            opacity: 0.8;
        }

        .home_slider .caption p {
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            line-height: normal;
            margin: 2px 0px 0px 0px !important;
            padding: 10px 20px;
            background: #000000;
            opacity: 0.8;
        }

        .home_slider .caption a {
            color: #ffffff;
            font-weight: 400;
            text-transform: uppercase;
            margin: 10px 0 0;
        }

            .home_slider .caption a:hover {
                color: #ffffff;
            }

@media only screen and (min-width: 1200px) {
    .home_slider .caption {
        margin-left: -3% !important;
    }
}

@media only screen and (min-width: 1400px) {
    .home_slider .caption {
        margin-left: -5% !important;
    }
}

@media only screen and (min-width: 1600px) {
    .home_slider .caption {
        margin-left: -10% !important;
    }
}

@media only screen and (min-width: 1900px) {
    .home_slider .caption {
        margin-left: -5% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .home_slider .caption {
        margin-left: 5% !important;
    }
}

@media only screen and (max-width: 768px) {
    .home_slider .caption {
        max-width: 350px;
    }

        .home_slider .caption label {
            font-size: 12px;
            line-height: 20px;
        }

        .home_slider .caption h2 {
            font-size: 30px;
        }

        .home_slider .caption p {
            font-size: 14px;
        }
}

@media only screen and (max-width: 480px) {
    .home_slider .caption p {
        display: none;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Banner End*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Error Page Start*/
.error-box {
    text-align: center;
}

    .error-box .error-heading {
        color: #f18100;
        font-size: 120px;
        margin-top: 10%;
        font-weight: bold;
    }

    .error-box .error-sub-heading {
        text-transform: uppercase;
        color: #000;
    }

    .error-box .error-description {
        font-size: 13px;
    }

    .error-box .error-button {
        margin-top: 30px;
    }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Error Page End*/

/*Version Label */
.version-copy {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -70px;
    width: 140px;
    background: #fff200;
    color: #b18607;
    font-size: 11px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    border: 1px solid #FFC107;
    line-height: 13px;
    z-index: 1021;
    font-weight: 400;
    text-transform: none;
}

.page-login-v2 .version-copy {
    top: 45px;
    padding-bottom: 2px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx RESPONSIVE TABLE CARD START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width: 600px) {
    .table-responsive-card {
        overflow: inherit;
        height: auto !important;
    }

        .table-responsive-card table.table {
            border: 0;
            background: transparent;
        }

            .table-responsive-card table.table > thead {
                display: none;
            }

            .table-responsive-card table.table > tbody + tbody {
                border-top-width: 0;
            }

            .table-responsive-card table.table > tbody > tr {
                background: #FFF;
                padding: 10px 0;
                margin-bottom: 5px;
                display: block;
                border: 1px solid #d5dbdd;
                border-radius: 4px;
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
                box-shadow: 0 1px 1px rgba(0,0,0,.05);
            }

                .table-responsive-card table.table > tbody > tr > td {
                    display: block;
                    border: 0;
                    padding: 4px 10px 4px 50%;
                    position: relative;
                    white-space: normal;
                    word-break: break-all;
                    width: auto !important;
                    max-width: inherit !important;
                    text-align: left !important;
                }

                    .table-responsive-card table.table > tbody > tr > td:before {
                        content: attr(data-label);
                        position: absolute;
                        padding: 4px 10px;
                        left: 0;
                        top: 0;
                        width: 50%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        text-align: left;
                        font-weight: 500;
                        color: #76838f;
                    }

                    .table-responsive-card table.table > tbody > tr > td.no-record,
                    .table-responsive-card table.table > tbody > tr > td.no-record-available {
                        padding-left: 10px;
                        text-align: center !important;
                    }

            .table-responsive-card table.table tbody > tr > td.no-record:before,
            .table-responsive-card table.table tbody > tr > td.no-record-available:before {
                display: none;
            }

    /* Table Nested */
    .table-responsive-card-nested > .table > tbody > tr:nth-of-type(even) {
        background-color: rgba(243,247,249,.3);
    }

        .table-responsive-card-nested > .table > tbody > tr:nth-of-type(even) > td {
            padding-left: 10px;
        }

        .table-responsive-card-nested > .table > tbody > tr:nth-of-type(even) table.table > tbody + tbody {
            border-top-width: 1px;
        }

        .table-responsive-card-nested > .table > tbody > tr:nth-of-type(even) table.table > tbody > tr {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent;
        }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx RESPONSIVE TABLE CARD END xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Planner Page Start*/
.planner-audit-caption {
    width: 100%;
    float: right;
    margin-bottom: 3px;
}

    .planner-audit-caption ul {
        margin: 0;
        padding: 0;
        float: right;
    }

        .planner-audit-caption ul li {
            margin: 0 15px 0px 0px;
            padding: 0;
            float: left;
            list-style: none;
        }

            .planner-audit-caption ul li:last-child {
                margin-right: 0 !important;
            }

            .planner-audit-caption ul li span {
                float: left;
            }
/*
Table Planner */
.table-planner {
}

    .table-planner td {
        vertical-align: middle !important;
    }

    .table-planner .selected-team-members {
        cursor: pointer;
        color: #007bff;
    }

    .table-planner .circle-plan {
        height: 12px;
        width: 12px;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        overflow: hidden;
        margin-top: 3px;
    }

        .table-planner .circle-plan.one-line {
        }

    .table-planner .semi-square {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .table-planner .planner-round {
        position: relative;
    }

        .table-planner .planner-round .item {
            font-size: 10px;
            color: white;
            border-radius: 3px;
            padding: 5px;
            white-space: nowrap;
        }

            .table-planner .planner-round .item.active {
            }

                .table-planner .planner-round .item.active:hover {
                    /* opacity: 0.7; */
                }

    .table-planner .planner-round-swatch {
        display: inline-block;
        position: absolute;
        right: -7px;
        height: 16px;
        width: 16px;
        text-align: center;
        border-radius: 12px;
        font-size: 12px;
        top: -7px;
        float: left;
    }

    .table-planner a,
    .table-planner a.not-active {
        cursor: default;
    }

    .table-planner .DisableMonth {
    }

    .table-planner .PastMonth {
        background-color: #f3f7f9;
    }

    .table-planner .PresentFutureMonth {
        background-color: #11c26d;
        color: #fff;
    }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Planner Page End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Audit Page Start*/
.audit-details {
    min-height: 450px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Audit Page End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Notify Start*/
.notify {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    text-align: center;
}

    .notify .notify-content {
        color: #fff;
        font-size: 16px;
        background-color: #e74c3c;
        border-bottom: 5px solid #d4292e;
        padding: 10px 40px 10px 20px;
        position: relative;
        z-index: 1;
    }

    .notify .notify-close {
        color: #fff;
        position: absolute;
        top: 12px;
        right: 15px;
        opacity: .8;
    }

        .notify .notify-close:hover {
            color: #fff;
            opacity: 1;
        }

    .notify .notify-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: .5;
    }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Notify End*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx User Preferences Page Start*/
.user-preferences {
}

    .user-preferences .user-preferences-item {
        border: 1px solid #d5dbdd;
        padding: 15px;
        border-radius: .286rem;
    }

        .user-preferences .user-preferences-item img {
        }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx User Preferences Page End*/
.loader-widget {
}

.loader-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

    .loader-widget-overlay .loader-content {
        margin: 0 auto 0;
        top: 50%;
        position: relative;
    }

        .loader-widget-overlay .loader-content .loader-index {
            margin-top: 0;
        }


/*.site-menubar {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.8);
    box-shadow: 0px 2px 8px rgba(0,0,0,.8);
}*/

.nvd3 .nv-multibar .nv-groups rect, .nvd3 .nv-multibarHorizontal .nv-groups rect, .nvd3 .nv-discretebar .nv-groups rect {
    fill-opacity: .9 !important;
}

    .nvd3 .nv-multibar .nv-groups rect:hover, .nvd3 .nv-multibarHorizontal .nv-groups rect:hover, .nvd3 .nv-discretebar .nv-groups rect:hover {
        fill-opacity: .7 !important;
    }

/*Header-Toggle*/
.header-toggle-btn {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d5dbdd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    top: 0px;
    left: 0px;
    padding: 15px 15px 0px 15px;
}
/*Header-Toggle*/
.header-toggle-btn {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d5dbdd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    top: 0px;
    left: 0px;
    padding: 15px 15px 0px 15px;
}
/*HSSE-Logo Animate*/
.hsse-navbar-gif {
    background-color: #fff;
    padding: 20px 15px 30px 15px;
    border-bottom-left-radius: 1.6rem;
    margin-right: -15px;
}

    .hsse-navbar-gif img {
        height: 45px;
    }
.site-menubar-unfold .site-menu-ul > li > a > span,
.site-menubar-hover .site-menu-ul > li > a > span {
    display: inline-block;
}

.site-menubar-unfold .site-menu-ul > li > a::after,
.site-menubar-hover .site-menu-ul > li > a::after {
    display: block;
}
.site-menu-ul a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 17px;
}


.site-menu-ul .dropdown.show a::after {
    transform: rotate(-0deg);
    position: absolute;
    right: 10px;
    top: 17px;
}



.site-menu-ul .dropdown.show .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 17px;
}



.site-menu-ul .dropdown.show .dropdown-submenu .arow-down::after {
    transform: rotate(-0deg);
    position: absolute;
    right: 10px;
    top: 17px;
}





.site-menu-ul ul {
    float: none;
}
.site-menu-ul li a {
  
    padding: 10px 19px;
    display: block;
    font-size: 13px;
    color: rgba(255,255,255);
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    white-space: nowrap;
}
.site-menubar, .site-menu-ul li a {
    background: #0f3557;
}

@media screen and (min-width: 992px) {

    /*.site-menu-ul .dropdown:hover > .dropdown-menu {
        display: block;
    }*/

    .site-menu-ul > li > a > span,
    .site-menu-ul > li > a::after {
        display: none;
    }

    .site-menubar-unfold .site-menu-ul > li > a > span,
    .site-menubar-hover .site-menu-ul > li > a > span {
        display: inline-block;
    }

    .site-menubar-unfold .site-menu-ul > li > a::after,
    .site-menubar-hover .site-menu-ul > li > a::after {
        display: block;
    }

    .site-menu-ul ul {
        left: 100% !important;
        transform: none !important;
        top: 0;
        width: 240px;
    }
}

.site-menu-ul .dropdown-submenu {
    position: relative;
}


.site-menu-ul ul {
    position: relative !important;
    transform: none !important;
    width: 100%;
    left: auto !important;
    padding: 5px 10px;
    background: rgba(255,255,255, 0.1);
    margin: 0;
    border: none;
    box-shadow: none;
}

/*.dropdown-menu > .dropdown-submenu:hover .dropdown-menu {
    display: none;
}*/

.site-menubar {
    overflow: auto;
    padding-bottom: 50px;
    height: calc(100% - 60px);
}


.title-tab-panel {
    padding: 0.572rem; border-radius:0.5rem;
    /*border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;*/
}

    .title-tab-panel.expand-pandel { border-bottom-left-radius: 0;
    border-bottom-right-radius:0;
    }

    .panel-exp-body {
        border: 3px solid #0f3557;
        margin-bottom: 10px;
        display: grid;
    }



        .panel-exp-body .collapseable-table thead tr th {
            border-radius: 0;
            
        }



@media screen and (max-width:991px) {
    .site-menubar {
        overflow: auto;
    }

 /*   .dropdown-menu > .dropdown-submenu:hover .dropdown-menu {
        display: none;
    }

        .dropdown-menu > .dropdown-submenu:hover .dropdown-menu.show {
            display: block;
        }
*/
    .site-menu-ul ul {
        position: relative !important;
        transform: none !important;
        width: 100%;
        left: auto !important;
        padding: 5px 10px;
        background: rgba(255,255,255, 0.1);
        margin: 0;
        border: none;
        box-shadow: none;
    }

        .site-menu-ul ul li {
            border-bottom: none;
        }
}


.body-bubble {
    border-radius: 100%;
    background-color: #f00;
    float: left;
    position: absolute;
    z-index: 99;
    height: 2%;
    width: 2%;
    cursor: pointer
}


    /* .body-bubble:before {
        content: "";
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        opacity: 0.8;
        background-color: red;
        -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }*/

    .body-bubble:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f00;
        border-radius: 15px;
    }

.body-part-chart .popover {
    width: 100px !important;
    border: 1px solid #003975;
    line-height: 100%;
}

    .body-part-chart .popover.top > .arrow:after {
        border-top-color: #003975;
    }

.line-part {
    height: 1px;
    background: #f00;
    width: 50px;
    position: absolute;
    margin-top: 3px;
    /*top: 26px;
    left: 43px;*/
}

.line-count-box {
    font-size: 12px;
    font-weight: bold;
    color: #f00;
    position: relative;
    top: -9px;
    background: #fff;
    /* width: 59px; */
    padding: 2px;
    left: -5px;
}

.body-part-chart .popover-content {
    padding: 3px 10px;
    color: #000;
}

    .body-part-chart .popover-content .body-part-text, .body-part-chart .popover-content .body-part-count {
        font-size: 12px;
    }

    .body-part-chart .popover-content .body-part-count {
        font-weight: bold;
    }

.bdy_part1 .line-count-box,
.bdy_part2 .line-count-box,
.bdy_part3 .line-count-box,
.bdy_part4 .line-count-box,
.bdy_part5 .line-count-box,
.bdy_part6 .line-count-box,
.bdy_part7 .line-count-box,
.bdy_part8 .line-count-box,
.bdy_part9 .line-count-box,
.bdy_part10 .line-count-box,
.bdy_part11 .line-count-box,
.bdy_part12 .line-count-box,
.bdy_part13 .line-count-box,
.bdy_part14 .line-count-box,
.bdy_part15 .line-count-box,
.bdy_part16 .line-count-box,
.bdy_part17 .line-count-box,
.bdy_part18 .line-count-box,
.bdy_part19 .line-count-box,
.bdy_part20 .line-count-box,
.bdy_part21 .line-count-box,
.bdy_part22 .line-count-box,
.bdy_part23 .line-count-box,
.bdy_part24 .line-count-box,
.bdy_part25 .line-count-box,
.bdy_part26 .line-count-box,
.bdy_part27 .line-count-box,
.bdy_part28 .line-count-box,
.bdy_part29 .line-count-box,
.bdy_part30 .line-count-box,
.bdy_part31 .line-count-box,
.bdy_part32 .line-count-box,
.bdy_part33 .line-count-box,
.bdy_part34 .line-count-box,
.bdy_part35 .line-count-box,
.bdy_part36 .line-count-box,
.bdy_part37 .line-count-box,
.bdy_part38 .line-count-box,
.bdy_part39 .line-count-box,
.bdy_part40 .line-count-box,
.bdy_part41 .line-count-box,
.bdy_part42 .line-count-box,
.bdy_part43 .line-count-box,
.bdy_part44 .line-count-box,
.bdy_part45 .line-count-box,
.bdy_part46 .line-count-box,
.bdy_part47 .line-count-box,
.bdy_part48 .line-count-box,
.bdy_part49 .line-count-box,
.bdy_part50 .line-count-box,
.bdy_part51 .line-count-box,
.bdy_part52 .line-count-box,
.bdy_part53 .line-count-box,
.bdy_part54 .line-count-box,
.bdy_part55 .line-count-box,
.bdy_part56 .line-count-box {
    border-radius: 3px;
    border: 1px solid #f00;
}

.bdy_part1 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part1 .line-count-box {
        right: auto;
        left: 54%;
    }

.bdy_part2 {
    left: 68%;
    right: 0;
    top: 47.7%;
    width: 53%;
}


    .bdy_part2 .line-count-box {
        right: auto;
        left: 96%;
    }

.bdy_part3 {
    left: auto;
    right: 73%;
    top: 35.5%;
    width: 22%;
}

    .bdy_part3 .line-count-box {
        right: 90%;
        left: auto;
    }

.bdy_part4 {
    left: auto;
    right: 73.5%;
    top: 25.3%;
    width: 25%;
}

    .bdy_part4 .line-count-box {
        right: 50%;
        left: auto;
    }

.bdy_part5 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part5 .line-count-box {
        right: auto;
        left: 54%;
    }

.bdy_part6 {
    left: auto;
    right: 70%;
    top: 12%;
    width: 20%;
}

    .bdy_part6 .line-count-box {
        right: 71%;
        left: auto;
    }


.bdy_part7 {
    left: auto;
    right: 73%;
    top: 3.5%;
    width: 23%;
    display: none;
}

    .bdy_part7 .line-count-box {
        right: 93%;
        left: auto;
    }

.bdy_part8 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part8 .line-count-box {
        right: auto;
        left: 54%;
    }

.bdy_part9 {
    left: auto;
    right: 5%;
    top: 3.5%;
    width: 23%;
}

    .bdy_part9 .line-count-box {
        right: auto;
        left: 54%;
    }


.bdy_part10 {
    left: auto;
    right: 8%;
    top: 89.8%;
    width: 24%;
}

    .bdy_part10 .line-count-box {
        right: auto;
        left: 54%;
        z-index: 1;
    }



.bdy_part11 {
    left: auto;
    right: 83%;
    top: 29.5%;
    width: 48%;
}

    .bdy_part11 .line-count-box {
        right: 7%;
        left: auto;
    }


.bdy_part12 {
    left: auto;
    right: 0%;
    top: 9.5%;
    width: 32%;
}

    .bdy_part12 .line-count-box {
        right: auto;
        left: 54%;
        z-index: 1;
    }

.bdy_part13 {
    left: auto;
    right: -5%;
    top: 35.1%;
    width: 44%;
}

    .bdy_part13 .line-count-box {
        right: auto;
        left: 84%;
        z-index: 1;
    }


.bdy_part14 {
    left: auto;
    right: 75%;
    top: 7%;
    width: 45%;
}

    .bdy_part14 .line-count-box {
        right: 40%;
        left: auto;
        z-index: 1;
    }


.bdy_part15 {
    left: 53%;
    right: auto;
    top: 53%;
    width: 90%;
}

    .bdy_part15 .line-count-box {
        right: auto;
        left: 93%;
    }

.bdy_part16 {
    left: auto;
    right: 70%;
    top: 90%;
    width: 30%;
}


    .bdy_part16 .line-count-box {
        right: 8%;
        z-index: 1;
        left: auto;
    }

.bdy_part17 {
    left: auto;
    right: 58%;
    top: 43.3%;
    width: 57%;
}

    .bdy_part17 .line-count-box {
        right: 44%;
        left: auto;
        z-index: 1;
    }

.bdy_part18 {
    left: auto;
    right: 56%;
    top: 50.3%;
    width: 62%;
}

    .bdy_part18 .line-count-box {
        right: 4%;
        left: auto;
        z-index: 1;
    }

.bdy_part19 {
    left: 68%;
    right: auto;
    top: 94%;
    width: 55%;
}

    .bdy_part19 .line-count-box {
        right: auto;
        left: 80%;
        z-index: 1;
    }

.bdy_part20 {
    left: auto;
    right: 66%;
    top: 55%;
    width: 83%;
}

    .bdy_part20 .line-count-box {
        right: 20%;
        left: auto;
    }

.bdy_part21 {
    left: 67%;
    right: 0%;
    top: 69%;
    width: 30%;
}

    .bdy_part21 .line-count-box {
        right: auto;
        left: 52%;
        z-index: 1;
    }





.bdy_part22 {
    left: auto;
    right: 67%;
    top: 76%;
    width: 24%;
}


    .bdy_part22 .line-count-box {
        right: 47%;
        left: auto;
        z-index: 1;
    }

.bdy_part23 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part23 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part24 {
    left: auto;
    right: 7%;
    top: 19%;
    width: 28%;
}

    .bdy_part24 .line-count-box {
        right: auto;
        left: 89%;
        z-index: 1;
    }

.bdy_part25 {
    left: auto;
    right: 67%;
    top: 62%;
    width: 62%;
}

    .bdy_part25 .line-count-box {
        right: 15%;
        left: auto;
    }

.bdy_part26 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part26 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part27 {
    display: none;
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part27 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part28 {
    left: 4%;
    right: auto;
    top: 11%;
    width: 22%;
}

    .bdy_part28 .line-count-box {
        right: 18%;
        left: auto;
        z-index: 1;
    }


.bdy_part29 {
    left: 72%;
    right: auto;
    top: 12.3%;
    width: 47%;
}

    .bdy_part29 .line-count-box {
        right: auto;
        left: 85%;
    }

.bdy_part30 {
    left: auto;
    right: 73%;
    top: 9.5%;
    width: 40%;
}

    .bdy_part30 .line-count-box {
        right: 17%;
        left: auto;
    }

.bdy_part31 {
    left: 77%;
    right: auto;
    top: 89.77%;
    width: 60%;
}

    .bdy_part31 .line-count-box {
        right: auto;
        left: 95%;
    }


.bdy_part32 {
    left: 82%;
    right: auto;
    top: 29.5%;
    width: 28%;
}

    .bdy_part32 .line-count-box {
        right: auto;
        left: 57%;
    }

.bdy_part33 {
    left: 76%;
    right: auto;
    top: 9.5%;
    width: 58%;
}

    .bdy_part33 .line-count-box {
        right: auto;
        left: 92%;
    }

.bdy_part34 {
    left: 85%;
    right: auto;
    top: 35.5%;
    width: 56%;
}

    .bdy_part34 .line-count-box {
        right: auto;
        left: 94%;
    }

.bdy_part35 {
    left: auto;
    right: 71%;
    top: 7%;
    width: 81%;
}

    .bdy_part35 .line-count-box {
        right: 25%;
        left: auto;
    }

.bdy_part36 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part36 .line-count-box {
        right: auto;
        left: 24%;
    }


.bdy_part37 {
    left: auto;
    right: 78%;
    top: 90%;
    width: 35%;
}

    .bdy_part37 .line-count-box {
        right: 57%;
        left: auto;
    }

.bdy_part38 {
    left: auto;
    right: 87%;
    top: 43.3%;
    width: 83%;
}


    .bdy_part38 .line-count-box {
        right: 31%;
        left: auto;
    }


.bdy_part39 {
    left: 90%;
    right: auto;
    top: 49.5%;
    width: 26%;
}

    .bdy_part39 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part40 {
    left: 77%;
    right: auto;
    top: 94%;
    width: 90%;
}

    .bdy_part40 .line-count-box {
        right: auto;
        left: 90%;
    }

.bdy_part41 {
    left: auto;
    right: 80%;
    top: 55%;
    width: 42%;
}


    .bdy_part41 .line-count-box {
        right: 53%;
        left: auto;
    }


.bdy_part42 {
    left: 77%;
    right: auto;
    top: 69%;
    width: 40%;
}

    .bdy_part42 .line-count-box {
        right: auto;
        left: 70%;
    }


.bdy_part43 {
    left: auto;
    right: 78%;
    top: 76%;
    width: 35%;
}

    .bdy_part43 .line-count-box {
        right: 38%;
        left: auto;
    }

.bdy_part44 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part44 .line-count-box {
        right: auto;
        left: 24%;
    }


.bdy_part45 {
    left: 79%;
    right: auto;
    top: 18.5%;
    width: 48%;
}

    .bdy_part45 .line-count-box {
        right: auto;
        left: 87%;
    }

.bdy_part46 {
    left: auto;
    right: 78%;
    top: 62%;
    width: 24%;
}

    .bdy_part46 .line-count-box {
        right: 15%;
        left: auto;
    }

.bdy_part47 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part47 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part48 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part48 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part49 {
    left: 72%;
    right: auto;
    top: 6.5%;
    width: 38%;
}

    .bdy_part49 .line-count-box {
        right: auto;
        left: 92%;
    }

.bdy_part50 {
    left: 73%;
    right: auto;
    top: 33%;
    width: 54%;
}

    .bdy_part50 .line-count-box {
        right: auto;
        left: 90%;
    }

.bdy_part51 {
    left: auto;
    right: 72%;
    top: 44%;
    width: 30%;
}

    .bdy_part51 .line-count-box {
        right: 37%;
        left: auto;
    }

.bdy_part52 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part52 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part53 {
    left: auto;
    right: 7%;
    top: 25%;
    width: 20%;
}

    .bdy_part53 .line-count-box {
        right: auto;
        left: 24%;
    }

.bdy_part54 {
    left: 7%;
    right: auto;
    top: 3%;
    width: 20%;
}

    .bdy_part54 .line-count-box {
        right: 10%;
        left: auto;
    }

.bdy_part55 {
    left: auto;
    right: 69%;
    top: 41%;
    width: 76%;
}

    .bdy_part55 .line-count-box {
        right: 21%;
        left: auto;
    }

.bdy_part56 {
    left: auto;
    right: 92%;
    top: 52%;
    width: 80%;
}

    .bdy_part56 .line-count-box {
        right: 21%;
        left: auto;
    }
.hse-event-table thead tr th, .hse-event-table tbody tr td {
    border: 1px solid #c4c8c9 !important;
    
}
.hse-event-table thead tr th {
    background-color: transparent !important;
    border: 1px solid #c4c8c9 !important;
}
.hse-event-table.hse-event-table-one tbody tr:last-child {
    background-color: #0f3557 !important;
    color: #fff;
}
.hse-event-table.hse-event-table-one tr:last-child td:nth-of-type(7), .hse-event-table.hse-event-table-one tr:last-child td:nth-of-type(13) {
    background-color: #0f3557 !important;
}
.potential-impact-table thead tr th {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #c4c8c9 !important;
}
.potential-impact-table.potential-impact-table-one tr:last-child td:nth-of-type(7), .potential-impact-table.potential-impact-table-one tr:last-child td:nth-of-type(13) {
    background-color: #63984a !important;
}