

.invctext {
    padding: 7px 10px;
    color: #3c763d;
    background: #dff0d8;
}

.search .form-group.form-md-line-input {
    margin: 0 0 0px 0;
    padding-top: 0px;
}

.table-custome td {
    vertical-align: middle !important;
    font-size: 13px;
    padding: 5px !important;
}

.table-custome th {
    vertical-align: middle !important;
    font-size: 13px !important;
    padding: 5px !important;
}

.table-custome .btn {
    margin-right: 0;
    margin-bottom: 3px;
}

    .table-custome .btn i {
        font-size: 13px;
    }

.table-custome .btn-xs {
    padding: 0px 5px;
}

.img-small {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.nav-tabs > li > a {
    color: #333;
}

.tabbable-custom > .tab-content {
    padding: 20px 15px;
}

.font-black {
    color: #1e2128 !important;
}

.powered {
    float: right;
    display: inline-block;
    color: #98a6ba;
}

    .powered a {
        color: #98a6ba;
    }


/*form-wizard css*/
.custom-wizard.form-wizard .steps > li > a.step {
    background-color: #4ac18e;
    margin: 0 5px;
    text-align: left;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

.custom-wizard.form-wizard .steps > li.active > a.step {
    background-color: #333333;
}

.custom-wizard.form-wizard .steps > li > a.step > .number {
    width: 25px;
    height: 25px;
    padding: 3px 0;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    margin-right: 5px;
}

.custom-wizard.form-wizard .steps > li > a.step > .desc {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.custom-wizard.form-wizard .nav > li > a {
    padding: 8px 8px;
}

.form-title {
    margin: 8px 0 15px 0;
    padding: 8px 15px;
    background: #ebebeb;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.form-title-sub {
    margin: 15px 0;
    padding: 8px 15px;
    background: #f5f5f5;
    color: #1f1e1e;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.tabbable .nav-tabs > li > a {
    color: #237bc3;
    font-weight: 600;
}

.tabbable .nav {
    padding-left: 15px;
}

.table-text-md tr td {
    vertical-align: middle !important;
}

.paging-links {
    margin-top: 8px;
}

.page-select {
    margin: 17px 0 15px 25px;
    padding: 0;
    float: left;
    width: 60%;
}

/*form-wizard css*/
.payment-price {
    font-weight: 500;
}

.dyn-height {
    max-height: 500px;
    overflow-y: auto;
}

.loading-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999999;
    top: 0;
    left: 0;
}

.loader-icon {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #35aa47; /* Green */
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
}

.bootstrap-dialog {
    z-index: 9999999999 !important;
    margin-top: 50px;
}

.btn-green {
    color: #FFFFFF;
    background-color: #4ac18e;
}

.label {
    white-space: initial;
}

.btn-physician-toolbar, .btn-salesperson-toolbar, .btn-renderingprovider-toolbar, .btn-Payer-toolbar, .btn-dig-toolbar, .btn-ReferringProvider-toolbar {
    float: right;
    margin-left: 12px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 440px) {
    .powered {
        float: left;
        display: inline-block;
        color: #98a6ba;
    }
}

.btn {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.12);
}

    .btn:focus, .btn:hover, .btn:active {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 10px 0 rgba(0,0,0,.15) !important;
    }

.width30 {
    width: 30px !important;
}

.cust-form-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    font-size: 12px;
    padding: 3px 10px;
}

.right-radious {
    border-top-right-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important;
}

.req-border {
    border-left: 3px solid #c41a04 !important;
}

.form-control.is-valid {
    border-color: #44cf9c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2336bea6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.form-control.input-validation-error {
    border-color: #2196F3 #2196F3 #2196F3 #c41a04 !important;
    padding-right: calc(1.5em + .9rem);
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f62d51' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f62d51' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");*/
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.nav-item {
    margin-bottom: -1px;
}

.nav-tabs {
    border-bottom: 1px solid #ccc !important;
}

    .nav-tabs .nav-link {
        border-top: 1px solid #579196 !important;
        border-left: 1px solid #579196 !important;
        border-right: 1px solid #579196 !important;
        border-top-left-radius: .75rem !important;
        border-top-right-radius: .75rem !important;
        background-color: #b6f3f9 !important;
        font-weight: 600;
    }

.nav-link.active a {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
    background-color: #fff !important;
    margin-top: 1px !important;
    font-weight: 600 !important;
}

.nav-link.req-tab {
    background-color: #fff2f2 !important;
    border-top: 1px solid #ff9898 !important;
    border-left: 1px solid #ff9898 !important;
    border-right: 1px solid #ff9898 !important;
}


.select2-container-multi .select2-choices .select2-search-field input {
    font-family: 'Source Sans Pro', sans-serif !important;
}


.mr-1 {
    margin-right: 1% !important;
}

.mr-2 {
    margin-right: 2% !important;
}

.mr-3 {
    margin-right: 3% !important;
}

.mr-4 {
    margin-right: 4%
}

.mr-5 {
    margin-right: 5% !important;
}



.ml-1 {
    margin-left: 1% !important;
}

.ml-2 {
    margin-left: 2% !important;
}

.ml-3 {
    margin-left: 3% !important;
}

.ml-4 {
    margin-left: 4% !important;
}

.ml-5 {
    margin-left: 5% !important;
}


.mt-1 {
    margin-top: 1% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-5-6 {
    margin-top: 5.6% !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.swal2-container {
    z-index: 999999 !important;
}

.handPointer {
    cursor: pointer;
}

.text-black {
    color: black;
}

.white-card {
    margin-right: 0px;
    margin-left: 0px;
    background: #fff;
    border-radius: 5px !important;
    padding: 10px 10px;
}

 

.label-S1 {
    color: #fff;
    background-color: #157347 !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}

.label-S2 {
    color: #000;
    background-color: #FFCA2C !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}

.label-S3 {
    color: #fff;
    background-color: #BB2D3B !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}

.label-S4 {
    color: #fff;
    background-color: #660099 !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}
.label-S5 {
    color: #fff;
    background-color: #4276db !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}
.label-S6 {
    color: #fff;
    background-color: #cb1fd0 !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}
.label-S7 {
    color: #fff;
    background-color: #215fd5 !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}
.label-S8 {
    color: #fff;
    background-color: #ff1176 !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}
.label-NS {
    color: #fff;
    background-color: #664d00 !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
}

.v-align-middle{
    vertical-align:middle !important;
}