﻿.normaldiv
{
    margin: 2px;
}

.siteButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}.siteButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.siteButton:active {
	position:relative;
	top:1px;
}

.noresults {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
}

.pageinfo {
    margin-top: -63px;
    font-size: 12px;
    line-height: 18px;
    margin-left: 24em;
}

.hidden {
    display: none;
}
.hideColumn {
    display: none !important;
}

#grdCompany td {
    cursor: pointer;
}

.selected {
    background-color: #e1dfe3;
    border: none;
}

.employerName {
    width: 40%;
    padding-left: 10px !important;
}

.employerNameHeading {
    width: 40%;
    padding-left: 10px !important;
    padding-top: 13px !important;
}

.employerCode {
    width: 20%;
}

.employerAddress {
    width: 35% !important;
}

.paddingLeft {
    margin-left: 1em;
}

.footerLogo {
    display: inline-flex;
    background-image: url(../css/images/logo_EFX_TM.png);
    overflow: hidden;
    width: 48px;
    height: 14px;
    text-indent: -300px;
}

.tagline {
    background-size: 65%;
    text-indent: 1000px;
    background-image: url(../css/images/tagline.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    padding-bottom: 55px;
}

.logo {
    background-image: url(../css/images/logo.png);
    width: 60%;
    height: 50px;
    background-repeat: no-repeat;
    text-indent: -300px;
    display: inline-flex;
    background-size: contain;
}

.navigationpane {
    background-color: #eeeeee;
    height: 50px;
}

.navigationPaneContent {
    margin-left: 15em;
    padding-top: 10px;
}

.header {
    margin: 10px 10px 10px 10em;
    height: 30px;
    padding: 10px 0 30px 40px;
}

.smallText {
    font-size: smaller;
}

.helpLinks {
    font-size: 10px;
    text-align: center;
}

.header-name {
    text-transform: uppercase;
    text-align: center;
    padding-left: 6em;
    font-size: 22px;
    color: #5F6A72;
    margin-top: -10px;
}

.back, .back:active, .back:hover, .back:active:focus, .back:focus {
    color: #333e48;
    text-decoration: none;
}

.mainWrapper {
    height: 100% !important;
    min-height: 30em;
    width: 100%;
}

.footer {
    background-color: #494747;
    color: white;
}

.footerContent {
    margin: 10px 10px 10px 10em;
}

.footerText:hover {
    text-decoration: none;
    color: white;
}

.footerText {
    color: white;
}

.separator:before {
    content: "|";
}

.separator {
    font-weight: bold;
    font-size: large;
    padding: 5px;
}

.copyrightContent {
    font-size: 10px;
    padding-top: 10px;
    padding-right: 40px;
}

.helpText {
    color: #0093c9;
}

    .helpText:hover {
        color: #0093c9;
        text-decoration: none;
    }

.mainContent {
    text-align: center;
    height: 100%;
    margin: 30px 1em 0 12em;
}

div.row {
    width: 100%;
}

.searchTextBox {
    width: 100%;
    margin: 0 0 0 -18px;
}

.searchButton {
    width: 60%;
    background: #981e32;
    border-color: #981e32;
    margin-left: -4.5em;
}

    .selectEmployer:active, .searchButton:active {
        background-color: #981e32 !important;
        border-color: #981e32 !important;
    }

    .selectEmployer:hover, .searchButton:hover {
        background: #981e32;
        border-color: #981e32;
    }

    .selectEmployer:active:focus, .selectEmployer:focus, .searchButton:active:focus, .searchButton:focus {
        background: #981e32;
        border-color: #981e32;
        box-shadow: 0 0 0 0.2rem #981e32 !important;
    }

.selectEmployer {
    background-color: #981e32;
    border-color: #981e32;
    width: 150px;
    float: left;
}

.subHeader {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
}

.allSides {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    margin-top: 30px;
    padding: 0px;
}

.errorMessage {
    font-size: 12px;
}

#grdCompany td {
    padding: 5px;
}

.headerPadding {
    padding: 13px 0 13px 5px !important;
}

.grdPagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .grdPagination table > tbody {
        float: right;
    }

    .grdPagination td {
        padding-top: 15px !important;
    }

        .grdPagination td > a,
        .grdPagination td > span {
            position: relative;
            padding: 4px 6px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #606A3B;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .grdPagination td:first-child > a,
        .grdPagination td:first-child > span {
            margin-left: 0;
        }

        .grdPagination td:last-child > a,
        .grdPagination td:last-child > span {
        }

        .grdPagination td > a:hover,
        .grdPagination td > span:hover,
        .grdPagination td > a:focus,
        .grdPagination td > span:focus {
            color: #606A3B;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.pagination-ys > td:first-child {
    float: right;
}

.grdTable {
    border-style: none !important;
}

.findEmployerForm {
    width: 100%;
    overflow-x: hidden;
}

.selectEmployerDiv {
    padding: 25px 0 25px 0;
}

.disclaimerContent{
    font-size: 15px;
    padding-left: 16px;
}