.m-text-left {
    text-align: left;
    direction: ltr;
}
.hidden {
display: none;
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 0 20px;
}
.validate-error {
    position: absolute;
    top: 50px;
}
.field-validation-error {
    display: none !important;
}
.toast {
    opacity: 1 !important;
}
.loading1 {
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;

    position: absolute;
    top: 50%;
    left: 50%;

    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-beat,
.la-ball-beat > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-beat {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-beat.la-dark {
    color: #333;
}

.la-ball-beat > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-beat {
    width: 54px;
    height: 18px;
}

.la-ball-beat > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    -webkit-animation: ball-beat .7s -.15s infinite linear;
    -moz-animation: ball-beat .7s -.15s infinite linear;
    -o-animation: ball-beat .7s -.15s infinite linear;
    animation: ball-beat .7s -.15s infinite linear;
}

.la-ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}

.la-ball-beat.la-sm {
    width: 26px;
    height: 8px;
}

.la-ball-beat.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}

.la-ball-beat.la-2x {
    width: 108px;
    height: 36px;
}

.la-ball-beat.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}

.la-ball-beat.la-3x {
    width: 162px;
    height: 54px;
}

.la-ball-beat.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}
.la-ball-beat {
    color: #1b42e0;
    display: inline;
}
/*
 * Animation
 */
@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes ball-beat {
    50% {
        opacity: .2;
        -moz-transform: scale(.75);
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes ball-beat {
    50% {
        opacity: .2;
        -o-transform: scale(.75);
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.btn-xs {
    padding: 0.25rem 0.25rem;
    font-size: .76563rem;
    line-height: 1;
    border-radius: 0.2rem;
}

body {
    color: #444444;

}
.text-black * {
    color: #444444;

}
.text-white * {
    color: #000;

}

.form-control {
    padding: .47rem .50rem;

}

.patient_summary {
    padding: 25px;
    border-bottom: 1px solid #e5e5e5
}
.patient_summary_item_name {
    font-size:12px;

}
.patient_summary_item_value {
    font-weight:500;
    margin-top:10px;
}
.display_grid {
    display: grid;

}
.drug-row {
    background-color: #f2f5fa;
    border-radius: 5px;
    padding: 10px;
}
.vertical-menu {
    z-index: 0;
}
.ticket-body {
    height: 200px !important;
}