﻿#app-site {
    display: flex;
    width: 100%;
    height: 100vh;
}

    #app-site.slide-out {
        display: none;
    }

.loader {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 100%;
}

    .loader:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.circular {
    animation: rotate 2s linear infinite;
    -webkit-animation: rotate 2s linear infinite;
    height: auto;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #2c2c2c;
    font-size: 16px;
}

.form-group .form-control, .input-group .form-control {
    border-radius: 0px;
}

.login-content a.btn {
    color: #fff;
}

.glyphicon {
    top: 0
}

h1.col-md-12, h2.col-md-12, h3.col-md-12, h4.col-md-12, h5.col-md-12, h6.col-md-12 {
    margin: 0 !important;
}

hr.col-md-12 {
    margin: 10px 0 !important;
}

ul.menu-tree {
    display: block
}

    ul.menu-tree li {
        list-style: none;
    }

.alert.alert-success {
    background-color: rgba(24, 206, 15, 0.8);
}

.alert.alert-danger {
    background-color: rgba(255, 54, 54, 0.8);
}

.alert.alert-warning {
    background-color: rgba(255, 178, 54, 0.8);
}

.alert.alert-info {
    background-color: rgba(44, 168, 255, 0.8);
}

.alert.alert-primary {
    background-color: rgba(249, 99, 50, 0.8);
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -1px;
}

.alert strong {
    text-transform: uppercase;
    font-size: 12px;
}

.alert i.fa,
.alert i.now-ui-icons {
    font-size: 20px;
}

.alert .close {
    color: #FFFFFF;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0;
    display: inline-block;
    cursor: pointer;
}

.panel-heading {
    border: 0;
    padding: 15px 0.7rem;
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu,
    .table-responsive .dropdown-toggle {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

.btn-section .btn {
    margin: 0;
}

.btn.move, .btn.moveall,
.btn.remove, .btn.removeall {
    margin: 0;
}

.checkbox label, .radio label {
    padding-left: 0 !important;
}

#map-container {
    width: 100%;
}

#map {
    width: 100%;
    height: 600px;
}

#page-title {
    margin-top: 25px
}

@media(max-width:767px) {
    #page-title {
        display: inline-block
    }
}

#page-title #Nav-bar-mobile {
    margin-left: 40px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer
}

@media(max-width:767px) {
    #page-title #Nav-bar-mobile {
        display: inline-block !important
    }
}

#page-title h1 {
    font-size: 25px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 17px;
    padding: 40px;
    padding-bottom: 30px
}

@media(min-width:768px)and (max-width:1023px) {
    #page-title h1 {
        font-size: 19px !important
    }
}

@media(max-width:767px) {
    #page-title h1 {
        display: inline-block;
        padding-left: 20px;
        font-size: 16px !important;
        font-weight: bold
    }
}

#Bold-BI-Banner {
    width: 97%
}

@media(min-width:1900px) {
    #Bold-BI-Banner {
        width: 95%;
        padding-right: 0
    }
}

@media(max-width:767px) {
    #Bold-BI-Banner {
        width: 100%
    }
}

#Bold-BI-Banner #bold-bi-heading {
    font-size: 15px;
    color: #4a4a4a;
    letter-spacing: .2px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 11px
}

#Bold-BI-Banner #close-icon {
    cursor: pointer;
    background: #e8f4ff;
    position: absolute;
    margin-bottom: 0;
    top: 39.2px
}

    #Bold-BI-Banner #close-icon:hover {
        background: #0073dc
    }

        #Bold-BI-Banner #close-icon:hover g polygon {
            fill: #fff
        }

#Bold-BI-Banner a {
    text-decoration: none
}

    #Bold-BI-Banner a img {
        margin-left: 10px;
        margin-bottom: 35px;
        cursor: pointer
    }

@media(min-width:1900px) {
    #Bold-BI-Banner a img {
        width: 100%
    }
}

#benefits {
    background: rgba(0,115,220,.05);
    border: 1px solid #0d98ff;
    border-radius: 2px;
    margin-left: 40px;
    margin-bottom: 30px;
    color: #1a1a1a;
    width: 93%
}

@media(max-width:1023px) {
    #benefits {
        width: 88%
    }
}

#benefits .heading {
    font-size: 14px;
    padding-top: 12px;
    font-weight: bold;
    margin-bottom: 8px
}

@media(max-width:767px) {
    #benefits .heading {
        font-size: 12px !important
    }
}

#benefits .description {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    width: 80%
}

@media(max-width:1280px) {
    #benefits .description {
        width: 100%
    }
}

@media(max-width:767px) {
    #benefits .description {
        font-size: 12px !important;
        font-weight: 500
    }
}

#benefits #activation-code-button {
    padding: 5px;
    height: 36px;
    width: 170px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #0072e4;
    border-radius: 4px;
    text-align: center;
    float: right;
    margin-top: -70px
}

    #benefits #activation-code-button:hover {
        background: #0d98ff
    }

@media(max-width:1280px) {
    #benefits #activation-code-button {
        float: left;
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media(min-width:2080px) {
    #benefits #activation-code-button {
        margin-top: -40px;
        margin-bottom: 20px
    }
}

#link-tiles #tile {
    margin-bottom: 35px;
}

@media(max-width:1280px) {
}

#link-tiles #tile .tab-content {
    background: #fff;
    border-radius: 4px;
    width: auto
}

    #link-tiles #tile .tab-content .account-links ul {
        list-style-type: none;
        padding-bottom: 20px
    }

        #link-tiles #tile .tab-content .account-links ul li {
            cursor: pointer;
            padding: 15px 0
        }

            #link-tiles #tile .tab-content .account-links ul li span {
                padding-left: 9%
            }

            #link-tiles #tile .tab-content .account-links ul li a {
                font-size: 14px;
                color: #1a1a1a;
                padding-left: 7%
            }

@media(min-width:1920px) {
    #link-tiles #tile .tab-content .account-links ul li a {
        padding-left: 7.5%
    }
}

#link-tiles #tile .tab-content .account-links ul li:hover {
    background: #f6fbff
}

    #link-tiles #tile .tab-content .account-links ul li:hover a {
        color: #0073dc
    }

    #link-tiles #tile .tab-content .account-links ul li:hover span {
        color: #0073dc
    }

#link-tiles .heading {
    border-bottom: 1px solid #f0f0f0;
    margin-left: 6%;
    margin-right: 6%
}

@media(min-width:768px)and (max-width:900px) {
    #link-tiles .heading {
        padding-bottom: 10px
    }
}

#link-tiles .heading p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 17px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px
}

    #link-tiles .heading p span {
        font-size: 16px;
        padding: 10px;
        border-radius: 20px;
        position: absolute
    }

    #link-tiles .heading p #heading-content {
        padding: 10px 0 0 13%;
        display: inline-block;
        margin-right: 0
    }

@media(min-width:441px)and (max-width:767px) {
    #link-tiles .heading p #heading-content {
        padding: 10px 0 0 11.5%
    }
}

@media(max-width:440px) {
    #link-tiles .heading p #heading-content {
        padding: 10px 0 0 13%
    }
}

@media(min-width:2000px) {
    #link-tiles .heading p #heading-content {
        padding: 10px 0 0 12%
    }
}

@media(min-width:768px)and (max-width:900px) {
    #link-tiles .heading p #heading-content {
        padding: 8px 0 0 18%
    }
}

#link-tiles .heading p .icon-License--Downloads {
    background: rgba(85,134,239,.08)
}

#link-tiles .heading p .icon-Manage-Trials {
    background: rgba(85,134,239,.08)
}

#link-tiles .heading p .icon-Purchase--renewals {
    background: rgba(125,87,222,.08)
}

#link-tiles .heading p .icon-Support {
    background: rgba(255,154,60,.1)
}

#link-tiles .heading p .icon-My-Account {
    background: rgba(255,80,127,.1)
}

#link-tiles .heading p .icon-Enterprise-Portal {
    background: rgba(85,134,239,.1)
}

#menu-wrapper #logout-section,
#menu-wrapper #search-container {
    z-index: 23
}

#feedbackButton {
    position: fixed;
    z-index: 500;
    bottom: 0;
    cursor: pointer;
    height: 100px;
    right: 200px;
}

    #feedbackButton a {
        clear: both;
        display: block;
        margin-top: 20px;
    }

    #feedbackButton .fa.fa-whatsapp.text-whatsapp {
        color: #00e676;
        font-size: 5em;
        font-weight: bold;
    }

    #feedbackButton > img {
        height: 75%;
    }

.iti {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    width: 100%;
}

#feedbackButton {
    /* display:none*/
}

    #feedbackButton .modal-link img {
        display: none;
    }

.bottom {
    display: block;
}

#side-nav a {
    color: #efefef
}

option {
    width: 100%;
    white-space: wrap;
}

.stat-box {
    padding: 20px;
    background-color: #fff;
    color: #007500;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}

    .stat-box span {
        text-transform: uppercase;
        font-weight: lighter;
        color: #aeb2d3;
    }

    .stat-box h3 {
        margin-bottom: 5px;
        margin-top: 0;
        font-weight: 200;
    }

.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%
}

    .rrssb-buttons:after {
        clear: both
    }

    .rrssb-buttons:after, .rrssb-buttons:before {
        content: ' ';
        display: table
    }

    .rrssb-buttons li {
        box-sizing: border-box;
        float: left;
        height: 100%;
        line-height: 13px;
        list-style: none;
        margin: 0;
        padding: 0 2px
    }

        .rrssb-buttons li.rrssb-email a {
            background-color: #0a88ff
        }

            .rrssb-buttons li.rrssb-email a:hover {
                background-color: #006ed6
            }

        .rrssb-buttons li.rrssb-facebook a {
            background-color: #306199
        }

            .rrssb-buttons li.rrssb-facebook a:hover {
                background-color: #244872
            }

        .rrssb-buttons li.rrssb-tumblr a {
            background-color: #32506d
        }

            .rrssb-buttons li.rrssb-tumblr a:hover {
                background-color: #22364a
            }

        .rrssb-buttons li.rrssb-linkedin a {
            background-color: #007bb6
        }

            .rrssb-buttons li.rrssb-linkedin a:hover {
                background-color: #005983
            }

        .rrssb-buttons li.rrssb-twitter a {
            background-color: #26c4f1
        }

            .rrssb-buttons li.rrssb-twitter a:hover {
                background-color: #0eaad6
            }

        .rrssb-buttons li.rrssb-googleplus a {
            background-color: #e93f2e
        }

            .rrssb-buttons li.rrssb-googleplus a:hover {
                background-color: #ce2616
            }

        .rrssb-buttons li.rrssb-youtube a {
            background-color: #df1c31
        }

            .rrssb-buttons li.rrssb-youtube a:hover {
                background-color: #b21627
            }

        .rrssb-buttons li.rrssb-reddit a {
            background-color: #8bbbe3
        }

            .rrssb-buttons li.rrssb-reddit a:hover {
                background-color: #62a3d9
            }

        .rrssb-buttons li.rrssb-pinterest a {
            background-color: #b81621
        }

            .rrssb-buttons li.rrssb-pinterest a:hover {
                background-color: #8a1119
            }

        .rrssb-buttons li.rrssb-pocket a {
            background-color: #ed4054
        }

            .rrssb-buttons li.rrssb-pocket a:hover {
                background-color: #e4162d
            }

        .rrssb-buttons li.rrssb-github a {
            background-color: #444
        }

            .rrssb-buttons li.rrssb-github a:hover {
                background-color: #2b2b2b
            }

        .rrssb-buttons li.rrssb-instagram a {
            background-color: #125688
        }

            .rrssb-buttons li.rrssb-instagram a:hover {
                background-color: #0c3a5b
            }

        .rrssb-buttons li.rrssb-delicious a {
            background-color: #0b79e5
        }

            .rrssb-buttons li.rrssb-delicious a:hover {
                background-color: #095fb4
            }

        .rrssb-buttons li.rrssb-vk a {
            background-color: #4d71a9
        }

            .rrssb-buttons li.rrssb-vk a:hover {
                background-color: #3d5a86
            }

        .rrssb-buttons li.rrssb-hackernews a {
            background-color: #f60
        }

            .rrssb-buttons li.rrssb-hackernews a:hover {
                background-color: #cc5200
            }

        .rrssb-buttons li.rrssb-whatsapp a {
            background-color: #43d854
        }

            .rrssb-buttons li.rrssb-whatsapp a:hover {
                background-color: #28c039
            }

        .rrssb-buttons li.rrssb-print a {
            background-color: #8d98a2
        }

            .rrssb-buttons li.rrssb-print a:hover {
                background-color: #717f8b
            }

        .rrssb-buttons li a {
            background-color: #ccc;
            border-radius: 2px;
            box-sizing: border-box;
            display: block;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-weight: 700;
            height: 100%;
            padding: 11px 7px 12px 27px;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: background-color .2s ease-in-out;
            transition: background-color .2s ease-in-out;
            width: 100%
        }

            .rrssb-buttons li a .rrssb-icon {
                display: block;
                left: 10px;
                padding-top: 9px;
                position: absolute;
                top: 0;
                width: 10%
            }

                .rrssb-buttons li a .rrssb-icon svg {
                    height: 17px;
                    width: 17px
                }

                    .rrssb-buttons li a .rrssb-icon svg path {
                        fill: #fff
                    }

            .rrssb-buttons li a .rrssb-text {
                color: #fff
            }

            .rrssb-buttons li a:active {
                box-shadow: inset 1px 3px 15px 0 rgba(22,0,0,.25)
            }

        .rrssb-buttons li.small a {
            padding: 0
        }

            .rrssb-buttons li.small a .rrssb-icon {
                left: auto;
                margin: 0 auto;
                overflow: hidden;
                position: relative;
                top: auto;
                width: 100%
            }

            .rrssb-buttons li.small a .rrssb-text {
                visibility: hidden
            }

    .rrssb-buttons.large-format, .rrssb-buttons.large-format li {
        height: auto
    }

        .rrssb-buttons.large-format li a {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: .2em;
            padding: 8.5% 0 8.5% 12%
        }

            .rrssb-buttons.large-format li a .rrssb-icon {
                height: 100%;
                left: 7%;
                padding-top: 0;
                width: 12%
            }

                .rrssb-buttons.large-format li a .rrssb-icon svg {
                    height: 100%;
                    position: absolute;
                    top: 0;
                    width: 100%
                }

            .rrssb-buttons.large-format li a .rrssb-text {
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden
            }

    .rrssb-buttons.small-format {
        padding-top: 5px
    }

        .rrssb-buttons.small-format li {
            height: 80%;
            padding: 0 1px
        }

            .rrssb-buttons.small-format li a .rrssb-icon {
                height: 100%;
                padding-top: 0
            }

                .rrssb-buttons.small-format li a .rrssb-icon svg {
                    height: 48%;
                    position: relative;
                    top: 6px;
                    width: 80%
                }

    .rrssb-buttons.tiny-format {
        height: 22px;
        position: relative
    }

        .rrssb-buttons.tiny-format li {
            padding-right: 7px
        }

            .rrssb-buttons.tiny-format li a {
                background-color: transparent;
                padding: 0
            }

                .rrssb-buttons.tiny-format li a .rrssb-icon svg {
                    height: 70%;
                    width: 100%
                }

                .rrssb-buttons.tiny-format li a:active, .rrssb-buttons.tiny-format li a:hover {
                    background-color: transparent
                }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
                fill: #0a88ff
            }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0054a3
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
                fill: #306199
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #18304b
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
                fill: #32506d
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #121d27
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
                fill: #007bb6
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #003650
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
                fill: #26c4f1
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0b84a6
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
                fill: #e93f2e
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #a01e11
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
                fill: #df1c31
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #84111d
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
                fill: #8bbbe3
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #398bcf
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
                fill: #b81621
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5d0b11
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
                fill: #ed4054
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #b61124
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
                fill: #444
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #111
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
                fill: #125688
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #061d2e
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
                fill: #0b79e5
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #064684
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
                fill: #4d71a9
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #2d4263
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
                fill: #f60
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #993d00
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
                fill: #43d854
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #1f962d
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
                fill: #8d98a2
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5a656f
            }

    .rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
        fill: none
    }

ul.panel-controls {
    display: none;
    visibility: hidden
}

.panel .panel-heading .panel-title-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}

.tile-primary {
    background-color: #c455ff;
}

.tile-success {
    background-color: #53b953;
}

.tile-warning {
    background-color: #f3aa41;
}

.tile-danger {
    background-color: #e45847;
}

.tile:hover {
    opacity: 0.95;
}

.tile a {
    color: #FFFFFF;
}

.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 #7100ae;
    background-color: rgba(255,255,255,0.1);
    font-size: 12px;
}

.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
    opacity: 1;
}

.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 #7100ae;
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}

.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}

.tile .tile-body h2 {
    font-size: 42px;
}

.tile-footer {
    padding: 5px 8px;
    background-color: #7100ae;
    font-size: 12px;
    text-align: right;
}

.page-title {
    font-weight: 800
}

.indeterminate {
    background: #000000;
    border-radius: 5px;
}
/* BS5 shim: legacy horizontal definition lists (Details/Delete pages) */
.dl-horizontal dt { float: left; width: 200px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dl-horizontal dd { margin-left: 220px; margin-bottom: .25rem; }
@media (max-width: 768px) {
    .dl-horizontal dt { float: none; width: auto; text-align: left; }
    .dl-horizontal dd { margin-left: 0; }
}

/* =========================================================================
   Pagination (X.PagedList / PagedList.Core.Mvc pagers)
   -------------------------------------------------------------------------
   The pagers render as  div.pagination-container > ul.pagination > li > a|span
   and DO NOT emit Bootstrap's .page-item/.page-link, so the theme's pager
   styling never reaches them. These rules style every rendered pager
   uniformly in the RedStar green accent, with no per-page markup changes.
   Accent green = #3fcc7e (theme --green-color).
   ========================================================================= */
.pagination-container {
    display: flex;
    justify-content: center;
    margin: 24px 0 8px;
}

.pagination-container .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination-container .pagination > li {
    display: inline-block;
}

.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span {
    display: block;
    min-width: 38px;
    padding: 8px 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #3fcc7e;
    background-color: #ffffff;
    border: 1px solid #e2e6ea;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.pagination-container .pagination > li > a:hover,
.pagination-container .pagination > li > a:focus {
    color: #ffffff;
    background-color: #3fcc7e;
    border-color: #3fcc7e;
}

.pagination-container .pagination > li.active > a,
.pagination-container .pagination > li.active > span {
    color: #ffffff;
    font-weight: 600;
    background-color: #3fcc7e;
    border-color: #3fcc7e;
    cursor: default;
}

.pagination-container .pagination > li.disabled > a,
.pagination-container .pagination > li.disabled > span {
    color: #bdbdbd;
    background-color: #f7f8f9;
    border-color: #ececec;
    pointer-events: none;
    cursor: not-allowed;
}

.pagination-container .pagination > li.PagedList-ellipses > a,
.pagination-container .pagination > li.PagedList-ellipses > span {
    color: #9e9e9e;
    background-color: transparent;
    border-color: transparent;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .pagination-container .pagination > li > a,
    .pagination-container .pagination > li > span {
        min-width: 32px;
        padding: 6px 9px;
        font-size: 13px;
    }
}

/* =========================================================================
   Dropdown visibility shim
   -------------------------------------------------------------------------
   The RedStar theme ships Bootstrap-3-era dropdown CSS (reveal via
   ".btn-group.open > .dropdown-menu" plus an inert IE "filter:alpha(opacity)"
   fade). Bootstrap 5 opens menus by adding ".show" to the menu itself and
   never adds ".open" to the wrapper, so the menu receives ".show" but the
   legacy rules leave it hidden/transparent — it is in the DOM and positioned
   by Popper, yet not visible. Force a shown menu fully visible against every
   property that can hide a positioned block. We deliberately do NOT touch
   transform / position / inset so Popper keeps controlling placement.
   site.css is loaded last, so these win the cascade.
   ========================================================================= */
.dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    clip: auto !important;
    z-index: 1050 !important;
}

/* Neutralise the legacy fade hack on the closed state too. */
.btn-group > .dropdown-menu {
    filter: none;
    opacity: 1;
}
