﻿html,
body {
    height: 100%;
}

#main {
    flex: 1 0 auto;
}

$randomNumber: random(5);
body {
    background: url('images/BG02.png') #f5f8fa no-repeat center center fixed !important
}

a {
    text-decoration: none;
    color: #1E90FF;
}

.navbar-dark {
    background-color: #003333 !important;
    background-image: linear-gradient(to bottom left, black, #003333) !important;
}

.navbar-brand {
    font-size: 2em;
}

.bg-opacity {
    background: #f2f5f5 !important;
    opacity: .9;
}

.PortalHeader {
    color: #f5f5f5;
    opacity: .9;
}

    .PortalHeader a {
        color: #fff;
        text-decoration: none;
    }

    .PortalHeader .accordion-button[aria-expanded=true] {
        color: inherit !important;
    }

    .PortalHeader .accordion-button:after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
    }

.PortalCardText {
    color: #212529 !important;
}

.text-gdit-underline {
    border-bottom: 1px solid #ffa51f;
    font-weight: bold;
}

.text-gdit {
    color: #FFA51F;
}

.btn-gdit {
    background-color: #FFA51F;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px 5px 5px;
    transition: all 0.5s;
    cursor: pointer;
}

    .btn-gdit span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .btn-gdit span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -10px;
            transition: 0.5s;
        }

    .btn-gdit:hover span {
        padding-right: 10px;
        color: #fff;
    }

        .btn-gdit:hover span:after {
            opacity: 1;
            right: 0;
        }

.text-bottom {
    color: white;
    font-size: 0.8em;
}

.footer .text-muted {
    font-size: 0.8em !important;
    line-height: 1em !important;
}

.footer {
    background: #003333 !important;
}

    .footer a {
        color: #ccc;
        text-decoration: none;
    }

input.transparent-input {
    background-color: rgba(0,0,0,0) !important;
}

button.transparent-button {
    background-color: rgba(0,0,0,0) !important;
}

#form1::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.icon-flex, .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ffa51f;
    font-size: 2.5rem;
    width: 4rem;
    background-color: #ffa51f;
    height: 4rem;
}

.nav-item a.active {
    border-bottom: 5px solid white !important;
}

a.border-bottom {
    border-color: transparent !important;
}


.card {
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    box-shadow: 0 3px 3px 2px lightgray;
    -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, .1);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, .1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, .1);
}

    .card a {
        text-decoration: none;
    }

.card-header {
    background-color: #FFF;
}

    .card-header i {
        display: block;
        background: #ffa51f;
        color: #000;
        text-align: left;
        font-size: 1em;
        float: left;
        padding: 7px 7px 7px 7px;
        border-radius: 50%;
    }

    .card-header h5 {
        padding-left: 2em;
    }

.card:hover {
    box-shadow: 4px 4px 4px rgba(58, 105, 243, 0.3);
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.splashcard {
    padding: 0px !important;
    border-radius: 0px;
    padding: 5px 5px 5px 5px;
    box-shadow: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    border: 0px;
}

    .splashcard .cardHeader i {
        color: #fff;
        font-size: 5em;
        display: block;
        text-align: center;
        width: 1.5em;
        line-height: 1.5em;
        border-radius: 50%;
        margin: 0 auto;
    }

    .splashcard .card-title {
        font-weight: normal;
        text-transform: uppercase;
    }

    .splashcard h5 {
        line-height: 2em;
        text-align: center;
    }

        .splashcard h5::first-letter, h2::first-letter {
            text-decoration: underline;
            text-decoration-color: #ffa51f;
        }

    .splashcard a {
        text-decoration: none;
    }

    .splashcard:hover {
        background: #f9f9f9;
        box-shadow: 0px 0px 0px rgba(58, 105, 243, 0.3);
        -webkit-transform: translate(0, 0px);
        -moz-transform: translate(0, 0px);
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        box-shadow: 0 0 0rgba(0, 0, 0, 0.2);
    }

#carouselMonocle {
    object-fit: cover;
    object-position: center;
    height: 30vh;
    overflow: hidden;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators .button {
    background-color: #ccc;
}

.carousel-indicators .active {
    background-color: #ffa51f;
}

.text-orange {
    color: #ffa51f;
}
