﻿.ModDispatchDetailC .can-details-iframe {
  overflow: hidden;
  width: 100%; }
  .ModDispatchDetailC .can-details-iframe #ControlBar {
    display: none; }
  .ModDispatchDetailC .can-details-iframe #personabar {
    display: none; }

.ModDispatchDetailC .dnnFormMessage a.dnnSecondaryAction {
  margin-top: -7px; }

.ModDispatchDetailC .dnnFormItem {
  clear: both; }

.ModDispatchDetailC .can-fade-div {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

