.default {
    color: #808080;
    border-style: none;
    border-radius: 5px;
    width: 100%;
    text-align: left;
}

 .default:hover {
        background: #dadada;
    }

.text-number-align {
    text-align: center;
}

hr.solid {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

div.detail {
    border: solid;
    border-color: gainsboro;
    border-radius: 5px;
    border-width: 1px;
    box-shadow: 0 0 5px 0 #e7e7e7;
    margin-bottom: 15px;
    width: 130px;
}

div.detail-box-top {
    overflow: scroll;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50px;
}

div.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

div.content {
    padding: 5px;
}

div.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    div.sticky + div.content {
        padding-top: 102px;
    }

div.detail-box-left {
    padding: 10px 15px;
    border-radius: 15px;
    margin-top: 13px;
    margin-bottom: 10px;
    margin-right: 5px;
    position: fixed;
    overflow-x: hidden;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.detail-box-right {
    margin-left: 18px;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-right: 18px;
}

div.item-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
    width: 152px;
    margin-right: 26px;
    margin-bottom: 20px;
    margin-left: 9px;
    border-radius: 10px;
    font-family: sans-serif;
}

div.item-box-top {
    border: solid;
    border-color: gainsboro;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px;
    margin-right: 5px;
    width: 180px;
    height: 200px;
    border-bottom: none;
}

div.item-box-left {
    margin-left: 10px;
    margin-right: 10px;
}

div.item-box-bottom {
    border: solid;
    border-color: gainsboro;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-width: 1px;
    margin-bottom: 15px;
    margin-right: 5px;
    width: 183px;
    height: 45px;
    border-top: none;
}

.avatar {
    vertical-align: middle;
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

nav.navbar-bottom {
    border-top: 3px solid #eee;
    background: #fff;
    padding: 15px;
}

.right {
    position: absolute;
    right: 0px;
}

.bg {
    /* The image used */
    background-image: url("~/Images/top_banner.jpg");
    /* Full height */
    height: 50%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    margin-left: 140px; /* Same width as the sidebar + left position in px */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/*  Helper Styles */
body {
    font-family: Varela Round;
    background: #f1f1f1;
}

a {
    text-decoration: none;
}

/* Button */
.button {
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-start-end-radius: 9px;
    border-start-start-radius: 9px;
    font-family: Calibri;
}

.button-menu {
    background-color: white;
    color: black;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    margin-right: 20px;
}

    .button-menu:hover {
        background-color: goldenrod;
        color: white;
        font-weight: bold;
    }

    .button-menu:focus {
        background-color: goldenrod;
        color: white;
        font-weight: bold;
    }

    .button-menu:focus-visible {
        background-color: blue;
        color: white;
        /* add any other styling you want for a selected button */
    }

    .button-menu.active {
        background-color: goldenrod;
        color: white;
        font-weight: bold;
    }

.image-btn {
    background: none;
    border: none;
    padding: 0;
}

    .image-btn img {
        display: block; /* to remove extra space below image */
    }

/* Card Styles */

.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-image2 img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
        color: #fff;
        background: #E26D5C;
        -webkit-animation: pulse 1.5s infinite;
    }

.card-heading {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
    height: 60px;
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #1F487E;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.card-button:hover {
        text-decoration: none;
        background-color: #1D3461;
        color: #fff;
    }

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
