﻿#ctl00_lblPageTitle {
    display: none;
}


.showOrg-wrapper {
    margin-top: -15px;
}

.separator-or {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 25px;
}

.searchOrg-title, .showOrg-title {
    font-size: 18px;
}

.searchOrg-title {
    margin-left: -15px;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
}

    #body .cssPager td a, .cssPager td span {
        text-decoration: none !important;
        height: 35px;
        width: 35px;
        padding-top: 7px;
    }

/*pagination*/
.btn.btn-default.primary {
    background: #084239;
    color: white !important;
    border: #084239;
}

.btn.btn-default {
    font-weight: bold;
}

#body .cssPager td a:not(.firstBtn):not(.lastBtn) {
    color: #075290;
}

.empty-content a {
    margin-right: 0px !important;
}

/* end pagination*/
#gvApplicationsList tbody td {
    padding: 6px;
}

#divPagerOutter {
    height: 120px;
}

.divPagerOutter-content-left {
    display: inline-block !important;
}

#divPager {
    margin-top: 8px;
}

#divPager1 {
    margin-top: 30px;
}

input#btnSearch {
    position: relative;
    top: -5px;
}

.separator-or.block {
    clear: both;
}

.divRecognizedOrgTable__divContentTop {
    font-weight: bold;
    font-size: .9em;
    padding-right: 5px;
    padding-top: 2px;
}

.IE .divRecognizedOrgTable__divContentTop {
    font-size: 1em;
    width: 680px;
    position: relative;
    left: -115px;
}

/*tooltip*/
.ui-tooltip-content {
    font-size: .9em;
    word-break: break-word;
    word-wrap: break-word;
}

.IE .ui-tooltip-content {
    font-size: 1em;
}