@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic");
@import url("//fonts.googleapis.com/css?family=Courgette");

body {
    font-family: "Source Sans Pro", "Helvetica Neue";
    font-weight: 400;
}

iframe {
    width: 100%;
}

.select2-simple {
    width: 100% !important;
}

.date-picker-wrapper.single-date {
    width: 203px !important;
}

.content {
    min-height: 1000px;
}

.small-box > .small-box-footer {
    padding: 20px 0;
    font-size: 1.5em;
    border-top: 1px solid white;
}

.small-box h3 {
    text-align: center;
}

.bg-pink {
    background-color: #ec95e0 !important;
    color: #fff;
}

.keypad-start,
.keypad-end {
    background: #ff0;
}

.keypad-popup {
    z-index: 2000;
    margin-top: 5px;
}
.keypad-popup,
.keypad-inline,
.keypad-key,
.keypad-special {
    font-size: 30px;
}

.w240 {
    width: 240px;
}

ul#select2-client_id-results li.select2-results__option {
    border-bottom: 1px solid grey;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}

.picker__select--month,
.picker__select--year {
    height: 3em;
}

.radio label,
.checkbox label {
    padding-left: 0px;
}
.dataTable input[type="text"] {
    width: 75%;
}

.is-iframe #flower-order-form {
    min-height: 350px;
}

span.stock_products_prices {
    font-size: 1.5em;
    font-weight: bold;
}

#appentitiesmasterflowerorderitem_table_wrapper table > tbody > tr > td,
#appentitiesmasterflowerorderitem_table_wrapper table > tbody > tr > th,
#appentitiesmasterflowerorderitem_table_wrapper table > tfoot > tr > td,
#appentitiesmasterflowerorderitem_table_wrapper table > tfoot > tr > th,
#appentitiesmasterflowerorderitem_table_wrapper table > thead > tr > td,
#appentitiesmasterflowerorderitem_table_wrapper table > thead > tr > th {
    padding: 2px;
}

.skin-blue .main-header .logo {
    background-color: #222d32;
    color: #000;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header .navbar {
    background-color: #222d32;
    color: #000;
}

.skin-blue .main-header .logo:hover {
    background-color: #222d32;
}

a.wfs-logo {
    background: url("/img/logo_wide_white.png") no-repeat center center;
    width: 200px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
        background: url("/img/logo_small_white.png") no-repeat center center;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.holds-the-iframe {
    background: url(../img/ajax-loader.gif) center center no-repeat;
}

.editProduct {
    font-style: unset;
    color: darkblue;
}

/*# sourceMappingURL=app.css.map */
.autoComplete_wrapper {
    display: inline-block;
    position: relative;
  }
  
  .autoComplete_wrapper > input {
    height: 3rem;
    width: 370px;
    margin: 0;
    padding: 0 0.5rem 0 0.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    text-overflow: ellipsis;
    color: rgb(85, 85, 85);
    outline: none;
    border-radius: 1rem;
    border: 0.05rem solid rgba(5, 5, 5, 0.5);
    background-image: url(./images/search.svg);
    background-size: 1.4rem;
    background-position: left 1.05rem top 0.8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all -webkit-transform 0.4s ease;
  }
  
  .autoComplete_wrapper > input::placeholder {
    color: rgba(49, 49, 49, 0.5);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  
  .autoComplete_wrapper > input:hover::placeholder {
    color: rgba(255, 122, 122, 0.6);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  
  .autoComplete_wrapper > input:focus::placeholder {
    padding: 0.1rem 0.6rem;
    font-size: 0.95rem;
    color: rgba(255, 122, 122, 0.4);
  }
  
  .autoComplete_wrapper > input:focus::selection {
    background-color: rgba(255, 122, 122, 0.15);
  }
  
  .autoComplete_wrapper > input::selection {
    background-color: rgba(255, 122, 122, 0.15);
  }
  
  .autoComplete_wrapper > input:hover {
    color: rgba(121, 121, 121, 0.8);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  
  .autoComplete_wrapper > input:focus {
    color: rgb(0, 0, 0);
    border: 0.06rem solid rgba(119, 119, 119, 0.8);
  }
  
  .autoComplete_wrapper > ul {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0.5rem 0 0 0;
    padding: 0;
    z-index: 1;
    list-style: none;
    border-radius: 0.1rem;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.07);
    box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    outline: none;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
  }
  
  .autoComplete_wrapper > ul[hidden],
  .autoComplete_wrapper > ul:empty {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  
  .autoComplete_wrapper > ul > li {
    margin: 0.3rem;
    padding: 0.1rem 0.1rem;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    border-radius: 0.1rem;
    background-color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
  }
  
  .autoComplete_wrapper > ul > li mark {
    background-color: transparent;
    color: rgb(44, 44, 44);
    font-weight: bold;
  }
  
  .autoComplete_wrapper > ul > li:hover {
    cursor: pointer;
    background-color: rgba(255, 122, 122, 0.15);
  }
  
  .autoComplete_wrapper > ul > li[aria-selected="true"] {
    background-color: rgba(255, 122, 122, 0.15);
  }
  
  @media only screen and (max-width: 600px) {
    .autoComplete_wrapper > input {
      width: 18rem;
    }
  }