﻿#SearchMain .search-title {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #fd990d;
  position: relative;
  margin: 0 0 30px 0; }
  #SearchMain .search-title > div {
    border-bottom: 3px solid #fd990d;
    height: 100%;
    display: inline-block;
    padding: 5px 0;
    font-family: "BYekan";
    font-size: 15px; }

#SearchMain .search-control {
  margin-bottom: 3px; }
  #SearchMain .search-control .lables {
    color: #909090;
    font-weight: normal; }
  #SearchMain .search-control .borders {
    border: solid #C9C9C9 1px; }
  #SearchMain .search-control .search-tarikh-container {
    padding: 0; }
    #SearchMain .search-control .search-tarikh-container .search-tarikh {
      margin: 0 2px;
      width: 15%; }
  #SearchMain .search-control .buttons input {
    border: 1px solid #dbd9d9;
    background-color: #f1efef;
    color: #88a527;
    cursor: pointer; }
  #SearchMain .search-control.show-subjects-block {
    margin-right: 8px !important; }
    #SearchMain .search-control.show-subjects-block .show-subjects {
      width: 90%;
      display: none; }

#SearchMain .search-button {
  margin-top: 3px; }
  #SearchMain .search-button input {
    cursor: pointer;
    background-color: #3ec5c8;
    border: none;
    color: white; }

#SearchContent .item-count-box {
  color: #50a39b;
  background-color: #ebebeb;
  margin: 20px 0;
  padding: 5px; }
  #SearchContent .item-count-box .item-count {
    color: #ff9900;
    font-weight: bold; }

#SearchContent .items-box {
  margin-top: 20px;
  margin-bottom: 30px; }
  #SearchContent .items-box .item-container {
    margin-top: 30px;
    border-top: solid #e0e0e0 1px;
    color: #656565;
    position: relative;
    padding-top: 10px; }
    #SearchContent .items-box .item-container .module-icon {
      top: -28px;
      width: 35px;
      height: 35px;
      position: absolute; }
      #SearchContent .items-box .item-container .module-icon:before {
        font-size: 28pt; }
    #SearchContent .items-box .item-container .item-title {
      font-weight: bold;
      color: #489eb5; }
    #SearchContent .items-box .item-container .item-text {
      margin-top: 6px;
      padding-right: 4px;
      text-align: justify;
      color: #9d9d9d; }
    #SearchContent .items-box .item-container .item-add-info {
      margin-top: 3px;
      color: #bababa; }
      #SearchContent .items-box .item-container .item-add-info span {
        margin-right: 10px; }

#SearchMain .filter-box {
  position: fixed;
  width: 11%;
  height: 50%; }

#SearchMain .scopes {
  height: auto;
  margin-right: 10px;
  background-color: #eeeeee;
  max-height: 50%;
  overflow-y: scroll;
  -ms-scrollbar-base-color: #fd990d;
  scrollbar-base-color: #fd990d;
  -ms-scrollbar-highlight-color: #fd990d;
  scrollbar-highlight-color: #fd990d;
  -ms-scrollbar-track-color: #ffe6c3;
  scrollbar-track-color: #ffe6c3;
  -ms-scrollbar-arrow-color: #fd990d;
  scrollbar-arrow-color: #fd990d;
  -ms-scrollbar-shadow-color: #ff9500;
  scrollbar-shadow-color: #ff9500; }
  #SearchMain .scopes::-webkit-scrollbar {
    width: 7px;
    background-color: #ffe6c3;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  #SearchMain .scopes::-webkit-scrollbar-track {
    margin: 2px 0;
    width: 7px;
    background-color: #ffe6c3;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  #SearchMain .scopes::-webkit-scrollbar-track-piece {
    width: 7px;
    background-color: #ffe6c3;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  #SearchMain .scopes::-webkit-scrollbar-thumb {
    background-color: #fd990d;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    #SearchMain .scopes::-webkit-scrollbar-thumb:hover, #SearchMain .scopes::-webkit-scrollbar-thumb:active {
      background-color: #ff9500; }
  #SearchMain .scopes .scope-item {
    display: block;
    padding: 6px 12px 6px 0;
    cursor: pointer;
    border-bottom: 1px solid white;
    text-decoration: none;
    color: #6e6e6e;
    position: relative; }
    #SearchMain .scopes .scope-item:before {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #3ec5c8;
      top: 15px;
      margin-right: -7px; }
    #SearchMain .scopes .scope-item.active:before {
      background-color: #fd990d; }
    #SearchMain .scopes .scope-item:hover {
      background-color: #DBDBDB; }

#SearchMain .scope-box-button {
  color: #37839b;
  display: inline-block;
  position: fixed !important;
  left: -8px;
  top: 100px;
  width: 40px;
  height: 40px;
  background-color: #dfdfdf;
  z-index: 999; }

#SearchMain .dropdown-menu {
  right: -200px;
  max-height: 200px;
  overflow-y: scroll;
  top: -41px;
  box-shadow: none;
  border-radius: initial;
  -ms-scrollbar-base-color: #fd990d;
  scrollbar-base-color: #fd990d;
  -ms-scrollbar-highlight-color: #fd990d;
  scrollbar-highlight-color: #fd990d;
  -ms-scrollbar-track-color: #ffe6c3;
  scrollbar-track-color: #ffe6c3;
  -ms-scrollbar-arrow-color: #fd990d;
  scrollbar-arrow-color: #fd990d;
  -ms-scrollbar-shadow-color: #ff9500;
  scrollbar-shadow-color: #ff9500; }
  #SearchMain .dropdown-menu::-webkit-scrollbar {
    width: 7px;
    background-color: #ffe6c3;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  #SearchMain .dropdown-menu::-webkit-scrollbar-track {
    margin: 2px 0;
    width: 7px;
    background-color: #ffe6c3;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  #SearchMain .dropdown-menu::-webkit-scrollbar-track-piece {
    width: 7px;
    background-color: #ffe6c3;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  #SearchMain .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #fd990d;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    #SearchMain .dropdown-menu::-webkit-scrollbar-thumb:hover, #SearchMain .dropdown-menu::-webkit-scrollbar-thumb:active {
      background-color: #ff9500; }
  #SearchMain .dropdown-menu > .active > a {
    background-color: #D0D0D0; }
    #SearchMain .dropdown-menu > .active > a:hover, #SearchMain .dropdown-menu > .active > a:focus {
      background-color: #D0D0D0; }

#SearchMain .scopes-xs {
  position: fixed;
  left: 0;
  height: auto;
  margin-right: 10px;
  background-color: #eeeeee;
  z-index: 9999; }

#SearchMain .keyword-box {
  height: auto;
  margin-right: 10px;
  max-height: 50%;
  overflow-y: auto;
  margin-top: 10px;
  -ms-scrollbar-base-color: #2cb3c9;
  scrollbar-base-color: #2cb3c9;
  -ms-scrollbar-highlight-color: #2cb3c9;
  scrollbar-highlight-color: #2cb3c9;
  -ms-scrollbar-track-color: #c3f1ff;
  scrollbar-track-color: #c3f1ff;
  -ms-scrollbar-arrow-color: #2cb3c9;
  scrollbar-arrow-color: #2cb3c9;
  -ms-scrollbar-shadow-color: #2cb3c9;
  scrollbar-shadow-color: #2cb3c9; }
  #SearchMain .keyword-box::-webkit-scrollbar {
    width: 7px;
    background-color: #c3f1ff;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  #SearchMain .keyword-box::-webkit-scrollbar-track {
    margin: 2px 0;
    width: 7px;
    background-color: #c3f1ff;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  #SearchMain .keyword-box::-webkit-scrollbar-track-piece {
    width: 7px;
    background-color: #c3f1ff;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  #SearchMain .keyword-box::-webkit-scrollbar-thumb {
    background-color: #2cb3c9;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    #SearchMain .keyword-box::-webkit-scrollbar-thumb:hover, #SearchMain .keyword-box::-webkit-scrollbar-thumb:active {
      background-color: #2cb3c9; }
  #SearchMain .keyword-box .key-item {
    display: inline-block;
    color: black;
    padding: 5px 5px 0 5px;
    border: 1px solid #EAEAEA;
    border-top-left-radius: 10px;
    margin: 2px 1px;
    cursor: pointer; }
    #SearchMain .keyword-box .key-item.selected {
      background-color: #E9FFFF; }
    #SearchMain .keyword-box .key-item .font-icon {
      float: right;
      font-size: 17px;
      margin: 3px 0 0 5px;
      width: auto;
      color: rgba(62, 197, 200, 0.38); }

@media (max-width: 400px) {
  #SearchMain .search-title h4 {
    display: none; } }

