﻿.hidden {
    display: none !important;
}
.search i {
    color: #000 !important;
}

.hamburger span {
    /*  background-color: #000 !important;*/
}

.navbar-brand {
    margin-top: 0px !important;
}

.spyre-navbar {
    background-color: #fff;
}

.hidden {
    height: 0;
    overflow: hidden;
}
.buorg {
    background-color: rgb(232, 240, 254) !important;
}

#buorgul, #buorgpermanent {
    background: #053c77 !important;
}

#buorgig {
    background: #fd7e14 !important;
}

.buorg-icon {
    width: 44px !important;
    height: 32px !important;
    background-size: contain !important;
}

.miniText {
    font-size:60%;
}

@media (max-width: 767px) {
    .CowContainer {
        margin:20px 0px; padding:0px; border:0px;
    }

    .CowContainer img {
        display: none !important;
    }
}

.CMDialogOverlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9998;
    position: absolute;
    opacity: 0.25;
    display:none;
}

.CMDialogSpinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 9999;
    position: absolute;
    top: 36%;
    left: 45%;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.button_strip {
    display: flex;
    justify-content: space-evenly !important;
}

.btn-sm {
    font-size:1.1rem !important;
}