@font-face{
    font-family:'SiemensBold';
    src:url('fonts/SiemensSans-Bold.woff2') format("woff2"),url('fonts/SiemensSans-Bold.woff') format("woff")
}
@font-face{
    font-family:'SiemensRoman';
    src:url('fonts/SiemensSans-Roman.woff2') format("woff2"),url('fonts/SiemensSans-Roman.woff') format("woff")
}
@font-face{
    font-family:'SiemensWebIcon';
    src:url('fonts/siemens-webicons-webfont.woff') format("woff"),url('fonts/siemens-webicons-webfont.woff2') format("woff2")
}

body{
  background-color: #fff;
  font-family: 'SiemensRoman';
  overflow-x: hidden;
}
/* COMMON STYLES FOR MOST SECTIONS */
.border-radius-0{
  border-radius: 0 !important;
}

.background-blue{
  background-color: #619ED5;
}

.progress-margin-bottom{
  margin-bottom: 0;
}

.line-height-24{
  line-height: 24px;
}

.font-color, .font-color:hover{
  color: #5D5D5D;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
}

.margin-top-1{
  margin-top: 1em;
}

.margin-bottom-10{
  margin-bottom: 10px;
}

.margin-top-10{
  margin-top: 10px;
}

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

.padding-10{
  padding: 10px;
}

.padding-5{
  padding: 5px;
}

.padding-0{
  padding: 0px;
}

.margin-5{
  margin: 5px;
}

.word-break-filter{
  word-break: break-word;
}
/* HEADER SECTION */
.header{
  background-color: white;
  padding: 1em 1em 1em 4em;
  border-bottom: 1px solid #c8c8c8;
}

.header i{
  color: #3279cd !important;
}

.header img{
  height: 54px;
}

.iconsDiv{
  display: flex;
  height: 54px;
  align-items: center;
}

.headerIcons{
  color: white;
  margin-left: 2em;
}

/* LOADER WHILE SEARCH */
#loader-fixed-div{
  position: fixed;
  display: flex;
  align-items:center;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10000
}

#loader-fixed-div > div{
  width: 100%;
  text-align: center;
}
#loader-fixed-div > div > div{
  padding: 10px 15px;box-shadow: 0px 0px 2px black; display: inline-block; border-radius: 2px; margin-bottom: 40px; background-color: white
}

/* FACETED SEARCH TEXT */

.faceted-search-text > h3{
  font-weight: bold;
}

/* Search input */

.settings-image{
  background-color: white;
  border-left: 0;
  padding: 0 !important;
}

.search-box {
    margin-left: 10px;
    margin-right: 10px;
    height: 35px;
    position: relative;
    border: 1px solid #becdd7;
    border-radius: 2px;
    background-color: #fff;
}

form {
  margin: 0 !important;
}

.search-box input {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 10px;
    width: 75%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    border: none;
}
.search-box input:focus {
    outline: none;
}
.search-box .search-buttons {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    display: table;
}
.search-box .search-buttons .search-btn {
    float: right;
    text-align: center;
    width: 40px;
    display: table-cell;
}
.search-box .search-buttons .search-btn:hover {
    background-color: #879baa;
}
.search-btn-active {
  background-color: #879baa !important;
}
.search-box .search-buttons button {
    background-color: #fff;
    border: none;
    margin: 0;
    height: 33px;
    text-align: center;
}
.search-box .search-buttons .reset-btn {
  display: inline-block;
  background-color: #fff;
  width: 40px;
  text-align: center;
  float: right;
}
.search-box .search-buttons button i {
    font-size: 18px;
    color: #879baa;
    vertical-align: middle;
    margin-left: -2px;
}
.search-box .search-buttons .reset-btn i {
    font-size: 14px;
}
.search-box .search-buttons .search-btn:hover i {
    color: #fff;
}
.search-btn-active i {
  color: #fff !important;
}
.displayClass {
  display: block !important;
}
[class*=" icon-"], [class^=icon-] {
    font-family: 'SiemensWebIcon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e657";
}
.icon-close:before {
    content: "\e615";
}

/* CHECKBOXES STYLES */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.checkboxDiv{
  text-align: center;
  padding-top: 1em;
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid grey;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #619ED5;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* hover style just for information */
label:hover:before {
  border: 1px solid black !important;
}

/*---------- ADVANCED FILTERS ---------------*/

/* INPUT FIELD GROUP */
.settings-image > span{
  display: block;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  padding-left: 1em;
  padding-right: 1em;
}

.input-search{
  border-right: 0 !important;
  box-shadow: none !important;
}

.input-search:focus{
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-right: none !important;
}

.settings-dropdown{
  left: initial;
  right: 0;
}

.settings-dropdown li{
  padding: 2px 0;
  font-size: 12px;
}

.settings-dropdown li>a{
  background-color: none;
}

.settings-dropdown li>a:hover{
  background-color: #3276b1;
  color: white;
}

/* LEFT PANE FILTERS */
.results-found{
  font-size: 14px;
  line-height: 35px;
}
.caretICon {
  font-size:18px !important;
  margin-right:5px;
}

.filter-selected, .filter-selected:hover{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  background-color: #2080b3;
  border: 1px solid #609ed4;
  border-radius: 3px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
  padding: 8px 10px 8px 10px;
  margin: 5px;
  white-space: normal;
  word-break: break-word;
}

.filter-selected i {
  margin-left: 10px;
}

.filters-ul {
  list-style-type: none;
  padding: 0;
}

.filter-type{
  font-size: 18px;
  font-family: 'SiemensBold';
  color: #5D5D5D;
  cursor: pointer;
}

.filter-type:hover{
  cursor: pointer;
}

.chevron-down-icon{
/*  margin-right: 4em;*/
  cursor: pointer;
}

.showUptoColFilterCount:hover{
  cursor: pointer;
}

.showUptoColFilterCount{
  position: absolute;
  z-index: 1000;
  padding: 5px 0;
  background-color: white;
  box-shadow: 0 0 1px black;
}

.showUptoColFilterCount>div{
  padding: 5px;
  background-color: #E1DFDF;
  text-align: center;
}

.clearLink {
  color: #253bb1;
}

/* SORT OPTIONS */
.sort-align{
  margin-top: 2em;
}

.sort-align a{
  margin-left: 1em;
}

/* SEARCH RESULTS */
.divWidth {
  width: 100% !important;
}

.resultsContainer {
  max-width: 1170px;
  margin:0 auto;
}

h1 {
   display: inline-block;
   font-family: 'SiemensBold';
   font-size: 24px;
   margin-top: 3px;
   letter-spacing: -.03em;
}

.filter-by{
  font-size: 22px;
  font-family: 'SiemensBold';
  margin-top: 3px;
  letter-spacing: -.03em;
  padding: 15px 20px 15px 20px;
}

.contentTypeImg {
  margin: auto;
  padding-bottom: 5px;
}

.content-type-text {
  font-size: 16px;
  font-family: 'SiemensBold';
  display: block;
  text-align: center;
}

.content-size {
  text-align: center;
}

.search-result-container{
  padding: 12px;
}

.search-result-container:last-child {
  padding-bottom: 0;
}

.search-results-for {
  margin-top: 2.8em;
  font-size: 18px;
}

/*TITLE OF SEARCH RESULT IN ANCHOR TAG*/
.search-result-title, .search-result-title:hover{
  font-size: 18px;
    color: #3c464b;
    text-decoration: underline;
    margin-bottom: 10px;
    line-height: 25.6px;
}
.description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.url-bottom{
  color: #337ab7;
  font-size: 12px;
  line-height: 17.2px;
}
.url-bottom:hover {
  color: #23527c;
  text-decoration: underline;
}

/*---- ERROR -----*/
.error{
  display: block;
  color: red;
  font-size: 12px;
  margin: 10px 0px;
}

/*------- ADVANCED FILTERS ---------*/
#advancedFiltersDiv{
  margin: 1em 0em 1em 0em;
}

#footer{
  background-color: #d7d3d3;
  padding: 10px 0px;
  border-top: 1px solid black;
}
/* pagination */

.page-results {
  font-size: 18px;
}
.blue-font {
    color: #2387aa;
}
.bold {
  font-family: "SiemensBold";
}
.total-results {
  display: inline-block;
  position: relative;
}

.bottom-pagination {
  float: right;
  margin-top: -2em;
  padding-bottom: 2em;
}
.input-box {
    color: #2387aa;
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #879baa;
    background-color: #fff;
    font-family: 'SiemensBold';
}
.icon-arrow-left-large:before {
    content: "\e606";
}
.icon-arrow-right-large:before {
    content: "\e607";
}
.page-results a {
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #2387aa;
    width: 36px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    padding-top: 3px;
    position: relative;
    height: 36px;
    vertical-align: top;
}
.page-results a i {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* Suggestions div */

.suggestDiv {
  font-size: 16px;
  margin-top: 2em;
}
.suggestDiv ul {
  padding: 0 1.2em;
}
.suggestDiv ul li {
  line-height: 23px;
}

/* Advertisements */
.removeIcon {
  cursor: pointer;
  color: #7d7b7b;
}
.ads-style {
  background-color: #fff;
    border-color: #d2d1d1;
    color: #000 !important;
    font-size: 14px;
}
.ads-hr {
  border-top-color: #d2d1d1 !important;
}
.titleLink {
  font-size: 16px;
  color: #2a6496;
  margin-bottom: 5px;
}

@media screen and (max-width:767px) {
.search-result-container {
  border-top: 1px solid #879baa;
}
.ngCustomInput  {
  padding: 0;
}
.mobileFacets {
  margin-top: 10px;
}
.page-results {
  margin-top: 10px;
}
.bottom-pagination {
  float: none !important;
    clear: both;
    position: relative;
    text-align: center;
    margin-top: 0.5em;
    padding-bottom: 2em;
}
.hide-mobile {
  display: none !important;
}
.filters-div {
  background-color: #fbfbfb;
  box-shadow: inset -1px 0px 10px #cdcdcd;
  display: none;
}
.facetFilters {
  font-size: 20px;
  font-family: "SiemensBold";
  margin-left: 5px;
}
.facetFilters i{
  margin-right: 3px;
}
.search-result-container:last-child {
    padding-bottom: 12px;
}
.resultsStaticText {
  display: block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 11px;
}
.search-result-title, .search-result-title:hover {
  font-size: 16px;
  line-height: 17.6px !important;
}
.description {
  font-size: 14px;
  line-height: 15.4px;
  margin-top: 0px;
}
.total-results {
  top:10px;
  left: 0;
}
.page-results a {
  vertical-align: bottom;
}
}
