html, body {
    height: 100%;
}

body {
    background: #f5f5f5;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#footer {
    height: 60px;
}

#wrapper, #wrapperr {
    padding-left: 0 !important;
    padding-top: 50px;
}

#page-wrapper {
    padding: 5px 15px;
}
/* Nav Messages */
.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
    display: block;
}


.messages-dropdown .dropdown-menu .message-preview .avatar {
    float: left;
    margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
    font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
    font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
    font-size: 12px;
}
/* Nav Announcements */
.announcement-heading {
    font-size: 50px;
    margin: 0;
}

.announcement-text {
    margin: 0;
    font-style: italic;
    font-weight: bold;
}

.objectiveScore {
    padding: 0 15px;
}

    .objectiveScore .col-xs-3 {
        height: 30px;
        border-right: #ccc solid 1px;
        margin: 0;
        line-height: 30px;
        font-size: 14px;
    }

    .objectiveScore a:last-child .col-xs-3 {
        border: none;
    }
/* Table Headers */
table.tablesorter thead {
    cursor: pointer;
}

    table.tablesorter thead tr th:hover {
        background-color: #f5f5f5;
    }
/* Flot Chart Containers */
.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
/******** Customized Branding Color *****************/
.header {
    padding: 5px;
    height: 60px;
    border-top: #ccc solid 5px;
    border-bottom: #fff solid 2px;
    background: #fff;
    z-index: 999;
}

.companyLogo {
    background: url(../images/secureLogo.png) no-repeat;
    background-size: 100% auto;
    width: 120px;
    height: 50px;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 0px;
    margin-right: 10px;
}

.companyBirdLogo {
    background: url(../images/b_darkblue.png) no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 0px;
    margin-right: 10px;
}

.navbar-brand {
    font-size: 26px;
    font-weight: bold;
    padding: 12px 10px;
    color: rgb(81,112,135);
}

.navbar-inverse, .side-nav {
    background-color: rgb(81,112,135);
}

.navbar-inverse {
    border: none;
}

a {
    color: rgb(81,112,135);
}

h1, h2, h3 {
    color: #666;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.navbar-fixed-top {
    top: 60px;
    padding: 0 15px;
}

.header, .navbar-fixed-top {
    position: fixed;
    width: 100%;
}

.navbar-header h1 {
    color: #fff;
    font-size: 26px;
}

.user-dropdown .fa {
    color: #fff !important;
}

.dropdown-menu .fa {
    color: #000 !important;
}

.login {
    padding: 24px 10px !important;
    font-weight: normal;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.breadcrumb, .form-control, .btn, .panel, .modal-content, .well, .input-group-addon, .list-group-item:first-child, .list-group-item:last-child, .panel-heading {
    border-radius: 0;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #fff;
    color: #000;
}

    .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: #eee;
        color: #666 !important;
    }

.navbar-inverse .navbar-nav > .open > a {
    color: #fff !important;
}

.announcement-heading {
    font-size: 30px;
    height: 55px;
    line-height: 55px;
    color: rgb(255,255,255);
}

.announcement-bottom {
    color: rgb(81,112,135);
}

.breadcrumb {
    background-color: rgb(167,186,187);
    font-size: 12px;
}

    .breadcrumb a {
        color: rgb(81,112,135);
        font-weight: bold;
    }

    .breadcrumb > .active, .breadcrumb > li + li:before {
        color: #fff;
    }

.panelDisable, .panelDisable a {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

    .panelDisable .panel-heading, .panelDisable a {
        color: #ccc !important;
    }

.panel-footer {
    background: #fff !important;
}

.panelDisable .panel-footer {
    background: #f5f5f5 !important;
}

hr {
    border-color: #ccc;
}

.panel-info {
    border-color: rgb(167,186,187);
}

    .panel-info:hover {
        border-color: #fff;
    }

    .panel-info > a .panel-heading {
        background-color: rgb(81,112,135) !important;
    }

    .panel-info > a.panel-footer {
        background-color: #285e8e !important;
        color: #fff;
    }

    .panel-info > a:hover .panel-heading {
        background-color: #fff !important;
    }

    .panel-info > a:hover .panel-footer {
        background-color: rgb(81,112,135) !important;
        color: #fff;
    }

    .panel-info .panel-footer {
        font-weight: bold;
    }

    .panel-info > a:hover .panel-heading .announcement-heading {
        color: rgb(81,112,135);
    }

.warningNotification {
    color: #ccac25;
}

.dangerNotification {
    color: #a94442;
}

.mainDashboard {
    padding-left: 0px !important;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.rightAlign {
    text-align: right;
}

.ObjNotification {
    padding: 0;
    font-size: 12px;
}

    .ObjNotification li {
        list-style-type: none;
        margin-right: 8px;
    }

    .ObjNotification span {
        padding: 0px 2px;
        margin-right: 5px;
    }

.badge {
    padding: 3px 5px;
    border-radius: 3px;
}

.defaultLine {
    border-left: #ccc solid 6px !important;
}

.successLine {
    border-left: #3c763d solid 4px !important;
}

.warningLine {
    border-left: #ccac25 solid 4px !important;
}

.dangerLine {
    border-left: #a94442 solid 4px !important;
}

.draftLine {
    border-left: #ccc solid 4px !important;
}

.objectiveList tr, .objectiveList td {
    width: 14%;
}

    .objectiveList tr:last-child, .objectiveList td:last-child {
        width: 10%;
    }

    .objectiveList tr:first-child, .objectiveList td:first-child {
        width: 48%;
    }


.objectiveListStyle2 tr:first-child, .objectiveListStyle2 td:first-child {
    width: 50%;
}

.objectiveListStyle2 th:nth-child(2), .objectiveListStyle2 td:nth-child(2) {
    width: 30%;
}

.objectiveListStyle2 tr, .objectiveListStyle2 td {
    width: 10%;
}

.objectiveListStyle3 tr:first-child, .objectiveListStyle3 td:first-child {
    width: 80%;
}

.objectiveListStyle3 tr, .objectiveListStyle3 td {
    width: 10%;
}


.memberobjectiveList tr, .memberobjectiveList td {
    width: 10%;
}

    .memberobjectiveList tr:first-child, .memberobjectiveList td:first-child {
        width: 44%;
    }

    .memberobjectiveList td:last-child, .memberobjectiveList td:nth-child(6) {
        width: 8%;
    }

.teamobjectiveList tr, .teamobjectiveList td {
    width: 9%;
}

    .teamobjectiveList tr:nth-child(3), .teamobjectiveList td:nth-child(3) {
        width: 38%;
    }

    .teamobjectiveList td:last-child, .teamobjectiveList td:nth-child(8) {
        width: 8%;
    }

.ObjNotification .bg-success {
    background: #3c763d;
}

.ObjNotification .bg-warning {
    background: #ccac25;
}

.ObjNotification .bg-danger {
    background: #a94442;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    background-color: #fff;
}

    .table > thead > tr > th.header {
        position: relative;
        width: auto;
        height: auto;
    }

.footer {
    padding: 20px;
    border-top: #ccc solid 1px;
    background: #fff;
    margin-left: 270px;
    z-index: 9999;
    font-weight: normal;
}

ul.footeMenu {
    list-style-type: none;
}

    ul.footeMenu li {
        display: inline;
        padding: 2px 5px;
    }

.modal {
    overflow: auto !important;
    overflow-y: auto !important;
}

.well {
    background-color: #eaeaea;
    box-shadow: none !important;
}

    .well p {
        padding: 10px;
    }

.leftMenu-btn {
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #4b8ca8;
    text-align: center;
    float: left;
    font-size: 28px;
    left: 0;
    position: fixed;
    margin-top: 69px;
    z-index: 1;
}

    .leftMenu-btn:hover {
        background-color: #4b8ca8;
        color: #fff;
    }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background: rgb(81,112,135);
    border-color: rgb(81,112,135);
}

.badge {
    background-color: rgb(167,186,187);
}
/****************** Customized Side Menu****************************/
.side-nav {
    background-color: #fff;
}

    .side-nav > li > a:hover {
        background: rgb(81,112,135) !important;
        color: #fff !important;
    }

        .side-nav > li > a:hover .fa {
            color: #fff;
        }

    .side-nav > li.dropdown > ul.dropdown-menu > li > a {
        color: #fff !important;
    }

    .side-nav li.active a {
        background-color: #f5f5f5 !important;
        box-shadow: none;
    }

    .side-nav > li > a {
        color: #000 !important;
    }

    .side-nav > li.dropdown > ul.dropdown-menu {
        display: block;
    }

        .side-nav > li.dropdown > ul.dropdown-menu > li > a {
            color: #000 !important;
        }

            .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover {
                color: #fff !important;
            }

.side-nav {
    left: 0;
}

    .side-nav li:first-child a {
        border-top: #ddd solid 1px;
    }

    .side-nav li ul li:first-child a {
        background: transparent;
    }

    .side-nav li a {
        padding: 0px;
        border-bottom: #ddd solid 1px;
    }

        .side-nav li a i {
            border-right: #ddd solid 1px;
            width: 46px;
            height: 46px;
            text-align: center;
            line-height: 46px;
            margin-right: 5px;
        }

    .side-nav li.heading b {
        color: rgb(81,112,135);
    }

    .side-nav li.heading {
        border-top: rgb(75,140,168) solid 3px;
    }

        .side-nav li.heading a:hover b {
            color: rgb(81,112,135);
        }

        .side-nav li.heading a:hover a {
            color: #eee;
        }

    .side-nav > li.active a:hover .fa {
        color: #666;
    }

    .side-nav li.heading a:hover b {
        color: #fff;
    }

    .side-nav > li.active a:hover b {
        color: rgb(81,112,135);
    }

/********************* sign in form ***************************************/

.form-signin {
    padding: 50px;
    margin: 5% auto 0;
    background: #fff;
    box-shadow: #ccc 0px 2px 10px;
    min-height: 450px;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .companyLogo {
        width: 360px;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 0px;
        height: 120px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"], .form-signin select {
        margin-bottom: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .btn-primary {
        background: rgb(81,112,135);
        border: none;
    }

    .form-signin button {
        border: none;
    }

    .form-signin .logoContainer {
        text-align: right;
    }


/**********************************/

.objectiveListing {
    margin: 0 auto;
    text-align: center;
}

    .objectiveListing .announcement-heading2 {
        font-size: 20px;
        line-height: 30px;
        color: rgb(255,255,255);
    }

    .objectiveListing .announcement-heading2 {
        font-size: 20px;
        line-height: 30px;
        color: rgb(255,255,255);
    }

.employeeSec {
    width: 260px;
    margin: 0 auto;
    display: inline-block;
    margin: 0 10px 20px;
    text-align: left;
}

    .employeeSec a.btmList {
        background: rgb(81,112,135);
        color: #fff !important;
        position: absolute;
        padding: 4px 10px;
        z-index: 1;
    }

        .employeeSec a.btmList .fa {
            color: #fff;
        }

/****************************** Icons *******************************************/

.iconsNew {
    width: 80px;
    height: 65px;
    display: inline-block;
}

.roleProfile-icon {
    background: url(../images/iconRoleProfile.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.role-based-orgonogram-icon {
    background: url(../images/Icon-Role-based-orgonogram.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.create-or-edit-role-profile-icon {
    background: url(../images/icon-create-or-edit-role-profile.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.create-role-icon {
    background: url(../images/icon-create-role.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.assignment-change-request-icon {
    background: url(../images/icon-assignment-change-request.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.review-assignement-icon {
    background: url(../images/icon-review-assignement.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}


.identify-available-talent-icon {
    background: url(../images/icon-identify-available-talent.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.declare-skill-icon {
    background: url(../images/icon-declare-skill.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.assess-skill-icon {
    background: url(../images/icon-assess-skill.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.endorsement-skill-icon {
    background: url(../images/icon-endorsement-skill.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.identify-employee-aspiration-icon {
    background: url(../images/icon-Identify-employee-aspiration.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.my-aspiration-icon {
    background: url(../images/icon-my-aspiration.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.my-team-aspiration-icon {
    background: url(../images/icon-my-team-aspiration.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.view-team-aspiration-icon {
    background: url(../images/icon-view-team-aspiration.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.attrition_Job-rotation-icon {
    background: url(../images/icon-attrition_Job-rotation.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.create-talent-management-plan-icon {
    background: url(../images/icon-create-talent-management-plan.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.skill-management-icon {
    background: url(../images/icon-skill-management.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.define-privilege-management-icon {
    background: url(../images/icon-define-privilege-management.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.privilege-management-icon {
    background: url(../images/icon-privilege-management.png) no-repeat center;
    background-size: 38%;
    vertical-align: middle;
}

.smartObjective-icon {
    background: url(../images/iconSMARTObjective.png) no-repeat center;
    background-size: 52%;
    vertical-align: middle;
}

.performanceMgmt-icon {
    background: url(../images/iconPerfMgmt.png) no-repeat center;
    background-size: 56%;
    vertical-align: middle;
}

.talentMgmt-icon {
    background: url(../images/iconTalentManagement.png) no-repeat center;
    background-size: 50%;
    vertical-align: middle;
}

.talentAcq-icon {
    background: url(../images/iconTalentAcquisition.png) no-repeat center;
    background-size: 60%;
    vertical-align: middle;
}

.learningMgmt-icon {
    background: url(../images/iconLearningManagement.png) no-repeat center;
    background-size: 48%;
    vertical-align: middle;
}

.selfServ-icon {
    background: url(../images/iconSelfService.png) no-repeat center;
    background-size: 50%;
    vertical-align: middle;
}

.temperature-icon {
    background: url(../images/icon_heating_or_temp.png) no-repeat center;
    background-size: 50%;
    vertical-align: middle;
}

.payroll-icon {
    background: url(../images/iconPayroll.png) no-repeat center;
    background-size: 48%;
    vertical-align: middle;
}

.skillInv-icon {
    background: url(../images/iconSkillInventory.png) no-repeat center;
    background-size: 48%;
    vertical-align: middle;
}

.appraisal-icon {
    background: url(../images/iconAppraisal.png) no-repeat center;
    background-size: 42%;
    vertical-align: middle;
}

.career-icon {
    background: url(../images/iconCareer.png) no-repeat center;
    background-size: 52%;
    vertical-align: middle;
}
.STA-icon {
    background: url(../images/STA_star.png) no-repeat center;
    background-size: 48%;
    vertical-align: middle;
}

.service-icon {
    background: url(../images/iconServices.png) no-repeat center;
    background-size: 52%;
    vertical-align: middle;
}
.dharohar-icon{
    background: url(../images/d-darohar.png) no-repeat center;
    background-size: 52%;
    vertical-align: middle;
}
.TrainingTracking-icon {
    background: url(../images/icon_Training_tracking.png) no-repeat center;
    background-size: 52%;
    vertical-align: middle;
}

.side-nav > li > a:hover .roleProfile-icon {
    background-image: url(../images/iconRoleProfile-hover.png);
}

.side-nav > li > a:hover .smartObjective-icon {
    background-image: url(../images/iconSMARTObjective-hover.png);
}

.side-nav > li > a:hover .performanceMgmt-icon_ {
    background-image: url(../images/iconPerfMgmt-hover.png);
}

.side-nav > li > a:hover .talentMgmt-icon_ {
    background-image: url(../images/iconTalentManagement-hover.png);
}

.side-nav > li > a:hover .talentAcq-icon {
    background-image: url(../images/iconTalentAcquisition-hover.png);
}

.side-nav > li > a:hover .learningMgmt-icon {
    background-image: url(../images/iconLearningManagement-hover.png);
}

.side-nav > li > a:hover .selfServ-icon {
    background-image: url(../images/iconSelfService-hover.png);
}

.side-nav > li > a:hover .temperature-icon {
    background-image: url(../images/icon_heating_or_temp.png);
}

.side-nav > li > a:hover .payroll-icon {
    background-image: url(../images/iconPayroll-hover.png);
}

.side-nav > li > a:hover .skillInv-icon {
    background-image: url(../images/iconSkillInventory-hover.png);
}

.side-nav > li > a:hover .appraisal-icon {
    background: url(../images/iconAppraisal_hover.png) no-repeat center;
    background-size: 42%;
}

.side-nav > li > a:hover .career-icon {
    background: url(../images/iconCareer-hover.png) no-repeat center;
    background-size: 52%;
}

.side-nav > li > a:hover .dharohar-icon {
    background: url(../images/d-darohar.png) no-repeat center;
    background-size: 52%;
}

.side-nav > li.active > a:hover .roleProfile-icon {
    background-image: url(../images/iconRoleProfile.png);
}

.side-nav > li.active > a:hover .smartObjective-icon {
    background-image: url(../images/iconSMARTObjective.png);
}

.side-nav > li.active > a:hover .performanceMgmt-icon {
    background-image: url(../images/iconPerfMgmt.png);
}

.side-nav > li.active > a:hover .appraisal-icon {
    background: url(../images/iconAppraisal.png) no-repeat center;
    background-size: 42%;
}

.side-nav > li.active > a:hover .talentMgmt-icon {
    background-image: url(../images/iconTalentManagement.png);
}

.side-nav > li.active > a:hover .talentAcq-icon {
    background-image: url(../images/iconTalentAcquisition.png);
}

.side-nav > li.active > a:hover .learningMgmt-icon {
    background-image: url(../images/iconLearningManagement.png);
}

.side-nav > li.active > a:hover .selfServ-icon {
    background-image: url(../images/iconSelfService.png);
}

.side-nav > li.active > a:hover .temperature-icon {
    background-image: url(../images/icon_heating_or_temp.png);
}

.side-nav > li.active > a:hover .payroll-icon {
    background-image: url(../images/iconPayroll.png);
}

.side-nav > li.active > a:hover .skillInv-icon {
    background-image: url(../images/iconSkillInventory.png);
}

.side-nav > li.active > a:hover .dharohar-icon {
     background: url(../images/d-darohar.png) no-repeat center;
    background-size: 52%;
}
/*************************************************************************/



.paddingRemove {
    padding-left: 30px !important;
}

.fa {
    color: rgb(81,112,135);
}

/*.btn-primary{background:rgb(81,112,135); border-color:rgb(81,112,135)}

.choose-btnPrimary{background:rgb(81,112,135);border-color:#398439; color:#fff!important}
.choose-btnPrimary:hover{color:#fff;background:#3276b1;}
.choose-btnSuccess{background:#47a447; border-color:rgb(81,112,135); color:#fff!important}
.choose-btnSuccess:hover{color:#fff;background:#4cae4c;}*/


.btn-primary {
    background: rgb(81,112,135);
    border-color: rgb(81,112,135);
}

.choose-btnPrimary {
    background-color: rgb(81,112,135);
    border-color: rgb(81,112,135);
    color: #fff !important;
}

    .choose-btnPrimary:hover {
        color: #fff;
        background-color: rgb(75,140,168);
    }

.choose-btnSuccess {
    background-color: rgb(75,140,168);
    border-color: rgb(75,140,168);
    color: #fff !important;
}

    .choose-btnSuccess:hover {
        color: #fff;
        background-color: rgb(75,140,168);
    }


.chooseobjectiveList .btn-primary, .memberobjectiveList .btn-primary {
    background-color: rgb(81,112,135);
    border-color: rgb(81,112,135);
}

.chooseobjectiveList .btn-success, .memberobjectiveList .btn-success {
    background-color: rgb(75,140,168);
    border-color: rgb(75,140,168);
}


.calenderView .fa {
    color: #fff;
}

.cascadeRadio .radio {
    margin-right: 15px;
}
/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {
    /* Wrappers */
    #wrapper {
        padding-left: 0px;
    }

    #page-wrapper {
        padding: 30px;
        margin-top: 80px;
        margin-left: 40px;
        padding-left: 250px;
    }

    .navbar-header {
        margin-top: 20px;
    }
    /* Side Nav */
    .side-nav {
        margin-left: 0px;
        left: 0px;
        bottom: 0px;
        width: 270px;
        position: fixed;
        top: 175px; /*height: 100%;*/
        border-radius: 0;
        border: none;
        overflow-y: auto;
        overflow-x: hidden;
    }
        /*.side-nav li:last-child{height:120px;}*/
        /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */
        .side-nav > li.dropdown > ul.dropdown-menu {
            position: relative;
            min-width: 260px;
            margin: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            background-color: transparent;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .side-nav > li.dropdown > ul.dropdown-menu > li > a {
                color: #999999;
                padding: 0px 0px 0px 20px;
            }

                .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover, .side-nav > li.dropdown > ul.dropdown-menu > li > a.active, .side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
                    color: #fff;
                    background-color: #080808;
                }

        .side-nav > li > a {
            width: 270px;
        }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: rgb(75,140,168);
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: rgb(75,140,168);
    }
    /* Nav Messages */
    .messages-dropdown .dropdown-menu {
        min-width: 300px;
    }

        .messages-dropdown .dropdown-menu li a {
            white-space: normal;
        }

    .navbar-collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .navbar-collapse.collapse {
            height: 68px !important;
        }
}

.dropdown-menu {
    min-width: 119px;
}
/****************************************************************/
.chooseobjectiveList table th:first-child, .chooseobjectiveList table td:first-child {
    width: 50%;
}

.chooseobjectiveList table th:nth-child(2), .chooseobjectiveList table td:nth-child(2) {
    width: 40%;
}

.chooseobjectiveList table th:last-child, .chooseobjectiveList table td:last-child {
    width: 10%;
}

.profReq {
    margin-bottom: 15px !important;
}

.error {
    border: 1px solid red !important;
}

p.bg-danger {
    padding: 10px;
    border: #ebccd1 solid 1px;
}

p.bg-success {
    padding: 10px;
    border: #d6e9c6 solid 1px;
}

    p.bg-danger .fa, p.bg-success .fa {
        margin-right: 5px;
    }

.table .header {
    z-index: 99;
}


.IE-alert {
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
    display: block;
}

    .IE-alert .companyBirdLogo {
        width: 120px;
        height: 120px;
    }

    .IE-alert h2 {
        line-height: 45px;
    }

    .IE-alert a {
        background: rgb(81,112,135);
        color: #fff;
        padding: 2px 5px;
    }

        .IE-alert a:hover {
            background: transparent;
            color: rgb(81,112,135);
        }


/*temp classes*/
.checkbox-decor {
    float: left;
    margin-left: 15px !important;
    margin-top: 10px !important;
    width: 20px;
}

.fl {
    float: left;
}

.datepicker {
    z-index: 9999 !important;
}

.rm {
    width: 83% !important;
}

.dtp-decor {
    float: left;
    height: 33.5px;
    border: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    width: 26px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.form-control[disabled], .form-control[readonly] {
    cursor: default !important;
}

input[type="checkbox"][disabled] {
    cursor: default !important;
}

.incr-width {
    width: 26% !important;
}

.form-group-bottom {
    margin-bottom: 0px !important;
}

.selectEmp {
    height: 200px;
}

.validation-summary-errors ul {
    list-style: none !important;
    color: rgb(81,112,135);
    list-style-type: none !important;
    padding: 0px;
}

.display-inline {
    display: inline-block;
}

.ml10 {
    margin-left: 10px;
}

.bg-gray-row {
    background-color: #ddd !important;
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
}

.bg-white-row {
    background-color: #fff !important;
}

.loaderDiv {
    display: none;
    border: 1px solid black;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #C2C2C2;
    opacity: .4;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader {
    margin: 0 auto;
    top: 58%;
    margin-top: 241px;
    margin-left: 50%;
    z-index: 1;
}

.pl15 {
    padding-left: 15px !important;
}

.ui-widget {
    font-family: Arial, sans-serif !important;
    font-size: 14px;
}

.ui-autocomplete {
    z-index: 99999 !important;
}

.side-nav li.subheading b {
    color: rgb(81,112,135);
    font-weight: bold;
}

.side-nav li.subheading a:hover {
    background-color: transparent !important;
}

    .side-nav li.subheading a:hover .fa {
        color: rgb(81,112,135);
    }

.side-nav li.subheading2 b {
    color: rgb(81,112,135);
    font-weight: bold;
}

.side-nav li.subheading2 a:hover b {
    color: #fff !important;
}

.side-nav li.subMenu span {
    padding: 15px;
}

.clear {
    float: left;
}

.ml20 {
    margin-left: 20px;
}

.cascade-project-lbl {
    margin-top: 11px;
    margin-bottom: 0px !important;
}

.cascade-project-dwn {
    margin-left: 70px;
    margin-top: -25px;
}

.no-anchor {
    text-decoration: none !important;
}

.text-danger {
    color: rgb(209,4,41) !important;
}

.tableBtnStyle .fa-pencil, .tableBtnStyle .fa-trash-o, .tableBtnStyle .fa-eye, .tableBtnStyle .fa-times {
    background-color: rgb(81,112,135);
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
}

    .tableBtnStyle .fa-pencil:hover, .tableBtnStyle .fa-trash-o:hover, .tableBtnStyle .fa-eye:hover, .tableBtnStyle .fa-times:hover {
        background-color: rgb(167,186,187);
        color: rgb(81,112,135);
    }

.tableBtnStyle a:hover {
    text-decoration: none;
}

a:hover {
    color: rgb(81,112,135);
}

.bg-success {
    background-color: rgba(94,154,141,0.2);
    color: rgb(81,112,135);
    border: 0 !important;
}

.bg-danger {
    background-color: rgba(209,4,41, 0.1);
    color: rgb(81,112,135);
    border: 0 !important;
}

.chooseobjectiveList .btn-primary, .memberobjectiveList .btn-primary {
    background-color: rgb(81,112,135);
    border-color: rgb(81,112,135);
}

.chooseobjectiveList .btn-success, .memberobjectiveList .btn-success {
    background-color: rgb(75,140,168);
    border-color: rgb(75,140,168);
}

.focusCheckBox {
    margin-top: 8px;
    margin-right: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: rgb(75,140,168);
}

.well .objective {
    border: #fff solid 2px;
}

    .well .objective .text-primary {
        color: rgb(81,112,135);
    }

.btn-link {
    color: rgb(81,112,135);
}

.list-group {
    font-weight: normal;
}

.cascadeList {
    margin-top: 10px;
}

    .cascadeList span {
        font-size: 12px;
    }

.search-box {
    padding-right: 0px !important;
}

.objDashboard .announcement-heading2 {
    font-size: 16px;
    color: rgb(255,255,255);
    margin-bottom: 0px;
}

.nodisplay {
    display: none;
}

.pointer {
    cursor: pointer;
}

.dtp-m {
    margin-top: -34px;
    margin-left: 168px;
}

.validation-summary-errors {
    color: rgb(81,112,135);
    display: inline-block; /*margin-left: 10px;*/
}

.highlight {
    display: none !important;
}


.objectiveListStyle4 tr:first-child, .objectiveListStyle4 td:first-child {
    width: 92%;
}

.objectiveListStyle4 tr, .objectiveListStyle3 td {
    width: 8%;
}

.maxWidth {
    width: 5000px !important;
}

#spanEmployee .btn-link {
    padding: 0px 0px 3px 0;
}

#page-wrapper {
    visibility: hidden;
}

.validateborder {
    border: solid 1px red !important;
}


.chooseCheckbox {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox; /* not currently supported */
    -o-appearance: checkbox; /* not currently supported */
}

.modal-md {
    width: 602px;
}

.tree {
    min-height: 20px;
    padding: 0 19px;
    margin-bottom: 20px;
    /*background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)*/
    width: auto;
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px;
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 0px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
        }

        .tree li.parent_li > span {
            cursor: pointer;
        }

        .tree li div {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 4px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
            vertical-align: middle;
        }

        .tree li.parent_li > div {
            cursor: pointer;
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        background: #A9D7FF;
        border: 1px solid #94a0b4;
        color: #000;
    }

    .tree li.parent_li > div:hover, .tree li.parent_li > div:hover + ul li div {
        background: #A9D7FF;
        border: 1px solid #94a0b4;
        color: #000;
    }

.Treelevel1 {
    background-color: #4b8ca8 !important;
    color: #ffffff;
}

.Treelevel2 {
    background-color: #5e9a8d !important;
}

.Treelevel3 {
    background-color: #b9c9c9 !important;
}

.Treelevel4 {
    background-color: #a7babb !important;
}

.tree span a, .tree div a {
    text-decoration: none;
    color: #fff;
}

.tree .fa-minus, .tree .fa-plus {
    color: #fff;
}


.tree .objectiveScore {
    padding: 0;
    margin-left: 10px;
}

    .tree .objectiveScore .digitBox {
        border: 0 !important;
        padding: 0px !important;
    }

    .tree .objectiveScore div {
        color: rgb(81,112,135);
        border-radius: 0px;
    }

    .tree .objectiveScore .digit {
        height: 24px !important;
        float: left;
        border: 0 !important;
        border-right: #ccc solid 1px !important;
        margin: 0;
        line-height: 20px !important;
        font-size: 14px;
    }

    .tree .objectiveScore a:last-child .digit {
        border: none;
    }



/*  Added on 29/5 for   */
.parent {
    background-color: #4B8CA8;
    padding: 7px 10px;
}

.fixedTable {
    overflow: auto;
    width: 100%;
}

    .fixedTable .row {
        margin: 0;
        padding: 0;
    }

    .fixedTable .col-lg-12 {
        padding: 0;
    }

.btn_custom {
    /*margin-top:-5px;
	margin-right:10px;*/
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.textarea {
    width: 100%;
    height: 76px;
}

.modalFooter {
    border-top: none;
    padding: 0;
}

.projectdetailsheading {
    width: 190px;
    display: inline-block;
}

#myinfo td {
    padding: 5px;
    vertical-align: top;
}

#waitInfo {
    width: 22px;
    opacity: .4;
    display: inline-block;
}

.tagit-autocomplete {
    max-height: 200px !important;
    overflow-y: auto;
}

.tblProjectDetails {
    width: 100%;
}

    .tblProjectDetails td {
        padding: 5px;
        padding-bottom: 10px;
    }

.navbar-nav > li > span {
    color: #fff;
    line-height: 20px;
    position: relative;
    display: block;
    padding-right: 2px !important;
}
/*.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}*/

.selectedHeader {
    color: #fff;
    background-color: rgb(167,186,187);
}

.jqxCalendarSpecialDate {
    color: #fff !important;
    background-color: rgb(81,112,135) !important;
    border: 1px solid #fff;
    margin: 0 0 0 0;
    cursor: pointer;
    text-align: left;
    align-content: flex-start;
}


/***************************************************************************************************/
.panel-primary {
    border-color: rgba(81,112,135, 0.5);
}

    .panel-primary .panel-heading {
        background-color: rgb(167,186,187);
        border-color: rgba(81,112,135, 0.5);
    }

    .panel-primary .panel-body.padNone {
        padding: 0 !Important;
    }

.panel textarea {
    resize: none;
    border: none;
}

.table .headingStyle {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    color: rgb(81,112,135);
    background-color: rgb(167,186,187);
}

.statusAppraisal {
    position: relative;
    height: 90px;
    background-color: rgb(81,112,135);
    padding: 10px;
    color: #fff;
    margin: -8px;
}

    .statusAppraisal .brief {
        font-size: 13px;
        line-height: 1.2;
        top: 0;
    }

    .statusAppraisal .digit {
        font-size: 30px;
        bottom: 0;
        position: absolute;
    }

    .statusAppraisal .ObjNotification {
        bottom: 0;
        position: absolute;
        right: 5px;
    }

        .statusAppraisal .ObjNotification li {
            margin-right: 0;
        }

            .statusAppraisal .ObjNotification li span {
                border: #ccc solid 1px !important;
            }

.table .bg-success {
    background: #3c763d;
    color: #fff;
}

.table .bg-warning {
    background: #ccac25;
}

.table .bg-danger {
    background: #a94442;
}


.tableStyle1 tr td.headingStyle {
    vertical-align: top;
    padding: 8px !important;
    text-transform: capitalize !important;
}

.tableStyle1 tr td.headingStyle2 {
    vertical-align: top;
    padding: 8px !important;
    text-transform: capitalize !important;
    background-color: rgb(81,112,135);
    color: #fff;
}

.tableStyle1 tr td.headingStyle2new {
    vertical-align: top;
    padding: 8px 53px 8px 8px !important;
    text-transform: capitalize !important;
    background-color: rgb(81,112,135);
    color: #fff;
}

.tableStyle1 tr td {
    padding: 0 !important;
}

    .tableStyle1 tr td .col-xs-6 {
        padding: 0;
    }

    .tableStyle1 tr td .panel {
        margin-bottom: 0 !important;
    }

    .tableStyle1 tr td .panel-primary .panel-heading {
        background-color: rgb(81,112,135);
        border-color: rgba(81,112,135, 0.5);
    }

    .tableStyle1 tr td .textBoxstyle1 {
        height: 70px;
    }

    .tableStyle1 tr td .textBoxstyle2 {
        height: 180px;
    }

    .tableStyle1 tr td .textBoxstyle3 {
        border: rgba(81,112,135, 0.5) solid 1px;
        height: 120px;
    }

.tableStyle2 {
    margin-bottom: 0;
}

    .tableStyle2 tr td.headingStyle {
        vertical-align: top;
        padding: 8px !important;
    }

    .tableStyle2 tr td {
        padding: 0 !important;
        vertical-align: middle !important;
        text-align: left !important;
        font-size: 12px;
    }

        .tableStyle2 tr td.padd {
            padding-left: 8px !important;
        }

        .tableStyle2 tr td label {
            margin-bottom: 0;
        }

        .tableStyle2 tr td.padd2 {
            padding: 8px !important;
        }

.rowPadding tr {
    margin-bottom: 20px;
}

.bg-blue th {
    color: rgb(81,112,135) !important;
    background-color: rgb(167,186,187) !important;
}

.panelStyle2 .panel-heading {
    background-color: rgb(81,112,135);
    color: #fff;
}




/****************************** Sep 01, 2014 *******************************/

.table-responsive > .fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}

@media(min-width:768px) {
    .table-responsive > .fixed-column {
        display: none;
    }
}

.tablefixed > thead > tr > th.header {
    position: static !Important;
}


@media (max-width:767px) {
    /* Wrappers */
    #wrapper {
        padding-left: 0px;
        padding-top: 125px;
    }
}

.panel-primary .panel-heading .panel-title a {
    color: #fff;
}

    .panel-primary .panel-heading .panel-title a:hover {
        color: rgb(167,186,187);
    }


.tableStyle1 tr td .panel-primary {
    border: 0 !important;
    box-shadow: none !important;
}

    .tableStyle1 tr td .panel-primary textarea:focus {
        border: 0 !important;
        box-shadow: none !important;
    }

.disableTd {
    cursor: not-allowed;
    background-color: #eee !important;
}

.highlightTd {
    background-color: #57A1BA !important;
}

/***************************************************************************************/
.tableStyle1 tr td.headingbig {
    font-size: 16px;
}

.tableStyle1 tr th.headingStyle2 {
    vertical-align: top;
    padding: 8px !important;
    text-transform: capitalize !important;
    text-align: left;
    background-color: rgb(81,112,135) !important;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.tableStyle1 tr td.headingStyle3 {
    vertical-align: top;
    padding: 8px !important;
    text-transform: capitalize !important;
    text-align: left;
    font-weight: bold;
    background-color: rgb(167,186,187) !important;
    color: rgb(81,112,135);
}

    .tableStyle1 tr td.headingStyle3.center {
        text-align: center;
    }

.tableStyle1 tr td .form-control.brdrNone {
    border: 0;
}

.tableStyle1 .marBtmN {
    margin-bottom: 0;
}

.tableStyle1 textarea {
    resize: none;
}

.btnDisable {
    background-color: #BDBFC1 !important;
    border-color: #ccc !important;
    cursor: not-allowed !important;
}

.truncateDiv {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.childObj {
    padding-left: 20px !important;
    border-left: 10px solid rgb(167,186,187) !important;
}

.peerReview td {
    background-color: rgb(235, 234, 235) !important;
}


.childObjCol {
    /*padding-left: 30px!important;*/
    /*background-color: #eee!important;*/
    /*border-left: 10px solid rgb(167,186,187)!important;*/
    /*margin-left: 10px!important;*/
    /*position: relative;
    left: 5px;*/
}

.btn_role {
    width: 144px !important;
    margin-left: 14px;
}

.btn_file {
    float: left;
    width: 200px;
}

.modal_role {
    width: 720px !important;
}

.btn_createRole {
    width: 110px;
    margin-left: 14px;
}

.btn_myaspiration {
    width: 110px;
}

.btn_changeRole {
    width: 122px;
    margin-left: 14px;
}

.buffer_top {
    margin-top: 15px;
}

.buffer_left {
    margin-left: -15px;
}

.buffer_model_top {
    margin-top: 30px;
}

/*---skill---*/
.tickCircle, .endorseCount {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #c2c2c2;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 14px;
    font-size: 11px;
    color: rgb(81,112,135);
}

.tag {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.0em;
    font-family: Arial, sans-serif !important;
    background: #e6e6e6 url(./base/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    position: relative;
    line-height: inherit;
    padding: .2em .5em .2em .5em;
}

    .tag .tagit-label {
        margin-right: 5px;
    }

    .tag .tickCircle, .tag .endorseCount {
        vertical-align: top;
        margin-right: 1px;
    }

.empName {
    margin-bottom: 10px;
}

.endorsedTag {
    background: rgb(167,186,187);
    color: rgb(81,112,135);
}

    .endorsedTag .tickCircle, .endorsedTag .endorseCount {
        border: 1px solid rgb(81,112,135);
    }

.toggleTag {
    cursor: pointer;
}

    .toggleTag:hover {
        background: #ccc;
    }

    .toggleTag:active, .toggleTag.active {
        background: rgb(75,140,168);
        color: #fff;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

.endorseLegend {
    width: 20px;
    height: 10px;
    display: inline-block;
    background: rgb(167,186,187);
    border-radius: 2px;
    margin-right: 5px;
}

.padLeft0 {
    padding-left: 0;
}

.accessAcc .panel {
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

.accessAcc a {
    color: rgb(81,112,135);
    text-decoration: underline;
    font-size: 14px;
}

    .accessAcc a:hover {
        text-decoration: underline;
        color: rgb(81,112,135);
    }

.accessAcc .panel-heading {
    background: none;
    padding: 15px 0;
    box-shadow: none;
}

.accessAcc .panel-body {
    border: 1px solid rgb(169,169,169);
    background: #fff;
    margin-bottom: 20px;
}

.pad0 {
    padding-left: 0;
    padding-right: 0;
}

.multiLineTxt {
    width: 100%;
    height: 70px;
}

.fontSmall {
    font-size: 12px;
}

.acc-clr {
    background-color: rgb(81,112,135);
}

ul.tagit {
    min-height: 37px;
}


.textheight {
    width: 554px;
    min-height: 80px;
}

.editableTags ul.tagit li.tagit-choice-editable {
    background: rgb(75,140,168);
    color: #fff;
}

    .editableTags ul.tagit li.tagit-choice-editable .ui-icon {
        background-image: url(../images/ui-icons_888888_256x240_white.png);
    }

/*Style for aspiration planning*/
.filterTxt {
    font-size: 16px;
    display: inline-block;
}


/*Style added Oct 28*/
.legends {
    padding: 7px;
    height: 32px;
    overflow: hidden;
    float: right;
}

.legend {
    margin-left: 15px;
    /*margin-bottom:10px;*/
    float: left;
}

.legendBox {
    width: 25px;
    height: 15px;
    display: inline-block;
    background: #ccc;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px solid #d3d3d3;
    vertical-align: top;
}

.endorsedLegend {
    background: rgb(167,186,187);
}

.inactiveTag {
    background: #ccc;
}

.activeTag {
    background: rgb(75,140,168);
}

.searchBox {
    position: relative;
    top: 5px;
}

.searchResults {
    margin: 20px 0;
}

    .searchResults ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .searchResults ul li {
            background: #e5e5e5;
            margin-bottom: 5px;
        }

            .searchResults ul li a {
                padding: 6px 10px;
                display: block;
            }

            .searchResults ul li:hover {
                background: #f2f2f2;
            }

.legendLabel {
    font-size: 11px;
}

.mt0 {
    margin-top: 0;
}

/*-----11/09/2015----*/
.txtUnderline {
    text-decoration: underline;
}

.txtMed {
    font-size: 18px;
}

.btn.disabled, .btn:disabled {
    background: rgb(75,140,168);
    opacity: 0.5;
}

.customCheckbox {
    width: 15px;
    height: 15px;
    margin-right: 5px !important;
    position: relative;
    top: 3px;
}

.streamBox, .commentsBox {
    background: #fff;
    border: 1px solid rgb(169,169,169);
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 120px;
}

    .streamBox ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .streamBox ul li {
            list-style: none;
            display: block;
            margin-bottom: 5px;
        }

    .streamBox .tickIcon {
        float: right;
        margin-right: 20%;
    }

.mt20 {
    margin-top: 20px;
}

/*Added for assignment page*/
.w100 {
    width: 100%;
}

.customTxtBox {
    height: 32px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.resultBox {
}

.leftPane {
    padding-top: 15px;
}

.tab-content {
    border-left: 1px solid #b3b3b3;
    padding: 15px;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    box-shadow: -4px 0px 6px -2px #aaaaaa;
}

.vTabs .nav-tabs > {
    width: 100%;
}

    .vTabs .nav-tabs > li {
        float: none;
        border-bottom: 1px solid #b3b3b3;
    }

        .vTabs .nav-tabs > li:hover {
            border-bottom: 1px solid #b3b3b3;
        }

        .vTabs .nav-tabs > li.active > a, .vTabs .nav-tabs > li.active > a:hover, .vTabs .nav-tabs > li.active > a:focus {
            border-radius: 0;
            background: rgb(81,112,135);
            color: #fff;
        }

.selectBox .chosen-container {
    width: 100% !Important;
}

.empTable {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .empTable table tr td, .empTable table tr th {
        padding: 8px 15px;
    }

    .empTable table tr th {
        background: rgb(167,186,187);
    }

.bulkEditCol {
    text-align: center;
}

div#declareNewSkills_chosen {
    width: 100% !important;
    border-radius: 4px;
}

    div#declareNewSkills_chosen .chosen-choices {
        border-radius: 4px;
        padding: 4px;
    }

/*div#declareNewSkills_chosen .chosen-container-multi .chosen-choices li.search-choice{
            padding: 18px 20px 4px 5px;
    }*/

div#assessDetails {
    border-top: 1px solid #ABA7A7;
}

div#potentialDetails {
    border-top: 1px solid #ABA7A7;
}

input[type="file"] {
    display: inline-block;
}

.btnCreateRole {
    width: 83px;
}

.selectCreateRole {
    width: 100px;
    height: 20px;
}

#createRoleSection .chosen-container {
    height: 34px;
}

#planaspiration .dropdown-toggle, #skillregister .dropdown-toggle {
    width: 310px !important;
    text-align: left;
}

#planaspiration .multiselect-selected-text, #skillregister .multiselect-selected-text {
    width: 94%;
    display: inline-block;
    color: rgb(81,112,135);
    font-size: 13px;
}


#planaspiration .btn-default:hover, #planaspiration .btn-default:focus, #planaspiration .btn-default:active,
#planaspiration .btn-default.active, #planaspiration .open .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #ccc;
}

#planaspiration .multiselect-container.dropdown-menu, #skillregister .multiselect-container.dropdown-menu {
    max-height: 250px;
    overflow: auto;
}

#skillregister .btn-default:hover, #skillregister .btn-default:focus, #skillregister .btn-default:active,
#skillregister .btn-default.active, #skillregister .open .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #ccc;
}


.multiselect-container label {
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.multiselect-container > li > a {
    padding: 3px 8px;
}

.multiselect-container > li > a {
    color: #444;
}

    .multiselect-container > li > a:hover, .multiselect-container > li > a:focus {
        background-color: #3875d7;
        background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
        background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
        background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
        background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
        background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
        color: #fff !important;
    }


.setaction {
    margin: 3px 0 0 8px !important;
    position: absolute !important;
}

.setactiondate {
    display: inline-block !important;
}

.setaddaction {
    text-align: right !important;
    display: block !important;
}

.skillRegisterExport {
    text-align: right;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

    .skillRegisterExport a {
        text-decoration: underline;
        font-weight: 700;
    }
.padd_td {
    padding: 5px 0px 5px 0px !important;
    text-align: center !important;
}