.medical-scheme-sales-container{
    width: 100%;
    display: block;
    height: 100%;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header{
    width: 100%;
    height: 360px;
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 12px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container{
    width: 100%;
    height: auto;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card{
    width: 40%;
    height: 350px;
    display: block;
    float: left;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card:first-child{
    width: 35%;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card:nth-child(2){
    width: 25%;
    height: 350px;
    display: block;
    float: left;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .medical-scheme-header-container-title{
    line-height: 30px;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: normal;
    padding-left: 2px;
    font-size: 1.2em;
    color: black;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .medical-scheme-header-container-body{
    width: 100%;
    height: 290px;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .medical-scheme-header-container-card-div{
    width: 100%;
    height: 175px;
    display: block;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .scheme-card-info{
    width: 95%;
    margin: auto;
    height: 112px;
    margin-bottom: 4px;
    margin-top: 1px;
    display: block;
    background-color: rgba(182, 95, 134, 0.85);
    border-radius: 12px;
    color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .scheme-card-info:nth-child(2){
    background-color: #22b677;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .scheme-card-info:last-child{
    background-color: #22b677;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .scheme-card-info .scheme-info-icon{
    width: 24%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 3px;
    height: 57px;
    float: left;
    display: block;
    line-height: 60px;
    text-align: center;
    color: whitesmoke;
    font-size: 3em;
    background-color: #0c5460;
    border-radius: 50px;
}
.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .scheme-card-info .scheme-info-title{
    width: 70%;
    height: 60px;
    float: left;
    display: block;
    padding-left: 2px;
    line-height: 60px;
    font-weight: 700;
    font-size: 1.8sem;

}

.medical-scheme-sales-container .medical-scheme-sales-top-header .medical-scheme-sales-header-container .medical-scheme-header-container-card .scheme-card-info .scheme-info-data{
    width: 100%;
    height: 54px;
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 1.3em;
}

.medical-scheme-sales-container .medical-scheme-sales-body{
    width: 100%;
    height: auto;
    display: block;
}
.medical-scheme-sales-container .medical-scheme-sales-body .medical-scheme-sales-body-header{
    width: 100%;
    height: 100px;
    display: block;
    margin-top: 10px;
}
.medical-scheme-sales-container .medical-scheme-sales-body .medical-scheme-sales-body-header .sales-scheme-sales-body-div{
    width: 45%;
    float: left;
    height: 100%;
}
.medical-scheme-sales-container .medical-scheme-sales-body .medical-scheme-sales-body-header .sales-scheme-sales-body-div:last-child{
    width: 55%;
}
.medical-scheme-sales-container .medical-scheme-sales-body .medical-scheme-sales-body-header .sales-scheme-sales-body-div:last-child button{
   margin-top: 32px;
    float: right;
    margin-right: 5px;
    border-radius: 50px;
}

.medical-scheme-sales-container .medical-scheme-sales-body .sales-scheme-sales-main-body{
    width: 100%;
    height: auto;
    display: block;
}

.scheme-claim-bill-container{
    width: 30%;
    right: 10%;
    opacity: 0;
    height: 370px;
    visibility: hidden;
    background-color: whitesmoke;
    position: fixed;
    top: 12%;
    z-index: 999999;
    border-radius: 12px;
    color: black;
}
.scheme-claim-bill-container .scheme-claim-row{
    width: 100%;
    padding: 10px;
}
.scheme-claim-bill-container .scheme-claim-row .scheme-claim-header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 1.4em;
    text-align: center;
    font-weight: bolder;
    background-color: rgba(85, 13, 51, 0.58);
    color: whitesmoke;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.scheme-claim-bill-container .scheme-claim-row .scheme-claim-body{
    width: 100%;
    height: 250px;
    display: block;
}

.scheme-claim-bill-container .scheme-claim-row .scheme-claim-body .scheme-body-row{
    width: 100%;
    height: 50px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.scheme-claim-bill-container .scheme-claim-row .scheme-claim-body .scheme-body-row div{
    width: 40%;
    height: 50px;
    display: block;
    line-height: 50px;
    float: left;
    font-size: 1.1em;
}

.scheme-claim-bill-container .scheme-claim-row .scheme-claim-body .scheme-body-row div:last-child{
    width: 60%;
}

.scheme-claim-bill-container .scheme-claim-row .scheme-claim-body .scheme-body-row:last-child{
    width: 100%;
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 6em;
}

.scheme-claim-bill-container .scheme-footer{
    width: 100%;
    height: 50px;
}
.scheme-claim-bill-container .scheme-footer .btn{
    margin-top: 7px;
    float: right;
    margin-right: 10px;
}

.scheme-claim-wrap{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 999999;
    display: none;
}

.animateMoney{
    animation:animateMoney 1s infinite;
    -webkit-animation:animateMoney 1s infinite;
    transition: 10s ease-in-out;
    color: #7e9bd2;
}

@-webkit-keyframes animateMoney {
    from {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(0deg);
    }
}


.add-scheme-container{
    width: 30%;
    height: 230px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: 20%;
    z-index: 999999;
    transform: scale(1.6,1.6);
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.add-scheme-container .add-scheme-header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: rgba(85, 13, 51, 0.58);
    color: whitesmoke;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    font-size: 2em;
}
.add-scheme-container .add-scheme-body{
    width: 100%;
    height: 100px;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}
.add-scheme-container .add-scheme-body input{
    width: 100%;
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.53);
}
.add-scheme-container .add-scheme-footer{
    width: 100%;
    height: 60px;
    display: block;
}
.add-scheme-container .add-scheme-footer div{
    width: 27%;
    display: block;
    float: right;
    margin-right: 5px;
}
.add-scheme-container .add-scheme-footer div .btn{
    margin-top: 13px;
}


.manage-scheme-products-container{
    width: 100%;
    /*min-height: 100%;*/
    /*max-height: 400px;*/
    display: block;
    background-color: #f2f2f2;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.manage-scheme-products-container .manage-scheme-products-header{
    width: 96%;
    margin: auto;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    color: black;
    font-weight: 700;
    font-family: "Kozuka Gothic Pr6N B";
}
.manage-scheme-products-container .manage-scheme-products-header div{
    width: 30%;
    float: left;
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
}
.manage-scheme-products-container .manage-scheme-products-header div p{
    line-height: 50px;
    font-size: 1.4em;
}
.manage-scheme-products-container .manage-scheme-products-header div:last-child{
    width: 70%;
}
.manage-scheme-products-container .manage-scheme-products-header div:last-child button{
    float: right;
    margin-right: 5px;
    margin-top: 7px;
    border-radius: 50px;
}
.manage-scheme-products-container .manage-scheme-products-body{
    width: 96%;
    margin: auto;
    height: 100%;
    display: block;
    background-color: white;
}
.manage-scheme-products-container .manage-scheme-products-body input{
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.55);
}
.manage-scheme-products-container .manage-scheme-products-body .manage-scheme-products-preload{
    width: 20%;
    margin: auto;
    height: 30%;
    display:none;
    position: fixed;
    left: 70%;
    top: 40%;
}
.manage-scheme-products-container .manage-scheme-products-body .manage-scheme-products-preload img{
    width: 40%;
    height: 200px;
    object-fit: contain;
}

.edit-scheme-info-container{
    width: 25%;
    height: 200px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    position: fixed;
    top: 40%;
    left: 30%;
    z-index: 999999;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.edit-scheme-info-container .edit-scheme-header{
    width: 97%;
    height: 50px;
    display: block;
    margin: auto;
    line-height: 50px;
    text-align: center;
    font-size: 1.5em;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(85, 13, 51, 0.58);
    color: whitesmoke;
    font-family: "Courier New", Courier, monospace;
}
.edit-scheme-info-container .edit-scheme-body{
    width: 97%;
    height: 100px;
    display: block;
}
.edit-scheme-info-container .edit-scheme-footer{
    width: 97%;
    height: 50px;
    display: block;
}
.edit-scheme-info-container .edit-scheme-footer button{
   float: right;
   margin-left: 2px;
}
.edit-scheme-info-container .edit-scheme-body input{
    border: 1px solid rgba(0, 0, 0, 0.58);
}


.edit-scheme-products-info-container{
    width: 30%;
    height: 370px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    position: fixed;
    top: 10%;
    right: 10%;
    z-index: 999999;
    transform: scale(1,1);
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.edit-scheme-products-info-container .edit-scheme-products-info-header{
    width: 100%;
    height: 50px;
    display: block;
    background-color: #9c7288;
    color: whitesmoke;
    line-height: 50px;
    text-align: center;
    font-size: 1.7em;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.edit-scheme-products-info-container .edit-scheme-products-info-body{
    width: 97%;
    margin: auto;
    height: 240px;
    display: block;
}
.edit-scheme-products-info-container .edit-scheme-products-info-footer{
    width: 97%;
    margin: auto;
    height: 50px;
    display: block;
}
.edit-scheme-products-info-container .edit-scheme-products-info-footer div{
    width: 28%;
    height: 50px;
    display: block;
    float: right;
}
.edit-scheme-products-info-container .edit-scheme-products-info-footer div button{
    float: right;
    margin-top: 7px;
}
.edit-scheme-products-info-container .edit-scheme-products-info-footer div button{
    border-radius: 50px;
}
.edit-scheme-products-info-container .edit-scheme-products-info-body input{
    border-radius: 50px;
    border:1px solid rgba(0, 0, 0, 0.6);
}