/*mobile order list*/
.app-mobile-screen .create-order-popup .modal-dialog {
    width: 372px !important;
}
.app-mobile-screen .order-create-patient-popup .modal-dialog,
.app-mobile-screen .order-search-patient-popup .modal-dialog {
    width: 378px !important;
}
.app-mobile-screen .filter-orders-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-menu-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .create-order-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-create-patient-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-search-patient-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-add-product-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.app-mobile-screen .filter-orders-popup,
.app-mobile-screen .order-menu-popup,
.app-mobile-screen .create-order-popup {
    display: flex !important;
    align-items: center;
}
.app-mobile-screen .order-create-patient-popup,
.app-mobile-screen .order-search-patient-popup {
    display: flex !important;
}
.app-mobile-screen .filter-orders-popup .modal-dialog,
.app-mobile-screen .order-menu-popup .modal-dialog,
.app-mobile-screen .create-order-popup,
.app-mobile-screen .order-create-patient-popup,
.app-mobile-screen .order-search-patient-popup
{
    width: 100%;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .filter-orders-popup .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-menu-popup .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-create-patient-popup .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-search-patient-popup .modal-dialog .modal-content .modal-header.modal-header-primary,
.app-mobile-screen .order-add-product-popup .modal-dialog .modal-content .modal-header.modal-header-primary {
    position: relative;
    padding: 13px 16px;
    background: #ffffff;
    border-color: #EFF0F4;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title,
.app-mobile-screen .filter-orders-popup .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title,
.app-mobile-screen .order-menu-popup .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title,
.app-mobile-screen .order-create-patient-popup .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title,
.app-mobile-screen .order-search-patient-popup .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title,
.app-mobile-screen .order-add-product-popup .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title {
     color: #263746;
     font-family: "Roboto";
     font-size: 18px;
     font-weight: 600;
     line-height: 16px;
}
.app-mobile-screen .filter-orders-popup .modal-header button,
.app-mobile-screen .order-menu-popup .modal-header button,
.app-mobile-screen .create-order-popup .modal-header button,
.app-mobile-screen .order-create-patient-popup .modal-header button,
.app-mobile-screen .order-search-patient-popup .modal-header button,
.app-mobile-screen .order-add-product-popup .modal-header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    border: none;
    background: none;
}
.app-mobile-screen .filter-orders-popup .modal-body button {
    width: 154px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 16px;
    background-color: #F94612;
    border-radius: 50px !important;
    border: none;
    color: white;
}
.app-mobile-screen .filter-orders-popup .modal-body  .ui-select-bootstrap .ui-select-match-text {
    color: #263746;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body {
    padding: 47px 18px 24px;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .btn-create {
    bottom: 25px;
    width: 142px;
    height: 50px;
    border: none;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #263746;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .create-order-popup__action-list {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0 -3px 40px;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .create-order-popup__action-item {
    width: 33.33%;
    height: 99px;
    margin: 0 3px;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .create-order-popup__action-item-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(112, 204, 112);
    border-radius: 6px;
    width: 100%;
    height: 100%;
    border: none;
    color: white;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .create-order-popup__action-item-inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    fill: rgb(112, 204, 112);
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .create-order-popup__action-item-inner .fa {
    color: rgb(112, 204, 112);
    font-size: 24px;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .create-order-popup__action-item-btn._service {
    background-color: #e6211b;
}
.app-mobile-screen .create-order-popup .modal-dialog .modal-body .create-order-popup__action-item-btn._service .fa {
    color: #e6211b;
}

.app-mobile-screen .order-list .s-tabs__wrapper {
    position: sticky;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px;
    background: white;
    border-bottom: 1px solid #E5E5E5;
    z-index: 1;
}
.app-mobile-screen .order-list .s-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
}
.app-mobile-screen .order-list .order-list__filter-tab {
    display: flex;
    align-items: center;
    padding: 0 5px;
    border: 2px solid #eaeaeb;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    color: #263746;
}
.app-mobile-screen .order-list .order-list__filter-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin-left: 5px;
    border: none;
    padding: 3px 6px;
    fill: #263746;
}
.app-mobile-screen .order-list .order-list__filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 6px 5px 5px;
    background: #eaeaeb;
    border: none;
    border-radius: 50%;
    font-weight: 800;
    transition: all 0.3s;
    color: black;
    font-family: "Roboto";
}
.app-mobile-screen .order-list .label-infectious-disease {
    padding: 0.3em 0.3em 0.3em;
    margin-left: 5px;
    vertical-align: middle;
}
.filter-orders__toggle {
    font-size: 0;
}
.filter-orders__toggle .switchboard {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}
.filter-orders__toggle .switchboard input {display:none;}
.filter-orders__toggle .slider {
    position: absolute;
    pointer-events: none;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaeb;
    -webkit-transition: .4s;
    transition: .4s;
}
.filter-orders__toggle .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.filter-orders__toggle input:checked + .slider {
    background-color: #3e9733;
}
.filter-orders__toggle input:focus + .slider {
    box-shadow: 0 0 1px #2a3f54;
}
.filter-orders__toggle input:checked + .slider:before {
    transform: translateX(26px);
}
.filter-orders__toggle .slider.round {
    border-radius: 30px;
}
.filter-orders__toggle .slider.round:before {
    border-radius: 50%;
}
.filter-orders .ui-select-bootstrap > .ui-select-choices {
    width: 100% !important;
}
.filter-orders .ui-select-bootstrap > .ui-select-match .glyphicon-remove {
    display: none;
}

.app-mobile-screen .order-list__btn-create {
    position: fixed;
    bottom: 25px;
    width: 142px;
    height: 50px;
    border: none;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F94612;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}
.app-mobile-screen .order-list__btn-create .fa-plus:before {
    color: inherit;
}
.app-mobile-screen .order-list__table {
    width: 100%;
}
.app-mobile-screen .order-list__table-td {
    padding: 0 0 6px;
}
.app-mobile-screen .order-list__card {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 18px;
    width: 100%;
    background-color: white;
}
.app-mobile-screen .order-list__card-noData {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: Roboto;
    font-weight: normal;
    font-size: 22px;
    line-height: 16px;
    min-height: calc(100vh - 340px);
    margin-top: 30%;
}
.app-mobile-screen .order-list__card-noData span:first-of-type {
    margin-top: 18px;
}
.app-mobile-screen .order-list__card-noData span {
    margin-bottom: 11px;
}
.app-mobile-screen .order-list__card-col {
    display: flex;
    width: 30%;
    flex-direction: column;
}
.app-mobile-screen .order-list__card-row {
    display: flex;
    width: 100%;
}
.app-mobile-screen .order-list__card-row .order-list__card-description {
    width: 50%;
}
.app-mobile-screen .order-list__card-type,
.app-mobile-screen .order-list__card-state {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    align-self: center;
    background-color: #C3C9D7;
}
.app-mobile-screen .order-list__card-description {
    display: flex;
    width: 100%;
    align-items: flex-start;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #263746;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.app-mobile-screen .order-list__card-description._date {
    flex-direction: column;
    align-items: flex-end;
}
.app-mobile-screen .order-list__card-description._date span:first-of-type {
    color: #C3C9D7;
}
.app-mobile-screen .order-list__card-description._date span:last-of-type {
   margin-right: 5px;
}
.app-mobile-screen .order-list__card-profile-wrapper {
    display: flex;
    width: 100%;
    align-items: baseline;
    margin-bottom: 10px;
}
.app-mobile-screen .order-list__card-profile-title {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #263746;
}
.app-mobile-screen .order-list__card-profile-subtitle {
    font-family: Roboto;
    font-weight: normal;
    font-size: 12px;
    color: #263746
}
.app-mobile-screen .order-list__card-profile-subtitle._stat {
    color: white;
    padding: 2px 7px;
    background: #F94612;
    margin-left: 5px;
}
.order-list__card-time-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 2px;
    padding-top: 3px;
    padding-bottom: 14px;
}
.order-list__card-time-interval {
    width: 15px;
    height: 19px;
    border-radius: 50%;
    border: 3px solid #C3C9D7
}
.order-list__card-time-interval._success,
.order-list__card-state._success {
    background-color: #3fb350;
    border-color: #3fb350;
}
.order-list__card-state._success + span {
    color: #3fb350;
}
.order-list__card-time-interval._success-inverted {
    border-color: #71ba82;
}
.order-list__card-state._success-inverted {
    background-color: #71ba82;
}
.order-list__card-state._success-inverted + span {
    color: #71ba82;
}
.order-list__card-time-interval._danger,
.order-list__card-state._danger,
.order-list__card-state._danger-inverted {
    background-color: #e6211b;
    border-color: #e6211b;
}
.order-list__card-state._danger + span,
.order-list__card-state._danger-inverted + span{
    color: #e6211b;
}
.order-list__card-time-interval._danger-inverted {
    border-color: #e6211b;
}
.order-list__card-time-interval._attention,
.order-list__card-state._attention,
.order-list__card-state._attention-inverted {
    background-color: #fd5822;
    border-color: #fd5822;
}
.order-list__card-state._attention + span,
.order-list__card-state._attention-inverted + span{
    color: #fd5822;
}
.order-list__card-time-interval._attention-inverted {
    border-color: #fd5822;
}
.order-list__card-time-interval._team-change,
.order-list__card-state._team-change {
    background-color: #8cfffb;
    border-color: #8cfffb;
}
.order-list__card-state._team-change + span {
   color: #8cfffb;
}
.order-list__card-time-interval._pending-acceptance,
.order-list__card-state._pending-acceptance,
.order-list__card-state._pending-acceptance-inverted {
    background-color: #ffca18;
    border-color: #ffca18;
}
.order-list__card-state._pending-acceptance + span,
.order-list__card-state._pending-acceptance-inverted + span{
   color: #ffca18;
}
.order-list__card-time-interval._pending-acceptance-inverted {
    border-color: #ffca18;
}
.app-mobile-screen .order-list__table + .ng-isolate-scope {
    display: flex;
    justify-content: center;
}

.app-mobile-screen .order-menu-popup .order-menu__list {
    list-style: none;
}
.app-mobile-screen .order-menu-popup .order-menu__list li {
    display: flex;
    align-items: center;
    height: 28px;
}
.app-mobile-screen .order-menu-popup .order-menu__list li:hover {
    background-color: #2980b9;
}
.app-mobile-screen .order-menu-popup .order-menu__list li:hover a {
    color: white;
    text-decoration: none;
}
.app-mobile-screen .order-menu-popup .order-menu__list li a{
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    line-height: 16px;
    color: #263746;
    width: 100%;
}

.app-mobile-screen .order-list .ng-table-pagination,
.app-mobile-screen .filter-orders-popup.modal .glyphicon {
    display: none;
}

.supplier-message {
    position: relative;
    border: none !important;
    margin-bottom: 10px;
}

    .supplier-message .panel-heading {
        font-size: 12px;
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
    .supplier-message button {
        position: absolute;
        top: 2px;
        right: 8px;
    }
    .supplier-message svg{
        height: 10px;
    }
