﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding:4px 8px;
    background-color: lightgray;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {    
    padding:4px 8px;
    max-height:800px;
    overflow:auto ;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.grdtxt {
    padding: 2px 4px;
    text-transform: capitalize;
}

    .grdtxt:hover {
        background-color: lightyellow !important;
        color: red;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }
.Tissue{
    color:blue;
}
.expDate{
    color:red;
}
.Donor{
    color:forestgreen ;
}
.photo {
    display: inline-block;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin: 0 10px 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.help .helptext {
    display: none;
    color: red !important;
    background-color: #ffffcc !important;
    border-radius: 8px;
    border: 1px solid #ccc !important;
    margin: 2px 2px;
    padding: 4px 4px;
    font-size: 12px !important
}

.help:hover .helptext {
    display: block;
    z-index: auto;
}
.rbText {
    color: #767676;
    margin: 0 6px 0 2px;
}

.rbcImg {
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.patient {
    color: #ff9800 !important;
    text-shadow: 1px 1px 2px #000000;
    font-size:inherit ;
}
.physician {
    color: cadetblue !important;
    font-size:medium 
}
.distributor {
    color: forestgreen !important;
    font-size:small;
}
.provider {
    font-size:small;
    color: black  !important; 
}
.approved {
    border: 1px solid #ccc !important;
    border-radius: 8px;
    background-color: #ddffdd;
    padding: 4px 6px;
    color: #000;
}
.denied {
    border: 1px solid #ccc !important;
    border-radius: 8px;
    background-color: #ffdddd;
    padding: 4px 6px;
    color: #000;
}
.missing {
    border: 1px solid #ccc !important;
    border-radius: 8px;
    background-color: #ddffff;
    padding: 4px 6px;
    color: #000;
}

.hdr {
    color: #ff9800 !important;
    text-shadow: 1px 1px 2px #000000;
}

.ivrbtn {
    background-color: lightyellow !important;
    color: red !important;
    font-size: inherit;
    padding: 4px 4px !important;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    user-select: none;
    text-decoration: none;
}

    .ivrbtn:hover {
        color: red !important;
        text-shadow: 1px 1px 2px #000000;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.auditbtn {
    background-color: whitesmoke !important;
    color: red !important;
    font-size: 10px;
    padding: 6px 6px !important;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    cursor: help;
    white-space: nowrap;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    user-select: none;
    text-decoration: none;
    text-shadow: .5px .5px 1px #000000;
}

    .ivrbtn:hover {
        color: red !important;
        text-shadow: 1px 1px 2px #000000;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }


.clsBtn {
    color: #FF3300 !important;
    font-size: 14px;
    padding: 4px 4px !important;
    float: right !important;
}

    .clsBtn:hover {
        color: red !important;
        text-shadow: 1px 1px 2px #000000;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.lblNotes {
    font-size: 8px;
    color: blue;
    display: inline-block;
    padding: 4px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background-color: inherit;
    text-align: left;
    cursor: pointer;
    white-space: normal;
    font-size: 10px;
}

    .lblNotes:hover {
        font-size: 14px;
    }
    .label{
        color:blue ;
        font-size:small;
    }
.lbl {
    color: black;
}

    .lbl:hover {
        font-size: 14px;
    }


.btn {
    color: #ff9800 !important;
    font-size: 14px;
    padding: 4px 4px !important;
    border: none;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.btnWrap {
    border: none;
    display: inline-block;
    padding: 4px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: left;
    cursor: pointer;
    white-space: normal;
    font-size: 10px;
}

.btnNoBorder {
    border: none;
    display: inline-block;
    padding: 2px 2px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.btn:hover {
    color: red !important;
    text-shadow: 1px 1px 2px #000000;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.inpForm {
    color: #000 !important;
    padding: 4px 4px !important;
    font-size: 8px;
}

.txt {
    color: black !important;
    background-color: cornsilk  ;
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
}

    .txt:hover {
        background-color: lightyellow !important;
        color: red;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.txtSearch {
    color: inherit !important;
    background-color: lightyellow !important;
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
}

.txtErr {
    color: red;
    background-color: lightyellow !important;
    padding: 2px 4px;
    display: block;
    border: 1px solid #ccc !important;
    width: 100%;
    max-width: 100%;
}
.tab-container {
    
    min-height:400px;
    max-height:800px;
        width: 100%;

    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
.demo-container .outerMultiPage {
    height: 400px;
    width:100%;
    margin-left: 15px;
    margin-top: 10px;
    
    min-height:400px;
    max-height:800px;
        width: 100%;
}

.demo-container .innerMultiPage {
    display: inline-block;
    *display: inline;
    position: relative;
    margin-bottom: -3px;
    overflow: auto;
    min-height: 400px;
    max-height: 800px;
    width: 100%;
}

.demo-container .qsf-ib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.demo-container ul {
    margin: 0;
    padding: 0;
}


.demo-container .subtitle {
    font: Segoe UI;
    color: #444444;
    font-size: 13px;
    text-transform: uppercase;
}

.disclaimer p {
    font: Segoe UI;
    color: #888888;
    font-size: 12px;
    left: 1px;
    margin: 0;
    position: relative;
    top: -12px;
    width: 390px;
    word-wrap: break-word;
    white-space: normal;
}

.demo-container .RadTabStrip.rtsHorizontal .rtsLevel .rtsLink {
    text-align: center;
}

.demo-container .RadTabStrip.rtsVertical .rtsLevel1 .rtsSelected .rtsLink {
    background-color: #cccccc;
}

.demo-container .RadTabStrip .rtsImg,
.demo-container .RadTabStripVertical .rtsImg {
    border: 0 none;
    margin-left: -2px;
    margin-top: 7px;
    vertical-align: middle;
}

.demo-container .RadRating {
    margin-bottom: 22px;
    position: relative;
    top: 15px;
    *top: -3px;
}
.topmost{
    z-index:999999999 !important;
}
.restrictionZone {
    top:150px;
    height: 467px;
    z-index: 0;
    border: solid 1px black;
}

/* change the QSF to avoid breaking the RestrictionZone of RadWindow*/

.demo-container {

    width: 100%;
}



.configurator div.col-wide {
    width: 320px;
    padding-right: 0;
}



.slider-table {
    width: 370px;
}

.slider-value-label {
    width: 40px;
    text-align: right;
}

.DropZone {
    width: 300px;
    height: 90px;
    background-color: ButtonFace;
    border-color: black;
    color: red;
    float: left;
    text-align: center;
    font-size: 16px;
    color: red;
}

.DropZone1 {
    width: 300px;
    height: 90px;
    background-color:ButtonFace ;
    border-color: black ;
    color: red  ;
    float: left;
    text-align: center;
    font-size: 16px;
    color: red;
}

.demo-container .RadAsyncUpload {
    text-align: center;
    margin-left: 0;
    margin-bottom: 28px;
}

    .demo-container .RadAsyncUpload .ruFileWrap {
        text-align: left;
    }

.demo-container .RadUpload .ruUploadProgress {
    width: 210px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

html .demo-container .ruFakeInput {
    width: 200px;
}

html .RadUpload .ruFileWrap {
    position: relative;
}
.configurator label.riLabel.open-window-label, .configurator .RadInput_Qsf .riContentWrapper {
    display: inline-block;
}



.configurator div.col-wide {
    padding-right: 100px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
