/*????? May need for IE
@-ms-viewport{
    width: device-width;
}*/

html {
    margin:0;
    padding:0
}
body {  /*08212018*/
    font-size: 1em;   /*font-size: .85em;*/
    font-family: "ProximaNova-Regular", ProximaNova-Regular, sans-serif;    /*JOG font-family:"Segoe UI",Verdana,Helvetica,Sans-Serif;*/
    margin:0;
    padding:0;
    /*JOG - 04/04/2022 background-color: #e5f5ff;*/
}


header {
    /*display:block;*/
    /*margin-bottom: 0px;*/
    /*padding-bottom: 0px;*/
    /*max-width:100%;*/
    /*min-width:5%;*/
    /*width:100%;*/
}

.content-wrapper {
    margin:0 auto;
    max-width:100%;  /*max-width:960px;  max-width:60em; */
}
@media only screen and (min-width:960px) {
    .content-wrapper {
        max-width:960px;
    }
}

header .content-wrapper {
}
#headerImage, #headerImageGeri {
    padding:0px;
    margin-bottom:-6px;
}
#headerImage img, #headerImageGeri img {
    width:100%;
}
#headerNavBar, #headerNavBarGeri {
    margin-bottom:0px;
    padding-bottom:0px;
}
nav {
    /*display:block;*/
    color:#fff!important;
    background-color:#1a3875;   /*JOG - 04/04/2022 background-color:#f59105;*/
    /*max-width:960px!important;*/
    clear:both!important;
    /*height:30px;*/
    /*margin-top:-5px!important;*/
    /*padding-top:5px!important*/
}
#HeaderNav, #HeaderNavGeri {
    display:block;
    height:30px;
    margin-bottom:0px;
    padding-bottom:0px;
    margin-top:-5px!important;
    padding-top:5px!important
}

#HeaderNavPDFReport, #HeaderNavPDFReportGeri {
    margin-bottom:0px;
    padding-bottom:0px;
    height:10px;
    display:none;
}

ul#menu {
    font-size:1em!important;  /*font-size:1.3em!important;*/
    font-weight:600!important;
    margin:4px 0 0!important;
    padding:0!important;
    text-align:center!important
}

ul#menu li {
    display:inline!important;
    list-style:none!important;
    padding-left:36px!important;
    padding-right:36px!important;
}
@media only screen and (min-width:960px) {
    ul#menu li {
        padding-left:40px!important;
        padding-right:40px!important;
    }
}

ul#menu li a {
    background:none!important;
    color:#fff!important;
    text-decoration:none!important
}
ul#menu li a:hover {
    color:#b1b1b1!important;   /*JOG - 04/04/2022 color:#333!important;*/
    text-decoration:none!important
}



button {
    position: absolute;
    right: 10px;
    top: 10px;
}


/*** HOME PAGE SPECIFIC ***/
#ipBannedMsg {
    margin: 0px 4px 4px 4px;
    text-align: center;
    color: orangered;
    display: none;
}

.homeContent {
    margin-left:36px;   /*margin-left:90px;*/
    margin-right:36px;  /*margin-right:90px;*/
}
.homeContentCenter {
    text-align:center;
}
.homeContentBottom {
    margin-bottom:20px;
}
.homeFont {
    font-size: .9em;
}
@media only screen and (min-width:960px) {
    .homeContent {
        margin-left:50px;
        margin-right:50px;
    }
    .homeContentBottom {
        margin-bottom:20px;
    }
}


.g-recaptcha-outer{
    text-align: center;
    border-radius: 2px;
}
.g-recaptcha-inner{
    width: 300px;   /*width: 288px;*/
    height: 84px;
    margin: 0 auto;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}
/*** HOME PAGE SPECIFIC ***/


/*** PATIENT INFO PAGE SPECIFIC ***/

/*** PATIENT INFO PAGE SPECIFIC ***/


/*** OUTCOME SPECIFIC ***/
#mainContent {
    clear:both

    /*display: -webkit-flex;
     display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;*/
}
#MainSection {
    display:block;
    /*background-color:#e5f5ff*/
}
.main-content {
    padding-top:5px;   /*padding-top:10px*/
}
.featured+.main-content {
}
.clear-fix:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden
}
#MainSectionDiv {
    margin-left:20px;   /*margin-left:4px;*/   /*margin-left:4px; margin-left:20px;*/
    margin-right:20px;  /*margin-right:4px;*/  /*margin-right:4px; margin-right:20px;*/
    max-width:960px;
}

.PatientRiskFactorBox {
    background-color:#5081c5!important;
    border-radius:15px;
    padding-left:25px;
    padding-right:25px;
    max-width:100%;
    min-width:5%;
    width:94%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4px; /*margin-bottom: 5px;*/
    display:inline-block;
    font-size: .85em;
}

#divChangeRiskFactors {
    display:inline-block;
    vertical-align:top;
    padding-left:5px;
    float:right;
    margin-bottom: 4px !important;
}
[data-name=Button].ux input[type=button]#btnChangeRiskFactors {   /*.push_button{*/
    background-color: #D3DCE0;
    /*border:1px solid black;*/
    box-shadow: 5px 5px black;          /*box-shadow: 1px 1px 3px 2px #54B501;*/
    -webkit-box-shadow: 5px 5px black;  /*-webkit-box-shadow: 1px 1px 3px 2px #54B501;*/
    -moz-box-shadow: 5px 5px black;     /*-moz-box-shadow:1px 1px 3px 2px #54B501;*/

    width:250px;    /*width:250px;*/
    cursor:pointer;
    color:rgb(0, 0, 0);
    font-size: .9em;
    height: 30px;
}


#displayProcedure, #displayProcedureGeri {
    padding-top:5px;
}
.procedureLabel {
    display:inline-block;
    width:95px; color:white;
    font-weight:700;
    text-align:right;
    vertical-align:top;
    padding-right:5px;
}
#procedure, #procedureGeri {
    display:inline-block;
    width:55%;
    text-wrap:normal;
    color:white;
    font-size:0.9em;
    background-color:#5081C5;
    border-color:#5081C5;
}
#displayRiskFactors, #displayRiskFactorsGeri {
    padding-top:5px;
}
.riskFactorLabel {
    display:inline-block;
    width:95px; color:white;
    font-weight:700;
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}
#riskfactors, #riskfactorsGeri {
    display:inline-block;
    width:55%;  /*width:77%;*/
    text-wrap:normal;
    color:white;
    font-size:0.9em;
    background-color:#5081C5;
    border-color:#5081C5;
}

#ChartDIV, #GeriChartDIV {
    /*background-color:#e5f5ff;*/
    /*JOG max-width:960px; */
    max-width: 100%;
    min-width: 5%;
    width: 100%;
}

#ChartDIVHeadings {
    margin-left: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
}
@media only screen and (min-width:960px) {
    #ChartDIVHeadings {
        margin-left: 80px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
}

#GeriChartDIVHeadings {
    margin-left: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
}
@media only screen and (min-width:960px) {
    #GeriChartDIVHeadings {
        margin-left: 35px;  /*margin-left: 80px;*/
        margin-right: 4px;
        margin-bottom: 4px;
    }
}


#ChartDIVHeadingsForPDF, #GeriChartDIVHeadingsForPDF {
    margin-left: 100px;
}
#chartHeaderNote, #geriChartHeaderNote {
    font-style:italic;
    font-size:0.8em;
    font-weight:500;
    /*margin-left: 48px;*/
    /*margin-bottom:-16px;*/
    color:navy;
    text-align: center;
    margin-bottom: 0px;
}
@media only screen and (min-width:960px) {
    #chartHeaderNote, #geriChartHeaderNote {
        margin-left: 198px;
        text-align: left;
    }
}

.chartHeader {
    font-weight:600;
    font-size:.8em;   /*font-size:medium;*/
    color:navy
}

@media only screen and (min-width:960px) {
    .chartHeader {
        font-size:1em
    }
}
#SurgeonAdjustRiskMsg {
    display: inline-block;
    width: 340px;
    text-align: center;
    color: #F00;
    /*font-weight: 700;*/
    font-size: 0.8em;  /*font-size: medium;*/
}
@media only screen and (min-width:960px) {
    #SurgeonAdjustRiskMsg {
        width: 56%;
        font-size: 1em;
    }
}
#GeriSurgeonAdjustRiskMsg {
    display: inline-block;
    width: 340px;
    text-align: center;
    color: #F00;
    font-size: 0.8em;
}
@media only screen and (min-width:960px) {
    #GeriSurgeonAdjustRiskMsg {
        width: 50.5%;  /*width: 56%;*/
        font-size: 1em;
    }
}


#divChartHeaderOutcomes, #divGeriChartHeaderOutcomes {
    display: inline-block;
    margin-left: 16px;
}
#divChartHeaderYourRisk, #divChartHeaderAvgRisk, #divGeriChartHeaderYourRisk, #divGeriChartHeaderAvgRisk {
    text-align:center;
    display: inline-block;
}


#divChartHeaderAvgRisk, #divGeriChartHeaderAvgRisk {
    margin-left: 20px;  /*margin-left: 17px*/
}
@media only screen and (min-width:960px) {
    #divChartHeaderAvgRisk, #divGeriChartHeaderAvgRisk {
        margin-left: 17px;
    }
}

#divChartHeaderChance, #divGeriChartHeaderChance {
    display: inline-block;
    text-align:center;
    margin-left: 36px;
}
@media only screen and (min-width:960px) {
    #divChartHeaderChance, #divGeriChartHeaderChance {
        margin-left: 16px;
    }
}


#ChartDIVDetails, #GeriChartDIVDetails {
    height:50px;
}
#ChartDIVChart, #GeriChartDIVChart {
    display: inline-block;
    margin-left:0px;
    padding-bottom:10px;
}
#LengthOfStay {
    text-align:center;
    padding:5px;
    font-weight:700;
    background-color:#FFF;
    border:1px solid rgb(0, 0, 128);
    font-size:.8em;
    color:rgb(0, 0, 128);
    /*width:96%;*/    /*width:300px;*/ /*width:400px;*/
    margin-left: 4px;     /*margin-left: 228px;*/
    margin-right: 4px;
}
@media only screen and (min-width:960px) {
    #LengthOfStay {
        text-align: center;
        padding: 5px;
        font-weight: 700;
        background-color: #FFF;
        border: 1px solid rgb(0, 0, 128);
        font-size: 1em;
        color: rgb(0, 0, 128);
        width: 400px;
        margin-left: 228px;
    }
}


#OtherOptionsDiv, #GeriChartDIVPrintMsg {
    display:none;
    margin-left:4px;
    margin-right:4px;
    /*max-width:960px;*/
    /*min-width:50px;*/
    width: 98%; /*width: 910px;*/
    font-size: .8em;
}

#chartkeyAdjRisks {
    text-align:left;
    display:inline-block;
    margin-left:4px;
    margin-right:4px;
    /*width:96%;*/  /*width:98%;*/
}


#chartKeyImage {
    display:inline-block;
    margin-right: 0px;
    text-align:left;
    width:385px;  /*width:52%;*/
}

#chartKeyImage img {
    border: 1px solid black;
    width:379px;    /*width:284px;*/
}

#divChartKeyAdjRightCol {
    display:inline-block;
    vertical-align:top;
    width:56%;
}
@media only screen and (min-width:900px) {
    #divChartKeyAdjRightCol {
        width:54%;
    }
}


#surgeonAdjustment {
    display:inline-block;
    /*width:98%;*/    /*width:505px;*/
    text-align:center;
}

#surgeonAdjustmentLabel {
    padding-bottom:5px;
    font-size: .8em
}
#surgeonAdjustmentInfo {
    font-size:0.8em;
    padding-bottom:5px;
}


.bullet {
    font: 10px sans-serif;
    width: 820px;
}
@media only screen and (min-width:960px) {
    .bullet {
        width: 900px;
    }
}

.bullet .title, .titleEstRisk, .bullet .titleAvgRisk, .bullet .titleChanceOC  {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
/*** OUTCOME SPECIFIC ***/


/*** REPORT SELECT PAGE SPECIFIC ***/
#CreateReportInstructions {
    border: 1px solid rgb(0, 0, 128);
    color: rgb(0, 0, 128);
    background-color:white;
    width:770px;    /*width:80%;*/
    font-size:1.4em;
    margin-left:auto;    /*margin-left:10%;*/
    margin-right:auto;
    text-align:center;
    padding-bottom:10px;
    padding-top:10px;
    margin-bottom:30px;
    margin-top:30px;
    font-weight: 700;
}

#divRptTypeSelection {
    width:400px;
    border-radius:15px;
    background-color:#7ebbd7;
    /*margin-left:30%;*/
    margin-bottom:30px;
    opacity:0.9;
    font-size:.9em;
    margin-left:auto;
    margin-right:auto;
}

#divRptQuestion01 {
    text-align:center;
    font-weight:700;
    height:20px;
    padding-top:15px;
}

#divRptQuestion01a {
    text-align:center;
    height:20px;
    padding-bottom:10px;
}

#labelSendPDFEmail, #labelDisplayPDF {
    font-size: .95em;
    font-weight:normal;
    cursor:pointer;
}

#patientNameLabel {
    text-align:left;
    font-size: .95em;
    font-weight:normal;
}

#patientName {
    width:300px;
}

#divDisclaimer {
    margin-left:80px;
    margin-right:80px;
    font-size:.85em;
}
/*** REPORT SELECT PAGE SPECIFIC ***/


#divStepImage {
    float:right;
    font-size: .9em;
    padding-right: 4px;
}
#stepImage {
    width: 64px;
}
#outcomeBtnNav {
    margin-left:4px;
    margin-right:4px;
    /*width:98%;*/
}
#divNavButtons {
    /*margin-left: 20%;*/
}
#btnBack, #btnNext {
    width:156px;    /*width:25%; */    /*width:80px;*/
    cursor: pointer;
}



#FooterDIV, #FooterDIVGeri {
    clear:both;
    background-color:#1a3875;   /*JOG - 04/04/2022 background-color:#2594b0;*/
    font-size:.8em;  /*font-size:1em;*/
    color:#fff;
    height:25px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align:center;
    /*vertical-align:central;*/
    padding-left: 4px;
    padding-right: 4px;
}




a {
    color:#333;
    outline:none;
    padding-left:3px;
    padding-right:3px;
    text-decoration:underline
}
img {
    margin:0;
    padding:0
}
a:link,a:visited,a:active,a:hover {
    color:#333;
}
a:hover {
    background-color:#b1b1b1;
}
.PatientInfoText {
    font-size:.8em;
    margin:0!important;
    padding:0!important;

    text-align:left;  /*JOG*/
    height: 24px;  /*JOG*/
}
.PatientInfoDropDown {
    /*margin:0!important;
    padding:0!important;*/    /*JOG*/

    padding-bottom: 5px; /*JOG*/
}
.PatientInfoImg {
    cursor:pointer;
    margin-right:0!important;
    margin-left:5px;
    padding:0!important;
    width:20px;
    color: rgb(80, 129, 197);
}
.PatientInfoImgCell {
    margin-right:0!important;
    margin-left:0!important;
    margin-top:10px!important;
    padding-right:15px!important;
    width:20px;

    margin-bottom:15px!important;  /*JOG*/
}
.PatientInfoRow {
    height:35px;
    padding-top:5px!important;
    padding-bottom:5px!important
}
.PatientInfoDIV {
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
    font-size:1.3em;
}
.PatientInfoDIVBorder {
    border:3px solid #000
}

.GeriatricInfoText {
    font-size:1em;
    margin:0!important;
    padding:0!important;

    text-align:left;
    height: 24px;
}

.ProcInstrucImg {
    cursor:pointer;
    margin-right:0!important;
    margin-left:5px;
    padding:0!important;
    width:20px;
    color: rgb(80, 129, 197);
}
.HomePageMsgImg {
    cursor:pointer;
    margin-right:0!important;
    margin-left:5px;
    padding:0!important;
    width:20px;
    color: rgb(80, 129, 197);
}
.ui-igdialog-header {
    background:#5081c5!important;
    height:20px!important
}
.ui-dialog-content {
    overflow:hidden!important
}
.k-window-titlebar {
    background-color:#5081c5!important
}
.transparentWindow {
    opacity:.8
}

.ui-autocomplete {
    max-height:400px;
    overflow-y:auto;
    max-width:700px;
    overflow-x:hidden
}


.ui-widget {
    font-size:.85em!important
}
.ui-autocomplete {
    box-shadow:-5px 5px 10px black!important
}
.ui-autocomplete li:first-child {
    border-top:1.5px solid blue!important;
    padding-top:5px
}
.ui-autocomplete li:last-child {
    border-bottom:1.5px solid blue!important;
    padding-bottom:5px
}
.ui-autocomplete li {
    padding-right:10px!important;
    padding-left:3px!important
}
.ui-autocomplete li:nth-child(2n+1) {
    background-color:#add8e6!important
}
.ui-menu .ui-menu-item {
    border-left:1.5px solid blue;
    /*border-right:5px solid red!important */
}
.ui-menu .ui-menu-item a:hover {
    border:1px solid blue!important
}
.ui-progressbar.low .ui-progressbar-value {
    background:#99d667!important
}
.ui-progressbar.medium .ui-progressbar-value {
    background:#eef266!important
}
.ui-progressbar.high .ui-progressbar-value {
    background:#f25767!important
}
.ui-progressbar {
    position:relative
}
.progress-label {
    position:absolute;
    left:90%;
    vertical-align:central;
    bottom:10px;
    font-weight:bold
}
.ButtonImage {
    border:none
}
.StandardButton {
    background-color:#5081c5!important;
    color:#fff!important;
    margin-bottom:20px!important;
    border-radius:5px
}
.NextButton {
    border:none!important;
    width:150px!important;
    height:80px!important
}





.ChangePatientRiskFactorsButton {
    width:120px;
    height:75px;
    text-align:center;
    white-space:pre-wrap;
    border-radius:5px
}







#NonNSQIPCPTMsg {
    /*display: inline-block;*/
    /*width: 56%;*/
    text-align: left;
    /*color: #F00;*/  /*color: #F59105;*/
    font-weight: 500;
    font-size: small;
    font-style: italic;
}





#BlackBar {
    position:absolute;
    left:30%;
    margin-top:-5px;
    margin-bottom:-5px;
    border:3px solid #000;
    width:.1px;
    height:25px
}
.history {
    border-collapse:collapse;
    /*background-color:#e5f5ff;*/
    /*JOG margin-left:50px*/
}

.history .k-chart {
    height:35px;
    width:440px;
    /*background-color:#e5f5ff*/
}

.k-tooltip {
    top:35px!important;
    left:150px!important
}
.history td.leftTextItem {
    width:220px;
    text-align:right;
    vertical-align:central;
    font-size:1em;
    font-weight:800;
    margin-right:0!important;
    padding-right:5px!important
}

.history td.rightTextItem {
    text-align:center;
    vertical-align:central;
    font-size:.9em;
    font-weight:800
}

.history td.ValueItem {
    text-align:center;
    vertical-align:central;
    font-size:.9em;
    font-weight:800;
    padding:0;
    margin:0
}
.EstimatedRiskColumn {
    text-align:center;
    padding-left:0;
    padding-right:0
}
.OutcomeColumn {
    width:200px;
    text-align:center
}

.scaleTextLeft {
    font-size:.8em;
    float:left
}
.scaleTextRight {
    font-size:.8em;
    float:right;
    padding-right:2px;
    margin-right:-30px
}
.ToolTipLine {
    background-color:#000
}





hgroup,section {
    display:block;
    /*background-color:#e5f5ff*/
}




mark {
    background-color:#a6dbed;
    padding-left:5px;
    padding-right:5px
}
.float-left {
    float:left
}
.float-right {
    float:right
}
/*
.clear-fix:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden
}*/
h1,h2,h3,h4,h5,h6 {
    color:#000;
    margin-bottom:0;
    padding-bottom:0
}
h1 {
    font-size:2em;      /*font-size:2em;*/
    color:navy
}
h2 {
    font-size:1.3em;   /*font-size:1.75em;*/
    color:navy
}
@media only screen and (min-width:960px) {
    h2 {
        font-size:1.5em;
    }
}


h3 {
    font-size:.9em;    /*font-size:1.2em;*/
    color:navy
}
@media only screen and (min-width:960px) {
    h3 {
        font-size:1em;
    }
}

h4 {
    font-size:1.1em;    /*font-size:1.1em;*/
    color:navy
}
h5,h6 {
    font-size:1em;      /*font-size:1em;*/
    color:navy
}
h5 a:link,h5 a:visited,h5 a:active {
    padding:0;
    text-decoration:none
}
.ChartToolTipHeader {
    font-size:1em;
    font-weight:700;
    margin-bottom:45px;
    margin-top:-30px;
    text-align:center
}
.ChartToolTipText {
    text-align:center
}



.site-title {
    color:#fff;
    background-color:#f59105;
    font-family:Rockwell,Consolas,"Courier New",Courier,monospace;
    font-size:2.3em;
    margin:0
}
.site-title a,.site-title a:hover,.site-title a:active {
    background:none;
    color:#c8c8c8;
    outline:none;
    text-decoration:none
}




hgroup.title {
    margin-bottom:10px
}
hgroup.title h1,hgroup.title h2 {
    display:inline
}
hgroup.title h2 {
    font-weight:normal;
    margin-left:3px
}
section.feature {
    width:300px;
    float:left;
    padding:10px
}
.label {
    font-weight:700
}
fieldset {
    border:none;
    margin:0;
    padding:0
}
fieldset legend {
    display:none
}
fieldset ol {
    padding:0;
    list-style:none
}
fieldset ol li {
    padding-bottom:5px
}
label {
    display:block;
    font-size:1.2em;
    font-weight:600
}
label.checkbox {
    display:inline
}
input,textarea {
    border:1px solid #e2e2e2;
    background:#fff;
    color:#333;
    font-size:1.2em;
    margin:5px 0 6px 0;
    padding:5px;
    width:300px
}
textarea {
    font-family:inherit;
    width:695px;    /*width:500px*/
}
input:focus,textarea:focus {
    border:1px solid #7ac0da
}
input[type="checkbox"], input[type="radio"] {
    background:transparent;
    border:inherit;
    width:auto
}
/*JOG
input[type="submit"],input[type="button"],button {
    background-color:#d3dce0;
    border:1px solid #787878;
    cursor:pointer;
    font-size:1em; */   /*JOG font-size:1.2em;*/
/*    font-weight:600;
    padding:7px; */
/*JOG margin-right:8px; */
/*    width:auto
} */
/*JOG
td input[type="submit"],td input[type="button"],td button {
    font-size:1em;
    padding:4px;
    margin-right:4px
} */
.message-info {
    border:1px solid;
    clear:both;
    padding:10px 20px
}
.message-error {
    clear:both;
    color:#e80c4d;
    font-size:1.1em;
    font-weight:bold;
    margin:20px 0 10px 0
}
.message-success {
    color:#7ac0da;
    font-size:1.3em;
    font-weight:bold;
    margin:20px 0 10px 0
}
.error {
    color:#e80c4d
}
.field-validation-error {
    color:#e80c4d;
    font-weight:bold
}
.field-validation-valid {
    display:none
}
input.input-validation-error {
    border:1px solid #e80c4d
}
input[type="checkbox"].input-validation-error {
    border:0 none
}

input[type=image] {
    padding: 0px;
    border: 0px none transparent;
    /*border-radius: 0px;*/
    /*color: #000;*/
    background-color: transparent;
    /*line-height: normal;*/
}

.validation-summary-errors {
    color:#e80c4d;
    font-weight:bold;
    font-size:1.1em
}
.validation-summary-valid {
    display:none
}
table {
    border-collapse:collapse;
    border-spacing:0;
    margin-top:.75em;
    border:0 none
}
th {
    font-size:1.2em;
    text-align:left;
    border:none 0;
    padding-left:0
}
th a {
    display:block;
    position:relative
}
th a:link,th a:visited,th a:active,th a:hover {
    color:#333;
    font-weight:600;
    text-decoration:none;
    padding:0
}
th a:hover {
    color:#000
}
th.asc a,th.desc a {
    margin-right:.75em
}
th.asc a:after,th.desc a:after {
    display:block;
    position:absolute;
    right:0;
    top:0;
    font-size:.75em
}
th.asc a:after {
    content:'?'
}
th.desc a:after {
    content:'?'
}
td {
    padding:.25em 2em .25em 0;
    border:0 none
}
tr.pager td {
    padding:0 .25em 0 0
}



.leftTextItem {
    text-align: right;
    font-size: 1em;
    font-weight: 800;
    width: 130px;
    padding-right: 5px !important;
    margin-right: 0px !important;
    margin-left: 60px;
}


.ValueItemEstRisk {
    text-align:center;
    vertical-align:central;
    font-size:.9em;
    font-weight:800;
    padding:0;
    margin:0
}

.rightTextItem {
    text-align: center;
    font-size: 0.9em;
    font-weight: 800;
}