.cardStyle {
  /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06) !important; */
  padding: 16px !important;
}

.cardStyle2 {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06) !important;
  color: #000000 !important;
  height: 100%;
}

.aws .headerCardStyle {
  height: 60px !important;
  border-left: 8px solid #f88f00 !important;
  border-bottom: 1px solid #d7d8d9 !important;
}
.headerCardStyle {
  height: 60px !important;
  border-left: 8px solid #2196f3 !important;
  border-bottom: 1px solid #d7d8d9 !important;
}

.btnBlue {
  border-color: #0076ce !important;
  background-color: #0076ce !important;
  color: #ffffff !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.btnBlue:hover {
  border-color: #0092ff !important;
  background-color: #0092ff !important;
}

.btnBlueGhost {
  border-color: #d7d8d9 !important;
  background-color: #fff !important;
  color: #000 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.btnBlueGhost:hover {
  border-color: #0076ce !important;
  color: #0076ce !important;
}

.btnRed {
  border-color: #ea402a !important;
  background-color: #ea402a !important;
  color: #ffffff !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.btnRed:hover {
  border-color: #ff5b67 !important;
  background-color: #ff5b67 !important;
}

.btnGreen {
  border-color: #43b539 !important;
  background-color: #43b539 !important;
  color: #ffffff !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.btnGreen:hover {
  border-color: #27cb3e !important;
  background-color: #27cb3e !important;
}

.btnNormal,
.card-header:not(.navbarStyle) span.selection span {
  border-color: #c0c3c4;
  background-color: #eaebec;
  color: #000000;
  text-transform: capitalize;
}

li.list-inline-item span.select2-selection {
  background-color: #1f242c;
  color: #d7d8d9;
  border-color: #1f242c !important;
}

.aws .select2-results__option[aria-selected="true"] {
  background-color: #f88f00;
}

.aws li.list-inline-item:hover span.select2-selection {
  background-color: #df9d42 !important;
  border-color: #df9d42 !important;
  color: #d7d8d9;
}
.aws .select2-results__option.select2-results__option--highlighted {
  background-color: #f88f00;
  color: #fff;
}
li.list-inline-item:hover span.select2-selection {
  background-color: #67b3e1 !important;
  border-color: #67b3e1 !important;
  color: #d7d8d9;
}

button.btnNormal {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* .modalStyle{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.48);
} */

div.dataTables_paginate.paging_simple_numbers {
  height: 40px !important;
  background-color: #ffffff !important;
  border-color: #d7d8d9 !important;
}
.aws div.dataTables_paginate.paging_simple_numbers span a.current {
  background-color: #f88f00 !important;
  color: #ffffff !important;
}
div.dataTables_paginate.paging_simple_numbers span a.current {
  background-color: #0076ce !important;
  color: #ffffff !important;
}

.divSummary {
  border-color: #d7d8d9 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06) !important;
  background-color: #ffffff !important;
  padding: 4px;
}

.blueColor {
  color: #0076ce !important;
}

thead > tr > th {
  line-height: 32px !important;
  border-bottom: 2px solid #d7d8d9 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333f48 !important;
}

td {
  color: #000 !important;
}

tr:nth-child(even) {
  background-color: #f7f8f9 !important;
}

.breadcrumbStyle {
  color: #000000 !important;
  font-weight: 600 !important;
}

input:not([type="number"]) {
  border: 1px #d7d8d9 !important;
  background-color: #ffffff !important;
}

input:focus {
  box-shadow: 0 0 4px 0 rgba(0, 118, 206, 0.32) !important;
}

input:not([type="number"]) {
  border: 1px #c0c3c4 !important;
  background-color: #f7f8f9 !important;
}

.breadcrumbStyle2 {
  color: #000 !important;
  font-weight: 600 !important;
}
.icon-tooltip {
  position: absolute !important;
  font-size: 14px !important;
}
.content-date-picker {
  display: flex;
  justify-content: center;
  height: auto;
  align-items: flex-end;
  background: #fff;
  padding: 10px;
}
.content-date-picker input {
  max-width: 120px;
}
.date-choose {
  width: 95%;
  margin: 0 auto;
}

.ml-10px {
  margin-left: 10px;
}
.mr-5px {
  margin-right: 5px;
}
.mr-10px {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .custom-filters:nth-child(3) {
    min-width: calc(100% / 5);
    display: flex;
    align-items: center;
  }
}
.select2-dropdown {
  z-index: 99999 !important;
}

.invoiceTypeSelect .select2-search.select2-search--inline {
  display: none;
}
.invoiceTypeSelect .select2-selection__rendered{
  cursor: pointer;
}
.invoiceTypeSelect .select2-selection__rendered ::before {
  content: "";
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}

#alert_consumption th {
  white-space: nowrap;
}

#select2-invoiceTypeSelect-results .select2-results__option {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
#select2-invoiceTypeSelect-results .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  border: 2px solid #e9e9e9;
  /* border-radius: 4px; */
  background-color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
#select2-invoiceTypeSelect-results
  .select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #0092ff;
  background-color: #fff;
  border: 0;
  display: inline-block;
  padding-left: 1px;
}
#select2-invoiceTypeSelect-results
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
#select2-invoiceTypeSelect-results
  .select2-container--default
  .select2-selection--multiple {
  margin-bottom: 10px;
}
#select2-invoiceTypeSelect-results
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}
#select2-invoiceTypeSelect-results
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #fff;
  border-width: 2px;
}
#select2-invoiceTypeSelect-results
  .select2-container--default
  .select2-selection--multiple {
  border-width: 2px;
}
#select2-invoiceTypeSelect-results
  .select2-container--open
  .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#select2-invoiceTypeSelect-results
  .select2-selection
  .select2-selection--multiple:after {
  content: "hhghgh";
  /* select with icons badges single*/
}
#select2-invoiceTypeSelect-results
  .select-icon
  .select2-selection__placeholder
  .badge {
  display: none;
}
#select2-invoiceTypeSelect-results .select-icon .placeholder {
  display: none;
}
#select2-invoiceTypeSelect-results .select-icon .select2-results__option:before,
#select2-invoiceTypeSelect-results
  .select-icon
  .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}
#select2-invoiceTypeSelect-results .select-icon .select2-search--dropdown {
  display: none;
}
