.aui-dd-draggable .portlet-topper {
  cursor: move; }

.portlet-title header {
  cursor: move; }

.portlet-title .widget {
  background: #FFF; }

.portal-popup {
  background: white; }

.aui-dd-proxy {
  width: 450px; }

.aui-dd-proxy .page-options {
  display: none; }

.aui-dd-proxy header {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #0D486F;
  border-color: #0D486F;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px 1px 0;
  box-shadow: 0 4px 0 rgba(255, 255, 255, 0.2) inset;
  overflow: hidden;
  padding: 7px 15px; }

.aui-dd-proxy header h4 {
  color: white;
  float: left; }

.aui-portal-layout-drag-indicator {
  background: none repeat scroll 0 0 #f7f7f7;
  height: 10px;
  z-index: 900;
  outline: 1px dashed #1a8cd5; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

.aui-helper-hidden {
  display: none !important; }

.aui-portal-layout-drag-indicator-icon-left {
  left: -13px; }

.aui-portal-layout-drag-indicator-icon {
  position: absolute;
  top: -5px; }

.aui-icon-circle-triangle-r {
  background-position: -48px -192px; }

.aui-icon {
  background-image: url("/ohim-liferay-portal-new-theme/images/aui/icon_sprite.png");
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99999em;
  width: 16px; }

.aui-portal-layout-drag-indicator-icon-right {
  right: -13px; }

.btn-header {
  font-size: 13px; }

.cancel-header {
  font-size: 11px;
  margin-left: 5px;
  color: white; }

.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

.icon-reload {
  background-position: -216px -24px;
  padding-right: 10px; }

/*Wait overlay styles*/
#wait-overlay {
  background: url("../img/overlay-bg.png") repeat scroll 0 0 transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999; }

#wait-overlay div {
  background: url("../img/preloader.gif") no-repeat scroll center bottom transparent;
  color: #333333;
  margin: 150px auto 20px;
  padding-bottom: 40px;
  text-align: center;
  width: 550px; }

#wait-overlay div p {
  font-size: 18px;
  line-height: 140%; }