@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,300,500,700&display=swap');

@font-face {
    font-family: kenyaCoffe;
    src: url(../vendor/otherFonts/KENYC___.TTF);
}

@font-face {
    font-family: 'kenyaCoffe';
    src: url('../../vendor/otherFonts/KENYC___.TTF') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../vendor/otherFonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../../vendor/otherFonts/RobotoCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: RobotoCondensedRegular;
    src: url('../../vendor/otherFonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'Segan';
    src: url('../../vendor/otherFonts/Segan-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Agency_FBB';
    src: url('../../vendor/otherFonts/Agency_FB.ttf') format('truetype');
}

@font-face {
    font-family: 'BigNoodleTiling';
    src: url('../../vendor/otherFonts/big_noodle_titling_oblique.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../../vendor/otherFonts/gothic_0.TTF') format('truetype');
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../../vendor/otherFonts/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../../vendor/otherFonts/NotoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSerif-Regular';
    src: url(/Content/vendor/otherFonts/NotoSerif-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    src: url(/Content/vendor/otherFonts/NotoSansCJKjp-Regular.min.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    src: url(/Content/vendor/otherFonts/NotoSans-Regular.ttf) format('truetype');
}
/*@font-face {
    font-family: 'roboto';
    src: url('../../vendor/otherFonts/Roboto-Light.ttf') format('truetype');
}*/



body {
    -webkit-print-color-adjust: exact;
    font-family: Roboto,"Noto Sans TC",sans-serif;
}

body {
    overflow: hidden;
}

#page-wrapper {
    overflow: hidden !important;
}

#BiHupPages {
    padding: 29px;
}

.wrapper {
    overflow-y: scroll;
    width: 100% !important;
    display: block;
    position: relative;
    /*margin: 29px;*/
    margin-bottom: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    background: white;
    padding: 5px 10px !important;
    padding-bottom: 100px;
}

.slimScrollBarCustom {
    position: absolute !important;
}

.slimScrollBar {
    /*position:fixed !important;*/
    z-index: 1001 !important;
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
}

button, input {
    outline: none;
}

.noWrapperScroll {
    overflow: hidden;
    height: 100%;
}

.wrapper.noframe {
    margin: 0px !important;
    background: none;
    border-radius: 0px;
    border: 0px !important;
}

.wrapper.noframe1 {
    background: none;
    border-radius: 0px;
    border: 0px !important;
}

.footer {
    display: none;
}

.dropdown-toggle {
    background: transparent !important;
}

.padding-0-custom {
    padding: 0px !important;
}

.dataTables_wrapper {
    padding-bottom: 28px !important;
    padding-top: 5px;
}

#side-menu.nav > li.active > a {
    padding-left: 21px;
}

#side-menu.nav > li > a > i {
    width: 13px;
}

.modal-content .wrapper {
    overflow-y: auto;
    background: white;
    padding: initial;
    position: initial;
    border: none;
    border-radius: initial;
    width: initial !important;
    margin: initial;
    margin-bottom: initial;
}

.modal-content {
    /* for black dotts issue in popup*/
    border: none !important;
}

.noframe {
    padding: 30px 15px;
}

#UserHeaderImage {
    width: 68px;
    height: 68px;
}

#UserProfile1 {
    height: 155px;
}

img.Mr {
    background: url(../../../Images/Assessment/Profile-Photo-Mr.png) bottom center no-repeat;
    background-size: 100% 100%;
}

img.Mx {
    background: url(../../../Images/Assessment/Profile-Photo-Mx.png) bottom center no-repeat;
    background-size: 100% 100%;
}

img.Ms {
    background: url(../../../Images/Assessment/Profile-Photo-Ms.png) bottom center no-repeat;
    background-size: 100% 100%;
}

div.orgChart {
    border: none !important;
    background-color: initial !important;
}

.ClientsLiList .dropdown-menu {
    /*margin-top: 17px;*/
    margin-right: -18px;
}

.dropdown.dropup .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 2px;
}

#clientTree #clientTree_top .jstree-container-ul::after {
    content: "";
    position: fixed;
    width: 0;
    height: 0;
    top: 59px;
    right: 29px;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent white white;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.timer {
    margin-right: initial !important;
    float: left;
    margin: auto;
    display: inline-block;
    position: relative !important;
    /*margin-left: -50px;*/
    display: none;
}

.topAccountDrop::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 2px;
    right: 1px;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: transparent transparent white white;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.account-info-fname {
    vertical-align: middle;
    margin: 0px 8px;
}

.drpSettings {
    font-weight: lighter;
    color: #333333;
}

    .drpSettings a:hover, .drpSettings a:hover i, .LogoutNavigation:hover, .LogoutNavigation:hover i {
        color: #00a4ed !important;
    }

    .drpSettings .topAccountDrop {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
    }

        .drpSettings .topAccountDrop > li > div {
            padding: 9px 10px;
            /*white-space: nowrap;*/
        }

        .drpSettings .topAccountDrop .divider {
            margin: 0 10px;
        }

.nav.navbar-right > li.drpSettings > a:hover span {
    color: white !important;
}

.drpSettings a.count-info span {
    color: #444444;
    font-size: 12px;
}

.xg-icheck input[type=checkbox], .xg-icheck input[type=radio] {
    z-index: -99;
    opacity: 0;
}

.checkbox .icheck-label::before{
    display:none;
}

.ClientsLiList, .settingDevider {
    line-height: 0px;
    margin-right: 29px !important;
}

.alert {
    text-align: center;
}

#behaviourStyle a {
    text-align: left !important;
    width: 166px;
    display: block;
    margin: auto;
}

.AssessmentClient {
    border: 1px solid #c9c9c9;
    margin-left: 11px;
    padding: 5px 5px;
    border-radius: 2px;
    color: #424243;
}

    .AssessmentClient .caret {
        float: right;
        margin-top: 6px;
        color: #424243;
    }

.inviteImg {
    margin-bottom: 2px;
    margin-right: 4px;
}

#page-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

.tmpContainer {
    background: white !important;
}

.rowDiv {
    padding-left: 15px !important;
}

.navbar-fixed-top {
    height: 60px;
}

.navbar-default .slimScrollBar {
    position: absolute !important;
}

.navbar-fixed-top {
    height: 60px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.col-sm-5 .input-group {
    display: inline-block !important;
    margin-left: 23px !important;
}

.col-sm-5 > .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: initial;
}


.img {
    border-radius: 25px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.table > tbody > tr > td > div {
    margin-top: 7px;
    text-align: left !important;
    vertical-align: middle;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
    text-align: center;
}

.red {
    color: #BA5E7B;
}

.green {
    color: #339933;
}

.yellow {
    color: #E6A900;
}

.blue {
    color: #0060C4;
}

.progress {
    background: rgba(245, 245, 245, 1);
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 2px;
}

.progress-bar-custom {
    background: rgba(66, 139, 202, 1);
}

.progress-bar {
    height: 15px !important;
    margin: 0px 0px !important;
}

.right-sidebar-main {
    background-color: white !important;
    padding-left: 12px;
}

.right-sidebar .sold-cars {
    margin-top: 10px;
}

.right-sidebar .total-sold, .car-modal {
    float: left;
}

.right-sidebar .car-modal p {
    float: right;
}

.right-sidebar h1 {
    margin-left: 20px;
}

.nav-header {
    background: url("../patterns/header-profile.png") repeat !important;
}

.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 0px !important;
}

.SubContainerFixDiv {
    margin: 0px auto !important;
}

.leftlogo {
    margin-left: 22px;
}

    .leftlogo img {
        width: 37%;
    }

.leftlogoSmall img {
    width: 40px;
    float: initial !important;
}

.navbar-static-side {
    width: 252px;
}


/*md-skin*/
/*.sidebar-collapse {
    background-color: white;
}*/

.sidebar-collapse {
    overflow: hidden;
}

.tblgrid tr th label {
    font-weight: 400;
}

.car-modal img {
    width: 80%;
}

.hdrClient {
    padding-left: 10px;
    width: 260px;
    background: white;
    padding: 2px 5px;
    border-radius: 2px;
    padding-bottom: 1px;
}

    .hdrClient .caret {
        margin-left: 4px;
    }

.table-striped th {
    text-align: center;
}

.Logout {
    background: none;
    border: none;
    margin-right: 6px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.LogoutMobile {
    background: none;
    border: none;
    margin-right: 6px;
    color: #676a6c;
    padding: 7px 20px 14px 25px;
}

.LogoutMobile {
    color: #A7B1C2;
}

    .LogoutMobile span {
        padding-left: 2px;
        font-weight: 600;
    }
/*md-skin*/
/*.navbar-static-side {
    margin-top: 60px;
}*/

.bottomSystemView {
    background-color: #3e8ac4;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 5px 0px 5px;
    width: 252px;
    height: 60px;
    display: table;
}

#sideFixNavbar li {
    width: 252px;
}

.bottomSystemView a {
    display: table-cell;
    vertical-align: middle;
}

.bottomSystemView .fa-th {
    color: white;
    font-size: 20px;
    padding-left: 10px;
    display: inline-block;
    line-height: 20px;
    color: white;
    height: 20px;
    text-align: center;
}

.bottomSystemView .fa-unsorted {
    color: white;
    font-size: 13px;
    padding-left: 6px;
    display: inline-block;
    line-height: 20px;
    color: white;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

.bottomSystemView span {
    color: white;
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
}

.bottomSystemView span {
    color: white;
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
}

.Logout i {
    margin-right: 6px;
}

.topAccountDrop {
    width: 335px !important;
}

    .topAccountDrop a {
        font-size: 14px !important;
        display: flex !important;
        align-items: center;
    }

    .topAccountDrop i {
        padding-right: 8px !important;
    }

.LogoutNavigation {
    background: none;
    border: none;
    padding: 4px 7px 7px 7px;
    outline: none;
    color: black;
    font-size: 14px;
    text-align: left;
    display: flex !important;
    align-items: center;
}

    .LogoutNavigation:hover {
        color: black;
    }

.dropdown-messages-box a, .dropdown-messages-box button {
    width: 100%;
    display: block;
}

#profile-dropdown .active a {
    color: initial;
    text-decoration: initial;
    background-color: initial;
    outline: initial;
}

/*//------------------------- tooltip start --------*/
.popover-title {
    border-bottom: none;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #f1f1f1;
}

.popover {
    border: none;
}

.popover-content ul li {
    padding: 9px 9px;
    margin: 6px 0px;
    background-color: white;
    padding-left: 26px;
    list-style-position: inside;
    position: relative;
}

    .popover-content ul li:before {
        content: "\f00c";
        font-family: FontAwesome;
        margin-left: -1.3em;
        background: #f1f1f1;
        border-radius: 50%;
        color: #7B8CAB;
        border: 1px solid #7B8CAB;
        padding: 1px;
        position: absolute;
        left: 19px;
        font-size: 11px;
        top: 15px;
    }

.popover-content ul {
    list-style: none;
    padding: 0;
}

.popover.bottom > .arrow {
    border-bottom: none !important;
}

.popover {
    min-width: 120px;
    width: 270px !important;
    background: #f7f7f7;
}

.slider .tooltip {
    min-width: 30px;
    max-width: 40px;
}

.popover-content {
    padding: 9px 0px;
}

    .popover-content > ul {
        padding: 0px 12px;
        color: #575757;
        font-size: 13px;
    }
/*//------------------------- tooltip end--------*/

/*//------------------------- Loader --------*/

.LoaderDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background: rgba(2, 18, 23, 0.6);
    z-index: 5000;
    top: 0;
    left: 0;
}

.lblLadder {
    display: block;
    margin-top: 18px !important;
}

.colored-border {
    border-color: #3498db !important;
}

.loader-item {
    background: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
    border-left: 3px solid;
    border-radius: 200px;
    border-right: 3px solid;
    border-top: 3px solid;
    height: 40px;
    /*left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;*/
    width: 40px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    transform: rotate(90deg);
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

.fa-rotate-270 {
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    transform: scale(1, -1);
}
/*//------------------------- Loader End --------*/
.nav-Evaluation-header {
    min-height: 40%;
    color: white;
    padding: 35px;
    padding-top: 65%;
}

    .nav-Evaluation-header h3 {
        font-weight: 400;
    }

#side-menu-Evaluation > li > a {
    padding: 10px 8px 10px 29px;
}

.navbar-Evaluation {
    background-color: #2F4050;
}

    .navbar-Evaluation span {
        font-weight: 400;
        font-size: 20px;
    }

.Eval-top {
    background: #F7F5F7;
    margin: 0px;
    border-bottom: 1px solid #d8d8d5;
    text-align: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
}

.Eval-top-Self {
    background-color: #2f4050;
    margin: 0px;
}

    .Eval-top-Self h2 {
        float: left;
        padding: 5px;
        color: #efefef;
        margin-bottom: 20px;
        margin-left: 22px;
        font-family: RobotoCondensed;
        margin-left: 7px;
    }

.Eval-top h2 {
    float: left;
    padding: 5px;
    color: #efefef;
    margin-bottom: 20px;
    margin-left: 22px;
    font-family: RobotoCondensed;
    font-size: 18px;
}

.sliderDiv {
    padding-top: 12px;
    float: left;
    padding-left: 2.6%;
}

.sliderDiv3 {
    padding-top: 12px;
    float: left;
    padding-left: 2.2%;
}

.sliderDiv4 {
    padding-top: 12px;
    float: left;
    padding-left: 2%;
}

.sliderDiv5 {
    padding-top: 12px;
    float: left;
    padding-left: 1%;
}

.sliderDivSelfRating {
    float: left;
    color: black;
}

.commentDiv {
    float: left;
    padding-top: 2px;
}

    .commentDiv textarea {
        height: 61px;
        width: 100%;
        border-color: #E0DEDE;
        padding: 0px 5px;
    }

.commentDivSelf {
    padding: 5px 0px !important;
}

    .commentDivSelf textarea {
        height: 100px;
        width: 100%;
        border-color: #E0DEDE;
        padding: 0px 5px;
    }


.rtasRaw {
    margin: 5px;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.rtasRawRating {
    background-color: white;
}

rtasRawRating-last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ImageDiv1 {
    padding: 0px !important;
}

.ImageDiv {
    padding: 5px 5px 5px 5px !important;
    height: 115px;
    background: #5acacc;
    display: table;
    width: 100%;
}

.ImageDiv-alt {
    padding: 5px 5px 5px 5px !important;
    height: 115px;
    background: #8590a3;
    display: table;
    width: 100%;
}

.eval-image {
    margin: 5px;
    margin-left: 10px;
}

.eval-name {
    color: grey;
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    text-align: left;
    padding: 0px;
}

.eval-name-self {
    color: white;
    display: block;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.rtasHeaderRow .col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
}

.hedIcon {
    width: 23px !important;
    background-color: rgba(250,250,250, 0.4);
    border-radius: 19px;
    height: 23px !important;
    float: right;
    right: 0px;
    text-align: right;
    margin-right: 5px;
    margin-top: 5px;
    color: black;
}

.hedIconSelf {
    width: 20px !important;
    border-radius: 10px;
    height: 20px !important;
    right: 0px;
    text-align: center;
    color: #47bba4;
    border: 1px solid #47bba4;
    position: absolute;
    top: 0px;
}

.hedIcon h3 {
    text-align: center;
}

#PTAS_ExecutiveSnapshotModalWindow {
    background-color: white;
    min-height: 750px;
}

    #PTAS_ExecutiveSnapshotModalWindow > .wrapper {
        margin: 0px;
    }

.ExecutiveSnapshot-Conetent {
    color: #6d6d6d;
}

.eval-name-index {
    margin-left: 5px;
    width: 5%;
    margin-right: 5px;
    float: left;
}

.eval-name-title {
    text-align: left;
    margin-left: 20px;
}

.eval-slider {
    margin-top: 10px;
}


.hederDiv1, .hederDiv2, .hederDiv3, .hederDiv4, .hederDiv5 {
    color: black;
    height: 60px;
    float: left;
    display: table;
    padding: 0px;
    font-size: 11px;
}

    .memeber-title span, .hederDiv1 span, .hederDiv2 span, .hederDiv3 span, .hederDiv4 span, .hederDiv5 span {
        width: 85%;
        word-break: break-word;
        display: block;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

a {
    outline: none !important;
}

.blankDiv {
    width: 16.5% !important;
}

#data_1 {
    width: 200px;
    float: right;
    margin-right: 28px;
}

.input-group-addon {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#data_1 .form-control {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.rtasHeaderRow {
    margin-left: -2%;
    color: white;
    margin-bottom: 10px;
}

#side-menu-Evaluation li a:after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #26F0EC;
    position: absolute;
    z-index: 1;
    right: 0%;
    margin-left: -6px;
    margin-top: -12px;
}

#side-menu-Evaluation li:hover a {
    background-color: #8FD9D8 !important;
}

    #side-menu-Evaluation li:hover a:after {
        display: block;
    }

.selfUperDiv {
    height: 50px;
    width: 100%;
    float: left;
    display: table;
    text-align: left;
    padding-top: 10px;
}

    .selfUperDiv span {
        width: 85%;
        word-break: break-word;
        display: block;
        display: table-cell;
        vertical-align: middle;
    }

.selfRatingHeader {
    background-color: #efefef;
    margin-left: 10px;
    padding: 15px 0px 15px 0px;
}

.selfRatingHeaderText {
    text-align: left;
    margin-left: 15px;
    padding-top: 10px;
    font-family: RobotoCondensed;
}

.selfRatingHeaderImg {
    padding-top: 22px;
}

.calender-header {
    background-color: #9f8cac;
    text-align: left;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    color: black;
}

.calender-months {
    background-color: white;
    display: inline-block;
    color: black;
}

    .calender-months .col-md-3 {
        padding: 6px 10px 6px 10px;
    }

.active-month {
    background-color: #9f8cac;
    border: 1px solid #9f8cac;
    border-radius: 19px;
    padding: 4px 4px 4px 4px;
}

/*//------------------------- Assesstment Invite Form Start --------*/
.aiheader {
    padding: 5px;
}

    .aiheader .modal-title {
        color: white !important;
        font-weight: 400;
    }

    .aiheader .close {
        color: black !important;
        opacity: 1;
    }

.aibody {
    padding-bottom: 0px !important;
}

    .aibody .formText {
        padding-bottom: 10px;
    }

    .aibody .form-control {
        border-radius: 5px;
    }

    .aibody .btn-primary {
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
    }
/*//------------------------- Assesstment Invite Form End--------*/

.videoCss {
    margin-top: 32px;
}

#perceptionReportForm {
    width: 75%;
    font-size: 15px !important;
}

#roateIcons {
    /*width: 50%;
    margin: 0 auto;
    padding-left: 20%;
    display: none;*/
}
/*----------------------Hub navigation psm--------------------------------*/
.r1 {
    padding-right: 5px;
    display: table-row;
    padding-right: 10px !important;
}

.r1c1 {
    display: table-cell;
    padding: 2px;
}

.r2c1 {
    display: table-cell;
    padding: 2px;
}

.r2c2 {
    display: table-cell;
    padding: 2px;
}

.r2c3 {
    display: table-cell;
    padding: 2px;
}

.r2c3Left {
    background-color: #60d4af;
    height: 140px;
    padding: 11% 10% 11% 6%;
}

.r2c3Right {
    background-color: #48b895;
    height: 140px;
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 11% 10% 11% 6%;
}

.r1c1Top {
    background-color: #A0D468;
    padding: 18px;
    height: 120px;
}

.r1c1Top-main {
    background-color: #d5d7cc;
    display: table;
    width: 100%;
    height: 230px;
    text-align: center;
    /*font-family: RobotoCondensedRegular;*/
    font-size: 27pt;
    color: #4b4b4b;
    line-height: 45px;
    font-weight: 500;
}

.r1c1Top-main-inner {
    display: table-cell;
    vertical-align: middle;
    margin: 30%;
    text-align: left;
    padding: 10px;
    font-weight: 400;
}

.r1c1-main-bottom-inner {
    /*font-family: RobotoCondensed;*/
    font-size: 14px;
    color: #595959;
    font-weight: lighter;
}

.r1c1Top-main-inner-below {
    /*font-family: RobotoCondensed;*/
    font-size: 30px;
    color: #737373;
    padding-top: 15px;
    font-weight: lighter;
}

.r1c1-main-bottom {
    background-color: #C2C2BB;
    display: table;
    width: 100%;
    /*font-family: RobotoCondensed;*/
    text-align: left;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
    font-weight: 700;
}

.r1c1Bottom {
    background-color: #52b6b8;
    padding: 33px 5px;
    color: white;
    height: 110px;
    font-size: 15px;
    text-align: center;
}

.r1c1TopLeft {
    float: left;
    text-align: left;
}

.r1c1TopRight {
    float: left;
}

.r1c1TopLeft h2 {
    font-weight: 500;
    font-family: kenyaCoffe;
    font-size: 30px;
    letter-spacing: 1px;
    margin-top: 0px;
}

.r1c1TopRightspan {
    text-align: left;
    padding-left: 26px;
}

.r1c2Top {
    background-color: #8BD4D9;
    padding: 18px;
    height: 120px;
}

.r1c2Bottom {
    background-color: #52b6b8;
    padding: 33px 5px;
    color: white;
    height: 110px;
    font-size: 15px;
    text-align: center;
}

.r1c4Top {
    background-color: #A0D468;
    padding: 18px;
    height: 120px;
}

    .r1c4Top img {
        margin: auto;
        cursor: pointer;
    }

.r1c04Top {
    background-color: #A0D468 !important;
}

.r1c04Bottom {
    background-color: #8DC153 !important;
}

.r1c4Bottom {
    background-color: #8DC153;
    padding: 33px 5px;
    color: white;
    height: 110px;
    font-size: 15px;
    text-align: center;
}

.r1c3Top {
    background-color: #afc6d9;
    height: 120px;
    padding: 30px;
}

.r1c4Top {
    background-color: #AF9FBA;
    height: 120px;
    padding: 30px;
}

.r1c3Bottom {
    background-color: #91B0C9;
    height: 110px;
    font-size: 15px;
    text-align: center;
    color: white;
    padding: 33px 5px;
}

.r1c4Bottom {
    background-color: #A08BAF;
    height: 110px;
    font-size: 15px;
    text-align: center;
    color: white;
    padding: 33px 5px;
}

.r2 {
    height: 120px;
    display: table;
    padding-right: 10px !important;
}

.r2c1Left {
    background-color: #F26B56;
    height: 140px;
    padding: 11% 10% 11% 6%;
}

.r2c1Right {
    background-color: #DF614F;
    height: 140px;
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 11% 10% 11% 6%;
}

.r2c2Left {
    background-color: #6a778a;
    height: 140px;
    padding: 11% 10% 11% 6%;
}

.r2c2Right {
    background-color: #586474;
    height: 140px;
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 11% 10% 11% 6%;
}

.r3 {
    width: 99.5%;
    margin-left: 7px;
    margin-top: 7px;
}

    .r3 .r3module {
        background-color: #91b0c9;
    }

.r3module2 {
    padding: 16px;
    padding-left: 8%;
}

.r3c1 {
    padding: 10px;
    background-color: #afc6d9;
    height: 126px;
}

.r3c2 {
    padding: 10px;
    background-color: #afc6d9;
    height: 138px;
}

.r3module1 {
    float: left;
    padding: 16px;
    color: white;
    font-size: 15px;
    text-align: left;
    padding-left: 29px;
}

.r3module h5 {
    color: white;
    font-size: 15px;
}

#psmNavigation img {
    width: 70px;
    height: 70px;
}

.r1c3Top img {
    width: 80px !important;
}

.r1c1TopRight .img {
    width: 85px;
    border-radius: 43px;
}

.traimodule {
    padding: 0px;
}

.HubHeaderLogo {
    float: right;
    bottom: 18px;
    position: relative;
}

.r3module {
    background-color: #8BB4C4;
    float: left;
    margin: 2px;
    height: 112px;
    color: black;
    font-size: 13px;
    text-align: left;
    padding: 7px;
    width: 99%;
}

.r3c1 a {
    padding-left: 3px;
    padding-right: 3px;
}

.r3c2 a {
    padding-left: 3px;
    padding-right: 3px;
}

.imgResp {
    max-width: 100%;
}

#page-wrapper {
    padding: 0px;
}

.psmVdoMain {
    width: 80%;
    max-width: 720px;
    margin: auto;
}

    .psmVdoMain iframe {
        width: 94%;
        position: absolute;
        top: 0;
        left: 0;
        width: 94%;
        height: 72%;
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 2%;
    }

.psmVdoMain {
    height: 100% !important;
}

#PSMVideo {
    margin-bottom: 100px;
}

.trclass td:first-child {
    text-align: left;
    padding-left: 3px;
}

    .trclass td:first-child ul {
        padding-left: 18px;
    }

.psmVideoBg {
    background-image: url(/Images/bihub/PSM-Module-1-Video-Panel-Background-Image.png);
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.mobileMenuIcons {
    display: none !important;
}

.warningMsg {
    margin-left: -17px;
    text-align: left;
    margin-top: 67px;
    font-size: 14px;
}

    .warningMsg span {
        color: #ff317f;
        margin-left: -14px;
    }

    .warningMsg i {
        margin-right: 2px;
    }

.modal .modal-header {
    /*background-color: initial;*/
    padding: 10px 0px;
    background: #2e4050;
    color: white;
}

    .modal .modal-header .close {
        color: #858585 !important;
        opacity: initial !important;
        margin-right: 10px;
        text-shadow: none !important;
    }

.modal .modal-dialog .modal-header .modal-title {
    text-align: center;
    font-weight: lighter;
    color: #ffffff !important;
    font-size: 16px; /*!important*/
}

.helpForm .resultBtn, .changePassForm .resultBtn, .applicantregistrationURLForm .resultBtn, #ConfirmBatchEmailModal .resultBtn, #PerceptionLoginURLModal .resultBtn {
    min-width: 120px;
    font-size: 16px;
    background-color: rgb(62, 138, 196);
    color: white;
    font-weight: normal;
    /*margin: 2px 0px;*/
}

.helpForm .defaultBtn, .changePassForm .defaultBtn, .applicantregistrationURLForm .defaultBtn, #ConfirmBatchEmailModal .defaultBtn, #PerceptionLoginURLModal .defaultBtn {
    min-width: 120px;
    font-size: 16px;
    background-color: rgb(230, 230, 230);
    font-weight: lighter;
    color: rgb(49, 49, 49);
    margin: 2px 0px;
}


.helpForm .resultBtn:hover, .helpForm .resultBtn:active, .helpForm .resultBtn:focus, .helpForm .resultBtn:visited {
    background-color: #2a76b0;
    color: white;
}

.helpForm .defaultBtn:hover, .helpForm .defaultBtn:active, .helpForm .defaultBtn:focus, .helpForm .defaultBtn:visited {
    background-color: #d2d2d2;
}

.changePassForm .resultBtn:hover, .changePassForm .resultBtn:active, .changePassForm .resultBtn:focus, .changePassForm .resultBtn:visited {
    background-color: #2a76b0;
    color: white;
}

.changePassForm .defaultBtn:hover, .changePassForm .defaultBtn:active, .changePassForm .defaultBtn:focus, .changePassForm .defaultBtn:visited {
    background-color: #d2d2d2;
}


/*.applicantregistrationURLForm .resultBtn:hover, .applicantregistrationURLForm .resultBtn:active, .applicantregistrationURLForm .resultBtn:focus, .applicantregistrationURLForm .resultBtn:visited {
    background-color: #2a76b0;
    color: white;
}*/

#PerceptionLoginURLModal .resultBtn:hover, #PerceptionLoginURLModal .resultBtn:active, #PerceptionLoginURLModal .resultBtn:focus, #PerceptionLoginURLModal .resultBtn:visited {
    background-color: #2a76b0;
    color: white;
}

.applicantregistrationURLForm .defaultBtn:hover, .applicantregistrationURLForm .defaultBtn:active, .applicantregistrationURLForm .defaultBtn:focus, .applicantregistrationURLForm .defaultBtn:visited {
    background-color: #d2d2d2;
}



#data_calender {
    width: 13%;
    float: right;
    margin-right: 34px;
    min-width: 184px;
}

.btn.btn-secondary {
    background-color: #e6e6e6;
    color: #313131;
    font-weight: lighter;
}

    .btn.btn-secondary:hover {
        background-color: #d2d2d2;
    }

.btn-pink {
    color: white;
    background: #217bbc;
    border: none;
    box-shadow: 0px 3px 1px #1c689f;
    font-size: 13px;
    float: left;
    margin-top: 3px;
}

.enevloImg {
    background: url(/Images/BIHub/bihub/assessmentinvite.svg);
}

.EditPhotoLbl {
    font-weight: 500;
    font-size: 14px;
}

.btn-pink:hover {
    color: white !important;
}

#ChangePassword .modal-dialog {
    width: 600px;
}

#ChangePassword .modal-body {
    padding-left: 10px;
    padding-right: 10px;
}

#ChangePassword .form-group {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

#ChangePassword .labelDiv {
    padding: 0;
    padding-right: 5px;
}

#ChangePassword .inputDiv {
    padding: 0;
    padding-right: 15px;
}

#ChangePassForm label {
    float: right;
}

    #ChangePassForm label.error {
        float: left;
    }

#ChangePassForm input {
    font-size: 16px;
    border: 1px solid #d7d7d7;
    color: #333333;
    font-weight: lighter;
}

.LabelChangePass {
    font-weight: lighter;
    font-size: 16px;
    color: #333333;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.blockImage {
    float: right;
    margin-top: -20px !important;
}

.per_report h1 {
    font-size: 85px;
    font-weight: 500;
    margin-top: 10px !important;
    font-family: Corbel;
    color: #696969;
    letter-spacing: 2px;
}

.per_report h2 {
    font-size: 31px;
    color: #a6a6a6;
    font-weight: normal;
    padding-left: 4px;
    font-family: 'District Pro Thin', Arial, sans-serif;
}

.per_content {
    margin-top: -75px;
    display: inline-block;
    min-height: 600px;
}

.per_report {
    margin-top: -33px;
    padding-left: 0px;
}

.per_data {
    margin-top: 134px;
}

.borderRight {
    border-right: solid 1px grey;
}

#perc_image {
    width: 100%;
    height: 100%;
}

.rowPerHtml {
    margin-bottom: 50px;
}

.page-1 {
    padding: 45px 20px 80px 55px !important;
}

.page-set {
    padding: 75px 75px 80px 75px !important;
}

.perceptionHtmlPage {
    padding: 40px 20px 80px 55px;
    background: white;
}

.footer-linkdiv {
    margin-top: 15px;
}

.per_data_content {
    margin-left: -30px;
    margin-top: 15px;
    padding-top: 26px;
}

    .per_data_content h1 {
        font-size: 42px;
        color: #1ab394;
        font-weight: 600;
    }

    .per_data_content h3 {
        font-size: 30px;
        color: #595959;
        font-weight: 500;
    }

.per-header {
    border-bottom: none;
    position: fixed;
    height: 100px;
    top: 0;
    width: 100%;
    z-index: 100;
}

#btnDnldReport {
    color: white;
    cursor: pointer;
}

.navbar-right #topHeaderName {
    display: block;
    padding: 20px 10px;
    min-height: 50px;
}

.PReport {
    color: #4bacc6;
    font-weight: 500;
    font-size: 75px !important;
    font-family: corbel;
}

.sorting i.glyphicon:before {
    content: "\e150";
    color: lightgray;
}

.sorting_asc i.glyphicon:before {
    content: "\e155";
    color: lightgray;
}

.sorting_desc i.glyphicon:before {
    content: "\e156";
    color: lightgray;
}

@media print {
    .PReport {
        color: #4bacc6;
        font-weight: 500;
        font-size: 75px !important;
        -webkit-print-color-adjust: exact;
    }
}

.fw500 {
    font-weight: 500;
}

.fz40 {
    font-size: 40px;
    color: #7f7f7f;
}

.fs50 {
    font-size: 75px;
    color: #7f7f7f;
    font-family: Corbel;
}

.PRBoxHeader {
    padding: 10px 0px;
}

    .PRBoxHeader h5 {
        font-weight: normal;
        font-size: 13px;
        font-size: 20px;
        padding-left: 12px;
        font-family: Corbel;
    }

.ibox-title-custom .PRBoxHeaderImg {
    padding: 0px;
    float: left !important;
    padding-top: 5px;
}

.ibox-title-custom {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-block;
    background-color: white;
}

.perceptionHtmlPage .ibox-content {
    background-color: initial;
    padding-bottom: 0px;
    padding-left: 14px;
    line-height: 28px;
}

.perceptionHtmlPage .ibox-custom {
    background-color: #efefef;
    margin-bottom: 21px;
    padding: 8px 22px;
}

.pageBreaker {
    border-bottom: 1px dashed grey;
    padding-bottom: 0px;
    padding-left: 10px;
}

.purpleBlock {
    background: #ededed none repeat scroll 0 0;
    padding: 0px;
    margin: 10px 0px;
    flex: 1;
    font-family: corbel;
    font-size: 20px;
    color: #7f7f7f;
    height: 500px;
}

.perceptionHtmlPage .PTAS_ExecutiveSnapshotModalWindow_CONTAINER {
    height: 1000px;
}

.purpleBlock h3 {
    color: #8064a2;
    padding-left: 10px;
    font-size: 35px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
}

.purpleBlock ul {
    padding-left: 24px;
}

.greenBlock ul {
    padding-left: 24px;
}

    .greenBlock ul > li, .purpleBlock ul > li {
        margin-bottom: 10px;
    }

.greenBlock {
    background: #eeece1 none repeat scroll 0 0;
    font-family: corbel;
    font-size: 20px;
    color: #7f7f7f;
}

.perceptionHtmlPage .greenBlock:first-child {
}

.perceptionHtmlPage .greenBlock:last-child {
    margin-bottom: 29px;
}

.borderBottom {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.borderBottomRTASReport {
    border-bottom: 1px solid #C9C9C9 !important;
}

.border-right-RTAS {
    border-left: none;
    border-right: 1px solid #C9C9C9;
    border-top: none;
}

.RTASLeftPanelTop span, .RTASRightPanelTop span {
    padding-top: 15px;
}

.RTASLeftPanelTop {
    padding-top: 3px;
    margin: 0px !important;
}

.RTASRightPanelTop {
    padding-top: 3px;
    margin: 0px !important;
}

.RTAS_RAting {
    width: 96%;
    height: 18px;
    margin-left: 8px;
    background: #D9D8D5;
}

    .RTAS_RAting .k-progress-status-wrap {
        text-align: left !important;
        /*z-index: 1 ;*/
    }

    .RTAS_RAting .k-progress-status-wrap {
        line-height: initial !important;
        top: -5px;
    }

.RTASLeftPanel {
    padding-left: 0px;
}

    .RTASLeftPanel b {
        padding-left: 10px;
    }

.RTASWhitePanel {
    background-color: white;
    margin-top: 5px;
    padding: 22px;
}

.greenBlock h3 {
    color: #76923c;
    font-size: 35px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
}

#RTAS_SupervisorScale div {
    width: 15.4%;
    display: inline-block;
    text-align: center;
}

.gray-bg-light {
    background: #FAFAFA;
}

.salfRatingBtnGroup label.active {
    background-color: white;
    color: #1AB394;
}

.DetailChartBtnGroup label.active {
    background-color: white;
    color: #686869;
}

.salfRatingBtnGroup .btn {
    font-size: 11px;
    padding: 5px 0px;
    background: #1AB394;
    margin-bottom: 0px;
    margin: 0px !important;
    border-right: 1px solid white;
    color: white;
}

.RTASWhitePanel .btn {
    font-size: 11px;
    padding: 5px 0px;
    background: #1AB394;
    margin-bottom: 0px;
    margin: 0px !important;
    border-right: 1px solid white;
    color: white;
}

.detailRow {
    background-color: white;
    margin-right: 0px;
    clear: both;
    padding: 10px 0px;
}

.DetailChartBtnGroup .btn {
    font-size: 12px;
    padding: 5px 0px;
    background: #686869;
    margin-bottom: 0px;
    margin: 0px !important;
    border-right: 1px solid white;
    color: white;
}

.salfRatingBtnGroup {
    padding: 0px;
    border: 1px solid #1AB394;
    border-radius: 4px;
}

.DetailChartBtnGroup {
    padding: 0px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    margin-left: 18px;
}

.c100 {
    font-size: 100px;
}

.AvgRatingRTAS {
    padding-top: 20px !important;
}

.AvgRatingRTASMain {
    padding: 45px 0px !important;
}

.ChartLabel {
    margin-top: 6px;
    padding-left: 0px;
}

    .ChartLabel li {
        border-bottom: 1px dashed #c9c9c9;
        width: 484px;
        list-style: none;
        height: 39px;
        text-align: left;
        position: relative;
        display: table;
    }

        .ChartLabel li.gray-bg {
            width: 482px;
            font-weight: 500;
        }

.ReportNumLabel span {
    width: 39px;
    display: inline-block;
    text-align: left;
    padding-left: 3px;
}

.ReportNumLabel {
    text-align: left;
    width: 488px;
    text-align: right;
    margin-left: 17px;
    height: 28px;
}

.ChartLabel li span {
    width: 47%;
    position: relative;
    bottom: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
}

.RTASBlue {
    color: #619CE8;
    padding-top: 6px;
}

.RTASGreen {
    color: #1AB394;
    padding-top: 6px;
}

.supervisorRatingCircle {
    bottom: 18px;
    position: absolute;
    right: 0px;
    width: 162px;
}

.SalesExecutiveRatingCircle {
    bottom: -82px;
    right: 18px;
    width: 137px;
}

.supervisorRatingCircle .c100 {
    float: right;
    right: 10px;
}

.PTAS_ProfileIndividualTestScore {
    width: 96%;
    height: 18px;
    margin-left: 8px;
}

#RTAS_SupervisorRating .row, #RTAS_SalesExecutiveRating .row {
    margin-bottom: 5px;
}

.page3ImageBloack {
    padding: 0px !important;
    margin: auto 0;
    margin-top: -29px;
}

    .page3ImageBloack img {
        height: 580px;
    }

#RTAS_SupervisorRating .k-state-selected, #RTAS_SupervisorRating .k-state-selected:link, #RTAS_SupervisorRating .k-state-selected:visited, #RTAS_SupervisorRating .k-list > #RTAS_SupervisorRating .k-state-selected, #RTAS_SupervisorRating .k-list > #RTAS_SupervisorRating .k-state-highlight, #RTAS_SupervisorRating .k-panel > #RTAS_SupervisorRating .k-state-selected, #RTAS_SupervisorRating .k-button:active, #RTAS_SupervisorRating .k-ghost-splitbar-vertical, #RTAS_SupervisorRating .k-ghost-splitbar-horizontal, #RTAS_SupervisorRating .k-draghandle.k-state-selected:hover, #RTAS_SupervisorRating .k-scheduler .k-scheduler-toolbar .k-state-selected, #RTAS_SupervisorRating .k-marquee-color {
    background-color: #619CE8 !important;
    border-color: #5C9BED !important;
}

#RTAS_SalesExecutiveRating .k-state-selected, #RTAS_SalesExecutiveRating .k-state-selected:link, #RTAS_SalesExecutiveRating .k-state-selected:visited, #RTAS_SalesExecutiveRating .k-list > #RTAS_SalesExecutiveRating .k-state-selected, #RTAS_SalesExecutiveRating .k-list > #RTAS_SalesExecutiveRating .k-state-highlight, #RTAS_SalesExecutiveRating .k-panel > #RTAS_SalesExecutiveRating .k-state-selected, #RTAS_SalesExecutiveRating .k-button:active, #RTAS_SalesExecutiveRating .k-ghost-splitbar-vertical, #RTAS_SalesExecutiveRating .k-ghost-splitbar-horizontal, #RTAS_SalesExecutiveRating .k-draghandle.k-state-selected:hover, #RTAS_SalesExecutiveRating .k-scheduler .k-scheduler-toolbar .k-state-selected, #RTAS_SalesExecutiveRating .k-marquee-color {
    background-color: #1AB394 !important;
    border-color: #1AB394 !important;
}

#RTAS_SupervisorRating .k-state-selected, RTAS_SalesExecutiveRating .k-state-selected {
    height: 88% !important;
    top: 0px !important;
}

.img-border-blue {
    border: 1px solid blue;
    border-radius: 50%;
}

.img-border-green {
    border: 1px solid green;
    border-radius: 50%;
}

#BehaviourStyleCommentaryDecisionMaking {
    padding-top: 30px !important;
}

#BehaviourStyleCommentaryLeaderShip {
    padding-top: 30px !important;
}

.PReportLeadership {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-size: 80px;
    color: #949494;
    font-family: Segan;
}

.PReportdecision {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-size: 80px;
    color: #949494;
    font-family: Segan;
}

.PReportLeadership span {
    color: #0070c0;
    margin-left: 10px;
    font-weight: 400;
}

.PReportdecision span {
    color: #7030a0;
    margin-left: 10px;
    font-weight: 400;
}

.PReportGenObs span {
    color: #009200;
}

.PReportGenObs {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-size: 52px;
    color: #7f7f7f;
    margin-bottom: 40px;
    line-height: 54px;
}

.apptitudeDomain {
    background: url(/Images/BIHub/bihub/Aptitude-Domains-BG-2.png);
    width: 1350px;
    background-size: 100% 100%;
    height: 1350px;
    margin-left: 1%;
}

.aptitudeContent3 {
    padding-left: 88px !important;
}

.apptitudeDomain p {
    margin: 0px 0px 5px !important;
    line-height: 1.5 !important;
    font-size: 22px !important;
}

.apptitudeDomain h1 {
    color: #03af9e;
    font-weight: 600;
    font-size: 40px;
    font-family: corbel;
}

.apptitudeDomain img {
    margin-right: 9px;
    margin-top: -4px;
}

.aptitudeContent {
    margin-top: 100px;
    padding-top: 24px;
    width: 41%;
    padding-right: 75px;
}

.aptitudeContent2, .aptitudeContent3 {
    margin-top: -15px;
}

.aptitudeContent4 {
    padding-left: 80px !important;
    padding-right: 21px !important;
    margin-top: -51px;
}

.apttitudeProgressbar {
    display: inline-block;
    width: 93%;
    margin-left: 40px;
    margin-bottom: -5px;
    font-family: RobotoCondensed;
    font-size: 24px;
}

#PTAS_AptitudeScoringResults {
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
    padding-top: 15px !important;
}

#PTAS_ApptitudeSnapshot p {
    margin-bottom: 5px !important;
}

#PTAS_ApptitudeSnapshot h3 {
    margin-top: 0px !important;
    font-size: 30px;
}

.PTAS_AptitudeScoringResults_Sub {
    display: flex;
    margin-bottom: 20px !important;
}

.peceptionFooter .footer-logo {
    width: 125px;
    height: 100px;
}

.aptitudeTotalPerc {
    margin: auto 0;
    font-size: 82px;
    font-weight: 400;
    color: #10c4b2;
}

    .aptitudeTotalPerc span {
        font-size: 32px;
    }

.apptitudeRow {
    margin: 10px 0;
    padding: 0px;
}

    .apptitudeRow p {
        margin-bottom: 5px !important;
    }

.aptitudeHeader2 {
    border-bottom: 1px solid #efefef;
    padding: 0px 0px 10px 0px;
}

    .aptitudeHeader2 h2 {
        color: #e36c0a;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .aptitudeHeader2 span {
        color: #7f7f7f;
        float: right;
        font-size: 16px;
        text-align: right;
        margin-top: 24px;
    }

.MarginBottom-10 {
    margin-bottom: 10px !important;
}

.apttitudeProgressbar span {
    color: #10c4b2;
    margin-right: 10px;
}

.PTAS_AptitudeScoringResults_Sub .k-state-selected {
    left: -1px;
    right: auto;
    top: 0px;
    height: 96%;
    border-radius: 4px 0 0 4px;
}

.k-progress-status {
    color: white !important;
}

.aptitudeSummary {
    border-bottom: 1px solid #efefef;
    padding: 0px;
    margin-bottom: 25px;
}

#MentalPersonalScore p, #PerSuccessDriveScore p, #IntelligencePersonalScore p, #PerPracticalIntelligenceScore p {
    text-align: justify;
    text-justify: inter-word;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

#MentalPersonalScore .k-progressbar, #PerSuccessDriveScore .k-progressbar, #IntelligencePersonalScore .k-progressbar, #PerPracticalIntelligenceScore .k-progressbar {
    background-color: #e1e1e1;
}

.greenSpan span {
    color: #0EAE9F;
}

.greenSpan .grey, .grey {
    color: #7f7f7f;
}

.greenSpan img {
    vertical-align: baseline;
}

.greenSpan {
    font-weight: 500;
    font-size: 70px;
    font-family: Corbel;
}

    .greenSpan img {
        padding-right: 10px;
    }

.AptitudegFactor em {
    color: #e36c0a;
    font-style: italic;
    font-size: 1.3em;
}

.DomainPercentileScoreHolder {
    position: absolute !important;
    top: 20px;
    right: 18px;
    width: 235px !important;
    height: 235px !important;
    border: solid 15px #4bacc6;
    border-radius: 50%;
}

    .DomainPercentileScoreHolder p {
        text-align: center;
        margin: 54px 0 0 16px !important;
        line-height: 1.5em !important;
        font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
        font-size: 32px !important;
    }

        .DomainPercentileScoreHolder p .DomainPercentileScore {
            font-size: 100px;
            font-family: Century Gothic;
        }

        .DomainPercentileScoreHolder p .DomainPercentilePercentSymbol {
            font-size: 50px;
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-weight: lighter;
        }

.AptitudegFactor {
    font-size: 40px;
    color: black;
    margin-bottom: 90px;
    font-family: corbel;
}

.verticalProgressbar.k-progressbar {
    height: 510px !important;
    width: 98% !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 50px;
}

.verticalProgresssOuter {
    height: 700px;
    width: 160px !important;
    background: white;
    padding: 0px !important;
    margin-bottom: 14px;
    margin-left: 37px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.DetailChartBtnGroup .btn:last-child {
    border-right: none !important;
}

.verticalProgresssOuter1 {
    height: 329px;
    width: 50px !important;
    background: white;
    padding: 0px !important;
    margin-bottom: 14px;
    margin-left: 23px;
}

.DetailChartBtnGroup .btn.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#PTAS_ProfilingMentalLinguisticVerbal .k-state-selected {
    background-color: #27aae2;
    border-color: #27aae2;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_LogicalMathematicalVertical .k-state-selected {
    background-color: #1d75bd;
    border-color: #1d75bd;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_VisualSpatial .k-state-selected {
    background-color: #10c4b2;
    border-color: #10c4b2;
    left: 0px !important;
    width: 97% !important;
}

#MentalAgility {
    background-color: #f5f5f5;
    padding: 40px 0 28px 18px;
    height: 100%;
    margin: auto;
    padding-right: 30px;
    margin-bottom: 80px !important;
}

.Logical-Mathematical {
    padding-left: 80px !important;
}

.Visual-Spatial {
    padding-left: 80px !important;
}

.Linguistic {
    width: 45% !important;
}

#MentalAgility1 {
    background-color: #f5f5f5;
    padding: 40px 0 28px 49px;
}

    #MentalAgility1 .verticalProgresssOuter {
        margin-left: 20px !important;
    }


#behaviourStyle_2, #behaviourStyle_4 {
    margin-top: 85px;
}

#ProfileReportBehaviourStyleCharacteristicsIntro {
    margin-top: 16px;
    margin-bottom: 55px;
}

p.AptitudeFacetName {
    font-size: 27px !important;
    color: black !important;
}

.PersonalProfileReportStyleLabel-Driver, .PersonalProfileReportStyleLabel-Expressive {
    font-family: Corbel;
    font-size: 35px !important;
}

.AptitudeFacetName {
    text-align: right !important;
    color: #000;
    position: absolute;
    font-size: 12px;
    right: 0;
    width: 100%;
    padding-right: 5px;
}

.font-20 {
    font-size: 20px !important;
}

.bottom-text-panel {
    color: white;
    background: gray;
    text-align: center;
}

.AptitudeFacetName img {
    float: left;
    padding: 2px 0px 0px 2px;
}

.Logical-Mathematical h3 {
    color: #1d75bd;
    float: right;
    text-transform: uppercase;
    margin-top: 0px;
    font-family: Corbel;
    font-size: 42px;
}

.Linguistic h3 {
    color: #27aae2;
    text-transform: uppercase;
    font-family: Corbel;
    font-size: 40px;
}

.Visual-Spatial h3 {
    color: #29b5a1;
    text-transform: uppercase;
    font-family: Corbel;
    font-size: 42px;
}

.SocialAffiliationHeader {
    color: #97b535;
    text-transform: uppercase;
    font-family: Corbel;
    font-size: 42px;
}

.AchievementMotivationheader {
    color: #735e88;
    text-transform: uppercase;
    font-family: Corbel;
    font-size: 42px;
}

.EsteemMotivationHeader {
    color: #4bacc6;
    text-transform: uppercase;
    font-family: Corbel;
    font-size: 42px;
}

#PTAS_Esteem .k-state-selected {
    background-color: #4bacc6;
    border-color: #4bacc6;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_SocialAffilitation .k-state-selected, #PTAS_LocalTacit .k-state-selected {
    background-color: #97b535;
    border-color: #97b535;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_AchievementMotivation .k-state-selected, #PTAS_GlobalTacit .k-state-selected {
    background-color: #735e88;
    border-color: #735e88;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_SituationalVerbal .k-state-selected {
    background-color: #759aa5;
    border-color: #759aa5;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_SocialFacilityvertical .k-state-selected {
    background-color: #9bbb59;
    border-color: #9bbb59;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_SocialPerception .k-state-selected {
    background-color: #99987f;
    border-color: #99987f;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_SocialInsight .k-state-selected {
    background-color: #90ac97;
    border-color: #90ac97;
    left: 0px !important;
    width: 97% !important;
}

#PTAS_SocialKnowledgeVertical .k-state-selected {
    background-color: #f79646;
    border-color: #f79646;
    left: 0px !important;
    width: 97% !important;
}

.SituationalAwareness h3 {
    color: #759aa5;
    text-transform: uppercase;
    font-family: Corbel;
}

.InterpersonalInsight h3 {
    color: #90ac97;
    text-transform: uppercase;
    font-family: Corbel;
}

.SocialKnowledge h3 {
    color: #f79646;
    text-transform: uppercase;
    font-family: Corbel;
}

.SocialFacility h3 {
    color: #9bbb59;
    text-transform: uppercase;
    font-family: Corbel;
}

.EmotionalPerception h3 {
    color: #99987f;
    text-transform: uppercase;
    font-family: Corbel;
}

.trclass {
    border-color: lightgrey;
    border: 2px groove;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 3px;
    width: 100%;
}

.thRed {
    background-color: #C0504D;
    color: white;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 500;
}

.thRedborder {
    border-left: solid 1px #C0504D !important;
    border-right: solid 1px #C0504D !important;
}

.thyellow {
    background-color: #E6AF00;
    color: white;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 500;
}

.thyellowborder {
    border-left: solid 1px #E6AF00 !important;
    border-right: solid 1px #E6AF00 !important;
}

.thblue {
    background-color: #00A5CC;
    color: white;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 500;
}

.thblueborder {
    border-left: solid 1px #00A5CC !important;
    border-right: solid 1px #00A5CC !important;
}

.thgreen {
    background-color: #62C400;
    color: white;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 500;
}

.thgreenborder {
    border-left: solid 1px #62C400 !important;
    border-right: solid 1px #62C400 !important;
}

.trbottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.perceptionHtmlPage table {
    font-family: corbel;
    color: #7f7f7f;
}

.thgreen, .thblue, .thyellow, .thRed {
    width: 25%;
    padding: 5px 0px;
    font-family: corbel;
    font-size: 22px;
}

#page-wrapper {
    padding: 0px;
    min-height: initial;
}

.page-wrapper-PerReport {
    margin: 0px !important;
}

#perceptionReportForm .modal-body {
    overflow-y: scroll;
    max-height: 620px;
    margin-top: 0px;
}

#perceptionReportForm #PTAS_ExecutiveSnapshotChartWrapper {
    width: 527px !important;
}

.ExpressiveHeader {
    font-weight: 500;
}

#tbl_ td {
    font-size: 17px;
    border: 0px;
}

#tbl_ table {
    border-collapse: separate;
}

#tbl_ .trclass td {
    border: 2px solid #efefef;
    text-align: left !important;
    padding-left: 10px !important;
}

.trclass td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none !important;
    color: black;
    max-width: 200px;
    min-width: 190px;
}

.trclass td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none !important;
}

.no-leftright-border {
    border-left: none !important;
    border-right: none !important;
}

.blank_tr td {
    font-size: 1px !important;
    height: 5px !important;
    padding: 0px !important;
}

.navbar-right .hdrSpan.dropdown {
    margin-top: 0px;
}

.bottom {
    width: 100%;
}

.form-control#JobRole {
    padding-left: 10px;
}
/*----------------- assessment dt--------------------*/
tbody {
    text-align: center;
    font-weight: 500;
}

#AssessmentDTDashbord {
    width: 100%;
    border-collapse: collapse;
}

.ProfileReportExpressiveHighlight {
    color: #76923c;
    font-weight: bold;
    font-style: initial;
}

.ProfileReportDominanceHighlight {
    color: #8064a2;
    font-weight: bold;
    font-style: initial;
}

.apttitudeProgressbar > div:first-child {
    padding-top: 4px;
}

.pg-no {
    padding-right: 0px !important;
    float: right;
}

.PercPageNo {
    float: right;
    padding-right: 0px;
    margin-top: 15px;
    height: 60px;
    width: 85px;
}

.tbl_ th {
    font-weight: 600 !important;
}

.qSpan {
    color: #4bacc6;
    font-weight: 400;
}

.thRedborder ul, .thyellowborder ul, .thblueborder ul, .thgreenborder ul {
    list-style-type: none;
    padding: 0px;
    padding-top: 15px;
}

.AptitudeTagLineHolder em {
    color: #e36c0a;
}

#page1Date {
    margin-top: 30px !important;
    width: 145px !important;
}

/*.paginate_button {
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

.paginate_button.first, .paginate_button.last {
    display: none;
}

.verticalProgressbar .k-progress-status-wrap {
    text-align: center;
}



.perceptionHtmlPage h2 {
    margin-top: 24px !important;
    letter-spacing: 2px !important;
}

.peceptionFooter {
    padding: 15px 0px !important;
    margin-left: -65px !important;
}

    .peceptionFooter a {
        margin: auto 0;
        line-height: 3;
        padding-left: 2px;
        margin-left: 10px;
        color: #7f7f7f;
        font-size: 25px;
    }

.table th {
    border-bottom: 0px !important;
}

.modal-header .close {
    padding-top: 2px;
}

#perceptionReportForm .modal-body {
    overflow-x: hidden;
    max-height: 620px;
    margin-top: 0px;
}


.page-wrapper-PerReport #PTAS_ExecutiveSnapshotHeader {
    margin-top: 0px;
}

.modal-header {
    border-bottom: initial !important;
    padding: 15px;
}

.perceptionReportMainDiv .modal-header {
    background: #363940;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 10px;
}

.perceptionReportMainDiv .k-progress-status {
    font-family: 'Century Gothic';
}

    .perceptionReportMainDiv .k-progress-status i {
        font-family: sans-serif;
        font-size: 30px;
    }

.perceptionReportMainDiv .close {
    color: white;
    opacity: 0.8;
}

.pages-text {
    color: #948a54 !important;
    font-family: sans-serif !important;
    font-size: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

.SocialAffiliation p {
    margin-bottom: 5px !important;
}

.SocialAffiliation h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-family: Corbel;
}

.perceptionHtmlPage p {
    line-height: 1.5em;
    margin: 0px 0px 25px;
    color: #7f7f7f;
    font-size: 26px;
    font-family: Corbel;
}

.perceptionReportMainDiv #PTAS_ProfilingScoringScale {
    padding-left: 43px;
}

.page-wrapper-PerReport #PTAS_ProfilingScoringScale div, .PTAS_ProfilingScoringScale div {
    width: 13% !important;
    text-align: center;
    color: #7f7f7f;
    font-family: RobotoCondensed;
    font-size: 25px;
}

#PTAS_ApptitudeSnapshot .k-progress-status {
    display: none;
}

#MentalPersonalScore .k-progress-status, #IntelligencePersonalScore .k-progress-status, #PerSuccessDriveScore .k-progress-status, #PerPracticalIntelligenceScore .k-progress-status {
    -webkit-transform: initial !important;
    transform: initial;
    -webkit-transform-origin: initial;
}

.css3-tooltip {
    display: inline;
    position: relative;
}

    .css3-tooltip:hover:after {
        background: blue;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        content: attr(title1);
        right: 0%;
        bottom: 5px;
        padding: 5px 15px;
        position: absolute;
        z-index: 100000;
        width: 220px;
    }

    .css3-tooltip:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 20px;
        content: "";
        bottom: 0;
        position: absolute;
        z-index: 1000000;
    }


.r1c1.css3-tooltip:hover:after {
    bottom: initial;
    right: 0;
    top: -26%;
}

.r1c1.css3-tooltip:hover:before {
    top: -0%;
    left: 47%;
}

.perceptionReportMainDiv .verticalProgressbar .k-progress-status-wrap {
    bottom: initial !important;
}

.perceptionReportMainDiv {
    background: white;
    max-width: 1670px;
    margin: 0px 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow-x: scroll !important;
}

    .perceptionReportMainDiv .modal-content {
        border-color: #363940;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .perceptionReportMainDiv .modal-content {
        border-color: #363940;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }


.btn-snapshot {
    float: right;
    margin-right: 10px;
    width: 110px;
    background-color: #337ab7;
    border-color: #2e6da4;
}
    /*.btn-snapshot:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-snapshot:focus {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}*/
    .btn-snapshot:hover, .btn-snapshot:focus, .btn-snapshot:active, .btn-snapshot.active, .open .dropdown-toggle.btn-snapshot, .btn-snapshot:active:focus, .btn-snapshot:active:hover, .btn-snapshot.active:hover, .btn-snapshot.active:focus {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

/*--------------------------------- audio player---------------------------------------------------*/

#playlist-container {
    width: 100% !important;
}

#playlist-info-container {
    display: none;
}

li.playing a {
    font-weight: normal;
    font-size: initial;
}

li.playing {
    text-shadow: initial;
    color: white !important;
    background: #27ae60 !important;
}

    li.playing:before {
        content: '' !important;
    }

#salesTeam .ibox {
    background: white;
}

.team-members {
    clear: both;
    padding-top: 9px;
}

    .team-members a img {
        width: 35px !important;
        height: 35px !important;
    }
/*------------------------------------------RTAS Report----------------------------------------------*/

.bgRTASReport {
    background-color: #e7e6e6;
    padding: 15px 10px 15px 0px;
}

.RTASLeftHeader {
    float: left;
    font-size: 26px;
    font-weight: 500;
    font-family: Agency_FBB;
    text-align: initial;
    margin-top: 8px;
    display: table-cell;
    color: #3b495b;
}

    .RTASLeftHeader .l1 {
        -ms-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        transform: rotate(-180deg);
    }

    .RTASLeftHeader .l2 {
        -ms-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        font-size: 16px;
        font-weight: 100;
        letter-spacing: 1px;
        color: #ACAEB0;
        transform: rotate(-180deg);
        padding: 10px;
    }

.RTASTitle {
    letter-spacing: 3px;
    font-size: 15px;
    width: 45px;
}

.RTASReportVText {
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    word-spacing: 10px;
    width: 100%;
    text-align: center;
    margin-left: -8px;
    padding-bottom: 50px;
}

.VTextPadding {
    padding-bottom: 90px !important;
}

.RTASMgRating {
    background-color: #2e75b6;
    padding: 9px 11px 9px 11px;
    float: right;
    margin: 5px 10px 0px 10px;
    color: black;
    font-size: 23px;
    float: right;
}

.RTASSelfRating {
    background-color: #ed7d31;
    padding: 9px 11px 9px 11px;
    float: right;
    margin: 5px 10px 0px 15px;
    color: black;
    font-size: 23px;
    float: right;
}

.RTASMGRatLabel {
    padding: 10px;
    float: right;
    margin: 10px;
}

.RTASRight #RTASPMghoto {
    float: left;
}

.RTASRight .RTASSelfRating {
    float: left;
}

.RTASRight .RTASMGRatLabel {
    float: left;
}

.RTASMGLabel {
    color: #2e75b6;
    margin-bottom: 10px;
    display: block;
}

.RTASSelfLabel {
    color: #ed7d31;
    margin-bottom: 10px;
    display: block;
}

.vs {
    float: right;
    margin-right: -3%;
    padding: 10px;
    font-size: 26px;
}

.borderRightRTAS {
    border-right: solid 1px #CCCACA;
}

.data_calender_RTAS {
    width: 100%;
    float: right;
    min-width: 184px;
}

.data_calender_Evalution {
    width: 100%;
    float: right;
    min-width: 184px;
}

.calendarLine1, .calendarLine2 {
    padding: 10px 28px 10px 10px;
}

.calender-header1 {
    background-color: #9f8cac;
    text-align: left;
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    color: white;
    text-align: center;
}

.calender-header_Evalution {
    background-color: white;
    text-align: left;
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    color: #C5C8C9;
    text-align: center;
}

.switchLabel {
    padding: 0px;
    display: block;
    right: 15px;
}

.QuarterLabel {
    background: white;
    padding: 2px;
}

.PerformanceLAbel {
    background-color: #9f8cac;
}

.QuarterLast {
    background-color: #69cada;
}

.QuarterLabelShow {
    line-height: 39px;
}



.data_calender_Evalution .calendarLine1 {
    background-color: #efefef;
}

.active-Quarter {
    background-color: #d9eaed;
    border-bottom: 4px solid #69cada;
    padding: 6px;
}

.calIconLeft, .calEvalutionIconLeft {
    transform: rotate(-180deg);
}

.calIconLeft, .calIconRight {
    font-size: 10px;
}

.calIconRight, .calEvalutionIconRight {
    top: 0px;
}

.calEvalutionIconLeft, .calEvalutionIconRight {
    font-size: 10px;
}

.btn-quarter {
    padding: 5px;
}

    .btn-quarter.active {
        color: #333;
        background-color: #69cada;
        border-color: #69cada;
    }

.quarterBox {
    padding: 7px 2px 0px 2px;
    margin-bottom: 15px;
}

.quarterBox2 {
    background-color: #efefef;
}

.quarterBoxLabel {
    padding-top: 15px !important;
}

.btn-quarterlight.active {
    background-color: #d9eaed;
    border-bottom: 4px solid #69cada;
}

.data_calender_Evalution.ibox-title {
    border-style: initial !important;
}

.btn-calender_RTAS.active {
    background-color: #E6DCEC;
    border: 1px solid #9f8cac;
}

.play {
    cursor: pointer;
}

.pause {
    cursor: pointer;
}

.supervisorRatingCircle .bar {
    border: 0.08em solid #619CE8 !important;
}

.SalesExecutiveRatingCircle .bar {
    border: 0.08em solid #1AB394 !important;
}

.rtasReportPanel .control-label {
    padding-top: 10px !important;
}

#bottomSystemLabel {
    max-width: 180px;
}

.form-control.error {
    border: 1px solid #cc5965;
}

.errorMainDiv {
    background-color: white;
    border: 1px solid #e5e5e5;
    width: 350px;
    margin: auto !important;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #BFBFBF;
}

#errorTitle {
    font-size: 22px;
    color: #168DB5;
    padding: 15px 15px 8px 15px;
}

#errorPopupMsg {
    padding: 10px 15px 15px 15px;
    font-size: 14px;
    color: #424243;
}

#errorFotterMsg {
    font-size: 16px;
    color: #168DB5;
    cursor: POINTER;
}

.RTASDashbordRatingHeadeDiv {
    padding-bottom: 10px;
}

.RTASDashbordSuperRatingDiv {
}

#menuClientList {
    max-height: 300px;
    overflow-y: auto;
}

    #menuClientList .topClients {
        width: 100%;
        display: block;
        padding: 10px;
        white-space: nowrap;
        overflow-x: auto;
    }

    #menuClientList span {
        width: 100%;
        display: block;
        padding: 0px 13px;
        font-size: 14px;
        cursor: pointer;
    }

.ClientsLiList .spin-icon {
    position: relative;
    /*padding: 4px 10px 4px 13px;
    top: 4px;*/
    padding: 4px 10px 4px 13px;
    top: 12px;
}

.spin-icon i {
    font-size: 22px;
    padding-left: 4px;
}

.loaderText {
    /*font-family: roboto;*/
    font-weight: lighter;
    font-size: 22px;
    color: white;
    margin-top: 5px;
}

.LoadingDiv {
    /*left: 42%;
    display: inline-block;
    position: absolute;
    top: 50%;
    text-align: center;*/
    left: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    min-width: 290px;
}

.well {
    background-color: #f9f9f9;
}

.autoSaveLoading {
    margin: 25px;
    color: white;
    font-weight: bold;
    display: none;
    line-height: 30px;
}

.bs-caret span {
    color: #b5b5b5 !important;
    -moz-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}

.bs-caret-custom {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

select.minimal1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    background-image: url('../../../Images/BIHub/font-awesome_angle-down.png');
    -moz-appearance: none;
    /*background-image: url('/Images/Assessment/edit_options_icon.png');*/
    /*background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;*/
    background-position: 95%;
    background-size: 13px 14px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

#UserSideBarJobRole {
    font-size: 12px;
    padding-bottom: 10px;
}

.drplanguages .dropdown-menu {
    margin-top: 16px !important;
}

.drplanguages .dropdown-toggle div{
    width: auto;
    font-weight: lighter;
    border: 1px solid #a6a4a4;
    padding: 3px 5px;
    border-radius: 3px;
}

.copyRegLink, .copyLoginLink {
    background-color: #FAFAFA;
    border: 1px solid #E5E6E7;
    word-break: break-all;
    font-size: 13px !important;
    font-weight: 100;
    height: 34px;
    line-height: 32px;
    overflow: hidden;
}

.urlMainDiv .btn.copiedLink {
    background: #00a4ed;
    color: #fff;
}

#PerceptionLoginURLModal .modal-body {
    padding: 15px 0;
}

#PerceptionLoginURLModal .defaultBtn {
    background-color: #e6e6e6 !important;
}

#ApplicantRegURLModal .modal-body {
    padding: 20px 15px;
    overflow: inherit;
}

    #ApplicantRegURLModal .modal-body p {
        font-size: 13px;
        font-weight: 100;
        margin-bottom: 10px;
    }

#ApplicantRegURLModal .modal-dialog {
    width: 720px;
}

#ApplicantRegURLModal .modal-dialog {
    width: 880px;
}

#ApplicantRegURLModal .EmailRegLinkDiv .tooltip {
    width: 130px;
}

#ApplicantRegURLModal .EmailRegLinkDiv .tooltip-inner {
    line-height: 20px;
}

#PerceptionLoginURLModal .modal-body p {
    font-size: 14px;
    padding: 0px 20px 15px 20px;
    font-weight: 100;
}

#ApplicantURLs, #EmployeeURLs {
    border-bottom: 1.5px solid rgba(111, 126, 149, 0.5);
    /*border-radius: 3px;*/
    padding: 0px;
    margin-bottom: 20px;
}

    #ApplicantURLs .regUrlTitle, #EmployeeURLs .regUrlTitle {
        background-color: #6f7e95;
        padding: 5px 5px 5px 15px;
        color: white;
        margin-bottom: 10px;
    }

.regUrlContent {
    color: #303030;
}

#linkCopiedLbl, #linkCopiedLbl1 {
    border: 1px solid #b0d9ea;
    color: #0093ed;
    background: #e8f6fd;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 3px 10px;
    margin: 0 auto 10px auto;
}

#linkCopiedLbl {
    margin-top: -8px;
}

#ClientListForm .dropdown-menu {
    max-height: 503px;
}

.urlMainDiv {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    margin-right: 13px;
}

    .urlMainDiv > div {
        display: table-cell;
        vertical-align: middle;
    }

    .urlMainDiv .btn {
        height: 34px;
        border: 1px solid #E5E6E7;
        border-radius: 0px;
        color: inherit;
        font-size: 13px;
        min-width: 0;
        padding: 7px;
        background: rgba(235, 235, 235, 0.55);
    }

        .urlMainDiv .btn:hover {
            background: #00a4ed;
            color: #fff;
        }

    .urlMainDiv .btnEmailRegLink {
        margin-left: 5px;
        min-width: 35px;
        font-size: 18px;
        padding-top: 5px;
        border-radius: 3px;
    }

.urlTitleDiv {
    height: 100%;
    margin: auto;
    vertical-align: middle;
    padding: 0 10px;
    text-align: right;
    padding-left: 0px;
    white-space: nowrap;
    color: #050505;
}

.Table {
    display: table;
    width: 100%;
}

.Table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#LinkWrapperDiv {
    background-color: #f3f7f9;
    padding: 10px 20px;
}

    #LinkWrapperDiv .Table {
        text-align: center;
        max-width: 480px;
        margin: auto;
    }

    #LinkWrapperDiv .RegLinkTable {
        padding-bottom: 10px;
    }

.copyRegLink {
    display: table-cell;
    width: 100%;
    padding-left: 6px;
    border-radius: 3px 0 0 3px;
    outline: none;
}

.urlBtnDiv {
    padding-left: 0;
    margin: auto;
    vertical-align: middle;
    padding-right: 0;
    white-space: nowrap;
    display: table-cell;
    width: 1%;
}

    .urlBtnDiv .btn:first-child {
        border-left: 0;
    }

    .urlBtnDiv .btn:last-child {
        border-radius: 0px 3px 3px 0px;
    }

#btnCopyLoginLink {
    background-color: #f4f4f4;
    color: #676a6c;
    border: 1px solid #E5E6E7;
}

    #btnCopyLoginLink:hover {
        background-color: #00a4ed;
        color: #ffffff;
    }

.urlBtnDiv .btnGoToLink {
    position: relative;
    border-left: 0px;
}

.floatl--active .floatl__label {
    background: none !important;
}

.floatl_textarea {
    padding-right: 18px;
}

    .floatl_textarea textarea {
        box-sizing: content-box;
    }

    .floatl_textarea .floatl__label {
        background: white !important;
        width: calc(100% - 25px);
    }

#topNavBarForm #MenuViewList span {
    padding: 6px 12px;
    font-size: 12px;
    color: white;
    /*width: 14%;*/
    display: table-cell;
    text-align: center;
    text-indent: 0px;
    vertical-align: middle;
    padding-top: 9px;
    min-width: 72px;
    height: 53px;
}

.nav.navbar-top-links a {
    font-size: 12px;
}

#topNavBarForm #MenuViewList span a, #topNavBarForm #MenuViewList span button, .nav.navbar-right > li.drplanguages > a, .drpSettings a.count-info span {
    color: #96A1B2 !important;
}

#topNavBarForm #MenuViewList span.ActionMore a {
    padding: 2px 10px;
    color: #313131 !important;
}

    #topNavBarForm #MenuViewList span.ActionMore a:hover {
        background-color: #e8f6fd !important;
    }

#topNavBarForm #MenuViewList span i {
    padding-right: 5px;
}

#topNavBarForm #MenuViewList span.active a, #topNavBarForm #MenuViewList span.active {
    color: white !important;
    background: #293846 !important;
}

#topNavBarForm #MenuViewList span.active {
    border-bottom: 4px solid #00a4ed;
}

#topNavBarForm #MenuViewList span:not(.ActionMore) a:hover, #topNavBarForm #MenuViewList span button:hover, .nav.navbar-right > li.drplanguages > a:hover, .drpSettings a.count-info span:hover {
    color: white !important;
}

#topNavBarForm #MenuViewList span button {
    font-size: 12px;
    padding-left: 0px;
}

#topNavBarForm {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.navbar-static-top {
    background-color: #2f4050 !important;
    border-color: #2f4050 !important;
}

#topNavBarForm #MenuViewList {
    text-indent: -10px;
    padding-left: 10px;
}

/* top menu*/
.navbar-top-links .dropdown-menu li a {
    padding: 3px 7px;
    margin: 0;
}

.navbar-top-links .dropdown-menu li i {
    padding-right: 5px;
    color: #696868;
    font-size: 16px;
}

#ApplicantRegURLModal .fa {
    font-weight: normal;
}

#userGideLink .fa {
    font-weight: bolder;
}

#ReportIssueForm .fa {
    font-weight: lighter;
}

.LogoutNavigation .fa {
    font-weight: bolder;
    padding-right: 4px;
    color: #7A7C7F;
    font-size: 16px;
}

#MaintenanaceWarning {
    /*display: table-cell;
    text-indent: 0px;
    vertical-align: middle;*/
    text-align: center;
    background-color: #f15f74;
    font-weight: normal;
    font-size: 12px;
    color: white;
    padding: 8px;
    /*display:none !important;*/
}

#MaintenanaceWarningMsg {
    color: white;
}

    #MaintenanaceWarningMsg i {
        padding-right: 5px;
    }

#MaintenanaceWarning .tooltips {
    border: none;
}

#maintenanceTime {
    display: inline-block;
}

#resumePaging {
    padding-left: 0;
    padding-top: 44px;
    /*margin-bottom: 15px;*/
}

    #resumePaging .btn-group .btn {
        padding: 6px 13.5px;
        border-color: #cccccc;
        font-weight: lighter;
    }

        #resumePaging .btn-group .btn i {
            padding-right: 4px;
        }

    #resumePaging .btn-group #ResumeDownload {
        margin-left: 3px;
        border-radius: 3px;
        height: 34px;
        width: 115px;
        border-color: #21b9bb;
        margin-bottom: 0px;
    }

.modelGlobal .modal-body {
    padding: 0;
}

.modelGlobal .modal-footer {
    border: none;
    width: 98%;
    padding: 0px 15px 15px 15px;
    text-align: center;
}

.modelGlobal #page_num:focus {
    border-color: #3e8ac4;
}

.modelGlobal .reportFunction {
    height: 50px;
    text-align: center;
    background-color: #f0f0f0;
    padding-top: 15px;
    margin-bottom: 13px;
    /*padding-left: 0px;*/
}

.modelGlobal .defaultBtn {
    min-width: 120px;
    margin: 2px 0px;
    font-size: 16px;
    background-color: #e6e6e6;
    font-weight: lighter;
    color: #313131;
}

    .modelGlobal .defaultBtn:hover, .modelGlobal .defaultBtn:active, .modelGlobal .defaultBtn:focus, .modelGlobal .defaultBtn:visited {
        background-color: #d2d2d2;
        border: 1px solid #d2d2d2;
    }

.modelGlobal .resultBtn {
    min-width: 120px;
    margin: 1px 0px;
    font-size: 16px;
    background-color: #3e8ac4;
    color: white;
    font-weight: normal;
    border: 1px solid #3e8ac4;
}

    .modelGlobal .resultBtn:hover, .modelGlobal .resultBtn:active, .modelGlobal .resultBtn:focus, .modelGlobal .resultBtn:visited {
        background-color: #2a76b0;
        color: white;
        border: 1px solid #2a76b0;
    }

.modelGlobal input {
    font-weight: lighter;
    color: #313131;
    border: 1px solid #d7d7d7;
    font-size: 14px !important;
}

.modelGlobal .reportFunction .reportSend,
.modelGlobal .reportFunction .reportDownload,
.modelGlobal .reportFunction .reportExport {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 6px 10px 6px 10px;
    background: #ffffff;
    font-size: 14px;
    margin-left: 5px;
}

.modelGlobal .reportFunction .reportSend {
    border: 1px solid #31C6C7;
    color: #31C6C7;
    margin-left: 3px;
}

    .modelGlobal .reportFunction .reportSend:hover {
        background: #31C6C7;
        color: white;
    }

.modelGlobal .reportFunction .reportExport {
    border: 1px solid #F9BA76;
    color: #F9BA76;
    margin-left: 3px;
}

    .modelGlobal .reportFunction .reportExport:hover {
        background: #F9BA76;
        color: white;
    }

.modelGlobal .reportFunction .reportDownload {
    border: 1px solid #3e8ac4;
    color: #3e8ac4 !important;
}

    .modelGlobal .reportFunction .reportDownload:hover {
        background: #3e8ac4;
        color: white !important;
    }

.modelGlobal .reportFunction a:hover {
    color: #00a4ed;
}

.modelGlobal .reportFunction i {
    padding-right: 3px;
}

    .modelGlobal .reportFunction i.icon-cloud-download {
        font-size: 14px;
        vertical-align: text-bottom;
        line-height: 16px;
    }

    .modelGlobal .reportFunction i.icon-envelope {
        vertical-align: middle;
    }

.modelGlobal .reportFunction #h_page_num:focus {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-color: #3e8ac4 !important;
}

.modelGlobal .reportFunction .btn-group .button,
.modelGlobal .reportFunction .btn-group .btn-white {
    border-color: #d7d7d7;
    font-weight: lighter;
    color: #676a6c;
}

.modelGlobal .profileSnapshotBlock.htmlview,
.modelGlobal .profileSnapshotBlock .htmlDiv {
    background-color: #f0f0f0;
}

.modelGlobal .profileSnapshotBlock .htmlBody {
    background-color: white;
}

.modelGlobal#modalMessage .modal-dialog {
    width: 760px;
    margin: 30px auto;
}

.modelGlobal#modalMessage .AddresseeDiv {
    background-color: #f5f5f5;
    padding: 5px;
}

    .modelGlobal#modalMessage .AddresseeDiv .form-group {
        margin: 4px 10px;
    }

.modelGlobal#modalMessage .phoneInterview {
    margin: 0px auto;
    max-width: 740px;
    text-align: center;
}

.modelGlobal#modalMessage .fileUploadBtn {
    color: #313131;
    font-size: 14px !important;
    background: white;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-weight: 300;
    padding: 6px;
}

.modelGlobal#modalMessage .attBlock .mfItem {
    float: left;
    display: block;
    border: 1px solid #b0d9ea;
    border-radius: 20px;
    background-color: #e8f2f7;
    padding: 0px 7px 0px 15px;
    margin: 5px 5px 0 0;
}

.modelGlobal#modalMessage .attBlock .mfItem-name {
    display: inline-block;
}

.modelGlobal#modalMessage .attBlock a {
    line-height: 21px;
    padding-right: 10px;
}

.modelGlobal#modalMessage .emailFloatLabel.floatl__label {
    padding: 2px 3px 3px 3px;
}

.modelGlobal#modalMessage .AddresseeDiv input.floatl__input {
    height: 35px;
}

#modalprofileSnapshot .modal-dialog {
    width: 768px;
}

#modalprofileSnapshot .pdfview #resumeRightBlock {
    padding: 10px 15px !important;
}

.ckedit {
    padding: 10px 15px 0px 15px;
}

#emailReportModal .modal-dialog {
    width: 500px;
}

#emailReportModal input.floatl__input {
    height: 35px;
}

#emailReportModal .resultBtn, #emailReportModal .btn-sending {
    min-width: 120px;
}

#emailReportModal .defaultBtn:hover {
    background-color: #d2d2d2 !important;
    border-color: #d2d2d2;
}

#waitLoader.btn-sending {
    color: #ffffff;
    background-color: #00a4ed;
    border-color: #00a4ed;
}

#EmailToBtn.btn {
    font-weight: lighter;
}

    #EmailToBtn.btn i {
        vertical-align: middle;
        font-size: 16px;
        padding-right: 3px;
    }

/*#resumePaging div {
        float: right;
        height: 32px;
        display: flex;
        align-items: center;
    }*/

.centerBloack {
    /*float: none !important;*/
    display: inline !important;
}

    .centerBloack #resumePaging {
        padding-top: 0px !important;
    }

        .centerBloack #resumePaging div:not(.btn-group) {
            text-align: center !important;
            display: block !important;
            float: none;
        }

.searchBlue input:focus, .focusBlue:focus, .focusBlue input:focus {
    border-color: #3e8cc6 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-style-1, .btn-style-1:hover {
    color: #31C6C7;
    border-radius: 0px;
    border: 1px solid #31C6C7;
    white-space: nowrap;
    display: inline-table;
    background-color: white;
    font-size: 13px;
}

    .btn-style-1 > *, .btn-style-1 > *:hover, .btn-style-1 > *:focus, .btn-style-1 > *:active {
        height: 30px;
        background-color: white !important;
        position: relative;
        font-size: 12px;
        width: 78px;
        min-width: 78px;
        color: #31C6C7;
    }

        .btn-style-1 > *::after {
            content: "";
            position: absolute;
            right: 0;
            z-index: 100;
            top: 5px;
            height: 20px;
            border-left: 1px solid #31C6C7;
        }

        .btn-style-1 > *:last-child:not(:first-child)::after {
            content: none;
        }


.btn-border-blue {
    border: 1px solid #0f83c9;
    border-color: #00a4ed !important;
    color: #0f83c9;
    background: white;
}

    .btn-border-blue:hover, .btn-border-blue:focus, .btn-border-blue:active {
        border-color: #00a4ed !important;
        color: #00a4ed;
    }

.btn-border-lightgreen {
    border: 1px solid #23c6c8;
    color: #23c6c8;
    background: white;
}

    .btn-border-lightgreen:hover, .btn-border-lightgreen:focus, .btn-border-lightgreen:active {
        border-color: #269b9c;
        color: #269b9c;
    }

.BiHupPageTitle {
    margin: -29px -29px 0 -29px;
}

    .BiHupPageTitle .TitleDiv {
        display: table;
        width: 100%;
        background: white;
        padding: 0 30px;
        height: 50px;
        border-bottom: 1px solid #e6e6e6;
    }

        .BiHupPageTitle .TitleDiv > * {
            display: table-cell;
            vertical-align: middle;
        }

.pageTitle {
    margin: 0px;
    font-size: 19px;
    font-weight: 300;
    color: #313131;
    text-align: left;
}

.textRight {
    text-align: right;
}

.EditUserDetail {
    position: relative;
    cursor: pointer;
}

    .EditUserDetail .EditUserIcon {
        width: 22px;
        height: 22px;
        padding: 1px;
        background-color: #00a4ed;
        border-radius: 50%;
        position: absolute;
        right: 3%;
        bottom: 3%;
        opacity: 0;
        -moz-transition-property: opacity;
        -moz-transition-duration: 0.3s;
        -moz-transition-delay: 0.3s;
        /* WebKit */
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-delay: 0.3s;
        /* Opera */
        -o-transition-property: opacity;
        -o-transition-duration: 0.3s;
        -o-transition-delay: 0.3s;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-delay: 0.3s;
    }

.EditUserIcon img {
    width: 14px;
}

.EditUserDetail:hover .EditUserIcon, .onHover .EditUserIcon {
    opacity: 1;
    display: block;
}

.btn-basic {
    background-color: #e6e6e6;
    font-weight: 300;
}

    .btn-basic:hover {
        background-color: #d2d2d2;
    }

.btn-blue {
    color: white !important;
    background-color: #3E8AC4;
}

    .btn-blue:hover {
        background-color: #2976B0;
    }

#CreateJobClassModal {
    z-index: 2201 !important;
}

    #CreateJobClassModal .vertical-label {
        margin-top: 7px;
        text-align: right;
        margin-left: 16px;
    }

    #CreateJobClassModal .btnCancel {
        min-width: 101px;
    }

    #CreateJobRoleModal .modal-dialog, #CreateJobClassModal .modal-dialog {
        width: 450px !important;
    }

#CreateJobRoleModal .vertical-label {
    font-weight: normal;
    padding-right: 0px;
    padding-top: 8px;
    color: #212121;
}
#CreateJobRoleModal .input-group{
    padding-left:10px;
}

#CreateJobRoleModal #createNewJobeRole, #CreateJobClassModal #createNewJobeClass {
    color: white !important;
    background-color: #3e8ac4;
    font-weight: normal !important;
    padding: 5px 10px;
    margin-left: 10px;
}

#CreateJobRoleModal input, #CreateJobClassModal input {
    font-weight: lighter;
    color: #313131;
    border-color: #d7d7d7;
}

#CreateJobRoleModal .bootstrap-select > .dropdown-toggle, #CreateJobClassModal .bootstrap-select > .dropdown-toggle {
    border-color: #d7d7d7;
}

#CreateJobRoleModal .form-control:focus, #CreateJobClassModal .form-control:focus {
    border-color: #3e8cc6 !important;
    outline: none;
    box-shadow: none !important;
}

#CreateJobRoleModal .bootstrap-select.btn-group .dropdown-toggle .filter-option, #CreateJobClassModal .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: lighter;
    color: #313131;
}

#CreateJobRoleModal .dropdown-menu > li.selected > a, #CreateJobRoleModal .dropdown-menu > li > a:hover, #CreateJobClassModal .dropdown-menu > li > a:hover {
    color: #262626;
    background-color: #e8f6fd;
    border-radius: 0;
}

#CreateJobRoleModal .typeahead.dropdown-menu {
    height: 250px;
    overflow-y: scroll;
}

#AssessmentInviteForm .dllEmpJobRole .no-results span, #newTeamMemberModal .jobRoleDiv .no-results span, #IndustryAndRoles .JobClassDiv .no-results span, .JobClassSelect .no-results span {
    background-color: #E9F4FF;
    display: block;
    padding: 5px;
}

#AssessmentInviteForm .dllEmpJobRole .no-results, #newTeamMemberModal .jobRoleDiv .no-results, #IndustryAndRoles .JobClassDiv .no-results, .JobClassSelect .no-results {
    background-color: white;
}

   #newTeamMemberModal .jobRoleDiv .no-results a, #IndustryAndRoles .JobClassDiv .no-results a, .JobClassSelect .no-results a.addNewJobClassBtn {
        border: 1px solid #24C6C8;
        color: #24C6C8;
        float: left;
        display: inline-block;
        position: relative;
        margin: 10px 0px !important;
        padding: 4px 10px !important;
        border-radius: 3px;
        line-height: 18px;
        font-weight: normal;
    }

        #AssessmentInviteForm .dllEmpJobRole .no-results a:hover, #newTeamMemberModal .jobRoleDiv .no-results a:hover, #IndustryAndRoles .JobClassDiv .no-results a:hover, .bootstrap-select.JobClassSelect .dropdown-menu .no-results a.addNewJobClassBtn:hover {
            color: white !important;
            background-color: #24C6C8 !important;
        }

.hasTips input.form-control {
    padding-right: 35px;
}


/*-----check item block-----*/
.SelectedBlock {
    text-align: left;
}

.filtersBlock {
    background-color: #e8f2f7;
    border: 1px solid #b0d9ea;
    padding: 7px 0 0 5px;
    display: inline-block;
}

.filters-Title {
    float: left;
    padding-right: 10px;
    font-weight: normal;
    display: inline-block;
    margin: 1px 0;
    padding-bottom: 3px;
}

.filters-Items-Block {
    display: inline-block;
}

.filters-Items {
    float: left;
    margin: -2px;
}

.filters-Remove {
    float: left;
    margin: 3px 3px;
    height: 20px;
}

    .filters-Remove span {
        color: #676a6c;
    }

    .filters-Remove a:hover span {
        color: #1ba5ea;
    }

    .filters-Remove .filterSymbol {
        margin: 0 3px;
    }

.filters-Item {
    float: left;
    display: block;
    background-color: white;
    border: 1px solid #d7d7d7;
    margin: 2px;
    height: 20px;
}

.FItem-Text {
    float: left;
    padding: 0px 5px;
}

    .FItem-Text .F-Value {
        font-weight: normal;
    }

.FItem-Btn {
    border-left: 1px solid #CCC;
    float: left;
    padding: 0px 5px;
    height: 100%;
    display: flex;
    align-items: center;
}

    .FItem-Btn .close {
        font-size: 18px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        opacity: .8;
        color: #999999;
        text-shadow: none;
    }

.TopMenuActionList {
    min-height: unset !important;
    margin-top: 10px !important;
}

    .TopMenuActionList li a {
        color: #313131 !important;
    }

#topNavBarForm #MenuViewList .TopMenuActionList span a:hover {
    background-color: #e8f6fd !important;
    color: #313131 !important;
}

.TopMenuActionList.dropdown-menu > .active > a {
    background-color: #f5f5f5 !important;
}

.btn-primary-custom {
    background-color: #3E8AC4;
    border-color: #3E8AC4;
    color: #fff;
    font-weight: normal;
}

    .btn-primary-custom:hover {
        background-color: #2976b0 !important;
        color: #fff;
    }

.btn-primary1-custom {
    background-color: #3CC6C6;
    border-color: #3CC6C6;
    color: #fff;
}

    .btn-primary1-custom:hover {
        background-color: #21b9bb !important;
        color: #fff;
    }

.btn-primary2-custom {
    border: 1px solid #00a4ed !important;
    background-color: transparent;
    color: #00a4ed !important;
}

    .btn-primary2-custom:hover {
        background-color: #00a4ed !important;
        color: #fff !important;
    }

.btn-primary3-custom {
    background-color: #00a4ed;
    border-color: #00a4ed;
    color: #fff;
}

    .btn-primary3-custom:hover {
        background-color: #0098db !important;
        color: #fff;
    }

.btn-secondary-custom {
    background-color: #e6e6e6;
    color: #313131;
}

    .btn-secondary-custom:hover {
        background-color: #d2d2d2;
        color: #fff;
    }

.btn-purple {
    background-color: #5348c2;
    color: white;
}

    .btn-purple:hover, .btn-purple:focus {
        background-color: #2e2496;
        color: white;
    }

#SubscribeHeader {
    padding: 12px 0px;
    color: #96A1B2;
}

    #SubscribeHeader div {
        display: inline-block;
        float: left;
    }

    #SubscribeHeader i {
        display: inline-block;
        float: left;
        font-size: 20px;
        padding-right: 5px;
        padding-top: 2px;
    }

#btnSubscribe {
    font-size: 12px;
    padding: 4px 4px;
    color: #BEA02C;
    border-color: #BEA02C;
    background-color: transparent;
    margin-left: 3px;
}

    #btnSubscribe:hover {
        background-color: #BEA02C;
        color: white;
    }

#btnUpgrade {
    font-size: 12px;
    padding: 4px 4px;
    color: #83B93F;
    border-color: #83B93F;
    background-color: transparent;
    margin-left: 5px;
}

    #btnUpgrade:hover {
        background-color: #83B93F;
        color: white;
    }

#SubscribeHeader .remainingDays {
    clear: both;
    display: block;
    float: left;
    text-align: left;
    font-size: 13px;
    margin-top: -2px;
}

.upgradeDiv {
    font-size: 9px;
}

.subscribeDiv {
    font-size: 11px;
}

#SubscriptionModal .modal-dialog {
    width: 400px;
}

#SubscriptionModal label {
    font-weight: normal;
    text-align: right;
    padding-top: 7px;
}

#SubscriptionModal .modal-content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    text-align: center;
    min-height: 480px;
    margin: 0px 0px 0px -16px;
}

#SubscriptionModal .modal-header {
    background-color: white;
    height: 65px;
    padding: 22px 10px;
    border-top-left-radius: 4px;
    border-bottom-color: rgb(33, 33, 40);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1) !important;
    position: relative;
    z-index: 10;
}

    #SubscriptionModal .modal-header .close {
        position: absolute;
        right: -12px;
        top: -9px;
        margin-right: 0;
        width: 24px;
        height: 24px;
        background-color: #393941;
        border-radius: 50%;
        color: #C3C3C6 !important;
        font-weight: 600;
    }

    #SubscriptionModal .modal-header #title {
        color: #359FF4 !important;
        font-weight: 600;
        font-size: 15px;
    }

#SubscriptionModal .modal-body {
    background-color: #F4F5F9;
    height: 100%;
    height: 327px;
}

#SubscriptionModal .modal-footer {
    border-top: 0px;
    background-color: #F4F5F9;
    height: 88px;
    border-radius: 4px;
}

    #SubscriptionModal .modal-footer .btn-secondary-custom {
        background-color: #DCDCDC;
        font-weight: 600;
        color: #818181;
        padding: 10px 30px;
        min-width: 145px;
    }

    #SubscriptionModal .modal-footer .btn-primary-custom {
        background-color: #2196F3;
        font-weight: 600;
        color: white;
        border-color: #2196F3;
        padding: 10px 30px;
        min-width: 145px;
        margin: 0px;
    }

#ChargebeeCheckoutModal .modal-dialog {
    width: 612px;
}

#SubscriptionModal .float-label-select {
    position: absolute;
    top: -2px;
    opacity: 1;
    z-index: 1;
    padding-left: 13px;
    font-size: 11px;
    color: #2196F3;
}

#SubscriptionModal .bootstrap-select {
    height: 48px;
}

#SubscriptionModal .dropdown-toggle {
    padding-top: 16px;
    height: 48px;
    border: 0px;
}

#SubscriptionModal .floatl__label {
    color: #2196F3;
    font-size: 11px !important;
}

#SubscriptionModal input {
    background-color: white;
    height: 48px;
}

#SubscriptionModal input {
    background-color: white;
    border: 0px;
}

.disabled-group {
    cursor: not-allowed;
}

.btn-group .btn.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

/*---------------------------------------------------Media responsive-----------------------------------------------------------------*/
@media (min-width: 768px) {
    .padding-0-custom {
        padding: 0px !important;
    }

    #sideFixNavbar {
        display: none;
    }

    .monthLabel {
        margin-right: 10px;
    }

    .AccountDetails {
        width: 70% !important;
        max-width: 1025px;
    }

    /*.navbar-static-side {
        display: block !important;
    }*/

    #PerceptionReportPopup .PTAS_ExecutiveSnapshotChartWrapperMain {
        width: 100% !important;
    }

    #PerceptionReportPopup #PTAS_ExecutiveSnapshotChartWrapper {
        float: none !important;
    }

    #modalResume .modal-dialog {
        width: 770px;
        margin: 30px auto;
    }
}

@media (min-width: 800px) {
    .r1c1Top-main-inner, .r1c1-main-bottom-inner {
        display: table-cell;
        vertical-align: middle;
        margin: 30%;
        text-align: center;
        padding: 10px;
    }

    .MobileGridDate {
        display: none;
    }
}

@media (min-width: 992px) {
    .r1c1Top-main-inner, .r1c1-main-bottom-inner {
        display: table-cell;
        vertical-align: middle;
        margin: 30%;
        text-align: left;
        padding: 10px;
    }
}

@media (min-width: 1600px) {
    /*.wrapper {
        width: 95% !important;
    }*/

    .selfRatingHeaderText {
        margin-left: 0px;
    }

    .r1c1.css3-tooltip:hover:after {
        right: -12% !important;
    }

    .selfUperDiv {
        height: 50px !important;
    }
}


@media (min-width: 1500px) {
    /*.wrapper {
        width: 95% !important;
    }*/

    .warningMsg {
        margin-left: -7%;
    }

    .eval-name-self {
        font-size: 12px;
    }

    .r1c1.css3-tooltip:hover:after {
        right: -3% !important;
    }

    .sliderDiv {
        padding-left: 4%;
    }

    .sliderDiv3 {
        padding-left: 3.5%;
    }

    .sliderDiv4 {
        padding-left: 3.2%;
    }

    .sliderDiv5 {
        padding-left: 2.8%;
    }

    .selfUperDiv {
        height: 50px !important;
    }
}

@media (max-width: 800px) {
    .top {
        display: none;
    }

    #mobileDashbord {
        display: block !important;
        clear: both;
        padding: 10px;
        border-top: 1px solid #e1e1e1;
        float: right;
        width: 100%;
        text-align: right !important;
        line-height: 24px;
    }

    .assementViewLbl {
        padding-top: 10px !important;
        padding-right: 0px;
    }

    .MobileGridDate {
        border-bottom: 1px solid #e1e1e1;
    }

    .gridImageRight {
        width: 65% !important;
    }

    #mainVideoContent {
        padding-left: 27px !important;
    }

    .bx-wrapper {
        margin-right: 5px !important;
        margin-left: 22px !important;
    }

    .supervisorRatingCircle {
        position: initial !important;
        bottom: initial !important;
    }


    .RTASReportArea {
        width: 650px !important;
    }

    .RTASReportAreaUpDiv {
        overflow-x: scroll;
    }

    .SalesExecutiveRatingCircle {
        bottom: initial !important;
        top: 10px;
    }

    /*.PTAS_ExecutiveSnapshotChartWrapperMain {
        overflow-x: scroll;
    }*/

    .peceptionFooter {
        padding: 0px !important;
    }

        .peceptionFooter div img, .peceptionFooter div span {
            float: left !important;
        }

    .perceptionHtmlPage {
        padding-left: 0px !important;
        padding-right: 0px !important;
        page-break-after: always;
    }

    .pickyourself {
        display: block;
    }

    #mobilePDF {
        display: block !important;
    }

    .per_content {
        margin-top: 10px !important;
    }

    #flipBook {
        display: none !important;
    }

    .r1c1Top-main-inner, .r1c1-main-bottom-inner {
        display: table-cell;
        vertical-align: middle;
        margin: 30%;
        text-align: left;
        padding: 10px;
    }

    .r3c1 {
        height: initial;
    }

    .r3c2 {
        height: initial;
    }

    .r1c1Top {
        height: initial;
    }

    .r1c1Bottom {
        height: initial;
    }

    .MobileControl {
        margin-bottom: 4%;
    }

    .r1c1TopRightspan {
        padding-left: 15px;
        padding-top: 10px;
    }

    #ChangePassForm label {
        float: left;
    }

    #AssessmentDashbord th {
        display: none;
    }

    /*#AssessmentDTDashbord > thead {
        display: none;
    }*/

    #AssessmentDTDashbord > td {
        display: none;
    }


    .assessmentEdit {
        margin-top: 31px !important;
    }

    #AssessmentDTDashbord_paginate {
        margin: auto;
    }

    #AssessmentDTDashbord > thead > tr > th.sorting_disabled {
        padding: 5px;
    }

    #AssessmentDashbord td {
        display: none;
    }

    #AssessmentDTDashbord_info {
        margin: auto;
    }

    #MobileViewTd {
        display: block !important;
        padding-bottom: 0px;
    }

    #MobileViewTh {
        display: block;
    }

    #executivesnapshotbtn {
        margin-right: 20px;
        margin-left: 5px;
    }

    .selfUperDiv {
        height: 20px !important;
    }

    .sliderDivSelfRating {
        border-bottom: 1px solid #E5E5E5;
    }
}

@media (max-width:1024px) {
    .wrapper {
        /*width: 93% !important;*/
    }
}

@media (max-width: 415px) {

    .hideTriningModule {
        display: none !important;
    }

    #purpleDiv {
        display: none;
    }

    .warningMsg {
        display: none;
    }

    .modal-dialog {
        width: 100% !important;
        padding: 10px !important;
        margin: 0px !important;
    }

    .sliderDivSelfRating {
        border-bottom: 1px solid #E5E5E5;
    }

    .r1c1Top-main-inner, .r1c1-main-bottom-inner {
        display: table-cell;
        vertical-align: middle;
        margin: 30%;
        text-align: center;
        padding: 10px;
    }
}

@media (max-width:768px) {
    .navbar-form-custom {
        display: none !important;
    }
    /*.timer {
        margin-left: 19% !important;
    }*/
    .navbar-top-links li {
        vertical-align: top;
    }

    .navbar-header {
        width: 53px;
    }

    .r1c4Top img {
        padding-left: 2px;
    }

    .participantHeader {
        font-size: 17px !important;
    }

    .table-responsive {
        margin-top: -9px;
    }

    .MobileGridDate {
        width: 100%;
        display: block;
        position: absolute;
    }

    .gridImage {
        margin-top: 35px;
    }

    .gridImageRight {
        margin-top: 35px !important;
    }

    #AssessmentDTDashbord_filter label {
        float: right;
        /*margin: 10px 0px !important;*/
        width: 100%;
    }

    .toolbar {
        width: 100% !important;
    }

    .lblview {
        display: none;
    }

    #AssessmentDTDashbord_filter {
        margin-right: 0;
        width: 100%;
    }

        #AssessmentDTDashbord_filter input {
            display: inline-block;
            width: 100%;
            float: right;
        }

    .aptitudeContent4 {
        margin-left: 0PX !important;
        margin-top: 0px !important;
    }

    .bottomSystemView {
        width: 220px;
    }

    .apptitudeDomain {
        background: none !important;
    }

        .apptitudeDomain p {
            margin: 5px 0px 0px 5px !important;
            line-height: 1.5 !important;
            font-size: 20px !important;
        }

    .top {
        width: 100% !important;
        margin-top: 30px !important;
    }


    #PSMVideo {
        padding: 0 20px !important;
    }

    .navbar-top-links {
        /*display: none;*/
        display: inline-block;
        float: right;
    }

    .drpSettings span {
        display: none !important;
    }

    .drpSettings .dropdown-menu {
        position: fixed !important;
        top: 50px;
        left: 135px;
    }

    .ClientsLiList .hdrSpan.dropdown {
        margin-top: 0px !important;
    }

    .ClientsLiList .dropdown-menu {
        left: inherit;
        right: 0;
        margin-top: -7px;
    }

    .AccountDetails {
        width: 100%;
    }

    #perceptionReportForm {
        width: 100%;
    }

    .r2 {
        padding: 0px;
        padding-right: 0px !important;
    }

    .r2c3, .r2c2 {
        padding-right: 2px;
    }

    .r3 {
        margin-top: 0px;
        background: #afc6d9;
        width: 96%;
        margin-bottom: 10px;
        padding-right: 0px !important;
    }

    .r3c1 {
        padding-bottom: 0px;
    }

    .r3c2 {
        padding-top: 0px;
    }

    .r3module1 {
        width: 100%;
        text-align: center;
    }

    .r1c4Bottom, .r1c2Bottom, .r1c3Bottom, .r2c1Right, .r2c3Right, .r2c2Right, .r3module1, .r3module2, .r3module {
        text-align: center !important;
    }

    .r3module2 {
        padding-left: 16px !important;
    }


    .video-data {
        min-height: initial !important;
    }

    .sliderDivSelfRating {
        border-bottom: 1px solid #E5E5E5;
    }

    .r1c1Top-main-inner, .r1c1-main-bottom-inner {
        display: table-cell;
        vertical-align: middle;
        margin: 30%;
        text-align: center;
        padding: 10px;
    }

    .r1 {
        padding-right: 0px !important;
    }
}

@media (max-width:516px) {
    .wrapper {
        /*width: 92% !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
        padding-left: 15px !important;
        padding-right: 8px !important;*/
    }

    .drpSettings .dropdown-menu {
        position: fixed !important;
        top: 50px;
        left: -190px;
    }

    .urlMainDiv .urlTitleDiv {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }

    .g-recaptcha {
        margin: auto 3%;
    }
}

@media only screen and (min-width : 769px) and (max-width : 2000px) {
    /*.timer {
        margin-left: -80px !important;
    }*/
}

@media only screen and (min-width : 516px) and (max-width : 768px) {
    .wrapper {
        /*width: 89% !important;
        padding-right: 15px !important;*/
    }
}

@media only screen and (min-width :768px) and (max-width : 1200px) {
    .headerLangText {
        display: none;
    }

    .drplanguages div {
        width: 15px !important;
    }
}


.hdrMenuView {
    padding-left: 10px;
}

    .hdrMenuView .caret {
        margin-left: 4px;
    }

#DriverCommentary, #ExpressiveCommentary, #AmiableCommentary, #AnalyticalCommentary {
    word-spacing: 5px;
}

#ProfileReportBehaviourStyleCharacteristicsIntro p {
    font-size: 17px;
}

#ProfileReportBehaviourStyleCharacteristicsIntro p {
    font-size: 17px;
}

.irs-single {
    visibility: hidden !important;
    display: none !important;
}

.irs-slider {
    width: 22px;
    height: 22px;
    color: white;
    top: 27px;
    border-color: white;
}

.irs {
    margin-bottom: 15px;
}


/*//IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #btnBizFormSubmit {
        margin-bottom: 100px !important;
    }

    .moduleDiv {
        margin-top: 0px !important;
    }

        .moduleDiv span {
            padding-left: 5px;
        }

    div.orgChart td {
        padding-left: 1px;
    }

    .dropdown-toggle.count-info {
        display: inline-block;
        /*margin-top: 20px;*/
        padding: 0px;
        bottom: -16px;
    }

    .bihub-img {
        padding-bottom: 35px;
    }

    /*Assessment Tracking*/
    #aptitudes .k-progress-status-wrap, #RTAS_SupervisorRating .k-progress-status-wrap, #RTAS_SalesExecutiveRating .k-progress-status-wrap {
        line-height: 1em;
    }

    .navbar .dropdown-menu {
        margin-top: 15px;
    }

    #RTAS-SelfEvaluationMainDiv {
        padding-bottom: 30px;
    }

    .rattingDiv .irs-slider {
        padding-top: 0px;
    }
}

@media (min-width:950px) {
    .psmaudiooriginal {
        width: 50% !important;
        margin-left: 25%;
    }
}

.nowrapper {
    border: 0px;
}

.highlight {
    background: #4bacc6;
}

.HelpBlockhighlight {
    background: #d6f2ff;
}
/*//////customInput//////////*/
.customInput {
    background: #fff;
    padding: 0px 5px 5px 5px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    min-height: 35px;
    position: relative;
    float: left;
    width: 100%;
    cursor: text;
}

    .customInput.floatl--focused {
        border-color: #3e8ac4;
    }

    .customInput .cText {
        text-align: left;
        height: 28px !important;
        overflow: hidden;
        padding: 10px 0 0 3px;
        resize: none !important;
        width: 400px;
        color: black;
        background-color: transparent;
        border: 0 !important;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 15px !important;
        margin-bottom: -5px;
        min-width: 110px;
    }

    .customInput .hideText {
        visibility: hidden;
        opacity: 0;
        height: 0;
        line-height: 0;
        float: left;
    }

    .customInput .cText, .customInput .hideText { /* font style */
        font-size: 13px;
        font-weight: lighter;
    }

    .customInput .cItem {
        font-size: 13px;
        display: inline-block;
        padding: 1px 5px 1px 5px;
        vertical-align: top;
        border: 1px solid #d7d7d7;
        background: #f5f5f5;
        border-radius: 2px;
        font-weight: lighter;
        margin: 5px 0 0 5px;
        word-break: break-word;
        cursor: auto;
    }

        .customInput .cItem.error {
            border: 1px solid #ff8b55;
            background: #ff8b55;
            color: white;
        }

    .customInput .cEmail {
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
    }

    .customInput .cImg {
        display: inline-block;
    }

        .customInput .cImg img {
            height: 15px !important;
            width: 15px !important;
            margin-right: 5px !important;
        }

    .customInput .cCancle {
        display: inline-block;
        color: #999999;
        font-size: 17px;
        opacity: .8;
        padding-top: 2px;
    }

    .customInput .error .cCancle {
        color: white;
        text-shadow: none;
    }

.floatl--active .cBody, .floatl--selectbox .cBody {
    padding: 17px 0px 0px 0px;
}

    .floatl--active .cBody.no-float, .floatl--selectbox .cBody.no-float {
        padding: 2px 0px 0px 0px;
    }

.floatl--active .floatl__input.cText, .floatl--selectbox .floatl__input.cText {
    padding: 10px 0 0 3px;
    font-size: 13px;
}

.floatl--selectbox .floatl__label {
    opacity: 1;
    visibility: visible;
    top: 1px;
    background: none !important;
}

input.floatl__input {
    font-weight: lighter;
}

.assessmentInvite .ui-menu.ui-autocomplete {
    width: 100% !important;
    left: 0px !important;
    margin-right: 5px;
    padding: 0px;
    font-family: inherit;
}

.custom-ul .media-body {
    display: table-cell;
    padding-top: 0;
}

.customInput .ui-state-active {
    border: 0px !important;
    margin: 0px !important;
}

.ui-menu.ui-autocomplete .ui-menu-item {
    padding: 0 !important;
    text-align: left;
    height: 40px;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
    padding: 0.3em .4em;
}

    .ui-autocomplete.ui-menu .ui-menu-item a:hover,
    .ui-autocomplete.ui-menu .ui-menu-item a:active,
    .ui-autocomplete.ui-menu .ui-menu-item a:focus {
        background-color: #e8f6fd !important;
    }

.ui-menu .ui-menu-item:last-child a.ui-state-hover,
.ui-menu .ui-menu-item:last-child a.ui-state-active {
    margin-bottom: 0px;
}

.floatl--selectbox .cText {
    width: 400px;
}

.customInput.error {
    border: 1px solid #ff8b55 !important;
}

label.cError, .arrow_box label.cError {
    color: #ff8b55;
    font-weight: lighter !important;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
}

.floatl-left .floatl__label {
    float: left;
    font-size: 13px !important;
    padding: 11px 3px 3px 3px;
}

/*.floatl-left.floatl--selectbox .floatl__label, .floatl-left.floatl--active .floatl__label {
    position: static;
}*/

.floatl-left.floatl--active .cBody, .floatl-left.floatl--selectbox .cBody {
    padding: 0px;
    display: inline-block;
    float: left;
}

/*.floatl-left.floatl--active .cBody.ReTo, .floatl-left.floatl--selectbox .cBody.ReTo {
        padding-left: 55px;
    }*/

/*.floatl-left.floatl--active .cBody.bccBody, .floatl-left.floatl--selectbox .cBody.bccBody {
        padding-left: 24px;
    }*/

/*placeholder*/
.customInput .cBody textarea::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #a5a5a5 !important;
}

.customInput .cBody textarea:-moz-placeholder { /* Firefox 4 to 18 */
    font-size: 14px !important;
    color: #a5a5a5 !important;
    opacity: 1;
}

.customInput .cBody textarea::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px !important;
    color: #a5a5a5 !important;
    opacity: 1;
}

.customInput .cBody textarea:-ms-input-placeholder { /* ie */
    font-size: 14px !important;
    color: #a5a5a5 !important;
}

.customInput .cBody textarea::placeholder {
    font-size: 14px !important;
    color: #a5a5a5 !important;
}

/*style blue*/
.customInput.custom-blue {
    min-height: 39px;
}

    .customInput.custom-blue .cItem {
        border: 0;
        border-radius: 5px;
        padding: 4px 6px;
        background: #e2f2fd;
    }

    .customInput.custom-blue .cCancle {
        color: #5b5b5b;
        font-weight: 300;
        padding-top: 0;
    }

    .customInput.custom-blue .cItem.error {
        background: #ff8b55;
        color: white;
    }

        .customInput.custom-blue .cItem.error .cCancle {
            color: white;
        }

    .customInput.custom-blue .cText {
        padding: 12px 0 0 3px;
        height: 32px !important;
    }
/*//////customInput end//////////*/

/*//////filter block//////////*/
.FilterBlock-border {
    min-height: 0;
}

    .FilterBlock-border > .filtersInner {
        background-color: #e8f2f7;
        width: 100%;
        border: none;
        padding: 5px;
        height: 45px;
        display: flex;
        align-items: center;
        border: 1px solid #b0d9ea;
    }

    .FilterBlock-border .dropdown {
        width: 155px !important;
        min-width: 150px;
        margin: 0 5px;
    }

        .FilterBlock-border .dropdown .btn {
            line-height: 1.3;
            height: 28px;
            font-size: 12px;
        }

    .FilterBlock-border .FilterBlockClear, .FilterBlock-border .FilterBlockClose {
        width: 50px;
        line-height: 28px;
        height: 28px;
        text-align: center;
        border: 1px solid #b0d9ea;
    }

    .FilterBlock-border .FilterBlockClose {
        margin-left: 5px;
    }

    .FilterBlock-border .filterText {
        padding-left: 15px;
        padding-right: 5px;
    }

        .FilterBlock-border .filterText i {
            padding-right: 5px;
        }

.filtersInner .dropdown-menu > li > a {
    line-height: 1.42857143;
}

.FilterBlock-border .filterOpenBtn {
    width: auto;
    height: 28px;
    border: 1px solid #e7eaec;
    background-color: #ffffff;
    border: 1px solid #b0d9ea;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 5px 6px;
    background-color: #e8f2f7;
}

    .FilterBlock-border .filterOpenBtn i {
        padding-right: 5px;
    }
/*//////filter block end//////////*/

/*//////xg-switch start//////////*/
.xg-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin-top: 5px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: lighter;
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
}

    .xg-switch > input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

.xg-switch-label {
    position: relative;
    display: block;
    height: 100%;
    font-size: 12px;
    background: #cdcdcd;
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

    .xg-switch-label:before, .xg-switch-label:after {
        position: absolute;
        line-height: 30px;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .xg-switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #313131;
    }

    .xg-switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: white;
        opacity: 0;
    }

.xg-switch > input[type="checkbox"]:checked ~ .xg-switch-label {
    background: #23c6c8;
}

    .xg-switch > input[type="checkbox"]:checked ~ .xg-switch-label:before {
        opacity: 0;
    }

    .xg-switch > input[type="checkbox"]:checked ~ .xg-switch-label:after {
        opacity: 1;
    }

.xg-switch-handle {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 28px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out,;
}

.xg-switch > input[type="checkbox"]:checked ~ .xg-switch-handle {
    left: 19px;
}

.xg-switch-style2 {
    width: 62px !important;
    height: 24px !important;
    margin: 0;
    vertical-align: middle;
}

    .xg-switch-style2 * {
        border-radius: 0;
    }

    .xg-switch-style2 .xg-switch-handle {
        width: 26px;
        height: 18px;
        top: 3px;
        left: 3px;
    }

    .xg-switch-style2 .xg-switch-label:after, .xg-switch-style2 .xg-switch-label:before {
        font-weight: 500;
        line-height: 24px;
        color: white;
    }

    .xg-switch-style2 .xg-switch-label:after {
        left: 8px;
    }

    .xg-switch-style2 .xg-switch-label:before {
        left: 38px;
    }

    .xg-switch-style2 > input[type="checkbox"]:checked ~ .xg-switch-label {
        background: #5ec27a;
    }

    .xg-switch-style2 > input[type="checkbox"]:checked ~ .xg-switch-handle {
        left: 33px;
    }

.small.xg-switch-style2 {
    width: 50px !important;
    height: 20px !important;
}

    .small.xg-switch-style2 span {
        font-size: 12px !important;
    }

    .small.xg-switch-style2 .xg-switch-handle {
        width: 20px;
        height: 14px;
    }

    .small.xg-switch-style2 > input[type="checkbox"]:checked ~ .xg-switch-handle {
        left: 27px;
    }

    .small.xg-switch-style2 .xg-switch-label:after, .small.xg-switch-style2 .xg-switch-label:before {
        line-height: 20px;
    }

    .small.xg-switch-style2 .xg-switch-label:before {
        left: 29px;
    }

    .small.xg-switch-style2 .xg-switch-label:after {
        left: 5px;
    }


.xg-switch-style3 {
    width: 62px !important;
    height: 32px !important;
    margin: 0;
    vertical-align: middle;
}

    .xg-switch-style3 * {
        border-radius: 0;
    }

    .xg-switch-style3 .xg-switch-handle {
        width: 26px;
        height: 26px;
        top: 3px;
        left: 3px;
    }

    .xg-switch-style3 .xg-switch-label:after, .xg-switch-style3 .xg-switch-label:before {
        font-weight: 500;
        line-height: 32px;
        color: white;
    }

    .xg-switch-style3 .xg-switch-label:after {
        left: 8px;
    }

    .xg-switch-style3 .xg-switch-label:before {
        left: 38px;
    }

    .xg-switch-style3 > input[type="checkbox"]:checked ~ .xg-switch-label {
        background: #5ec27a;
    }

    .xg-switch-style3 > input[type="checkbox"]:checked ~ .xg-switch-handle {
        left: 33px;
    }

.small.xg-switch-style3 {
    width: 50px !important;
    height: 20px !important;
}

    .small.xg-switch-style3 span {
        font-size: 12px !important;
    }

    .small.xg-switch-style3 .xg-switch-handle {
        width: 20px;
        height: 14px;
    }

    .small.xg-switch-style3 > input[type="checkbox"]:checked ~ .xg-switch-handle {
        left: 27px;
    }

    .small.xg-switch-style3 .xg-switch-label:after, .small.xg-switch-style3 .xg-switch-label:before {
        line-height: 20px;
    }

    .small.xg-switch-style3 .xg-switch-label:before {
        left: 29px;
    }

    .small.xg-switch-style3 .xg-switch-label:after {
        left: 5px;
    }
/*//////xg-switch end//////////*/


/*predictor progress (semi circle) css*/
.predictor_progress .tooltipBody-top {
    font-size: 13px !important;
    padding: 5px 12px;
}

.progress_predictor_1 {
    width: 132px;
    height: 57px;
}

.progress_predictor_multiple .progress_predictor_1 {
    width: 132px;
    height: 12px;
}

.progress_predictor_2 {
    width: 112px;
    height: 46px;
}

.progressbar-text {
    white-space: normal;
    font-family: Roboto,Microsoft JhengHei !important;
    font-weight: lighter;
}

.progress_NotComplete .progressbar-text {
    white-space: inherit !important;
}

.progress_emplyeAbilityIndex, .progress_NotComplete {
    width: 132px;
    height: 46px;
}

.progress_emplyeAbilityIndex, .progress_predictor_2, .progress_predictor_1, .progress_NotComplete {
    margin-top: 0px !important;
    margin-bottom: 18px;
}

.progress_predictor_multiple .progress_predictor_1 {
    margin-bottom: 52px;
}

.progress_emplyeAbilityIndex .progressbar-text, .progress_NotComplete .progressbar-text {
    top: 0px !important;
}

.progress_emplyeAbilityIndex .progressbar-text, .progress_NotComplete .progressbar-text, .progress_predictor_2 .progressbar-text, .progress_predictor_1 .progressbar-text {
    transform: none !important;
    left: 6% !important;
    top: 42% !important;
    width: 86%;
}

.progress_emplyeAbilityIndex_val, .progress_NotComplete_val {
    font-size: 11px;
    text-align: center;
    display: inline-block;
    width: 102%;
}

.progress_predictor_1_val {
    font-size: 12px;
    padding-top: 4px;
    display: block !important;
    width: 100%;
    line-height: 18px;
    /*display: initial !important;*/
}

.tooltips.progress_predictor_1_val[data-name="Annual Sales"] .tooltiptext,
.tooltips.progress_predictor_1_val[data-scale-name="Annual SalesScale"] .tooltiptext {
    width: 230px !important;
    left: 61px !important;
    position: absolute !important;
    top: 46px !important;
}

.progress_predictor_1 .progress_predictor_2_val {
    float: right;
    font-size: 12px;
    right: 39px;
    position: absolute;
}

.progress_predictor_2_val {
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.progress_predictor_2 .progressbar-text {
    width: 100%;
    text-align: center;
    top: 47% !important;
    left: 0% !important;
}

.progress_predictor_1 .progressbar-text {
    top: 28% !important;
    left: 5% !important;
    width: 86%;
    text-align: center;
    line-height: 13px;
}
/*for double chart*/
.progress_predictor_multiple {
    /*margin-top:25px !important;*/
}

    .progress_predictor_multiple .progress_predictor_2_val {
        width: 30px;
        font-size: 13px !important;
        line-height: 13px;
    }

    .progress_predictor_multiple .progress_predictor_1_val {
        width: 40px;
        display: inline-block !important;
        font-size: 11px !important;
        line-height: 13px;
        padding-top: 11px !important;
    }

    .progress_predictor_multiple .progress_predictor_2 {
        margin-top: 11px !important;
    }

        .progress_predictor_multiple .progress_predictor_2 .progressbar-text {
            width: 136px;
        }

    .progress_predictor_multiple .progress_predictor_1 .progressbar-text {
        left: -8% !important;
        top: 21px !important;
    }

    .progress_predictor_multiple .progress_predictor_2_val::before {
        content: "";
        position: absolute;
        left: -8%;
        z-index: 100;
        top: 3px;
        height: 20px;
        border-left: 1px solid #D1CFCF;
        /* right: -13px; */
    }

    .progress_predictor_multiple .progress_predictor_2 {
        margin: 11px;
        width: 110px;
        height: 48px;
        position: absolute !important;
    }

.progressbar-text .tooltips .tooltiptext, .PredictorProgressDiv .tooltips .tooltiptext {
    width: 375px !important;
    left: auto;
    right: -130px;
}

.hideEmployability .progress_predictor_1 .progress_predictor_2_val {
    /*top: -7px;*/
}

.progress_predictor_1 .tooltiptext {
    right: -53px !important;
}

/*.progress_predictor_1_val .tooltiptext {
    right: -75px !important;
}*/

.progress_predictor_multiple .progress_predictor_1_val .tooltiptext {
    right: -80px !important;
    /*margin-top: 0px !important;*/
}

.progress_predictor_multiple .progress_predictor_1_val .tooltip-top {
    margin-bottom: -13px;
}

.progressbar-text .tooltip-top, .PredictorProgressDiv .tooltip-top, .assessmentTooltipHeadsUp .tooltip-top {
    margin-top: 18px !important;
}

.progress_predictor_multiple .progress_predictor_2_val .tooltiptext {
    /*margin-top: 0 !important;*/
}

.progress_predictor_2_val .tooltiptext {
    right: -75px !important;
}

.progress_predictor_1 .progress_predictor_2_val .tooltiptext {
    right: -92px !important;
}

.Scale_table th, .Scale_table td {
    border: 1px solid #d7d7d7 !important;
    padding: 5px 10px;
}

.Scale_table {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
}

    .Scale_table td {
        font-weight: lighter;
        text-align: left;
        min-width: 110px;
    }

    .Scale_table th {
        background-color: #F9F9F9 !important;
        font-weight: normal;
    }

.progressbar-text .tooltiptext, .PredictorProgressDiv .tooltiptext, .assessmentTooltipHeadsUp .tooltiptext {
    margin-left: -120px;
}

.progress_predictor_2_val .tooltiptext {
    margin-left: -100px;
}

.progressbar-text .tooltip-top, .PredictorProgressDiv .tooltip-top, .assessmentTooltipHeadsUp .tooltip-top {
    bottom: auto;
}

.progressbar-text .tooltiptext:before,
.progressbar-text .tooltiptext:after,
.PredictorProgressDiv .tooltiptext:before,
.PredictorProgressDiv .tooltiptext:after {
    left: calc(45% + var(--left,0) * 1px) !important;
}

.progressbar-text .tooltips .tooltip-top:before, .PredictorProgressDiv.tooltips .tooltip-top:before {
    border-color: white transparent transparent transparent !important;
}

.progressbar-text .tooltips .tooltipBody-bottom, .PredictorProgressDiv.tooltips .tooltipBody-bottom, .assessmentTooltipHeadsUp .tooltipBody-bottom {
    border-radius: 0px !important;
}
.InviteAssessmentProgress .progress {
    height: 7px !important;
}

.InviteAssessmentProgress {
    margin-bottom: 8px;
    max-width: calc(200px - 54px - 35px); /*PredictorProgressDiv-ProgressText-ProgressPer=250-54-35*/
    /*margin: auto;*/
    margin-left:54px;
}

.progress_Completed {
    background-color: #5fc3c6;
    color: #fff;
    max-width: 96px;
    margin: auto;
    padding: 2px;
    font-weight: normal;
    text-align: center;
    font-size:10px;
    margin-bottom:1px;
}
.PredictorProgressDiv {
    display: flex !important;
    justify-content:center;
    align-items:center;
    margin-bottom:1px;
    max-width: 200px;
}

    .PredictorProgressDiv .progress {
        height: 10px !important;
        border-radius: 0px;
        margin: 0px;
        background-color: #EEEEEE;

    }

    .PredictorProgressDiv .progress-bar {
        animation: expandBar 0.5s forwards;
    }

    .PredictorProgressDiv .ProgressText {
        font-size: 13px;
        font-weight: normal;
        min-width: 54px;
        text-align: right;
        padding-right: 6px;
    }
    .PredictorProgressDiv .ProgressPer{
        font-size:13px;
        font-weight:normal;
        min-width: 35px;
        padding-left: 6px;
    }
.InviteAssessmentProgress .ProgressPer{
    text-align:center;
}

.PredictorProgressDiv.tooltips .tooltiptext{
    width: 373px !important;
}
/*End of predictor progress (semi circle) css*/

.bs-searchbox input:focus {
    border-color: #3e8cc6 !important;
    outline: none !important;
    box-shadow: none !important;
}

.TextNotOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#SelectedBlockModal .modal-body {
    display: inline-block;
    border: 1px solid #b0d9ea;
    background-color: #e8f2f7;
}

#SelectedBlockModal .modal-footer {
    border: none;
    text-align: center;
}

    #SelectedBlockModal .modal-footer button {
        min-width: 120px;
        font-size: 16px;
        background-color: rgb(230, 230, 230);
        font-weight: lighter;
        color: rgb(49, 49, 49);
        margin: 2px 0px;
    }

/*=============== datatable search input ===============*/
.dataTables_filter {
    position: relative;
    float: left;
    text-align: left;
}

    .dataTables_filter * {
        margin: 0 !important;
    }

    .dataTables_filter input[type=search],
    .dataTables_wrapper .dataTables_filter input[type=search] {
        background: white;
        font-size: 14px !important;
        border: 1px solid #c9c9c9;
        padding-left: 26px;
        padding-right: 26px;
        font-weight: normal;
        width: 100%;
        /*text-indent: 24px;*/
    }

    .dataTables_filter input:focus {
        border-color: #00a4ed !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .dataTables_filter label {
        width: 200px;
        text-align: left;
    }

    .dataTables_filter .fa.fa-search {
        position: absolute;
        top: 8px;
        left: 7px;
    }

    .dataTables_filter .searchClearBtn {
        position: absolute;
        top: 7px;
        right: 8px;
        font-size: 15px;
        border-radius: 100%;
        background: #eaeaea;
        padding: 0;
        width: 16.5px;
        line-height: 15px;
        color: #a4a4a4;
    }

        .dataTables_filter .searchClearBtn:hover {
            color: #2e2e2e;
            background: #cdcdcd;
        }

    .SearchGroupBlock .hideText, .dataTables_filter .hideText {
        height: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 0 32px 0 28px;
        font-size: 14px;
        font-weight: normal;
    }

#BiHupPages div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    width: 235px;
    text-align: center;
    color: #00a4ed;
    z-index: 1000;
    margin-top: -34px;
    margin-left: 0px;
    padding: 1em 10px 1em 0px;
    top: 50%;
    left: 50%;
}

    #BiHupPages div.dataTables_wrapper div.dataTables_processing > * {
        vertical-align: middle;
    }

.mini-navbar #BiHupPages div.dataTables_wrapper div.dataTables_processing {
    margin-left: -118px;
}

.bootstrap-select .dropdown-menu li.selected a {
    background-color: #e8f6fd !important;
    /*color: inherit;*/
}

.bootstrap-select .dropdown-menu li:not(.selected):not(.active) a:hover {
    background-color: #e8f6fd !important;
}
/*=============== datatable search input ===============*/

#EmailRegistrationModal .modal-dialog {
    width: 550px;
    color: #313131;
}

#EmailRegistrationModal .modal-body {
    padding: 20px 30px;
    background-color: #f5f5f5;
}

#EmailRegistrationModal .modal-footer {
    text-align: center;
}

    #EmailRegistrationModal .modal-footer .btn {
        min-width: 90px;
        margin-right: 5px;
    }

        #EmailRegistrationModal .modal-footer .btn i[class *= 'icon-'] {
            vertical-align: text-bottom;
            padding-right: 6px;
            line-height: 16px;
        }

#EmailRegistrationModal .EmailMessageArea {
    resize: none;
    border-radius: 0;
    min-height: 120px;
    font-weight: 300;
}

#EmailRegistrationModal .customInput {
    border-radius: 0;
}

#EmailRegistrationModal .floatl--active .cBody.no-float, #EmailRegistrationModal .floatl--selectbox .cBody.no-float {
    padding: 0;
}

#EmailRegistrationModal label.cError {
    padding-left: 0px;
}

.modal.modal-postionFix {
    z-index: 2056 !important;
}

.modal-backdrop.modal-backdropFix {
    z-index: 2055 !important;
}

.bootstrap-select.btn-group .dropdown-toggle.bs-placeholder .filter-option {
    color: #999999 !important;
}

.hm-tooltip.tooltips .tooltiptext {
    width: auto !important;
}

.hm-tooltip .tooltip-bottom {
    left: 0;
    margin-left: 0px;
    float: left;
    top: 37px;
}

.hm-tooltip.tooltips .tooltiptext::before,
.hm-tooltip.tooltips .tooltiptext::after {
    left: 3% !important;
}

.hm-tooltip.tooltips .tooltipBody-bottom {
    padding: 5px 14px !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    padding-right: 32px !important;
}

@media (max-width:516px) {
    .customInput .cText {
        width: 100%;
    }

    .floatl--selectbox .cText {
        width: 120px;
    }
}

@media (max-width:480px) {
    #FilterBlock > .filtersInner {
        display: inline-block;
        height: auto !important;
    }

    .drpSettings .dropdown-menu {
        left: -210px !important;
    }
    .topAccountDrop {
        width: 245px !important;
    }
        .topAccountDrop a {
            font-size: 13px !important;
        }
    #BiHupPages {
        padding: 15px!important;
    }
    .wellDrag {
        padding: 10px 19px 0px 25px !important;
    }
    .bootstrap-select .dropdown-menu {
        width: 100% !important;
    }
}

@media (min-width:481px) {
    .bootstrap-select.dropdown .dropdown-menu.inner {
        overflow-x: hidden;
        overflow-y:hidden;
    }
}


/*TopNavbar page css*/

.hdrSpan {
    float: left !important;
    margin-top: 20px;
    padding: 0px;
}

#PerceptionLoginURL img {
    margin-right: 8px;
}

.chngpwd {
    font-weight: lighter !important;
}

#UnderstandModal .modal-dialog {
    width: 1030px;
}

#InterpretingPDFModal .modal-dialog, #UnderstandModal .modal-dialog {
    margin-top: 40px !important;
}

#InterpretingPDFModal .modal-body, #UnderstandModal .modal-body {
    padding: 0px;
}

#InterpretingPDFModal .userInfo {
    padding: 10px 20px 10px 20px;
}

#UnderstandModal .userInfo {
    padding: 10px 30px;
}

#InterpretingPDFModal .modal-footer, #UnderstandModal .modal-footer {
    border: none;
    width: 98%;
    padding: 0px 15px 15px 15px;
}

#InterpretingPDFModal .ResumeBlock #next, #UnderstandModal .ResumeBlock #next {
    width: 70px;
    height: 27px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-weight: lighter;
    background: #f3f3f3;
    position: relative;
    padding-top: 4px;
    padding-left: 1px;
    font-size: 12px;
}

#InterpretingPDFModal .ResumeBlock #prev, #UnderstandModal .ResumeBlock #prev {
    width: 70px;
    height: 27px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-weight: lighter;
    background: #f3f3f3;
    position: relative;
    padding: 4px 0 6px 10px;
    font-size: 12px;
}

#InterpretingPDFModal #firstPage, #InterpretingPDFModal #lastPage, #UnderstandModal #firstPage, #UnderstandModal #lastPage {
    height: 27px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-weight: lighter;
    background: #f3f3f3;
    position: relative;
    padding-top: 4px;
    font-size: 12px;
}

#InterpretingPDFModal .ResumeBlock #next i, #UnderstandModal .ResumeBlock #next i {
    right: 7px;
    top: 2px;
    color: #428cc3;
    font-size: 21px;
    position: absolute;
}

#InterpretingPDFModal .ResumeBlock #prev i, #UnderstandModal .ResumeBlock #prev i {
    left: 5px;
    top: 2px;
    color: #428cc3;
    font-size: 21px;
    position: absolute;
}

#InterpretingPDFModal .PDFDownloadBtn, #UnderstandModal .PDFDownloadBtn {
    float: right;
    font-weight: lighter;
    font-size: 14px;
}

    #InterpretingPDFModal .PDFDownloadBtn i, #UnderstandModal .PDFDownloadBtn i {
        font-size: 16px;
        padding-right: 3px;
        vertical-align: middle;
    }

.Navbar_Right {
    height: 53px;
}

    .Navbar_Right.ClientsLiList {
        margin-right: 44px !important;
    }

    .Navbar_Right .dropdown-menu {
        box-shadow: 0 0 3px rgba(86, 96, 117, 0.7) !important;
        float: left !important;
        padding: 0 !important;
        position: absolute !important;
        background-color: #fff !important;
        max-height: 90vh;
    }

.copyLoginLink, .copyLoginLink:focus, .copyLoginLink:active {
    width: 100%;
    border: 1px solid #d7d7d7 !important;
    border-right: 0;
    padding-left: 10px;
    outline-width: 0px;
}

#btnCopyLoginLink {
    border: 1px solid #d7d7d7;
    border-radius: 0 3px 3px 0;
}

.urlCopyLink {
    width: 100%;
    display: inline-table;
}

#UnderstandModal .modal-dialog {
    width: 80%;
    margin: 0 auto;
}

#PerceptionProfileReportContainer > .ProfileReportPage > img {
    width: 100% !important;
    height: 175px !important;
    object-fit: cover !important;
}


.QLActions #ActionList {
    left: -88px !important;
    top: 10px !important;
    min-height: 110px;
    min-width: 100px;
}

.QLActions #ActionLink {
    padding: 0;
    border: 0;
    font-size: 21px;
}

    .QLActions #ActionLink .icon-settings {
        color: #969696;
    }

#ActionLink:hover .icon, #ActionLink:hover .fa-angle-down, #ParticipantDiv .dropdown-toggle:hover .fa-cog, #ParticipantDiv .dropdown-toggle:hover .fa-angle-down, .dropdown-toggle:hover .icon-settings, .dropdown.open .icon-settings {
    color: #1ba5ea !important;
}

.QLActions #ActionLink .bs-caret {
    /* font-size: 16px; */
    margin-left: 6px;
    float: none;
    margin-top: -1px;
}

#btnCreateNewLink {
    text-align: right;
    background-color: #23c6c8;
    border-color: #23c6c8;
    height: 30px;
}

#LinkDT_wrapper .toolbar {
    padding: 0px;
}

#LinkDT_wrapper .dataTables_length{
    padding-bottom: 55px;
}

#ApplicantRegURLModal #createURl {
    display: none;
}

#CreateNewLinkModal .modal-dialog {
    width: 500px;
}

#CreateNewLinkModal .form-group {
    margin-bottom: 8px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.LinkTitle {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    width: 70%;
    z-index: 2;
    margin-top: 3px;
    margin-bottom: 0px;
}

.fa-question-circle {
    color: #A6A6A6;
}

.linkTooltip .tooltipBody-bottom {
    background-color: #fff !important;
}

.tooltips.linkTooltip .tooltiptext, .tooltip-headsup .tooltiptext.tooltip-bottom {
    width: 600px !important;
    border: 6px solid #5A6570;
    right: auto;
}

.linkTooltipText {
    background-color: #F5F5F5 !important;
    border: 1px solid #F5F5F5;
    font-weight: 400;
    padding-right: 20px;
    padding-top: 15px;
}

.tooltips.linkTooltip .tooltiptext::before {
    left: 25% !important;
}

#LinkDT > thead {
    z-index: 1;
    border-bottom: 3px solid #81BCED;
    background: white;
    margin-top: -45px;
}

#LinkDT > tbody > tr > td {
    text-align: left;
    vertical-align: middle !important;
    font-weight: 300 !important;
}

#SendRequest {
    background-color: #3E8AC4 !important;
    color: white !important;
}

#LinkDT .fa-angle-down {
    font-size: 12px;
}

#CreateNewLinkModal .bootstrap-select .btn.dropdown-toggle {
    height: 33px;
}

#CreateNewLinkModal .bootstrap-select {
    width: 100%;
    height: 33px !important;
}

#LinkDT_wrapper .fa, #LinkDT_wrapper .icon {
    color: #696868;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
}

.LinkWrapper .table-responsive {
    overflow: hidden;
}

.applicantregistrationURLForm .modal-content {
    background-color: #F3F3F4 !important;
}

#LinkDT > tbody > tr {
    background-color: #ffffff;
}

#LinkDT {
    border-collapse: collapse !important;
    border: 1.5px solid rgba(111, 126, 149, 0.5) !important;
    border-radius: 3px;
}

#LinkDT_info {
    margin-left: -10%;
}

#LinkDT_paginate {
    width: 50%;
}

.LinkWrapper .dataTables_paginate .paginate_button.next > a, .LinkWrapper .dataTables_paginate .paginate_button.previous > a {
    padding: 7px 10px;
}

.QLActions .dropdown-menu > li > a {
    padding: 5px 20px;
}

.linkTooltipSubText {
    margin-left: 15px;
}

#LinkDT > thead > tr > th.QLDepartment, #LinkDT > thead > tr > th.QLJobRole {
    width: auto !important;
}

#LinkDT > thead > tr > th.QLType {
    width: 50px !important;
}

#LinkDT > thead > tr > th.QLURL {
    width: 200px !important;
}
/*bootstrap-select arrow icon*/
.bootstrap-select {
    background: rgb(255, 255, 255);
}

    .bootstrap-select > .dropdown-toggle:after {
        font-family: FontAwesome;
        content: "\f107";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-size: 21px;
        height: 21px;
        margin-top: -8px;
        color: #b5b5b5 !important;
    }

    .bootstrap-select .dropdown-toggle .caret, .bootstrap-select .dropdown-toggle .caret {
        display: none !important;
    }

    .bootstrap-select .dropdown-toggle .fa-angle-down {
        font-size: 15px;
        padding: 5px 0px;
        color: #b5b5b5 !important;
    }

    .bootstrap-select .dropdown-toggle .filter-option {
        height: auto !important;
        font-weight: lighter;
        padding-right: 5px !important;
    }

    .bootstrap-select .dropdown-menu {
        min-height: 0;
    }

        .bootstrap-select .dropdown-menu > li > a {
            padding: 2px 6px !important;
        }

@media (min-width: 768px) {
    #InterpretingPDFModal .modal-dialog, #UnderstandModal .modal-dialog {
        margin: 30px auto;
    }
}

@media only screen and (max-width: 991px) {
    .ProfileReportInsidePage {
        margin: 80px 0px 110px 0px !important;
    }

    #Assessment-padding {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .paragraphText {
        padding: 0px 15px !important;
    }

    .Interpretingright, .InterpretingLeft {
        padding: 0px 30px !important;
    }

    .paragraphText row {
        margin: 0 !important;
    }

    #PerceptionProfileReportContainer .ProfileReportPage {
        height: auto !important;
    }

    .footerBG {
        height: 150px !important;
    }
}

@media only screen and (max-width: 767px) {
    /*What you Need to Know about the*/
    #block .block-text {
        left: 15px !important;
        top: 45px !important;
        font-size: 15px !important;
    }
    /*Career Evaluation Process*/
    #block .block-title {
        left: 15px !important;
        top: 70px !important;
        font-size: 22px !important;
    }

    .ContentBlock .slimScrollDiv {
        height: 350px !important;
    }

    .ContentBlock .PDFHtmlBlock {
        height: 350px !important;
    }

    .ProfileReportInsidePage {
        margin: 80px 0px 320px 0px !important;
    }

    .ProfileReportFooterLast {
        height: 320px !important;
    }

        .ProfileReportFooterLast .last-center {
            width: 100% !important;
            text-align: left !important;
        }
}

@media only screen and (max-width: 991px) {
    .mobileTopImage {
        right: 15px !important;
    }
}


@media only screen and (max-width: 480px) {
    /*What you Need to Know about the*/
    #block .block-text {
        left: 15px !important;
        font-size: 12px !important;
    }
    /*Career Evaluation Process*/
    #block .block-title {
        left: 15px !important;
        font-size: 20px !important;
    }
}

@keyframes expandBar {
    0% {
        width: 0%;
    }
}
