﻿.table-min-height {
    min-height: 400px;
}
.link_Previewcv {
    padding-right: 10px;
}
    .link_Previewcv.fasearch {
        padding-right: 0px;
    }

    .link_Previewcv .previewCVIcon {
        margin-right: 5px;
    }
.hide {
    display: none !important;
}
.notesToolTip {
    font-size: 26px;
    cursor: pointer;
}

.notesToolTipOff {
    font-size: 26px;
    cursor: pointer;
    color: #c1bbbb;
}
.notesTooltip {
    background-image: none;
    background-color: #333;
    color: #351c82;
    width: 12em;
    border: #ccc solid 0.1em;
    padding: 10px;
    /*min-height: 200px;
            min-width: 200px;*/
    -ms-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.3em 0.3em 0.3em #999;
}

.ui-tooltip {
    max-width: 800px;
    width: 500px;
    max-height: 300px;
    overflow: auto;
}

.ui-tooltip-content {
    background-color: #fff;
    padding: 5px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.fa.fa-search {
    font-size: 12px !important;
    margin-left: -7px;
}