/* Excellent search | searchform */

.es_searchform-container {
    margin: 0 0 10px;
    width: 340px;
    overflow: hidden;
}

.es_searchform-container  .field-container {
        margin-right: 10px;
        width: 250px;
        overflow: hidden;
        float: left;
}

.es_searchform-container label {
        margin-right: 10px;
        width: 100px;
        overflow: hidden;
        float: left;
}

.es_searchform-container input[type="text"] {

        width: 250px;
        float: left;
}

.es_searchform-container .submit-container {
        float: right;
	padding-top: 21px;
        width: 80px;
}

.es_searchform-container input[type="submit"] {
        float: left;
        width: 80px;
        height:26px;
}

.es_tag li {
    float: left;
    margin: 7px 7px 0 0;
    overflow: hidden;
    display: block;
    overflow: hidden;
    border-radius: 9px;
    font-size: 60%;
    padding:5px 5px 5px 7px;
    background: #eee;
    border-bottom: solid 1px #ccc;
}

 .es_tag li a {
        width:5px;
        margin: 0 5px;
        float: right;
        border: none;
        text-decoration: none;
        cursor: pointer;
}

/* Excellent search | searchresults */


/*.standardE{ background-color: #008844;!*green-light*! }*/
/*.standardM{ background-color: #CC1133;!*red-light*! }*/
/*.standardQ{ background-color: #0099DD;!*blue-light*! }*/
/*.standardU{ background-color: #DD7722;!*orange-light*! }*/

.es_searchresults-container .se_searchresults-info {
   margin-bottom: 15px;
   font-size: 14px;
}

.es_searchresults-container ul {
    margin: 0px;
   list-style: none;

}
.es_searchresults-container ul li {
   padding: 15px;
   margin-bottom: 15px;
   box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.1), 0 -4px 0px 0px #002266;
   background-color: #ffffff;
   overflow: hidden;
   border-radius: 4px;
   transition: all ease 0.4s;
}

.es_searchresults-container ul li:hover {
   transform: translateY(-2px);
   transition: all ease 0.4s;
}

.es_searchresults-container ul li a {
   text-decoration: none;
   border-left: 3px solid;
   border-color: #E7EAEC;
   padding-left: 15px;
   display: block;
}


.es_searchresults-container ul li a.standardE {
   border-color: #008844; /*green-light*/
}

.es_searchresults-container ul li a.standardM {
   border-color: #CC1133; /*red-light*/
}

.es_searchresults-container ul li a.standardQ {
   border-color: #0099DD; /*blue-light*/
}

.es_searchresults-container ul li a.standardU {
   border-color: #DD7722; /*orange-light*/
}

.es_searchresults-container ul li .title {
   font-weight: 400;
    display: block;
}

.es_searchresults-container ul li .category,
.es_searchresults-container ul li .tags {
   display: block;
   font-size: 14px;
   color: #4A4A4A;
}

/* Pagination */
.se_searchresults-pagination {
   padding: 30px 0;
   text-align: right;
   font-size: 14px;
}

/* Facetten  */
.facet_title {
    font-size: 14px;
    margin-bottom: 5px;
}

ul.facet-list {
   margin-bottom: 15px;
   border-top: 1px solid #E7EAEC;
}

.facet-list li {
    font-size: 70%;
}

.facet-list li {
   overflow: hidden;
   display: block;
   border-left: 1px solid #E7EAEC;
   border-bottom: 1px solid #E7EAEC;
   border-right: 1px solid #E7EAEC;
}


.facet-list li .facettitle {
    display: block;
    float: left;
    overflow: hidden;
    padding: 4px 5px;
    width: 170px;

}

.facet-list li .facetnum {
   background: #F2F4F7;
   display: block;
   float: right;
   font-size: 10px;
   height: 21px;
   margin-right: 4px;
   margin-top: 3px;
   overflow: hidden;
   text-align: center;
   width: 37px;
   padding-top: 3px;
}

.facet-list li.more {
    cursor: pointer;
}
body .facet-list li.more-link {
   display: block;
   padding: 4px 5px;

   cursor: pointer;
}
body .facet-list li.less-link {
    display: none;
    padding: 4px 5px;
    width: 220px;
   cursor: pointer;
}

body ul.more li.more-link {
    display: none;

}
body ul.more li.less-link {
    display: block;
}

body ul.more li.more {
	display: block;
}
body ul li.more {
	display: none;
}

button.toggle-row {
  display: none;
}

/* Register form */
#other_company_p {
   display: none;
}

.listing-item {
    background-color: #ffffff;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.1), 0 -3px 0px 0px #002367, 0px 2px 10px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all ease 0.4s;
    font-size: 14px;
}

.listing-item a {
    color: #4b4b4b;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 15px;
}

.listing-item:hover {
    background-color: #F2F4F7;
    cursor: pointer;
    transform: translateY(-2px);
    transition: all ease 0.4s;
}

.listing-item .term, .listing-item .standard {
    float: left;
    width: calc(75% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.listing-item .term {
    width: calc(25% + 30px);
}

.listing-item .termTitle {
    color: #4A4A4A;
    font-weight: 500;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.listing-item .itemRight::after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    color: #B88B00;
    right: 15px;
    position: absolute;
    font-size: 18px;
    font-weight: 300;
}

.standardsSearch {
    margin-top: 0px;
    margin-bottom: 60px;
}

.linkWrapper {
    margin-bottom: 20px;
}

.linkWrapper a {
    text-decoration: underline;
}

.standardsSearch .searchField {
    border-radius: 4px;
    box-shadow: 0 2px 0px 0px #002266;
    position: relative;
}

.standardsSearch .searchField input {
    background-color: #ffffff;
    border: none;
    border-bottom-left-radius: 4px;
    color: #002266;
    font-weight: 300;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    box-shadow: none;
}

.standardsSearch .searchField button {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    border-radius: 0px 4px 4px 0px;
}

.active-standards .pageTitle {
    display: none;
}

.active-standards .btn {
    white-space: nowrap;
}

.numberLine {
    background-color: #ddd;
    color: #fff;
    padding: 6px;
    margin: 0 10px 0 0;
}

.searchFilters a {
    font-size: 18px !important;
    position: relative;
    top: 15px;
}

.filterCount {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 2px solid;
    padding: 3px;
    position: absolute;
    top: 8px;
    right: 35px;
    font-size: 14px;
    line-height: 14px;
    color: #b88b00;
    border-radius: 50%;
    text-align: center;
}

.display-posts-listing {
    min-height: 600px;
}

:root {
    --switches-bg-color: #f3f4f8;
    --switches-label-color: #4A4A4A;
    --switch-bg-color: white;
    --switch-text-color: #4A4A4A;
}

.switches-container {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0 5px 0 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right)
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color) ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}


