.dsdlnr-home hr {
    background-color: #ededed;
    height: 1px;
    border: none;
}

.inline-blk {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.justify-end {
    justify-content: end;
}

.block {
    display: block;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-t-md {
    margin-top: 15px;
}

.m-r-lg {
    margin-right: 15px;
}

.m-b-md {
    margin-bottom: 15px;
}

.m-l-md {
    margin-left: 15px;
}

.m-t-lg {
    margin-top: 20px;
}

.m-r-lg {
    margin-right: 20px;
}

.m-b-lg {
    margin-bottom: 20px;
}

.m-l-lg {
    margin-left: 20px;
}

.m-t-xl {
    margin-top: 30px;
}

.m-b-xl {
    margin-bottom: 30px;
}
.m-y-0 {
    margin-top:0;
    margin-bottom:0;
} 

.rating {
    margin-top: 0px;
}

.section-header {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: normal;
    opacity: .7;
}

.dsdlnr-banner img {
    width: 100%;
}

.dsdlnr-home h4 {
    font-size: 16px;
    color: #4c4f52;
    font-weight: 600;
}

.dsdlnr-banner {
    margin-bottom: 20px;
}

.left-half {
    width: 60%;
    float: left;
}

.right-half {
    width: 36%;
    float: left;
    margin-left: 4%;
}

.welcome-text {
    padding-left: 55px;
    position: relative;
    padding-right: 20px
}

    .welcome-text h1 {
        font-size: 30px;
        color: #FE5200;
        font-weight: 600;
        margin-bottom: 12px;
    }

.dsdlnr-home p {
    font-size: 12px; /*font-size: 14px;*/
    color: #7f8082;
}

.dsdlnr-link-gray {
    text-decoration: none;
    color: #7f8082;
}

    .dsdlnr-link-gray:hover {
        color: #0062a9;
    }

.dsdlnr-profile-pick {
    position: absolute;
    left: 0px;
}

    .dsdlnr-profile-pick img {
        width: 36px;
        border-radius: 21px;
    }


.btn-dsd-default {
    color: #FE5200;
    text-decoration: none;
    border: 1px solid #FE5200;
    border-radius: 4px;
    padding: 7px 15px;
    display: inline-block;
    background-color: #F8F8F8;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.training-status-graph .btn-dsd-default {
    min-width: 220px;
    background-color: #FE5200;
    color: #fff;
    border: 1px solid #FE5200;
}

.btn-dsd-default:active, .btn-dsd-default:hover, .btn-dsd-default:focus {
    color: #fff;
    background-color: #FE5200;
    border: 1px solid #FE5200;
}

.dsd-hArea {
    background-color: #FE5200;
    color: #fff;
    padding: 10px;
}

.dsd-hArea-blue {
    background-color: #386B9A;
    padding: 10px;
}

    .dsd-hArea h4, .dsd-hArea-blue h4 {
        color: #fff;
    }

h3.news-heading {
    color: #008dcd;
}

.dsd-cArea {
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-top: none;
}

.training-status-graph {
    text-align: center;
}

/*Widgets row-----------------------------------*/


.dsdlnr-widget {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 137px; /*width: 143px;*/
    padding: 10px 10px 10px 72px;
    /* display: inline-block; */
    color: #fff;
    background-color: #d3d3d3;
    text-align: right;
    border-radius: 4px;
    position: relative;
    height: 85px;
}

.course-widget {
    background-color: #FE5200;
}

.course-complete-widget {
    background-color: #B8D432;
}

.course-overdue-widget {
    background-color: #00734C;
}

.course-expire-widget {
    background-color: #D6006F;
}

.dsdlnr-widget h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dsdlnr-widget h1 {
    text-align: right;
}

.dsdlnr-widget p {
    color: #fff;
}

.widget-icon {
    position: absolute;
    left: 12px;
    top: 28px;
}

/*Login page---------------------------------*/


.login-body-wrapper {
    /*background-image: url(../App_Themes/Default/Images/login_section/CoverImage.jpg);*/
    background-image: url(../Default/Images/login_section/CoverImage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}


.login-block {
    width: 337px;
    margin: 5% auto auto auto;
    background: rgba(249, 249, 249, 0.95);
}

    .login-block .login-logo {
        text-align: center;
        padding: 24px 0px;
    }

.login-header-block {
    background: #fff;
    border-bottom: 1px solid #ebeced;
}


.login-content-block {
    text-align: center;
    padding: 20px;
}



    .login-content-block p {
        color: #7f8082;
    }

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 9px 12px 7px;
    width: 92%;
    font-size: 14px;
}

.btn-brand {
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px 15px;
    background-color: #FE5102;
    width: 100%;
    border: none;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-register {
    display: block;
    padding: 6px 0px;
    color: #808285 !important;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dark-gray-heading {
    color: #4c4f52;
}








.btn-brand:active, .btn-brand:hover, .btn-brand:focus {
    color: #fff;
    background-color: #d64806;
}

.login-content-block a {
    color: #008dcd;
    text-decoration: none;
    font-size: 14px;
}

.btn-register:active, .btn-register:hover, .btn-register:focus {
    border: 1px solid #b4b4b4;
}

.hr-border-full {
    border-bottom: 1px solid #ddd;
    margin: 15px -20px;
}

.login-errorbox {
    text-align: left;
    background-color: #fcecec;
    border: 1px solid #f7c3c5;
    border-radius: 4px;
    padding: 10px;
    color: #ed1c24;
    font-size: 13px;
}


.footer-login {
    background: none repeat scroll 0 0 white;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    background-color: #E2261D;
    font-size: 13px;
    color: #fefefe;
}

.login-watermark {
    color: #afafaf;
}



/*  Onboarding*/

/*.dsd-onboard-widget{
	float: left;   
    width: 193px;
    padding: 10px;   
    color: #fff;       
    border-radius: 4px;
    position: relative;
    height: 85px;
}*/
.dsd-blue-bg {
    background-color: #0083ca;
}

.dsd-ligreen-bg {
    background-color: #B8D432;
}

.dsd-green-bg {
    background-color: #00734C;
}

.dsd-yellow-bg {
    background-color: #ffcc00;
}

.dsd-red-bg {
    background-color: #D6006F;
}

.dsd-orange-bg {
    background-color: #FE5200;
}

.dsd-onboard-widget h3 {
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.dsd-onboard-widget h1 {
    font-family: Arial;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
/*.dsd-label-text
{
    position: absolute;
    bottom: 8px;
}*/

.dsd-employee-card {
    margin-left: 20px;
    margin-bottom: 15px;
    border: 1px solid #f3f3f3;
    padding: 15px;
}

    .dsd-employee-card img {
        border: 1px solid #f3f3f3;
        float: left;
        border-radius: 50%;
        height: 60px;
        width: 60px;
    }

.dsd-emp-name {
    float: left;
    margin-left: 15px;
}

    .dsd-emp-name h3, .dsd-emp-name h3 a {
        font-size: 14px;
        color: #0062A9;
        margin-top: 5px;
        margin-bottom: 3px;
        text-decoration: none;
    }

.emp-role {
    font-size: 13px;
    color: #676a6c;
}

.date-style {
    color: #676a6c;
}

.myProgress {
    width: 100%;
    background-color: #ececec;
    ;
}

.myBar {
    width: 60%;
    height: 4px;
    background-color: green;
}

/* Dash board Onboarding */
.top-tab-bg {
    background-color: #757575;
    font-weight: bold;
}

    .top-tab-bg a {
        color: #b4b5b7;
        display: inline-block;
        padding: 10px 20px;
        position: relative;
    }

        .top-tab-bg a:hover {
            color: #fff;
        }

    .top-tab-bg .active {
        color: #fff;
    }

    .top-tab-bg .down-arrow {
        position: absolute;
        bottom: -15px;
        left: 40%;
        display: none;
    }

    .top-tab-bg .active .down-arrow {
        display: inline-block;
    }

.error-text {
    display: inline-block;
}

.linkButton {
    color: #008dcd !important;
    text-decoration: none !important;
    background: none;
    border: none;
}

    .linkButton:hover {
        text-decoration: underline !important;
        cursor: pointer;
    }

.pop-up-icon {
    top: 0 !important;
}

body {
    color: #333;
}

.light-gray-text {
    color: #676a6c;
}

/* -------------------------------------Cataloug Search */

.search-panel {
    background-color: #f6f6f6;
    padding: 20px 15px 10px;
}

.courseSearchInput {
    height: 35px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    margin-top: 0px;
    padding-left: 10px;
    border-right: none;
}

.searchButton {
    border: none;
    background: #FE5102;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    outline: none;
    padding: 0px 18px 0px 44px;
    cursor: hand;
    text-decoration: none;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../Default/Images/searchBtn_icon.png);
    background-repeat: no-repeat;
    background-position: 15px;
    text-transform: uppercase;
}



.customSearch td {
    margin: 0px;
    line-height: 25px;
    vertical-align: top;
    padding: 0px;
    padding-left: 0px !important;
    border-collapse: collapse;
    border: 0px;
}

.advanceSearnBtn {
    background: none;
    border: none;
    color: #008dcd;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0px 10px 15px;
}

    .advanceSearnBtn:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .advanceSearnBtn:focus {
        outline: none;
    }

.courseSearchInput:focus {
    outline: #FE5102 auto 1px;
}

.searchboxLabel {
    color: #7f8082;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.searchpageHeading {
    font-size: 20px;
    color: #4c4f52;
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
}

.searchpageHeading h2 {
    font-size: 20px;
}

.recentSearchLink {
    display: inline-block;
    font-size: 14px;
    background-color: #f3f3f3;
    border: 1px solid #e8e8e8;
    color: #727272;
    padding: 6px 12px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .recentSearchLink:hover {
        cursor: pointer;
        background-color: #e9e9e9;
    }

/* --------Crousal */
.jcarousel ul li {
    width: auto !important;
}

.jcarousel-wrapper {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.course-card {
    position: relative;
    border: 1px solid #ededed;
    background-color: #fafafa;
    width: 215px;
    margin-right: 15px;
}

.c-img-container {
    background-color: #bebebe;
    height: 114px;
    position: relative;
    overflow: hidden;
}

.liked-heart a input {
    line-height: 1;
}

.liked-heart a {
    vertical-align: middle;
}
/*.c-data-container {
    padding:10px;
}*/
/*.off-type-label {
    position:absolute;
    color:#fff;
    background-color:rgba(0, 0, 0, 0.72);
    padding:4px 10px;
    bottom:0;
    
    
}*/

/*.jcarousel .off-type-label img, .jcarousel .off-type-label span {
    display: inline-block;
    vertical-align: middle;
}*/

.c-data-container h3 {
    font-size: 16px;
    font-weight: 600;
    color: #4c4f52;
    height: 36px;
    overflow: hidden;
    Text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}

}

.small-gray-label {
    color: #7f8082;
    font-size: 13px;
}

.jcarousel-control-prev, .jcarousel-control-next {
    background: none !important;
    margin-top: -47px !important;
}

.jcarousel-control-prev {
    right: 28px !important;
}

.jcarousel-control-next {
    right: 0 !important;
}



/* --------advance Search  */

.search-panel .FormLabelRight {
    width: 95%;
    padding: 4px 0px;
}

.search-panel .FormDropDown {
    border-color: #c6c6c6;
    height: 26px;
    border-radius: 3px;
    margin-bottom: 5px;
}

/* --------Table  */
.table td {
    color: #7f8082;
}

.table .GridViewHeader, .table .SubGridViewHeader {
    background: none;
    color: #4c4f52;
}

    .table .GridViewHeader a, .table .SubGridViewHeader th {
        color: #4c4f52;
        font-size: 14px;
        font-weight: bold;
    }

    .table .GridViewHeader th, .table .SubGridViewHeader th {
        border-bottom: 2px solid #e7eaec;
        padding: 5px;
    }

.table .GridViewhighlightRow {
    background-color: #f4f4f4;
}

.table .GridViewAlternatingRow {
    background-color: #f9f9f9;
}

    .table .GridViewRow td, .table .GridViewAlternatingRow td, .table .GridViewhighlightRow td, .table .SubGridViewRow td, .table .SubGridViewAlternatingRow td {
        padding: 8px 5px 8px 5px !important;
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #e7eaec;
        border-right: none;
        border-left: none;
    }

    .table .GridViewRow a, .table .GridViewAlternatingRow a, .table .GridViewhighlightRow a, .table .SubGridViewRow a, .table .SubGridViewAlternatingRow a {
        /*color:#008dcd;*/
    }


.dropdown-menu-container {
    position: absolute;
    z-index: 9999;
    bottom: 42px;
    right: 0px;
    display: none;
}

.dropdown-menu {
    position: relative;
    display: inline-block;
}
/*.dropdown-menu img
{
    position:absolute;
    right:10; 
    margin-top:-1px;
}*/
.dropdown-content {
    display: block;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 5px 0px;
}

    .dropdown-content a {
        font-size: 14px;
        color: #7f8082;
        padding: 8px 12px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            color: #4c4f52;
            background-color: #f5f5f5;
        }

.show {
    display: block;
}

.star-rating-container {
    margin-top: -10px;
    height: 28px;
}

.table .GridViewPager span, .table .GridViewPager a {
    border: 1px solid #e8e8e8;
    padding: 6px 11px;
    border-radius: 4px;
    color: #727272;
    text-decoration: none;
}

.table .GridViewPager a {
    background-color: #fff;
}

    .table .GridViewPager span, .table .GridViewPager a:hover {
        background-color: #ebebeb;
    }
/*.table .GridViewPager td {
    padding-top:10px;
}*/
.table .GridViewPager {
    text-decoration: none;
}

.cd-star-rating .ratingStar {
    margin-right: 0px !important;
}

.offer-thumb {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .offer-thumb li {
        float: left;
        width: 31.2222%;
        border: solid 1px #e0e0e0;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
    }

        .offer-thumb li a {
            display: block;
            text-align: center;
            height: 200px;
            text-decoration: none;
        }

        .offer-thumb li div {
            display: none;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .offer-thumb li:hover div {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: black;
            opacity: .7;
            filter: alpha(opacity=70);
            cursor: pointer;
        }

            .offer-thumb li:hover div p {
                color: white;
                padding: 40px;
                text-align: left;
            }

        .offer-thumb li a img {
            margin: 15px 0px;
        }

        .offer-thumb li a span {
            display: block;
            margin: 20px 0px;
            background: #f5f5f5;
            height: 39px;
            line-height: 39px;
            font-size: 15px;
            font-weight: bold;
            color: #616161;
        }

/*User Upload data styles*/
.filedrag {
    font-weight: bold;
    text-align: center;
    padding: 1.5em 0;
    margin: 1.5em 0;
    color: #928c8c;
    border: 2px dashed #928c8c;
    border-radius: 7px;
    cursor: default;
}

.fileupload {
    width: 97%;
    position: absolute;
    padding: 1.5em 0;
    margin: 1.5em 0;
    text-align: center;
    opacity: 0;
}

.FormButtonBig {
    text-transform: uppercase;
    border: none;
    background: #FE5102;
    font-weight: normal;
    color: white;
    outline: none;
    padding: 10px;
    cursor: hand;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.template-box {
    background: #F2F2F2;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 25px;
}

    .template-box .column-names {
        font-weight: bold;
    }

    .template-box ul {
        list-style: none;
        padding-left: 40px;
    }

    .template-box li {
        line-height: 20px;
        list-style-type: disc;
    }
/*New Added CSS........... for brand tagline.................................. */
.brand-tagline img {
    max-height: 45px;
}

.table-hover tr td {
    padding-right: 5px;
    vertical-align: top;
}
/*
.metismenu > li:not(:first-child) {
    background: #002444;
}
*/

/*------------No records Message--------------------*/

group-icon {
    display: table;
    text-align: center;
    width: 100%;
    height: 50vh;
}

.group-icon p {
    font-size: 24px;
    color: #c9cdd0;
}

.group-icon .fa-copy {
    font-size: 100px;
    margin-bottom: 50px;
}

.group-icon-table {
    display: block;
    vertical-align: middle;
}

.group-icon .small-text {
    font-size: 16px;
}

/*************************/
/*    AJAX EXTENDERS     */
/*************************/

.ValidatorCalloutHighlight {
    background-color: #FFFACD; /* Corresponds to LemonChiffon, the Validator Default */
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: default;
    display: block;
    text-align: left;
    list-style-type: none;
    height: 310px;
    overflow-y: auto;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem, .autocomplete_listItem {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

/* AutoComplete item */
.autocomplete_highlightedListItem {
    background: #ececec;
}
/****************************/
/*   END AJAX EXTENDERS     */
/****************************/

.header-block .logo {
    padding: 20px 15px;
    background: #fff;
    border-bottom: 1px solid #ebeced;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-header a {
    display: block;
    padding: 6px 15px;
}

.dot {
    cursor: pointer;
    display: inline-block;
}

.dropdown-menu.dot-options {
    float: none;
    right: 0;
    left: auto;
}

.dot-options ul {
    padding: 0;
}

.dot-options li {
    padding: 10px;
    white-space: nowrap;
    list-style-type: none;
}

    .dot-options li span {
        color: #777;
    }

        .dot-options li span:first-child {
            font-weight: bold;
            color: #333;
        }


.LinkButtonTab1_active {
    border: 0px;
    font-family: Verdana, arial;
    font-size: 12px;
    color: White;
    text-decoration: none;
    cursor: default;
    width: 125px;
    /*background: url(../../Images/tab_active.png) repeat-x top left;*/
    background-color: #013983;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
    margin: 0px;
}

.leftcurve {
    width: 15px;
    height: 30px;
    float: left;
    position: relative;
    left: 7px;
}

.rightcurve {
    width: 15px;
    height: 30px;
    float: right;
    position: relative;
    right: 7px;
}

.LinkButtonTab1 {
    font-family: Verdana, arial;
    border: 0px;
    font-size: 12px;
    text-decoration: none;
    width: 125px;
    /*background: url(../../Images/tab_main.png) repeat-x top left;*/
    background-color: #252525;
    height: 30px;
    color: White;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    border-collapse: collapse;
    margin: 0px;
}

.induction-count, .employee-hired {
    font-size: 3rem;
    line-height: 5rem;
}

.form-horizontal .control-label.LabelRight {
    text-align: right;
}

.ui-widget-content a {
    color: #337ab7;
}

.black-overlay {
    min-height: 100%;
    height: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
}
/*New Performance box design...................................*/
.performance-box {
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 10px;
}

.performance-up, .performance-down {
    padding: 5px 10px;
}

.per-title {
    font-size: 16px;
    font-weight: bold;
}

a.per-number {
    color: #fff;
}

.per-number {
    font-size: 50px;
    line-height: 0px;
}

.performance-box-blue {
    background: #6a91f0;
}

.performance-down-blue {
    background: #5985ee;
}

.performance-up div, .performance-down img {
    opacity: .7;
}

.performance-box-green {
    background: #5dc2d3;
}

.performance-down-green {
    background: #4bbbce;
}

.performance-box-pink {
    background: #e9769e;
}

performance-down-pink {
    background: #e66793;
}

.slide-animation {
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 35px;
    color: #646464;
    border: 2px solid #1abab7;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

    .slide-animation:hover {
        padding-right: 73px;
        color: #f7941d;
        border-color: #f7941d;
        background: transparent;
    }

    .slide-animation::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        right: 40px;
        margin-top: 12px;
        background: transparent;
    }

    .slide-animation:hover::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        right: 40px;
        margin-top: 12px;
        background: #f7941d;
    }

    .slide-animation::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 6px;
        right: 37px;
        z-index: 1;
        margin-top: 10px;
        border-left: 3px solid transparent;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }

    .slide-animation:hover::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 6px;
        right: 37px;
        z-index: 1;
        margin-top: 10px;
        border-left: 3px solid #f7941d;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }

.personal-development .btn-primary {
    background: #1abab7;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 14px;
}

.personal-development .row > div {
    margin-bottom: 10px;
}

.btn.feedback-outline {
    border-color: #92c24a;
    background: transparent;
    color: #92c24a;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
}

.feedback-outline .fa, .discussion-outline img {
    margin-right: 10px;
}

.feedback-outline .fa {
    font-size: 20px;
}

.btn.discussion-outline {
    border-color: #073157;
    background: transparent;
    color: #073157;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
}

.inline-block h2, .inline-block div {
    display: inline-block;
    vertical-align: middle;
}

.inline-block h2 {
    margin-right: 30px;
}

.tab-panel-heading {
    border-bottom: 1px solid #1568b5;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .tab-panel-heading img {
        margin-right: 20px;
    }

    .tab-panel-heading a {
        color: #777;
    }

        .tab-panel-heading a.active {
            color: #1568b5;
            font-weight: bold;
        }

.bullet-tab-details li {
    padding: 3px 0px;
}

.tab-panel-heading > div {
    padding: 0;
}

.tab-table .progress {
    margin-bottom: 0;
}

.tab-table.table > tbody > tr > td {
    border: 0;
}

.tab-table.table > tbody > tr > th {
    border-bottom: 1px solid #ccc;
}

.tab-table.table .progress {
    background: #eaeaea;
    border-radius: 30px;
    overflow: hidden;
}

    .tab-table.table .progress .progress-bar {
        border-radius: 30px;
        background-color: #f69a2d;
    }

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
}

.user-dtails {
    margin-left: 15px;
}

.user-dtails, .user-image {
    display: inline-block;
}

.heighlighted-text {
    font-weight: 600;
    color: #333;
    font-style: italic;
}

.behaviour-list {
    margin-bottom: 25px;
    padding-left: 10px;
}

    .behaviour-list img {
        margin-right: 15px;
    }

    .behaviour-list > div {
        display: inline-block;
        vertical-align: middle;
    }

.note-editable.panel-body {
    border: 1px solid #e5e6e7;
}

.note-editor .panel-heading {
    padding-left: 0;
}

.assessment-edit-img img {
    width: 100% !important;
}

.dropdown-menu.dot-options {
    left: auto;
    right: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/*Career Banner section end........................................................................................*/

.red-count {
    background: red;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
    min-width: 24px;
    min-height: 24px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
}

/*.candidate-Pdetails .red-count {
    position: absolute;
    right: -30px;
    top: 0px;
}*/
.candidate-Pdetails img {
    vertical-align: top;
}

.circular-widget-card img {
    margin-right: 20px;
}

.circular-widget-card {
    margin-bottom: 15px;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
}

.header-icon * {
    display: inline-block;
}

.header-icon img {
    margin-right: 20px;
}

.header-icon h2 {
    margin-top: 0px;
    font-weight: bold;
}

.times-slot {
    padding: 3px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.form-horizontal .control-label {
    padding-top: 7px;
}

.inline-block {
    display: inline-block;
}

.btn-download input[type="submit"] {
    background: url(../../images/download.png) no-repeat #1abab7;
    background-position: left 12px center;
    padding-left: 35px;
}

    .btn-download input[type="submit"]:hover {
        background: url(../../images/download.png) no-repeat #18adaa;
        background-position: left 12px center;
        padding-left: 35px;
    }


@media (max-width: 767px) {
    .ui-accordion .ui-accordion-content {
        padding: 1em;
    }
}

.induction-count, .employee-hired {
    font-size: 6rem;
    line-height: 5rem;
}

.talent-group > img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.talent-group a {
    display: block;
}

.table.bdr-top0 > tbody > tr > td {
    border-top: 0;
}

.process-workflow > div {
    padding: 7px 15px;
}

    .process-workflow > div:nth-child(odd) {
        background: #ececec;
    }

    .process-workflow div span, .process-workflow div label, .process-workflow > div > input, .process-workflow div .chosen-container {
        display: inline-block;
        margin-right: 10px;
    }

    .process-workflow div .chosen-container, .process-workflow > div > select {
        width: 500px !important;
    }

@media (max-width: 767px) {
    .process-workflow div .chosen-container {
        max-width: 300px !important;
        min-width: auto !important;
    }
}

.ui-accordion-header a {
    text-shadow: none;
}

.ui-accordion-header .fa {
    margin-right: 10px;
}

.display-hr-center {
    display: flex;
    align-items: center;
}

.spaceAfterImage .table tr.GridViewRow td:nth-child(2) > div, .spaceAfterImage .table tr.GridViewAlternatingRow td:nth-child(2) div {
    margin-right: 10px;
}

.modal-dialog-old {
    width: auto;
    display: inline-block;
}

.group-course-section tr td {
    width: 25%;
    padding: 0px 15px;
    vertical-align: top;
}

.image-placeholder img {
    width: 100%;
}

.group-course-section .group-content {
    border: solid 1px #ECF0F4;
    margin-bottom: 20px;
}

.group-course-section .course-text {
    padding: 15px;
}

.group-course-section .group-content .course-text p > a {
    color: #ff5420;
}

.myteam-options .LinkButton01 {
    font-size: 14px;
}

.LinkButton01 {
    font-size: 16px;
    color: #2a3869;
}

.searchBox {
    background-color: #f5f5f5;
    line-height: 30px;
    padding-top: 21px;
    padding-left: 15px;
    padding-right: 15px;
}

/*Discussion Board rating star...................................................*/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../Images/SavedStar.png);
}

.emptyRatingStar {
    background-image: url(../../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../../Images/SavedStar.png);
}

.resourcetable td {
    border-bottom: 1px solid #ddd;
    padding: 10px 2px 10px 1px;
}

.timesheet-popup .period, .timesheet-popup .ibox-content.m-t {
    margin-top: 0;
    margin-bottom: 0;
}

.timesheet-popup .weekly-date {
    font-size: 14px;
}

.daily-timesheet th {
    color: #9e9e9e;
}

    .daily-timesheet th:first-child {
        min-width: 160px;
    }

.daily-timesheet .input-icon .form-control {
    padding: 6px;
    width: 60px;
}

.daily-timesheet tr td:first-child .input-icon .form-control {
    max-width: 100%;
}

.timesheet-popup .select-contract .form-inline + span {
    display: none;
}

.timesheet-popup .table-responsive {
    border: 0px;
}

@media (max-width:767px) {
    .timesheet {
        display: none;
    }

    .timesheet-popup .table-responsive {
        border: 1px solid #ddd;
    }
}

.table.myteam-options > tbody > tr > td {
    vertical-align: middle;
}

.myteam-options td > div {
    display: inline-block;
    vertical-align: middle;
}

.myteam-options {
    margin-bottom: 0;
}

.response-question-answer {
    padding-left: 10px;
}

.response-question {
    font-size: 14px;
}

.dvQuestion {
    font-size: 16px;
}

.evaluation-question {
    border-bottom: 1px solid #ececec;
}

    .evaluation-question ul {
        padding-left: 0px;
    }

        .evaluation-question ul li {
            display: inline-block;
            vertical-align: middle;
            padding-left: 30px;
        }

/*My community...............................................................*/

.new-feed > div {
    float: left;
    height: 65px;
    background: #fff;
}

    .new-feed > div:first-child {
        width: calc(100% - 70px);
    }

    .new-feed > div.feed-submit {
        background-color: #18adaa;
        border: 1px solid #18adaa;
        padding: 10px 15px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        display: block;
        width: 70px;
    }

        .new-feed > div.feed-submit i {
            display: block;
            margin-bottom: 5px;
        }

.startpost {
    color: #777;
    padding: 20px;
    font-size: large;
}

.feed-row {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e5e6e7;
    background: #fff;
}

.feed-member-pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 4px solid rgba(0,0,0,.1);
}

    .feed-member-pic img {
        width: 100%;
    }

.posted-feed, .latest-updates, .community-overview, .user-reg-container {
    display: flex;
    justify-content: flex-start;
}

.user-reg-container {
    align-items: center;
}

.feeder-details {
    padding-left: 15px;
}

.feed-like-delete {
    padding: 0;
}

    .feed-like-delete li {
        list-style-type: none;
        display: inline-block;
        padding-right: 15px;
    }

        .feed-like-delete li .fa-thumbs-o-up {
            color: blue;
        }

        .feed-like-delete li .fa-trash-o {
            color: red;
        }

.activity-feed .ibox-content {
    background: transparent;
}

.feed-members {
    overflow: hidden;
    padding-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.feed-details, .join-community, .feed-delete, .job-options, .delete-community {
    flex: auto;
}

.feed-delete {
    font-size: 1.5em;
}

.other-members {
    padding: 0;
}

.timesheet-dashboard .nav-tabs > li.active > a,
.timesheet-dashboard .nav-tabs > li.active > a:focus,
.timesheet-dashboard .nav-tabs > li.active > a:hover {
    border: 0;
    background: #fff;
}

.timesheet-dashboard > .nav-tabs > li > a {
    border: none;
    display: flex;
    background: #fff;
    color: #777;
    align-items: center;
    margin-right: 0;
    padding: 10px 20px;
    border-radius: 0;
    justify-content: space-between;
}

.timesheet-dashboard > .nav-tabs > li {
    border-right: 2px solid #ececec;
    width: 25%;
}

    .timesheet-dashboard > .nav-tabs > li:last-child > a {
        border-right: 0px;
    }

    .timesheet-dashboard > .nav-tabs > li > a span {
        line-height: 1;
    }

    .timesheet-dashboard > .nav-tabs > li > a:hover, .timesheet-dashboard > .nav-tabs > li > a:focus {
        background-color: #fff;
    }

    .timesheet-dashboard > .nav-tabs > li > a::after {
        content: "";
        background: #f5921d;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }

    .timesheet-dashboard > .nav-tabs > li.active > a::after, .timesheet-dashboard > .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.timesheet-dashboard .nav-tabs li .pending-time {
    font-size: 64px;
}

.communities .nav-tabs {
    border: 0;
}

    .communities .nav-tabs > li {
        width: 33.33%;
    }

        .communities .nav-tabs > li > a {
            border-radius: 0;
            border: 1px solid #DDDDDD;
            text-align: center;
            padding: 10px 5px;
        }

        .communities .nav-tabs > li.active > a, .communities .nav-tabs > li.active > a:hover, .communities .nav-tabs > li.active > a:focus {
            border-radius: 0;
            border: 1px solid #18adaa;
            background: #18adaa;
            color: #fff;
        }

.communities .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.additional-course .option .form-control {
    display: inline-block;
}

.community-overview {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .community-overview h1 {
        margin-top: 0;
    }

    .community-overview .feed-member-pic {
        width: 100px;
        height: 100px;
    }

.about-details {
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

.about-community-facts {
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio-details td img {
    margin-left: 8px;
}

.portfolio-details td:nth-child(2) {
    font-weight: bold;
}

.selectUser > div {
    display: inline-block;
    width: calc(100% - 87px);
}

.selectUser > label {
    padding-right: 15px;
}

.read-more {
    color: #18adaa;
    cursor: pointer;
}

.bdr0 {
    border: 0;
}

.downloadPost {
    cursor: pointer;
    background-color: #f5f5f5;
    display: inline-block;
    padding-left: 15px;
}

    .downloadPost .fileicon {
        display: inline-block;
        height: auto;
        padding-left: 30px;
    }

        .downloadPost .fileicon span {
            display: inline-block;
            padding: 10px 20px 10px 10px;
            background-color: #efefef;
        }

}

.admin-switch .switch {
    display: inline-block;
}

.admin-switch > span {
    font-weight: bold;
    float: left;
    line-height: 20px;
    margin-right: 15px;
}

.reply-feed {
    margin-left: 80px;
}

    .reply-feed:last-child {
        margin-bottom: 15px;
    }

.Members-people {
    text-align: left !important;
    vertical-align: middle;
}

.contracts-review {
    padding: 0;
}

    .contracts-review li {
        display: inline-block;
        list-style-type: none;
        padding: 10px;
        width: 50%;
        float: left;
    }

    .contracts-review .contracts {
        background: #f9f9f9;
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 6px;
    }

.contracts .contracts-number {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

/*#dvNoramlLink a {
    font-size: 12px;
}*/

.activity-feed .ibox-title .dropdown {
    display: inline-block;
    cursor: pointer;
    float: left;
}

    .activity-feed .ibox-title .dropdown img {
        display: block;
        margin-left: 15px;
    }

.feed-discription .dropdown-toggle {
    padding: 2px 3px;
    cursor: pointer;
}

.dropdown-toggle .fa-ellipsis-v {
    font-size: 2rem;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
}

.feed-dis-options a {
    margin-right: 15px;
    display: inline-block;
}

.join-community .fa-plus {
    display: block;
    padding: 3px 4px;
    border: 2px solid;
    border-radius: 50%;
}

.ibox-title .dropdown-menu {
    text-transform: none;
}

.update-reg-number {
    display: inline-block;
}

.position-info {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 4px;
}

.static-label .label-default {
    background: #efefef;
    color: #777;
}

.static-label .label-default {
    background: #efefef;
    color: #424242;
    transition: all ease .3s;
    margin-right: 15px;
    cursor: pointer;
}

    .static-label .label-default:last-child {
        margin-right: 0px;
    }

    .static-label .label-default:hover {
        background-color: #1abab7;
        color: #FFFFFF;
    }

.contract-documents {
    padding: 0px;
}

    .contract-documents li {
        list-style-type: none;
        padding: 10px 15px;
    }

        .contract-documents li i {
            margin-right: 5px;
        }

.downloadpdf {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    color: red;
}

.month-revenue {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #000;
}

.month-revenue-detail, .earning-reports-details {
    flex: auto;
}

.earning-reports {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*.unit-button {
    border: 2px solid #1abab7;
}
.unit-button .btn{
    border-radius:0;
}
.unit-button a:last-child{
    margin-left: -3px;
}*/
.dropdownMessage {
    padding: 15px;
}

.dropdown-menu.dropdownMessage img {
    position: relative;
    margin-top: 0;
}

.dropdown-toggle .red-count:hover {
    background: darkred;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}


.candidate-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #ececec;
}

.candidate-pics {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #e91329;
    font-size: 50px;
    color: #fff;
    line-height: 100px;
    text-align: center;
}

    .candidate-pics img {
        width: 100%;
    }

.candidate-Pdetails h2 {
    position: relative;
    display: inline-block;
}

.ibox-content .candidate-Pdetails h2 {
    margin-top: 0;
}

    .ibox-content .candidate-Pdetails h2 span {
        vertical-align: top;
    }

.candidate-Pdetails {
    padding-left: 12px;
    padding-right: 15px;
    position: relative;
    width: calc(100% - 100px);
}

@media (max-width: 767px) {
    .candidate-Pdetails {
        padding-left: 15px;
    }
}

.candidate-Pdetails > div {
    margin-bottom: 5px;
}

.candidate-Pdetails i {
    min-width: 16px;
    text-align: center;
    color: #777;
    margin-right: 5px;
}

.candidate-Adetails {
    list-style-type: none;
    padding-left: 0;
}

    .candidate-Adetails > li {
        float: left;
    }

    .candidate-Adetails li:first-child {
        min-width: 100px;
    }

    .candidate-Adetails li:last-child span {
        vertical-align: middle;
    }

.option-dropdown .fa-ellipsis-v {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    color: #777;
}

    .option-dropdown .fa-ellipsis-v:hover {
        color: #000;
    }

@media (max-width:767px) {
    .candidate-details {
        border-right: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width:359px) {
    .candidate-details {
        display: block;
    }

    .candidate-Pdetails {
        padding-left: 0px;
    }
}

.Competencies input[type="checkbox"] {
    float: left;
    width: 13px;
}

    .Competencies input[type="checkbox"] + label {
        width: calc(100% - 20px);
        float: left;
    }

.audit-history .vertical-timeline-icon, #vertical-timeline.audit-history::before {
    top: 10px;
}

.rolerequest-count {
    position: absolute;
    top: -12px;
    right: calc(50% - 30px);
    background: red;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 50%;
    padding: 2px;
}

.jobsearch-title-ref {
    min-width: 150px;
    display: inline-block;
}

/*.job-type {
    border: 1px solid #cc1212;
    display: inline-block;
    padding: 2px 15px;
    font-size: 11px;
    color: #cc1212;
    min-width: 100px;
    text-align: center;
}*/
.job-type {
    color: #8a6d3b;
    background-color: #f9f4dd;
    padding: 5px;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 11px;
}

.align-text-img i, .align-text-img img {
    vertical-align: top;
}

/*.align-text-img img {
    width: 22px;
}*/

.align-text-img + input[type="submit"] {
    margin-left: 29px;
}

.job-boards label {
    padding-right: 10px;
}

.hlnkDocs * {
    vertical-align: middle;
}

.header-icon .page-heading {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.red {
    color: red;
}

.bdr-full {
    border-bottom: 1px solid #ccc;
}

.section-heading {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

    .section-heading span {
        position: relative;
    }

        .section-heading span:first-child::after {
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            bottom: -10px;
            background: #1abab7;
            display: inline-block;
        }

        .section-heading span:last-child {
            color: #777;
        }

.min-hr {
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.onboarding-tab .media .fa {
    font-size: 30px;
}

.onboarding-tab .media .fa-calendar {
    font-size: inherit;
}

.table .GridViewRow td.verticle-top {
    vertical-align: top;
}

.manager-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.inline-left .index, .inline-left > div {
    float: left;
}

.inline-left > div {
    padding-left: 20px;
}

/*@media (max-width: 1199px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}*/

.form-horizontal .control-label.LabelRight {
    text-align: right;
}

.ui-widget-content a {
    color: #337ab7;
}

.noteBox.alert-primary {
    color: #fff;
    background-color: rgba(250,250,250,1);
    border-color: rgb(20, 145, 202);
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}

.announcement {
    color: #777;
}

    .announcement h2, .announcement a {
        color: #1491ca;
    }

.year-review h4 {
    margin-bottom: 2px;
}

.radio-table > div {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.checkbox-inline.radio-table, .radio-inline.radio-table td:not(:first-child) {
    padding-left: 40px;
}

.radio-table td {
    padding-left: 0;
}

.radio-table, .yes {
    float: none;
}

.yes {
    min-height: 30px;
}

.empty-message p {
    margin-bottom: 40px
}

.empty-message .fa-copy {
    font-size: 120px;
    margin-top: 40px;
    opacity: .3;
    display: block;
}

.update-status {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
}

    .update-status label {
        white-space: nowrap;
    }

    .update-status > * {
        margin-right: 0px;
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    .radio-table, .yes {
        float: left;
    }

    .update-status {
        flex-direction: row;
        align-items: center;
    }

        .update-status > * {
            margin-right: 10px;
            margin-bottom: 0px;
        }

    .section-heading {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .update-status {
        margin-bottom: 0px;
    }
}

.panel-bg-gray {
    border-radius: 6px;
    padding: 20px;
    /*background-color: #E7E6DA;*/
    background-color: #f1f1f0;
    margin-bottom: 10px;
}

.cd-tag {
    display: inline-block;
    vertical-align: top;
}

.total-estimated .bdr-2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
/*team link user control css shifted from here.....*/

/*.team-links .Selected {
    background-color: #C9F581;
}*/

.team-links .selected, .team-links .selected + div {
    display: inline-block;
    vertical-align: middle;
}

.team-links.tbl-responsive tr td > img {
    margin-right: 7px;
    vertical-align: top;
}

.team-links.tbl-responsive tr td {
    vertical-align: middle;
}



@media (max-width:547px) {

    .team-links.tbl-responsive {
    }

        .team-links.tbl-responsive tr td {
            float: none;
            display: block;
            width: 100% !important;
            padding: 5px;
        }

            .team-links.tbl-responsive tr td > img {
                margin-right: 7px;
                vertical-align: top;
            }
}

.radioCSS tr td {
    padding-left: 0px;
}

.reg-symboll {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.closed-reg {
    background: #777;
}

.open-reg {
    background: darkgreen;
}

.current-reg {
    background: #337ab7;
}

.closed-event {
    background: #44555f;
}

.current-event {
    background: #21610B;
}

.future-event {
    background: #44555f;
}

.future-eventDarkBlue {
    background: #086A87;
}

.closed-dates {
    background: red;
}

.fc .fc-button-primary {
    background: #2F4050;
}

.ibox-content .fc .fc-non-business {
    background: rgba(215, 215, 215, .3);
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
    .ibox-content .fc .fc-toolbar-title {
        font-size: 1.3em;
        font-weight: bold;
    }

    .ibox-content .fc .fc-button {
        padding: 0.2em 0.4em;
    }
}

.fa-file-text-o {
    color: #0887c0;
}

.small-icon .GridViewRow img, .small-icon .GridViewAlternatingRow img {
    max-width: 16px;
}

.small-icon .GridViewRow td:last-child img,
.small-icon .GridViewAlternatingRow td:last-child img {
    max-width: 12px;
}

.modal-backdrop.fade.in {
    opacity: 0.5;
}

.select-year {
    padding-top: 7px;
}

    .select-year table td a {
        padding: 7px 12px;
        color: #1abab7;
        border: 1px solid #1abab7;
    }

        .select-year table td a.selected {
            background: #1abab7;
            border: 1px solid #1abab7;
            color: #fff;
        }

.form-horizontal .control-label.text-right {
    text-align: right;
}

.custom-radio-button td input {
    opacity: 0;
    width: 0;
    margin: 0;
}

    .custom-radio-button td input + label {
        padding: 6px 12px;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #007bff;
    }

.custom-radio-button td:first-child input + label {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.custom-radio-button td:last-child input + label {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.custom-radio-button td input:checked + label {
    background-color: #0069d9;
    color: #fff;
}

.status-symbol .fa {
    font-size: 15px;
}

.custom-dropdown > div {
    padding: 5px 10px !important;
}

.status-colour.text-primary {
    color: #007bff;
}

.star-rate-text {
    font-size: 22px;
    padding: 0px 10px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    color: purple;
    font-weight: bolder;
    display: inline-block;
    vertical-align: middle;
}

.slide-popup {
    position: fixed;
    right: -900px;
    top: 0;
    height: 100%;
    overflow: auto;
    max-width: 875px;
    background: #fff;
    z-index: 9999;
    box-shadow: -4px 0px 12px rgba(0,0,0,.2);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.slidefromright {
    right: 0;
}

.slide-popup a.closebtn {
    font-size: 36px;
    margin-left: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-decoration: none;
    line-height: .85;
}

.slide-popup hr {
    margin-top: 5px;
    background: #1abab7;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 14px;
}

.justify-between {
    justify-content: space-between;
}
.nobutton, .nobutton:focus {
    border: none;
    outline: none;
    background: transparent;
}

.nobutton .fa-trash {
    color: red;
}

.more-attachments {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

/*Career Banner section start........................................................................................*/
.career-banner {
    background: url('../../images/career-banner-icon.png') no-repeat #006890;
    background-position: right 10px bottom 10px;
    padding: 30px 15px;
    color: #fff;
}

.jobs {
    display: flex;
    align-items: flex-start;
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    padding: 15px;
    justify-content: flex-start;
}

.jobs-icon > img {
    max-width: 40px;
    margin-right: 15px;
}

.job-heading {
    font-weight: 400;
    font-size: medium;
}

.job-options {
    padding-left: 15px;
}

.job-detail-small {
    color: #777;
    display: inline-block;
}

    .job-detail-small:not(:last-child) {
        margin-right: 15px;
    }

    .job-detail-small .fa {
        margin-right: 5px;
    }

    .job-detail-small img {
        vertical-align: middle;
    }

.view-jobs {
    background: #f8ab59;
    color: #fff;
}

    .view-jobs:hover {
        background: #dd882e;
        color: #fff;
    }

.job-options img {
    cursor: pointer;
}

.dropdown-menu.dot-options {
    left: auto;
    right: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/*Career Banner section end........................................................................................*/

.pulse-container {
    width: 22px;
    height: 22px;
    border: 1px solid green;
    padding: 3px;
    border-radius: 50%;
    box-shadow: 0 0 10px green;
}
.pulse {
    width: 14px;
    height: 14px;
    background: green;
    border-radius: 50%;
    /*animation-name: pulse-effect;
    animation-duration: 1s;
    animation-iteration-count: 2;*/

    animation: pulse .6s infinite;
    animation-direction: alternate-reverse;
    animation-delay: 1s;
}
@keyframes pulse-effect {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.25);
    }

    60% {
        transform: scale(1);
    }
    85% {
        transform: scale(.5);
    }

    100% {
        transform: scale(1);
    }
}

.custom-label {
    background: #ececec;
    color: #333;
    padding: 15px;
}
.ui-accordion .hr-full-line {
    margin: 25px -15px;
}
.report-export-links a {
    cursor: pointer;
}
.user-lists .form-group {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.header-heading .m-r-md {
    margin-bottom:0;
}

.justify-center {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column;
}

.stepbar-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

    .stepbar-container::before {
        content: "";
        position: absolute;
        left: 25px;
        bottom: 27px;
        width: calc(100% - 50px);
        height: 2px;
        background: #ccc;
        z-index: -1;
    }

.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto;
}

.step.completed .step-label {
    color: #00a8b2;
}

.step-label {
    font-weight: 600;
}

.step-icon.compose {
    background: url(../../images/envelope.png) #e0e0e0 no-repeat;
    background-position: center;
}

.completed .step-icon.compose {
    background: url(../../images/envelope-white.png) #00a8b2 no-repeat;
    background-position: center;
}

.step-icon.preview {
    background: url(../../images/preview-eye.png) #e0e0e0 no-repeat;
    background-position: center;
}

.completed .step-icon.preview {
    background: url(../../images/preview-eye-white.png) #00a8b2 no-repeat;
    background-position: center;
}

.step-icon.complete {
    background: url(../../images/check-circle.png) #e0e0e0 no-repeat;
    background-position: center;
}

.completed .step-icon.complete {
    background: url(../../images/check-circle-white.png) #00a8b2 no-repeat;
    background-position: center;
}

.popup-container {
    padding: 0 20px;
}

.new-modal-master, .new-modal-master body {
    background: #fff;
}
.innertable .border-bottom-0, .innertable .border-bottom-0 td {
    border-bottom: 0px;
}
.review-action-tab>div {
    width: 33.33%;
}
.timeline-status-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: -5px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa.fa-1x {
    font-size: 1.5em;
}
.quote-sign {
    position: relative;
}
.table > tbody > tr > td.quote-sign {
    padding-left: 40px;
    padding-right: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
}
    .quote-sign::before {
        content: "\f10d";
        font-family: FontAwesome;
        font-size: 18px;
        position: relative;
        display: inline-block;
        color: #00B388;
    }
    .quote-sign::after {
        content: "";
        width: calc(100% - 65px);
        position: absolute;
        height: 2px;
        background: #00B388;
        display: inline-block;
        top: 19px;
        left: 60px;
    }
.table.border-0 > tbody > tr.objective-comments > td {
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.table.border-0 > tbody > tr:nth-child(2).objective-comments > td {
    padding-top: 10px;
}
.badge.badge-activepip {
    background-color: #FFD097;
    color: #d13d10;
    border-radius: 2px;
    text-transform: uppercase;
}
.user-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.selected-skills {
    display: flex;
    flex-wrap: wrap;
}

.selected-skills .skill {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    background: white;
    border: 1px solid #e7eaec;
}
.selected-skills .fa {
    font-size: 20px;
}
.chosen-select-skill option {
    white-space: nowrap;
}
.chosen-select-skill + .chosen-container {
    min-width: 300px !important;
    width: auto !important;
}
.new-list-ui .table > tbody > tr > td:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
}

.new-list-ui tr td .bdr-left-orange {
    border-left: 3px solid #fa456e;
    min-height: 32px;
}

.red-progress {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.d-none {
    display: none;
}



.assets-accordian.panel-group .panel {
    border: 0;
}

.assets-accordian.panel-group .panel-heading, .assets-timeline .panel-collapse {
    border-bottom: 1px solid #ddd;
}

.assets-accordian .panel-title .section-name {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.assets-accordian .panel-title .section-name {
    background: url(../../images/accordian-minus.png) no-repeat;
    background-position: center right;
}

    .assets-accordian .panel-title .section-name.collapsed {
        background: url(../../images/accordian-plus.png) no-repeat;
        background-position: center right;
    }

.assets-accordian .panel-title .section-description {
    font-weight: normal;
    font-size: 12px;
    display: block;
    color: #777;
}

.assets-timeline .panel-collapse, .assets-timeline .panel-collapse .asset-name {
    position: relative;
}

    .assets-timeline .panel-collapse::before {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        background: #ccc;
        top: 15px;
        bottom: 25px;
        left: 26px;
    }

.asset-list {
    margin-top: 15px;
    margin-left: 45px;
}

.assets-timeline .asset-list {
    margin-left: 75px;
    border-bottom: 1px solid #e7eaec;
    padding-bottom: 15px;
}

    .assets-timeline .asset-list:last-child {
        border-bottom: 0;
    }

.assets-icons {
    width: 35px;
    margin-right: 15px;
    position: relative;
}

.assets-timeline .panel-collapse .assets-icons::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #f69a2d;
    border-radius: 50%;
    top: 15px;
    left: -54px;
}

.asset-name .name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

.asset-name .small {
    color: #777;
}

.progress-status {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.onboarding-progress-label, .progress-status-text {
    white-space: nowrap;
}

/*Facial expression rating.....................*/

.facial-icon [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.facial-icon > div {
    margin-right: 5px;
}

.facial-icon > div:last-child {
    margin-right: 0px;
}

.facial-icon-bg {
    border-radius: 50%;
    border: 5px solid #e2e2e2;
    display: inline-block;
    padding: 2px;
}

.facial-icon [type=radio]:checked + .facial-icon-bg {
    border-color: rgba(26, 186, 183, .5);
}