﻿.clearFloat
{
    clear: both;
}

.selectedModelHeading
{
    font-weight: bold;
    color: #5BA7E7;
    font-size: 14px;
}

.ObjectPropertyNameHeading
{
    color: #5BA7E7;
    font-size: 12px;
}

.ObjectPropertyValueHeading
{
    color: #000;
    font-size: 14px;
}

.ObjectPropertyValue
{
    font-size: 12px;
}

.paddingDrugProperties
{
    padding: 2px;
}

.prescriptionHistoryImg
{
    width: 8px;
    height: 8px;
    padding-right: 5px;
}

.bold
{
    font-weight: bold;
}

#BeneficiaryProvider > div
{
    padding: 5px;
}

.tblCondition
{
    width: 100%;
    padding: 5px;
}

    .tblCondition th
    {
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        text-align: center;
    }

    .tblCondition td
    {
        border: 1px solid #C8C8C8;
        padding: 5px;
        width: 33%;
    }

.trConditionEven
{
    background-color: #BDD7EE;
    font-weight: normal;
}

.trConditionOdd
{
    background-color: #9CC3E5;
    font-weight: normal;
}

.tblPrescriptionHistory
{
    font-size: 14px;
    width: 100%;
    padding: 5px;
}

    .tblPrescriptionHistory th
    {
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        text-align: center;
        padding: 5px;
        white-space: nowrap;
    }

    .tblPrescriptionHistory td
    {
        border: 1px solid #C8C8C8;
        padding: 5px;
    }


.drugObjectPropertyWidth
{
    display: inline-block;
    width: 150px;
}

.divModalBackground
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    background-color: #999988;
    z-index: 800;
}

.searchTextbox
{
    float: left;
    border: 0px solid #000;
    height: 30px;
    font-size: 16px;
    background: #F2F2F2;
    width: 80%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    font-family: Georgia, serif;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.btnSearch
{
    float: left;
    background-color: #0094FF;
    border: 0px solid #000;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    font-family: Georgia, serif;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    padding: 10px 10px;
    margin-left: 5px;
    cursor: pointer;
}


.btnSmall
{
    float: left;
    background-color: #0094FF;
    border: 0px solid #000;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    color: #ffffff;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    padding: 6px 6px;
    margin-left: 3px;
    cursor: pointer;
}

.linkButtons a:link, .linkButtons a:visited, .linkButtons a:active, .linkButtons a:hover {
    background-color: #0094FF;
    border: 0px solid #000;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    color: #ffffff;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 12px;
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    padding: 8px 8px;
    margin-right: 10px;
    min-width: 100px;
    max-width: 200px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.primaryModel
{
    border: 1px solid #0094FF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    color: #0094FF;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    padding: 8px 8px;
    width: 100px;
    display: block;
    text-align: center;
    margin-right: 10px;
}


.imgLoading
{
    margin-top: 15px;
    vertical-align: middle;
    display: none;
}

.search-cont
{
    padding-right: 5em;
}

.errorMessage
{
    color: red;
    display: none;
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 10px;
}

/*.divPatientSearchResult
{
    min-height: 400px;
    margin-top: 30px;
    margin-bottom: 10px;
}*/

/* tables
----------------------------------------------------------*/
.searchResultTable
{
    border-collapse: separate;
    border: 0px solid #727272;
    border-radius: 5px;
    border-spacing: 2px;
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
}

    .searchResultTable th
    {
        width: auto;
        text-align: center;
        vertical-align: top;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
        text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        border: 0px solid #727272;
        background-color: #F2F2F2;
        padding: 15px;
    }

    .searchResultTable td
    {
        width: auto;
        text-align: left;
        vertical-align: top;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
        text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        border: 0px solid #727272;
        background-color: #F2F2F2;
        padding: 10px;
    }

.gridStyle
{
    width: 100%;
    min-height: 300px;
}

.backToSearch a, .backToSearch a:hover, .backToSearch a:active
{
    background-color: #0094FF;
    border: 0px solid #000;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    color: #ffffff;
    font-family: Georgia, serif;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    padding: 6px 10px;
    margin-left: 5px;
    cursor: pointer;
    display: block;
}

.text-danger
{
    color: #a94442;
}

    .text-danger:hover
    {
        color: #843534;
    }

.alert
{
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.alert-success
{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr
    {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link
    {
        color: #2b542c;
    }

.alert-danger
{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr
    {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link
    {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }

    to
    {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }

    to
    {
        background-position: 0 0;
    }
}

table.tablesorter
{
    font-family: arial;
    background-color: #0072C6;
    margin: 5px 0px 0px 0px;
    font-size: 9pt;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th
    {
        background-color: #0072C6;
        border: 1px solid #0072C6;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border-spacing: 3px;
        font-size: 12px;
        padding: 6px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        vertical-align: middle;
    }

    table.tablesorter thead tr .header
    {
        background-image: url(../../Images/tablesort/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter th
    {
        border: 1px solid #fff;
    }

    table.tablesorter tbody td
    {
        color: #383838;
        padding: 6px;
        background-color: #FFF;
        vertical-align: top;
        border: 1px solid #0072C6;
        border-spacing: 2px;
        text-align: center;
    }

    table.tablesorter tbody tr.odd td
    {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp
    {
        background-image: url(../../Images/tablesort/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown
    {
        background-image: url(../Image/tablesort/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
    {
        background-color: #8dbdd8;
    }


.searchParamTable tbody tr
{
    border-bottom: 1px solid #F2F2F2;
    height: 40px;
    margin: 5px 0px;
}

.searchParamTable tbody td
{
    vertical-align: top;
}

    .searchParamTable tbody td input
    {
        margin: 0px;
    }

.search-page-small-icon
{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.validation-error
{
    display: block;
    padding: 5px;
    margin-top: 2px;
    font-size: 11px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: red;
    background-color: #ffeeee !important;
}

.analyticHighRed
{
    background-color: #CC0404 !important;
    color: #ffffff !important;
}

.analyticHighOrange
{
    background-color: #FC6604 !important;
    color: #ffffff !important;
}

.analyticMedimYellow
{
    background-color: #FCDD04 !important;
    color: #000 !important;
}

.analyticLowLightYellow
{
    background-color: #FCFECC !important;
    color: #000 !important;
}

.analyticLowGrey
{
    background-color: #F2F2F2 !important;
    color: #000 !important;
}

.analyticNoColor
{
    background-color: #fff !important;
    color: #000 !important;
}

.patternSquareBox
{
    float: left;
    padding: 5px 7px;
    margin-right: 5px;
    border: 2px solid #C8C8C8;
}
