/*
-------------------------------------------
   GENERAL LAYOUT STRUCTURE
-------------------------------------------
0) RESET
1) HEADER
2) CONTENT
3) FOOTER
4) CUSTOM SEARCH
5) CUSTOM SUGGEST
*/

.btn {
    color: white;
    border-radius: 0rem;
}

.btn:hover {
    border: 1px solid var(--exo-violet);
    background: white;
}

select {
    color: #6c757d !important;
    font-size: 0.9rem !important;
}

option {
    color: #6c757d !important;
}

option:first-child {
    color: #6c757d;
}

.form-control:focus, .form-select:focus {
 border-color: var(--exo-violet);
box-shadow: 0 0 .2rem .03rem var(--exo-violet);
}

/* BODY */

body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

main {
    /*font: 15px/21px 'Arial', Arial;*/
    font-size: 17px !important;
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


/*
-------------------------------------------
	0. RESET
-------------------------------------------
*/

html,
div,
span,
applet,
object,
iframe,
p,
pre,
tt,
var,
center,
blockquote,
dl,
dt,
dd,
a,
abbr,
acronym,
address,
cite,
code,
dfn,
font,
kbd,
q,
samp,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-text-size-adjust: none;
}

.col-md-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.333333%;
    flex: 0 0 7.333333%;
    max-width: 7.333333%;
}

.col-md-0-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}

.col-md-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.clear {
    clear: both;
    width: 100%;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

img {
    border: 0;
}

.form-icons {
    border: none;
    background: none;
    padding: 5px;
    cursor: pointer;
}

.form-icons:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.exo-RecordMatch {
    color: red;
}

*:active,
*:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

embed,
iframe,
object,
table img {
    vertical-align: middle;
}


/*
-------------------------------------------
	1. HEADER
-------------------------------------------
*/


/*
-------------------------------------------
	2. CONTENT
-------------------------------------------
*/

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid lightgrey;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 7px 8px;
    background: lightgrey;
    color: #fff;
    z-index: 9;
    font-size: 0.65em;
    height: 15;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

::placeholder {
    font-size: 13px !important;
}

.form-group {
    margin-bottom: 0rem;
}

#intro {
    float: left;
    width: 100%;
    display: block;
    /* padding: 30px 0 10px 0; */
    margin-bottom: 4%;
    text-align: center;
    color: black !important;
}

.clicked {
    color: #be1400 !important
}

#content {
    float: left;
    width: 100%;
    display: block;
    /* padding-bottom: 4%; */
    /* padding: 4% 0; */
}


/* 
#content {
    padding: 40px 0;
    color: #616973;
} */

.inner,
.wrapper {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.inner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .inner {
    height: 1%;
}

#ex_header a {
    color: #01578c !important;
    text-decoration: none !important;
    font-size: 14px;
    cursor: pointer;
}

#ex_header a:hover {
    color: var(--exo-violet) !important;
}

.exo-bold a {
    font-weight: bold !important;
}

#ex_content {
    width: 95%;
    /*width: 79%;*/
    float: left;
    margin-left: 2%;
}

.search_input {
    float: left;
    width: 100%;
    padding: 1px;
    border-bottom: solid 1px #E4E4E4;
    background-color: #fff;
    visibility: hidden;
}

.search_input input {
    border: 0;
    box-shadow: none;
    /* width: 0; */
}

.img-fluid {
    height: 300px !important;
}

.startButton {
    float: right;
    position: relative;
    appearance: none;
    background: rgb(0, 100, 166);
    padding: 0.5em 1.5em;
    border: none;
    color: white;
    font-size: 1 em;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 80px;
    margin-right: 20px;
}

.startButton span {
    position: relative;
    pointer-events: none;
}

.startButton::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4405f7, transparent);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
}

.startButton:hover::before {
    --size: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arial", Arial, sans serif;
    padding: 0;
    margin: 0 0 0.4em 0;
    margin-top: 0px;
    margin-bottom: 0.4em;
    line-height: 1.15em;
    letter-spacing: 0.1px;
    font-weight: inherit;
}

h3 {
    font-size: 26px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #5c606b;
}

div#htr_search.htr_search {
    color: rgb(0, 100, 166);
    line-height: 12px;
    text-align: center;
    text-indent: 0;
    width: 40%;
    margin: 40px auto;
}

.search_buttons {
    float: left;
    width: auto;
}

.search_buttons input {
    float: right;
    margin-left: 5px;
}

input#submit_query {
    width: 110px;
    height: 50px;
}

.exo-remove-q {
    float: right;
    margin-right: 2px;
    margin-left: 2px;
}

.labelPhonebook {
    background-color: rgb(0, 100, 166);
}

.labelCRM {
    background-color: rgb(0, 127, 119);
}


/* facet rendering */


/* #ex_facets {
    float: left;
    width: 18%;
    max-height: 700px !important;
    overflow-y: auto;
    margin-left: 20px;
    margin-right: 12px;
    margin-top: 155px;
    min-height: 100px;
} */

#ex_facets {
    float: left;
    width: 19%;
    max-height: 700px !important;
    overflow-y: hidden;
    margin-left: 1%;
    margin-top: 2%;
    min-height: 100px;
}

#ex_facets:hover {
    overflow-y: auto;
    scrollbar-width: thin !important;
}

div#ex_facets h3 {
    font-size: 15px;
}

div.exo-multi-facet {
    /* max-height: 250px !important; */
    margin-bottom: 20px;
    /* overflow-y: hidden; */
}

.exo-multi-facet ul,
.exo-cats ul {
    list-style: none outside none !important;
    margin: 0;
    margin-left: 0px;
    margin-left: 4px !important;
    padding: 0;
}

.exo-FName {
    float: left;
    height: 19px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.exo-multi-facet div.exo-FName a {
    padding-left: 16px;
}


/* Checked background */

.exo-multi-facet li.exo-bold div.exo-FName a {
    background-position: -86px -17px !important;
}

.exo-more {
    margin-top: 5px;
}

.exo-more a::after {
    content: "\2026";
}

.exo-facet-border {
    border: 1px solid #CCCCCC;
    overflow-y: auto !important;
    padding: 0 !important;
}

.exo-multi-facet ul li,
.exo-cats ul li {
    margin: 0;
    position: relative;
}

.exo-li-height {
    clear: both;
    height: 16px;
    line-height: 16px;
    padding: 2px 0;
}

.exoFCount {
    font-size: 0.75em;
    color: #6E6E6E;
}


/* exo result layout header/ exo-pager */

.exo-first {
    padding-bottom: 10px !important;
    border-bottom: 2px solid grey !important;
    height: 35px;
}


/*#exo-numRes {*/


/*    width: 25%;*/


/*    display: inline-block;*/


/*    padding-top: 10px;*/


/*}*/

#exo-numRes {
    float: left;
    max-width: 50%;
    min-width: 30%;
    padding-top: 5px;
    width: 40%;
}

div#exo-time_size {
    width: 25%;
    float: left;
    padding-top: 5px;
}

div#exo-numPerPage {
    width: auto;
    float: right;
    padding-top: 5px;
}

#exo-view {
    float: right;
    padding-right: 10px;
}

.exo-pager {
    float: right;
}


/* Icons  */

#exo-view span {
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    margin: 0 3px;
    vertical-align: text-bottom;
    width: 26px;
}

#exo-gridView {
    background-position: -28px -2px;
    cursor: pointer;
}

#exo-gridView.exo-active {
    background-position: -2px -2px;
    cursor: default;
}

#exo-listView {
    background-position: -85px -3px;
    cursor: pointer;
}

#exo-listView.exo-active {
    background-position: -59px -3px;
    cursor: default;
}

#exo-tableView {
    background-position: -140px -3px;
    cursor: pointer;
}

#exo-tableView.exo-active {
    background-position: -116px -3px;
    cursor: pointer;
}


/* result all layouts */

.exo-result {
    clear: both;
    height: auto !important;
    position: relative;
}

.exo-result .exo-resultHeader {
    width: 100%;
    margin-bottom: 5px;
    height: 40px;
}

.exo-result .one-fourth {
    padding-top: 5px;
    font-size: 16px;
    float: left;
}

li.exo-clusterID,
li.exo-matchID {
    list-style: none;
}

.exo-matchID a {
    font-size: 17px !important;
}

.exo-table:hover {
    overflow: auto;
    scrollbar-width: thin !important;
}

.exo-table .exo-matchID a {
    font-size: 15px !important;
}

.size-10 {
    width: 10% !important;
}

.size-15 {
    width: 15% !important;
    padding-right: 15px !important;
    text-align: right;
    float: left;
}

.size-20 {
    width: 20% !important;
}

.size-25 {
    width: 25% !important;
}

.size-30 {
    width: 30% !important;
    float: left;
}

.size-40 {
    width: 40% !important;
    float: left;
}

.size-70 {
    width: 70% !important;
    float: left;
}

.size-80 {
    width: 80% !important;
    float: left;
}

.one-half ul {
    padding-left: 0px;
}

.one-fourth ul {
    margin-left: -32px;
}

.one-fifth .bottom-position {
    position: absolute;
    bottom: 10px;
}

.exo-desc .exo-telNo {
    float: left;
}

.exo-desc .exo-recordSource {
    float: right;
    color: white;
    padding: 4px;
}

.exo-resultHeader .exo-recordSource {
    float: right;
    color: white;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 12px;
}

li.exo-clusterID {
    list-style: none;
}

.exo-clusterID a {
    font-size: 16px !important;
}

.exo-table .exo-clusterID a {
    font-size: 15px !important;
}

.exo-duplicate {
    background: rgba(0, 0, 0, .05);
}

.labelBlue {
    background-color: rgb(0, 100, 166);
}

.labelGreen {
    background-color: rgb(0, 127, 119);
}

.labelGrey {
    background-color: grey;
}

.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

.square {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-top: 5px;
}

.exo-grid .square {
  margin-top: 6px;
}

.qualityA {
    background-color: #006600;
}

.qualityB {
    background-color: #9EE010;
}

.qualityC {
    background-color: #CFE010;
}

.qualityD {
    background-color: #E0C110;
}

.qualityE {
    background-color: #E09410;
}

.qualityF {
    background-color: #E03D10;
}


/* result list layout */

ul {
    list-style: none;
}

div#exo-result-list {
    max-height: 700px;
    overflow-y: hidden;
    clear: both;
    margin: 8px 0 18px 0;
}

div#exo-result-list:hover {
    overflow-y: auto;
    scrollbar-width: thin;
}

.exo-list {
    font-size: 18px;
    line-height: 23px;
}

.exo-list .exo-result {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 8px;
    overflow: hidden;
    margin-right: 5px;
    padding: 0 15px;
}


/* result grid layout */

.exo-grid .exo-result {
    border: 1px solid #CCCCCC;
    clear: none;
    float: left;
    margin: 0 3% 3% 2%;
    /*margin: 0 2.9% 2.9% 0;*/
    /*width: 31%;*/
    width: 45%;
    overflow: hidden;
    padding: 1%;
    word-break: break-all;
}

.exo-grid .exo-result ul {
    padding-left: 0px;
    margin-bottom: 0rem;
}


/* result table layout */

table#exo-result-table {
    width: 100%;
    font-size: 12px;
    text-align: center;
    border: 1px solid lightgrey;
}

#exo-result-table thead th {
    position: sticky !important;
    position: -webkit-sticky;
    top: 0 !important;
    background: lightgray;
    border-color: #000000;
    border-style: solid;
    padding: 0 5px;
}

.exo-result-tableRow {
    clear: both;
    height: 20px;
    border: 1px solid #CCCCCC;
}

.exo-result-tableRow td {
    padding: 0 5px;
}

#exo-result-table td.status {
    width: 20px;
    text-align: center;
}

td.status.range1 {
    background-color: green;
    color: #FFFFFF;
}

td.status.range2 {
    background-color: yellow;
    color: #000000 !important;
}

td.status.range3 {
    background-color: orange;
    color: #000000 !important;
}

#exo-result-table tbody tr:hover {
    background-color: lightgray;
}

.exo-result-tableRow td {
    border: 1px solid #CCCCCC;
    cursor: pointer;
}


/* tooltip */

.tooltip {
    display: block !important;
    position: absolute;
    padding: 6px 10px;
    background-color: #333;
    border: 1px solid #ffffff;
    color: #000000;
    white-space: nowrap;
    font-size: 10pt;
    font-weight: 400;
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica";
    line-height: 1.2em;
    z-index: 101;
}

.tooltip .tt-arrow {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.tooltip.tt-t .tt-arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #333333 transparent transparent transparent;
}

.tooltip.tt-r .tt-arrow {
    left: -10px;
    top: 50%;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #333333 transparent transparent;
}

.tooltip.tt-b .tt-arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #333333 transparent;
}

.tooltip.tt-l .tt-arrow {
    right: -10px;
    top: 50%;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #333333;
}


/* modal window */

.modal_content .data {
    width: 100%;
    float: left;
}

.modal_content .data .key {
    width: 45%;
    float: left;
}

.modal_content .data .value {
    width: 55%;
    float: left;
    overflow: hidden;
    word-wrap: break-word;
}

.modal_backdrop.in {
    opacity: 0.25;
}


/*
-------------------------------------------
	3. FOOTER
-------------------------------------------
*/

#footer {
    float: left;
    width: 100%;
    display: block;
    padding-top: 40px;
}

#footer ul.ul_links li a {
    border-color: #4e4e4e;
}

#footer ul.ul_links li {
    background: url(../images/ul_link.png) no-repeat 2px 11px transparent
}

#footer ul.ul_links li ul li {
    background-position: 25px 11px;
}

#footer .imageborder {
    padding: 3px;
    border: 0;
}


/*
-------------------------------------------
	4. CUSTOM SEARCH
-------------------------------------------
*/

.ui-icon {
    width: 10px;
    height: 10px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#header .text {
    text-align: right;
    position: relative;
    color: #000000;
    top: -20px;
    font-size: 14px;
}

#exo-results>span.exo_logo {
    display: none !important;
}


/* INPUT elemente an slider */

div.exo-slider input {
    width: 68px;
}


/* input:hover {
    border: 1px solid #0064A7 !important;
}

input:focus {
    border: 2px solid #0064A7 !important;
} */

input#suggest1 {
    /* width: 0; */
    height: 40px;
    padding-left: 20px;
}

.search_input button {
    width: 5%;
    border: 0;
    background: none;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.exo-red-color {
    color: #f26161;
}

.exo-blue-color {
    color: rgb(0, 100, 166);
}

.search_input input:focus {
    outline: 0;
}

.active input {
    /* width: 83%; */
    width: 90%;
    transition: width 0.8s linear;
    /* font-size: 9px; */
}

.active {
    visibility: visible;
}


/*
-------------------------------------------
	5. CUSTOM SUGGEST 
-------------------------------------------
*/

.exsg_box {
    position: absolute;
    /* width: auto !important; */
    /* max-width: 600px; */
    /* top: 72% !important; */
    /* left: 291px !important; */
    display: block;
    background-color: white;
    border: 1px #2D556E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 3px 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 10pt;
    overflow: hidden;
    padding: 0px;
    z-index: 99999;
}

.exo_logo {
    background: url("/global/images/exlogo_tiny.png") no-repeat scroll right 2px transparent;
    color: #2D556E;
    cursor: pointer;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 7.5pt;
    font-weight: bold;
    height: 15px;
    padding: 3px 65px 2px 0;
    vertical-align: bottom;
}

.exsg_results ul,
.exsg_results ul li {
    list-style: none none outside !important;
    padding: 0;
    margin: 0;
}

.exsg_item {
    margin: 0;
    cursor: default;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.exsg_item .col1 {
    width: auto;
    float: left;
    min-width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 18px;
    white-space: normal;
}

.exsg_item .col2 {
    float: right !important;
    display: inline-block;
    white-space: normal;
    padding-right: 9px;
}

.highlighted {
    font-weight: bold;
}


/* Custom suggest styles */

.exsg_footer {
    display: none;
}

.exsg_item {
    padding: 2px;
}

.col1 .exoSuggName {
    display: inline;
    overflow: hidden;
    vertical-align: top;
}

.exsg_cat .col1 {
    padding-left: 2px;
}

.exsg_cat {
    font-weight: bold;
    color: #01578c;
    background-color: #D3D3D387;
}

.exsg_logo {
    /*background-image: url(exorbyte_os2.png);*/
    line-height: 13px;
    overflow: hidden;
    border-top: 1px solid gray;
    margin: 0;
    padding: 0 5px;
    text-align: right;
    vertical-align: middle;
}

.exsg_loading {
    background-image: url('global/fed/img/indicator.gif') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.exsg_odd {
    background-color: #eee;
}

.exsg_over {
    background-color: #BFC9D0;
}

.exsg_tab {
    padding-left: 16px;
}

.exsg_bold {
    font-weight: bold;
}

.exsg_clear {
    clear: both;
}

.bg-move-outer {
    position: relative;
    /* overflow: hidden; */
    /* background-color: #c9ccd1; */
}

.search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.search * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 50px;
    height: 50px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 50vw;
    color: #2b2b2b;
    cursor: default;
}

.search__field:focus~.search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e9f1f4;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}

.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}

a[name="exo-match"] {
    cursor: pointer !important;
    text-decoration: none !important;
}

a[name="exo-match"]:hover {
    color: red !important;
    text-decoration: underline !important;
}

span.highlight {
    color: red;
}

.exo-match-error .error-title {
    font-weight: bold;
}

.exo-match-error .exo-match-error-link {
    cursor: pointer;
}