 
@media only screen and (max-width : 480px) {
    video {
        width: 100%;
    }
}

.row {
    margin-left: auto;
    margin-right: auto;
}

header, main, footer {
    padding-left: 300px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

#share-btn, .tests-comments, .tests-comments > h6, .info-data {
    font-family: 'Droid Arabic Kufi';
}

.test-result {
    margin-top: 8px;
}

.info-data {
    text-align: left;
}

.test-result, .comment-content {
    padding: 8px;
}

.comment-content {
    display: inline-block;
    margin-right: 20px;
}

.comment-flag {
    width: 20px;
    height: 46px;
    display: inline-block;
    float: right
}

.test-title {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.test-sub-title {
    display: block;
}

.dark-red {
    background-color: #8D343C;
}

.normal-ranges {
    padding-top: 16px;
}

.normal-range {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

.range-content {
    padding: 4px;
    text-align: center;
}

.normal {
    background-color: #A0BA7B;
}

.range-title {
    font-weight: bold;
    font-size: 10px;
}

.warning {
    background-color: #A66942;
}

.range-value {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tests-comments {
    text-align: right;
}

.info-label {
    color: #444;
}

#patient-info {
    padding: 2px;
}

.your-result {
    background-color: #000;
    color: #fff;
    padding: 2px;
    position: relative;
    top: 8px;
}

    .your-result:before {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        left: 0px;
        border: 0 solid transparent;
        border-bottom: 8px solid #000;
        border-right: 10px solid transparent;
        bottom: 20px;
    }

#patient-info {
    border: 1px solid #BDBDBD;
}

.test-comment, .test-result {
    background-color: #e0ebfc;
}

@media only screen and (min-width: 768px) {
    #rpt-container {
        width: 90%;
    }
}

.test-data {
    margin-bottom: 4px;
    font-size: 13px;
}

.test-header {
    margin-bottom: 4px;
}

.test-data-box {
    border: 1px solid #E6E9ED;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 1px;
    margin-left: -1px;
    font-size: 13px;
}

.test-desc-box {
    background-color: #E0E0E0;
}

.comment-pre {
    background-color: #fff;
    border: none;
    overflow-wrap: yes;
}

.t1 {
    font-size: 18px;
    color: #e630cc;
}

.t2 {
    font-size: 18px;
    color: #BDBDBD;
    font-weight: bold;
}

.t3 {
    font-size: 20px;
    color: #b5d7fb;
    font-weight: bold;
}

.t4 {
    font-size: 16px;
    color: #a9a2a2;
    font-weight: bold;
}

.dxeImage {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .dxeImage {
        max-width: 100% !important;
    }
}

.doctor.rt {
    border: 1px #423f3f dotted;
    background-color: #08a4e9;
    height: 200%;
    position: relative;
    right: 0;
}

.doctor.lt {
    border: 1px #423f3f dotted;
    background-color: #08a4e9;
    height: 200%;
    position: relative;
    left: 0;
}

.loader {
    left: 40%;
    position: absolute;
    z-index: 1000;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ff0000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller {
    left: 47%;
    position: absolute;
    z-index: 1000;
    display: inline-block;
    width: 150px;
    height: 150px;
    top: 45%;
    /*left: 200px;*/
}

    .lds-roller div {
        animation: lds-roller 1.0s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #bfa422;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 73px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 78px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 81px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 82px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 81px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 78px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 73px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 66px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.osloader {
    width: 100%;
    left:0;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    position: fixed;
    z-index: 9999;
}

    .osloader .img {
        opacity: 0.6;
        width: 55px;
        position: absolute;
        z-index: 9999;
        top: 47%;
        left: 48%;
    }


.logoimg {
    box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
    -moz-box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
    -webkit-box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
    -khtml-box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
}

@media only screen and (max-width: 768px) {
    .rpt-container {
        width: 100%;
        height: 100%;
    }

    .osloader {
        width: 100%;
        height: 100%;
    }

    .lds-roller {
        /*left: 40%;*/
        /*width: 150px;*/
        height: 150px;
        top: 48%;
        left: 45%;
    }

    .osloader .img {
        width: 55px;
        top: 50%;
        left: 48%;
    }
}
.notification {
    background-color: #fcd462;
    color: white;
    text-decoration: none;
    padding: 10px 16px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    top: 25%;
    left: 0;
    position: absolute;
    border: 1px solid #555;
}


    .notification .badge {
        position: absolute;
        top: 5%;
        right: -15px;
        padding: 10px 10px;
        border-radius: 50%;
        background: red;
        color: white;
        font-size: 14px;
    }
.ContentHead {
    background-color: #56514a;
    width:100%;
    text-align:center;
}
.CancelCnfrmDialog {
    background-color: #444;
    border: 2px solid #fcd462;
}
.SaveCnfrmDialog {
    background-color: #c2f6bc;
    border: 2px solid #08a4e9;
    color:#000;
}
.menu-item a:hover 
{
    background-color:#A66942;
}
#InfoPanel
{
    margin:3px;
    border:1px solid #fff;
    border-top: 25px solid  #b2c892;
    border-radius:5px 4px;
    padding:10px;
    text-align:right;
}
#InfoPanel h4{
    border-bottom:1px solid #555;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fcd462;
    color: #8D343C;
    cursor: pointer;
    padding: 1px 3px 0px 5px;
    height: 40px;
    width: 30px;
    border-radius: 7px;
    font-size: 28px;
    box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
    -moz-box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
    -webkit-box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
    -khtml-box-shadow: 5px 5px 5px rgba(217, 213, 213, 0.45);
}

    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }
.itmcode
{
    font-size:12px;
    padding: 0px 5px 0px 5px;
    color:#08a4e9;
}
.itmcodebig {
    font-size: 18px;
    padding: 0px 5px 0px 5px;
    color: #08a4e9;
}