.mainLogo{
    width: 85px;
    margin-top: 5px;
}

.applicationTitle{
    color: #00ff12;
    font-weight: bold;
}

.applicationTitleDiv{
    background: #ffe5b7;
    /*border-bottom: 2px solid black;*/
}

.projectTitle{
    color:white;
    font-size: small;
    font-weight: bold;
}

.formTitle{
    color: darkred;
    text-align: center;
    margin-top: 10px;
}

.jumbotronDiv{
    border-top: 2px solid black !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.operationRow{
    border-bottom: 1px solid black !important;
    padding-bottom: 5px !important;
    margin-right: unset !important;
    margin-left: unset !important;
}

.operationTitleDiv{
    margin-top: 5px !important;
    text-align: center;
    font-weight: bold;
}

.angleIcon{
    font-size: xx-large !important;
    color: red !important;
}

.searchRow{
    border-bottom: 1px solid black !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-right: unset !important;
    margin-left: unset !important;
}

.searchTitleDiv{
    margin-top: 5px !important;
    text-align: center;
    font-weight: bold;
}

.searchItemDiv{
    text-align: right;
}