/*********************
***    Platform Grid View (pfm-grid)   ***
*********************/
#mainarea .row .container-fluid {
  margin-top: 40px;
}

.fa-upload {
  color: #58a098;
}

.activeSearchItem {
  width: 210px;
  font-size: 13px;
  background-color: Highlight;
}

.sortchip {
  display: inline-block;
  padding: 2px 10px;
  height: 22px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 11px;
  background-color: #f1f1f1;
  margin: 0 3px;
}

.closex {
  color: #005391 !important;
}

.closex:hover {
  color: #92320A !important;
}

.sort-exp-space {
  line-height: 10px;
}

.filterDesc {
  padding: 2px 10px;
}

.searchDropdown:focus {
  border-radius: 1px;
}

.savedSearchItem {
  width: 210px;
  font-size: 13px;
}

.savedSearchItem:hover {
  background-color: #d7d7d7;
  color: #03435f;
}

.activeSearchOption:focus {
  outline-style: solid;
  outline-color: black;
}

button.activeSearchOption {
  outline: none;
  border: none;
  background: none;
  color: black;
}

.savedSearchOption:focus {
  outline-style: solid;
  outline-color: black;
}

button.savedSearchOption {
  outline: none;
  border: none;
  background: none;
  color: #016FA0;
}

button.deleteSavedSearch {
  float: right;
}

.fa-trash-o {
  color: #d40b0b;
  float: right;
}

ul.sort-expression-panel {
  list-style-type: none;
  padding: 0px;
}

ul.sort-expression-panel li {
  float: left;
}
ul.sort-expression-panel li:not(:first-child) {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px dotted #787878;
}

.table > thead > tr > th, .table > thead > tr > td {
  border-bottom: 1px solid #9a0101;
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

table.pfm-grid td.action-column {
  width: 150px;
  text-align: center;
}

table.pfm-grid {
  table-layout: auto;
  /*Grid Sorting*/
  /*Grid Pagination*/
}
table.pfm-grid .ddlHeight {
  height: 30px !important;
}
table.pfm-grid .pagination-container .pagination .pager {
  padding: 1px 5px !important;
}
table.pfm-grid .pagination-container .pagination input {
  height: 28px !important;
}
table.pfm-grid .pagination-container .pagination select {
  height: 28px !important;
}
table.pfm-grid .pagination-container .pagination .btn {
  height: 28px !important;
}
table.pfm-grid .filter input {
  height: 30px !important;
}
table.pfm-grid thead > tr > th, table.pfm-grid thead > tr > td {
  color: #30414e;
  border-bottom: 1px solid #A8B7B5 !important;
  border-left: 1px solid #A8B7B5;
  border-right: 1px solid #A8B7B5;
  padding: 5px;
  text-align: left;
  background-color: #DEECF3;
}
table.pfm-grid tr.pagination-container td {
  background-color: #fff;
  border-left: 0px;
  border-right: 0px;
  padding: 3px 0px;
}
table.pfm-grid tbody > tr > th {
  font-weight: normal;
  color: #000000;
}
table.pfm-grid th:last-child {
  border-right: 1px solid #A8B7B5;
}
table.pfm-grid th.detail-view, table.pfm-grid td.detail-view {
  width: 30px;
  border-top: 1px solid #D4DCDB;
}
table.pfm-grid th:focus span {
  border: 1px dotted;
}
table.pfm-grid th.filter, table.pfm-grid td.filter {
  background: #ebebeb;
  padding: 3px;
}
table.pfm-grid th.filter .input-filter, table.pfm-grid td.filter .input-filter {
  padding: 0px 0px 0px 2px;
  min-height: 24px;
  height: 30px !important;
}
table.pfm-grid tbody {
  border-bottom: 1px solid #dddddd;
}
table.pfm-grid td {
  padding: 0.5em;
  vertical-align: middle;
  color: #000000;
}
table.pfm-grid .btn-link, table.pfm-grid .btn-link:active, table.pfm-grid .btn-link:focus, table.pfm-grid .btn-link:hover {
  color: #02437c;
  font-size: 1.2rem;
}
table.pfm-grid .btn-link.disabled:hover, table.pfm-grid .btn-link.disabled {
  color: #373737 !important;
}
table.pfm-grid tr.detail-view {
  /*td:last-of-type*/
  padding: 3px 0px !important;
}
table.pfm-grid tr.detail-view td {
  background-color: #fff;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
table.pfm-grid tr.detail-view .col_title {
  font-weight: bold;
}
table.pfm-grid tr.detail-view ul.double {
  display: block;
  padding-left: 0px;
  list-style: none;
}
table.pfm-grid tr.detail-view ul.double li {
  display: inline-block;
  min-width: 200px;
  width: 45%;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
  margin-bottom: 5px;
  word-wrap: break-word;
}
table.pfm-grid .fa {
  font-size: 1rem;
  padding: 0px 4px;
}
table.pfm-grid .detail-view_wrapper {
  background-color: #FAFAFA;
}
table.pfm-grid th.action-column, table.pfm-grid td.action-column {
  width: 150px;
  text-align: center;
}
table.pfm-grid th.sortable {
  cursor: pointer;
  padding-right: 18px;
  position: relative;
}
table.pfm-grid th.sortable::after, table.pfm-grid th.sortable::before {
  border-color: #000 transparent;
  border-style: solid;
  border-width: 0 4px 4px;
  content: "";
  margin-top: -4px;
  opacity: 0.3;
  position: absolute;
  right: 5px;
  top: 50%;
  visibility: visible;
}
table.pfm-grid th.sortable::before {
  border-color: #000 transparent -moz-use-text-color;
  border-style: solid solid none;
  border-width: 4px 4px 0;
  margin-top: 2px;
}
table.pfm-grid th.sortable:hover::after, table.pfm-grid th.sortable:hover::before {
  opacity: 1;
  visibility: visible;
}
table.pfm-grid th.sortable.st-sort-descent, table.pfm-grid th.sortable.st-sort-ascent {
  background-color: #f1f7fa;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table.pfm-grid th.sortable.st-sort-descent::after, table.pfm-grid th.sortable.st-sort-ascent::after {
  margin-top: -2px;
}
table.pfm-grid th.sortable.st-sort-descent::before, table.pfm-grid th.sortable.st-sort-ascent::before {
  visibility: hidden;
}
table.pfm-grid th.sortable.st-sort-ascent::after,
table.pfm-grid th.sortable.st-sort-ascent:hover::after {
  opacity: 0.6;
  visibility: visible;
}
table.pfm-grid th.sortable.st-sort-descent::after {
  border-color: #30414e transparent -moz-use-text-color;
  border-style: solid solid none;
  border-width: 4px 4px 0;
  box-shadow: none;
  opacity: 0.6;
  visibility: visible;
}
table.pfm-grid .pagination-container td {
  padding: 0px 0px 0.3em 0px;
}
table.pfm-grid .pagination-container select {
  height: 28px !important;
  font-size: 1.2rem;
}
table.pfm-grid .pagination-container select:hover {
  cursor: pointer;
}
table.pfm-grid .pagination-container button {
  padding: 6px 10px;
  margin-top: -2px;
}
table.pfm-grid .pagination-container nav, table.pfm-grid .pagination-container span {
  display: inline-block;
  vertical-align: middle;
}
table.pfm-grid .pagination-container .pagination {
  margin: 0px !important;
}
table.pfm-grid .pagination-container .pagination .page-item {
  background: #fff;
  padding-top: 1px;
}
table.pfm-grid .pagination-container .pagination .page-item a {
  background: #DEECF3 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
table.pfm-grid .pagination-container .pagination .page-item a i {
  color: #30414e;
  font-size: 1.2rem;
}
table.pfm-grid .pagination-container .pagination .page-item a:hover {
  background: #f1f7fa !important;
  box-shadow: inset 0px 6px 12px -4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
table.pfm-grid .pagination-container .pagination .pager {
  padding: 1px 5px;
}
table.pfm-grid .pagination-container input {
  display: inline;
  width: 50px;
  height: 28px !important;
  font-size: 1.2rem;
  text-align: center;
}
table.pfm-grid .pagination-container select {
  display: inline;
  width: auto;
}
table.pfm-grid .pagination-container .item-count {
  padding-top: 10px;
}

.page-sm table.pfm-grid tr.detail-view, .page-md table.pfm-grid tr.detail-view, .page-lg table.pfm-grid tr.detail-view {
  padding: 3px 30px 3px 0px !important;
  /*float: left;*/
}

table.pfm-grid.table-silver th {
  border-top: 1px solid #dddddd !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff

  +0,ededed+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%); /* FF3.6

-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%); /* 

Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%); /* W3C, 

IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=0 ); /* IE6-9 */
}
table.pfm-grid.table-silver th.filter {
  background: #eeeeee;
  padding: 3px;
}
table.pfm-grid.table-silver th.filter .filter-cell {
  padding-right: 30px;
}
table.pfm-grid.table-silver th.filter .filter-cell .input-filter, table.pfm-grid.table-silver th.filter .filter-cell select.form-control {
  padding: 0px 0px 0px 2px;
  min-height: 24px;
  height: 43px !important;
}

.grid-detail-view-icon {
  background-image: url(../images/hrsa_theme_sprite_03.png);
  background-repeat: no-repeat;
  background-position: -1px -3464px;
  padding-left: 22px;
}

/***************** Sorting Arrow **************/
/*.sortable {
}*/
table.pfm-grid.table-bordered {
  border-left: 0px solid;
  border-right: 0px solid;
}

.pfm-grid-counts button {
  height: 32px;
  border-radius: 0px;
  background-color: #DDE7F5;
  font-size: 1.2rem;
}
.pfm-grid-counts .btn.active {
  background-color: #F7FAFD;
}

.scrollLock {
  overflow-y: hidden;
}

.scrollUnLock {
  overflow-y: auto;
}

/**** Pagination *****/
.btn-secondary {
  cursor: pointer;
}

/** Columns **/
.inlineColumnHeader {
  white-space: nowrap;
}

.colHead {
  border-top: 1px solid #a8b7b5 !important;
  position: inherit;
}

/*
IE11 compatibility - font download disabled in HRSA - https://technet.microsoft.com/itpro/windows/keep-secure/block-untrusted-fonts-in-enterprise#Turn_on_and_use_the_Blocking_untrusted_fonts_feature
*/
@media all and (-ms-high-contrast: none) {
  table.pfm-grid .fa-square-o {
    background-image: url(../../images/grid/fa_square.png);
    background-repeat: no-repeat;
    background-position: 0.4px 0.5px;
    background-size: 34px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  table.pfm-grid .btn-outline-primary.active, table.pfm-grid .btn-outline-primary:active, table.pfm-grid .show > .btn-outline-primary.dropdown-toggle {
    color: #0275d8;
    background-color: #0275d8;
    border-color: #0275d8;
    opacity: 1;
  }
  table.pfm-grid .fa-minus-square-o {
    background-image: url(../../images/grid/fa_minus-square.png);
    background-repeat: no-repeat;
    background-position: 0.4px 0.5px;
    background-size: 34px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  table.pfm-grid .fa-check {
    background-image: url(../../images/grid/fa_check.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 34px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  table.pfm-grid .btn-outline-primary:hover {
    color: #0275d8;
    background-color: none;
    border-color: none;
  }
  table.pfm-grid .btn-outline-primary.focus, table.pfm-grid .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  }
}