@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
.MainToolbarNavigation {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.MainToolbarNavigation .MainNavigation {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none;
}
@media (min-width: 992px) {
.MainToolbarNavigation .MainSearch {
    width: 80%;
}
}
@media (min-width: 1200px) {
.MainToolbarNavigation .MainSearch {
    width: 50%;
}
}
@media (min-width: 1600px) {
.MainToolbarNavigation .MainSearch {
    width: 40%;
}
}
#key1 {
  padding: 0;
}
#key1 #searchRow {
    padding: 5px 12px;
}
#key2 {
  padding: 0;
  border-top: 1px solid #d5d6da;
}
#key2 #searchRow {
    padding: 5px 12px;
}

.ConfirmedText {
  color: var(--color-primary);
  font-size: 20px;
}

#MultipleCheckOutListView {
  height: auto !important;
  max-height: 300px;
}
#MultipleCheckOutListView table th {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}
#MultipleCheckOutListView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#MultipleCheckOutListView .k-checkbox-label {
    display: block !important;
}
.AgDefaultBtn {
  color: #fff !important;
  background-color: #7fa0ae !important;
  border-color: #7fa0ae !important;
}
.AgDefaultBtn:hover, .AgDefaultBtn:focus {
    color: #fff !important;
    background-color: #a0b9c3 !important;
    border-color: #a0b9c3 !important;
}
.AgDefaultBtn[disabled] {
    background-color: #c7d4da !important;
    border-color: #c7d4da !important;
    color: #dde5e8 !important;
}
.AgDefaultBtn[disabled]:hover, .AgDefaultBtn[disabled]:focus {
      background-color: #c7d4da !important;
      border-color: #c7d4da !important;
      color: #dde5e8 !important;
}

.MainToolbarNavigation {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 8px;
}
.MainToolbarNavigation .MainNavigation {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none;
}
@media (min-width: 992px) {
.MainToolbarNavigation .MainSearch {
    width: 80%;
}
}
@media (min-width: 1200px) {
.MainToolbarNavigation .MainSearch {
    width: 50%;
}
}
@media (min-width: 1600px) {
.MainToolbarNavigation .MainSearch {
    width: 40%;
}
}

