
/* New Css for Locations page starts here */


.fa-minus-circle:before {
  content: "\f056"; }
.fa-check-circle:before {
  content: "\f058"; }

.locations_tab {
  background: #f7f7f7;
  margin-bottom: 33px;
  padding-bottom: 30px;
}

.locations_tab .head_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 17px;
  border-bottom: 1px solid #999;
  margin: 0 0 21px;
}

.locations_tab .head_row h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  color: #00958f;
  margin: 0;
}

.locations_tab .btn-secondary {
  border: 1px solid #00958f;
  color: #00958f;
}

.locations_tab .btn-primary {
  padding: 10px 20px;
  height: 38px;
  width: auto;
}

.locations_tab .btn-secondary:hover {
  background: #00958f;
  color: #fff;
}

.locations_tab .head_row .btn-list {
  display: flex;
  flex-wrap: wrap;
}

.locations_tab .head_row .btn-list .btn {
  margin-left: 10px;
}

.locations_tab .btn .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 2px;
  font-size: 16px;
}

.locations_tab .case_detail {
  display: flex;
  flex-wrap: wrap;
}

.locations_tab .case_detail-item {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #555;
  letter-spacing: 0.2px;
}

.locations_tab .case_detail-item li {
  margin: 0 0 9px;
}

.locations_tab .case_detail-item:first-child {
  width: 37.4%;
}

.locations_topics .js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.locations_topics-list {
  margin: 0;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 224px;
  min-height: 500px;
  position: absolute;
  /*
  overflow: auto;
  */
  height: 100%;
}

.locations_topics-list .fa-exclamation-triangle {
  color: #ff9f15;
  margin-left: 0.5rem;
}

.locations_topics-list li {
  margin: 0 0 22px;
}

.locations_topics-list li a {
  color: #00958f;
  position: relative;
  outline: none;
  padding-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.locations_topics-list li li a{
  margin-right: 5px;
}
.locations_topics-list li a:hover {
  color: #555;
  text-decoration: none;
}

.locations_topics-list li a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 2px;
  background: #555;
  opacity: 0;
  visibility: hidden;
}

.locations_topics-list li a.active:before {
  opacity: 1;
  visibility: visible;
}

.locations_topics-list .has-children ul {
  display: none;
  text-transform: none;
  font-weight: 400;
  padding: 20px 12px 0 16px;
  margin: 0;
  list-style: none;
}

.locations_topics-list .has-children ul li a.active {
  color: #555;
}

/* .locations_topics-list .has-children.active ul li:first-child a {
  color: #555;
}
 */
.locations_topics-list .has-children ul li {
  margin-bottom: 10px;
}

.locations_topics-list .has-children ul li a.active:before {
  opacity: 0;
  visibility: hidden;
}

.locations_topics {
  display: flex;
  flex-wrap: wrap;
}

.locations_topics .tab-content {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 224px;
}

.locations_topics-content .h3 {
  color: #555;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 12px;
}

.locations_topics-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locations_topics-content ul li {
  margin: 0 0 20px;
}

.locations_topics-content ul .prev_data {
  border-radius: 10px;
  border: 1px solid #999;
  margin: 12px 0 20px 18px;
  color: #999;
  position: relative;
}

.locations_topics-content ul .prev_data:before {
  position: absolute;
  left: -18px;
  top: -10px;
  width: 10px;
  border-radius: 0 0 0 8px;
  border: none;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  content: '';
  height: 44px;
}

.locations_topics-content ul .prev_data strong {
  display: block;
  background: #f4f4f4;
  line-height: 19px;
  padding: 5px 16px;
  border-bottom: 1px solid #999;
  border-radius: 10px 10px 0 0;
}

.locations_topics-content ul .prev_data span {
  display: block;
  padding: 7px 16px;
}

.locations_topics-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 32px;
  border-left: 1px solid #555;
}

.locations_topics-content .content_holder {
  flex-grow: 1;
  flex-basis: 0;
}

.locations_topics-content .comments_block {
  width: 51.2%;
  margin: 0 0 0 56px;
  background: #eee;
  position: relative;
}

.locations_topics {
  margin-bottom: 50px;
  position: relative;
}

.locations_topics-content .content_holder .btn-primary {
  margin-top: 3px;
}

.locations_topics .comments_block .title {
  display: block;
  line-height: 20px;
  padding: 9px 20px;
  background: #00958f;
  color: #fff;
}

.locations_topics .comments_box {
  background: #e0e0e0;
  padding: 21px 22px;
}

.locations_topics .comments_box.add {
  background: none;
}

.locations_topics .comments_holder {
  padding-bottom: 20px;
  position: absolute;
  height: calc(100% - 38px);
  overflow: auto;
  width: 100%;
}

.locations_topics .comments_box .title-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8px;
  letter-spacing: 0.3px;
}

.locations_topics .comments_box .sub_title {
  font-size: 15px;
  line-height: 20px;
  color: #555;
  font-weight: 700;
}

.locations_topics .comments_box .meta {
  display: flex;
  flex-wrap: wrap;
  color: #555;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}
.locations_topics .comments_box .meta li {
  margin-bottom: 0;
}

.locations_topics .comments_box .meta li:first-child {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}

.locations_topics .comments_box .meta li:first-child:before {
  position: absolute;
  right: -1px;
  top: 1px;
  /* bottom: 4px; */
  content: "";
  width: 2px;
  background: #9a9a9a;
}

.locations_topics .comments_box .text_box {
  padding: 15px 20px 15px 23px;
  background: #fff;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  word-break: break-word;
}

.locations_topics .comments_box.add {
  padding-right: 60px;
  padding-bottom: 0;
}

.locations_topics .comments_box .text_box p {
  margin: 0;
}

.locations_topics .comments_box .text_box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  content: '';
  background: #f6bb09;
}

.locations_topics .comments_box.add .text_box:before {
  background: #008aff;
}

.locations_topics .comments_box .time {
  display: block;
  padding-left: 24px;
  font-size: 12px;
  line-height: 15px;
  color: #555;
}

#approval-modal .modal-dialog {
  width: 391px;
}

#approval-modal .btn-secondary {
  border: 1px solid #00958f;
  color: #00958f;
  line-height: 36px;
  height: 38px;
  padding: 0;
  margin-right: 10px;
}
#approval-modal .btn-secondary:hover {
  background: #00958f;
  color: #fff; 
}

#approval-modal .modal-footer {
  padding: 0 24px 28px;
  justify-content: flex-end;
}
#approval-modal .modal-content .modal-header {
  padding-left: 22px;
}
#approval-modal .modal-content .modal-body {
  padding: 20px 23px 10px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
}
#approval-modal .modal-content .modal-header .close .fa-times {
  display: inline;
  font-size: 16px;
}
#approval-modal .modal-content .modal-header .close {
  top: -3px;
  text-transform: capitalize;
}
#approval-modal .modal-footer .btn {
  width: 125px;
}
#approval-modal .modal-footer .btn + .btn {
  margin-left: 0;
}

@media (max-width: 991.99px) {
  .locations_topics {
    position: static;
  }
  .locations_topics-list {
    position: static;
    height: auto;
    overflow: initial;
  }
  .locations_topics-content .comments_block {
    width: 100%;
    margin: 50px 0 0;
    max-height: none;
    overflow: unset;
    position: static;
  }
  .locations_tab .case_detail-item:first-child {
    width: 60%;
  }
  .locations_topics .comments_holder{
    max-height: 500px;
    overflow: auto;
    position: static;
  }
  .locations_topics .tab-content{
    margin-left: 0;
  }
}

@media (max-width: 767.99px) {
  .locations_topics {
    display: block;
  }
  .locations_topics-list {
    min-height: inherit;
  }
  .locations_topics-content {
    padding: 0;
    border: none;
  }

  .locations_tab .head_row .btn-list .btn {
    margin: 0 10px 15px 0;
  }
  .locations_tab .head_row {
    display: block;
  }
  .locations_tab .head_row h2 {
    margin-bottom: 10px;
  }
  .locations_tab .case_detail-item:first-child {
    width: 100%;
  }
  #approval-modal .modal-dialog {
    width: 320px;
  }
  #task-Detail button.decline-request,
  #task-Detail button.approve-request-level{
    width: 42% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}


#approval-modal .modal-content .modal-header {
  position: relative;
  background: #cce9e8;
  border-bottom: none;
  color: #555;
  padding: 10px 20px;
}

#approval-modal .modal-content .modal-header .close {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: 0;
  opacity: 1;
  text-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #00958f;
  font-size: 15px;
  width: auto;
  background: none;
}
#edit-task-modal .modal-body {
  padding: 0 !important;
}
#edit-task-modal .modal-footer {
  padding-top: 16px;
  padding-bottom: 16px;
}
#edit-task-modal .modal-footer p {
  margin-top: -47px;
}

@media (max-width: 1199.99px) {
  #edit-task-modal .modal-footer p {
    margin-top: 0;
  }
}

@media (max-width: 479.99px) {
  #edit-task-modal .modal-dialog {
    padding-left: 0;
    padding-right: 0;
  }
  #edit-task-modal .modal-footer:before,
  #edit-task-modal .modal-footer:after {
    display: none;
  }
  #edit-task-modal .modal-footer {
    flex-wrap: wrap;
    padding: 16px;
  }
  #edit-task-modal .modal-footer .btn-holder {
    width: 100%;
    order: 2;
    padding-top: 10px;
  }
  #edit-task-modal .modal-dialog {
    padding-top: 80px;
    width: 100%;
  }
}

li.has-children.active ul {
  display: block !important;
}
li.has-children:not(.active) ul {
  display: none !important; 
}
.detailed-triangle li {
  display: flex;
}
.detailed-triangle.active > .fa-exclamation-triangle  {
  display: none;
}
.has-children:not(.detailed-triangle) .fa-exclamation-triangle  {
  display: none;
}
.hide-btn button,
.hide-btn .unlinkIcon {
  display: none !important;
}
.decline-request {
  width: 170px !important;
}

.approve-request-level{
  width: auto;
  padding-left:18px;
  padding-right: 18px;
  margin: 0 10px
}
.approve-request-level + img{
  margin-top:15px
}
.app-req {
  margin-left: 1rem;
  width: 170px !important;
}
#edit-enrollment-modal .modal-body .comments{
  word-break: break-word;
}
/*
#my-enrollments-table .tooltip {
  margin-top:2rem !important;
}
*/