.green {
  color: #36ac41;
}

.error {
  color: #ed1c24;
}

.red {
  color: #ac1800;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

body {
  min-height: 1000px;
}

.widget {
  overflow: visible !important;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1000;
}
#overlay .inner {
  width: 1296px;
  margin: 0 auto;
  height: 100%;
  background: white;
}
#overlay .inner .close {
  margin: 5px;
}
#overlay .inner iframe {
  margin-left: 36px;
}

.inline {
  display: inline-block;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w100 {
  width: 100px;
}

.lh12 {
  line-height: 12px;
}

.shortcuts.small .shortcut {
  width: 14.5%;
  cursor: pointer;
}

/* user */
.user {
  cursor: pointer;
  min-height: 21px;
  padding: 2px;
  position: relative;
}
.user .username, .user .name, .user .typ {
  float: left;
}
.user .username {
  width: 250px;
}
.user .name {
  width: 250px;
}
.user .typ {
  width: 150px;
}

.edit_user {
  display: none;
}
.edit_user .del {
  border: none;
  margin-left: 20px;
}

.user:hover {
  background: #ed1c24;
}
