﻿body {
    padding-top: 56px;
}
a {
    color: inherit !important;
    text-decoration: none;
}
    a:hover, a:focus {
        color: inherit !important;
        text-decoration: underline;
    }

.ss-table {
}

.ss-dropdown-submenu {
    position: relative;
}

    .ss-dropdown-submenu > .ss-dropdown-submenu {
        top: 0;
        left: 18px;
        margin-top: -1px;
    }

.ss-planview-item {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 0px 4px 3px 4px;
    margin-bottom: 2px;
}
.ss-planview-item-goal {
    background-color: #333333;
    color: white;
}
.ss-planview-item-goal:hover {
    color: white;
}
.ss-planview-item-objective {
    background-color: #666666;
    color: white;
}
.ss-planview-item-objective:hover {
    color: white;
}
.ss-planview-item-strategy {
    background-color: darkgray;
    color: black;
}
.ss-planview-item-strategy:hover {
    color: black;
}
.ss-planview-item-milestone {
    background-color: lightgray;
    color: black;
}
.ss-planview-item-milestone:hover {
    color: black;
}
.ss-planview-item-action {
    background-color: #eeeeee;
    color: black;
}
.ss-planview-item-milestone:hover {
    color: black;
}

.ss-planview-lineNumber {
    font-family: Consolas;
    min-width: 18px;
    display: inline-block;
}


.ss-badge-item {
    font-family: Consolas;
}

.ss-badge-goal {
    background-color: maroon;
}

.ss-badge-objective {
    background-color: mediumblue;
    margin-left: 10px;
}

.ss-badge-strategy {
    background-color: darkslategray;
    margin-left: 20px;
}

.ss-badge-milestone {
    background-color: gray;
    margin-left: 30px;
}

.ss-badge-action {
    background-color: darkgoldenrod;
    margin-left: 40px;
}

.ss-table-header {
    font-size: large;
    font-weight: 700;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-width: 1px;
    border-style: solid;
    background-color: black;
    color: #ffffff;
    border: 1px solid black;
}

.ss-table-header-sm {
    font-size: medium;
    font-weight: normal;
}

.ss-table-row-odd {
    background-color: lightgray;
    /*border-left: 1px solid black;
    border-right: 1px solid black;*/
    color: black;
}

.ss-table-row-even {
    background-color: #eeeeee;
    color: black;
    /*border-left: 1px solid black;
    border-right: 1px solid black;*/
}

.ss-table-row-footer {
    background-color: black;
    border: 1px solid black;
    height: 10px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.ss-table-danger {
    background-color: darkred;
    border-color: darkred;
}

.ss-changed {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #ffc107;
}

.ss-btn-nav {
    margin: 7px 0px;
}

.ss-logo-card-header {
    max-height: 20px;
}

.ss-btn-icon {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    /*color: #069;*/
    text-decoration: none;
    cursor: auto;
}

.ss-meeting-list {
    background: inherit !important;
    border: none;
    text-align: left;
}

.ss-status-NotSet {
    color: white;
    border: 2px solid black;
}

.ss-status-Blue {
    color: blue;
    border: 1px solid gray;
}

.ss-status-Green {
    color: green;
    border: 1px solid gray;
}

.ss-status-Yellow {
    color: yellow;
    border: 1px solid gray;
}

.ss-status-Red {
    color: red;
    border: 1px solid gray;
}

.ss-status-Gray {
    color: gray;
    border: 1px solid gray;
}

.ss-status-Black {
    color: black;
    border: 1px solid gray;
}

.ss-status-transparent {
    color: transparent;
    border: 1px solid;
    border-color: transparent;
}

.ss-planview-icon {
    padding-right: 5px;
    padding-left: 5px;
}

.ss-planview-icon-top {
    padding-top: 5px;
}

.ss-planview-row-highlight {
    border: .15rem solid red;
}

.ss-hr-tight {
    margin: .5rem 1rem .5rem 1rem;
}

.ss-border-rounded-gray {
    border: gray solid 1px;
    border-radius: 4px;
    padding: 4px;
}

.ss-planview-alert-box {
    border-color: darkred;
    border-style: solid;
    border-width: .1rem;
}

.ss-confetti-icon {
    position: fixed;
    top: 10px;
    left: 10px;
    cursor: pointer;
    color: darkred;
    z-index: 9999;
}

.fish1 {
    transform: translateY(-50%);
    font-size: 36px; /* adjust font size as needed */
    animation: flyOff 2s cubic-bezier(0.1, .2, .3, 1) forwards;
    max-width: 160px !important;
    max-height: 160px !important;
    z-index: 9999;
    animation-play-state: running;
    visibility: visible !important;
    /*animation: flyOff 2s forwards;*/
}

.fish1off {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    max-width: 0px;
    max-height: 0px;
}

@keyframes flyOff {
    0% {
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    /*30% {
                bottom: 0;
                left: 0;
                opacity: 1;
            }*/
    60% {
        bottom: 20%;
        left: 20%;
        opacity: 1;
    }

    100% {
        bottom: 80%;
        left: 80%; /* Adjust to move to top right */
        opacity: 0;
    }
}

.paw-theme {
    border-radius: 8px 8px;
    padding: 7px;
    background-color: lightgray !important;
    color: black !important;
}

.paw-theme-green {
    /*    border: black 2px solid !important;*/
    background-color: green !important;
    color: white !important;
}

.paw-theme-yellow {
    /*    border: black 2px solid !important;*/
    background-color: yellow !important;
    color: black !important;
}

.paw-theme-orange {
    background-color: orange !important;
    color: black !important;
}

.paw-theme-pink {
    background-color: pink !important;
    color: black !important;
}

.paw-theme-red {
    background-color: red !important;
    color: white !important;
}

.paw-theme-purple {
    background-color: purple !important;
    color: white !important;
}

.paw-theme-blue {
    background-color: blue !important;
    color: white !important;
}

.paw-theme-lightblue {
    background-color: lightblue !important;
    color: black !important;
}

.paw-theme-saddlebrown {
    background-color: saddlebrown !important;
    color: white !important;
}

.paw-theme-black {
    background-color: black !important;
    color: white !important;
}

.ss-bg-danger-subtle {
    background-color: darkred;
}

.abtn:disabled {
    border: none;
}

.ss-plan-health {
    margin: 4px;
    text-align: left;
    border: solid red 1px;
    border-radius: 6px;
}

.ss-hidden {
    display: none;
}

.ss-color-inherit {
    color: inherit;
}

.ss-mr-red-to-yellow {
    background: linear-gradient(to right, red, yellow);
    text-align: center;
    color: black;
    font-weight: 700;
    border-bottom: black 2px solid;
}

.ss-mr-yellow-to-green {
    background: linear-gradient(to right, yellow, green);
    text-align: center;
    color: black;
    font-weight: 700;
    border-bottom: black 2px solid;
}

.ss-mr-green-to-blue {
    background: linear-gradient(to right, green, blue);
    text-align: center;
    color: white;
    font-weight: 700;
    border-bottom: black 2px solid;
}

.ss-mr-target {
    text-align: center;
    font-weight: 700;
    border-bottom: black 2px solid;
}

.ss-mr-dates {
    text-align: center;
    font-weight: 700;
    border-bottom: black 2px solid;
}

.ss-mr-header {
    background-color: black;
    color: white;
    font-weight: 700;
    border-bottom: black 2px solid;
    text-align: center;
}

.ss-ps-icon:hover {
    cursor: alias;
}


/*Drag and Drop START*/

.draggable {
    cursor: grab;
    padding: 0;
    margin: 1rem 0;
    /* outline: 1px solid gold; */
}

section.drop {
    height: auto;
    display: grid;
    gap: 0.5rem;
    grid-template-rows: 3rem 1fr;
}

.dropzone {
    /*background-color: #111;
    min-height: 300px;
    width: 100%;*/
}

    .dropzone.over {
        border: 1px solid gold;
        background-color: hsla(90, 100%, 90%, 0.1);
    }


/*Drag and Drop END*/


