.invalid-feedback{
    color: red;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.text-bold{
    font-weight: bold;
}
.reviewed-by{
    border: 1px solid #d2d6de;
    border-radius: 0;
    height: 34px;
    width: 200px !important;
    overflow: hidden;
    text-align: right;
}

.form-check-input{
    width: 18px;
    height: 18px;
}



.border-radius-1{
    border-radius: 1px;
}
.border-radius-2{
    border-radius: 2px;
}
.border-radius-3{
    border-radius: 3px;
}
.border-radius-4{
    border-radius: 4px;
}
.border-radius-5{
    border-radius: 5px;
}




.color-new{
    color: #1c396b;
}

.color-assigned{
    color: #8c6d1d;
}

.color-reviewed{
    color: #553d7b;
}

.color-approved{
    color: #255734;
}

.color-rejected{
    color:  #6c312e;
}

.color-verified{
    color: white;
}


.color-light-new{
    color: #cae3fd;
}

.color-light-assigned{
    color: #ebd183;
}

.color-light-reviewed{
    color: #947ec5;
}

.color-light-approved{
    color: #00a65a;
}

.color-light-rejected{
    color: #f1c8d0;
}

.color-light-verified{
    color: white;
}


.color-bg-new{
    background-color: #cae3fd;
}

.color-bg-assigned{
    background-color: #ebd183;
}

.color-bg-reviewed{
    background-color: #b9a9de;
}

.color-bg-approved{
    background-color: #d7ecd9;
}

.color-bg-rejected{
    background-color: #f1c8d0;
}

.color-bg-verified{
    background-color: #80be86;
    color: white;
}

.color-bg-new:hover {
    background-color: #cae3fd;
    border-color: #d2d6de;
}
.color-bg-assigned:hover {
    background-color: #ebd183;
    border-color: #d2d6de;
}

.color-bg-reviewed:hover {
    background-color: #b9a9de;
    border-color: #d2d6de;
}
.color-bg-approved:hover {
    background-color: #d7ecd9;
    border-color: #d2d6de;
}
.color-bg-rejected:hover {
    background-color: #f1c8d0;
    border-color: #d2d6de;
}

.color-bg-verified:hover {
    background-color: #80be86;
    border-color: #d2d6de;
    color: white;
}


.color-bg-new-hover {
    background-color: #cae3fd;
}
.color-bg-assigned-hover {
    background-color: #ebd183;
}



.color-bg-new-hover:hover {
    background-color: rgb(51, 125, 204);
    color: whitesmoke;
}
.color-bg-assigned-hover:hover {
    background-color: rgb(218, 138, 20);
    color: whitesmoke;
}


.side-bar-img{
    min-width: 45px;
    min-height: 45px;
}

.header{
    color: white !important;
    font-weight: bold;
}


.margin-bottom-3{
    margin-bottom: 3px !important;
}


.display-inline{
    display: inline !important;
}

.width-65{
    width:65px !important;
}
.width-85{
    width: 85px !important;
}
.width-120{
    width: 120px !important;
}
.width-200{
    width: 200px !important;
}
.width-268{
    width:268px !important;
}


.width-percentage-10{
    width:10% !important;
}

.width-percentage-15{
    width:15% !important;
}

.width-percentage-70{
    width:70% !important;
}
#content_submits div{
    display:flex;
}
