* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  cursor: pointer; }

.alert.alert-success {
  padding: 15px;
  border: 1px solid #aee199;
  background: #dff0d8;
  color: #3c763d;
  margin-bottom: 20px;
  text-align: center; }
  .alert.alert-success a {
    color: #3c763d;
    text-decoration: underline; }

td.padding-top {
  padding-top: 20px !important; }

/* page: folders */
#pageFolders {
  text-align: center; }
  #pageFolders table {
    width: 100%; }
  #pageFolders td {
    padding: 10px; }
  #pageFolders select,
  #pageFolders input[type='text'] {
    width: 100%; }
  #pageFolders .subfolder-of {
    width: 1%;
    white-space: nowrap; }

/* page admin */
.tabLinks {
  height: 25px;
  overflow: hidden;
  position: relative;
  top: 1px; }

.tabLinks a {
  float: left;
  padding: 4px 14px 0 14px;
  height: 25px;
  margin-right: 4px;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  border: 1px solid #aaa;
  color: #565656;
  background: #eee;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.tabLinks a:hover {
  background: #DBDBDB; }

.tabLinks a.tabVisible {
  background: #fff;
  border-bottom: 1px solid #fff; }

.tabPage {
  display: none;
  padding: 15px;
  margin: 0;
  border: 1px solid #aaa;
  background: #fff;
  min-height: 300px; }

.tabVisible {
  display: block; }

.writeError {
  border: 1px solid #B22A2A;
  color: #6B1313;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 10px 0 10px 0;
  background: #F2B5B9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.writeError a {
  color: #6B1313; }

.writeSuccess {
  border: 1px solid #A5E2AA;
  color: #3B843B;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 10px 0 10px 0;
  background: #E0FFE3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.writeSuccess a {
  color: #3B843B;
  text-decoration: underline; }

#enmAdmin .errorItem {
  padding: 15px 0 15px 0; }

#enmAdmin .errorItem img {
  padding: 0 10px 0 20px; }

#enmAdmin .buttonBox {
  padding-top: 20px;
  text-align: right; }

#enmAdmin table td {
  vertical-align: middle; }

#enmAdmin table .label {
  width: 35%; }

#tabFrame table .info {
  min-width: 80px; }

#enmAdmin table input[type=text], #enmAdmin table select {
  width: 300px;
  margin: 0; }

.tooltipElement img {
  padding: 0 0 0 10px; }

.tooltipElement .tooltip {
  position: absolute;
  width: 400px;
  display: none;
  border: 1px solid #2e6e9e;
  padding: 20px;
  background: #eaf4fd;
  z-index: 9999;
  color: #2e6e9e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.skinPreview {
  display: block;
  width: 100%;
  text-align: center; }

.skinPreview img {
  border: 1px solid #000;
  padding: 0; }

#enmAdmin p.subscript {
  font-size: 80%;
  color: #276DA3; }

#enmAdmin p.subscript a {
  text-decoration: underline;
  color: #276DA3; }

.tabPage .explanation {
  font-size: 90%;
  color: #969696;
  padding-bottom: 10px; }

#enmAdmin tr.alternate {
  background: #F9F9F9; }

#skinRequestTable {
  width: auto; }

#skinRequestTable td {
  padding-left: 20px;
  padding-right: 20px; }

#skinPriceRow {
  border-top: 1px solid #D3D3D3;
  font-weight: bold; }

#previewBoxOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

#previewBox {
  position: absolute;
  width: 652px;
  height: 445px;
  top: 50%;
  left: 50%;
  padding: 20px;
  margin-left: -326px;
  margin-top: -235px;
  border: 1px solid #5B5B5B;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 12px #7C7C7C;
  -webkit-box-shadow: #7C7C7C 1px 1px 12px;
  box-shadow: 1px 1px 12px #7C7C7C;
  z-index: 9999; }

#previewBoxImage {
  width: 612px;
  height: 375px;
  text-align: center;
  overlay: hidden; }

#previewBoxNav {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px; }

#previewBoxNav a {
  display: block;
  float: left;
  margin-right: 10px;
  min-width: 80px;
  padding: 4px 10px 4px 10px;
  text-align: center; }

#previewBoxNav #previewBoxClose {
  float: right;
  margin-right: 0; }

#previewBoxNext.disabled,
#previewBoxPrev.disabled {
  display: none; }

#enmAdmin .buttonBox.sendRequest {
  text-align: left;
  margin-top: 20px;
  height: 60px; }

.restricted {
  padding: 5px;
  border: 1px solid #FCCAA1;
  background: #FFFDD1;
  margin: 5px 0 5px 0;
  text-align: center;
  font-size: 90%; }

#dragBox {
  display: none;
  position: absolute;
  color: #5E5E5E;
  padding: 10px;
  border: 1px solid #aaa;
  background: #F9F9F9;
  white-space: nowrap;
  z-index: 9999; }

#dragCount {
  position: absolute;
  left: -10px;
  top: -10px;
  border: 1px solid #fff;
  padding: 0 4px;
  background: #cb0118 url(images/dropCount.png) repeat-x;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  border-radius: 10px;
  box-shadow: 1px 1px 4px #565656; }

#contextMenu {
  display: none;
  position: absolute;
  border: 1px solid #aaa;
  background: #fff;
  z-index: 9999;
  min-width: 150px; }

#contextMenu a {
  display: block;
  white-space: nowrap;
  padding: 6px 10px 6px 35px;
  text-decoration: none;
  color: #5E5E5E;
  background-repeat: no-repeat;
  background-position: 8px center; }

#contextMenu a:hover {
  background-color: #C9DEFF;
  color: #000; }

#contextMenu .break {
  border-top: 1px solid #ddd; }

#contextForward {
  background-image: url(images/contextForward.png); }

#contextFlag {
  background-image: url(images/contextFlag.png); }

#contextUnflag {
  background-image: url(images/contextUnflag.png); }

#contextRead {
  background-image: url(images/contextRead.png); }

#contextUnread {
  background-image: url(images/contextUnread.png); }

#contextDelete {
  background-image: url(images/contextDelete.png); }

.configDomainName {
  display: block;
  font-weight: bold;
  font-size: 130%;
  padding: 10px 0; }

#pref_replace_result {
  display: none;
  margin-top: 10px;
  border: 1px solid #EDB534;
  padding: 10px;
  font-weight: bold;
  color: #B26725;
  background: #FFF5BA; }

/* plugin avelsieve */
#avelsieveconditionless,
#avelsieveconditionmore,
#avelsieve_rules_table input[type=submit] {
  margin: 0 5px 5px 0; }

/*# sourceMappingURL=enm.css.map */
