/*
 * Licensed Materials - Property of IBM
 * (C) Copyright IBM Corp. 2010, 2012 All Rights Reserved
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 */

/* ========= Styling rules to affect widgets ========= */
.oneui .dijitPopup {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.oneui .dijitTooltipDialogPopup {
  /* exception popups: do not use a shadow on these because they aren't rectangular */

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* The highlight is shown in the ComboBox menu.  TODO: move to form/Common.less */
.oneui .dijitComboBoxHighlightMatch {
  background-color: #abd6ff;
}
.oneui .dijitFocusedLabel {
  /* for checkboxes or radio buttons, hatch border around the corresponding label, to indicate focus */

  outline: 1px dotted #4a4a4a;
}
.oneui .dijitContentPaneLoading .dijitIconLoading {
  background: url('images/loadingAnimation.gif') no-repeat left center;
  padding-left: 25px;
}
/* .dijitContentPaneError icon renders in a dialog box with the error messsage when  there is an error in a HREF url */
.oneui .dijitContentPaneError {
  background: url('../../../../../dojo_1.8.1/dijit/icons/images/commonIconsObjActEnabled.png') no-repeat left center;
  background-position: -496px;
  padding-left: 25px;
}
.oneui .dijitAlignTop, .oneui .dijitAlignBottom, .oneui .dijitAlignLeft, .oneui .dijitAlignRight {
    overflow: hidden;
    position: absolute;
}
/* Drag and Drop */
.oneui .dojoDndItemBefore, .oneui .dojoDndItemAfter {
  border-top: 1px solid #769dc0;
}
.oneui .dojoDndItemOver {
  cursor: pointer;
}
.oneui table.dojoDndAvatar {
  border: 1px solid #b5bcc7;
  border-collapse: collapse;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.oneui .dojoDndAvatarHeader td {
  height: 20px;
  padding-left: 21px;
}
.oneui.dojoDndMove .dojoDndAvatarHeader, .oneui.dojoDndCopy .dojoDndAvatarHeader {
  background-image: url(images/dnd.png);
  background-repeat: no-repeat;
  background-position: 2px -122px;
}
.oneui .dojoDndAvatarItem td {
  padding: 5px;
}
.oneui.dojoDndMove .dojoDndAvatarHeader {
  background-color: #f58383;
  background-position: 2px -103px;
}
.oneui.dojoDndCopy .dojoDndAvatarHeader {
  background-color: #f58383;
  background-position: 2px -68px;
}
.oneui.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-position: 2px -33px;
}
.oneui.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-position: 2px 2px;
}
