/*
Template: Strategic Plan App Site CSS
Version: 2.0.0
File: Operational Plan CSS
*/
/*.opplan,
.opoverview {
	.row {
		margin: 0;
	}
}
*/
.hide-obj {
  display: none;
  visibility: hidden;
}

.allobjectives .nav-focus a[class*=focus] {
  opacity: 1;
}

@media (min-width: 768px) {
  .allobjectives .content-header {
    padding-left: 70px;
  }
  .allobjectives .nav-focus {
    top: 0;
    width: 90px;
  }
  .allobjectives .content-body {
    padding-left: 110px;
  }
}
@media (max-width: 767.9px) {
  .allobjectives.ismobile .page-title {
    padding-bottom: 1rem;
  }
}
.opselect .btn-blue {
  background-color: #007FB0;
  color: white !important;
  font-size: 15px;
  padding: 0.6rem 1.5rem;
}
.opselect .dropdown-menu {
  background-color: #007FB0;
  border: 0;
  font-size: 15px;
  margin-left: 0.3rem !important;
}
.opselect .dropdown-menu a {
  color: white;
}
.opselect .dropdown-menu a:hover {
  background-color: #1c4e69;
}

.allobjectives .objectives-list {
  width: 100%;
}
.allobjectives .page-title h1 {
  border-bottom: 0;
  padding-bottom: 0;
}

.sortbuttons {
  border-bottom: 1px solid #aaa;
  margin: 0 0.5rem 30px;
  width: 100%;
}
.sortbuttons span {
  color: #ccc;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}
.sortbuttons button,
.sortbuttons .sortby-btn {
  padding: 0.4rem 1rem 0.6rem;
  color: #666;
  font-weight: 600;
  border: 0;
  background-color: transparent;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}
.sortbuttons button.active,
.sortbuttons .sortby-btn.active {
  background-color: #999;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.hideme {
  display: none;
}

.filter-collabdept {
  display: none;
}
.filter-collabdept .collalink {
  padding: 0.5rem;
  border-radius: 6px;
  width: 400px;
  margin-bottom: 1rem;
  margin-top: -20px;
}
.filter-collabdept .collalink span {
  font-style: italic;
  font-size: 15px;
  color: #0d6efd;
  font-family: "Lora", serif;
  font-weight: 700;
}
.filter-collabdept .collalink select {
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  display: block;
  line-height: 1.3;
  padding: 0.5em 1.4em 0.45em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

#All_Objectives_Wrap {
  width: 100%;
}
#All_Objectives_Wrap .col-xl-3,
#All_Objectives_Wrap .col-md-4,
#All_Objectives_Wrap .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}
#All_Objectives_Wrap.has-cate-name .category-name {
  margin-top: 30px;
}
#All_Objectives_Wrap.has-cate-name .category-name:first-child {
  margin-top: 10px;
}
#All_Objectives_Wrap.has-cate-name .cat-heading {
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  color: #333;
}
#All_Objectives_Wrap.has-cate-name .cat-heading span {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}
#All_Objectives_Wrap.has-cate-name .cat-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  right: 0;
  height: 0.5em;
  width: 70%;
  border-top: 1px solid #ccc;
  z-index: -1;
}
#All_Objectives_Wrap article {
  margin-bottom: 20px;
  cursor: pointer;
}
#All_Objectives_Wrap article .cutomfield {
  display: none;
}
#All_Objectives_Wrap .cat-heading {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
}

.allobjectives article { /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadein 2s;
}

.pop-single-obj,
.col-single-obj {
  opacity: 0;
}
.pop-single-obj .close-obj,
.col-single-obj .close-obj {
  color: #D24F3F;
  line-height: 30px;
  vertical-align: top;
  position: relative;
  width: auto;
  text-align: right;
  padding-right: 35px;
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
}
.pop-single-obj .close-obj:hover,
.col-single-obj .close-obj:hover {
  opacity: 0.8;
}
.pop-single-obj i:before,
.col-single-obj i:before {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.col-single-obj.show,
.pop-single-obj.show {
  opacity: 1;
}

.pop-single-obj.show {
  padding: 40px 7px 40px;
}

.col-single-obj .close-obj {
  margin-top: 0;
  margin-bottom: 0;
}

.cperformance {
  background-color: rgba(204, 204, 204, 0.2);
  padding: 1rem 0;
  margin: 0 0.5rem 1rem 0.5rem;
}
.cperformance .per-blk {
  text-align: center;
}
.cperformance .per-blk .per-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.cperformance .per-blk .per-num {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.cperformance .per-blk:not(:last-child) {
  border-right: 1px solid #ccc;
}
.cperformance .per-blk.obj-completed .per-num {
  color: #008d5d;
}
.cperformance .per-blk.obj-inprogress .per-num {
  color: #FFA400;
}
.cperformance .per-blk.obj-amended .per-num {
  color: #ac539a;
}
.cperformance .per-blk.obj-consolidated .per-num {
  color: #41899c;
}
.cperformance .per-blk.obj-withdrawn .per-num {
  color: #666;
}

#cperformancecopy {
  display: none;
}

/* Operational Plan Search Input box */
.op-searchbar-wrap {
  border: 1px solid #ccc;
  border-radius: 80px;
  padding: 0.3rem;
  max-width: 280px;
  margin-bottom: 1.5rem;
  text-align: left !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efefef;
}
.op-searchbar-wrap:after {
  font-family: feather !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9c1";
  font-size: 16px;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00bcd4;
  border-radius: 50%;
}
.op-searchbar-wrap .opsearchinput {
  width: 80%;
  border: 0;
  flex-grow: 1;
  padding-left: 0.5rem;
  background-color: transparent;
}
.op-searchbar-wrap .opsearchinput:focus-visible {
  border: 2px dashed white;
  border-radius: 3px;
  outline: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 767.9px) {
  .cate-row {
    flex-wrap: wrap;
    overflow-x: visible;
    /*&::-webkit-scrollbar-track
    {
     -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
     border-radius: 12px;
     background-color: #F5F5F5;
    }

            &::-webkit-scrollbar
    {
     height: 10px;
     background-color: #F5F5F5;
    }

            &::-webkit-scrollbar-thumb
    {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
     background-color: #ccc;
    }*/
  }
}
/* All Objectives Search */
.allobjectives .sortrow {
  position: relative;
}
.allobjectives .obj-search-btn {
  position: absolute;
  top: 0.3rem;
  right: 0.6rem;
  background-color: rgba(200, 23, 5, 0.8);
  padding: 0.15rem 1rem;
  color: white;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  width: 180px;
}
.allobjectives .obj-search-btn:hover {
  background-color: #666;
}
.allobjectives .obj-search {
  border: 1px solid #ddd;
  box-shadow: 0px 3px 6px 0 rgba(102, 102, 102, 0.2);
  border-radius: 8px;
  padding: 1rem 0 0;
  margin: 0 0.5rem 1rem 0.5rem;
  text-align: center;
  display: none;
}
.allobjectives .obj-search .eds_news_Ozone {
  margin-bottom: 0;
}
.allobjectives .obj-search .DnnModule > span {
  display: none !important;
}
.allobjectives .obj-search .eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container > span {
  margin-right: 20px;
}
.allobjectives .obj-search .eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container label {
  font-weight: 600;
  font-size: 14px;
}
.allobjectives .obj-search .eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input {
  height: 31px;
}

.selectedFilterTags .badge-secondary {
  background-color: #666;
  font-size: 14px;
  font-weight: 500;
}

.selectedFilterTags .searchfiltertag,
.selectedFilterTags .searchinputtag {
  background-color: #e5f1f7;
  font-weight: 400;
  padding: 0.5rem 0.8rem;
  color: #007fb0;
  display: inline-flex;
  align-content: center;
  justify-content: space-between;
  cursor: pointer;
}

.selectedFilterTags .searchfiltertag:after,
.selectedFilterTags .searchinputtag:after {
  content: "X";
  font-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .sticklyleftpanel {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #All_Objectives_Wrap.has-cate-name .category-name {
    margin-top: 0;
    width: 20%;
    float: left;
  }
  #All_Objectives_Wrap.has-cate-name .cat-heading {
    text-align: left;
  }
  #All_Objectives_Wrap.has-cate-name .cat-heading span {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
  #All_Objectives_Wrap.has-cate-name .cat-heading:after {
    display: none;
  }
  #All_Objectives_Wrap .cate-wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
  }
  #All_Objectives_Wrap .cate-wrap:last-child {
    border-bottom: 0;
  }
  .cperformance .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .allobjectives .obj-search-btn {
    position: relative;
    right: auto;
    margin: 0 auto 1rem;
  }
  .cperformance .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cperformance .per-blk .per-title {
    font-size: 14px;
  }
}
@media (min-width: 1200.1px) and (max-width: 1400px) {
  .objectives-list .col-xl-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992.1px) and (max-width: 1200px) {
  .objectives-list .col-xl-5 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 768px) {
  .sortbuttons {
    margin: 0 0 25px 0;
    text-align: center;
  }
  .sortbuttons button,
  .sortbuttons .sortby-btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sortbuttons span:after {
    content: "";
    display: table;
    height: 1;
    margin-bottom: 0.3rem;
  }
  .cperformance .per-blk .per-title {
    font-size: 14px;
  }
  .cperformance .per-blk .per-num {
    font-size: 20px;
  }
  .allobjectives .obj-search {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .allobjectives .obj-search .eds_news_Ozone.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .allobjectives .wrap-row article {
    flex: 0 0 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .cperformance {
    padding: 10px;
  }
  .cperformance .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cperformance .per-blk:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .cperformance .per-blk .per-title {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cperformance .per-blk .per-num {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
  }
}
#singleObj {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}

.landingpage #singleObj {
  margin-top: 0;
}

.allobjectives #singleObj {
  margin-bottom: 0;
}

.obj-content .stat-detail {
  font-size: 16px;
}
.obj-content .stat-icon {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}
.obj-content .stat-ref {
  font-size: 16px;
  color: #fff;
}

.obj-wrap .target-addinfo {
  display: none;
}

.obj-summary {
  padding: 1.6rem 1.5625rem 1.8rem;
}
.obj-summary h1 {
  color: #333;
  font-size: 20px;
}
.obj-summary p {
  font-size: 15px;
  margin-bottom: 0;
}
.obj-summary .summary-detail {
  font-size: 15px;
}
.obj-summary .addtional-notes {
  padding: 1rem;
  background-color: #eee;
  border-radius: 0.25rem;
  font-size: 14px;
  margin-top: 1.5rem;
}
.obj-summary .addtional-notes .notetitle {
  font-weight: 600;
  color: #C64B06;
}

.obj-key {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center;
  color: #444;
  margin: 0 !important;
  position: relative;
}
.obj-key span {
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: white;
  padding: 0.5rem 2rem;
  position: relative;
  z-index: 1;
}
.obj-key:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 47%;
}

.obj-keysteps-wrap {
  font-size: 14px;
  /* New Stack Table Style -- Can replace the old div col style later */
}
.obj-keysteps-wrap .obj-steps-pad {
  padding: 1.5rem 1.5625rem;
}
.obj-keysteps-wrap h4 {
  font-size: 14px;
  font-weight: 600;
  color: #28B5D9;
}
.obj-keysteps-wrap p {
  font-size: 14px;
}
.obj-keysteps-wrap .col-sm-3:first-child {
  padding-left: 0;
}
.obj-keysteps-wrap .col-sm-3:last-child {
  padding-right: 0;
}
.obj-keysteps-wrap .col-step {
  position: relative;
}
.obj-keysteps-wrap .col-step:before {
  content: "1";
  display: block;
  border-radius: 50%;
  background-color: rgba(40, 181, 217, 0.1);
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #0d6efd;
  text-align: center;
}
.obj-keysteps-wrap .col-step:nth-child(2):before {
  content: "2";
}
.obj-keysteps-wrap .col-step:nth-child(3):before {
  content: "3";
}
.obj-keysteps-wrap .col-step:nth-child(4):before {
  content: "4";
}
.obj-keysteps-wrap .col-step:after {
  content: " ";
  width: 0;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 58px;
  right: 0;
  height: calc(100% - 60px);
}
.obj-keysteps-wrap .col-step:last-child:after {
  display: none;
}
.obj-keysteps-wrap .step-top {
  margin-bottom: 1rem;
  padding-top: 0.8rem;
  min-height: 100px;
}
.obj-keysteps-wrap .steps-table .step-num span,
.obj-keysteps-wrap .steps-table .st-head-row .st-val span {
  display: block;
  border-radius: 50%;
  background-color: #d3eef1;
  font-size: 18px;
  font-weight: 600;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #1c5e8b;
  text-align: center;
  margin-bottom: 0.8rem;
  margin-left: 15px;
}
.obj-keysteps-wrap .steps-table .step-num th:first-child span {
  margin-left: 0;
}
.obj-keysteps-wrap .steps-table .step-top {
  padding-top: 0;
}
.obj-keysteps-wrap .steps-table td {
  width: 25%;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14px;
}
.obj-keysteps-wrap .steps-table tbody tr > td:first-child {
  padding-left: 0;
}
.obj-keysteps-wrap .steps-table tbody tr > td:last-child {
  padding-right: 0;
  border-right: 0;
}
.obj-keysteps-wrap .steps-table .step-top td {
  padding-bottom: 15px;
}
.obj-keysteps-wrap .steps-table .step-bottom strong, .obj-keysteps-wrap .steps-table.small-only strong {
  font-size: 15px;
  font-weight: 600;
  color: #28B5D9;
  padding-bottom: 5px;
  display: block;
}
.obj-keysteps-wrap .steps-table.small-only strong {
  padding-top: 8px;
  padding-bottom: 2px;
}
.obj-keysteps-wrap .obj-other-table-wrap {
  background-color: #f9f9f9;
  padding: 1.3rem 1.5625rem 1.5rem;
  border-top: 1px solid #eee;
}
.obj-keysteps-wrap .obj-other-table {
  width: 100%;
}
.obj-keysteps-wrap .obj-other-table tbody tr > td:first-child {
  padding-left: 0;
}
.obj-keysteps-wrap .obj-other-table tbody tr > td:last-child {
  padding-right: 0;
  border-right: 0;
}
.obj-keysteps-wrap .obj-other-table td {
  width: 25%;
  vertical-align: top;
  padding: 0.3rem 15px 0.5rem;
  font-size: 15px;
}
.obj-keysteps-wrap .obj-other-table td h4 {
  font-size: 14px;
  font-weight: 700;
  color: #495057;
  padding-bottom: 8px;
  display: block;
}
.obj-keysteps-wrap .obj-other-table p {
  margin-bottom: 0;
}
.obj-keysteps-wrap .obj-other-table .target-info .fe-icon-info {
  height: 20px;
  cursor: pointer;
  display: none;
}
.obj-keysteps-wrap .obj-other-table .target-info .fe-icon-info:before {
  font-size: 20px;
  color: red;
}
.obj-keysteps-wrap .obj-other-table .target-info .obj-target-add {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: none;
}
.obj-keysteps-wrap .obj-other-table.fivecell td {
  width: 20%;
}
.obj-keysteps-wrap .obj-other-table .ref-title strong {
  font-weight: 600;
}

.obj-comment {
  margin-top: 1rem;
}
.obj-comment .btn-primary {
  font-size: 14px;
  line-height: 1;
  background-color: #666666;
  border-color: #666666;
  padding: 0.5rem 1rem;
  color: white !important;
}

@media (min-width: 768px) {
  .obj-summary {
    position: relative;
  }
  .obj-comment {
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    margin-top: 0;
  }
  .obj-comment .btn-primary {
    font-size: 12px;
    padding: 0.3rem 0.6rem;
  }
}
@media (max-width: 992px) {
  .obj-keysteps-wrap {
    /* Force table to not be like tables anymore */
  }
  .obj-keysteps-wrap .obj-steps-pad {
    padding-bottom: 0;
  }
  .obj-keysteps-wrap table, .obj-keysteps-wrap thead, .obj-keysteps-wrap tbody, .obj-keysteps-wrap th, .obj-keysteps-wrap td, .obj-keysteps-wrap tr {
    display: block;
  }
  .obj-keysteps-wrap .steps-table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .obj-keysteps-wrap .steps-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .obj-keysteps-wrap .steps-table tbody td {
    /* Behave  like a "row" */
    position: relative;
    padding-left: 50px;
    width: 100%;
    border-right: 0;
    margin-top: 10px;
  }
  .obj-keysteps-wrap .steps-table tbody td:first-child {
    margin-top: 0;
  }
  .obj-keysteps-wrap .steps-table tbody td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    background-color: rgba(40, 181, 217, 0.1);
    font-size: 18px;
    font-weight: 700;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #0d6efd;
    text-align: center;
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(1):before {
    content: "1";
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(2):before {
    content: "2";
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(3):before {
    content: "3";
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(4):before {
    content: "4";
  }
  .obj-keysteps-wrap .steps-table tbody tr > td:first-child {
    padding-left: 50px;
  }
  .obj-keysteps-wrap .obj-other-table td {
    margin-bottom: 10px;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(40, 181, 217, 0.2);
  }
  .obj-keysteps-wrap .obj-other-table td.sm-ref-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
  }
  .obj-keysteps-wrap .obj-other-table td strong {
    padding-bottom: 4px;
  }
  .obj-keysteps-wrap .obj-other-table td.sm-ref-title, .obj-keysteps-wrap .obj-other-table td:last-child {
    border-bottom: 0;
  }
  .obj-keysteps-wrap .obj-other-table.fivecell td {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .obj-summary .summary-detail,
  .obj-keysteps-wrap {
    font-size: 16px;
  }
  .obj-summary .summary-detail p,
  .obj-keysteps-wrap p {
    font-size: 16px;
  }
  .obj-keysteps-wrap .obj-other-table td strong {
    font-size: 15px;
  }
}
.mobilelist .stat-detail {
  font-size: 16px;
}
.mobilelist .obj-status {
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 10px;
  height: 50px;
}
.mobilelist .obj-amount {
  font-size: 18px;
  line-height: 1;
  line-height: 30px;
}
.mobilelist .obj-amount.check .hidethis {
  display: none;
  line-height: 0;
  height: 0;
}
.mobilelist .obj-amount.check .fe-icon-check-square {
  height: 20px;
  width: 20px;
  font-size: 30px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
}
.mobilelist .obj-more {
  display: none;
}

.first-cap {
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}

.opoverview {
  /*.page-title h1 {
      margin-bottom: 15px!important;
  }*/
}
.opoverview main {
  background: #fff;
  padding-bottom: 3rem;
}
.opoverview main p, .opoverview main li {
  line-height: 1.7;
  font-size: 14px;
}
.opoverview main ul {
  padding-left: 1.2rem;
}
.opoverview main ul li {
  list-style-position: outside;
  padding-left: 0;
}
.opoverview .content-header {
  padding-left: 0;
}
.opoverview h2 {
  font-size: 20px !important;
  color: #0d6efd !important;
  margin-bottom: 10px;
}
.opoverview h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px !important;
  background-color: #0d6efd;
  color: white !important;
  text-align: center;
  font-size: 16px;
}
.opoverview h4 {
  font-size: 16px;
  font-weight: 500;
}
.opoverview ol.upper-alpha li {
  list-style-type: upper-alpha;
}
.opoverview ol.upper-alpha li ul {
  margin-top: 10px;
  padding-left: 0;
}
.opoverview ol.upper-alpha li ul li {
  list-style-type: disc;
}
.opoverview .imgwrap {
  text-align: center;
}
.opoverview .ovimg {
  cursor: pointer;
  border-radius: 8px;
  max-width: 100%;
}
.opoverview .ovimg:hover {
  opacity: 0.7;
}
.opoverview .col-right .col:first-child {
  padding-left: 0;
}
.opoverview .col-right .col:last-child {
  padding-right: 0;
}
.opoverview .focusnav-wrap {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.opoverview .focusnav-wrap h3 {
  background-color: transparent !important;
  color: #0d6efd !important;
  font-weight: 700;
}
.opoverview .focusnav-wrap.mobile {
  display: none !important;
}
.opoverview .nav-focus a[class*=focus] {
  opacity: 1;
}
.opoverview .nav-focus .focus-help {
  display: none !important;
}
.opoverview .nav-focus .focus-6:after {
  display: none;
}
.opoverview .notmobile .nav-focus {
  position: relative;
  left: auto;
  top: auto;
}

.imgpop .modal-dialog {
  text-align: center;
}
.imgpop .modal-content {
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  display: inline-block;
}
.imgpop .modal-body {
  height: auto;
  padding: 5px;
}
.imgpop .modal-body img {
  max-width: 100%;
}

.imgnote {
  font-family: "Lora", serif;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px dashed #eee;
  text-align: center;
  font-size: 13px;
}

.overview-menu-m {
  display: none;
  text-align: center;
}
.overview-menu-m .btn-secondary {
  width: 100%;
}
.overview-menu-m .dropdown-menu {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0;
}
.overview-menu-m .dropdown-item:active {
  background-color: #0d6efd;
  color: white;
}
.overview-menu-m .dropdown-item:focus {
  color: white !important;
}

@media (min-width: 768.1px) {
  .imgpop .modal-dialog {
    width: auto;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .opoverview .col-right .col {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .opoverview .col-3, .opoverview .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .opoverview .col-left {
    padding-right: 0;
    display: none !important;
    /*.nav-focus {
        display: none!important;
    }*/
  }
  .opoverview .col-right {
    padding-left: 0;
    border-left: 0;
  }
  .opoverview .page-title {
    padding-bottom: 0;
  }
  .opoverview .col-left .overview-menu {
    display: none;
  }
  .opoverview .overview-menu-m {
    display: block;
  }
  .opoverview .focusnav-wrap.mobile {
    display: flex !important;
    border-top: 0;
  }
  .opoverview .focusnav-wrap.mobile .nav-focus {
    width: 100%;
  }
  .opoverview.ismobile .nav-focus a[class*=focus] {
    height: 70px;
  }
}
/* Op 2019-21 Session */
@media (min-width: 768.1px) {
  .op2019.allobjectives .content-body,
  .op2021.allobjectives .content-body {
    padding-left: 0;
  }
}
@media (min-width: 1100px) {
  .op2019.opplan .content-header {
    margin-bottom: 1rem;
  }
}
/* Op 2021-23 Session */
/*
.main-menu .Operational.Plan > .nav-link:before {
    content: "2021-23 ";
}
*/
.btn-sm-blue {
  background-color: #2574a9;
  color: white !important;
  font-size: 14px;
}
.btn-sm-blue:hover {
  opacity: 0.9;
}

.op2021.opplan .content-header .helpme,
.op2019.opplan .content-header .helpme {
  top: 3.4rem;
}

.banner-op {
  background-image: url(../../images/site/bannerbg-opplan.jpg);
}

.pop-single-obj.show {
  padding-top: 0;
}

.col-single-obj .op-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.col-single-obj .obj-content {
  min-height: 600px;
}
.col-single-obj .detail-wrap {
  height: 100%;
}
.col-single-obj .progress {
  background-color: white;
}
.col-single-obj .obj-summary {
  padding: 3rem 1.5rem;
}
.col-single-obj .close-obj {
  margin-bottom: 0.5rem;
}

.obj-block-wrap {
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #b3babd;
}
.obj-block-wrap:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.obj-status {
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}

.stat-detail {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.stat-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.obj-block-ctn {
  position: relative;
  padding: 12px 18px 18px;
  min-height: 120px;
}
.obj-block-ctn .obj-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #444;
}
.obj-block-ctn .obj-desc {
  font-style: italic;
  font-size: 14px;
  color: #00a9d4;
}
.obj-block-ctn .obj-amount {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.obj-block-ctn .obj-lm {
  font-size: 11px;
  color: #999;
  font-style: italic;
}
.obj-block-ctn .obj-more {
  position: absolute;
  right: 18px;
  bottom: 14px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.obj-block-ctn .obj-more a {
  font-size: 18px !important;
  color: #fff !important;
  line-height: 1;
  vertical-align: bottom;
  padding-left: 3px;
  text-decoration: none;
}
.obj-block-ctn .obj-more [class^=fe-icon-] {
  line-height: 24px;
}

div[data-status=Proposed] .obj-status {
  background-color: #38A0B2;
}
div[data-status=Proposed] .stat-icon {
  background-image: url(../../images/oplan/proposed-white.png);
}
div[data-status=Proposed] .obj-block-ctn .obj-amount {
  color: #38A0B2;
}
div[data-status=Proposed] .obj-block-ctn .obj-more {
  background-color: #38A0B2;
  /*&:hover {
               box-shadow: 0 .3rem .8rem rgba($orange,.65);
           }*/
}
div[data-status=Proposed]:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(56, 160, 178, 0.65);
}

.completed .obj-status,
article[data-status=Completed] .obj-status {
  background-color: #008d5d;
}
.completed .stat-icon,
article[data-status=Completed] .stat-icon {
  background-image: url(../../images/oplan/check-white.png);
}
.completed .obj-block-ctn .obj-amount,
article[data-status=Completed] .obj-block-ctn .obj-amount {
  color: #008d5d;
}
.completed .obj-block-ctn .obj-more,
article[data-status=Completed] .obj-block-ctn .obj-more {
  background-color: #008d5d;
}
.completed:hover .obj-block-ctn .obj-more,
article[data-status=Completed]:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(0, 141, 93, 0.65);
}

.obj-block-ctn .obj-amount.check .hidethis {
  display: none;
}
.obj-block-ctn .obj-amount.check .fe-icon-check-square {
  height: 20px;
  width: 20px;
  overflow: hidden;
  cursor: pointer;
}
.obj-block-ctn .obj-amount.check .fe-icon-check-square:before {
  font-size: 30px;
}
.obj-block-ctn .obj-amount.check.gray {
  color: #ccc;
}
.obj-block-ctn .obj-amount.check.green {
  color: #008d5d;
}

.in-progress .obj-status,
div[data-status="In Progress"] .obj-status {
  background-color: #FFA400;
}
.in-progress .stat-icon,
div[data-status="In Progress"] .stat-icon {
  background-image: url(../../images/oplan/inprogress-white.png);
}
.in-progress .obj-block-ctn .obj-amount,
div[data-status="In Progress"] .obj-block-ctn .obj-amount {
  color: #FFA400;
}
.in-progress .obj-block-ctn .obj-more,
div[data-status="In Progress"] .obj-block-ctn .obj-more {
  background-color: #FFA400;
  /*&:hover {
               box-shadow: 0 .3rem .8rem rgba($orange,.65);
           }*/
}
.in-progress:hover .obj-block-ctn .obj-more,
div[data-status="In Progress"]:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(65, 137, 156, 0.65);
}

.amended .obj-status,
div[data-status=Amended] .obj-status {
  background-color: #ac539a;
}
.amended .stat-icon,
div[data-status=Amended] .stat-icon {
  background-image: url(../../images/oplan/amended-white.png);
}
.amended .obj-block-ctn .obj-amount,
div[data-status=Amended] .obj-block-ctn .obj-amount {
  color: #ac539a;
}
.amended .obj-block-ctn .obj-more,
div[data-status=Amended] .obj-block-ctn .obj-more {
  background-color: #ac539a;
  /*&:hover {
               box-shadow: 0 .3rem .8rem rgba($orange,.65);
           }*/
}
.amended:hover .obj-block-ctn .obj-more,
div[data-status=Amended]:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(172, 83, 154, 0.65);
}

.covid-impacted .obj-status,
div[data-status="Covid Impacted"] .obj-status {
  background-color: #41899c;
}
.covid-impacted .stat-icon,
div[data-status="Covid Impacted"] .stat-icon {
  background-image: url(../../images/oplan/covid-white.png);
}
.covid-impacted .obj-block-ctn .obj-amount,
div[data-status="Covid Impacted"] .obj-block-ctn .obj-amount {
  color: #41899c;
}
.covid-impacted .obj-block-ctn .obj-more,
div[data-status="Covid Impacted"] .obj-block-ctn .obj-more {
  background-color: #41899c;
  /*&:hover {
               box-shadow: 0 .3rem .8rem rgba($orange,.65);
           }*/
}
.covid-impacted:hover .obj-block-ctn .obj-more,
div[data-status="Covid Impacted"]:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(65, 137, 156, 0.65);
}

.consolidated .obj-status,
div[data-status=Consolidated] .obj-status {
  background-color: #2e7eb7;
}
.consolidated .stat-icon,
div[data-status=Consolidated] .stat-icon {
  background-image: url(../../images/oplan/consolidated-white.png);
}
.consolidated .obj-block-ctn .obj-amount,
div[data-status=Consolidated] .obj-block-ctn .obj-amount {
  color: #2e7eb7;
}
.consolidated .obj-block-ctn .obj-more,
div[data-status=Consolidated] .obj-block-ctn .obj-more {
  background-color: #2e7eb7;
  /*&:hover {
               box-shadow: 0 .3rem .8rem rgba($orange,.65);
           }*/
}
.consolidated:hover .obj-block-ctn .obj-more,
div[data-status=Consolidated]:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(46, 126, 183, 0.65);
}

/* Single Object Column (popup) */
.col-single-obj {
  opacity: 0;
}

.col-single-obj.show {
  opacity: 1;
}

/*// Admin
@import '../budget/dept-detail/budget-admin';
@import '../budget/datatables';*/