#menu-bar{
    position:fixed;
    top:0px;
    width:100%;
    z-index:9999;
    background-color:white;
    padding:5px;
}

#btn-login{
    margin-top: 7px !important;
}

#linkbar{
    padding-top:5px;
    padding-bottom:5px;
    z-index:9999;
    position:relative;
}

#main-container{
    margin-top:20px;
}

.menu-link{
    display:inline-block;
    width:19% !important;
}
.menu-link:hover{
    cursor:pointer;
}


.btn-moment{
    color:white;
    background-color:#9c3546 !important;
    border-color:#9c3546 !important;
}

.btn-moment:hover{
    color: #9c3546;
    background-color:#e5d4be !important;
    border-color:#e5d4be !important;
}

.btn-moment-outline{
    background-color:#f8f9fa !important;
    color:#9c3546 !important;
}

.btn-moment-outline:hover{
    color:#9c3546 !important;
    border-color:#e5d4be !important;
    background-color:#e5d4be !important;
}

.btn-moment-red{
    color:white;
    background-color:#9c3546 !important;
    border-color:#9c3546 !important;
}

.btn-moment-red:hover{
    color: #9c3546;
    background-color:#e5d4be !important;
    border-color:#e5d4be !important;
}

.btn-moment-green{
    color:white;
    background-color:#6c9ea3 !important;
    border-color:#6c9ea3 !important;
}

.btn-moment-green:hover{
    color: #6c9ea3;
    background-color:#e5d4be !important;
    border-color:#e5d4be !important;
}

.right-15{
    margin-right:15px !important;
}

.right-10{
    margin-right:10px !important;
}

.hr-25{
    width: 25% !important;
}

.hr-50{
    width: 50% !important;
}

.hr-75{
    width: 75% !important;
}

.hr-90{
    width: 90% !important;
}

.color-red{
    color: #9c3546 !important;
}

.color-orange{
    color: #e38839 !important;
}

.color-yellow{
    color: #ffff00 !important;
}

.color-blue{
    color: #262859 !important;
}

.color-green{
    color: #6c9ea3 !important;
}

.color-tan{
    color: #e5d4be !important;
}

.color-white{
    color: #ffffff !important;
}

.color-bright-red{
    color: #ff0000 !important;
}



.color-background-red{
    background-color: #9c3546 !important;
}

.color-background-orange{
    background-color: #e38839 !important;
}

.color-background-blue{
    background-color: #262859 !important;
}

.color-background-green{
    background-color: #6c9ea3 !important;
}

.color-background-tan{
    background-color: #e5d4be !important;
}

.color-background-light-grey{
    background-color:#b3b3b3 !important;
}



.bg-light{
    background-color:white!important;
}

#spinner-container{
    position:fixed;
    top:0px;
    left:0px;
    background-color:rgba(0,0,0);
    width:100%;
    height:100%;
    z-index:10000;
    text-align: center;
    opacity:.75;
    display:none;
}

#spinner-gif{
    margin-top:20vh;
}

.w-24{
    width:24px !important;
}

.w-40{
    width:40px !important;
}

.w-60{
    width:60px !important;
}


.w-70{
    width:70px !important;
}

.w-90{
    width:90px !important;
}

.w-93{
    width:93px !important;
}

.w-150{
    width:150px !important;
}

.small-dropdown{
    font-size:.75rem !important;
    border-radius:10px;
}

.clear-content{
    background:none !important;
    border:none;
}

#modal-purl-info{
    font-weight:bold;
}

.form-control::placeholder{
    color:#c8c8c8 !important;
}

.strike-through{
    text-decoration: line-through !important;
}

.text-bold{
    font-weight: bold !important;
}

.opacity-50{
    opacity: 0.25 !important;
}

.w-124{
    width:124px !important;
}

.modal{
    z-index:9999;
}