#date_field {
    margin-left: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 5px;

}

.innerpage input[readonly],
.innerpage select[readonly],
.innerpage textarea[readonly] {
    cursor: not-allowed;
    background-color: #ffffff;
    vertical-align: text-top;
}

.innerpage {
    text-align: left;
}

#ui-datepicker-div { z-index: 999999!important; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.smallmap {
    z-index: 999998!important;;
    height: 600px;
}

.innerpage select {
    background-color: #ffffff;
    vertical-align: baseline;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.innerpage .navicons:hover {
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.innerpage label {
    margin-right: 20px;
}

.innerpage .small .form-horizontal .control-label {
    width: 145px!important;
}

.innerpage .form-actions {
    background-color: white;
    text-align: center;
}
.mapinline {
  height: 18px!important;
}