.WebTimePicker_picker_wrp  {
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  /*width: 200px;*/
  padding: 10px;
}

.WebTimeForm_Picker {
  position: fixed;
  visibility:hidden;
  opacity:0;

  transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}

.WebTimeForm_Picker.WebDF_WrapVisible {
  visibility:visible;
  opacity:1;

  transition-delay:0s;
}

.WebTimeForm_Picker {
  max-width: 280px;
}

.WebTimePicker_popout hidden {
  display: none;
}

.WebTimePicker_popout hidden {
  display: block;
}

.WebTimePicker_popout {
  position: absolute;
  z-index: 10;
  border: 1px solid #ccc;
  /*width: 200px;*/
}

.picker_col {
  display: inline-block;
  width: 70px;
  clear: both;
  font-size: 32px;
  vertical-align: middle;
}

.picker_col.picker_separator {
  width: 10px;
}

.picker_btn, .picker_form {
  display: block;
  width: 100%;
}

.picker_btn {
  background-color: #0072C6;
  border: 1px solid transparent;
  color: #FFFFFF;
  font-family: 'Lato';
  font-size: 18px;
  padding: 4px 4px 4px;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}

.picker_btn:hover {
  background-color: #005899;
}

.picker_form {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f3f3;
  text-align: center;
}

.WebTimeForm_Mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/* Icons */

.WebForm.WebTimeForm .WebFrm_Prompt:before {
  font-family: "timepicker" !important;
  content: "\61";
}

.picker_chev_up:before {
  font-family: "dataflex-mobile";
  content: ".";
}

.picker_chev_down:before {
  font-family: "dataflex-mobile";
  content: "'";
}



/* TIMEPICKER ICON FONT */

@charset "UTF-8";

@font-face {
  font-family: "timepicker";
  src:url("fonts/timepicker.eot");
  src:url("fonts/timepicker.eot?#iefix") format("embedded-opentype"),
    url("fonts/timepicker.woff") format("woff"),
    url("fonts/timepicker.ttf") format("truetype"),
    url("fonts/timepicker.svg#timepicker") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "timepicker" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "timepicker" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock-3:before {
  content: "\61";
}

