﻿.pointer {
    cursor: pointer !important;
}
.smalltext {
    font-size: 13px;
}
.back-to-prev {
    background-color: #929292;
    color: #fff !important;
    padding: 6px 10px;
    margin: 12px 13px 0px 0px;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display:none;
}

#loader-div {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #76c146;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.6;
}

#loader-div:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4b9ee0;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader-div:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #285599;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.p_medicinedetails ul li {
    flex: 0 0 14%;
    max-width: 14%;
}

.marleft-10{
    margin-left:10px !important;
}
table.dataTable thead .sorting_desc:after
{
    content:none !important;
}
table.dataTable thead .sorting_asc:after {
    content: none !important;
}

.margin-top-4px {
    margin-top: 4px;
}

.b-header .b-header-search .b-search .b-search-help a:last-child {
    max-width: 134px;
    min-width: 134px;
    background: #fff;
    color: #285599;
}
.b-header .b-header-search .b-search .b-search-help a {
    max-width: 134px;
    min-width: 134px;
}
.OfferBox .o-det.icon.icon-hash::before {
    content: "\f292";
}
.b-header .b-navigation .b-cart > a.notificationicon {
    margin-right:30px
}
.b-header .b-navigation .b-cart > a.notificationicon .b-cart-count {
    right: -8px;
}
.b-header .b-navigation .b-cart{
    margin-right:6px !important;
}
.input-custum-qty {
    border: 1px #000 solid !important;
    width: 100px !important;
}

/*.b-cart-box.cart-top-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}*/
#b-medicineAdd-popup .b-prescription-settings .b-prescription-list ul{
    margin:0;
    padding:0;
    list-style:none;
}
    #b-medicineAdd-popup .b-prescription-settings .b-prescription-list ul .b-m-pharmacy-det .b-p-name small {
        display: block;
    }
    #b-medicineAdd-popup .b-prescription-settings .b-prescription-list ul .b-m-pharmacy-det .b-m-price {
        margin-left: 15px;
        display: inline-block
    }
    #b-medicineAdd-popup .b-prescription-settings .b-prescription-list ul .b-m-pharmacy-det .b-m-qty {
        display: inline-block;
        
    }

    #b-medicineAdd-popup .b-prescription-settings .b-prescription-list ul .b-m-addBtn 1{
        color:green;
        margin-left:15px;
    }
.m-d-cartlist li {
    display: flex;
        flex-wrap:wrap;
        margin-bottom: 15px;
}

.m-d-cartlist .b-m-addBtn{
    flex:0 0 105px;
}
.m-d-cartlist .b-m-addBtn .btn {
    padding: 5px 5px;
    font-size: 14px;
}
.m-d-cartlist  .b-m-pharmacy-det{
    flex:Calc(100% - 105px)
}
.b-medicine-details .b-prescription-settings .b-prescription-list ul li .b-m-addBtn {
    flex-wrap: wrap;
}
    .b-medicine-details .b-prescription-settings .b-prescription-list ul li .b-m-addBtn small {
        flex: 0 0 100%;
    }
.price-input input.form-control {
    width: 50px;
    height:34px;
    font-size:14px;
    padding:5px;
    text-align:right;
}

.bid-category {
   
}
    .bid-category input {
        height : 15px!important;
    }

        .bid-category input.bid-type-text {
            margin-left:10px;
        }
