.title-custom{
    border-left: 5px solid #E80000;
    border-top: 5px solid #E80000;
    padding: 10px 30px 1px 17px;
    font-size: 24px;
}

.bg-white{
    color:#4D4D4D;
}

.footer-red,
.footer-red{
    border-bottom: 2px solid #E80000;
}
.footer-red:last-child,
.footer-red:last-child{
    border-bottom: none;
}

.real-clock{
    background-repeat: no-repeat;
    text-align: center;
    line-height: 253px;
    width: 280px;
    font-size: 29px;
    margin: auto;
    display: block;
}

#timeline {
    max-width: 100%;
    min-width: 100%;
    margin: auto;
}
.timeline-container {
    min-width: 1000px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.text-default a{
    color: #333;
    display: block;
}
.text-default a:hover{
    color: #333;
    text-decoration: underline;
}

.bg-warning {
    background-color: #c0c147!important;
}

.border-red{
    border:1px solid #ff0a42;
}

.border-yellow{
    border:1px solid #ff9501;
}

pwa-update{
    position: fixed !important;
    bottom: 0;
    right: 0;
    z-index: 900;
}

.btn-primary,
.btn-primary:hover{
    background-color:#67E468;
}
.login .card{
    background-color: #fff;
}
.login .card .form-control,
.login .text-muted,
.login .card .form-control::placeholder,
.login .card label{
    color: #001f35 !important;
}
.login .card label{
    font-weight: 400;
}
.login .card .form-control{
    background-color:transparent;
    border-bottom: 1px solid #001f35;
}


.form-control,
.custom-select{
    background-color: #1e2739;
}
