﻿/*
==================              GENERIC SITE CSS            =====================
This CSS should be for crossplatform css. if you need something specific create it in either Site.css, AndroidSite.css or MobileSite.css based on what you need it for.
lets try to avoid code DUPLICATION!!!!
*/







/*
============================== ICD10/9 STYLES =========================
*/

.searchbuttoninicd9codepicker {
    height: 16px;
    vertical-align: bottom;
}

.searchbuttoninICD10codepicker {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}

.m1020textarea
{
    width: 213px;
}

.M1021textarea
{
    width: 213px;
}

.img_add_ICD {
    border-left: solid;
    border-right: solid;
    border-left-width: 1px;
    border-right-width: 1px;
}

.div_ICD_TabContent {
    border-bottom:solid;
    border-left:solid;
    border-right:solid;
    border-width: 1px;
    padding: 10px;
}

.button_ICDMapping_NotDefined {
    background: #4C90CD no-repeat center;
    height: 20px;
    font-weight: bold;
    background-size: 100% 125%;
    border: none;
    cursor: pointer;
    color: white;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    text-align: center;
    padding-top: 2px;
}

.tab_ICD_Selected {
    width:25%; 
    border-top:solid;
    border-left:solid;
    border-right:solid;
    text-align:center;
    border-width:1px;
    text-size:2px;
    font-size: large;
    cursor: pointer;
}

.tab_ICD_NotSelected 
{
    width:25%;
    border-bottom:solid;
    border-top:solid;
    border-left:solid;
    border-right:solid;
    text-align:center;
    border-width:1px;
    cursor: pointer;
}






.tab_ICD_NotSelected 
{
    width:25%;
    border-bottom:solid;
    border-top:solid;
    border-left:solid;
    border-right:solid;
    text-align:center;
    border-width:1px;
    cursor: pointer;
}


.icd10picker_regularborder {
    border: solid;
    border-width: 2px;
    font-size: 1em;
}

.icd10picker_CodifierTextBoxNormal 
{
    border-width: 2px !important;
    margin-left:1px;
    margin-right:1px; 
    width: 36px;
    height: 36px;
    font-size: x-large !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(76, 144, 205);
}

.icd10picker_CodifierTextBoxNormal_Apple
{
    font-size: large !important;
}

.icd10picker_CodifierTextBox_Focused 
{
    border-width: 3px  !important;
    margin-left:1px;
    margin-right:1px; 
    width: 36px;
    height: 36px;
    font-size: x-large !important;
    text-align: center;
}


.icd10_breadcrumb_home {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.icd10_breadcrumb_child {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.icd10_breadcrumb_filler {
    font-weight: bold;
    display: inline-block;
}

.icd10_breadcrumb_child_last {
    font-weight: normal !important;
    text-decoration: underline;
    display: inline-block;
}

.icd10_tdbackbutton 
{
    width:6%; 
    text-align: right;
    cursor: pointer;
}

.icd10_imgbackbutton {
    width: 32px;
    height:32px;
    margin-top: 3px;
}

.icd10_imgbackbutton_enabled {
    background: url(../Content/Images/ICD10/back-enabled.png);
}

.icd10_imgbackbutton_disabled {
    background: url(../Content/Images/ICD10/back-disabled.png);    
}

.icd10_div_codifierdescription {
    color: red;
    font-style: italic;
    font-size: small;
    font-weight: bold;
    height: 48px;
    overflow:hidden;
}

.gemWithColor , .gemWithoutColor
{
    border: 1px solid;
    padding: 9px;
    margin: 6px;
    border-radius: 10px;
}

.gemWithColor
{
    background-color: #FFF2DD;
} 

.gemWithoutColor
{
    background-color: #FFFFFF;
}

.gemButtonAdd
{
    
}

.gemDivAdd
{
    text-align: right;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.icd10_tr_resultodd {
    
}

.icd10_tr_resulteven {
    background: #FEF1DC;
}

.icd10_tr_div_includes 
{
    margin: 6px;
    padding: 4px;
    background: #d7f0db !important;
}

.icd10_tr_div_additional 
{
    margin: 6px;
    padding: 4px;
    background:  #d1e3f1 !important;
}

.icd10_tr_div_excludes1
{
    margin: 6px;
    padding: 4px;
    background: #FBD2D3 !important;
}

.icd10_tr_div_excludes2
{
    margin: 6px;
    padding: 4px;
    background: #FCD7AD !important;
}

.icd10_tr_div_applicableto
{
    /*margin: 6px;
    padding: 4px;*/
    font-style: italic;
}

.icd10_notationleaf {
    display: inline-block;
    cursor: pointer;
    color: #00B000;
    text-decoration: underline;
}
.icd10_notationlink {
    display: inline-block;
    cursor: pointer;
    color: #357EBD;
    font-weight: bold;
    text-decoration: underline;
}

.icd10_result_grid_div {
    background-color: white !important;
    overflow:auto;
    overflow-y: auto;
    height: 450px;
}

.icd10_tr_result 
{
    cursor: pointer;
    width: 100%;
    height: 35px;
}

.icd10_td_result_main 
{
    width: 80%;
    padding-top: 5px;
    padding-left: 5px;
    text-decoration: underline;
}

.icd10_td_result_code {
    width: 12%;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
}


.icd10_tr_expandcollapseimage
{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.icd10_tr_expandcollapseallimage
{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../Content/Images/ICD10/expand-all.png);
}


.icd10_div_result_buttons 
{
    width: 56px;
    text-align: right;
    border-color: #357EBD;
}

.icd10_hr_result_extrainfo{
    border-top: solid;
    border-width: 1px;
    margin-top: 4px;
}

.icd10_table_result {
    width: 100%;
}

.icd10_div_applyresult {
    color: red;
    margin-top: 20px;
    font-style: italic;
    text-align: center;
}

.gemRedText
{
    color: Red;
    font-style: italic;
}

.icd10_ul_extrainfo {
    margin: 0;
    margin-top: 4px;
    margin-bottom: 2px;
}

.icd10_div_hrdivider {
    border-top: solid;
    border-width: 1px;
    margin-top: 4px;
}

.icd10_td_result_description_notleaf {
    color: #357EBD;
}

.icd10_td_result_description_leaf {
    color: #00B000;
}

.icd10_td_result_description_leaf_notclickable {
    cursor: default;
}

.icd10_lbl_specificdiagnosis {
    color: #00B000;
    text-decoration: underline;
}
.icd10_lbl_nonspecificdiagnosis
{
    font-weight: bold;
    text-decoration: underline;
}
.icd10_div_connectionlost {
    color: red;
}

.icd10_li_noconnection {
    
}

.icd10_div_reloadsearch 
{
    display: inline-block;
    color: blue;
    font-style: italic;
}
.icd10_lbl_workingoffline {
    color: red;
}

.headerSeparator
{
    border-bottom: #357EBD dotted 1px;
}

.lblOptionAlignUp
{
    vertical-align:top;
}

.lbl_nbsp {
    display: inline-block;
    font-size: small;
    font-family: arial;
}