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


/* BODY */

.min-vh-20 {
    min-height: 20vh;
}

.min-vh-40 {
    min-height: 40vh;
}
.pc-2 {
    padding: 2rem;
}


/*
-------------------------------------------
	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;
}

.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;
}

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

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

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


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

p#secondhalf_content2 {
    margin-top: 30px;
}


/* TOGGLE STYLE*/

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--exo-violet);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.roundCheckBox {
    border-radius: 34px;
}

.slider.roundCheckBox:before {
    border-radius: 50%;
}


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

.exo-remove-keyword span {
    color: grey;
    cursor: pointer;
}

.exo-remove-keyword span:hover {
    color: red;
}

.no-transition {
    transition: null !important;
}

li.multiple-kw {
    float: left;
    padding: 10px;
    border: 1px solid lightgray;
    margin: 5px 5px 0 0;
    list-style-type: none;
    display: block;
    min-width: 90px;
    border-radius: 5px;
    color: grey;
}

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

.keywords b {
    font-weight: 550 !important;
}

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

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

#ex_header a:hover,
#infoButton:hover,
.exo-remove-keyword span:hover,
.bi-search:hover,
.bi-x-lg:hover {
    color: var(--exo-violet) !important;
}

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

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


/*.sourceImg-div {*/


/*    height:100%;*/


/*    max-height: 120px;*/


/*    width: 90%;*/


/*}*/

.source-img {
    height: 100%;
    max-height: 110px;
    max-width: 90%;
    cursor: pointer;
}


/* The Modal (background) */

.modal-img {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.modal-content-img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}


/* Caption of Modal Image */

#caption-img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content-img,
#caption-img {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close-img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-img:hover,
.close-img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content-img {
        width: 100%;
    }
}

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 {
}


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

.btn-glyphicon {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
}

.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}


/* facet rendering */

#ex_sidebar {
    float: left;
    width: 2%;
    max-height: 700px !important;
    overflow-y: auto;
    margin-right: 25px;
    margin-top: 150px;
    min-height: 100px;
}

#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;
}

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

div.exo-multi-facet {
    max-height: 250px !important;
    margin-bottom: 80px;
    /* 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 -15px !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: 30px !important;
    border-bottom: 2px solid grey !important;
}

#exo-numRes {
    max-width: 50%;
    width: 100%;
    display: inline-block;
}

div#exo-numPerPage {
    width: auto;
    float: right;
}

div#exo-time_size {
    width: 20%;
    float: left;
}

div#exo-time_size span {
    float: right;
}

div.exo-name {
    word-wrap: break-word;
}

div.exo-name a {
    font-size: 20px !important;
    color: #0645ad;
    cursor: pointer;
}

#exo-view {
    float: right;
    padding-top: 3px;
    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;*/
    padding-right: 15px;
}

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

.border-grey {
    border-right: 1px solid #a2a9b1 !important;
}

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

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

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

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

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

.one-fourth ul {
    margin-left: -30px;
    list-style: none;
}

.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;
    border-radius: 10px;
    color: white;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 12px;
}

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

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

.labelCUSTOMER {
    background-color: grey;
}

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

.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 */

#exo-result-list {
    /* max-height: 660px;
    overflow-y: scroll; */
    clear: both;
    margin: 8px 0 18px 0;
}

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


/* result grid layout */

.exo-grid .exo-result {
    border: 1px solid #CCCCCC;
    clear: none;
    float: left;
    margin: 0 2.9% 2.9% 0;
    width: 31%;
    overflow: hidden;
}

.exo-grid .exo-recordSource {
    margin-bottom: 10px;
}


/* result table layout */

table#exo-result-table {
    width: 99%;
    font-size: 12px;
    text-align: center;
}

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

.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;
    color: #FFFFFF;
    text-align: center;
    /* cursor: zoom-in !important; */
}

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;
}

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


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

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 10;
    left: 0;
    border: 1px solid black;
    /* background-color: "lighgrey"; */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    /*padding: 16px;*/
}


/* #main h2,
p,
span {
    color: rgb(126, 122, 122);
} */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}