@charset "ISO-8859-1";
.applicationmode {
    width: 100%;
    height: 100%;
    text-align: center;
}
.opaque {
    opacity: 0.5;
    pointer: cursor;    
}
.pointer {
	cursor: pointer;
}
.tempDivButton {
    background-color: #1d2172; !important;
    color: white; !important;
    border: 1px; !important;
    padding: 5px 25px; !important;
    height: 50px; !important;
    width: 100px; !important;
}
div[data-safety="footer"] {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 150px;
}
.ui-datepicker-trigger {
    position: absolute;
    top: 20px;
    left: 155px;
    width: 26px;
    height: 28px;
    padding-right: 5px;
    background-repeat:no-repeat;
    vertical-align: middle;
    display: inline-block; 
    cursor: pointer; 
}
.aranesp_css .brand_color {
	color: #d9531e;
}
.epogen_css .brand_color {
    color: #f03d42;
}
.parasabiv_css .brand_color {
    color: #5b2b82;
}
.isi_font, .isi_font h2 {
    font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 576px) {
    .ui-datepicker-trigger {
	    position: absolute;
	    top: 20px;
	    left: 435px;
	    width: 26px;
	    height: 28px;
	    padding-right: 5px;
	    background-repeat:no-repeat;
	    vertical-align: middle;
	    display: inline-block; 
	    cursor: pointer; 
    }
    .aranesp_css .isi_font, .epogen_css .isi_font {
        margin-top: -80px;
    }

}
