﻿/*Quick View Data*/
.divQuickViewContent td {
    vertical-align: top;
}

.tooltipheader {
    width: 933px;
    float: left;
    height: 21px;
    background: transparent;
}

.CloseQuickView {
    cursor: pointer;
    left: 19px !important;
    position: relative;
    top: -39px;
    width: 20px;
}

.table-striped tbody tr {
    background-color: transparent !important;
}

.tooltipheaderbg {
    width: 933px;
    /*  float: left;*/
    height: 65px;
    /* background: #FB8635;*/
    border-radius: 5px 5px 0 0;
}

    .tooltipheaderbg h6 {
        width: 300px;
        float: left;
        padding: 0 0 0 20px;
        font-size: 22px;
        color: #fff;
    }

        .tooltipheaderbg h6 span {
            font-size: 13px;
            color: #b1c5cd;
        }

/*.tooltipheadright {
	width: 435px;
	float: right;
	padding: 9px 20px 0 0;
}*/

.tooltipheadright .seprt {
    height: 34px;
    width: 1px;
    float: left;
    background: #fff;
    margin: 0 10px;
}


.tooltipheadright a {
    font-size: 10px;
    font-weight: bold;
    color: #b1c5cd;
}

    .tooltipheadright a:hover {
        font-size: 10px;
        font-weight: bold;
        color: #fff;
    }

.tooltipbot {
    width: 934px;
    float: left;
    height: 39px;
    /*background: #FB8635;*/
    padding: 10px 22px 0 22px;
    font-size: 13px;
    font-weight: bold;
    color: #b1c5cd;
    border-radius: 0 0 5px 5px;
}

.toolNotes {
    background-image: none;
    border-right: 3px solid #306078;
    min-height: 322px;
    padding-left: 5px;
    padding-top: 10px;
    vertical-align: top;
    width: 240px;
    border-left: 1px solid #C4C4C4;
}

.tootipbody {
    background: url(/Templates/resources/AgencyTheme/RecruitiveLite/quickview/tooltipbodybg_.png) repeat-y 0 0;
    width: 671px;
    min-height: 290px;
    float: left;
    padding-left: 10px;
}

td.tooltipdatacellHeader {
    width: 120px;
    padding-left: 12px;
    /*border-right: 1px solid #c6cfd3;*/
    /*border: 1px solid #333;*/
    font-size: 13px;
    font-weight: bold;
    /*color: #6f8a98;*/
    color: #807c7c;
    min-height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.tooltipdatacell {
    width: 193px;
    padding-left: 12px;
    font-size: 13px;
    font-weight: bold;
    /*color: #306078;*/
    color: #262525;
    overflow: hidden;
    /*line-height: 34px;*/
    padding-bottom: 9px;
    padding-top: 13px;
    /*border-left: 1px solid #c6cfd3;*/
    /*border-right: 1px solid #c6cfd3;*/
    /* border: 1px solid #333;*/
    text-align: left;
}

.tooltipdatarows td:last-child {
    border-right: 0;
}

.norightBorder .tooltipdatacellHeader {
    border-right: 0;
}

.quickViewImage {
    background-image: url("/Templates/resources/AgencyTheme/RecruitiveLite/quickview/quickViewUser.png");
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.Tableborder {
    /* background-color: #e8e9ee;*/
    border-left: 4px solid #FB8635;
    border-right: 4px solid #FB8635;
   
    /*width: 933px;*/
}

/*.nav-tabs .nav-item .nav-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}*/

/**Quick View CSS Ends**/


.table-bordered tr.quickViewRow td.quickViewCell #divQuickView {
    padding: 15px;
    background-color: #f7f7f7;
    position: relative;
}

.pageSub-header {
    border-bottom: 1px dashed #f26522;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
    background-color: transparent;
    color: #1b4279 !important;
    /* margin-left: 10px; */
}

.close-quick {
    position: absolute;
    top: -26px;
    right: -25px;
    height: 24px;
    width: 24px;
    background-color: #c90536;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 23px;
    font-size: 13px;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-content {
    background: #fff;
    border-left: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
}

.bg-grey {
    background-color: #f7f7f7 !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}