/*a:link, a:visited {
    color: #005bc6;
    text-decoration: none;
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

label {
    cursor: default;
}

legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

script {
    display: none;
}

input {
    font-family: Helvetica,Arial,sans-serif;
}

input[type="radio" i] {
    margin: 3px 3px 0px 5px;
}

input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}

input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 6px;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    /*padding: 2px 6px 3px;*/
    padding: 0px 10px;
    /*border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;*/
    cursor: pointer;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}

input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

button {
    -webkit-appearance: button;
}

div {
    display: block;
}

.basic #limiterExpanderControl {
    max-width: 960px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#limiterExpanderControl, .edit-search-history-controls, .edit-search-history-terms {
    position: relative;
    margin: 0 auto;
    padding: 0 20px 10px;
}

.fieldset {
    padding: 0 20px 10px;
    margin: 10px 0;
    border: solid 1px #ccc;
    border-radius: 3px;
}
.basic .find-field-alert .searching {
    max-width: 620px;
}

.basic .searching {
    max-width: 500px;
}

.searching {
    padding: 1px 0;
    font-weight: normal;
}

.color-p2 {
    color: #3F5667 !important;
}

.color-p2 {
    color: #4C8930;
}

.dd {
    position: relative;
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
    vertical-align: top;
    border-collapse: separate;
    box-sizing: border-box;
}

.dd .dd-input {
    position: absolute;
    left: -9999px;
}

.dd .dd-active {
    display: inline-block;
    position: relative;
    margin: 2px 0;
    padding: 0 18px 0 6px;
    height: 29px;
    overflow: hidden;
    color: #242424;
    font-size: 1em;
    font-family: helvetica,Arial,sans-serif;
    line-height: 1.167em;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(248,247,247,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(248,247,247,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(248,247,247,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(248,247,247,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(248,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f7f7',GradientType=0);
    border: 1px solid #AAA8A8;
    border-radius: 3px;
}

.dd .dd-active .txt {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}

.dd .dd-active.open ~ .dd-list, .dd .transport {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 15px;
}

.dd .transport>.bottom {
    margin-bottom: 2px;
    margin-top: -2px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
}

.dd .dd-input:checked+.dd-label {
    color: #333;
    background-color: #d0d0d0;
}

#guidedfindfieldRows .dd-label, .dd .dd-label {
    display: block;
    padding: .25em .5em;
    cursor: pointer;
    white-space: nowrap;
}

.transport>.bottom {
    margin-bottom: 5px;
    margin-top: -5px;
    border-top: 10px solid #333;
    border-bottom-width: 0;
}

.transport>.top, .transport>.right, .transport>.bottom, .transport>.left {
    width: 0;
    height: 0;
    text-align: center;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    cursor: pointer;
}

.operator .dd-list, #guidedFieldSelectors.dd-list {
    left: 0;
}

.dd .dd-list {
    display: none;
    position: absolute;
    top: 31px;
    left: -5px;
    z-index: 10;
    padding: 0;
    min-width: 100px;
    list-style-type: none;
    border: solid 1px #AAA;
    background-color: #FFF;
    border-radius: 3px;
}

.customer-label {
    font-weight: bold;
}

#content p {
    padding: 0 0 1.2em;
}

.find-field-inputs .find-field-submit {
    vertical-align: top;
}

.find-field-inputs .inputs, .find-field-inputs .find-field-submit {
    display: table-cell;
    vertical-align: top;
}

.basic .find-field-inputs .inputs, .basic .find-field-submit {
    float: left;
}

.find-field-submit {
    padding-left: 5px;
}

.find-field-inputs {
    position: relative;
    clear: both;
    display: table;
}

.find-field-inputs-row {
    display: table-row;
}

.guided-find-fields-row, .find-field-inputs-row {
    display: table-row;
}

.basic .find-field-inputs .inputs, .basic .find-field-submit {
    float: left;
}

.find-field-inputs .inputs, .find-field-inputs .find-field-submit {
    display: table-cell;
    vertical-align: top;
}

.basic .branding-Beside .find-field-controls {
    display: table-cell;
}

.basic .find-field-controls {
    display: block;
    vertical-align: top;
    padding-top: 20px;
}

.find-field-controls {
    position: relative;
    display: block;
    padding: 10px 0 0 20px;
}

.hidden, .gc-hidden {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.basic #findFieldLinks {
    white-space: nowrap;
}

#findFieldLinks {
    padding: 5px 0 10px;
}

ol, ul {
    list-style: none;
}

.find-field-link:first-child {
    padding: 0 5px 0 0;
    border-left: none;
}

.find-field-link {
    display: inline;
    padding: 0 5px 0 7px;
}

#options {
    padding-right: 12px;
    background: url(../../ehost/arwrGreen.gif) no-repeat right center;
}

.find-field-link {
    display: inline;
    padding: 0 5px 0 7px;
}

/*.find-field-link>a {
    color: #1C71CF;
}

a:link, a:visited {
    color: #005bc6;
    text-decoration: none;
}*/