body {
    background: #ffffff;
    margin-top: 0;
    min-height: 100vh;
}

.red-bullets {
    color: red;
}

.msg-error {
    background: #dc3545;
}

.msg-success {
    background: #dc3545;
}

/* .nav-link {
    color: cornflowerblue !important;
    font-size: 1rem !important;
}

.nav-link.active {
    background : red !important;
    color: white !important;
} */

.disabled {
    color: grey !important;
}
.nav-link:hover {
    color: rgb(1, 35, 97) !important;
}


.btn-outline-info {
    color: rgb(1, 35, 97)!important;
    border-color: red !important;
}

.btn-outline-info:hover {
    color: white !important;
    background: red !important;
}

.form-control::-webkit-input-placeholder {
    color: #999 !important;
    }
    
    .form-control::-moz-placeholder {
    color: #999 !important;
    }
    
    .form-control:-ms-input-placeholder {
    color: #999 !important;
    }
    
    .form-control::placeholder {
    color: #999 !important;
    }


    img.rounded-corners {
        border-radius: 30px;
      }
      
 h2 {
    font-family: Arial, Verdana;
    font-weight: 600;
    font-size: 1.6rem;
    color: #091f2f;
    text-transform: uppercase;
}

.accordion-button {
    font-size: 1.2rem;
}

.panel-body {
    text-align: left;
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
 }

 .nav-item-small {
     font-size: .75rem !important;
 }

 .outer_imgplaceholder {
    width: 400px;
    overflow: hidden;
}

.inner_imgplaceholder {
    display: inline-block;
    position: relative;
    right: -50%;
}

.img_placeholder {
    position: relative;
    left: -50%;
    height: 100%;
    width: 100%; 
    object-fit: contain';
}

.idcard {
    background-image: url("face_place_holder.jpg");
}

.custom_btn_size {
    width: 120px !important;
}

.membership_card
    {
      position: relative;
      top: 0;
      left: 0;
    }
.member_photo
    {
      position: absolute;
      top: 60px;
      left: 80px;
    }

img.rounded-corners {
    border-radius: 20px;
    }
      
.quiet-link
    {
        text-decoration:none !important;
    }

.user-id-card{
    display:block;
    max-width:400px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border:1px;
    border-radius: 15px;
}

.blink {
    animation: blinker 1.25s step-start infinite;
    
    }
    
    @keyframes blinker {
    50% {
        opacity: 0.40;
    }
}

select {
    padding: 5px;
    border-radius: 5px;
    border-color: red !important;
}
select.select-outline:hover {
    color: white !important;
    background: red !important;
}


.logo {
    position: absolute;
    top: 6px;
    height: 120px;
}

.bg-cgnav {
    background-color: rgb(65, 145, 220);
    background: linear-gradient(90deg, rgb(88, 157, 222) 0%, rgb(78, 153, 224) 35%, rgba(65, 145, 220,1) 100%);
    color:white;
}

.bg-cggreen {
    background-color: rgb(33, 155, 36);
    background: linear-gradient(90deg, rgb(66, 157, 67) 0%, rgb(54, 154, 56) 35%, rgba(33, 155, 36,1) 100%);
    color:white;
}

.bg-formheader {
    /* background-color: #dbdbdb; */
    background-color: rgba(203,200,200,0.5);
      
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: -webkit-linear-gradient(to right, rgba(203,200,200,0.5), rgba(223,221,221,0.5)); */
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: linear-gradient(to right, rgba(203,200,200,0.5), rgba(223,221,221,0.5)); */

    /* background: linear-gradient(90deg, rgba(65, 145, 220,1) 0% , rgba(78, 153, 224,1) 35%, rgb(92, 159, 222) 100%);*/
    color: #332D2D;
}

.text-white {
    color:white;
}


.cgnav-link {
    color: white !important;
    font-size: 1rem !important;
}

.cgnav-link.active {
    background : red !important;
    color: white !important;
}

.disabled {
    color: grey !important;
}
.cgnav-link:hover {
    color: red !important;
}


.card-item {
    margin-bottom: 15px;
}

.card-image {
    border-radius: 5px;
}

.card-image.cancelled {
    opacity: .5;
}

.card-select {
    display: inline-block;
    border: 1px transparent solid;
    border-radius: 7px;
    position: relative;
}

.card-select.disabled {
    opacity: .5;
    pointer-events: none;
}

.card-select.selected { 
    border: 1px lightskyblue solid;
    box-shadow: 0 0 10px 3px lightskyblue
}

.tick-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25); /* Semi-transparent green */
    display: none;
    align-items: center;
    justify-content: center;
    color: darkgreen;
}
