@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
html, body, #app, main, .container_2
{
    height:100%;
}
body
{
    background-color: #f5f5f5;
    padding-top: 80px;
}
.top-bar
{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: fixed;
    background-color: #fff;
    z-index: 20;
    top:0px;
}
.top-bar img
{
    max-height: 100%;
}
.top-bar a.logout
{
    height: 39px;
    padding: 9px;
}
.full-height
{
    height: 100%;
}
.full-width
{
    width: 100%;
}
#order_form_errors
{
    color: #f00;
    font-size: 18px;
    padding: 15px 0px;
}
.container_2
{
    max-width: 1600px;
    margin:0px auto;
    /*    padding-top: 63px;
        padding-bottom: 5px;*/
}
.container_2 label
{
    height: 30px;
    width:100%;
}
.padding-top-5
{
    padding-top:5px;
}
.bg-gray
{
    border: solid 1px #a9a9a9;
    background-color: #f6f6f6;
}
.padding-horizontal-30
{
    padding-left: 30px;
    padding-right: 30px;
}
.btn-default 
{
    border-radius: 0px;
    background-color: #d4d4d4;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.9px;
    font-weight: 500;
    padding: 14px 16px;
    border-color: #e6e6e6;
    text-transform: uppercase;
}

.btn-primary 
{
    border-radius: 0px;
    color: #fff;
    background-color: #fe3233;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.9px;
    font-weight: 500;
    padding: 14px 16px;
    border-color: #fe3233;
    text-transform: uppercase;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover
{
    background-color: #fe3233;
    border-color: #fe3233;
}
.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus
{
    background-color: #fe3233;
    border-color: #fe3233;
}
.btn-primary:hover
{
    background-color: #fe3233;
    border-color: #fe3233;
}
.order-time
{
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.order-time .item
{
    width:25%;
    padding: 5px;
    position: relative;
}
.order-time a
{
    width:100%;
    height: 100%;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}
.border-red {
    border: 1px solid #fe3233 !important;
}
.order-submit
{
    width:100%;
    padding-top: 1px;
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.order-price 
{
    width: 40%;
    /*width:50%;*/
    padding:5px;
}
.order-price-20
{
    width: 20%;
    /*width:50%;*/
    padding:5px;
}
.order-price-20 .selected {
    background-image: linear-gradient(240deg, #27b700, #1c8600);
}
.order-price-20 .selected:hover {
    background-image: linear-gradient(240deg, #27b700, #1c8600);
    
}
.order-price-20 .selected .label-item{
    color: #fff;
}

.order-adres
{
    width:100%;
    padding:5px;
}
.flex-adres {
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.adres_phone {
    width: 28%;
}
.adres_street {
    width: 68%;
}
.adres_street_nr {
    display: flex;
    justify-content: space-between;
}
.div_order_street {
    width: 60%;
    position: relative; 
}
/*input[name="order_street"] {
    width: 60%;
}*/
.order_nr {
    width: 19% !important;
}
.order_nr_lok {
    width: 19% !important;
}
.input_style {
    padding-left: 5px;
    height: 35px;
    width: 100%;
}

@media screen and (max-width: 650px) {
    .flex-adres {
        flex-wrap: wrap;    
    }
    .adres_phone {
        width: 100%;
        margin-bottom: 10px;
    }
    .adres_street {
        width: 100%;
    }
    .adres_street_nr {
        flex-wrap: wrap;    
    }
    .div_order_street {
        width: 100%;
        margin-bottom: 5px;
    }
    input[name="order_nr"] {
        width: 49%;
    }
    input[name="order_nr_lok"] {
        width: 49%;
    }
}



.pAdres20 {
    padding: 0px 15px 15px;  
}

.order-price span, .order-location span
{
    width: 100%;
    z-index: 10;
}
.order-price input, .order-location select
{
    /*padding: 15px;*/
    height: 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.order-location
{
    /*width:50%;*/
    width: 40%;
    padding:5px;
}
.order-submit .item
{
    height:100%;
    width:100%;
    padding:5px;
}
.order-submit .item input
{
    height: 100%;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
}
.flex-wrap
{
    display: flex;
    flex-wrap: wrap;
}
.flex-center
{
    align-items: center;
    justify-content: center;
}
.flex-wrap-full-height
{
    display: flex;
    flex-wrap: wrap;    
    align-items: stretch;
    /*height: 100%;*/
}
.customer-header
{
    height: 50px;
}
.order-options-container
{
    /*???*/
    max-height: 600px;
    align-self: center;
    height: 100%;
}
.order-options
{
    max-height: 800px;
    height: 100%;
    align-self: flex-start;
}
.order-options form
{
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}
.order-info
{
    /*height: 100%;*/
    align-self: flex-start;
    /*overflow-y: scroll;*/
    margin-bottom: 85px;
}
.boxshadow
{
    box-shadow: 0px 12px 21px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.order-list-item
{
    border-bottom: 1px solid #ccc;
    padding: 8px 8px;
}
.order-list-item.new
{
    color: #fff;
    background-color: #27b700;
    border-bottom: 1px solid #fff;
}
#orders-list .item
{
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
#orders-list .item .header
{
    background-color: #ccc;
    color: #fff;
    padding: 4px 10px;
}

#orders-list .item.color-1 .header { background-color: #cbe5ff; color:#000; }
#orders-list .item.color-2 .header { background-color: #7fc0ff; }
#orders-list .item.color-3 .header { background-color: #ff0000; }
#orders-list .item.color-4 .header { background-color: #ff0000; }
#orders-list .item.color-5 .header { background-color: #ffae00; }
#orders-list .item.color-6 .header { background-color: #ff0000; }
#orders-list .item.color-7 .header { background-color: #1eb700; }
#orders-list .item.color-8 .header { background-color: #000; }
#orders-list .item.color-9 .header { background-color: #ff0000; }

#orders-list .item .content
{
    padding: 4px 10px;
}

.aktywne_zam {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}
.p15 {
    padding: 15px 0 15px 15px;
}
.p20 {
    padding: 20px 15px;
}
.zam_lista-box {
    border: solid 1px #dcdcdc;
    background-color: #ffffff;  
    margin-bottom: 15px;
}
.zam_lista-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zam_lista-nr_zam {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    font-weight: 500;
    color: #161c57;
}
.zam_lista-nr_zam span {
    color: #b1b1b1;
}
.zam_lista-data {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #000000;
}
.zam_lista-status {
    background-color: #161c57;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: #ffffff;
    padding: 6px 20px;
}
.zam_lista-bb {
    width: 95%;
    height: 1px;
    background-color: #dcdcdc;
    margin: 0 auto;
}

.zam_lista-city, .zam_lista-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    text-align: left;
    color: #161c57;
}
.zam_lista-min {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    text-align: right;
    color: #fe3233; 
}

.bg-nowe {
    background-color: #00b8ff; /*jasny niebieski*/
}
.bg-przyjete {
    background-color: #0a8a67; /*przyciemniony zielony*/
}
.bg-opoznienie-odbior {
    background-color: #e2ac13; /*pomaranczowy*/
}
.bg-oczekiwanie-odbior {
    background-color: #afaba0; /*szary*/
}
.bg-odebrane {
    background-color: #0a3d8a; /*granatowy*/
}
.bg-opoznienie-dostawa {
    background-color: #8c1983; /*fioletowy*/
}
.bg-doreczone {
    background-color: #0cbb00; /*jasny zielony*/
}
.bg-nie-odebrano {
    background-color: #ff0000; /*jasny czerwony*/
}
.bg-anulowane {
    background-color: #bb0000; /*krwisty*/
}
.bg-przetwarzanie {
    background-color: #bb0000; /*zgniły zółty*/
}
.order-time-select, .order_quantity_select {
    border: solid 1px #d2d2d2;
    background-image: linear-gradient(120deg, #fffcfc, #dfdfdf);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.21;
    color: #000000;
}
.order-time-select .value
{
    z-index: 10;
}
.order-time-select:hover, .order_quantity_select:hover {
    background-image: linear-gradient(240deg, #fffcfc, #dfdfdf);
}
.order-time-select span {
    color: #fe3233;
    margin-right: 5px;
}
.order_quantity_select
{
    width:55px;
    float:left;
    height: 55px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 10px;
}
.order_quantity_select.selected
{
    background-image: linear-gradient(240deg, #27b700, #1c8600);
    background-color: #27b700;
    color: #fff;
}
.order_quantity_select.selected span
{
    color: #fff;
    z-index: 10;
}
.order-time-select.btn-default.selected
{
    background-image: linear-gradient(240deg, #27b700, #1c8600);
    background-color: #27b700;
    color: #fff;
}
.order-time-select.btn-default.selected .half-gradient
{
    background-color: #27b700;
}
.order_quantity_select.selected .half-gradient
{
    background-color: #27b700;
}
.order-time-select.selected span
{
    color: #fff;
}
.order-time-select .half-gradient, .order_quantity_select .half-gradient
{
    content: "";
    height: 50%;
    width:100%;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    top:0px;
    left: 0px;
    display: block;
}
.label-item {
    font-size: 12px;
    line-height: 1.25;
    color: #7b7b7b;
    margin-bottom: 5px;
}
.btn-zamow {
    background-image: linear-gradient(120deg,  #fe3233, #ce1d1d);
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.21;
    text-transform: uppercase;
    cursor: pointer;
}
.status-1 { background-color: #fe3233; }
.status-2 { background-color: #161c57; }
.status-3 { background-color: #ff9c49; }
.status-4 { background-color: #000000; }
.status-5 { background-color: #0094ff; }
.status-7 { background-color: #00ba02; }

.archiwum-filter
{
    line-height: 12px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    background-color: #fe3233;
    border-color: #fe3233;
}
.pagination>li>a, .pagination>li>span
{
    color: #000;
}
#archiwum_filtr_frm label
{
    height: auto;
    display: block;
    width: auto;
}
#archiwum_filtr_frm .form-group
{
    width: auto;
}
#archiwum_filtr_frm .btn
{
    padding: 6px 12px;
    margin-top: 24px;
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .order-options
    {
        max-height: auto;
        height: auto;
        align-self: flex-start;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .order-options
    {
        max-height: auto;
        height: auto;
        align-self: flex-start;
    }
}
@media only screen and (max-width:768px)
{
    .aktywne_zam
    {
        font-size: 18px;
    }
    #orderCourier_frm .order-price
    {
        width:100%;
    }
    .order-price-20 {
        width: 100%;
    }
    .order-options
    {
        height: auto;
    }
    #orderCourier_frm .order-location
    {
        width:100%;
    }
    #orderCourier_frm .padding-horizontal-30.full-width
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .order-time-select .value
    {
        font-size: 14px;
    }    
    .order-options
    {
        max-height: auto;
        height: auto;
        align-self: flex-start;
    }
}

.box_karta {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.order-location-uwagi {
    width: 66.6666%;
    padding: 5px;
}
.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.srodek_logo {
    align-items: center;
    display: flex;
}
.karta_platnosc {
    display: flex;
    align-items: center;
}
.karta_platnosc_img {
    max-width: 35px;
    margin-right: 10px;
    visibility: hidden;
}
.karta_platnosc_img.active {
    visibility: visible;
}
.karta_platnosc_text {
    margin-bottom: 0;
}
.btn-disabled {
    background: #bdbdbd;
}
.position-absolute {
    position: absolute;
}
.belka_zamowienia {
    padding: 7px 15px;
    background: #7b8eef;
    color: #fff;
    font-size: 15px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0; 
    display: flex;
    justify-content: space-between;
}

.belka_natezenie {
    padding: 7px 15px;
    /* background: #38499f; */
    /*background: #269abc; info*/
    background: #f0ad4e; /*warning*/
    color: #fff;
    font-size: 13px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;   
        font-style: italic;
    align-items: center;
    gap: 12px; 
}
.natezenie_status, .natezenie_message {
    font-size: 15px;
}
.btn-zobacz {
    background: #f7f7f7;
    color: #000;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.mt35 {
    margin-top: 35px;
}

@media screen and (max-width:768px) {
     .order-location-uwagi {
        width: 100%;
    }
    .order-submit {
        position: fixed;
        bottom: 0;
        padding-left: -19px;
        margin-left: -30px;
        z-index: 99999;
    }
    #order_form_errors {
        position: fixed;
        top: 60px;
        width: 92%;
        z-index: 99;
    }
    #order_form_errors.alert {
        margin-bottom: 0;
    }
}

@media screen and (max-width:565px) {
     .btn-pow{
        max-width: 69px;
        overflow: hidden;
    }
}

@media screen and (max-width:565px) {
     .btn-pow{
        max-width: 69px;
        overflow: hidden;
    }
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    padding-left: 0;
    /*max-width: 380px;*/
}

.ui-widget-content {
    /*border: 1px solid #dddddd;*/
    background: #ffffff;
    color: #333333;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-type: none;
    padding: 5px;
    border-bottom: 1px solid #c5c5c5;
}
.ui-menu .ui-menu-item:hover {
    background: #f6f6f6;
}
.ui-menu .ui-menu-item:last-of-type{
    border-bottom: none;
}

.img_platnosc_karta {
    max-width: 40px;
    margin-left: 5px;
}
.padding-horizontal-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.kwota_wpisana {
    padding: 15px;
    height: 50px;
    font-size: 15px;
    color: #000000;
}

.flex-uwagi-kwota {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    padding: 0 30px 15px 30px;
}
.flex-uwagi {
    width: 48%;
}
.kwota_karta {
    width: 48%;
    display: flex;
}
.kwota_karta > div {
    flex: 1;
}
.click_platnosc_karta {
   margin-left: 15px; 
}
.box-karta_bg {
    padding: 14px 0px;
}

.order-price .padding-horizontal-30 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-location .padding-horizontal-30 {
    margin: 10px 0;
}
.show_dane_2, .show_dane_3, .show_dane_4 {
    display: none;
}
.click_platnosc_karta {
    background: #fff;
}

.archiwum-filtry {
    display: flex;
    justify-content: space-between; 
}

/*@media screen and (max-width:1342px) {*/
    .order-price .padding-horizontal-30 {
        flex-direction: column;
        align-items: flex-start;
    }
/*}*/
@media screen and (max-width:1199px) {
    .order-price .padding-horizontal-30 {
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (max-width:894px) {
    .order-price .padding-horizontal-30 {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width:768px) {
    .order-price .padding-horizontal-30 {
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (max-width:735px) {
    .flex-uwagi-kwota {
        flex-direction: column-reverse;
    }
    .kwota_karta {
        width: 100%;
    }
    .flex-uwagi {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width:650px) {
    .order_nr {
        width: 49% !important;
    }
    .order_nr_lok {
        width: 49% !important;
    }
}

@media screen and (max-width:650px) {
    .kwota_karta {
        flex-direction: column;
    }
    .click_platnosc_karta {
        margin-left: 0;
        margin-top: 10px;
    }
    .kwota_wpisana {
        padding: 5px;
        height: 35px;
    }
}
@media screen and (max-width:477px) {
    .order-price .padding-horizontal-30 {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 391px) {
    .order_quantity_select {
        width: 45px;
        height: 45px;
    }
}