@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: 122px;
  background: white;
}
.ui-datepicker-trigger {
    position: absolute;
    top: 35px;
    left: 155px;
    width: 26px;
    height: 28px;
    padding-right: 5px;
    background-repeat:no-repeat;
    vertical-align: middle;
    display: inline-block; 
    cursor: pointer; 
}
@media (max-width: 576px) {
    .ui-datepicker-trigger {
	    position: absolute;
	    top: 20px;
	    left: 350px;
	    width: 26px;
	    height: 28px;
	    padding-right: 5px;
	    background-repeat:no-repeat;
	    vertical-align: middle;
	    display: inline-block; 
	    cursor: pointer; 
    }

}
