.content-wrapper>.content{
    padding:1.5rem .5rem;
}
.pagination{
    float: right;
    margin-top: 10px;
}
.addfieldBtn{
    margin-left: 180px;
    margin-bottom: 30px;
}
.isHotRow{
    color:red;
}
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header{
    margin-left:0;
}
.card-header{
    padding:5px 10px;
}
.historyDiv{
    border: 1px solid #a9a5a9;
    font-size: 13px;
}
#loader {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
}

.asterisk{
    color:#ff0000;
}
#listEditorSelect{
    border: 1px solid #cac8c8;
    min-height: 150px;
}

#listEditorSelect .listSelected{
    background-color: rgb(74, 74, 218);
}
.descriptionDiv{
    overflow: auto;
    height: 170px;
    border: #AAA 1px solid;
    padding: 5px;
}
.miscNotesDiv{
    height: 170px;
    border: #AAA 1px solid;
    padding: 5px;
}
.addToListListBox{
    overflow: auto;
    border: 1px solid #000;
    width: 410px;
    height: 260px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px;
    background-color: #FFFFFF;
}
.modal-body {
    max-height: calc(120vh - 250px);
    overflow-y: auto;
}
table.searchTable {
    vertical-align: top; 
    border-collapse: collapse;
}

.recentSearchResults {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.recentSearchResultsHidden {
    width: 250px;
    height: 50px;
    border: 1px solid #aaa;
    cursor: pointer;
}

.savedSearchResultsHidden {
    width: 250px;
    height: 50px;
    border: 1px solid #aaa;
    cursor: pointer;
    text-decoration: none;
}

#publicJoborderMsg{
    background-color: #E6EEFE;
    padding: 10px 10px 0px 10px;
    border: 1px solid #728CC8;
    font-size: 13px;
}
.hideElement{
    display:none;
}
.answerContainer{
    background: #eee;
    border: 1px solid #cecece;
}
#listSourceSelect{
    border: 1px solid #cac8c8;
    min-height: 150px;
}
.candidateProfileMatchStyle{
    font-weight: bold;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 237, 26);
    padding: 5px;
    margin-bottom: 7px;
}
.fa.fa-exclamation-triangle{
    color:#ff0000;
}
.listInlineCustom{
    display: inline;
}
.isAdminHidden{
    background-color: #ff8400;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 8px;
    width: 916px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #f4f4f4;
}