body                            { padding-top: 36px; } /*  background-color:#F3F4F5; } */
 

@font-face {
    font-family: 'space_ageregular';
    src: url('/fonts/space_age-webfont.woff2') format('woff2'),
         url('/fonts/space_age-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-logo					    { font-family: 'space_ageregular', sans-serif; }
.font-title					    { font-family: 'Audiowide', cursive; } 
.font-architects                { font-family: 'Architects Daughter', cursive; }
/* .font-title					    { font-family: 'Orbitron', sans-serif; } */


#collection-drawer              { cursor:pointer; z-index:10; position: fixed; bottom: 0; right: 0; box-shadow: -0.2rem -0.2rem 0.75rem rgba(0,0,0,.2); }

.right                          { position: absolute;  right: 10px; }

.cursor-pointer 			    { cursor: pointer; }

.table-fit 					    { white-space: nowrap; width: 1%; }
.table-truncate                 { text-overflow:ellipsis; overflow: hidden; max-width:1px; }

.break-word                     { word-wrap:break-word; }
.pre-wrap                       { white-space:pre-wrap; }
.no-wrap                        { white-space:nowrap; }

.no-decoration                  { text-decoration: none !important; }

.dropdown-item                  { cursor: pointer; }


.search-title { font-size:1em; }

    
/* .clickable:hover            { filter: brightness(85%); } */

input:required:invalid 		    { border: 1px solid red; }
input:required:valid    	    { border: 1px solid green; }
select:required:invalid 	    { border: 1px solid red; }
select:required:valid 		    { border: 1px solid green; }
textarea:required:invalid 	    { border: 1px solid red; }
textarea:required:valid         { border: 1px solid green; }

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 6px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #212529;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 6px;
    background-color: #dc3545;
}



#board-button { 
    position: fixed; 
    bottom: 40px; 
    right: 20px; 
    z-index:800; 
    border-radius: 50%;
    background-color: #dc3545;
    color: #fff;
    font-family: 'Audiowide', cursive;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;

}

.add-button                     { position: absolute; cursor: pointer; top: -7px; right: -5px; }


.board-add-button:focus  {
     outline:none; 
     border:0px;
     -webkit-box-shadow: 0px;
     box-shadow: 0px;
}

.board-remove-button:focus {
     outline:none; 
     border:0px;
     -webkit-box-shadow: 0px;
     box-shadow: 0px;
 }
 
.scroll-y-auto { overflow-y: auto; } 


.pulse {
    border-radius: 50%;
    padding-bottom: 0!important;
    animation: animate 0.3s linear;
}

.popover-body { padding:0; }

@keyframes animate {
    0% { box-shadow: 0 0 0 350px rgba(255, 0, 64, 0), 0 0 0 0 rgba(255, 0, 64, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 0, 64, 0.4), 0 0 0 0 rgba(255, 0, 64, 0.4); }
}


