html,body {
    margin:0;
    padding:0;
    overflow:auto;
    padding-bottom: 50px;
}

/* colors */
.color-greyscale-shale {
    color: #697582;
}
.color-ocean-base {
    color: #0088A9;
}
/* colors end*/

.addressCardList {
    list-style-type: none;
    padding: 0;
}

.favorite-address-list:hover {
    color: #0088A9;
    text-decoration: underline;
}

.drop-up {
    top: auto;
    bottom: 100%;
}

.drop-right {
  left:100%;
  top: 26px;
}

label.ll-select-label {
  margin-top: 6px;
  padding: 8px 6px 6px;
  color: #0088a9;
  font-weight: 400;
}

.sc-header .ll-select-control {
  color: #0088a9;
  margin-bottom: 2px;
  min-width: 250px;
  font-weight: 400;
}

.ll-select-screen-robot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.Select-clear-zone {
  visibility: hidden;
}

.has-value.Select--single>.Select-control .Select-value .Select-value-label, .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
  color: #0088a9;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: left;
  }
}

.form-group label.section-description {
    position: static;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 100%;
    float: left;
}

.padded-select .Select--single>.Select-control .Select-value {
    padding-top: 12px;
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    width: 90%;
 }

 .form-group.form-group-active label {
    font-size: 100%;
}

form[name='createLabel'] {
    min-width: 75%;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2');
  }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}

.bg-toned {
    background-color: #f5fafd;
    margin-bottom: 0px;
    border-radius: 5px;
}

.bg-toned-dark {
   background-color: #e5eaed;
   margin-bottom: 10px;
}

.bg-blank {
   background-color: white;
   border: 1px solid #c4cdd6;
   border-radius: 5px;
}

.custom-shipment-form {
    display: flex;
}

.custom-shipment-form>.form-column {
    width: 50%;
    padding: 0px 1em;
}

.custom-shipment-form .product-details-row {
    width: 100%;
    padding-top: 8px;
}

.return-shipment-form {
    display: flex;
}

.return-shipment-form>.form-column {
    width: 100%;
    padding: 0px 1em;
}

#address-label {
      color: #8090a2;
}


.address-box {
    margin-left: 5px;
    padding: 5px 15px;
    width: 50%;
}

#box-info {
    margin-right: 5px;
    width: 50%;
}

.table.centered-text th, .table.centered-text td {
    text-align: center;
}

.ship-bar {
  background: #fff;
  box-shadow: 0 -2px 4px 0 rgba(105,117,130,.16), 0 -2px 4px 0 rgba(105,117,130,.23);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 10000;
}


.capabilities-prompt {
    border: 1px solid #c4cdd6;
    height: 50px;
    font-size: 14px;
}

.panel-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-success>.panel-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    background-image: none;
    background-repeat: no-repeat;
}

.card, .panel, .panel-default {
    display: block;
}

.panel-warning>.panel-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    background-image: none;
    background-repeat: no-repeat;
}

.card-block, .panel-body {
    background-color: #fff;
}

.panel-info>.panel-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    background-image: none;
    background-repeat: no-repeat;
}

.panel-danger>.panel-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    background-image: none;
    background-repeat: no-repeat;
}

.panel-instructions {
    font-size: 14pt;
}

.search-text {
  width: 75%;
  margin: auto;
}

.delivery-date-span {
    font-size: 10px;
    line-height: 16px;
    float: right;
}

#package-group {
    padding: 0 10px 0 15px;
    margin-bottom: 15px;
}

#capabilities-card {
    padding: 15px 10px 15px 15px;
    margin-bottom: 10%;
}

#additional-item-card {
    padding: 0 10px 0 15px;
    margin-bottom: 15px;
    border-color:#41B5DC;
    border-left-width: 40px;
    border-radius: 0px;
}

#additional-item-btn-1 {
    background-color: #41B5DC;
    border-color: #41B5DC;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
}

#additional-item-btn-2 {
    color: #41B5DC;
    border-color: #41B5DC;
    margin-top: 5px;
    margin-bottom: 10px;
}

.flex {
    display: flex;
}

.flex.justify-center {
    justify-content: center;
}

.flex.justify-end {
    justify-content: flex-end;
}

.flex.column{
    flex-flow: column;
}

.flex.column.center-horizontal {
    align-items: center
}

.flex.space-between {
    justify-content: space-between
}

.flex.align-items-center {
    align-items: center
}

.flex.thirds > * {
    width: 25%;
}
.full-width {
    width: 100%;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
    top: 3px;
    left: 15px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    color: lightslategrey;
    opacity: 0.9;
}

.floating-label::after {
    content: " *";
    color: red;
}

.inputContainer {
    position: relative;
}

#shipping-address-street {
    padding: 17px 0 0 15px;
}

/* custom alert */
.sc-custom-alert .url-status > div {
    margin: 8px 20px 8px 0;
}
.sc-custom-alert .response {
    margin-bottom: 5px;
}
.sc-custom-alert .status {
    color: #f0563a;
    font-weight: 600;
}
.sc-custom-alert .support-mail {
    margin: 8px 0 16px 0;
}
/* custom alert ends */

/* address tabs starts*/
.sc-address-tabs.card {
    width: 50%;
    margin: 0 0 10px 5px;
    border: 1px solid #e5eaed;
    border-radius: 0;
    box-shadow: unset;
}
.sc-address-tabs.card .card-block,
.sc-address-tabs.card .nav-item.active {
    background: #e5eaed;
}
.sc-address-tabs.card .nav-item {
    background: #fff;
    border: unset;
}
.sc-address-tabs.card .disabled,
.sc-address-tabs.card .nav-item a{
    color: #8090a2;
}
.sc-address-tabs.card .sc-edit-address {
    float: right;
    cursor: pointer;
    font-size: 18px;
}
/* address tabs end*/

/* language preferences starts*/
.language-preferences .modal-body{
    min-height: 440px;
}
/* language preferences end*/
