.fg-filter-menu-container {
  width: 184px;
  height: 174px;
  padding: 22px 12px 9px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(211, 211, 211, 0.5);
  border: solid 1px #d9d9d9;
  background-color: #fff;
  position: absolute;
  top: 36px;
  box-sizing: unset;
}

.fg-filter-search {
  position: relative;
}

.fg-filter-search input{
  width: 100%;
  height: 23px;
  margin: 1px 0 6px;
  padding: 4px 6.2px 4px 8px;
  border-radius: 1px;
  border: solid 1px #eaeaea;
  background-color: #fefefe;
  font-size: 12px;
  font-family: "Source Sans Pro";
  box-sizing: border-box;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #696a7d;
}

.fg-filter-values {
  width: 94%;
  height: 101px;
  flex-grow: 0;
  margin: 5px 0 0;
  padding: 2px 2px 2px 8px;
  border-radius: 1px;
  border: solid 1px #eaeaea;
  background-color: #fefefe;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  box-sizing: unset;
}

.fg-filter-selectAll{
  display: flex;
  justify-content: space-between;
  margin: 2px 0px 10px 8px;
  align-items: baseline;
}

.fg-row-value {
  width: 38px;
  height: 15px;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #696a7d;
  cursor: pointer;
}

.fg-conditional-filter-container {
  padding: 12px 20px 10px 8px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(211, 211, 211, 0.5);
  border: solid 1px #d9d9d9;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  box-sizing: unset;
}

.fg-menu-column{
  width: 30px;
  height: 15px;
  margin: 5px 8px 3px 0;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.fg-menu-popup{
  width: 300px;
  height: 107px;
  padding: 12px 0 10px 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.fg-filter-column-name{
  margin: 5px 8px 3px 0;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #696a7d;
  white-space: nowrap;
}

.fg-dropdown-container{
  width: 114px;
  height: 23px;
  margin: 0 8px;
  border-radius: 1px;
  border: solid 1px #efefef;
  background-color: #fcfcfc;
}

.fg-select-wrapper{
  height: 100%;
  position: relative;
}

.fg-arrow-icon{
  position: absolute;
  right: 5px;
  top: 0px;
}

.fg-arrow-icon svg{
  width: 7.9px;
  fill: #828282;
}

.fg-textbox-container{
  height: 23.1px;
  flex-grow: 0;
  border-radius: 1px;
  border: solid 1px #efefef;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

.fg-textbox-container input{
  width: 92%;
  padding: 0 4px;
  margin: 0;
  border: none;
  height: 100%;
  color: #696a7d;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  box-sizing: unset;
}

.fg-dash{
  width: 6px;
  height: 1px;
  margin: 11.5px 6px 10.5px 5.1px;
  background-color: #d8d8d8;
}

.fg-filter-container{
  display: flex;
  justify-content: flex-end;
}

.fg-logical-op{
  width: 48px;
  height: 23px;
  border-radius: 1px;
  border: solid 1px #efefef;
  background-color: #fdfdfd;
}

.fg-add-filter{
  height: 15px;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #696a7d;
  cursor: pointer;
  margin-left: 2px;
}

.fg-contd-wrapper{
  margin-top: 22px;
}

.fg-clear-filter{
  height: 13px;
  font-family: 'Source Sans Pro';
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c57a7;
  cursor: pointer;
}

.fg-clear-value-filter{
  height: 13px;
  font-family: 'Source Sans Pro';
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c57a7;
  cursor: pointer;
}

.fg-filters-container{
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  margin: 8px 0px;
}

input::placeholder {
  font-size: 12px;
  opacity: 0.5;
}

.fg-filter-value-row {
  padding-top: 5px;
  margin: 2px 0px;
  position: relative;
}

.fg-filter-checkbox{
  visibility: hidden;
  margin: 3px 3px 3px 4px;
  box-sizing: border-box;
}

.geekmark {
  position: absolute;
  top: 11px;
  left: 4px;
  height: 10px;
  width: 10px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #69687e;
  box-sizing: unset;
}

.geekmark:after{
  left: 0.24em;
  top: 1px;
  width: 2px;
  height: 5px;
  border: solid white;
  border-width: 0 0.18em 0.18em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: unset;
}

/* Specify the background color to be
shown when checkbox is checked */
.fg-filter-checkbox:checked ~ .geekmark {
  background-color: #69687e;
  border: 1px solid white;
}

/* Checkmark to be shown in checkbox */
  /* It is not be shown when not checked */
.geekmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Display checkmark when checked */
.fg-filter-checkbox:checked ~ .geekmark:after {
  display: block;
}

.check-container{
  position: relative;
  cursor: pointer;
}

.fg-cross-filter-container{
  position: absolute;
  right: 4px;
  top: 5px;
  cursor: pointer; 
}

.fg-cross-filter-container svg{
  stroke: #C7C7C7;
  vertical-align: baseline;
}

.fg-filter-wrapper{
  display: flex;
  margin-top: 8px;
}

.fg-logical-op-container{
  display: flex;
  width: 105px;
}

.fg-deselect-icon{
  margin-top: 5px;
  margin-right: 5px;
}

.fg-conditions-container{
  flex-grow: 0;
  margin: 8px 12px 8px 0;
  padding: 2px 13px 5px;
  border-radius: 10px;
  background-color: #eaf1fb;
  display: flex;
  flex-grow: 0;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
  justify-content: space-between;
  min-width: 260px;
}

.fg-condition-text div{
  width: 216px;
  flex-grow: 0;
  margin: 0 6px 0 0;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.fg-condition-text span{
  white-space: nowrap;
}

.fg-global-conditions-wrapper{
  display: flex;
}

.fg-global-clear-all{
  display: flex;
  align-items: center;
}

.fg-global-clear-all span{
  height: 15px;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2c57a7;
  cursor: pointer;
}

.fg-bold-content{
  font-weight: 600;
}

.fg-conditions-wrapper{
  margin-top: 22px;
}

.fg-allintermediate-state{
    width: 8px;
      height: 8px;
      box-sizing: unset;
      border: 1px solid #69687e;
      display: inline-block;
      position: absolute;
      top: 8px;
      left: 4px;
      border-radius: 2px;
}

.fg-allintermediate-state span{
    background-color: #69687e;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 2px;
}
