.app-mobile-screen._create-orders .page-content {
    background-color: #fff;
}
.app-mobile-screen .create-order-page__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    height: 50px;
    background-color: #F8F8FA;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    color: #C3C9D7;
}
.create-order-page__error {
    width: 100%;
    padding: 0 18px 100px;
    float: left;
    color:#F94612;
    background: #fff;
}
.app-mobile-screen .order-create__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 20px 12px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    pointer-events: none;
    background: #ffffff;
    border-top: 1px solid rgba(195, 201, 215, 0.4);
}
.app-mobile-screen .order-create__footer-steps {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 7px;
    text-align: center;
    color: #C3C9D7;
}
.app-mobile-screen .order-create__footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.app-mobile-screen .order-create__footer .order-create__footer-btn {
    display: flex;
    padding: 0 21px;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 50px;
    border-radius: 100px;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    pointer-events: all;
    border: none;
}
.app-mobile-screen .order-create__footer .order-create__footer-btn._next {
    background: #F94612;
    color: #FFFFFF;
}
.app-mobile-screen .order-create__footer .order-create__footer-btn._prev {
    background: #FFFFFF;
    border: 1px solid #C3C9D7;
    color: #C3C9D7;
}
.app-mobile-screen .order-create__footer .arrow-wrapper {
    background: #fff;
    height: 3px;
    width: 14px;
    position: relative;
    cursor: pointer;
}
.app-mobile-screen .order-create__footer .arrow-wrapper._left {
    background: #C3C9D7;
}
.app-mobile-screen .order-create__footer .arrow-wrapper:before,
.app-mobile-screen .order-create__footer .arrow-wrapper:after {
     content: "";
     background: #fff;
     position: absolute;
     height: 3px;
     width: 12px;
 }
.app-mobile-screen .order-create__footer .arrow-wrapper._left:before,
.app-mobile-screen .order-create__footer .arrow-wrapper._left:after {
    background: #C3C9D7;
}
.app-mobile-screen .order-create__footer .arrow-wrapper:before {
     right: -5px;
     bottom: -3px;
     transform: rotate(-45deg);
}
.app-mobile-screen .order-create__footer .arrow-wrapper._left:before {
    right: 5px;
    transform: rotate(45deg);
}
.app-mobile-screen .order-create__footer .arrow-wrapper:after {
     right: -5px;
     top: -3px;
     transform: rotate(45deg);
}
.app-mobile-screen .order-create__footer .arrow-wrapper._left:after {
    right: 5px;
    transform: rotate(-45deg);
}
.app-mobile-screen .product-card {
    padding: 19px 15px;
    border-bottom: 1px solid #FFFFFF;
    background: #EDEEF2;
}
.app-mobile-screen .product-card._rootItem {
    background: #FFFFFF;
    border-bottom: 1px solid #EDEEF2;
}
.app-mobile-screen .product-card__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.app-mobile-screen .product-card__quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}
.app-mobile-screen .product-card__quantity-button {
    width: 37px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAAD00;
    font-size: 15px;
    border: none;
    color: white;
}
.app-mobile-screen .product-card__quantity-button .fa-plus:before {
    color: white;
}
.app-mobile-screen .product-card__quantity-button._minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.app-mobile-screen .product-card__quantity-button._plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.app-mobile-screen .product-card__quantity-content {
    width: 39px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8FA;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 13px;
    color: #263746;
}
.app-mobile-screen .product-card__name-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.app-mobile-screen .product-card__name {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 16px;
    color: #263746;
}
.app-mobile-screen .product-card__price {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 13px;
    color: #263746;
}
.app-mobile-screen .product-card__description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 13px;
    color: #858585;
    margin-bottom: 10px;
}
.app-mobile-screen .product-card .form-control {
    border-radius: 3px !important;
}
.app-mobile-screen .product-card__slider-wrapper {
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 13px;
    color: #263746;
    margin-bottom: 10px;
}
.app-mobile-screen .product-card .btn-toggle__slider._reverse .switchboard input {display:none;}
.app-mobile-screen .product-card .btn-toggle__slider._reverse .slider {
    background: #F94612;
}
.app-mobile-screen .product-card .btn-toggle__slider._reverse .slider:before {
    left: 20px;
}
.app-mobile-screen .btn-toggle__slider._reverse input:checked + .slider {
    background-color: grey;
}
.app-mobile-screen .btn-toggle__slider._reverse input:checked + .slider:before {
    transform: translateX(-14px);
}
.app-mobile-screen .product-card__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 18px;
}
.app-mobile-screen .product-card__footer-daily {
    display: flex;
    justify-content: flex-end;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #263746;
}






._create-orders .widget .widget-content {
    min-height: 100vh;
    height: 100%;
}
.order-nav .dropdown-menu.pull-down {
    left: 0;
    right: auto;
    padding: 0;
}
.add-order-menu .dropdown-menu > li > a {
    padding: 5px 20px;
}
.pending-acceptance-inverted,
.label-pending-acceptance-inverted {
     background-color: transparent !Important;
     color: #ffca18 !Important;
     border: 1px solid #ffca18;
 }
.new-msg-inverted {
    background-color: transparent !Important;
    color: #ec231c !Important;
    border: 1px solid #ec231c;
}

.ui-select-dropdown.select2-drop-active {
    opacity: 1 !important;
}
.ui-select-dropdown .select2-drop-active {
    opacity: 1 !important;
}
.ui-select-choices {
    opacity: 1 !important;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: 100% !important;
}

/*for handling issue on iPhone with un clickable selects*/
.selectize-control .ui-select-toggle {
    height: 30px;
    border-radius: 5px;
    padding: 8px 12px;
    border: 1px solid #a9a49d;
    background-image: linear-gradient(to bottom, #ffffff 0%, #f4f3ed 100%);
}
.selectize-control .ui-select-choices-row.active {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.selectize-control .ui-select-choices-row {
    cursor: pointer ;
    display: block ;
    padding: 3px 20px ;
    clear: both ;
    font-weight: 400 ;
    line-height: 1.42857143 ;
    color: #333 ;
    white-space: nowrap ;
}
.selectize-control .ui-select-dropdown.ng-hide {
    display: none;
}
.selectize-control .ui-select-dropdown {
    display: none;
    position: absolute;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index: 1001;
    overflow: hidden;
}
.selectize-control .selectize-input {
    position: relative;
}
.patient-section .selectize-control .selectize-input {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 5px;
    padding: 8px 0;
    border: 1px solid #a9a49d;
    background-image: linear-gradient(to bottom, #ffffff 0%, #f4f3ed 100%);
    text-indent: 12px;
}
.selectize-control.show .ui-select-dropdown {
    display: block;
}
.selectize-control .ui-select-choices-row:hover {
    background-color: #c3c3c3;
}
.mobile .liter-flow.liter-flow-edit {
    align-items: center;
    flex-direction: row;
}

.sweet-overlay {
    z-index: 101000 !important;
}

.sweet-alert {
    z-index: 110000 !important;
}

.summary-text{
    word-break:break-word !important;
}

.warehouses__container .ui-select-bootstrap > .ui-select-choices {
    width: auto;
}

@media screen and (max-width: 768px) {
    .create-order-page .ui-select-bootstrap > .ui-select-choices {
        width: 100% !important;
    }
    .add-order-menu {
        width: 50%;
        margin-right: 5px;
    }
    .add-order-menu > ul {
        width: 100%;
        justify-content: flex-start;
    }
    .add-order-menu + .btn {
        width: 50%;
    }
    body.modal-open {
        margin-right: 0;
    }
    postal-items .row {
        display: flex;
        flex-direction: column;
    }
    postal-items .row .form-group {
        width: 100%;
    }
    patient-address-select .patient-address-select .ui-select-bootstrap .ui-select-choices-row .ui-select-choices-row-inner {
        white-space: unset;
    }
    .order-section-title {
        font-size: 14px;
        color: #858585;
        display: block;
        font-weight: bold;
        font-family: sans-serif;
    }
    .selectize-control .ui-select-search {
        font-size: 14px;
    }
    .patient-select {
        width: 100%;
    }
}
