body {
    background-color: lightgray;
}
/*
	Styles LESS - Alpemar Sistema 2015
	Version: 0.1
	Autor: Zennovia -Smart Software Solutions
*/
body.dragging,
body.dragging * {
  cursor: move !important;
}
body.dragging .titleMain,
body.dragging * .titleMain {
  background: #e8f8fe;
  background: -moz-linear-gradient(top, #e8f8fe 0%, #e8f8fe 90%, #d8f3fd 99%, #94def7 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8f8fe), color-stop(90%, #e8f8fe), color-stop(99%, #d8f3fd), color-stop(100%, #94def7)) !important;
  background: -webkit-linear-gradient(top, #e8f8fe 0%, #e8f8fe 90%, #d8f3fd 99%, #94def7 100%) !important;
  background: -o-linear-gradient(top, #e8f8fe 0%, #e8f8fe 90%, #d8f3fd 99%, #94def7 100%) !important;
  background: -ms-linear-gradient(top, #e8f8fe 0%, #e8f8fe 90%, #d8f3fd 99%, #94def7 100%) !important;
  background: linear-gradient(to bottom, #e8f8fe 0%, #e8f8fe 90%, #d8f3fd 99%, #94def7 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8f8fe', endColorstr='#94def7', GradientType=0);
}
body.dragging .boxContent,
body.dragging * .boxContent {
  background-color: #fff !important;
}
body.dragging .alertWarning,
body.dragging * .alertWarning {
  background-color: #fbf4d9 !important;
}
body.dragging .alertError,
body.dragging * .alertError {
  background-color: #fad7d3 !important;
}
body.dragging .alertSuccess,
body.dragging * .alertSuccess {
  background-color: #d2ede8 !important;
}
body.dragging .alertInfo,
body.dragging * .alertInfo {
  background-color: #d3e8f7 !important;
}
body.dragging .boxButtonFormContainer,
body.dragging * .boxButtonFormContainer {
  background-color: #eeeeee !important;
}
body.dragging .panelHeading,
body.dragging * .panelHeading {
  background-color: #f7fcff !important;
}
body.dragging .line.header .col,
body.dragging * .line.header .col {
  background-color: #AEAEAE !important;
}
body.dragging .berthContainer.highlight .col,
body.dragging * .berthContainer.highlight .col {
  background-color: #f6f6f6 !important;
}
body.dragging .boxInsert,
body.dragging * .boxInsert {
  padding: 1.5em;
  font-size: 1.125em;
  padding-left: 0;
}
.dragged {
  position: absolute;
  opacity: 0.7;
  z-index: 2000;
}
.highlight{
  background-color:#F8F7F8 !important
}