/*-- START DASHBOARD PAGE SETTINGS --*/

body {
    font-family: 'cabin', serif;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /*   overflow-y:hidden;*/
    position: relative;
    background-color: #13347c;
    background-image:url('../Images/Wallpaper.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

form {
    width: 100vw;
    height: 100vh;
}

.page_Backdrop {
    width: 80vw;
    height: 80vh;
    position: absolute;
    top: 10vh;
    left: 10vw;
    background-color: #EBEBEB;
    border-radius: 10px;
    opacity:.9;
}

.page_Content {
    width: 80vw;
    height: 80vh;
    position: absolute;
    top: 10vh;
    left: 10vw;
    /*background-color: #EBEBEB;
    border-radius: 10px;*/
}

.pageClock {
    position: absolute;
    bottom: 1vh;
    right: 0;
    width: 40vw;
    height: 6vh;
    background-color: #13347c;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 3vh;
    padding: 1.75vh 1vw 0 1vw;
}
    .pageClock date_holder {
        float:left;
        text-align:left;
    }
    .pageClock time_holder {
        float:right;
        text-align:right;
    }

.TroopLogo {
    position:absolute;
    left:1.6vw;
    bottom:2vh;
    width:7vw;
    height:7vw;
}

.page_Socials {
    position: absolute;
    width: 8vw;
    left: 1vw;
    bottom: 0vh;
    background-color: #13347c;
    padding: 1vh 0 16.5vh 0;
    border-radius: 6px 6px 0px 0px;
    border-bottom: none;
    text-align: center;
}
.page_Socials img {
    width: 5vw;
    margin: 1vh auto;
    display:inline-block;
    border-radius:6px;
}

.home_logo_troop {
    position: absolute;
    top: 32vh;
    left: 42.5vw;
    width: 15vw;
    height: 15vw;
}
.homeClock {
    position: absolute;
    top: 65vh;
    width: 100%;
    text-align: center;
    font-size: 4.25vh;
    font-weight:bold;
    letter-spacing:.2vw;
    color:#fff;
}
    .homeClock date_holder {
        display: block;
    }
    .homeClock time_holder {
        display: block;
    }

/*-- END DASHBOARD PAGE SETTINGS --*/
/*-- START MAIN SLIDE FEATURE --*/
.slide-header {
    padding: 1.5vh;
}

h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #273A76;
    width: 60%;
    margin: 0 auto;
    border-radius: 20px;
    padding: .5vh .5vw;
    font-size: 3.5vh
}

.main-slider, .container {
    margin: 0;
    padding: 0;
}

.slider-content .container {
    height: 100%;
}

.main-slider .item .slider-content {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}

.main-slider .item.active .slider-content {
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}



.main-slider .carousel-control.left,
.main-slider .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    width: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.main-slider .carousel-control.right {
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}

.main-slider .carousel-control.left {
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
}

.main-slider:hover .carousel-control.left,
.main-slider:hover .carousel-control.right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 100;
}


.main-slider .carousel-control .fa-angle-left,
.main-slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 1vh;
    z-index: 5;
    display: inline-block;
    border-radius: 10px;
}

.main-slider .carousel-control .fa-angle-left {
    left: -4vw;
}

.main-slider .carousel-control .fa-angle-right {
    right: -4vw;
}

.main-slider .carousel-control i {
    background-color: #273A76;
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 1vh 1vw;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}



.main-slider .carousel-inner .item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.main-slider .carousel-inner .item,
.main-slider .carousel-inner .active.left,
.main-slider .carousel-inner .active.right {
    opacity: 0;
}

.main-slider .carousel-inner .active,
.main-slider .carousel-inner .next.left,
.main-slider .carousel-inner .prev.right {
    opacity: 1;
}

.main-slider .carousel-inner .next,
.main-slider .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-- END MAIN SLIDE FEATURE --*/



/*-- START ADVANCEMENT OVERVIEW SLIDE --*/
.tbl_AdvanceOverview {
    width: 100%;
}

    .tbl_AdvanceOverview thead th {
        width: 12.5vw;
        text-align: center;
    }

        .tbl_AdvanceOverview thead th img {
            width: 50%;
        }

    .tbl_AdvanceOverview tbody td {
        vertical-align: top;
    }

        .tbl_AdvanceOverview tbody td div {
            aspect-ratio: 1024 / 282;
            vertical-align: middle;
            text-align: center;
            position: relative;
        }

            .tbl_AdvanceOverview tbody td div span {
                display: block;
                width: 100%;
                text-align: center;
                font-weight: bold;
                position: absolute;
                left: 50%;
                top: 40%;
                transform: translateX(-50%);
                font-size: .6VW;
                letter-spacing: .1vw;
            }

.tbl_AdvanceLegend {
    position: absolute;
    bottom: 1vh;
    right: 1vh;
    border-collapse: collapse;
}

    .tbl_AdvanceLegend th {
        border: thin solid #000;
        background-color: #e4e4e4;
        padding: 4px 8px;
        font-size: 1VW;
        text-align: center;
    }

    .tbl_AdvanceLegend td {
        border: thin solid #000;
        padding: 4px 8px;
        font-size: .9VW;
        text-align: center;
    }
/*-- END ADVANCEMENT OVERVIEW SLIDE --*/



/*-- START REVIEW DATES SLIDE --*/
.tbl_ReviewDates {
    width: 100%;
}

.td_ReviewImage {
    width: 15vw;
    background-image: url('../images/Eagle_medal.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.td_ReviewRecords {
    text-align: left;
}

    .td_ReviewRecords section {
        position: relative;
    }

    .td_ReviewRecords h2 {
        font-size: 5vh;
        float: left;
        margin: 2vh 0 0 0;
    }

    .td_ReviewRecords b {
        display: block;
        font-size: 3.5vh;
        float: right;
        padding-right: 1vw;
        margin: 3.75vh 0 0 0;
    }

.countdown-row {
    padding-top: 10vh;
    display: block;
    text-align: center;
    position: relative;
}

.countdown-section {
    display: inline-block;
    width: 15%;
    font-size: 2.5vh;
    text-align: center;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}


.tbl_ReviewLeaders {
    width: 90%;
    border-collapse: collapse;
    margin-top: 2.5vh;
}

    .tbl_ReviewLeaders th {
        width: 50%;
        font-weight: bold;
        text-align: center;
        font-size: 3vh;
        text-decoration: underline;
    }

    .tbl_ReviewLeaders td {
        font-size: 2.5vh;
        text-align: center;
        vertical-align: top;
    }
/*-- END REVIEW DATES SLIDE --*/


/*-- START UPCOMING EVENTS SLIDE --*/

.event_table {
    margin: 0 auto;
    border-spacing: 0 1.5vh;
}
    .event_table td {
        vertical-align: top;
        position: relative;
        max-height: 30% !important;
    }

.evimg {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 14px;
    width: 20vw;
}

.evdescr {
    padding: 2vh 1vw;
    width: 45vw;
    position:relative;
}

    .evdescr strong { /*Event Title*/
        font-weight: bold;
        font-size: 3.5vh;
        display: block;
    }
    .evdescr i { /*Event Date*/
        font-weight: bold;
        font-size: 2.5vh;
        width: 50%;
        display: block;
        padding: .5vh .75vw 0 2vw;
    }
    .evdescr > span { /*Event Cost*/
        font-weight: bold;
        font-size: 2vh;
        display: block;
        padding: 2vh 1vw 0 4vw;
        position: absolute;
        top: 2px;
        right: 0px;
    }

/*-- END UPCOMING EVENTS SLIDE --*/

/*-- START EVENTS COUNTDOWN STYLES --*/

.event_Counter {
    width:100%;
}
.event_Counter .countdown-section {
    display: inline-block;
}



    .event_Counter .countdown-row {
        padding-top: 1vh;
        display: block;
        text-align: center;
        position: relative;
    }

    .event_Counter .countdown-section {
        display: inline-block;
        width: 25%;
        font-size: 2vh;
        text-align: center;
    }

    .event_Counter .countdown-amount {
        font-size: 150%;
    }

    .event_Counter .countdown-period {
        display: block;
    }

    .event_Counter .countdown-descr {
        display: block;
        width: 100%;
    }

/*-- END EVENTS COUNTDOWN STYLES --*/


/*-- START DUES HEALTH OVERVIEW --*/

.tbl_DuesHealth {
    width: 100%;
}

    .tbl_DuesHealth strong {
        display:block;
        font-size:3vh;
        text-align:center;
        margin:0 auto;
    }
    .tbl_DuesHealth img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .tbl_DuesHealth span {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 4vh;
    }
    .tbl_DuesHealth i {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 1.5vh;
    }

.total_Health { 
    padding-top:10vh;
    font-size:9vh;
    font-weight:bold;
    text-align:center;
}

.health_green {
    color: #00810e
}
.health_yellow {
    color:#e27d00;
}
.health_red {
    color:#890000;
}


/*-- END DUES HEALTH OVERVIEW --*/















/*-- START WAVE ANIMATION --*/


.section-wave {
    height: 100vh;
    width: 100vw;
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: linear-gradient(315deg, rgb(0, 15, 101) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
    animation: gradient 5s ease infinite;
    background-size: 400vh 400vw;
    background-attachment: fixed;
    opacity:.3;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgba(255, 255, 255, 0);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    .wave:nth-of-type(2) {
        bottom: -1.25em;
        animation: WAVE 18s linear reverse infinite;
        opacity: 0.8;
    }

    .wave:nth-of-type(3) {
        bottom: -2.5em;
        animation: wave 20s -1s reverse infinite;
        opacity: 0.9;
    }

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

/*-- END WAVE ANIMATION --*/



/*-- START MEETING PROGRAM --*/

.tbl_MeetingOverview{
    width:90%;
    margin:0 auto;
    border-spacing:2vh;
}

    .tbl_MeetingOverview img {
        height: 10vh;
        float: left;
    }
    .tbl_MeetingOverview h2 {
        font-size: 2.75vh;
        font-weight: bold;
        text-align: center;
        margin: 1.5vh 0 0 0;
        padding: 0;
    }
    .tbl_MeetingOverview td {
        border: thin solid #000;
        border-radius: 10px;
        position: relative;
        padding: 2vh;
        vertical-align:top;
    }
    .tbl_MeetingOverview strong {
        font-size: 6vh;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
    }
    .tbl_MeetingOverview i {
        font-size: 4vh;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
    }
    .tbl_MeetingOverview leader {
        text-align:center;
        display:block;
        width:100%;
        font-size:2vh;
    }

.service_patrol {
    width: 75%;
    margin: 0 auto;
    padding: .5vh .5vw;
    text-align: center;
    border: thin solid #000;
    border-radius: 10px;
    position: relative;
    height:14vh;
}
    .service_patrol img {
        height: 10vh;
        position:absolute;
        left:1vw;
        top:1vh;
    }
    .service_patrol h2 {
        font-size: 2.75vh;
        font-weight: bold;
        text-align: center;
        margin:1.5vh;
    }
    .service_patrol strong {
        font-size: 6vh;
        font-weight: bold;
        text-align: center;
    }

/*-- END MEETING PROGRAM --*/



/*-- HONOR PATROL --*/

.honor_patrol_progress { margin:.05vw 4.5vw .05vw 2.5vw; }
.honor_patrol_progress h5 { font-size:2.75vh; margin:2px; }


.honor_patrol_bar { text-align:right; font-size:1px; padding:0px; }

.bar-progress {
    display: block;
    border-radius: 0 20px 20px 0;
    border: thin solid #000;
}

[data-percent]:before {
    width: attr(data-percent);
}
.bar-progress img { height:8vh; margin-right:-3vh; }


/*data-percent*/


/*-- END HONOR PATROL --*/