

/* --------------------------------------------------------- colors ------------- */
/* colors */
.bob-color-tomato{
    color: tomato !important;
}
.bob-color-red{
    color: red !important;
}
.bob-color-blue{
    color: #6699ff !important;
}
.bob-color-darkblue{
    color: #004491 !important;
}
.bob-color-green{
    color:#6dbd6d !important;
}
.bob-color-white{
    color:#fff !important;
}
.bob-color-orange{
    color:#eb5907 !important;
}
.bob-color-black{
    color:#000 !important;
}
.bob-color-brown{
    color:sienna !important;
}
.bob-color-steel{
    color:#98a6ba !important;
}
.bob-color-grey{
    color:grey !important;
}
.bob-color-soft-black{
    color:#405077 !important;
}
.bob-color-gold{
    color:#ffba00 !important;
}
.bob-color-grey-light{
    color:#e9e9e9 !important;
}
.bob-color-yellow{
    color: yellow !important;
}

/* bg */
.bob-bg-tomato{
    background-color: tomato !important;
}
.bob-bg-green{
    background-color:#99ff66 !important;
}
.bob-bg-blue{
    background-color:#99ccff !important;
}
.bob-bg-blue-soft{
    background-color:#ddf4f3 !important;
}
.bob-bg-yellow{
    background-color:#ffff66 !important;
}
.bob-bg-violet{
    background-color:#cc99ff !important;
}
.bob-bg-orange{
    background-color:#ff9900 !important;
}
.bob-bg-white{
    background-color:#ffffff !important;
}
.bob-bg-green-muted{
    background-color: #e2ffe2 !important;
}
.bob-bg-orange-muted{
    background-color:#ffedcd !important;
}

/*hover color*/

.bob-color-darkblue-hover:hover{
    color: #004491 !important;
}
.bob-color-tomato-hover:hover{
    color: tomato !important;
}
.bob-color-red-hover:hover{
    color: red !important;
}
.bob-color-blue-hover:hover{
    color: #6699ff !important;
}
.bob-color-green-hover:hover{
    color:#6dbd6d !important;
}
.bob-color-white-hover:hover{
    color:#fff !important;
}
.bob-color-orange-hover:hover{
    color:#eb5907 !important;
}
.bob-color-black-hover:hover{
    color:#000 !important;
}
.bob-color-brown-hover:hover{
    color:sienna;
}
.bob-color-steel-hover:hover{
    color:#98a6ba !important;
}
.bob-color-grey-hover:hover{
    color:grey !important;
}
.bob-color-soft-black-hover:hover{
    color:#405077 !important;
}
.bob-color-gold-hover:hover{
    color:#ffba00 !important;
}
.bob-color-yellow-hover:hover{
    color: yellow !important;
}


/* --------------------------------------------------------- behavior ------------- */

@-moz-keyframes blinker {  /* Decimal not necessary, 0 and 1 is enough */
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.bob-blink {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    text-decoration:blink;
}
.bob-cursor-pointer{
    cursor:pointer;
}
.bob-dashed{
    border-bottom:1px dashed;
    cursor: pointer;
}
.bob-muted{
    opacity: 0.6;
}
.bob-muted:hover{
    opacity: 1;
}
.bob-display-inline{
    display: inline-block;
}


/* --------------------------------------------------------- font ------------- */
.bob-font-bold{
    font-weight: bold;
}
.bob-font-lighter{
    font-weight: lighter;
}
.bob-font-italic{
    font-style: italic;
}
.bob-font-strike{
    text-decoration: line-through; 
}
.bob-font-30{
    font-size: 30px !important;
    line-height: 30px !important;
}
.bob-font-28{
    font-size: 28px !important;
    line-height: 28px !important;
}
.bob-font-26{
    font-size: 26px !important;
    line-height: 26px !important;
}
.bob-font-24{
    font-size: 24px !important;
    line-height: 24px !important;
}
.bob-font-20{
    font-size: 20px !important;
    line-height: 20px !important;
}
.bob-font-19{
    font-size: 19px !important;
    line-height: 19px !important;
}
.bob-font-18{
    font-size: 18px !important;
    line-height: 18px !important;
}
.bob-font-17{
    font-size: 17px !important;
    line-height: 17px !important;
}
.bob-font-16{
    font-size: 16px !important;
    line-height: 16px !important;
}
.bob-font-15{
    font-size: 15px !important;
    line-height: 15px !important;
}
.bob-font-14{
    font-size: 14px !important;
    line-height: 14px !important;
}
.bob-font-13{
    font-size: 13px !important;
    line-height: 13px !important;
}
.bob-font-12{
    font-size: 12px !important;
    line-height: 12px !important;
}
.bob-font-11{
    font-size: 11px !important;
    line-height: 11px !important;
}
.bob-font-10{
    font-size: 10px !important;
    line-height: 10px !important;
}
.bob-font-9{
    font-size: 9px !important;
    line-height: 9px !important;
}
.bob-font-8{
    font-size: 8px !important;
    line-height: 8px !important;
}

.well {
    padding: 9px;
    border-radius: 3px;
    min-height: 20px;    
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;    
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.helper-circle-32 {
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.helper-box-shadow-bottom {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.22);
}