* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
body {
  /*font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  /*font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
a {
  text-decoration: none;
  color: #4078c0;
}
table {
  resize:both;
  overflow: auto;
}
table,
table tr,
table tr td {
  border-color: #ccc;
}
table.no-border, table.no-border tr, table.no-border td {
  border: none;
}
tr {
  height: 48px;
  border-bottom: 1px solid #ccc;
}
tr.selected {
  background-color: #BDE6F8;
}
tr.no-resources {
  border-bottom: none;
  height: 120px;
}
th {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
td {
  overflow: hidden;
  white-space: nowrap;
}
tr.hidden,
th.hidden,
td.hidden {
  display: none;
}
td:not(:last-child) {
  border-right: 1px solid #ccc;
}
td.no-padding {
  padding: 0;
}
td.number {
  text-align: right;
}
td.multiline {
  white-space: pre;
}
td.control {
  text-align: center;;
}
td.profile-picture,
td.checkbox-column {
  text-align: center;
  border-right: none;
}
td .profile-picture-img {
  height: 40px;
  border-radius: 20px;
  margin-top: 4px;
  display: none;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
li {
  list-style: none;
}
thead tr {
  border-bottom: 1px solid #aaa;
}
thead tr th {
  font-weight: 300;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='password'] {
  min-height: 34px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  min-width: 120px;
}
input[type='text'][disabled],
input[type='number'][disabled],
input[type='email'][disabled],
input[type='url'][disabled],
input[type='password'][disabled] {
  color: graytext !important;
}
input[type='text'].with-button,
input[type='number'].with-button,
input[type='email'].with-button,
input[type='url'].with-button,
input[type='password'].with-button {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
input[type='number'] {
  text-align: right;
}
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  resize: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  padding: 8px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 300;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 28px 0 8px;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ddd;
  background-image:
  linear-gradient(45deg, transparent 50%, gray 50%),
  linear-gradient(135deg, gray 50%, transparent 50%),
  linear-gradient(to right, #ddd, #ddd);
  background-position:
  calc(100% - 10px) calc(1em),
  calc(100% - 5px) calc(1em),
  calc(100% - 20px) 0;
  background-size:
  5px 5px,
  5px 5px,
  1px 2.5em;
  background-repeat: no-repeat;
  vertical-align: middle;
}
select[disabled="disabled"],
select[disabled="disabled"]:focus,
select[disabled="disabled"]:hover {
  color: #aaa;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.left {
  float: left;
}
.right {
  float: right;
}
.warning {
  color: #dc941f;
}
#header {
  height: 40px;
  position: relative;
  left: 0;
  top: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.header-logo {
  height: 32px;
  margin: 4px 0;
}
#status_message {
  margin-right: 24px;
  font-size: 0.8em;
  color: white;
  opacity: 0;
}
#content {
  position: relative;
  width: 900px;
  margin: 16px auto;
  text-align: center;
}
#notification img {
  height: 40px;
  margin-right: 16px;
}
#notification img.notified {
  display: none;
  cursor: pointer;
}
#notification img:hover {
  -webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.balloon {
  position: absolute;
  display: none;
  padding: 0 12px;
  width: auto;
  min-width: 115px;
  height: auto;
  color: #F6F6F6;
  line-height: 32px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
}
#notification {
  position: relative;
}
.balloon:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.balloon.top-arrow:after {
  top: -16px;
  bottom: auto;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.content {
  width: 980px;
  margin: 0 auto;
}
.content.large-padding {
  padding: 64px 0;
}
.content.narrow {
  width: 700px;
}
.content.wide-flex {
  width: 90%;
}
#main .content {
  margin-top: 16px;
  position: relative;
}
.content .section {
  position: relative;
  padding: 16px 0;
  color: #333;
}
.content .sub-section {
  padding: 16px 0;
}
.content .section .title {
  color: #333;
  font-weight: 300;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.content .section .sub-title {
  font-weight: 300;
}
.content .section:last-child {
  padding-bottom: 0;
}
#header .content {
  line-height: 40px;
  position: relative;
  background-color: transparent;
  height: 40px;
}
#header .header-left-content {
  float: left;
  vertical-align: middle;
  height: 40px;
}
.header-logo {
  /*height: 24px;*/
  height: 32px;
  margin: 0;
  vertical-align: middle;
}
#header .header-right-content {
  float: right;
  vertical-align: middle;
  height: 40px;
}
#header::after {
  clear: both;
}
.user-name {
  color: #333;
  font-weight: 300;
}
.dropdown-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border: 4px solid #333;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-left: 6px;
}
#account:hover .dropdown-arrow {
  border-color: #999;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.dropdown-menu {
  position: absolute;
  top: 32px;
  right: -16px;
  white-space: nowrap;
  z-index: 100;
  padding: 5px 0;
  margin-top: 2px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}
.dropdown-menu::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -16px;
  right: 11px;
  left: auto;
  border: 8px solid transparent;
  border-bottom-color: rgba(0,0,0,0.15);
}
.dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -14px;
  right: 12px;
  left: auto;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}
.dropdown-menu li {
  list-style: none;
  line-height: 32px;
}
.dropdown-menu li.with-divider {
  border-top: 1px solid #ccc;
}
.dropdown-menu li a {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  color: #333;
  display: inline-block;
  font-size: 14px;
}
.dropdown-menu li:hover {
  background-color: #2980b9;
}
.dropdown-menu li:hover a {
  color: #fff;
}
.dropdown-menu button {
  border: none;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
}
.dropdown-menu li:hover button {
  color: #fff;
}
.dropdown-menu.hidden {
  display: none;
}
.popup-background {
  position: fixed;
  z-index: 99;
  width: 999999px;
  height: 999999px;
  top: 50px;
  left: 50%;
  margin-left: -499999px;
  margin-top: -499999px;
  background-color: transparent;
}
#main {
  position: relative;
}
.message-popup {
  position: fixed;
  top: -64px;
  width: 100%;
  text-align: center;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  z-index: 100000;
}
.message-popup.wipe-in {
  top: 0px;
}
.message-popup.wipe-out {
  top: -80px;
}
.message-popup ul {
  display: inline-block;
  width: 100%;
  padding: 7px 16px;
  text-align: center;
  white-space: nowrap;
  background-color: #E1F5FE;
  background-clip: padding-box;
  border: 1px solid #29B6F6;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
  font-size: 0.9rem;
}
.message-popup.error ul {
  background-color: #FCE4EC;
  border: 1px solid #C2185B;
}
.message-popup ul li {
  padding: 4px 0;
  color: #0288D1;
}
.message-popup.error ul li {
  color: #911;
}
.message-popup .close-button {
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: rgb(224, 183, 197);
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.message-popup .close-button::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #FCE4EC;
  border-radius: 1.5px;
  transform: rotate(45deg);
  left: 3px;
  top: 11px;
}
.message-popup .close-button::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #FCE4EC;
  border-radius: 1.5px;
  transform: rotate(-45deg);
  left: 3px;
  top: 11px;
}
.error-popup {
  position: absolute;
  left: 0;
  white-space: nowrap;
  z-index: 100;
  padding: 5px 10px;
  margin-top: 2px;
  background-color: #FCE4EC;
  background-clip: padding-box;
  border: 1px solid #C2185B;
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}
.error-popup::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -16px;
  left: 9px;
  right: auto;
  border: 8px solid transparent;
  border-bottom-color: #C2185B;
}
.error-popup::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -14px;
  left: 10px;
  right: auto;
  border: 7px solid transparent;
  border-bottom-color: #FCE4EC;
}
.error-popup li {
  list-style: none;
  line-height: 20px;
  font-weight: 300;
  color: #911;
  font-size: 12px;
}
#footer {
  margin-top: 32px;
}
#footer.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#footer .content {
  position: relative;
  border-top: 1px solid #ddd;
  padding: 32px 0;
  color: #777;
  font-size: 12px;
}
#footer .content a {
  color: #4078c0;
}
#footer .content li {
  list-style: none;
}
#footer .content .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
#footer .content .icon img {
  width: 32px;
}
#footer .footer-right {
  float: right;
  margin-top: -1em;
}
.button {
  position: relative;
  padding: 6px 16px;
  color: #333;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  background-image: linear-gradient(#fcfcfc, #eee);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}
.button.small {
  padding: 4px 12px;
}
.button.tall {
  padding-top: 9px;
  padding-bottom: 9px;
}
.button:hover {
  background-image: linear-gradient(#eee, #dfdfdf);
}
.button:focus {
  text-decoration: none;
  border-color: #51a7e8;
  outline: none;
  box-shadow: 0 0 5px rgba(81,167,232,0.5);
  z-index: 2;
}
.button.delete {
  color: #911;
}
.button.delete:hover {
  background-image: linear-gradient(#e74c3c, #c0392b);
  color: #fff;
  border-color: #c0392b;
}
.button.delete-forever {
  background-image: linear-gradient(#e74c3c, #c0392b);
  color: #fff;
  border-color: #c0392b;
}
.button.delete-forever:hover {
  background-image: linear-gradient(#eee, #dfdfdf);
  color: #911;
  border: 1px solid #d5d5d5;
}
.button.with-left-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button:disabled,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button.disabled:active,
.button[disabled="disabled"],
.button[disabled="disabled"]:focus,
.button[disabled="disabled"]:hover,
.button[disabled="disabled"]:active {
  background-image: linear-gradient(#fcfcfc, #eee);
  color: #aaa;
  box-shadow: none;
  border: 1px solid #d5d5d5;
}
.button.with-right-button {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button.with-left-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-arrow {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid #555;
  border-color: #555 transparent transparent transparent;
  margin-left: 6px;
  vertical-align: middle;
}
.checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  background-color: #fff;
}
.checkbox:not(.disabled):hover {
  background-color: #eaeaea;
}
.checkbox:not(.disabled):hover:active {
  background-color: #e0e0e0;
}
.checkbox.partial::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 0;
  left: 1px;
  top: 6px;
  border-top: 2px solid #777;
}
.checkbox.checked::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 0;
  left: 1px;
  top: 8px;
  border-top: 2px solid #777;
  transform: rotate(45deg);
}
.checkbox.checked::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 0;
  left: 3px;
  top: 5px;
  border-top: 2px solid #777;
  transform: rotate(-50deg);
}
.checkbox.disabled,
.checkbox.disabled::before,
.checkbox.disabled::after {
  border-color: #aaa;
}
.table-wrapper {
  width: 100%;
  margin-top: 64px;
}
.table-wrapper:first-child {
  margin-top: 0;
}
.table-control {
  text-align: right;
  margin-bottom: 8px;
}
#clear_filtering {
  float: left;
  line-height: 34px;
  display: none;
  color: #555;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}
#clear_filtering.hover {
  background-color: #e0e0e0;
}
#clear_filtering.hover:active {
  background-color: #d0d0d0;
}
#clear_filtering .current-filtered-column {
  padding: 4px 4px;
}
#clear_filtering .current-filtered-column.hover {
  background-color: #dadada;
  border-radius: 4px;
}
#clear_filtering .current-filtered-column.hover:active {
  background-color: #d0d0d0;
}
#clear_filtering span {
  vertical-align: middle;
}
#clear_filtering .separator {
  margin-right: 0.15em;
}
.clear-button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  position: relative;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: normal 8em/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #acacac;
}
.clear-button::before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 2px;
  height: 12px;
  position: absolute;
  content: "";
  top: 2px;
  left: 7px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #ffffff;
  text-shadow: none;
  -webkit-transform: rotateZ(45deg)   ;
  transform: rotateZ(45deg)   ;
}
.clear-button::after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 2px;
  height: 12px;
  position: absolute;
  content: "";
  top: 2px;
  left: 7px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #ffffff;
  text-shadow: none;
  -webkit-transform: rotateZ(-45deg)   ;
  transform: rotateZ(-45deg)   ;
}
#table_setting {
  vertical-align: middle;
  height: 32px;
  display: inline-block;
  margin-right: 16px;
}
#table_setting img {
  height: 32px;
}
#batch_action {
  position: relative;
}
.batch-action-list {
  position: absolute;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
  z-index: 100;
  white-space: nowrap;
  display: none;
  font-size: 0.85em;
}
.batch-action-item {
  padding: 12px 32px 12px 16px;
}
.batch-action-item:hover {
  background-color: #e7e7e7;
}
.batch-action-item.link a {
  color: #333;
}
.batch-action-list-background {
  position: fixed;
  width: 999999px;
  height: 999999px;
  left: 50%;
  top: 50%;
  margin-left: -499999px;
  margin-top: -499999px;
  background-color: transparent;
  z-index: 99;
}
.table-header {
  position: relative;
  border: solid 1px #aaa;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  background-color: #eee;
  color: #333;
  font-weight: 300;
  padding: 8px 16px;
}
.table-content {
  border: solid 1px #aaa;
  border-radius: 0 0 4px 4px;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.table-content.with-footer {
  border-radius: 0;
}
.resource-table {
  width: 100%;
  table-layout:fixed;
}
.resource-table .control[data-column_name="control"] {
  position: relative;
  padding: 0;
  border-right: none !important;
}
.menu-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.menu-button > div {
  /* 42 x 14 */
  width: 6px;
  height: 6px;
  background-color: #aaa;
  border-radius: 3px;
  margin-left: 16px;
  margin-top: 5px;
}
.menu-button:hover > div {
  background-color: #999;
}
.button-panel-popup {
  display: none;
  position: fixed;
  padding: 8px;
  background-color: #ddd;
  z-index: 100;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.button-panel-popup::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: rgba(0,0,0,0.15);
}
.button-panel-popup::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -14px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-color: #ddd;
}
.button-panel-popup-background {
  position: fixed;
  width: 999999px;
  height: 999999px;
  top: 50%;
  left: 50%;
  margin-left: -499999px;
  margin-top: -499999px;
  background-color: transparent;
}
.no-resources {
  text-align: center;
  height: 64px;
}
.instagrammer-loader-row {
  border-bottom: none !important;
}
.instagrammer-loader {
  text-align: center;
}
.instagrammer-loader .sk-fading-circle {
  display: inline-block;
}
.grip {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  background-color: transparent;
  cursor: col-resize;
}
.watcher-icon {
  opacity: 0.7;
  width: 28px;
}
.watcher-icon:hover {
  opacity: 0.85;
}
.watcher-icon.unwatched {
  opacity: 0.4;
}
.watcher-icon.unwatched:hover {
  opacity: 0.55;
}
.watcher-list {
  display: none;
  padding: 5px 0;
}
.watcher-list li {
  line-height: 1.75em;
  font-weight: 300;
}
.watcher-balloon .watcher-list {
  display: block;
}
#dm_template {
  display: none;
}
.instagrammer-data {
  display: none;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

.user-profile-picture {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  vertical-align: middle;
  border: 1px solid #aaa;
  margin-right: 8px;
  margin-bottom: 3px;
}
.thin-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
.thin-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(180, 180, 180, 0.5);
  outline: 1px solid rgba(180, 180, 180, 0.5);
  border-radius: 2px;
}

.dialog-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.media-popup {
  position: relative;
}
#media_popup {
  display: none;
  position: fixed;
  width: 302px;
  height: auto;
  background-color: #fff;
  border-top-left-radius: 8px;
  padding: 8px 0 0;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: 1px solid #ccc;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#media_popup .graph-container {
  width: 300px;
  height: 181px;
  border-bottom: 1px solid #aaa;
  box-sizing: border-box;
}
#media_popup .img-div {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: center;
}
#media_popup .media-load-error {
  font-size: 0.8em;
  text-align: center;
  color: #e74c3c;
}
#media_popup .media-load-error.graph {
  padding-top: 74px;
}
#media_popup .media-load-error.media {
  margin-top: 184px;
}
#media_popup .loader-row.graph {
  padding-top: 74px;
}
#media_popup .loader-row.media {
  margin-top: 184px;
}
#media_popup .sk-fading-circle {
  margin: 0 auto;
  transform: scale(0.8);
}
.official {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #aaa;
}
.official.checked::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #45bbe8;
  margin: 2px 2px;
}
.queue-popup {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.queue-contextmenu {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9em;
}
.queue-contextmenu .menu-header {
  border-bottom: 1px solid #aaa;
  padding: 8px 16px;
}
.queue-contextmenu label[for="link_tag_checkbox"] {
  margin-left: 0.25em;
}
.queue-contextmenu .statistics {
  padding: 8px 16px;
}
.queue-contextmenu .statistics .line {
  line-height: 2em;
}
.queue-contextmenu .statistics .line .label {
  font-weight: bolder;
}
.queue-contextmenu .instagrammer-list {
  border-top: 1px solid #aaa;
}
.queue-contextmenu .instagrammer-list .instruction {
  padding: 8px 16px;
  border-bottom: 1px solid #bbb;
  background-color: #e0e0e0;
  font-size: 0.9em;
}
.queue-contextmenu .instagrammer-list .list-wrapper {
  max-height: 9.5em;
  overflow-y: auto;
}
.queue-contextmenu .instagrammer-list .list-item {
  padding-left: 16px;
  padding-right: 16px;
  line-height: 2em;
}
.queue-contextmenu .instagrammer-list .list-item:not(.disabled):hover {
  background-color: #e6f1ff;
}
.queue-contextmenu .instagrammer-list .list-item:not(.disabled):active {
  background-color: #d0e3fb;
}
.queue-contextmenu .instagrammer-list .list-item.disabled {
  color: #999;
}
.queue-contextmenu .instagrammer-list .list-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.queue-contextmenu .instagrammer-list .list-item > span {
  vertical-align: middle;
}
.queue-contextmenu .instagrammer-list .list-item .checkbox {
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.queue-contextmenu .instagrammer-list .list-item .checkbox.checked::before {
  top: 7px;
  transform: rotate(45deg) scale(0.9);
}
.queue-contextmenu .instagrammer-list .list-item .checkbox.checked::after {
  top: 4px;
  transform: rotate(-50deg) scale(0.9);
}
.queue-contextmenu .checkbox-wrapper {
  padding: 10px 16px;
  border-top: 1px solid #aaa;
}
.queue-contextmenu .checkbox-wrapper > * {
  vertical-align: middle;
}
.queue-contextmenu .checkbox-wrapper label {
  margin-left: 0.5em;
}
.queue-contextmenu .warning {
  padding: 0 16px 10px;
  display: none;
}
.queue-contextmenu .contextmenu-button {
  border-top: 1px solid #aaa;
  padding: 8px 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.queue-contextmenu .contextmenu-button:hover {
  background-color: #f5f5f5;
}
.queue-contextmenu .contextmenu-button:active {
  background-color: #eaeaea;
}
.queue-contextmenu-background {
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}

@media only screen and (max-width: 720px) {
  .header-logo {
    height: 24px;
  }
  .dropdown-menu {
    top: 39px;
    left: 0;
    border-radius: 0;
    margin-top: 0;
  }
  .content {
    width: 100% !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }
  .content .section {
    padding: 8px 0;
  }
  .content .section .title {
    padding-bottom: 8px;
    font-size: 1.4em;
  }
  #main form input[type="text"],
  #main form input[type="email"],
  #main form input[type="password"] {
    min-width: auto;
    width: 100%;
  }
  #main form .button {
    display: block;
    padding: 8px 16px;
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  #footer {
    margin-top: 8px;
  }
  #footer .content {
    height: 48px;
    line-height: 48px;
  }
  #footer .footer-right {
    display: none;
  }
  #header #notification {
    display: none;
  }
}
table th.hidden,
table td.hidden {
  display: none;
}
/* sortable table style */
table th.sortable:hover {
  background-color: #f0f0f0;
}
table th.sortable {
  overflow: visible;
}
table:not(.th-dragging) th.sortable:not(:hover) {
  background-image:
    linear-gradient(135deg, transparent 50%, #ccc 50%),
    linear-gradient(45deg, #ccc 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #ccc 50%),
    linear-gradient(135deg, #ccc 50%, transparent 50%);
	background-position:
    calc(100% - 6px) 6px,
    calc(100% - 3px) 6px,
    calc(100% - 6px) 12px,
    calc(100% - 3px) 12px;
	background-size:
    3px 3px,
    3px 3px,
    3px 3px,
    3px 3px;
	background-repeat: no-repeat;
}
table:not(.th-dragging) th.sortable.up:not(:hover) {
  background-image:
    linear-gradient(135deg, transparent 50%, #555 50%),
    linear-gradient(45deg, #555 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #ccc 50%),
    linear-gradient(135deg, #ccc 50%, transparent 50%);
}
table:not(.th-dragging) th.sortable.down:not(:hover) {
  background-image:
    linear-gradient(135deg, transparent 50%, #ccc 50%),
    linear-gradient(45deg, #ccc 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
}
table:not(.th-dragging) th.sortable .sort-pane {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  width: 24px;
  background-color: #f0f0f0;
  z-index: 100;
  background-image:
    linear-gradient(135deg, transparent 50%, #ccc 50%),
    linear-gradient(45deg, #ccc 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #ccc 50%),
    linear-gradient(135deg, #ccc 50%, transparent 50%);
	background-position:
    calc(100% - 12px) calc(50% - 5px),
    calc(100% - 6px) calc(50% - 5px),
    calc(100% - 12px) calc(50% + 5px),
    calc(100% - 6px) calc(50% + 5px);
	background-size:
    6px 6px,
    6px 6px,
    6px 6px,
    6px 6px;
	background-repeat: no-repeat;
}
table:not(.th-dragging) th.sortable:hover .sort-pane {
  display: block;
}
table th.sortable.up .sort-pane {
  background-image:
    linear-gradient(135deg, transparent 50%, #555 50%),
    linear-gradient(45deg, #555 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #ccc 50%),
    linear-gradient(135deg, #ccc 50%, transparent 50%);
}
table th.sortable.down .sort-pane {
  background-image:
    linear-gradient(135deg, transparent 50%, #ccc 50%),
    linear-gradient(45deg, #ccc 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
}
table th.sortable .sort-pane:hover {
  background-image:
    linear-gradient(135deg, transparent 50%, #aaa 50%),
    linear-gradient(45deg, #aaa 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #aaa 50%),
    linear-gradient(135deg, #aaa 50%, transparent 50%);
  cursor: pointer;
}
thead tr th.sortable.up .sort-pane:hover {
  background-image:
    linear-gradient(135deg, transparent 50%, #555 50%),
    linear-gradient(45deg, #555 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #aaa 50%),
    linear-gradient(135deg, #aaa 50%, transparent 50%);
}
thead tr th.sortable.down .sort-pane:hover {
  background-image:
    linear-gradient(135deg, transparent 50%, #aaa 50%),
    linear-gradient(45deg, #aaa 50%, transparent 50%),
    linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
}
