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

.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: 760px;
    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;
}

.hdinputsubblock {
    border-color: #0075bf;
}

.sunblock {
    border-color: #fdb813;
}

.hdoutputsubblock {
    border-color: #fa8d20;
}
.hdinput {
    background-color: #0075bf;
    color: #fff;
}
.sun {
    background-color: #fdb813;
}
.hdoutput {
    background-color: #fa8d20;
    color: #fff;
}
.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%;
}

.ktvGood {
    background-color:#80C31C;
    color: #fff;
}

.ktvOk {
    background-color:#FFBF00;
    color: #fff;
}

.ktvBad {
    background-color:#D2222D;
    color: #fff;
}

.ktvNone {
    background-color:none;
    color: #000;
}

.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; 
}

.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;
}

input[type='radio'] {
    display: none;
}

input[type='radio'] + label {
   vertical-align: middle;
   outline: 0;
}

#higherRange{
    text-align:right;
    margin-bottom: 5px;
    padding: 0px;
}

#lowerRange{
    text-align:left;
    margin-bottom: 5px;
    padding: 0px;
}

.range_Weekly_stdKt_V{
	text-align:end;
	margin: 0px;
    width: 5%;
    clear: both;
}

.range_PatientNormalizedUFR{
	text-align:end;
    margin: 0px;   
    width: 10%;
    clear: both;
}

.slidecontainer {
  width: 100%;
}


/*
     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%;
}

 body {
   margin: 2rem;
}

#track_Weekly_stdKt_V{
    background: linear-gradient(to right, #D2222D 30%, #FFBF00 30% 32.85%, #80C31C 32.85%);
}

#track_PatientNormalizedUFR{
    background: linear-gradient(to right, #80C31C 40%, #FFBF00 50%, #FFBF00 55% 65%, #D2222D 65%);
}

#track_WeeklyTreatmentFrequency{
    background: linear-gradient(to right, #D2222D 7.5%, #FFBF00 17.5%, #FFBF00 17.5% 22.5%, #80C31C 30%);  
    margin-top: 10px;
}

#track_TreatmentDuration{
    background-color: #5bace9;
    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.jpg) ;
  cursor: pointer;
}

.slider::-moz-range-thumb {
    appearance: none;
    width: 19px;
    height: 40px;
    background:url('../img/mono-slider.jpg');
    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'] + 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;
}

.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;
}

.ktvGuageText {
	margin: -30px auto 15px 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: 770px;
    }
    .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;
}
 