﻿

.row-cards {
    --tblr-gutter-x: 2rem;
    --tblr-gutter-y: 2rem;
    margin-top: calc(0.1 * var(--tblr-gutter-y));
}

.card-title{
    font-size: 1rem;
}

div.background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../../../Images/banner.png');
    background-color: #222222;
    background-size: cover;
}

.card-footer {
    border-top: 0;
}


div.background-cover h1 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    padding: 4rem 0;
}

.avatar {
    background: #72AFB6;
    color: #fff;
    box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
}

a {
    color: #72AFB6;
}

    a:hover {
        color: #72AFB6;
    }


.navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 1rem;
    font-size: 1rem;
    white-space: nowrap;
}

.card-title, .modal-title, .introjs-tooltip-title {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300;
}
.btn {
    font-weight: 400;
    text-transform: uppercase;
}

.footer {
    border-top: 1px solid #e6e7e9;
    background-color: #222;
    color: rgba(255,255,255,0.8);
    margin-top: auto;
}
footer .link-muted {
    color: rgba(255,255,255,0.6);
}

    footer .link-muted:hover, footer .link-muted:focus {
        color: rgba(255,255,255,0.8);
    }


    .footer-links :nth-child(n+2) {
        border-top: solid 1px rgba(255,255,255,0.2);
        margin-top: 10px;
        padding-top: 10px;
    }
.footer-links-main :nth-child(n+2) {
    border-top: solid 1px rgba(0,0,0,0.2);
}

.card {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.card-body {
    padding: 2rem;
}

.page-wrapper .page-header {
    border-bottom: solid 0.2rem #000;
    border-image: linear-gradient(to right, #04476F, #55C9BD) 1;
    padding-bottom: 1.25rem;
}
.page-title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 300;
    
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.lead {
    font-size: 1.2rem;
    font-weight: 300;
    color: #72AFB6;
}

.invalid-feedback {
    display: unset; 
}


.carousel-caption {
    background-color: rgba(0, 0, 0, 0.8);
}

.section-divider {
    border-bottom: solid 0.2rem #000;
    border-top: solid 0.2rem #000;
    border-image: linear-gradient(to right, #04476F, #55C9BD) 1;
}



.card-expand {
    cursor: pointer;
}

.card-expand:nth-child(even) {
    background: #F8F8F8;
}

.card-expand .card-title {
    margin-bottom: 0;
}

.card-expand .card-expand-content {
    margin-top: 1rem;
    display: none;
}

.action-old {
    display: none;
}

.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.75rem;

}
.nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 0.75rem;
    border: none;
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #334155;
        background-color: unset;
        border-bottom: solid 2px #04476F;
    }

.tab-content {
    margin-top: 1rem;
}


.card-expand .card-title {
    font-size: 1rem;
    line-height: 1.5rem;
}

.card-expand .card-body {
    padding: 1rem;
}


.row-info > div:not(:last-child) {
    border-bottom: dotted 1px #fff;
}
@media (min-width: 768px) {
    .row-info > div:not(:last-child) {
        border-bottom: 0;
        border-right: dotted 1px #fff;
    }
}



#bar1 {
    stroke-dashoffset: 565;
    stroke-dasharray: 565;
    transition: stroke-dashoffset 1s linear;
}

#bar2 {
    stroke-dashoffset: 440;
    stroke-dasharray: 440;
    transition: stroke-dashoffset 1s linear;
}

.form-label {
    font-weight: 400;
}


.w-100 {
    width: 100% !important;
}

.iti {
    width: 100% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.modal-header, .introjs-tooltip-header {
    border-bottom: solid 0.2rem #000;
    border-image: linear-gradient(to right, #04476F, #55C9BD) 1;
}


path.milestone-segment {
    fill-opacity: 0.05;
    -moz-transition: fill-opacity .2s ease-in;
    -o-transition: fill-opacity .2s ease-in;
    -webkit-transition: fill-opacity .2s ease-in;
}
path.milestone-segment.milestone-complete { fill-opacity: 1;}

path.milestone-segment-alt {
    fill-opacity: 0.20;
}

path.milestone-segment-shadow {
    fill-opacity: 0.15;
}

    path.milestone-segment-shadow.milestone-complete {
        fill-opacity: 0.90;
    }


path.milestone-float {
    fill-opacity: 0.05;
    stroke-width: 0;
}
    path.milestone-float.milestone-complete {
        fill-opacity: 0.20;
    }


path.milestone-8 { fill: #008566; stroke: #008566; }
path.milestone-7 { fill: #04476F; stroke: #04476F; }
path.milestone-6 { fill: #830051; stroke: #830051; }
path.milestone-5 { fill: #FF5800; stroke: #FF5800; }
path.milestone-4 { fill: #6773B6; stroke: #6773B6; }
path.milestone-3 { fill: #7AB800; stroke: #7AB800; }
path.milestone-2 { fill: #CA005D; stroke: #CA005D; }
path.milestone-1 { fill: #F0AB00; stroke: #F0AB00; }

circle.milestone-8 { fill: #008566; stroke: #008566; }
circle.milestone-7 { fill: #04476F; stroke: #04476F; }
circle.milestone-6 { fill: #830051; stroke: #830051; }
circle.milestone-5 { fill: #FF5800; stroke: #FF5800; }
circle.milestone-4 { fill: #6773B6; stroke: #6773B6; }
circle.milestone-3 { fill: #7AB800; stroke: #7AB800; }
circle.milestone-2 { fill: #CA005D; stroke: #CA005D; }
circle.milestone-1 { fill: #F0AB00; stroke: #F0AB00; }


circle.milestone-segment {
    fill-opacity: 0.05;
    -moz-transition: fill-opacity .2s ease-in;
    -o-transition: fill-opacity .2s ease-in;
    -webkit-transition: fill-opacity .2s ease-in;
}

    circle.milestone-segment.milestone-complete {
        fill-opacity: 0.80;
    }

circle.milestone-segment-alt {
    fill-opacity: 0.20;
}

circle.milestone-float {
    fill-opacity: 0.05;
    stroke-width: 0;
}

    circle.milestone-float.milestone-complete {
        fill-opacity: 0.20;
    }

li.milestone.milestone svg.milestone-true {display: none;}
li.milestone.milestone svg.milestone-false {display: block;}
li.milestone.milestone.milestone-complete svg.milestone-true {display: block;}
li.milestone.milestone.milestone-complete svg.milestone-false {display: none;}

li.milestone.milestone div.milestone-date { display: none; }
li.milestone.milestone.milestone-complete div.milestone-date {display: block;}





li.milestone-7 svg {color: #04476F;}
li.milestone-8 svg {color: #008566;}
li.milestone-6 svg {color: #830051;}
li.milestone-5 svg {color: #FF5800;}
li.milestone-4 svg {color: #6773B6;}
li.milestone-3 svg {color: #7AB800;}
li.milestone-2 svg {color: #CA005D;}
li.milestone-1 svg {color: #F0AB00;}

.text-desc, .text-day, .text-month {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 300;
    fill: #FFFFFF;
}
.text-desc {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.text-day {
    font-size: 2rem;
}
.text-month {
    font-size: 1.5rem;
}

#overlay, #overlay-1, #overlay-2 {
    display: none;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    color: #000;
}


.card.bg-blue a {
    color:#fff;
}
.card.bg-blue a:hover {
    color: rgba(255,255,255,0.8);
}
dt{
    font-weight: 400;
}


.accordion-button {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e");
    top: 0;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e");
    top: 0;
}


.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}


.alert-title {
    font-size: 1rem;
}

.form-group-invalid {
    border-left: 0.25rem solid #D63939;
    /*border-right: 0.25rem solid #D63939;*/
    border-radius: 4px;
}


.form-selectgroup-label.is-invalid {
    border-color: rgb(214, 57, 57);
}