﻿.table-th-block.table-hover > tbody > tr:hover > td .dropdown-menu li a {
    color: #000 !important;
}

.table .dropdown-menu li a:hover {
    color: #fff !important;
    background-color: transparent;
    text-decoration: underline;
}

.dashboardReportIcon {
    color: #F6BB42 !important;
}

tr:hover td div.chosen-container a {
    color: #000 !important;
}

/**iPhone 6 Plus in portrait**/
@media only screen and (min-device-width : 200px) and (max-device-width : 736px) and (orientation : portrait) {
    #applyNow h1 {
        font-size: 25px;
        text-decoration: underline;
    }
}
/*iPhone 6 in portrait*/
@media only screen and (min-device-width : 360px) and (max-device-width : 667px) and (orientation : portrait) {
    #applyNow h1 {
        font-size: 25px;
        text-decoration: underline;
    }
}

.form-control-autoheight {
    height: 100%;
}

.actionsBtn .dropdown-menu li {
    border-bottom: 1px solid #e3e3e3;
}

    .actionsBtn .dropdown-menu li:last-child {
        border-bottom: 0px;
    }


@media screen and (max-width:2100px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

#cvholderMaster .info {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666;
    font-style: italic;
    margin: 0;
}

#cvholderMaster ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #cvholderMaster ul li {
        width: 100%;
        float: left;
        padding: 0 0 0 45px;
        background: url(/templates/resources/images/green-tick.png) no-repeat left top;
        font-size: 13px;
        font-weight: normal;
        line-height: 17px;
        min-height: 28px;
        font-style: italic;
        margin-top: 33px;
    }

.candidateCount sub {
    bottom: 0em !important;
}

.viewDetails label {
    border-bottom: 1px dotted;
    width: 100%;
}


.nonCompletedCss {
    background-color: #eb979b !important;
}

.OnBoardingSeperator {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/** dont change font color of links when hover  **/
.table-th-block.table-hover > tbody > tr:hover > td .fontColorChange {
    color: #1A4279;
}

span.LeftDaysSpan {
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

    span.LeftDaysSpan img {
        margin-right: 5px;
    }

    span.LeftDaysSpan label {
        vertical-align: bottom;
        margin-bottom: 0;
    }

.SearchCandidateTable .table > tbody > tr > td {
    padding-bottom: 20px;
}
 
 
 .helpBar {
    text-align: right;
    background-color: #f7f7f7 !important;
    display: none;
    min-height: 40px;
}

.helpIcon {
    font-size: 20px;
    cursor: pointer;
    float: right;
}