﻿.bg-mugatopower {
    background-color: #252525 !important;
}

.bg-mugatodependability {
    background-color: #f2f0de !important;
}

.bg-mugatoenlightenment {
    background-color: #ffe987 !important;
}

.bg-mugatoendurance {
    background-color: #726e66 !important;
}

.bg-mugatostrength {
    background-color: #bf5959 !important;
}

#sidebar {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f0de;
  z-index: 2;
}

    #sidebar.a {
        cursor: pointer;
    }

    #sidebar .list-group-item {
        border-radius: 0;
        background-color: #f2f0de;
        color: #252525;
        border-left: 0;
        border-right: 0;
        border-color: #f2f0de;
        white-space: nowrap;
        text-decoration: none;
        padding: 12px 20px;
    }

    /* highlight active menu */
        #sidebar .list-group-item:not(.collapsed) {
            background-color: #f2f0de;
        }

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 5px;
}

/* open state */
    #sidebar .list-group .list-group-item[aria-expanded="true"] {
        background-color: #f2f0de;
    }

    #sidebar .list-group .list-group-item[aria-expanded="true"]::after {
        content: " \f0da";
        font-family: FontAwesome;
        display: inline;
        text-align: right;
        padding-left: 5px;
    }

/* level 1*/
#sidebar .list-group .collapse .list-group-item {
    padding-left: 40px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item {
    padding-left: 60px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
    padding-left: 80px;
}

@media (max-width:48em) {
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
        position: absolute;
        z-index: 1;
        width: 190px;
    }

    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
        min-width: 39px;
    }
        /* hide caret icons of top level when collapsed */
        #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
        #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
            display: none;
        }
}

/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

#sidebar.collapsing {
    opacity: 0.8;
    width: 0;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

table {
    font-size: 12px;
    border-color: #dee2e6 !important;
}
/* 
tr {
    height: 16px;
    min-height: 16px;
    line-height: 16px;
} */
tr {
    line-height: 1em;
}

.dataTables_scrollBody {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.table-wrap {
    height: 80px;
    overflow-y: auto;
}


tr.selected {background-color: #a6a6a6;}

.mugato-button {
    color: #252525;
    border-color: #252525;
}

.accordion-button {
    color: #252525 !important;
    border-color: #252525 !important;
    background-color: #ffe98799 !important;
}

    .accordion-button:focus,
    .accordion-button:active {
        outline: none;
        box-shadow: none !important;
        -webkit-appearance: none;
        background-color: none;
    }

.accordion-button:not(.collapsed) {
    color: #252525 !important;
    border-color: #252525 !important;
    background-color: #ffe98799 !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.mugato-button:hover {
    color: #252525;
    border-color: #252525;
    background-color: #ffe987;
}

.mugato-button:focus,
.mugato-button:active{
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
    background-color: none;
}

    .mugato-button:disabled:hover {
        background-color: #ffe98799;
        border-color: #252525;
        cursor: default;
    }

.mugato-button-primary {
    background-color: #ffe98799;
}

.mugato-button-primary:hover {
    background-color: #ffe987;
}

.mugato-button-secondary {
    background-color: #726e6699;
}

    .mugato-button-secondary:hover {
        background-color: #726e66;
    }

.mugato-button-danger {
    background-color: #bf595999;
}

    .mugato-button-danger:hover {
        background-color: #bf5959;
    }

.mugato-button-success {
    background-color: #59bf8c99;
}

    .mugato-button-success:hover {
        background-color: #59bf8c;
    }

thead.table-primary {
    --bs-table-bg: #f2f0de !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.toggle-on {
    background-color: #ffe987 !important;
    color: #252525;
    border-color: #252525;
}

table tbody tr td span.datespan {
    display: none;
}

.PartialUpgradeView {
    border: 1px dashed lightgray;
}

/*Breaking news STRART*/
#scroll-container {
    /*border: 3px solid black;*/
    border-radius: 5px;
    overflow: hidden;
}

#scroll-text {
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
/*Breaking news END*/