/* 
    Created on : Sep 4, 2019, 1:19:31 PM
    Author     : rehan@webcare.pk
*/

.background-image {
    position:absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/background-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-clip: content-box;*/
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.app-admin-wrap > .auth-layout-wrap{
    position: absolute;
    z-index: 2;
}

.auth-right { background-color: #f4f3f1; background-image: radial-gradient(#f4f3f1, #fefefe);}
.logo img{ max-height: 60px; }
.modal-body {overflow: hidden;}

.modal-body form div.row {margin-left:5px; margin-right: 5px;}

.voucher-header .form-control,
.voucher-header .form-group
{width: 100%;}

.voucher-header .input-group > .form-control, 
.voucher-header .input-group > .custom-select, 
.voucher-header .input-group > .custom-file
{ width:1%; }

.voucher-transaction .trans:nth-of-type(odd) {
    background-color: rgba(100, 100, 100, 0.05);
}

.ui-autocomplete-input {flex:auto;}

.voucher {width: 100%;}
#vchr-form-wrapper .row {margin:auto !important; width: 100%;}

#loading { display: none; height: 37px; width: 25px; background: transparent url('../images/webcare-pk-animation-25px.gif') no-repeat center !important; opacity: 1; }

.loading { background: #fff url('../images/webcare-pk-animation.gif') no-repeat center 10px !important; opacity: 1; }
.loading * { opacity: .8; }

textarea.vchr-details.form-control{ width: 100%; height: 34px; }

.row .input-group {flex-grow: 1;}

@media (min-width: 576px) {
    textarea.vchr-details.form-control{ width: 31.5vw; }
    .app-admin-wrap > .auth-layout-wrap{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}
.pull-left {float: left; }
.pull-right {float: right; }

label.serial {height: 36px; }

.margin-top {margin-top: 10px;}

.buttons i {margin: auto 5px; line-height: 16px;}

/* jquery-input-token */
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden;
    flex: 1 1 auto;
    height: auto !important;
    min-height: calc(1.9695rem + 2px);
    /*width: 1%;*/
    border: 1px solid #9e9e9e;
    cursor: text;
    z-index: 999;
    margin: 0;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.813rem;
    line-height: 1.5;
    color: #665c70;
    background: #f8f9fa;
    background-clip: padding-box;

    list-style-type: none;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: left;
}

ul.token-input-list:focus {
    border-color: #a679d2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 51, 153, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(102, 51, 153, 0.25);
}
ul.token-input-list::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
ul.token-input-list:-ms-input-placeholder {
    color: #999999;
}
ul.token-input-list::-webkit-input-placeholder {
    color: #999999;
}

ul.token-input-list:hover{
    border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 100%;
    padding: 3px 8px;
    background-color: transparent;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: rgba(102, 51, 153, 0.25);
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    max-width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1000;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: rgba(102, 51, 153, 0.25);
}

/* pms
*/
.therapies, 
.conditions, 
.symptoms,
.medicines,
.products
{ background-color: transparent; border:0; }
.therapies .card-header { color: #00ACA7; border-bottom:1px solid #00ACA7; font-weight: 700; }
.therapies .card-footer { border-top:1px solid #00ACA7; }
.therapies .voucher {background-color: transparent; border:0;}
.conditions .card-header { color:#AC7092; border-bottom:1px solid #AC7092; font-weight: 700; }
.conditions .card-footer { border-top:1px solid #AC7092; }
.symptoms .card-header { color:#CB6894; border-bottom:1px solid #CB6894; font-weight: 700; }
.symptoms .card-footer { border-top:1px solid #CB6894; }
.medicines .card-header { color:#CB0002; border-bottom:1px solid #CB0002; font-weight: 700; }
.medicines .card-footer { border-top:1px solid #CB0002; }
.products .card-header { color:#007CFF; border-bottom:1px solid #007CFF; font-weight: 700; }
.products .card-footer { border-top:1px solid #007CFF; }

.product-image img {
    max-height: 125px;
    max-width: 125px;
}

.list-view-row .list-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
