body {
    font-size: 16px;
    font-family: "Open Sans";
    background-color: #f9f9f9;
    margin: 2rem;
}

.navbar {
    display:block !important;
    background-color:#fff !important;
    border-bottom: 2px solid #0075bf;
}

.navbar .navbar-brand {
    color:#0075bf !important;
}

#logoAnchor {
    height: inherit;
}

#fmcnaLogo {
    height: 40px;
}

ul.arep-footer-menu li:after {
    content: "|";
    padding-left: 5px !important;
}

.leaf {
    padding-right: 0 !important;
}

.footer {
    display: block !important;
    background-color: #fff !important;
    border-top: 2px solid #51585D;
    margin-top: 20px;
}

.footer-in-bottom {
    padding-top: 10px;
}

.subblock { 
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    min-height: 870px;
    overflow-y: auto;
}
.subblock.subblock-rounded { 
    border-radius:4px 
}

.subblock.subblock-rounded > .subblock-header { 
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.subblock.subblock-rounded > .subblock-content:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.subblock.subblock-rounded > .subblock-content:last-child { 
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.subblockmini { 
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    overflow-y: auto;
    min-height: 353px;
}
.subblockmini.subblock-rounded { 
    border-radius:4px 
}
.subblockmini.subblock-rounded > .subblock-header { 
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.subblockmini.subblock-rounded > .subblock-content:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.subblockmini.subblock-rounded > .subblock-content:last-child { 
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.subblock-header {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
}

.subblock-instr {
    min-height: 50px;
}

.hdBlueSubblock {
    border-color: #0075bf;
}
.hdBlue {
    background-color: #0075bf;
    color: #fff;
}
.hdOrangeSubblock {
    border-color: #fa8d20;
}
.hdOrange {
    background-color: #fa8d20;
    color: #fff;
}
.hdGreenSubblock {
    border-color: #71b73d;
}
.hdGreen {
    background-color: #71b73d;
    color: #fff;
}

.sunblock {
    border-color: #fdb813;
}
.sun {
    background-color: #fdb813;
}

.outputValue {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.noValue {
    font-style: italic;
    font-size: 14px;
}
label {
    font-size:16px;
}
.form-control {
    font-size:16px;
}
select.form-control {
    padding-top: 3px;
}
.form-control-readonly {
    border-width: 0;
    box-shadow: none;
}
.form-group-readonly {
    margin-bottom: 0;
}
select.unit-control {
	min-width: 85px;
}

.primary {
    background-color: #71b73d;
    color: #fff;
}

h1 {
    font-size:24px;
    color: #0075bf;
    font-family: "Lato";
}

.wizardcontainer {
    margin-left: 20px;
    margin-right:20px;
    margin-top: 20px;
}

.fuelux .wizard {
    background-color: #fff;
}

.fuelux .wizard .step-content {
    padding-top: 25px;
}

.fuelux .wizard > .steps-container > ul.steps li {
    background: #fff;
    color: #000;
    font-weight: normal;
}

.fuelux .wizard > .steps-container > ul.steps li.complete {
    background: #fff;
    color: #000;
    font-weight: normal;
}

.fuelux .wizard > .steps-container > ul.steps li.active {
    background: #0075bf;
    color: #fff;
    font-weight: normal;
}

.fuelux .wizard > .actions {
    background: #fff;
}

.btn.focus, .btn:focus, .btn:hover {
    background-color: #5a9032;
    color: #fff;
    text-decoration: none;
}

.btn-fresenius {
    background-color: #77be42;
    color: #fff;
    font-size: 18px;
}

.btn-blue {
	background: #0075bf;
}

.btn-blue.focus, .btn-blue:focus, .btn-blue:hover {
    background-color: #23527c;
    color: #fff;
    text-decoration: none;
}

.gauge {
    width: 250px !important;
    height: 250px !important;
    margin: -20px auto auto auto;
}

.gauge > div {
    max-width: 250px !important;
    max-height: 250px !important;
}

.timechart {
    width: 90%;
    height: 100px;
}
.k-tooltip {
    background-color: #0075bf !important;
    color: #fff !important;
    border-color:  #0075bf !important;
    padding: 2px !important;
}

table.modality {
    min-width: 300px;
}
table.modality  td {
    padding-bottom: 10px;
    vertical-align: top;
}
table.modality td.columnDef {
    width: 100px;
}

.percent100 {
    width: 100%;
}

.resultBad {
    background-color: #D2222D;
    color: #fff;
}
.resultOk {
    background-color: #FFBF00;
    color: #fff;
}
.resultGood {
    background-color: #80C31C;
    color: #fff;
}
.resultNone {
    background-color:none;
    color: #000;
}
.resultNormal {
    background-color: #0075BF;
    color: #fff;
}
.result_3_00_to_3_05 {
    background-color: #D9382D;
    color: #fff;
}
.result_3_05_to_3_10 {
    background-color: #E2582C;
    color: #fff;
}
.result_3_10_to_3_15 {
    background-color: #EA752C;
    color: #fff;
}
.result_3_15_to_3_20 {
    background-color: #F18E2C;
    color: #fff;
}
.result_3_20_to_3_25 {
    background-color: #F7A42C;
    color: #fff;
}
.result_3_25_to_3_30 {
    background-color: #FDB82B;
    color: #fff;
}
.result_3_45_to_3_50 {
    background-color: #B0C238;
    color: #fff;
}
.result_3_50_to_3_55 {
    background-color: #AFC23A;
    color: #fff;
}
.result_3_55_to_4_00 {
    background-color: #88C341;
    color: #fff;
}

.without::-webkit-datetime-edit-ampm-field {
  color: transparent;
}

.modal-dialog {
    background-color: #fff;
    overflow-y: initial !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    z-index: 99999; 
}
.modal-dialog > .modal-header { 
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.modal-dialog > .modal-body:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.modal-dialog > .modal-body:last-child { 
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.modal-header {
    background-color: #0075bf;
    color: #fff;
}
.modal-body {
    min-height: 100px;
    max-height: 600px;
    overflow-y: auto;
}
.modal-header > .close {
    font-size: 28px;
    color: #fff;
    opacity: 1.0;
}

a.popuplink, a.popuplink:hover, popuplink:visited {
    text-decoration: none;
}

.input-group-addon {
    font-size: 8px;
    padding-left: 2px;
    padding-right: 2px;
}

hr {
    margin-top: 7px;
    margin-bottom: 8px;
	clear: both;
}

.form-group > label > span {
    color: #fff;
}

.body.modal-open {
    overflow: hidden;
	position: static;
}

.sliderTitleRow {
    padding: 0 !important; 
    margin-bottom: 20px;
}
.sliderTitle {
    margin-left: -10px;
}
.sliderLowHighContainer {
    margin: 10px 0px 0px 0px;
}
.resultSliderLowHighContainer {
    margin: -15px 0px 5px 0px; 
    padding: 10px;
}
.resultSliderContainer {
    padding: 0 !important; 
}
.sliderLow {
    text-align: left;
    margin-bottom: 5px;
    padding: 0px !important;
}
.sliderHigh {
    text-align: right;
    margin-bottom: 5px;
    padding: 0px !important;
}

.dfrContainer {
    padding: 0 !important;
}
.dfrFactorInput {
    padding: 0px 5px 0px 0px !important;
    margin-bottom: 15px;
}
.dfrInput {
    padding: 0px 0px 0px 5px !important;
    margin-bottom: 15px;
}

.gaugeRow {
    padding: 0px !important;
    margin: -15px 0px;
}
.resultTitleRow {
    padding: 0px !important;
    margin: 5px 0px;
    z-index: 1000;
}   
.resultTitle {
    padding: 0 !important; 
}
.labelValue {
    padding: 0 !important; 
    text-align: right;
    border: none; 
    font-weight: bold;
}
.resultTitleHelper {
    padding: 0px !important;
    margin-top: -12px;
}
.resultTitleHelperText {
    font-weight: normal;
    font-size: 11.75px;
}
.parameterSummaryTitle {
    margin-bottom: -5px !important;
}
.summaryRow {
    margin-left: 20px !important;
    width: 90%;
}
.heightWeightContainer {
    margin-left: 0px !important;
}

/*
     slider bubble
*/
.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}
.range {
   width: 100%;
}
.bubble {
   background: none;
   color: black;
   font-size: medium;
   font-weight: bold;  
   padding: 5px 5px;
   position: absolute;
   border-radius: 4px;
   left: 50%;
   transform: translateX(-50%);
}
.bubble::after {
   content: "";
   position: absolute;
   width: 2px;
   height: 2px;
   background: none;
   top: -1px;
   left: 50%;
}

#trackPatientNormalizedUfr {
    background: linear-gradient(to right, #80C31C 40%, #80C31C 40.01%, #FFBF00 49.99%, #FFBF00 50% 60%, #FFBF00 60.01%, #D2222D 64.99%, #D2222D 65%) !important;  
}

#trackDialyzerKoaUrea {
    background-color: #848585;
    margin-top: 10px;
}

#trackBloodFlowRate {
    background-color: #850810;
    margin-top: 10px;
}

#trackDialysateFlowRate {
    background-color: #1265b1;
    margin-top: 10px;
}

#trackUfGoal {
    background: linear-gradient(to right, #FFFFFF 0%, #5BACE9 60%);
    margin-top: 10px;
}

.trackTreatmentTime-Non3Day {
    background-color: #848585 !important;
    margin-top: 10px;
}

.trackTreatmentTime-3Day {
    background: linear-gradient(to right, #D2222D 6.66%, #D2222D 6.67%, #FFBF00 13.33%, #FFBF00 13.34% 16.66%, #FFBF00 16.67%, #80C31C 19.99%, #80C31C 20%) !important;  
    margin-top: 10px;
}

#trackMaxUfr {
    background: linear-gradient(to right, #80C31C 40%, #80C31C 40.01%, #FFBF00 49.99%, #FFBF00 50% 60%, #FFBF00 60.01%, #D2222D 64.99%, #D2222D 65%) !important;  
    margin-top: 10px;
}

#trackMinSpKtv {
    background: linear-gradient(to right, #D2222D 40%, #FFBF00 40% 46.67%, #80C31C 46.67%) !important;  
    margin-top: 10px;
}

#trackMinWeeklyStdKtv {
    background: linear-gradient(to right, #D2222D 33.34%, #FFBF00 33.34% 38.34%, #80C31C 38.34%) !important;  
    margin-top: 10px;
}

.progress-bar {
    color: #000;
    font-weight: bold;
    font-size: medium;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin:0px 5px,0px,5px;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 40px;
  background: url(../img/mono-slider.png) ;
  cursor: pointer;
}
.slider::-moz-range-thumb {
    appearance: none;
    width: 19px;
    height: 40px;
    background: url('../img/mono-slider.png');
    border-radius: 0px;
    border: none;
    cursor: pointer;
}

.resultSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin:0px 5px,0px,5px;
}
.resultSlider:hover {
    opacity: 1;
}
.resultSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 35px;
    border-radius: 10px;
    background: #000000;
}
.resultSlider::-moz-range-thumb {
    appearance: none;
    width: 5px;
    height: 35px;
    border-radius: 10px;
    border: none;
    background: #000000;
}

input[type='radio'] {
    display: none;
}
input[type='radio'] + label {
   vertical-align: middle;
   outline: 0;
}
input[type='radio'] + label::before {
    content: '\00a0';
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    border: 1px solid #0075bf;
    width: 12px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-radius: 50%;
    line-height: 12px;
}
input[type='radio']:checked + label::before {
    background: #0075bf;
}
.radioLabel {
    white-space: nowrap;
}
.radioGroup {
    margin-top: -5px;
}

.predictionModeRow {
    display: flex;
    align-items: center;
    text-align: center;
}
.predictionModeImageClearance {
    height: 28px;
    margin-top: 5px;
}
.predictionModeImageTime {
    height: 48px;
    margin-top: 5px;
}

.additionalMetrics {
	min-height: 250px;
}
.additionalMetrics > div {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 25%;
	padding-right: 25%;
}
.additionalMetrics > div:first-child {
    padding: 0 0 0 0;
    text-align: center;
}
.additionalMetrics  img {
	width: 32px;
	height: 32px;
}
.additionalMetrics  label {
	padding-left: 5px;
}
.gaugeText {
	margin: -30px auto 25px auto;
	width: 100px;
}

.row {
    margin-left: -10px;
    margin-right: 0px;
} 

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
/* For extra large devices or higher*/
@media only screen and (min-width : 1601px) {
    .subblock {
       min-height: 870px;
    }
    .subblock-instr {
       min-height: 50px;
    }
    .subblockmini {
        min-height: 50px;
    }
}

/* For large devices or lower*/
@media only screen and (max-width : 1600px) {

}
/* In between break points for special cases */
@media only screen and (max-width : 1470px) and (min-width: 1200px) {
	.additionalMetrics > div {
	    padding-top: 60px;
	    padding-bottom: 60px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
}
/* For medium devices or lower*/
@media only screen and (max-width : 1199px) {
    .subblock {
       min-height: 870px;
    }
    .subblock-instr {
       min-height: 50px;
    }
    .additionalMetrics {
	    min-height: 20px;
	    padding-top: 20px;
	    padding-bottom: 0;
	}
	.additionalMetrics > div {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25%;
        padding-right: 25%;
    }
    .subblockmini {
        min-height: 50px;
    }   
}

/* For small devices or lower*/
@media only screen and (max-width : 991px) {
    .fuelux .wizard > .steps-container > ul.steps li{
        float: none;
        padding-left: 20px;
        border-bottom: 1px solid #d4d4d4;
    }
    .fuelux .wizard > .steps-container > ul.steps li:first-child{
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .fuelux .wizard > .steps-container > ul.steps li:last-child {
        border-bottom: 0;
    }

    .fuelux .wizard > .actions {
        position: relative;
        float: none;
        margin: auto;
        text-align: center;
    }
    .col-buffer {
        display: none;
    }

    .wizardcontainer {
        margin-left: 10px;
        margin-right: 10px;
    }   
	.modal-header > .close {
		font-size: 40px;
	}
	.fa {
		font-size: 20px;
	}
	.subblock {
	   min-height: 50px;
	}
	.subblock-instr {
	   min-height: 50px;
	}
    .subblockmini {
        min-height: 50px;
    }
	.additionalMetrics {
	    min-height: 250px;
	    padding-top: 0;
	}
	
	.additionalMetrics > div {
	    padding-top: 60px;
	    padding-bottom: 60px;
	    padding-left: 25%;
	    padding-right: 25%;
	}
	
	.additionalMetrics > div:first-child {
	    padding: 0 0 0 0;
	    text-align: center;
	}
   
}

/* For extra small devices */
@media only screen and (max-width : 767px) {
    .col-block {
        padding-left: 0;
        padding-right: 0;
    }
    .additionalMetrics {
        min-height: 20px;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .additionalMetrics > div {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25%;
        padding-right: 25%;
    }
}

/* For extra extra small devices */
@media only screen and (max-width : 360px) {
    #step3Input2 .subblock {
        height: 870px;
    }
}

.warning_weeklyTreatmentDuration {
    margin-left: 10px !important;
    color: #0075BF;
}

#errorTreatmentTimeRequiredOverTenHrs {
    color: #D2222D;
    text-align: center;
    margin: -20px 0px 20px 0px;
    font-weight: normal;
}


