.form {
  display: block;
  margin: 0 auto 20px auto; }
  .form__input {
    position: relative;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin: 0px auto 20px auto;
    padding: 10px 40px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form__input > div {
      width: 100%; }
    .form__input input {
      display: block;
      width: 100%;
      height: 24px;
      font-family: 'Roboto';
      font-size: 14px;
      color: #666666;
      border: 0px;
      outline: 0px; }
      .form__input input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .form__input textarea {
      display: block;
      width: 100%;
      padding-right: 40px;
      font-family: 'Roboto';
      font-size: 14px;
      color: #666666;
      border: 0px;
      outline: 0px;
      resize: none; }
    .form__input span {
      display: none;
      margin: 0px auto 7px auto;
      font-family: 'Roboto';
      font-size: 11px;
      color: #000000;
      font-weight: 700;
      user-select: none; }
    .form__input--show {
      display: block !important; }
    .form__input--hidden {
      display: none !important; }
    .form__input--active {
      border: solid 1px #3366cc; }
    .form__input--error {
      border: solid 1px #ed1a3b !important; }
      .form__input--error span {
        color: #ed1a3b !important; }
    .form__input--disabled {
      background-color: #ECECEC !important;
      cursor: not-allowed; }
    .form__input--checkmark {
      background-image: url([object Module]);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: right 5px center; }
    .form__input--datepicker {
      padding: 10px; }
    .form__input__calendar {
      position: absolute;
      right: 11px;
      top: 11px;
      z-index: 1;
      pointer-events: none;
      width: 25px;
      height: 21px; }
    .form__input .input-container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .form__input .checkmark-icon {
      width: 20px;
      margin-right: -35px; }
  .form__submit {
    display: block;
    margin: 0 auto; }
    .form__submit .btn {
      width: 200px; }
  .form .form-control {
    background: none; }
  .form .clear-date {
    font-size: 12px;
    color: #ad0e27;
    cursor: pointer;
    display: inline-block; }
    .form .clear-date:hover {
      text-decoration: underline; }

.rdt {
  position: relative; }

.form-control:focus {
  border: none !important;
  box-shadow: none !important; }

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9; }

.rdtOpen .rdtPicker {
  display: block; }

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static; }

.rdtPicker .rdtTimeToggle {
  text-align: center; }

.rdtPicker table {
  width: 100%;
  margin: 0; }

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px; }

.rdtPicker td {
  cursor: pointer; }
  .rdtPicker td.rdtDay:hover, .rdtPicker td.rdtHour:hover, .rdtPicker td.rdtMinute:hover, .rdtPicker td.rdtSecond:hover {
    background: #eeeeee;
    cursor: pointer; }

.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer; }

.rdtPicker td.rdtOld, .rdtPicker td.rdtNew {
  color: #999999; }

.rdtPicker td.rdtToday {
  position: relative; }
  .rdtPicker td.rdtToday:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px; }

.rdtPicker td.rdtActive {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .rdtPicker td.rdtActive:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff; }

.rdtPicker td.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker td.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker td span.rdtOld {
  color: #999999; }

.rdtPicker td span.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker td span.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9; }

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default; }

.rdtPicker th.rdtSwitch {
  width: 100px; }

.rdtPicker th.rdtNext, .rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top; }

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtPicker th.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker th.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker thead tr:first-child th {
  cursor: pointer; }
  .rdtPicker thead tr:first-child th:hover {
    background: #eeeeee; }

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9; }

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer; }
  .rdtPicker button:hover {
    background-color: #eee; }

.rdtPicker thead button {
  width: 100%;
  height: 100%; }

td.rdtMonth, td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer; }

td.rdtMonth:hover, td.rdtYear:hover {
  background: #eee; }

.rdtCounters {
  display: inline-block; }
  .rdtCounters > div {
    float: left; }

.rdtCounter {
  height: 100px;
  width: 40px; }

.rdtCounterSeparator {
  line-height: 100px; }

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  .rdtCounter .rdtBtn:hover {
    background: #eee; }

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em; }

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px; }
  .rdtMilli input {
    width: 100%;
    font-size: 1.2em;
    margin-top: 37px; }

.rdtTime td {
  cursor: default; }

.search__container {
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .search__container {
      width: 100%; } }

.search__submit {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0; }

.search__input {
  min-width: 300px; }
  .search__input input {
    width: 100%;
    padding: 4px;
    border: solid 1px #ECECEC;
    font-size: 14px;
    padding-right: 40px; }
    .search__input input:focus {
      outline: 0; }
  .search__input:focus {
    outline: 0; }

@media screen and (max-width: 575px) {
  .search__input {
    width: 100%;
    min-width: auto; } }

.cBtn-sort {
  padding-left: 45px;
  color: #666666;
  width: 130px;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  background-image: url(/static/icons/Icon-sort.svg);
  background-repeat: no-repeat;
  background-position: 18px center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }
  .cBtn-sort:focus {
    outline: 0; }

.filter__container {
  margin: 0px auto 20px auto;
  padding: 20px 40px;
  background: linear-gradient(to bottom, #ececec 0%, rgba(236, 236, 236, 0.5) 50%, rgba(255, 255, 255, 0) 100%); }
  .filter__container .row {
    border-bottom: none !important; }

.filter__setting {
  padding-left: 40px;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  background-image: url(/static/icons/Icon-Setting.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 13px center; }
  @media (max-width: 600px) {
    .filter__setting {
      padding-left: 35px; } }

.filter__title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #CCCCCC; }

.filter__title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #CCCCCC; }

.filter__btn {
  display: flex;
  justify-content: flex-end; }
  .filter__btn .dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .filter__btn .dropdown a {
      font-weight: 400;
      font-size: 12px;
      text-transform: capitalize; }
    .filter__btn .dropdown label {
      margin: 0; }
    .filter__btn .dropdown.limit-dropdown {
      padding-left: 15px; }

.filter__item {
  font-size: 14px;
  margin-bottom: 15px; }
  .filter__item a {
    color: #666666;
    text-decoration: none; }
    .filter__item a:hover {
      color: #333333; }
  .filter__item.active a {
    color: #ED1A3B;
    font-weight: bold; }
    .filter__item.active a:hover {
      color: #333333; }

.sort-filter .dropdown-item {
  padding: 0; }
  .sort-filter .dropdown-item a {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #666666;
    font-size: 13px; }
    .sort-filter .dropdown-item a:hover {
      text-decoration: none;
      color: #000000; }
  .sort-filter .dropdown-item:active a, .sort-filter .dropdown-item:active a:hover, .sort-filter .dropdown-item:focus a, .sort-filter .dropdown-item:focus a:hover {
    color: #fff; }
  .sort-filter .dropdown-item.selected a {
    color: #ed1a3b; }
    .sort-filter .dropdown-item.selected a:hover {
      color: #ed1a3b; }
  .sort-filter .dropdown-item.selected:active a, .sort-filter .dropdown-item.selected:active a:hover, .sort-filter .dropdown-item.selected:focus a, .sort-filter .dropdown-item.selected:focus a:hover {
    color: #fff; }

.item-action {
  display: flex;
  width: 100%;
  margin: 16px 0; }
  @media (max-width: 600px) {
    .item-action {
      padding-bottom: 60px; } }
  .item-action input[type='checkbox'] {
    margin-right: 30px; }
    @media (max-width: 600px) {
      .item-action input[type='checkbox'] {
        transform: scale(1.2);
        margin-left: -6px;
        margin-right: 15px; } }
  .item-action button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
    .item-action button span {
      display: block;
      width: auto;
      color: #666666;
      text-decoration: none;
      text-transform: capitalize;
      font-weight: initial; }

.search__pc {
  display: flex; }

.search__mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .search__pc {
    display: none; }
  .filter__btn {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .search__mobile {
    display: block;
    margin: 16px 0; } }

.dropdown-item a {
  color: #666666;
  font-size: 13px; }
  .dropdown-item a:hover {
    text-decoration: none;
    color: #000000; }

.dropdown-item:active a, .dropdown-item:active a:hover, .dropdown-item:focus a, .dropdown-item:focus a:hover {
  color: #fff; }

.dropdown-item.selected a {
  color: #ed1a3b; }
  .dropdown-item.selected a:hover {
    color: #ed1a3b; }

.dropdown-item.selected:active a, .dropdown-item.selected:active a:hover, .dropdown-item.selected:focus a, .dropdown-item.selected:focus a:hover {
  color: #fff; }

.sort-limit-block {
  display: flex; }
  @media (max-width: 600px) {
    .sort-limit-block {
      position: absolute;
      top: 50px; } }

