.cd-container {
    width:90%;
    max-width:1170px;
    margin:0 auto
}
.cd-container:after {
    content:"";
    display:table;
    clear:both
}
#cd-timeline {
    position:relative;
    padding:1em 0 4em;
    margin-top:0;
    margin-bottom:0
}
#cd-timeline:before {
    content:"";
    position:absolute;
    top:0;
    left:18px;
    height:100%;
    width:4px;
    background:#fff
}
.cd-timeline-block {
    position:relative;
    margin:2em 0
}
.cd-timeline-block:after {
    content:"";
    display:table;
    clear:both
}
.cd-timeline-block:first-child {
    margin-top:0
}
.cd-timeline-block:last-child {
    margin-bottom:0
}
.cd-timeline-img {
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
    border-radius:50%
}
.cd-timeline-img img {
    display:block;
    width:24px;
    height:24px;
    position:relative;
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-12px
}
.cd-timeline-img.cd-picture {
    background:#75ce66
}
.cd-timeline-img.cd-movie {
    background:#c03b44
}
.cd-timeline-img.cd-location {
    background:#f0ca45
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity:0;
        -webkit-transform:scale(.5)
    }
    60% {
        opacity:1;
        -webkit-transform:scale(1.2)
    }
    to {
        -webkit-transform:scale(1)
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity:0;
        -moz-transform:scale(.5)
    }
    60% {
        opacity:1;
        -moz-transform:scale(1.2)
    }
    to {
        -moz-transform:scale(1)
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity:0;
        -webkit-transform:scale(.5);
        -moz-transform:scale(.5);
        -ms-transform:scale(.5);
        -o-transform:scale(.5);
        transform:scale(.5)
    }
    60% {
        opacity:1;
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -ms-transform:scale(1.2);
        -o-transform:scale(1.2);
        transform:scale(1.2)
    }
    to {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
.cd-timeline-content {
    position:relative;
    margin-left:60px
}
.cd-timeline-content:after {
    content:"";
    display:table;
    clear:both
}
.cd-timeline-content h2 {
    color:#303e49
}
.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more {
    display:inline-block
}
.cd-timeline-content p {
    margin:1em 0;
    line-height:1.6
}
.cd-timeline-content .cd-read-more {
    float:right;
    padding:.8em 1em;
    background:#acb7c0;
    color:#fff;
    border-radius:.25em
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color:#bac4cb
}
.cd-timeline-content .cd-date {
    float:left;
    padding:.8em 0;
    opacity:.7
}
.cd-timeline-content .triangle-overlay-segment::before {
    content:"";
    position:absolute;
    top:16px;
    right:100%;
    height:0;
    width:0;
    border:7px solid transparent;
    border-right-color:darkgreen;
    transition: transform 0.5s ease;
    cursor: pointer;
}
.cd-timeline-content.show-content .triangle-overlay-segment::before {
    transform: rotate(90deg);
    animation: rotate 0.5s ease;
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity:0;
        -webkit-transform:translateX(-100px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateX(20px)
    }
    to {
        -webkit-transform:translateX(0)
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity:0;
        -moz-transform:translateX(-100px)
    }
    60% {
        opacity:1;
        -moz-transform:translateX(20px)
    }
    to {
        -moz-transform:translateX(0)
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity:0;
        -webkit-transform:translateX(-100px);
        -moz-transform:translateX(-100px);
        -ms-transform:translateX(-100px);
        -o-transform:translateX(-100px);
        transform:translateX(-100px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateX(20px);
        -moz-transform:translateX(20px);
        -ms-transform:translateX(20px);
        -o-transform:translateX(20px);
        transform:translateX(20px)
    }
    to {
        -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -ms-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0)
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity:0;
        -webkit-transform:translateX(100px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateX(-20px)
    }
    to {
        -webkit-transform:translateX(0)
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity:0;
        -moz-transform:translateX(100px)
    }
    60% {
        opacity:1;
        -moz-transform:translateX(-20px)
    }
    to {
        -moz-transform:translateX(0)
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity:0;
        -webkit-transform:translateX(100px);
        -moz-transform:translateX(100px);
        -ms-transform:translateX(100px);
        -o-transform:translateX(100px);
        transform:translateX(100px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateX(-20px);
        -moz-transform:translateX(-20px);
        -ms-transform:translateX(-20px);
        -o-transform:translateX(-20px);
        transform:translateX(-20px)
    }
    to {
        -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -ms-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0)
    }
}
#snackbar {
    visibility:hidden;
    width:300px;
    margin-left:-150px;
    background-color:#333;
    color:#fff;
    text-align:center;
    border-radius:2px;
    padding:10px;
    position:fixed;
    z-index:100;
    left:50%;
    bottom:30px
}
#snackbar.show {
    visibility:visible;
    -webkit-animation:fadein .5s,fadeout .5s 2.5s;
    animation:fadein .5s,fadeout .5s 2.5s
}
@-webkit-keyframes fadein {
    0% {
        bottom:0;
        opacity:0
    }
    to {
        bottom:30px;
        opacity:1
    }
}
@keyframes fadein {
    0% {
        bottom:0;
        opacity:0
    }
    to {
        bottom:30px;
        opacity:1
    }
}
@-webkit-keyframes fadeout {
    0% {
        bottom:30px;
        opacity:1
    }
    to {
        bottom:0;
        opacity:0
    }
}
@keyframes fadeout {
    0% {
        bottom:30px;
        opacity:1
    }
    to {
        bottom:0;
        opacity:0
    }
}
label {
    font-weight:400
}
#budget-body,.budget-wrap {
    max-width:800px;
    margin-left:auto;
    margin-right:auto
}
#budget-body.hide,.hidden {
    display:none
}
#budget-form input[type=number] {
    -moz-appearance:textfield
}
#budget-form .cd-timeline-content {
    padding:0
}
.table {
    background-color:#fafafa
}
.table th {
    font-weight:400;
    color:theme-colors("primary")
}
#bottom-summary .table {
    margin-bottom:10px
}
#cd-timeline {
    padding-bottom:2em
}
.cd-timeline-content {
    margin-left:15px;
    padding:10px
}
.cd-timeline-content h4 {
    margin-top:0;
    font-family:Roboto,sans-serif
}
#cd-timeline:before {
    left:0
}
.season-banner {
    padding:1rem;
    margin-top:1rem;
    background-color:#fff;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
.season-banner .triangle-overlay-season::before {
    content:"";
    position:absolute;
    padding:0;
    width:0;
    height:0;
    border:0.5rem solid transparent;
    border-left:0.8rem solid darkgreen;
    margin-top:0.5rem;
    margin-left:-1rem;
    transition: transform 0.5s ease
    animation: rotate 5s infinite linear;
    cursor: pointer;
}
.season-banner.show-content .triangle-overlay-season::before {
    animation: rotate 0.5s ease;
    transform: rotate(90deg);
}
.season-head h4 {
    margin:0;
}
.season-summary {
    background-color: #fff;
    padding: 1px 0.75rem;
}
.segment {
    font-size:14px
}
.segment h4 {
    padding:10px;
    margin:0;
    color:#fff;
    background:#6d132d
}
.activity-table {
    margin-bottom:0
}
.activity-table td,.activity-table th {
    padding-right:0!important
}
.activity-table td {
    vertical-align:middle!important;
    width:200px;
    padding-top:8px;
    padding-bottom:8px
}
.activity-table td:first-child {
    width: 40%;
}
.activity-table td:last-child {
    width: 60%;
}
.activity-table td.readonly {
    padding-right:30px!important
}
.activity-table .input-group-text {
    border:none;
    border-radius:0;
    background:transparent
}
.activity-table .form-control {
    border-color:#eee
}
.activity-table .fa-pencil {
    margin-right:10px;
    color:#00aa8d
}
.activity-table .fa-plus-circle {
    margin-right:10px;
    color:#00aa8d
}
.activity-table .fa-times-circle {
    margin-right:10px;
    color:#d90429;
}
.activity-table .currency {
    background:#eeeeee;
    border: 1px solid #cccccc;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    padding-inline-start: 2px;
    padding-block: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.activity-table .value {
    background: #f4f4f4;
    padding: 2px 4px;
    border: 1px solid #cccccc;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.activity-table .help {
    margin-right:5px;
    opacity:.8;
}
.activity-table .help i {
    margin-right:0;
}
@media (max-width:575.98px) {
    .activity-table .help i {
        vertical-align:middle;
        font-size:20px;
        margin-left: -20px;
    }
}
.activity-table .removed,
.activity-table .removed .currency,
.activity-table .removed .value {
    text-decoration:line-through;
    color:#6c757d
}
.activity-table .activity-options {
    top:auto;
    left:auto;
    right:10px;
    width:150px
}
.activity-table .edited .value {
    background:#ffffc9
}
.subheading {
    color:#00aa8d;
    background:rgba(0,170,141,.15)
}
.subheading th {
    border-bottom:2px solid #00aa8d!important
}
.excluded .segment-total,.excluded h4,.excluded td {
    display:none
}
.segment-total,.segment-total table {
    margin:0
}
.segment-total tr td,.segment-total tr th {
    color:#fff;
    background-color:#00aa8d
}
.segment-total .text-right {
    padding-right:48px
}
.segment-extra {
    background:#eee;
    padding:10px 10px 0
}
.segment-extra p {
    margin:0
}
.multi_input_widget {
    display:inline-block
}
.multi_input_widget label {
    font-size:85%
}
.multi_input_widget .widget_column {
    display:inline-block;
    vertical-align:top;
    margin-right:5px
}
.multi_input_widget .widget_column.numeric {
    width:70px
}
.multi_input_widget .form-control {
    padding-left:6px;
    padding-right:6px
}
.modal {
    margin-top:50px
}
.modal h1 {
    margin-top:0;
    font-size:24px
}
.modal label {
    font-weight:700
}
@media (max-width:599px) {
    .segment {
        font-size:10pt
    }
    .segment .activity-table td .form-group {
        margin-bottom:5px
    }
    .activity-table .form-inline {
        width:120px
    }
    .activity-table .form-inline .form-control,.activity-table .form-inline .input-group-text {
        font-size:9pt;
        padding-left:5px;
        padding-right:5px
    }
    .input-group-sm .form-control,.input-group-sm .input-group-text {
        font-size:10pt
    }
        .cd-timeline-content {
        padding:5px
    }
        .segment-total .text-right {
        padding-right:28px
    }
}
 /* styling search bar */
#maincard .search input[type=text]{
    width:300px;
    height:25px;
    border-radius:25px;
    border: solid;

}
#maincard .search input[placeholder]{
    padding: 10px 20px;
}
#maincard .search{
    display: flex;
    justify-content: center;
    margin:7px;
}
#maincard .search button{
    background-color:#ffffff;
    color: #f2f2f2;
    float: right;
    padding: 0px 0px;
    margin-right: 20px;
    font-size: 12px;
    border: solid;
    cursor: pointer;
}
input.form-control.exclude-input[type="checkbox"] {
    width:20px;
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}
.modal-content {
    max-height: 80vh;
    overflow-y: auto;
}
@media (max-width: 576px) {
    .modal-body .form-group.col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .modal-body .row .form-group .input-group .form-control {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .modal label {
        display:inline;
    }
}
#beforestartlist {
    margin-left: 20px
}
#answer {
    width: 200px;
    height: 30px;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#answer option {
    font-size: 16px;
}
.segment_excluded .cd-timeline-content {
    opacity: 0.7;
    filter: grayscale(100%);
    background-color: #f2f2f2;
    color: #999999;
    pointer-events: none;
}
.exclusion-overlay  {
    position: relative;
}
.exclusion-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.disabled-link {
    pointer-events: none;
    color: gray;
    opacity: 0.5;
}
.excluded-message {
    color: #a94442;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
    display: block;
}
.input_excluded {
    background-color: #f2f2f2;
    color: #555;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.season-banner button{
    background-color: #00aa8d;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 16px;
    border-color: #00aa8d;
    border: 1px solid ;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.season-banner button:hover {
    background-color: #00856f;
}
.season-banner label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.season-banner select {
    width: 30%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}
.season-banner option {
    padding: 10px;
}
.add-harvest-button {
    color: #fff;
    background-color: #00aa8d;
    border: none;
    padding: 6px 12px;
    font-size : 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-right:25px;
}
.add-harvest-button i {
    margin-right: 4px;
}
.add-harvest-button:hover {
    background-color: #00846c;
}
.add-harvest-button:active {
    background-color: #006b59;
}
#harvest-table {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
}
#harvest-table td,
#harvest-table th {
    padding: 5px;
    margin: 0;
    width: auto;
    font-size: 14px;
    white-space: normal;
}
@media (max-width: 576px) {
    #harvest-table td,
    #harvest-table th {
        font-size: 12px;
        white-space: normal;
        padding: 5px;
        word-wrap: break-word;

    }
    .table-responsive {
            overflow-x: auto;
            overflow-y: auto;
        }
    .harvest-description.form-control[readonly] {
        font-size: 10px;
        white-space: normal;
    }
    .currency.text-nowrap,
    .value.text-nowrap {
        font-size: 10px;
    }
}
.placeholder-text{
    color: #999999;
}
.ellipsis-indicator {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.2s ease, color 0.2s ease;
    margin-left: 15px;
    background-color: #00aa8d;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin-top :5px;
}
.ellipsis-indicator:hover {
    background-color: #009178;
    color: #fff;
    transform: scale(1.1);
}
.segment-header h4 {
    padding:10px;
    margin:0;
    color:#fff;
    background:#6d132d
}
#budget-exclude-popup {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #00aa8d;
    color: #ffffff;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    width: 300px;
    text-align: center;
    z-index: 9999;
}
.cash-required-row {
    background-color: #ffe5e5;
}
.cash-earned-row {
    background-color: #e5f7e5;
}
.text-danger {
    text-align: justify;
}
.rich-text li {
   text-align: justify;
}
.rich-text {
    padding-left:7px;
    list-style-position: inside;
}
.summary-paragraph {
    text-align: justify;
}