/* Minification failed. Returning unminified contents.
(965,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /*border-color: #67b168;
    box-shadow: 0 0 8px rgba(19, 189, 108, 0.6);*/
    outline: #67b168;
}
/*#tblSelectedRolesNew .chosen-container .chosen-drop {
    position:relative;
}*/

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 33px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 32px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
  
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.test {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 150px !important;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  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;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: pointer; border-radius:4px;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 6.5px;
  height: auto;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #67b168;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
 border-color: #67b168; box-shadow:0 0 8px rgba(19, 189, 108, 0.6)
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
  outline:none;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.remove-deploy-role {
    margin-top: 3px;
}
.remove-deploy-role a{font-size:12px;}
/* @end */
.right-inner-addon {
    position: relative;
}

.shorterDesc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Textwidth {
    width: 20% !important;
}

.WidthManage {
    width: 14% !important;
}



.test {
    width: 20% !important;
}


.longerDesc {
    overflow: visible;
}

#ManageDeployments td {
    max-width: fit-content;
}
/*#ManageDeployments th:nth-child(11),
#ManageDeployments td:nth-child(11) {
    width: 20%; 
}*/
.dataTables_scrollHead {
    width: 100% !important;
}

#TblMyDeployments td {
    max-width: initial;
}

td {
    cursor: pointer;
    font-size: 14px;
    /*max-width: 130px;
    overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}

    td.actions {
        text-overflow: inherit
    }

tr.shownCollapse td {
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    /*  max-width: 130px;
    overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: normal;
    height: 50px;
    word-wrap: break-word;
}

tr.selected-DataTableRow {
    background-color: blueviolet;
}

.modal-header h4 {
    cursor: pointer;
    color: white;
}


.modal-header-margin {
    text-transform: capitalize;
    margin-top: 12px;
    color: white;
}

.right-inner-addon-label {
    float: right;
    padding-top: 5px;
}

.hr-footer {
    margin-bottom: 8px;
    margin-top: 60px;
    border-bottom: 2px solid #003A63;
}

.modal-checkbox {
    margin-top: -8px;
}

.img-align {
    vertical-align: -webkit-baseline-middle;
}

.label-align {
    padding-top: 7.5px;
    text-align: right;
}

.inner-addon-input {
    margin-right: -30%;
}

.modal-header-margin {
    text-transform: capitalize;
    margin-top: 12px;
    color: white;
}

.modal-text-align {
    vertical-align: sub;
}

.panel-heading a {
    color: rgba(220,220,220,1);
}

    .panel-heading a:hover,
    a:focus {
        color: rgba(220,220,220,1);
        text-decoration: none;
        cursor: pointer;
    }

.panel-border {
    border: none;
}

#EmployementHistory_length, #tblTools_length, #tblCertifications_length, #Education_length, #DeploymentRoles_length, #Membership_length, #Awards_length, #ProjectHistory_length {
    margin-bottom: 16px;
}

#EmployementHistory, #tblTools, #tblCertifications, #Education, #ProjectHistory {
    /*border: 1px solid #ececec;*/
    border-bottom: 1px solid #ececec !important;
}

    #ProjectHistory td span {
        vertical-align: middle;
    }

.has-feedback label ~ .form-control-feedback {
    top: 20px;
}

#txtDetailedDescription .tooltip > .tooltip-inner {
    white-space: normal !important;
}

.dataTable tbody tr td:last-child {
    text-overflow: inherit;
    white-space: nowrap;
    width: 10% !important;
}

.required-lbl {
    margin-bottom: -10px;
    margin-top: 5px;
    font-style: italic;
    font-size: 12.5px;
}

#txtSummaryDiv > i {
    margin-right: 15px;
}

div.dataTables_wrapper div.dataTables_filter input {
    padding: 3px 10px;
    margin: 0 0 0 8px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    vertical-align: middle;
}

    div.dataTables_wrapper div.dataTables_filter input:focus {
        border-color: #67b168;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19, 189, 108, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19, 189, 108, 0.6);
    }

.modal-body {
    max-height: calc(112vh - 220px);
    overflow-y: auto;
}

.form-control-feedback {
    right: 21px;
}

.error-margin > small {
    padding-bottom: 0px;
    margin-top: 0px;
}

.error-margin {
    margin-bottom: 15px
}

.add-btn-top-right {
    top: 20px;
    right: 16px;
}

.IsPrimaryDomain-width {
    width: 101px !important;
}

.domain-add-width {
    width: 20px !important;
}

.tableRoles-role-name {
    width: 128px !important;
}

.tableRoles-Impact-description {
    width: 200px !important;
}

.tableRoles-Add-btn {
    width: 61px !important;
}

.form-control-feedback.glyphicon-remove {
    color: #a94442;
}

#divEmploymentHistory > .help-block {
    color: #a94442;
}

.add-edit-popup .form-control-feedback.glyphicon.glyphicon-remove, .add-edit-popup .form-control-feedback.glyphicon.glyphicon-ok,
#AddandEdit .checkbox .form-control-feedback.glyphicon.glyphicon-remove, #AddandEdit .checkbox .form-control-feedback.glyphicon.glyphicon-ok,
#AddandEdit #txtSummaryDiv .form-control-feedback.glyphicon.glyphicon-remove, #AddandEdit #txtSummaryDiv .form-control-feedback.glyphicon.glyphicon-ok,
#AddandEditTools .checkbox .form-control-feedback.glyphicon.glyphicon-remove, #AddandEditTools .checkbox .form-control-feedback.glyphicon.glyphicon-ok,
#AddandEditAwards .form-control-feedback.glyphicon.glyphicon-remove, #AddandEditAwards .form-control-feedback.glyphicon.glyphicon-ok,
#projectAndTasksEdit .form-control-feedback.glyphicon.glyphicon-ok, #projectAndTasksEdit .form-control-feedback.glyphicon.glyphicon-remove,
#formEmailMessage .form-control-feedback.glyphicon.glyphicon-remove,
#formEmailMessage .form-control-feedback.glyphicon.glyphicon-ok,
#formTextMessage .form-control-feedback.glyphicon.glyphicon-remove,
#formTextMessage .form-control-feedback.glyphicon.glyphicon-ok,
#formPeriodsOfPerformance .form-control-feedback.glyphicon.glyphicon-remove,
#formPeriodsOfPerformance .form-control-feedback.glyphicon.glyphicon-ok,
{
    right: 0px;
}

#AddandEditTools .checkbox .form-control-feedback.glyphicon.glyphicon-remove, #AddandEditTools .checkbox .form-control-feedback.glyphicon.glyphicon-ok,
#formManageProject .form-control-feedback.glyphicon.glyphicon-remove,
#formManageProject .form-control-feedback.glyphicon.glyphicon-ok {
    right: 21px;
}

@media only screen and (max-width: 991px) {
    .add-edit-popup br {
        display: none;
    }

    .add-edit-popup .label-align {
        padding-top: 10px !important
    }

    .step2 {
        border-left: 0
    }
}

.selected-area-max-width {
    max-width: 30px;
}

.end-customer-max-width {
    max-width: 60px;
}

.modal-header-color {
    background-color: #003A63;
}

#formEmailMessage .form-control-feedback.glyphicon.glyphicon-remove,
#formEmailMessage .form-control-feedback.glyphicon.glyphicon-ok,
#formTextMessage .form-control-feedback.glyphicon.glyphicon-remove,
#formTextMessage .form-control-feedback.glyphicon.glyphicon-ok,
#formPeriodsOfPerformance .form-control-feedback.glyphicon.glyphicon-remove,
#formPeriodsOfPerformance .form-control-feedback.glyphicon.glyphicon-ok {
    top: 25px;
}

.text-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#expensionToOtherProjects > th {
    cursor: pointer;
    font-weight: bold;
}

/*project history*/


/*status report */
.required:before {
    content: " *";
    color: red;
    padding-right: 5px;
}

.upload_status {
    color: #337ab7 !important;
}

.status_report {
    padding-bottom: 10px;
}

.padding_left {
    padding-left: 0px;
}

.ditem:focus {
    color: #337ab7 !important;
}

.padding_left {
    padding-left: 0px !important;
}

.margintb {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ========================================
   jQuery UI Autocomplete Styles
   ======================================== */

/* Autocomplete dropdown container */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 10000 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* Individual menu item */
.ui-menu-item {
    list-style: none;
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

    /* Last item - no border */
    .ui-menu-item:last-child {
        border-bottom: none;
    }

    /* Hover and focus states */
    .ui-menu-item:hover,
    .ui-menu-item.ui-state-focus,
    .ui-menu-item.ui-state-active {
        background-color: #003A63;
        color: white;
    }

/* Menu item link */
.ui-menu-item-wrapper {
    display: block;
    padding: 0;
    color: inherit;
}

/* Helper class for screen readers */
.ui-helper-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Loading state */
.ui-autocomplete-loading {
    background: url('../images/loading.gif') right center no-repeat;
}

/* Ensure modal has proper z-index for autocomplete */
#vendorToolModal {
    z-index: 9999;
}

    #vendorToolModal .modal-dialog {
        z-index: 10000;
    }

    #vendorToolModal .modal-content {
        overflow: visible;
    }

    #vendorToolModal .modal-body {
        overflow: visible;
    }

/* Vendor input field in modal */
#txtVendorModal {
    position: relative;
}

/* Autocomplete scrollbar styling */
.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .ui-autocomplete::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* ========================================
   Readonly/Disabled Dropdown Styling
   ======================================== */

/* Readonly dropdown for custom vendor/tool */
select.readonly-dropdown,
.readonly-dropdown .dropdown-toggle {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.65 !important;
    pointer-events: none !important;
    border-color: #ced4da !important;
}

/* Bootstrap Select readonly styling */
.bootstrap-select.disabled .dropdown-toggle,
.bootstrap-select button.disabled,
.bootstrap-select .readonly-dropdown {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.65 !important;
    border-color: #ced4da !important;
}

/* Disable hover effects on readonly */
select.readonly-dropdown:hover,
.readonly-dropdown .dropdown-toggle:hover {
    background-color: #e9ecef !important;
    color: #6c757d !important;
}

/* Custom dropdown readonly state */
.custom-dropdown select.readonly-dropdown {
    background-color: #e9ecef !important;
    color: #6c757d !important;
}

    /* Ensure dropdown arrow is also greyed out */
    .custom-dropdown select.readonly-dropdown ~ .drop-arrow {
        opacity: 0.5;
        pointer-events: none;
    }

}

.tableSelectedProficiency {
    width: 75px !important;
}

.tableSelectedBasis {
    width: 145px !important;
}

.tableProficiency-add-written {
    width: 110px !important;
}

.tableSelectedProficiency-add {
    width: 110px !important;
}

.tableSelectedBasis-add {
    width: 250px !important;
}

div.dropdown-menu {
    margin-right: -100%;
    max-height: 300px !important;
}

#cautiondeployment {
    font-size: 18px;
    top: -2px;
    position: relative;
}

#cautiondeploymentHR {
    font-size: 18px;
    top: 4px;
    position: relative;
}

.editor_sickleave_edit {
    margin-right: 5px !important;
}

.table-responsive {
    overflow-x: auto;
}
/*status report */



