/************************************************/
/*   Wizard / Stepper  */
/************************************************/
.wizard {
    background: #fff;
}

.wizard .nav-tabs-wizard {
    position: relative;
    width: 100%;
    border: 0px;
    white-space: nowrap;
}

.wizard > div.wizard-inner {
    position: relative;
    padding: 20px 24px 0px 24px;
}

.wizard > .tab-content {
    padding: 20px 24px;
}

.wizard > .tab-content .panel-heading {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 10px;
}

.wizard > .tab-content .panel-heading .panel-title {

    font-size: 17px;
    font-family: Roboto-Medium;
    color: #666666;
    letter-spacing: -0.4px;

}


.connecting-line {
    height: 1px !important;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    top: 20% !important;
    z-index: 1;
    left: 50px;
    right: auto;
}

.connecting-line.last {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.active-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 44%;
    z-index: 1;
    border-radius: 15px !important;
}

.border-left {
    border-radius: 0;
}

.wizard .nav-tabs-wizard li p {
    font-size: 14px;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    position: absolute;
    display: inline-block;
    left: 0;
    margin-left: -20px;
    margin-top: -12px;
    background: #fff;
}

.list-inline {
    text-align: center;
}

span.round-tab {

    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    display: inline-block;
    border-radius: 100px;
    background: rgba(0, 0, 0, .54);
    z-index: 1;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
}

.stepactive {

}

.stepactive p {
    font-weight: bold;
}

.stepactive span {
    background-color: #673ab7 !important;
    color: #fff;
}

.wizard .nav-tabs-wizard > li {
    width: 25%;
    display: inline-block;
}

.wizard .nav-tabs-wizard > li a {
    height: 70px;
    padding: 0;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px !important;
    border-top: 1px solid #fff;
    margin-top: 0px !important;
}

.next-step:hover, .next-step, .prev-step:hover, .prev-step {
    position: relative;
    background-color: #2ED4E0;
    font-size: 16px;
    color: #FFFFFF;
}

@media ( min-width: 320px ) and ( max-width: 767px ) {
    .wizard {
        height: auto !important;
    }

    span.round-tab {
        font-size: 12px !important;
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }

    .wizard .nav-tabs-wizard > li a {
        width: 35px !important;
        height: 35px !important;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35% !important;
    }

    .next-step {
        margin-top: 10px;
    }

    .wizard .nav-tabs-wizard li p {
        padding-top: 25px;
        font-size: 10px;
        text-align: center;
    }

    .connecting-line, .active-line {
        top: 45%;
    }

    .connecting-line {
        height: 10px;
    }

    .panel-body {
        padding: 5px !important;
    }

}

.custom_style_btns {
    margin-top: -7px;
}

.selected-info h4 {
    font-size: 13px;
    font-weight: bold;
}

.selected-info h4 small {
    font-size: 100%;
    margin-left: 2px;
}


/************************************************/
/* End Wizard / Stepper */
/************************************************/


/************************************************/
/* PROJECT SCOPE  */
/************************************************/

ul.project-scope {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.project-scope li ul {
    list-style: none;
    padding-left: 20px;
}

ul.project-scope li input + span {
    font-weight: bold;
}

ul.project-scope li ul li input + span {
    font-weight: normal;
}

ul.project-scope li ul li input, ul.project-scope li input {
    margin-right: 5px;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.fc-event-full-appointment {


  box-shadow: 2px 4px #dee2e6 !important;
  background-color: white!important;
  margin: 3px!important;
  padding-left:0!important;


}

.fc-time-grid .fc-slats td {
  height: 1.0em;  }
.portlet.calendar .fc-event {
  border: 15px solid red;
}

.fc-event-main-frame {

  color:black!important;
  border-left:5px solid #2D7DD2;
  border-right:0!important;
  padding: 5px!important;
  border-radius:0!important;

}

.fc-timegrid-event-harness {


}

.fc-timegrid-event {

  border: 0!important;

}

.fc-timegrid {

  background-color:#F4F6F9!important;
  opacity: 1!important;
  color:#BBBFC4!important;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block!important;
  padding: 2px 4px!important;
  color:#BBBFC4!important;
}

.fc-event-title {

  font-weight: bolder!important;

}

#calendar > table > tr > td  {

  border:10px!important;
}

.avatar-background {

  background-color: #3AB795!important;

}

.predictive {
  background-color: #0A6AAB!important;
}

.multi-choice-title {
  font-size: 14px!important;
  display: inline!important;
}

.patient-dropdown {

  border-color:#2196F3!important;
  color:#2196F3!important;
  width:300px!important;


}

.patient-dropdown:hover {

  background-color:#2196F3!important;
  color:white!important;

}

.border-input {
  border-color:#2196F3!important;
  width:200px!important;
  height:50px!important;
}

.small-square-button {

  height: 50px!important;
  margin-left:10px!important;
  width:50px!important;
  background-color: #0c8045!important;

}


.blue-line {

  background-color: green!important;

}


.fc-bg-event {
  background-color:#F4F6F9!important;
  opacity:0!important;
}

.fc-working {

  background-color: #84D9BD!important;
  opacity:0.5!important;
}

.fc .fc-timegrid-now-indicator-line {

  border-top: 1px solid blue!important;
  z-index: 999!important;
}


.fc .fc-timegrid-col.fc-day-today
{
  background-color:#F4F6F9!important;

}
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {


}

.fc .fc-timegrid-now-indicator-arrow {

  border-color: blue!important;
  border-radius: 50% !important;
  border: 5px solid blue!important;
}

.swal-height {
  height: 80vh;
}




.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem; }
.card > hr {
  margin-right: 0;
  margin-left: 0; }
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px); }
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px); }
.card > .card-header-cpa + .list-group,
.card > .list-group + .card-footer {
  border-top: 0; }

.card-body-cpa {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title-cpa {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header-cpa {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header-cpa:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.75rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header-cpa {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header-cpa {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion {
  overflow-anchor: none; }
.accordion > .card {
  overflow: hidden; }
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.accordion > .card > .card-header-cpa {
  border-radius: 0;
  margin-bottom: -1px; }

li > strong {
  font-weight: bolder!important;
  color: #7e7e7e!important;
  font-family: 'poppins', sans-serif!important;
}
/************************************************/
/* END PROJECT SCOPE  */
/************************************************/
