.ui-autocomplete {
  position: absolute;
  cursor: default;
  background: white; }

* html .ui-autocomplete {
  width: 1px; }

.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #ececeb;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-helper-hidden-accessible {
  display: none; }

.portlet-configuration .lfr-panel-content {
  padding: 0 1em; }

.portlet-configuration fieldset.rows-container {
  border: none;
  margin-top: 0; }

.portlet-configuration .editing-disabled dt {
  color: #999999;
  float: left;
  font-weight: bold;
  width: 6em; }

.portlet-configuration .lfr-form-row .aui-field {
  margin-left: 2em; }

.portlet-configuration .lfr-form-row .aui-field.optional-control {
  margin: 1.3em; }

.portlet-configuration .lfr-form-row .aui-field.options, .portlet-configuration .lfr-form-row .validation .aui-field {
  clear: both;
  display: block; }

.portlet-configuration .lfr-form-row .field-title {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 3px; }

.portlet-configuration .syntax-help {
  margin: 2em 0 0 2em; }

.portlet-configuration .validation {
  clear: left; }

.portlet-configuration .label-name .aui-field-wrapper-content {
  margin-top: 0; }

.portlet-configuration .label-name input, .portlet-configuration .options input {
  width: 200px; }

.upload-target1 {
  margin-bottom: -10px; }

.drag-drop-area {
  float: left;
  /*width: 33%;*/ }

.file-title {
  margin-top: -12px; }

.select-all-files {
  float: left; }

.cancel-uploads {
  position: absolute;
  text-align: right; }

.cancel-all-files_m {
  /*padding-left: 25%;*/
  float: left; }

.upload-list {
  /*padding-top: 20px;*/
  overflow: auto;
  width: 100%;
  /*height: 120px;*/ }

.upload-list-info {
  width: 65%;
  float: right;
  text-align: left; }

.manage-upload-target_m {
  /*padding: 5px 0 5px 47%;*/ }

.file-size {
  vertical-align: middle; }

.file_um {
  vertical-align: middle; }

.files-total-size {
  float: left; }

.files-total-um {
  float: left; }

/*  
.mmail .message-list tbody tr:hover tr { 
  background:red; 
  }

.datagrid tbody tr:hover td
{
background-color:#f2e8da;
}
.mmail tr:hover, tr:hover + tr {
background:black; }*/
#message_table tr td div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.message-link {
  padding: 0 5px 0 5px; }

.loadingmask-content {
  background: #CCC;
  z-index: 10000; }

.upload-err {
  background-color: #FDD;
  /*background-image: url(/theme_mail/images/messages/error.png);*/
  border-color: #900;
  color: #900;
  font-weight: normal; }

.delete-err {
  background-image: url(/theme/images/portlet/close.png);
  background-repeat: no-repeat;
  font-size: 0;
  height: 16px;
  margin-top: -8px;
  padding: 0;
  position: absolute;
  right: 5px;
  text-indent: -9999em;
  top: 50%;
  width: 16px; }

.cmd_button {
  margin-bottom: 7px;
  margin-top: 10px; }

.add-attachment {
  display: -moz-inline-stack;
  display: block;
  zoom: 1; }

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

.web-opt {
  float: left;
  color: red; }

.web-attachments {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #49AFCD; }

.drag-drop-area .btn-info {
  width: 40%;
  float: left; }

.mweb-form-portlet .portlet > .portlet-topper {
  opacity: 1;
  transform: initial;
  left: auto;
  padding: 0;
  margin-top: 50px;
  margin-right: 20px; }

.web-attachments .control-label {
  font-weight: bold; }

.mforms-widget-mask {
  background-image: url(/mmail/img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  /*background-attachment:fixed;*/
  top: 0px;
  left: 0px;
  z-index: 2000;
  background-color: black;
  zoom: 1;
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
  height: 100%;
  width: 100%;
  position: absolute; }

.mforms-widget-mask {
  background-image: url(/o/mweb-form-portlet/img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: black;
  zoom: 1;
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
  height: 100%;
  width: 100%;
  position: absolute; }