/* app css stylesheet */
/*   GENERAL DISPLAY   */
.inline {
  display: inline-block; }

/* End GENERAL DISPLAY */
/*    COLORS    */
.dark-green {
  color: #256357; }

.white {
  color: white; }

/*.dark-green-background {background-color: $dark-green; color: white;}*/
/*  END COLORS  */
/* 508 Compliance Modifications*/
#period-bar #period-bar-left:hover .btn-grant-award table .td-btn i {
  box-shadow: none !important; }

#bannerUserInfo #LoggedInName {
  display: inline-block !important;
  margin-right: 0px !important; }

.btn-success {
  background-color: #256357 !important; }

.panel-default > .panel-heading.nav-left_heading {
  color: #a2a2a2; }
  .panel-default > .panel-heading.nav-left_heading:hover {
    color: #787878; }

.panel-default > .panel-heading.nav-left_heading.active-heading {
  background-color: #e4f3e5;
  border-color: #256357;
  color: #256357; }
  .panel-default > .panel-heading.nav-left_heading.active-heading:hover {
    background-color: #cadfcf;
    color: #333; }
  .panel-default > .panel-heading.nav-left_heading.active-heading .panel-button {
    background-color: #256357;
    color: white;
    text-shadow: none; }
    .panel-default > .panel-heading.nav-left_heading.active-heading .panel-button:hover {
      background-color: #2ca58f; }

/*End 508 Modifications*/
/*      NEW CSAP Footer styles     */
.footer_CSAP {
  background-color: #6a6d35;
  padding: 20px 24px;
  height: auto;
  color: white; }

.text-left, .text-right {
  font-size: 15px; }
  @media (max-width: 1199px) {
    .text-left, .text-right {
      font-size: 13px; } }
  @media (max-width: 991px) {
    .text-left, .text-right {
      text-align: center; } }
  .text-left ul, .text-right ul {
    padding-left: 0;
    margin-bottom: 0; }
  .text-left a, .text-right a {
    text-decoration: none;
    color: white; }
    .text-left a:hover, .text-right a:hover {
      color: #ffcd28; }

.text-left > ul > li {
  padding: 0 10px;
  border-right: 1px solid white; }
  .text-left > ul > li:first-of-type {
    padding-left: 0; }
  .text-left > ul > li:last-of-type {
    border-right: none; }

.text-right > p {
  margin-bottom: 0; }
  .text-right > p:first-of-type {
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 5px; }

/*    END New CSAP Footer styles   */
html {
  background-color: transparent; }

body {
  background-image: linear-gradient(#fbfaf5, #a5a38d);
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*prevent bg gradient repeat*/
  color: #333;
  font-size: 12px; }

p, span {
  word-wrap: break-word; }

h3 {
  font-size: 16px;
  font-weight: bold; }

.main {
  min-height: 600px;
  margin: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 20px; }
  .main .mainContent {
    position: relative;
    padding: 0 10px; }
    .main .mainContent .menu-wrapper {
      display: none; }
    .main .mainContent #menu-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
      transition: opacity .5s; }
    .main .mainContent #module-menu {
      z-index: 1; }
    .main .mainContent #module-content h1, .main .mainContent #module-content h2, .main .mainContent #module-content h3, .main .mainContent #module-content h4, .main .mainContent #module-content h5 {
      margin-top: 0px; }
  .main .mainContent.collapsed #hamburger {
    display: block; }
  .main .mainContent.collapsed #module-menu {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: -40000px; }
  .main .mainContent.collapsed #menu-container {
    width: 0%;
    height: 0%;
    display: block;
    opacity: 0; }
    .main .mainContent.collapsed #menu-container .panel-group {
      display: none; }
  .main .mainContent.collapsed #module-content {
    padding-left: 50px;
    padding-right: 40px; }
  .main .mainContent.collapsed.showMenu .menu-wrapper {
    display: block; }
  .main .mainContent.collapsed.showMenu #module-menu {
    z-index: 100;
    left: 0px; }
  .main .mainContent.collapsed.showMenu #menu-container {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 3px 5px 4px 3px rgba(102, 102, 102, 0.2);
    border-left: none;
    margin-top: 8px; }
    .main .mainContent.collapsed.showMenu #menu-container .panel-group {
      margin-bottom: 0px;
      display: block; }
  .main .mainContent.expanded #hamburger {
    display: none; }

.no-records-message {
  text-align: center;
  font-size: 16px;
  color: #666; }
  .no-records-message .message {
    padding: 10px;
    background-color: #f2f2f2; }

.table tbody.divider {
  border-bottom: 2px solid #8A180E; }

.table caption {
  padding-top: 8px;
  padding-bottom: 4px;
  text-align: left;
  background-color: #f2f2f2;
  font-size: 12px;
  height: 32px;
  font-weight: bold;
  padding-left: 8px;
  border-bottom: 1px solid #d7d7d7; }

.table thead tr th {
  border-bottom: none; }

.table td.no-records-td {
  border-top: none;
  padding: 0;
  background-color: white; }
  .table td.no-records-td .no-records-message {
    padding: 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

.table td ul {
  padding-left: 15px; }

.table .no-records-message {
  font-size: 14px; }

.table.one-column-with-action thead tr th:first-child {
  width: 90%; }

.table.one-column-with-action tbody tr td:nth-child(2) {
  text-align: right;
  padding-right: 20px; }

.dashboard-panels .panel-heading {
  background-color: #11618d;
  color: #FFF;
  font-size: 18px;
  font-weight: bold; }
  .dashboard-panels .panel-heading .has-help-text + .glyphicon {
    color: white; }

.dashboard-panels .panel-body {
  padding: 0px; }

.dashboard-panels .table caption div.checkbox {
  margin-top: 0px;
  color: #333; }
  .dashboard-panels .table caption div.checkbox input[type=checkbox] {
    margin-top: 1px;
    margin-left: -15px; }

.dashboard-panels .table thead {
  background-color: #5e5e5e;
  color: #fff;
  font-size: 12px;
  font-weight: normal; }
  .dashboard-panels .table thead th:last-child {
    text-align: center; }

.dashboard-panels .table td {
  font-size: 12px;
  color: #106c9f;
  border-color: #e4e4e4; }
  .dashboard-panels .table td:last-child {
    text-align: center; }
  .dashboard-panels .table td .glyphicon {
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding-left: 0px;
    padding-right: 0px; }
  .dashboard-panels .table td .arrow {
    display: none; }
  .dashboard-panels .table td .popover-content {
    padding: 3px 0px; }

.dashboard-panels .table tr.tr-revision td {
  background-color: #f2f2f2;
  color: #333; }
  .dashboard-panels .table tr.tr-revision td i {
    font-size: 14px;
    margin-right: 5px; }

.dashboard-panels .table tr.tr-revision.ng-hide {
  opacity: 0;
  height: 0px; }

.dashboard-panels .table tr.tr-revision.ng-hide-add, .dashboard-panels .table tr.tr-revision.ng-hide-remove {
  transition: all ease-in 0.25s; }

.dashboard-panels .table.actions-menu {
  margin-bottom: 0px;
  table-layout: auto; }
  .dashboard-panels .table.actions-menu td {
    text-align: left;
    padding-left: 8px;
    cursor: pointer; }
    .dashboard-panels .table.actions-menu td a {
      text-decoration: none; }
  .dashboard-panels .table.actions-menu th {
    color: #333;
    background-color: #fff;
    font-size: 10px;
    text-align: left; }

/* error message */
.message .close a {
  text-decoration: none; }

.spars-dialog-modal .modal-body {
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px; }

/*Auto logout*/
#idleModal .modal-body p span {
  font-weight: bold;
  color: red; }

.footer {
  background-color: #eee;
  height: 100px; }
  .footer a {
    color: black; }

.aggregate-heading h1 {
  font-size: 24px;
  font-weight: bold; }

.wordcount-textarea {
  width: 100%;
  min-height: 150px; }

.head-question {
  font-size: 14px;
  color: #8a180e;
  font-weight: bold;
  padding-bottom: 10px; }

.aggregate-divider {
  background-color: #8a180e;
  height: 4px;
  margin: 5px 0 20px 0; }

.container-edit .panel-heading {
  background-image: none;
  background-color: #8a180e; }
  .container-edit .panel-heading h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0; }

.container-edit .panel-body {
  padding: 0; }
  .container-edit .panel-body .view-default-info-section {
    margin: 15px; }

.container-edit .aggregate-content {
  padding: 10px; }

ul.pagination {
  margin: 0; }

.panel-body .view-default-info-section {
  border-radius: 5px;
  background-color: #E4E4E4;
  padding: 15px 30px;
  margin-bottom: 10px; }
  .panel-body .view-default-info-section p {
    margin-bottom: 2px; }
  .panel-body .view-default-info-section .view-default-info-section-header {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px; }

.container-view .panel-heading {
  background-image: none;
  background-color: #8a180e; }
  .container-view .panel-heading h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0; }

.container-view .panel-body.aggregate-view {
  background-color: #f2f2f2; }
  .container-view .panel-body.aggregate-view .section-info {
    padding: 10px 15px; }
    .container-view .panel-body.aggregate-view .section-info .section-header-no-underline {
      font-weight: bold;
      font-size: 13px; }
    .container-view .panel-body.aggregate-view .section-info .section-header {
      text-decoration: underline;
      font-weight: bold;
      font-size: 13px; }
  .container-view .panel-body.aggregate-view .view-default-info-section {
    border-radius: 5px;
    background-color: #E4E4E4;
    padding: 15px 30px;
    margin-bottom: 10px; }
    .container-view .panel-body.aggregate-view .view-default-info-section p {
      margin-bottom: 2px; }
    .container-view .panel-body.aggregate-view .view-default-info-section .view-default-info-section-header {
      font-weight: bold;
      font-size: 13px;
      margin-bottom: 10px; }

.container-view table td {
  background-color: #f2f2f2;
  border-bottom-color: #D7d7d7; }

.container-view span {
  font-weight: bold; }

.container-view ul {
  padding-left: 20px; }

.container-view .item-title {
  font-weight: bold; }

form .checkbox > label {
  font-size: 13px; }

form .form-group {
  width: 100%;
  margin-bottom: 0px; }
  form .form-group .checkbox:first-child, form .form-group .radio:first-child {
    margin-top: 0px; }
  form .form-group .form-group.sub-field {
    background-color: #f2f2f2;
    padding: 9px;
    margin-top: 10px; }
    form .form-group .form-group.sub-field legend {
      font-size: 12px; }
    form .form-group .form-group.sub-field.row-required {
      background-color: #FCF8E3;
      border: 1px solid #CCC; }
    form .form-group .form-group.sub-field.row-error {
      background-color: #f2dede; }
      form .form-group .form-group.sub-field.row-error .form-control {
        border-color: #a94442; }
      form .form-group .form-group.sub-field.row-error [ng-messages] {
        color: #a94442; }
  form .form-group .has-help-text {
    display: inline;
    margin-right: 5px; }
    form .form-group .has-help-text + .glyphicon {
      color: #106C9F;
      cursor: pointer; }
  form .form-group .control-label.has-help-text {
    display: inline-block; }
  form .form-group .form-control.textbox, form .form-group .form-control.select {
    width: 50%; }
  form .form-group .form-control.currency {
    width: 30%; }
  form .form-group .form-control.date, form .form-group .form-control.number {
    width: 17%; }
  form .form-group .form-control.textarea {
    width: 75%; }
  form .form-group .form-control.upload {
    width: 50%;
    display: inline-block; }
  form .form-group .control-label {
    display: block; }
  form .form-group.upload-form-group input[type=text] {
    width: 100%;
    display: inline-block; }
  form .form-group.upload-form-group label.btn {
    position: relative;
    top: -2px; }
  form .form-group.upload-form-group .btn-upload {
    display: block; }

form .input-group.upload-file {
  width: 50%; }

form .input-group.number {
  width: 25%; }

form .input-group.percentage {
  width: 15%; }

form .input-group.date {
  width: 155px; }

form .input-group.has-help-text {
  display: inline-table; }

form .input-group + .glyphicon-info-sign {
  top: -10px; }

form .row {
  margin: 0px;
  padding: 10px 30px 10px 30px; }
  form .row .form-control.table-number {
    width: 55%; }
  form .row .number-center {
    text-align: center; }

form .row.row-radio-inline {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px; }

form .row-radio-inline_label {
  padding-left: 0;
  font-weight: bold; }

form fieldset {
  border: 1px solid #8A180E;
  padding: 0px 12px 10px 12px;
  border-radius: 5px;
  margin-left: -18px;
  margin-right: -18px; }
  form fieldset.bs-col .row {
    margin-left: 0px;
    margin-right: 0px; }
  form fieldset.bold {
    font-weight: bold; }
  form fieldset.check-radio {
    padding-bottom: 0px; }
  form fieldset .row {
    padding: 5px; }
  form fieldset .radio input[type=radio] {
    margin-top: 2px; }
  form fieldset .checkbox input[type=checkbox] {
    margin-top: 2px; }
  form fieldset legend {
    margin-bottom: 0;
    width: auto;
    max-width: 100%;
    font-size: 13px;
    border-bottom: none;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px; }
  form fieldset table:nth-child(2) {
    margin-top: 10px; }
  form fieldset .form-group {
    padding: 5px; }
    form fieldset .form-group.sub-field {
      background-color: #f2f2f2;
      padding-left: 10px; }
      form fieldset .form-group.sub-field fieldset {
        margin-left: 0px;
        margin-right: 0px; }
  form fieldset .btn-upload {
    margin-top: 10px; }
  form fieldset .no-records-message {
    font-size: 14px; }

form .missing-required {
  background-color: lightyellow; }

form [ng-messages] {
  margin-top: 4px; }
  form [ng-messages] i {
    margin-right: 3px; }

form .row-required {
  background-color: #fcf8e3; }
  form .row-required .form-control {
    border-color: #8a6d3b; }
  form .row-required [ng-messages] {
    color: #8a6d3b; }

form .row-error {
  background-color: #f2dede; }
  form .row-error .form-control {
    border-color: #a94442; }
  form .row-error [ng-messages] {
    color: #a94442; }

.aggregateFooter a {
  padding-left: 20px;
  cursor: pointer; }

.loader-wrapper, .menu-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 99; }

#first-loader {
  background-color: #fff;
  opacity: 0.8; }

.menu-wrapper {
  background-color: #000;
  opacity: 0; }

.annotation {
  font-size: 12px;
  font-weight: normal; }

.hasErr {
  font-size: 14px;
  color: darkred;
  padding-top: 10px; }

.has-error .control-label {
  color: red; }

.has-error .form-control {
  border-color: red; }
  .has-error .form-control:focus {
    border-color: red; }

.has-error .help-block {
  color: red; }

.alert-container {
  padding: 10px 35px 10px 47px;
  background-color: #FFF; }

.alert-warning, .alert-danger, .alert-info {
  background-image: none; }

messages[name="modal"] .alert-container {
  padding: 0px; }

.alert-info {
  color: #003D5C; }

fieldset.needs-assessment-postal-codes #targetZipCode {
  width: 30%;
  display: inline; }

fieldset.needs-assessment-postal-codes #btnAddZipCode {
  margin-top: -4px; }

fieldset.needs-assessment-postal-codes table thead tr th:first-child {
  width: 20%; }

fieldset.needs-assessment-postal-codes table tbody tr td .delete-zip {
  cursor: pointer; }

fieldset.needs-assessment-postal-codes table tbody tr td .glyphicon {
  color: #999;
  margin-right: 2px; }

fieldset.needs-assessment-postal-codes table tbody tr:first-child td {
  border-top: none; }

.not-authorized {
  text-align: center;
  background-color: white;
  height: 559px; }
  .not-authorized h1 {
    margin-top: 0px;
    padding-top: 20px;
    font-weight: 700;
    font-size: 28px; }
  .not-authorized p {
    margin: 10px auto;
    font-size: 16px; }

messages {
  padding-bottom: 10px;
  display: block;
  background-color: white; }

.goals-view.has-goals {
  border: none; }
  .goals-view.has-goals .panel-body {
    padding: 0px;
    padding-top: 10px; }
  .goals-view.has-goals .accordion-panel-body {
    position: relative; }
  .goals-view.has-goals .user-roles-table {
    margin: 20px;
    border: 1px solid #AEAEAE; }
  .goals-view.has-goals .goal {
    border: 1px solid #AEAEAE;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    border-radius: 7px;
    margin-bottom: 10x;
    position: relative;
    display: inline-block;
    width: 100%; }
  .goals-view.has-goals .goal-header {
    margin-bottom: 15px; }
  .goals-view.has-goals .date-established {
    margin-top: 10px; }
  .goals-view.has-goals .name {
    color: #8A180E;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px; }
    .goals-view.has-goals .name .admin {
      font-size: 12px;
      font-weight: normal;
      padding-left: 0;
      width: 100%; }
      .goals-view.has-goals .name .admin .row.col-md-8 {
        padding-left: 0;
        color: #333333; }
    .goals-view.has-goals .name .arrow {
      color: #19619E; }
  .goals-view.has-goals .name:hover .arrow, .goals-view.has-goals .name:focus .arrow {
    color: #23527c; }
  .goals-view.has-goals .right-controls {
    position: absolute;
    right: 10px;
    top: 10px; }
  .goals-view.has-goals .arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: right;
    font-size: 18px; }
  .goals-view.has-goals .add-objectives-link {
    margin-right: 6px; }
  .goals-view.has-goals .objective {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
    position: relative; }
    .goals-view.has-goals .objective .objective-header {
      margin-bottom: 10px; }
      .goals-view.has-goals .objective .objective-header div {
        font-size: 14px;
        color: #8A180E;
        font-weight: bold; }
    .goals-view.has-goals .objective .outcome-category-header {
      font-size: 12px;
      color: #8A180E;
      background-color: #E4E4E4;
      font-weight: bold;
      padding-left: 20px;
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      padding-top: 7px;
      padding-bottom: 7px; }
    .goals-view.has-goals .objective .outcome-category-container {
      padding-left: 20px;
      margin-top: 10px; }
    .goals-view.has-goals .objective .targeted-outcome-measure-container {
      padding-left: 40px;
      padding-top: 15px; }
      .goals-view.has-goals .objective .targeted-outcome-measure-container .header {
        font-size: 12px;
        color: #8A180E;
        font-weight: bold;
        margin-bottom: 3px; }
    .goals-view.has-goals .objective .no-outcome-categories {
      color: #6e6e6e;
      font-weight: normal; }

.panel-body .row {
  margin-left: 0px;
  margin-right: 0px; }

form.form-goals {
  margin-top: -15px; }
  form.form-goals h5 {
    font-weight: bold; }
  form.form-goals hr {
    margin-top: 10px;
    margin-bottom: 0px; }
  form.form-goals .form-control.select {
    width: 100%; }
  form.form-goals .message {
    font-size: 14px; }

.bs-table .row {
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 0 10px 0; }

.bs-table .row-header {
  background-color: #f2f2f2;
  border-bottom: 3px solid #8a180e;
  font-weight: bold; }

.bs-table .row-header_instruction {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px; }

.bs-table .row-fieldset {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0; }
  .bs-table .row-fieldset .row {
    margin-left: -18px;
    margin-right: -18px; }
  .bs-table .row-fieldset .row-footer {
    margin-left: -12px;
    margin-right: -12px;
    background-color: #f2f2f2;
    font-weight: bold;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .bs-table .row-fieldset .row-footer_container {
    margin-left: -6px;
    margin-right: -6px; }
  .bs-table .row-fieldset .form-group_multiple {
    padding-left: 15px;
    padding-right: 15px; }

.panel-body .row-bs-table {
  margin-left: -15px;
  margin-right: -15px; }
  .panel-body .row-bs-table_header {
    font-weight: bold; }
  .panel-body .row-bs-table_divider {
    background-color: #e0e0e0;
    height: 1px; }

.panel-body .row-bs-table-child {
  margin: 20px 15px; }
  .panel-body .row-bs-table-child_list {
    padding-top: 5px; }

.bs-table-tony .row [class^="col-"] {
  padding-top: 10px; }

.bs-table-tony .row.other-specify {
  padding-top: 0px; }
  .bs-table-tony .row.other-specify [class^="col-"] {
    padding-top: 0px; }

.bs-table-tony .row-header {
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f2f2f2;
  border-bottom: 3px solid #8a180e;
  font-weight: bold; }

.bs-table-tony .section {
  margin-top: 30px; }

.bs-table-tony .instructions {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f2f2f2;
  font-style: italic; }

.bs-table-tony fieldset {
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px; }
  .bs-table-tony fieldset .row {
    margin-left: -17px;
    margin-right: -17px; }
  .bs-table-tony fieldset .row-footer {
    margin-bottom: -10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f2f2f2;
    margin-left: -17px;
    margin-right: -17px; }

.vertical-align {
  display: flex;
  flex-direction: row; }

.row.vertical-align [class^="col-"],
.row.vertical-align [class*=" col-"] {
  display: flex;
  align-items: center;
  min-height: 80%; }

.row.vertical-align:not(.row-header) [class^="col-"]:nth-child(2),
.row.vertical-align:not(.row-header) [class*=" col-"]:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.row-header.vertical-align [class^="col-"],
.row-header.vertical-align [class*=" col-"] {
  display: flex;
  align-items: flex-end; }

.has-help-text {
  display: inline;
  margin-right: 5px; }
  .has-help-text + .glyphicon {
    color: #106C9F;
    cursor: pointer; }

.label-required {
  margin-right: -10px; }
  .label-required:after {
    content: '*'; }

a.accordion-toggle {
  text-decoration: none; }

.multi-add-container {
  margin-top: 20px; }
  .multi-add-container .row {
    padding-top: 5px;
    padding-bottom: 5px; }
  .multi-add-container hr {
    margin-top: 0px;
    margin-bottom: 0px; }
  .multi-add-container table {
    width: 100%; }
    .multi-add-container table td {
      padding-top: 5px;
      padding-bottom: 5px; }
      .multi-add-container table td[ng-mouseleave] {
        width: 10%;
        text-align: center; }
    .multi-add-container table .middle {
      border-bottom: 1px solid #E4E4E4; }

.modal-body .form-group .form-control.wide {
  width: 100%; }

.glyphicon-cog {
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding-left: 0px;
  padding-right: 0px; }

.text-area-read-only {
  font-weight: bold; }
  .text-area-read-only + p {
    margin-bottom: 30px; }

.check-box-list-read-only {
  font-weight: bold; }
  .check-box-list-read-only + div {
    margin-bottom: 30px; }

label.btn-file {
  position: relative;
  overflow: hidden; }
  label.btn-file input.fileUpload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.pdo-admin-home-img {
  max-width: 100%;
  height: auto; }

sub-state-dsp .accordion-level-one > .panel-group > .node [uib-accordion-header] .heading-text {
  font-size: 16px;
  font-weight: bold; }

sub-state-dsp .accordion-level-one > .panel-group > .node [uib-accordion-header] .heading-sub-text {
  padding-left: 1px; }

sub-state-dsp .accordion-level-one > .panel-group > .node [uib-accordion-header] .btn-add-subrecipient {
  position: absolute;
  top: 14px;
  right: 29px; }
  sub-state-dsp .accordion-level-one > .panel-group > .node [uib-accordion-header] .btn-add-subrecipient .glyphicon-plus-sign {
    font-size: 16px; }
  sub-state-dsp .accordion-level-one > .panel-group > .node [uib-accordion-header] .btn-add-subrecipient .text {
    font-size: 13px;
    font-weight: normal;
    float: right;
    margin-top: 0px;
    margin-left: 10px; }
  sub-state-dsp .accordion-level-one > .panel-group > .node [uib-accordion-header] .btn-add-subrecipient:hover {
    color: #19619E; }
    sub-state-dsp .accordion-level-one > .panel-group > .node [uib-accordion-header] .btn-add-subrecipient:hover .text {
      text-decoration: underline; }

sub-state-dsp .subrecipient-name {
  font-size: 14px;
  font-weight: bold; }

sub-state-dsp .subrecipient-sub-text {
  font-weight: normal;
  font-size: 12px; }

sub-state-dsp .accordion .arrow, high-need-community-dsp .accordion .arrow {
  position: absolute;
  right: 10px;
  top: 18px;
  text-align: right;
  font-size: 18px; }

sub-state-dsp .btn-edit, high-need-community-dsp .btn-edit {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #666; }
  sub-state-dsp .btn-edit .fa-pencil-square-o, high-need-community-dsp .btn-edit .fa-pencil-square-o {
    font-size: 20px; }
  sub-state-dsp .btn-edit .text, high-need-community-dsp .btn-edit .text {
    font-weight: normal;
    float: right;
    margin-top: 2px;
    margin-left: 3px; }
  sub-state-dsp .btn-edit:hover, high-need-community-dsp .btn-edit:hover {
    color: #19619E; }
    sub-state-dsp .btn-edit:hover .text, high-need-community-dsp .btn-edit:hover .text {
      text-decoration: underline; }

sub-state-dsp .btn-edit-link, high-need-community-dsp .btn-edit-link {
  color: #666; }
  sub-state-dsp .btn-edit-link .fa-pencil-square-o, high-need-community-dsp .btn-edit-link .fa-pencil-square-o {
    font-size: 20px; }
  sub-state-dsp .btn-edit-link .text, high-need-community-dsp .btn-edit-link .text {
    font-weight: normal;
    float: right;
    margin-top: 2px;
    margin-left: 3px; }

sub-state-dsp .description-recipient-funding, high-need-community-dsp .description-recipient-funding {
  margin-bottom: 20px; }
  sub-state-dsp .description-recipient-funding div:nth-child(1), high-need-community-dsp .description-recipient-funding div:nth-child(1) {
    float: left; }
  sub-state-dsp .description-recipient-funding div:nth-child(2), high-need-community-dsp .description-recipient-funding div:nth-child(2) {
    margin-left: 183px;
    word-wrap: break-word; }

sub-state-dsp .sub-state-sub-recipient-container, high-need-community-dsp .sub-state-sub-recipient-container {
  margin-top: 25px;
  margin-left: 35px; }
  sub-state-dsp .sub-state-sub-recipient-container .header, high-need-community-dsp .sub-state-sub-recipient-container .header {
    background-color: white;
    border: 1px solid #CCC;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 14px;
    position: relative; }
    sub-state-dsp .sub-state-sub-recipient-container .header .subrecipient-name, high-need-community-dsp .sub-state-sub-recipient-container .header .subrecipient-name {
      color: #8A180E;
      font-size: 14px;
      font-weight: bold; }
    sub-state-dsp .sub-state-sub-recipient-container .header .sub-text, high-need-community-dsp .sub-state-sub-recipient-container .header .sub-text {
      color: #8A180E;
      font-weight: normal;
      font-size: 12px; }
  sub-state-dsp .sub-state-sub-recipient-container .body, high-need-community-dsp .sub-state-sub-recipient-container .body {
    padding-top: 10px;
    padding-left: 15px; }

high-need-community-stop .btn-add-subrecipient {
  position: absolute;
  top: 8px;
  right: 50px; }

high-need-community-stop .accordion .arrow {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right;
  font-size: 18px; }

high-need-community-dsp .btn-add-subrecipient {
  position: absolute;
  top: 8px;
  right: 50px; }

high-need-community-dsp .accordion .arrow {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right;
  font-size: 18px; }

subrecipient-dsp .accordion-panel-body, partner-organization-pdo .accordion-panel-body {
  padding: 10px;
  background-color: #f2f2f2;
  position: relative; }

subrecipient-dsp .btn-edit-subrecipient, partner-organization-pdo .btn-edit-subrecipient {
  position: absolute;
  right: 70px;
  top: 10px; }
  subrecipient-dsp .btn-edit-subrecipient .fa-pencil-square-o, partner-organization-pdo .btn-edit-subrecipient .fa-pencil-square-o {
    margin-right: 5px; }

subrecipient-dsp .btn-edit-subrecipient {
  position: absolute;
  right: 70px;
  top: 20px; }
  subrecipient-dsp .btn-edit-subrecipient .fa-pencil-square-o {
    margin-right: 5px; }

subrecipient-dsp .accordion .arrow {
  position: absolute;
  right: 10px;
  top: 18px;
  text-align: right;
  font-size: 18px; }

other-resources-pdo .col-md-7 {
  font-size: 14px; }

other-resources-pdo .col-md-5 {
  font-weight: bold;
  font-size: 13px;
  word-wrap: break-word; }

#otherResourcesSpfRx td {
  width: 50%;
  padding: 10px 0; }

.zip-code-group {
  padding-bottom: 0px; }
  .zip-code-group .zip-code-entry {
    width: 30%;
    display: inline; }
  .zip-code-group .btn-add-zip {
    margin-top: -4px; }
  .zip-code-group .zip-code-table-container {
    padding: 0px 10px 0px 10px;
    background-color: #F2F2F2; }
    .zip-code-group .zip-code-table-container .table tbody tr td {
      border-top: none; }
      .zip-code-group .zip-code-table-container .table tbody tr td.zip {
        width: 20%; }
      .zip-code-group .zip-code-table-container .table tbody tr td.action .glyphicon-minus-sign {
        font-size: 15px;
        color: #999999;
        float: left; }
      .zip-code-group .zip-code-table-container .table tbody tr td.action .delete-text {
        float: left;
        padding-left: 3px;
        color: #666; }
    .zip-code-group .zip-code-table-container .table tbody tr + tr td {
      border-top: 1px solid #D7D7D7; }

grantee-training-view-pdo .data-table, grantee-level-view-dsp .data-table {
  margin-bottom: 10px; }
  grantee-training-view-pdo .data-table td:nth-child(1), grantee-level-view-dsp .data-table td:nth-child(1) {
    width: 445px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 10px; }
  grantee-training-view-pdo .data-table td:nth-child(2), grantee-level-view-dsp .data-table td:nth-child(2) {
    vertical-align: top;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 30px;
    text-align: left;
    padding-top: 10px; }

grantee-training-view-pdo .data-comment, grantee-level-view-dsp .data-comment {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  padding-top: 10px; }
  grantee-training-view-pdo .data-comment-question, grantee-level-view-dsp .data-comment-question {
    padding-bottom: 10px; }
  grantee-training-view-pdo .data-comment-answer, grantee-level-view-dsp .data-comment-answer {
    font-size: 13px;
    font-weight: bold; }

high-need-community-level-trainings-view-pdo .accordion-container, kits-distributed-view-pdo .accordion-container {
  padding-top: 30px; }

type-of-trainings-view-pdo .body-title, type-of-trainings-view-pdo .body-title-ebppp, intervention-information-view-pdo .body-title, intervention-information-view-pdo .body-title-ebppp, ebppp-intervention-view-dsp .body-title, ebppp-intervention-view-dsp .body-title-ebppp {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 11px; }

type-of-trainings-view-pdo .body-title-ebppp, intervention-information-view-pdo .body-title-ebppp, ebppp-intervention-view-dsp .body-title-ebppp {
  border-bottom: 1px solid #797979; }

type-of-trainings-view-pdo .header, intervention-information-view-pdo .header, ebppp-intervention-view-dsp .header {
  font-weight: bold;
  font-size: 13px;
  margin-left: 25px;
  border-bottom: 3px solid #000; }

type-of-trainings-view-pdo .list-question, intervention-information-view-pdo .list-question, ebppp-intervention-view-dsp .list-question {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 35px; }

type-of-trainings-view-pdo .list-answer, intervention-information-view-pdo .list-answer, ebppp-intervention-view-dsp .list-answer {
  font-weight: bold;
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 7px; }

type-of-trainings-view-pdo .data-header, intervention-information-view-pdo .data-header, ebppp-intervention-view-dsp .data-header {
  font-size: 13px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 44px;
  border-bottom: 1px solid #797979; }

type-of-trainings-view-pdo ul, intervention-information-view-pdo ul, ebppp-intervention-view-dsp ul {
  margin: 0; }

type-of-trainings-view-pdo ul.dashed, intervention-information-view-pdo ul.dashed, ebppp-intervention-view-dsp ul.dashed {
  list-style-type: none; }

type-of-trainings-view-pdo ul.dashed > li, intervention-information-view-pdo ul.dashed > li, ebppp-intervention-view-dsp ul.dashed > li {
  text-indent: -5px; }

type-of-trainings-view-pdo ul.dashed > li:before, intervention-information-view-pdo ul.dashed > li:before, ebppp-intervention-view-dsp ul.dashed > li:before {
  content: "-";
  text-indent: -5px; }

type-of-trainings-view-pdo .data-table, intervention-information-view-pdo .data-table, ebppp-intervention-view-dsp .data-table {
  margin-left: 45px;
  margin-bottom: 10px;
  table-layout: fixed;
  width: 95%; }
  type-of-trainings-view-pdo .data-table th:first-child, intervention-information-view-pdo .data-table th:first-child, ebppp-intervention-view-dsp .data-table th:first-child {
    width: 52%; }
  type-of-trainings-view-pdo .data-table td:nth-child(1), intervention-information-view-pdo .data-table td:nth-child(1), ebppp-intervention-view-dsp .data-table td:nth-child(1) {
    width: 410px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 10px; }
  type-of-trainings-view-pdo .data-table td:nth-child(2), intervention-information-view-pdo .data-table td:nth-child(2), ebppp-intervention-view-dsp .data-table td:nth-child(2) {
    vertical-align: top;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 30px;
    text-align: left;
    width: 380px;
    padding-top: 10px; }

kits-distributed-edit-pdo label[for=totalNumberOfKitsDistributedOrProcuredUsingFundsFromOtherSourcesCount] {
  display: block; }

kits-distributed-edit-pdo .total-number-kits-using-funds {
  display: inline-block;
  margin-right: 16px; }

kits-distributed-edit-pdo .total-number-kits-using-funds-checkbox {
  display: inline-block;
  font-weight: normal; }

naloxone-admin-partner-orgs .heading .description, kits-distributed-view-pdo .heading .description, kits-distributed-edit-pdo .heading .description, costs-view-pdo .heading .description, costs-edit-pdo .heading .description {
  font-weight: normal;
  font-size: 14px; }

naloxone-admin-partner-orgs .heading .data, kits-distributed-view-pdo .heading .data, kits-distributed-edit-pdo .heading .data, costs-view-pdo .heading .data, costs-edit-pdo .heading .data {
  font-size: 14px;
  font-weight: bold; }

naloxone-admin-partner-orgs .sub-heading .description, kits-distributed-view-pdo .sub-heading .description, kits-distributed-edit-pdo .sub-heading .description, costs-view-pdo .sub-heading .description, costs-edit-pdo .sub-heading .description {
  font-weight: normal;
  font-size: 13px; }

naloxone-admin-partner-orgs .sub-heading .data, kits-distributed-view-pdo .sub-heading .data, kits-distributed-edit-pdo .sub-heading .data, costs-view-pdo .sub-heading .data, costs-edit-pdo .sub-heading .data {
  font-size: 13px;
  font-weight: bold; }

naloxone-admin-partner-orgs .edit-data-table, kits-distributed-view-pdo .edit-data-table, kits-distributed-edit-pdo .edit-data-table, costs-view-pdo .edit-data-table, costs-edit-pdo .edit-data-table {
  font-size: 13px;
  width: 100%; }
  naloxone-admin-partner-orgs .edit-data-table th, kits-distributed-view-pdo .edit-data-table th, kits-distributed-edit-pdo .edit-data-table th, costs-view-pdo .edit-data-table th, costs-edit-pdo .edit-data-table th {
    background-color: #E4E4E4;
    border-bottom: 2px solid #000;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px; }
    naloxone-admin-partner-orgs .edit-data-table th:first-child, kits-distributed-view-pdo .edit-data-table th:first-child, kits-distributed-edit-pdo .edit-data-table th:first-child, costs-view-pdo .edit-data-table th:first-child, costs-edit-pdo .edit-data-table th:first-child {
      padding-left: 15px; }
  naloxone-admin-partner-orgs .edit-data-table td, kits-distributed-view-pdo .edit-data-table td, kits-distributed-edit-pdo .edit-data-table td, costs-view-pdo .edit-data-table td, costs-edit-pdo .edit-data-table td {
    border-bottom: 1px solid #CCCCCC; }
    naloxone-admin-partner-orgs .edit-data-table td input, kits-distributed-view-pdo .edit-data-table td input, kits-distributed-edit-pdo .edit-data-table td input, costs-view-pdo .edit-data-table td input, costs-edit-pdo .edit-data-table td input {
      margin-top: 10px;
      margin-bottom: 10px; }
    naloxone-admin-partner-orgs .edit-data-table td .input-group-addon + input, kits-distributed-view-pdo .edit-data-table td .input-group-addon + input, kits-distributed-edit-pdo .edit-data-table td .input-group-addon + input, costs-view-pdo .edit-data-table td .input-group-addon + input, costs-edit-pdo .edit-data-table td .input-group-addon + input {
      margin-top: 0; }
    naloxone-admin-partner-orgs .edit-data-table td label, kits-distributed-view-pdo .edit-data-table td label, kits-distributed-edit-pdo .edit-data-table td label, costs-view-pdo .edit-data-table td label, costs-edit-pdo .edit-data-table td label {
      margin-bottom: 0px; }
      naloxone-admin-partner-orgs .edit-data-table td label.checkbox, kits-distributed-view-pdo .edit-data-table td label.checkbox, kits-distributed-edit-pdo .edit-data-table td label.checkbox, costs-view-pdo .edit-data-table td label.checkbox, costs-edit-pdo .edit-data-table td label.checkbox {
        padding-left: 18px; }
    naloxone-admin-partner-orgs .edit-data-table td input[type="number"], kits-distributed-view-pdo .edit-data-table td input[type="number"], kits-distributed-edit-pdo .edit-data-table td input[type="number"], costs-view-pdo .edit-data-table td input[type="number"], costs-edit-pdo .edit-data-table td input[type="number"] {
      width: 55%; }
    naloxone-admin-partner-orgs .edit-data-table td input.number, kits-distributed-view-pdo .edit-data-table td input.number, kits-distributed-edit-pdo .edit-data-table td input.number, costs-view-pdo .edit-data-table td input.number, costs-edit-pdo .edit-data-table td input.number {
      width: 55%; }
    naloxone-admin-partner-orgs .edit-data-table td input.other-text, kits-distributed-view-pdo .edit-data-table td input.other-text, kits-distributed-edit-pdo .edit-data-table td input.other-text, costs-view-pdo .edit-data-table td input.other-text, costs-edit-pdo .edit-data-table td input.other-text {
      width: 70%; }
    naloxone-admin-partner-orgs .edit-data-table td .checkbox, kits-distributed-view-pdo .edit-data-table td .checkbox, kits-distributed-edit-pdo .edit-data-table td .checkbox, costs-view-pdo .edit-data-table td .checkbox, costs-edit-pdo .edit-data-table td .checkbox {
      display: inline-block; }
    naloxone-admin-partner-orgs .edit-data-table td:first-child, kits-distributed-view-pdo .edit-data-table td:first-child, kits-distributed-edit-pdo .edit-data-table td:first-child, costs-view-pdo .edit-data-table td:first-child, costs-edit-pdo .edit-data-table td:first-child {
      padding-left: 15px;
      vertical-align: middle; }
    naloxone-admin-partner-orgs .edit-data-table td:nth-child(2), kits-distributed-view-pdo .edit-data-table td:nth-child(2), kits-distributed-edit-pdo .edit-data-table td:nth-child(2), costs-view-pdo .edit-data-table td:nth-child(2), costs-edit-pdo .edit-data-table td:nth-child(2) {
      padding-left: 5px; }

naloxone-admin-partner-orgs .view-data-table, kits-distributed-view-pdo .view-data-table, kits-distributed-edit-pdo .view-data-table, costs-view-pdo .view-data-table, costs-edit-pdo .view-data-table {
  padding-top: 30px; }
  naloxone-admin-partner-orgs .view-data-table table, kits-distributed-view-pdo .view-data-table table, kits-distributed-edit-pdo .view-data-table table, costs-view-pdo .view-data-table table, costs-edit-pdo .view-data-table table {
    table-layout: fixed;
    font-size: 13px;
    width: 100%; }
    naloxone-admin-partner-orgs .view-data-table table th:first-child, kits-distributed-view-pdo .view-data-table table th:first-child, kits-distributed-edit-pdo .view-data-table table th:first-child, costs-view-pdo .view-data-table table th:first-child, costs-edit-pdo .view-data-table table th:first-child {
      width: 55%; }
      naloxone-admin-partner-orgs .view-data-table table th:first-child p, kits-distributed-view-pdo .view-data-table table th:first-child p, kits-distributed-edit-pdo .view-data-table table th:first-child p, costs-view-pdo .view-data-table table th:first-child p, costs-edit-pdo .view-data-table table th:first-child p {
        width: 450px; }
    naloxone-admin-partner-orgs .view-data-table table td:not(:first-child), kits-distributed-view-pdo .view-data-table table td:not(:first-child), kits-distributed-edit-pdo .view-data-table table td:not(:first-child), costs-view-pdo .view-data-table table td:not(:first-child), costs-edit-pdo .view-data-table table td:not(:first-child) {
      font-weight: bold;
      padding-left: 40px; }
    naloxone-admin-partner-orgs .view-data-table table tr.row-header td, kits-distributed-view-pdo .view-data-table table tr.row-header td, kits-distributed-edit-pdo .view-data-table table tr.row-header td, costs-view-pdo .view-data-table table tr.row-header td, costs-edit-pdo .view-data-table table tr.row-header td {
      background-color: #E4E4E4;
      border-bottom: 2px solid #000;
      font-weight: bold; }
      naloxone-admin-partner-orgs .view-data-table table tr.row-header td:first-child, kits-distributed-view-pdo .view-data-table table tr.row-header td:first-child, kits-distributed-edit-pdo .view-data-table table tr.row-header td:first-child, costs-view-pdo .view-data-table table tr.row-header td:first-child, costs-edit-pdo .view-data-table table tr.row-header td:first-child {
        padding: 8px 15px; }
    naloxone-admin-partner-orgs .view-data-table table tr.spacer td, kits-distributed-view-pdo .view-data-table table tr.spacer td, kits-distributed-edit-pdo .view-data-table table tr.spacer td, costs-view-pdo .view-data-table table tr.spacer td, costs-edit-pdo .view-data-table table tr.spacer td {
      padding-top: 30px; }
    naloxone-admin-partner-orgs .view-data-table table tr.row-data .bold, kits-distributed-view-pdo .view-data-table table tr.row-data .bold, kits-distributed-edit-pdo .view-data-table table tr.row-data .bold, costs-view-pdo .view-data-table table tr.row-data .bold, costs-edit-pdo .view-data-table table tr.row-data .bold {
      font-weight: bold; }
    naloxone-admin-partner-orgs .view-data-table table tr.row-data td, kits-distributed-view-pdo .view-data-table table tr.row-data td, kits-distributed-edit-pdo .view-data-table table tr.row-data td, costs-view-pdo .view-data-table table tr.row-data td, costs-edit-pdo .view-data-table table tr.row-data td {
      border-bottom: 1px solid #CCCCCC; }
      naloxone-admin-partner-orgs .view-data-table table tr.row-data td:first-child, kits-distributed-view-pdo .view-data-table table tr.row-data td:first-child, kits-distributed-edit-pdo .view-data-table table tr.row-data td:first-child, costs-view-pdo .view-data-table table tr.row-data td:first-child, costs-edit-pdo .view-data-table table tr.row-data td:first-child {
        padding: 10px 15px; }
    naloxone-admin-partner-orgs .view-data-table table tr.row-data.final td, kits-distributed-view-pdo .view-data-table table tr.row-data.final td, kits-distributed-edit-pdo .view-data-table table tr.row-data.final td, costs-view-pdo .view-data-table table tr.row-data.final td, costs-edit-pdo .view-data-table table tr.row-data.final td {
      border-bottom: 3px solid #CCCCCC; }
    naloxone-admin-partner-orgs .view-data-table table tr.row-data.final + tr td, kits-distributed-view-pdo .view-data-table table tr.row-data.final + tr td, kits-distributed-edit-pdo .view-data-table table tr.row-data.final + tr td, costs-view-pdo .view-data-table table tr.row-data.final + tr td, costs-edit-pdo .view-data-table table tr.row-data.final + tr td {
      padding-top: 20px; }

.panel-loading {
  text-align: center;
  font-size: 30px;
  color: #11618D;
  background-color: #B9D6FC;
  border-radius: 10px;
  padding: 30px;
  font-weight: bold;
  width: 600px;
  margin: 0 auto; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.accordion-section-question-header {
  border-bottom: 3px solid black;
  font-size: 13px;
  font-weight: bold; }

.accordion-section-question-header_edit {
  border-bottom: 1px solid black;
  margin: 20px -18px 0 -18px;
  font-size: 13px;
  font-weight: bold; }

hnc-policies-view-pdo .bottom-divider {
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9; }

hnc-policies-edit-pdo thead tr {
  border-radius: 5px;
  background-color: #E4E4E4;
  height: 35px;
  font-size: 14px; }
  hnc-policies-edit-pdo thead tr th {
    padding: 0 10px; }

hnc-policies-edit-pdo tbody tr {
  border-bottom: 1px solid #C9C9C9; }

hnc-policies-edit-pdo tbody tr td {
  padding: 10px; }

hnc-policies-edit-pdo tbody td label {
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal; }

hnc-policies-edit-pdo tbody td span {
  font-size: 12px;
  color: #666666; }

.grantee-scroll {
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden; }

.pagination > .disabled > a {
  color: #19619E; }

a {
  color: #19619E; }

/* top decoration bar */
#color_blocks .orange-strip {
  background: #c47b12;
  width: 14.28%;
  float: left;
  height: 5px; }

#color_blocks .red-strip {
  background: #8a180e;
  width: 14.28%;
  float: left;
  height: 5px; }

#color_blocks .green-strip {
  background: #85884f;
  width: 14.28%;
  float: left;
  height: 5px; }

#color_blocks .yellow-strip {
  background: #d1ac3a;
  width: 14.28%;
  float: left;
  height: 5px; }

/*restyle skip navigation*/
#skipNavLink a,
#skipNavLink a:hover,
#skipNavLink a:visited {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0;
  color: white;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1.5s ease-out, background 1.5s linear;
  z-index: 100;
  text-decoration: underline; }

#skipNavLink a:active,
#skipNavLink a:focus {
  position: absolute;
  left: 0;
  top: 0;
  background: #8a180e;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear; }

/* new top banner */
#newBanner {
  width: 100%;
  overflow: auto;
  border-bottom: 10px solid #8a180e; }

#bannerLeft {
  float: left;
  width: 40%; }

#bannerLeft img {
  width: 100%; }

#bannerCent {
  float: left;
  padding: 20px; }

#bannerCent div {
  font: italic bold 1.5em Verdana;
  padding-bottom: 5px; }

#bannerCent a {
  font: 1em Verdana;
  color: #17236D; }

#bannerRight {
  padding: 20px 10px 0 0;
  text-align: right; }

#bannerRight a {
  text-decoration: underline;
  color: black; }

#bannerRight p {
  margin-top: 0; }
  #bannerRight p:empty {
    display: none !important; }

#bannerUserInfo button {
  color: #515151;
  font-size: 20px;
  background: #F1F2F2;
  padding: 0 5px;
  margin-left: 5px;
  border-color: #BCBEC0; }

#bannerUserInfo #LoggedInName {
  display: block;
  margin-right: 40px; }

#bannerUserInfo button:hover {
  background: #D1D3D4; }

#bannerUserInfo button:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; }

#bannerUserInfo .dropdown-menu a {
  text-decoration: none;
  font-weight: 400;
  border: none;
  padding-top: 8px; }

#bannerUserInfo .dropdown-menu li {
  border: none;
  height: 30px; }

.banner.dropdown-menu {
  background-color: #D1D3D4;
  width: 160px; }

#bannerUserInfo .dropdown-menu li:hover a {
  background-color: #F2F2F2;
  font-weight: 700; }

#bannerUserInfo .dropdown-menu li.current-screen a {
  background-color: #F2F2F2;
  font-weight: 700; }

#bannerUserInfo .dropdown-menu li:hover {
  background-color: #F2F2F2; }

#bannerRight #bannerUserInfo ul.dropdown-menu {
  position: fixed;
  top: 55px; }

.topBar {
  display: none; }

.nav-left_heading {
  cursor: pointer;
  background-color: whitesmoke; }
  .nav-left_heading:hover {
    background-image: none;
    background-color: #e4e4e4; }
  .nav-left_heading .panel-title {
    font-size: 14px; }
    .nav-left_heading .panel-title div[class^="col-md"] {
      padding-left: 8px;
      padding-right: 8px; }
  .nav-left_heading .panel-button {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    background-color: #f5f5f5;
    border-color: #999999; }
    .nav-left_heading .panel-button:hover {
      border-color: #3399e1;
      background-color: #fff;
      color: #3399e1; }

.panel-default > .panel-heading {
  background-image: none; }

.triangle-down {
  transition: all .5s ease-in-out; }

.triangle-down:after {
  content: '\25ba'; }

.triangle-down.triangle-up {
  transform: rotate(90deg);
  transition: all .5s ease-in-out; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 20% auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 255, 0.2);
  border-right: 1.1em solid rgba(0, 0, 255, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 255, 0.2);
  border-left: 1.1em solid #0000ff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* buttons */
.button-add, .button-edit {
  background-color: #19619E;
  color: #ffffff;
  margin: 10px 0; }
  .button-add:hover, .button-edit:hover {
    background-color: #19619E;
    color: #ffffff; }
  .button-add[disabled], .button-edit[disabled] {
    background-color: #e4e4e4;
    opacity: 1;
    color: #666;
    border: none;
    text-shadow: none; }
    .button-add[disabled]:hover, .button-edit[disabled]:hover {
      background-color: #e4e4e4;
      color: #666; }

.button-cancel {
  margin: 0 10px;
  background: none;
  border: none;
  color: #19619E; }

.button-delete {
  background: none;
  border: none;
  color: #8a150c; }

.accordion-section .btn-edit, .accordion-level-one .btn-edit, .accordion-level-two .btn-edit {
  color: #19619E; }
  .accordion-section .btn-edit .fa-pencil-square-o, .accordion-level-one .btn-edit .fa-pencil-square-o, .accordion-level-two .btn-edit .fa-pencil-square-o {
    font-size: 20px; }
  .accordion-section .btn-edit .text, .accordion-level-one .btn-edit .text, .accordion-level-two .btn-edit .text {
    font-weight: normal;
    float: right;
    margin-top: 2px;
    margin-left: 3px; }
  .accordion-section .btn-edit:hover, .accordion-level-one .btn-edit:hover, .accordion-level-two .btn-edit:hover {
    color: #19619E; }
    .accordion-section .btn-edit:hover .text, .accordion-level-one .btn-edit:hover .text, .accordion-level-two .btn-edit:hover .text {
      text-decoration: underline; }

/* tables */
.aggregate-table {
  table-layout: fixed; }
  .aggregate-table thead tr:first-child {
    background-color: #8a180e; }
    .aggregate-table thead tr:first-child th:first-child {
      border-top-left-radius: 5px;
      border-right: 1px solid #8a180e; }
    .aggregate-table thead tr:first-child th:last-child {
      border-top-right-radius: 5px;
      border-left: 1px solid #8a180e; }
  .aggregate-table td {
    font-size: 12px; }
  .aggregate-table th {
    color: #ffffff;
    font-size: 14px; }
    .aggregate-table th a:hover {
      color: #19619E; }
  .aggregate-table td a {
    color: #666666; }
    .aggregate-table td a:hover {
      color: #19619E; }
  .aggregate-table i {
    margin-left: 5px;
    margin-right: 5px; }

.checkbox-table th {
  position: relative; }

.checkbox-table th div {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  border-bottom: 2px solid black; }

.checkbox-table thead {
  background-color: #E4E4E4; }
  .checkbox-table thead th {
    text-align: center;
    padding: 5px;
    font-weight: bold; }

.checkbox-table tbody tr {
  border-bottom: 1px solid #CCCCCC; }

.checkbox-table tbody td {
  text-align: center;
  padding: 5px;
  font-weight: bold; }
  .checkbox-table tbody td input {
    text-align: center; }
  .checkbox-table tbody td div {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    -ms-word-wrap: break-word;
    word-break: break-word; }

.checkbox-table .delete-icon {
  color: #666666;
  font-weight: normal; }

th.checkbox-th {
  width: 30px; }

.word-wrap, table td, table th {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-break: break-word; }

hr {
  border-top: 2px solid #eee; }

.container-view hr {
  border-top: 1px solid white; }

#module-list {
  margin: 0 auto; }
  @media (min-width: 1200px) {
    #module-list .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
      white-space: nowrap; } }
  @media (max-width: 1200px) {
    #module-list .nav-tabs.nav-justified > li {
      display: block;
      position: relative;
      float: none;
      width: auto; }
      #module-list .nav-tabs.nav-justified > li > a {
        border-radius: 4px;
        margin-bottom: 5px; } }
  #module-list .no-selection li {
    margin-bottom: 0px; }
  #module-list li {
    margin-bottom: -2px;
    border-bottom: 2px solid #106c9f; }
    #module-list li a {
      background-color: #e4e4e4;
      border-top: 1px solid #c9c9c9;
      border-left: 1px solid #c9c9c9;
      border-right: 1px solid #c9c9c9;
      font-size: 13px;
      margin-right: 4px;
      text-align: center;
      color: #000; }
      #module-list li a:hover {
        background-color: #fff; }
    #module-list li.active a {
      background-color: #fff;
      border-bottom-color: transparent;
      border-bottom-width: 3px;
      border-left: 2px solid #106c9f;
      border-right: 2px solid #106c9f;
      border-top: 2px solid #106c9f;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      color: #333333;
      outline-color: #333333;
      outline-style: initial;
      outline-width: 0px;
      color: #106c9f;
      font-weight: bold;
      margin-bottom: -2px; }
    #module-list li[disabled] a, #module-list li.disabled a {
      background-color: #ebebeb;
      border: none;
      color: #a3a3a3; }
      #module-list li[disabled] a:hover, #module-list li.disabled a:hover {
        border-color: transparent; }
  #module-list li.dashboard-tab a {
    border: none;
    background: none;
    box-shadow: none;
    padding: 8px 15px;
    cursor: auto;
    color: #106c9f;
    font-weight: normal;
    display: inline-block; }
    #module-list li.dashboard-tab a .btn-dashboard-text {
      position: relative;
      top: -3px; }
      #module-list li.dashboard-tab a .btn-dashboard-text:hover {
        text-decoration: underline; }
  #module-list ul.nav-tabs li.active > a {
    cursor: pointer; }
  #module-list ul.nav-tabs li:first-child {
    margin-right: 10px;
    color: red; }
  #module-list .btn-dashboard {
    position: absolute;
    border: none;
    background: none;
    color: #106c9f;
    margin-top: 7px;
    margin-left: 10px;
    cursor: pointer; }
    #module-list .btn-dashboard:hover {
      color: #106c9f;
      background-color: transparent; }
    #module-list .btn-dashboard .glyphicon-th-large {
      font-size: 18px;
      padding: 2px 2px 3px 3px;
      border: 1px solid #106c9f;
      border-radius: 5px;
      margin-right: 8px;
      background-color: #FFF; }
    #module-list .btn-dashboard .btn-dashboard-text {
      position: relative;
      top: -3px; }
      #module-list .btn-dashboard .btn-dashboard-text:hover {
        text-decoration: underline; }
  #module-list .glyphicon-th-large {
    font-size: 18px;
    padding: 2px 2px 3px 3px;
    border: 1px solid #106c9f;
    border-radius: 5px;
    margin-right: 8px;
    background-color: #FFF; }
  #module-list .alert:first-child {
    margin-top: 0px; }

.gpo-filter .row {
  padding-left: 0px; }

.gpo-filter .checkbox {
  margin-top: 0;
  margin-bottom: 0; }

.status_label {
  font-weight: normal; }

.clear-btn {
  margin-left: 20px; }

.gpo-panel-title-close {
  font-size: 15px; }

.pagination-sm {
  margin-top: 0;
  margin-bottom: 0; }

.gpo-filter {
  background-color: #F5F5F5; }

.gpo-missing-required {
  color: red;
  padding-top: 5px;
  padding-bottom: 10px; }

.md-button {
  text-transform: capitalize !important;
  color: #205583 !important; }

.modal-dialog .modal-header {
  background: none; }

.modal-dialog .modal-footer {
  text-align: left; }

.summary-modal .modal-body-title {
  color: #106C9F; }

.summary-modal hr {
  border-top: 2px solid #106C9F; }

.dialog-modal .modal-body {
  background-color: #f2f2f2; }

.modal.full-screen .modal-dialog {
  width: 800px; }

.modal.full-screen .modal-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto; }
  .modal.full-screen .modal-body input[type="text"] {
    width: 100%; }
  .modal.full-screen .modal-body input.zipCode[type="text"] {
    width: 30%;
    display: inline; }

.typeahead-view .dropdown-menu {
  max-height: 250px;
  overflow: auto;
  width: 89%; }

grantee .panel-heading .glyphicon {
  padding-left: 5px;
  font-size: 60%; }

.annual-outcomes .accordion-panel-body {
  background-color: white !important;
  padding: 0 10px !important; }
  .annual-outcomes .accordion-panel-body table {
    background-color: white;
    margin: 0; }
    .annual-outcomes .accordion-panel-body table td {
      color: black; }

.substitute-user .col-xs-12 {
  padding: 5px 20px; }

.substitute-user .col-xs-11 {
  padding: 5px 20px 5px 30px; }

.substitute-user .accordion-panel-body {
  background-color: #f2f2f2 !important; }

grantee-funding-resources-dsp h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0; }

grantee-funding-resources-dsp .edit-view .col-md-8 h3 {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-right: 10px; }

grantee-funding-resources-dsp .edit-view .col-md-4 h3 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-right: 10px; }

grantee-funding-resources-dsp .edit-view .form-group .col-md-8 {
  padding-right: 10px; }

grantee-funding-resources-dsp .edit-view label {
  font-weight: 100; }

grantee-funding-resources-dsp .edit-view form .row {
  padding: 3px 5px; }

grantee-funding-resources-dsp .edit-view #show-other-sources-of-funding .row {
  padding-top: 10px; }

grantee-funding-resources-dsp .edit-view #show-other-sources-of-funding span.remove-other {
  color: #666666; }
  grantee-funding-resources-dsp .edit-view #show-other-sources-of-funding span.remove-other .glyphicon-minus-sign {
    color: #999999; }

grantee-funding-resources-dsp .edit-view #add-other-sources-of-funding > div {
  padding: 3px 20px; }

grantee-funding-resources-dsp .edit-view #add-other-sources-of-funding {
  padding-top: 25px;
  padding-bottom: 50px; }

grantee-funding-resources-dsp .edit-view .col-md-1 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-2 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-3 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-4 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-5 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-6 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-7 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-8 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-9 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-10 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-11 {
  padding-left: 0;
  padding-right: 0; }

grantee-funding-resources-dsp .edit-view .col-md-12 {
  padding-left: 0;
  padding-right: 0; }

other-resources-spf-rx td {
  vertical-align: top; }

policies-regulations-laws-spf-rx .other-specify {
  padding-left: 0; }

participant-level-data-import-mai .error-table-container {
  padding: 20px 10px 10px 10px; }

participant-level-data-import-mai .error-table {
  margin-top: 20px;
  color: #a94442;
  background-color: #F2DEDE; }
  participant-level-data-import-mai .error-table tr th:nth-child(1) {
    width: 10%; }
  participant-level-data-import-mai .error-table tr th:nth-child(2) {
    width: 25%; }
  participant-level-data-import-mai .error-table tr th:nth-child(3) {
    width: 65%; }
  participant-level-data-import-mai .error-table tr td {
    border-color: #AF4481; }

.accordion-level-one > .panel-group > .node {
  border: none; }
  .accordion-level-one > .panel-group > .node > [role="tab"] > .accordion-toggle {
    border: 1px solid #AEAEAE;
    border-radius: 5px;
    display: block;
    padding: 1px;
    color: #8A180E; }
    .accordion-level-one > .panel-group > .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] {
      padding-left: 35px;
      position: relative;
      padding-top: 8px;
      padding-right: 15px;
      padding-bottom: 8px; }
      .accordion-level-one > .panel-group > .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] > .arrow {
        position: absolute;
        left: 10px;
        font-size: 16px; }
      .accordion-level-one > .panel-group > .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] > .content > .heading-text {
        font-size: 16px;
        font-weight: bold; }
  .accordion-level-one > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body {
    border: 1px solid #AEAEAE;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 25px 10px 35px;
    background-color: #f2f2f2;
    position: relative; }
    .accordion-level-one > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body {
      position: relative; }
      .accordion-level-one > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body > .action-container, .accordion-level-one > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body > * > .action-container {
        position: absolute;
        right: 0px;
        top: 0px; }
  .accordion-level-one > .panel-group > .node + .node {
    margin-top: 30px; }
  .accordion-level-one > .panel-group > .node.panel-open > [role="tab"] .accordion-toggle {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 0px; }

.accordion-level-one .btn-edit-link {
  position: absolute;
  right: 35px;
  top: 15px;
  color: #19619E; }
  .accordion-level-one .btn-edit-link .fa-pencil-square-o {
    font-size: 20px; }
  .accordion-level-one .btn-edit-link .text {
    font-weight: normal;
    float: right;
    margin-top: 2px;
    margin-left: 3px; }
  .accordion-level-one .btn-edit-link:hover {
    color: #19619E; }
    .accordion-level-one .btn-edit-link:hover .text {
      text-decoration: underline; }

.accordion-level-two > .panel-group .node {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .accordion-level-two > .panel-group .node > [role="tab"] > .accordion-toggle {
    border: 1px solid #CCC;
    background-color: #FFF;
    display: block; }
    .accordion-level-two > .panel-group .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] {
      width: 100%;
      background-color: #FFF;
      border-radius: 0px;
      color: #8A180E;
      padding-left: 28px;
      position: relative;
      padding-top: 5px;
      padding-right: 15px;
      padding-bottom: 5px; }
      .accordion-level-two > .panel-group .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] > .arrow {
        position: absolute;
        left: 9px;
        top: 8px;
        font-size: 12; }
      .accordion-level-two > .panel-group .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] > .content > .heading-text {
        font-size: 14px;
        font-weight: bold; }
  .accordion-level-two > .panel-group .node > [role="tabpanel"] > .accordion-panel-body {
    border: none;
    padding: 10px 10px 10px 29px;
    border-radius: 0px;
    background-color: #F2F2F2;
    position: relative; }
    .accordion-level-two > .panel-group .node > [role="tabpanel"] > .accordion-panel-body > .body {
      position: relative; }
      .accordion-level-two > .panel-group .node > [role="tabpanel"] > .accordion-panel-body > .body > .action-container, .accordion-level-two > .panel-group .node > [role="tabpanel"] > .accordion-panel-body > .body > * > .action-container {
        position: absolute;
        right: 0px;
        top: 0px; }
  .accordion-level-two > .panel-group .node + .node {
    margin-top: 45px; }

.accordion-section > .panel-group > .node {
  border: none; }
  .accordion-section > .panel-group > .node > [role="tab"] > .accordion-toggle {
    display: block;
    padding: 1px;
    border-radius: 5px;
    background-color: #61666b;
    border-color: #AEAEAE;
    color: white; }
    .accordion-section > .panel-group > .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] {
      width: 100%;
      padding-left: 35px;
      position: relative;
      padding-top: 15px;
      padding-right: 15px; }
      .accordion-section > .panel-group > .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] > .arrow {
        position: absolute;
        left: 10px;
        font-size: 16px; }
      .accordion-section > .panel-group > .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] > .content > .title {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid white;
        padding-bottom: 5px; }
      .accordion-section > .panel-group > .node > [role="tab"] > .accordion-toggle > [uib-accordion-header] > .content > .description {
        padding-top: 8px;
        padding-bottom: 12px; }
  .accordion-section > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body {
    border: 1px solid #AEAEAE;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 30px 10px 35px;
    background-color: #F2F2F2;
    position: relative; }
    .accordion-section > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body {
      position: relative; }
      .accordion-section > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body > .action-container, .accordion-section > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body > * > .action-container {
        position: absolute;
        right: 0px;
        top: 0px; }
      .accordion-section > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body .accordion-section-question {
        font-size: 14px; }
      .accordion-section > .panel-group > .node > [role="tabpanel"] > .accordion-panel-body > .body .accordion-section-answer {
        font-size: 13px;
        font-weight: bold;
        word-wrap: break-word; }
  .accordion-section > .panel-group > .node + .node {
    margin-top: 30px; }
  .accordion-section > .panel-group > .node.panel-open > [role="tab"] .accordion-toggle {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

.accordion-level-one > .panel-group > .node.flush > [role="tabpanel"] > .accordion-panel-body, .accordion-level-two > .panel-group > .node.flush > [role="tabpanel"] > .accordion-panel-body, .accordion-section > .panel-group > .node.flush > [role="tabpanel"] > .accordion-panel-body {
  padding-left: 2px;
  padding-right: 2px; }

.accordion .node {
  border: 1px solid #AEAEAE;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  border-radius: 7px;
  margin-bottom: 10x;
  position: relative;
  display: inline-block;
  width: 100%; }
  .accordion .node .name {
    color: #8A180E;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px; }
    .accordion .node .name .arrow {
      color: #19619E; }
    .accordion .node .name .sub-text {
      font-size: 12px;
      font-weight: normal; }
  .accordion .node .name:hover .arrow, .accordion .node .name:focus .arrow {
    color: #23527c; }
  .accordion .node.panel-open .name {
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 6px; }
  .accordion .node > [role="tabpanel"] > .accordion-panel-body {
    padding: 10px 25px 10px 35px;
    background-color: #f2f2f2;
    position: relative; }
    .accordion .node > [role="tabpanel"] > .accordion-panel-body > .body {
      position: relative; }
  .accordion .node > [role="tabpanel"] > .accordion-panel-body-2018 {
    padding: 10px 25px 10px 35px;
    background-color: white;
    position: relative; }
    .accordion .node > [role="tabpanel"] > .accordion-panel-body-2018 > .body {
      position: relative; }
    .accordion .node > [role="tabpanel"] > .accordion-panel-body-2018 .section-container {
      margin: 20px 0;
      padding: 10px 0;
      background-color: #f2f2f2; }
    .accordion .node > [role="tabpanel"] > .accordion-panel-body-2018 .section-header {
      font-size: 14px;
      margin-left: 12px; }

.accordion .arrow {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right;
  font-size: 18px; }

.outcomes {
  /* accordion */
  /* accordion body*/ }
  .outcomes .panel-heading {
    background-color: white;
    color: #8a180e; }
  .outcomes .panel-body {
    padding: 0;
    background-color: #F2F2F2; }
  .outcomes .grey-thick-bottom {
    border-bottom: 2px solid #CCCCCC; }
  .outcomes .grey-thin-bottom {
    border-bottom: 1px solid #CCCCCC; }
  .outcomes .black-thick-bottom {
    border-bottom: 2px solid black; }
  .outcomes .short {
    margin: 0 4px;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold; }
  .outcomes tr td {
    padding: 10px;
    font-weight: bold;
    text-align: center; }
  .outcomes tr td:first-child {
    text-align: left;
    font-weight: normal;
    padding-left: 20px; }
  .outcomes tr td input {
    height: 25px;
    line-height: 25px;
    width: 100%; }
  .outcomes tr td div {
    text-align: left;
    font-weight: normal; }

type-of-trainings-edit-pdo .fieldset-header {
  background-color: #f2f2f2;
  padding: 9px 12px 7px 12px;
  border-radius: 5px;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 10px; }

type-of-trainings-edit-pdo .fieldset-header h3 {
  margin: 0;
  padding: 0 5px 0 5px;
  font-size: 14px; }

type-of-trainings-edit-pdo fieldset.indent {
  border: 3px solid #8A180E;
  margin-left: 15px;
  margin-bottom: 20px; }

type-of-trainings-edit-pdo .fieldset-embedded-container fieldset.check-radio {
  border: 1px solid #8A180E;
  margin: 15px 15px 15px 15px;
  padding-bottom: 10px; }

type-of-trainings-edit-pdo .fieldset-embedded-container fieldset.check-radio label {
  margin-bottom: 0; }

type-of-trainings-edit-pdo .fieldset-embedded-container fieldset.check-radio legend {
  margin-bottom: 10px; }

type-of-trainings-edit-pdo .fieldset-embedded-container fieldset.check-radio input[type=text] {
  max-width: 100px;
  margin-right: 5px; }

type-of-trainings-edit-pdo .fieldset-embedded-container fieldset.check-radio textarea {
  max-width: 400px; }

.populations-experiencing-disparity {
  /*level 1*/
  /* level 2*/
  /* edit */ }
  .populations-experiencing-disparity .status {
    height: 30px;
    line-height: 30px;
    background-color: white;
    border-radius: 15px;
    border: solid 1px #CCCCCC;
    font-size: 13px;
    color: #666666;
    padding: 0 10px;
    display: inline-block; }
    .populations-experiencing-disparity .status i {
      font-size: 15px; }
    .populations-experiencing-disparity .status span {
      font-weight: normal; }
  .populations-experiencing-disparity .accordion-container {
    padding-top: 10px; }
  .populations-experiencing-disparity .links {
    color: #12628D;
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
    .populations-experiencing-disparity .links i {
      font-size: 15px; }
    .populations-experiencing-disparity .links span {
      font-weight: normal; }
    .populations-experiencing-disparity .links a {
      margin: 0 10px; }
  .populations-experiencing-disparity .revision-reason {
    padding: 10px 0; }
  .populations-experiencing-disparity .grey-thick-bottom {
    border-bottom: 2px solid #CCCCCC; }
  .populations-experiencing-disparity .grey-thin-bottom {
    border-bottom: 1px solid #CCCCCC; }
  .populations-experiencing-disparity .black-thick-bottom {
    border-bottom: 2px solid black; }
  .populations-experiencing-disparity .accordion-panel-body {
    padding: 0 !important; }
  .populations-experiencing-disparity tr th {
    background-color: #E4E4E4; }
  .populations-experiencing-disparity .short {
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    font-weight: bold; }
  .populations-experiencing-disparity .sub-title td {
    font-weight: normal;
    padding: 2px; }
  .populations-experiencing-disparity tr td {
    padding: 10px;
    font-weight: bold;
    text-align: center; }
  .populations-experiencing-disparity tr td:first-child {
    text-align: left;
    font-weight: normal; }
  .populations-experiencing-disparity tbody tr:last-child {
    border-bottom: 2px solid #CCCCCC; }
  .populations-experiencing-disparity .grey {
    color: #6E6464; }
  .populations-experiencing-disparity .scroll-checkbox {
    height: 150px;
    width: 400px;
    overflow-y: scroll;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px; }
  .populations-experiencing-disparity .edit-table td {
    background-color: transparent; }
  .populations-experiencing-disparity .edit-table tr:last-child {
    border-bottom: 1px solid #CCCCCC; }
  .populations-experiencing-disparity .edit-table .numbers input[type="number"] {
    width: 75px;
    font-weight: normal; }
  .populations-experiencing-disparity .edit-table label {
    font-weight: normal; }
  .populations-experiencing-disparity .edit-table .row-error {
    background-color: #f2dede !important; }
  .populations-experiencing-disparity .edit-table .row-required {
    background-color: #fcf8e3; }
  .populations-experiencing-disparity .show-additional-populations {
    background-color: #F2F2F2;
    height: 40px;
    font-size: 14px; }
    .populations-experiencing-disparity .show-additional-populations label {
      font-weight: bold;
      font-size: 15px;
      padding-left: 0px; }
    .populations-experiencing-disparity .show-additional-populations .checkbox {
      margin-top: 0px;
      margin-bottom: 0px; }

other-interventions-pdo grantee-interventions-view-pdo, other-interventions-pdo high-need-community-interventions-view-pdo {
  font-size: 14px; }
  other-interventions-pdo grantee-interventions-view-pdo .title, other-interventions-pdo high-need-community-interventions-view-pdo .title {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400; }
  other-interventions-pdo grantee-interventions-view-pdo .name, other-interventions-pdo high-need-community-interventions-view-pdo .name {
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700; }
  other-interventions-pdo grantee-interventions-view-pdo intervention-information-view-pdo .header:first-child, other-interventions-pdo high-need-community-interventions-view-pdo intervention-information-view-pdo .header:first-child {
    padding-top: 40px; }
  other-interventions-pdo grantee-interventions-view-pdo intervention-information-view-pdo .specify-other, other-interventions-pdo high-need-community-interventions-view-pdo intervention-information-view-pdo .specify-other {
    padding-left: 20px; }

#period-bar {
  background-color: #f2f2f2;
  padding-top: 5px; }
  #period-bar #period-bar-left {
    padding: 10px;
    margin-bottom: 10px;
    color: #666; }
    #period-bar #period-bar-left #granteeName {
      font-family: 'Arial-BoldMT','Arial Bold', 'Arial';
      font-weight: 700;
      font-size: 18px; }
    #period-bar #period-bar-left #granteeId {
      font-family: 'ArialMT', 'Arial';
      font-weight: 400;
      font-size: 12px; }
    #period-bar #period-bar-left #granteeInfo {
      font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
      font-weight: 400;
      font-size: 14px; }
    #period-bar #period-bar-left:hover .btn-grant-award {
      background-color: white;
      box-shadow: -6px 6px 5px -3px gainsboro; }
      #period-bar #period-bar-left:hover .btn-grant-award table .td-content {
        color: #106C9F; }
      #period-bar #period-bar-left:hover .btn-grant-award table .td-btn {
        color: #106C9F;
        box-shadow: -5px -1px 21px -4px gainsboro; }
        #period-bar #period-bar-left:hover .btn-grant-award table .td-btn i {
          box-shadow: -6px 6px 5px -3px gainsboro; }
    #period-bar #period-bar-left .arrow {
      display: none; }
    #period-bar #period-bar-left .btn-grant-award {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 1px;
      text-align: left;
      background-color: #FFF;
      width: 100%; }
      #period-bar #period-bar-left .btn-grant-award:focus {
        background-color: white; }
        #period-bar #period-bar-left .btn-grant-award:focus table .td-content {
          color: #106C9F; }
        #period-bar #period-bar-left .btn-grant-award:focus table .td-btn {
          color: #106C9F; }
      #period-bar #period-bar-left .btn-grant-award table {
        width: 100%; }
        #period-bar #period-bar-left .btn-grant-award table .td-content {
          padding: 4px 4px 4px 6px;
          color: #686868; }
        #period-bar #period-bar-left .btn-grant-award table .td-btn {
          border-left: 1px solid #ccc;
          font-size: 14px;
          text-align: center;
          width: 29px;
          color: #CCC; }
    #period-bar #period-bar-left .actions-menu td {
      width: 20%;
      color: #106C9F; }
      #period-bar #period-bar-left .actions-menu td span {
        text-align: left;
        display: block; }
      #period-bar #period-bar-left .actions-menu td:hover {
        color: #106C9F; }
  #period-bar #period-bar-center {
    padding: 10px;
    text-align: center; }
    #period-bar #period-bar-center span.mode {
      color: #5e5e5e;
      font-size: 28px;
      font-weight: 700; }
      #period-bar #period-bar-center span.mode .mode-separator {
        display: none;
        font-weight: normal; }
      #period-bar #period-bar-center span.mode.has-status .mode-separator {
        display: inline; }
      #period-bar #period-bar-center span.mode.has-status .mode-name {
        font-weight: normal; }
  #period-bar #period-bar-right {
    padding: 20px 10px; }
  #period-bar.active {
    background-color: #11618D; }
    #period-bar.active #period-bar-left {
      color: white; }
      #period-bar.active #period-bar-left .actions-menu th {
        background-color: #11618D;
        color: white; }
      #period-bar.active #period-bar-left .actions-menu td {
        color: white; }
        #period-bar.active #period-bar-left .actions-menu td:hover {
          color: #11618D; }
      #period-bar.active #period-bar-left .popover {
        background-color: #11618D; }
        #period-bar.active #period-bar-left .popover table tr:hover {
          color: #11618D; }
      #period-bar.active #period-bar-left .btn-grant-award {
        background-color: #11618D;
        border-color: white; }
        #period-bar.active #period-bar-left .btn-grant-award table .td-content {
          color: white; }
        #period-bar.active #period-bar-left .btn-grant-award table .td-btn {
          color: white; }
      #period-bar.active #period-bar-left:hover .btn-grant-award {
        box-shadow: -6px 6px 5px -3px #333; }
        #period-bar.active #period-bar-left:hover .btn-grant-award table .td-btn {
          box-shadow: -5px -1px 21px -4px #333; }
          #period-bar.active #period-bar-left:hover .btn-grant-award table .td-btn i {
            box-shadow: -6px 6px 5px -3px #333; }
      #period-bar.active #period-bar-left:focus table .td-btn {
        box-shadow: -5px -1px 21px -4px #333; }
        #period-bar.active #period-bar-left:focus table .td-btn i {
          box-shadow: -6px 6px 5px -3px #333; }
    #period-bar.active #period-bar-center span.mode {
      color: white; }
    #period-bar.active .btn-dashboard-text {
      color: white; }
    #period-bar.active #module-list li[disabled] a, #period-bar.active #module-list li.disabled a {
      background-color: #7AA2B9;
      color: #123851; }
    #period-bar.active #module-list li a {
      background-color: #ddd;
      white-space: nowrap; }
    #period-bar.active #module-list li.active a {
      background-color: white; }
    #period-bar.active #module-list li.dashboard-tab a {
      background-color: #11618D; }

.actions-menu-container .arrow {
  visibility: hidden; }

.actions-menu-container .popover-content {
  padding: 3px 0px; }

.actions-menu {
  margin-bottom: 0px;
  table-layout: auto; }
  .actions-menu td {
    text-align: left;
    padding-left: 8px;
    cursor: pointer;
    font-size: 12px;
    color: #106C9F;
    border-color: #e4e4e4; }
    .actions-menu td a {
      text-decoration: none; }
  .actions-menu th {
    color: #333;
    background-color: #fff;
    font-size: 10px;
    text-align: left; }

.cmelo-sticky-on {
  position: relative;
  z-index: 101;
  background-color: whitesmoke;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

#hamburger {
  height: 32px;
  width: 32px;
  background-color: #FFF;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  position: relative;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34902);
  position: absolute;
  z-index: 100;
  left: 15px;
  display: none; }
  #hamburger img {
    position: absolute;
    top: 6px;
    left: 5px; }

dashboard-home h1 {
  margin-top: 0px; }

.select2-result-selectable .select2-match {
  font-weight: bold; }

.admin-panel .name {
  color: #8A180E;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.admin-panel .panel-body {
  border: 1px solid #ddd;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .admin-panel .panel-body .sub-section {
    margin-top: 15px;
    border: 1px solid #CCCCCC;
    padding: 15px;
    background-color: #F2F2F2; }
    .admin-panel .panel-body .sub-section table tbody {
      background-color: white; }
    .admin-panel .panel-body .sub-section table thead th:last-child {
      text-align: left; }
    .admin-panel .panel-body .sub-section table thead th .select {
      width: 20px; }
    .admin-panel .panel-body .sub-section table td:last-child {
      text-align: left; }

.table-controls {
  margin-bottom: 5px; }
  .table-controls div.checkbox {
    display: block; }
  .table-controls select {
    margin-right: 30px; }
  .table-controls button {
    margin-right: 10px; }

.modal-body hr {
  margin-top: 0px;
  margin-bottom: 5px; }

/* 508-Specific styles */
.fake-h3 {
  font-size: 14px !important;
  font-weight: 700;
  padding: 10px; }

.fake-h3-heading {
  font-size: 16px;
  font-weight: bold; }
