/* CSS Document */

/* GENERAL STYLING */
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: #00558c;
}
h1{
    font-weight: bold;
    color: #00558c!important;
}
h2{
    color: #009fe3!important;
}
.btn a{
    color: #fff;
}
.btn{
    border: 0px;
    transition: all 0.5s ease-in-out;
}
.btn:hover{
    transform: scale(1.1, 1.1);
}
.btn-primary{
    background-color: #00558c!important;
    color: #fff;
    border: 0px;
}
.btn-secondary{
    background-color: #009fe3!important;
    color: #fff;
    border: 0px;
}
.smaller{
    width: 17px;
    height: 17px;
    border-radius: 15px;
    margin-top: -5px;
    margin-left: -3px;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
    padding: 0px;
    border: 0px;
    color: #fff;
    background-color: mediumseagreen;
    position: absolute;
}
th{
    background-color: #f3fafc!important;
}
th .fa-sort{
    color: #009fe3!important;
    float: right;
}
.status-color{
    border-radius: 5px;
    text-align: center;
}
.nav-item .nav-link{
    background-color: #00558c;
    border-radius: 15px;
    color: #fff!important;
}
.nav-item .nav-link.active{
    background-color: #009fe3;
    border-radius: 15px;
}
.nav-item .disabled{
    opacity: 0.2;
}
.nav-item .fa-arrow-right{
    padding: 10px;
    color: #009fe3;
}
.bg-primary{
    background-color: #00558c!important;
}
.bg-primary .btn{
    padding: 0px;
    font-size: 13px;
}
.logo1{
    display: none;
}
.actions-button{
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 25px;
    background-color: #00558c!important;
    color: #fff!important;
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
}
.navbar-collapse.collapse.show{
    padding: 20px 0px;
}
.nav-item{
    text-align: center;
}
@media only screen and (max-width: 767px) {
    p, td, th, .btn{
        font-size: 12px;
    }
}
table.approval th,
table.approval th h3 {
    color: rgb(0, 85, 140);
}
.actions-delete-button:hover {
    cursor: pointer;
}

#file-upload-container input {
    display: block;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.remove-associated-task-btn {
    height: 38px;
}

.associated-task-select {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}