﻿body {
}


.validcheck {
    font-size: 18px;
    margin-top: -23px;
    position: absolute;
    right: 24px;
    content: ' ';
    min-height: 1px;
    min-width: 1px;
}

.error {
    color: #d84a38;
}

.warning {
    color: #d4aa00;
}

.search-loader {
    padding: 4px 4px;
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(Images/ajax-loader.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.application-name,
.application-type {
    font-size: 28px;
    margin-left: 5px;
}

.application-name {
    color: #FF3F3F;
}

.application-type {
    color: #FFFFFF;
}

.search-page-dropdown {
    margin: 0px 5px;
}

.checkbox-select-row {
}

.break-at-whitespace {
    white-space: inherit;
}

.refresh {
}
