﻿/* Date Time Picker ...*/
.DTPICK_Hide {
    display: none;
}

.DTPICK_Show {
    border: solid 1px #999999;
    background-color: #E6F7FF;
    display: block;
    position: fixed;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.DTPICK_Title {
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10pt;
}

.DTPICK_Label {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.DTPICK_DF {
    font-size: 10pt !important;
}

.DTPICK_FH {
    height: 28px !important;
    line-height: 28px !important;
}

.DTPICK_Icon {
    height:24px; 
    cursor:pointer;
}