@charset "utf-8";

@font-face {
  font-family: 'adflow';
  src: url('adflow.woff?v=2.0.0') format('woff');
}

@font-face {
  font-family: 'FontAwesome';
  src: url('./lib/fontawesome-webfont.woff?v=4.4.0') format('woff');
}

:root {
  -ms-overflow-style: auto;
}

button:disabled {
  cursor:auto;
  opacity: 0.5;
}

html,
body {
  height: 100%;
  background: #f4f4f4;
  color: #333;
}

body.popup {
  min-width: 640px;
}

body.iframe {
  min-width: calc(calc(100% - 215px) / 2);
}

body.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
}

a {
  color: #0f9ba6;
}

a:hover {
  color: #0c8692;
}

p {
  line-height: 1.4;
}

strong,
em {
  font-weight: normal;
  font-style: normal;
}

label {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

label > *,
label:before,
label:after {
  display: inline-block;
  vertical-align: middle;
}

input {
  vertical-align: middle;
}
form input {
  font-weight: normal;
}

select {
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: menulist-button;
  height: 2em;
  max-width: 200px;
}

[type='text'],
[type='number'],
[type='password'],
[type='file'],
select,
option,
textarea {
  outline: none;
}

[type='text'],
[type='number'],
[type='password'],
[type='file'],
textarea {
  line-height: 1.6;
}

textarea[type='hidden'] {
  display: none !important;
}

[type='checkbox'],
[type='radio'] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}

[v-cloak] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

pre {
  line-height: 1.6;
}

time {
  white-space: nowrap;
}

progress {
  color: #0f9ba6;
}

progress::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #b5c3d0;
  overflow: hidden;
}

progress::-webkit-progress-value {
  background-color: #0f9ba6;
  /*background-image:
		-webkit-linear-gradient(top,
		rgba(255, 255, 255, .25),
		rgba(0, 0, 0, .25))
	;*/
}

progress::-moz-progress-bar {
  background-color: #0f9ba6;
  /*background-image:
			-moz-linear-gradient(top,
			rgba(255, 255, 255, .25),
			rgba(0, 0, 0, .25))
		;*/
}
.text-bold {
  font-weight: bold;
}
.text.approve.worker {
  color: #1b93a4;
}
.text.approve.owner {
  color: orange;
}
.text.approve.client {
  color: red;
}

/*********************
* .all-or-partial-check-list
*********************/

.all-or-partial-check-list > * {
  display: inline-block;
  margin-right: 12.8px;
}

.all-or-partial-check-list label {
  padding: 8px 12.8px;
  border-radius: 4px;
  background: #f2f5f8;
  font-size: 1em;
}

/*********************
* .back
*********************/

.back {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.back:hover {
  background: #d7e1ea;
}

.back > * {
  position: relative;
  display: inline-block;
  padding: 2.4px 6.5px 0 16px !important;
  height: 24px;
  color: #48515a;
  font-size: 12.8px;
  line-height: 19px !important;
}

.back > *:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 4.5px 5.5px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #48515a;
  content: '';
}

.back:hover > * {
  color: #48515a;
}

.btn.back > * {
  font-size: 11.2px;
}
.btn.back:hover > * {
  color: #fff;
}
.btn.back > *:before,
.btn.back:hover > *:before {
  margin-top: -5px;
  border-right-color: #fff;
}

.contents-header .back {
  float: left;
  margin-top: 16px;
  margin-left: 8px;
}

/*********************
* .account-info
*********************/

.account-usage-info *,
.account-registerable-info * {
  display: inline-block;
  font-size: 16px;
}

.account-usage > *:after,
.account-registerable > *:after {
  display: inline-block;
  margin-left: 3.2px;
}

[class^='account-'] .max:before {
  display: inline-block;
  margin-right: 6.5px;
  content: '/';
}

[class^='account-'] .number {
  font-weight: bold;
}

.account-usage .using .number {
  font-size: 25.6px;
}

/*********************
* .basic-form
*********************/

.basic-form {
  font-size: 14.4px;
}

* + .basic-form {
  margin-top: 16px;
}

.basic-form [type='text'],
.basic-form [type='number'],
.basic-form [type='password'],
.basic-form textarea {
  padding: 0.2em 0.4em;
  border: 1px solid #b5c3d0;
}

.basic-form select {
  border: 1px solid #a2b0bd;
  padding: 0em 1em;
  background: #f1f4f7;
  color: #58656e;
}

.basic-form [type='text'],
.basic-form [type='number'],
.basic-form [type='password'],
.basic-form textarea {
  width: 100%;
  background-color: #fff;
}

.basic-form textarea {
  padding: 0.5em;
  height: 8.2em;
  line-height: 1.4;
}

.basic-form [type='text']:focus,
.basic-form [type='number']:focus,
.basic-form [type='password']:focus,
.basic-form textarea:focus {
}

.basic-form * + textarea {
  margin-top: 12.8px;
}

.basic-form [class^='date-'] [type='text'] {
  width: 11.8em;
}

.basic-form [class*='input'].error [type='text'] {
  border: 1px solid #f00;
  background: #ffe1d9;
}

.basic-form > [class$='-info'] {
  border: 1px solid #b5c3d0;
  border-bottom: none;
}

.basic-form [class$='title'] {
  font-weight: bold;
}

.basic-form [class$='-info-title'] {
  padding: 16px;
  background: #c6d2de;
  font-size: 16px;
}

.basic-form .data-form {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.basic-form .data-form > * {
  display: table-row;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.basic-form .data-form > * > * {
  position: relative;
  display: table-cell;
  padding: 15px;
  border: 1px solid #d7e1ea;
  vertical-align: middle;
  color: #192629;
  font-size: 12.8px;
  text-align: left;
  line-height: 1.4;
}

.basic-form .data-form > .data-form-header > * {
  background: #e8edf2;
  color: #737f89;
  font-weight: bold;
  text-align: center;
}

.basic-form .data-form > * > .label {
  width: 13%;
  background: #e8edf2;
  color: #737f89;
  font-weight: bold;
  border-right: none;
}

.basic-form .data-form > * > .label.has-icon {
  padding-right: 30px;
}

.basic-form .data-form > * > .label.has-icon > [class*='icon-'] {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.basic-form .data-form > * > .label:before {
  white-space: pre;
}

.label span.required {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  padding-right: 5px;
  background: #f00;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
  color: #fff;
  font-size: 0.8em;
  white-space: nowrap;
}

.basic-form .data-form > * > .label .btn {
  font-weight: normal;
}

.label span.required:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: calc(50% - 9px);
  height: 0px;
  line-height: 0;
  border-width: 9px;
  border-color: transparent #f00 transparent transparent;
}

.detail .basic-form .data-form .required > .label:after,
.confirm .basic-form .data-form .required > .label:after {
  display: none;
}

.basic-form .data-form > * > .label[rowspan] {
  border-right: 1px solid #d7e1ea;
}

.basic-form .data-form > * > .data * {
  word-break: break-all;
}

.basic-form .data-form * + .data-form {
  margin-top: 16px;
}

.basic-form .radio-checkbox:first-child {
  margin-top: -8px;
}

[class*='-form'] .radio-checkbox:after {
  display: block;
  clear: both;
  content: '';
}

[class*='-form'] .radio-checkbox > * {
  display: inline-block;
  margin: 8px 16px 0 0;
}

.basic-form .data-form [class*='postal-code'] [type='text'] {
  width: 12em;
}

.basic-form .data-form [class*='phone-number'] [type='text'] {
  width: 15em;
}

.basic-form .btn-area {
  text-align: center;
  background: #3b434a;
}

.basic-form .btn-area .btn-list {
  margin: 0 16px;
  padding: 0 16px 32px;
}

.basic-form .btn-list:after {
  display: block;
  clear: both;
  content: '';
}

.basic-form .btn-list .btn {
  float: right;
  margin: 16px 8px 0;
}
.btn-footer .btn,
.basic-form .btn-list .btn {
  background: #5a646d;
  color: #fff;
  border-radius: 0;
}

.btn-footer .btn a,
.basic-form .btn-list .btn a {
  color: #fff;
}

.btn-footer .btn:hover,
.basic-form .btn-list .btn:hover {
  background: #737f89;
}
.btn-footer .btn.gray,
.basic-form .btn-list .btn.gray {
  background: #c5d2db;
}

.btn-footer .btn.gray:hover,
.basic-form .btn-list .btn.gray:hover {
  background: #d6e0e9;
}

.btn-footer .btn.gray a,
.basic-form .btn-list .btn.gray a {
  color: #727f87;
}

.basic-form .btn-list .btn.cancel {
  float: left;
}

.basic-form .btn-list .btn > * {
  padding: 16px 24px;
  font-size: 16px;
}

.basic-form .btn-list .confirm.btn > *,
.basic-form .btn-list .register.btn > * {
  padding-right: 48px;
  padding-left: 48px;
}

.basic-form .error {
  display: table !important;
  margin-bottom: 11.2px;
  border: 2px solid #f88;
  background: #fee;
}

.basic-form .error:before,
.basic-form .error .text {
  display: table-cell;
  padding: 6.5px 9.6px;
}

.basic-form .error:before {
  padding-right: 0;
  content: '\f071';
  color: #f00;
  font-family: 'FontAwesome';
}

.basic-form .error .text {
  padding-left: 6.5px;
}

.basic-form .explain {
  display: block;
}

html:not([lang='ja']) .basic-form [class$='-kana'] {
  display: none;
}

.basic-form [class*='-list'] .append {
  display: inline-block;
  width: auto;
  text-align: center;
  cursor: pointer;
  color: #8b99a6;
}
.basic-form [class*='-list'] .append:hover {
  color: #b0bac3;
}

.basic-form [class*='-list'] .append > * {
  display: block;
  padding: 4px 0;
}

.basic-form .append > *:before,
.basic-form .append > *:after {
  vertical-align: middle;
}

.basic-form .append > *:before {
  display: inline-block;
  margin-right: 5px;
  content: '\e812';
  vertical-align: middle;
  font-size: 1.4em;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.basic-form [class$='check-list'] label {
  padding: 5px 8px;
  border-radius: 8px;
  background: #e8eef4;
  text-align: center;
}

.basic-form [class$='check-list'] label.checked {
  background: #489ff8;
  color: #fff;
  font-weight: normal;
}

.basic-form [class$='check-list'] label .explain {
  margin-top: 5px;
  font-size: 0.9em;
}

.basic-form .label-list-area {
  clear: both;
  margin-left: -11.2px;
}

.confirm .basic-form .label-list-area,
.detail .basic-form .label-list-area {
  margin-top: -11.2px;
}

.basic-form * + .email-address-list,
.basic-form .email-address:not(:first-child) {
  margin-top: 9.6px !important;
}

.basic-form .org-list .org:not(:first-child) {
  margin-top: 12.8px !important;
}

/* .confirm .basic-form .as-guest-account,
.detail .basic-form .as-guest-account {
	font-weight: bold;
} */

.confirm-msg {
  margin-bottom: 16px;
  padding: 16px;
  background: #dfdfdf;
  text-align: center;
}

.confirm-msg .msg {
  display: block;
}

.basic-form .setting-data-list li {
  padding: 25px 0 25px 12.8px;
  border: 1px solid #d7e1ea;
  background: #e8eef4;
}

.basic-form .setting-data-list .setting-data {
  display: table;
  width: 100%;
}

.basic-form .setting-data-list .setting-data .label {
  display: table-cell;
  padding-top: 8px;
  width: 13em;
  vertical-align: middle;
  font-weight: bold;
}

.basic-form .setting-data-list .setting-data .data {
  display: table-cell;
  padding-top: 8px;
  padding-left: 8px;
}

/*********************
* .inline-edit
*********************/
.basic-form .data-form.inline-edit .edit span:before {
  display: inline-block;
  content: '\e811';
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0f9ba6;
  cursor: pointer;
}
.basic-form .data-form.inline-edit .edit:hover span:before {
  color: #0c8692;
}

.basic-form .data-form.inline-edit [class$='-info-title'] {
  padding: 16px;
}

.basic-form .data-form.inline-edit > * > .btn-list {
  width: 5.2em;
  padding: 0 5px 0 0;
  background: #e8edf2;
  text-align: right;
  border-left: none;
}

.basic-form .data-form.inline-edit > * > .label {
  padding-right: 0;
  width: 10em;
}

.basic-form .data-form.inline-edit .btn-list .btn {
  margin: 5px 0px;
  float: none;
  display: block;
}
.basic-form .data-form.inline-edit .btn-list .btn > * {
  padding: 5px;
  font-size: 10px;
}
.basic-form .attached-files-info .data-form.inline-edit .btn-list,
.basic-form .attached-files-info .data-form.inline-edit .btn-list li {
  display: inline-block;
  white-space: nowrap;
}
.basic-form .attached-files-info .data-form.inline-edit .btn-list .btn {
  width: 7em;
}
.basic-form .data-form.inline-edit [mode='show'] .btn-list .cancel,
.basic-form .data-form.inline-edit [mode='show'] .btn-list .save {
  display: none;
}
.basic-form .data-form.inline-edit [mode='show'] .data .display {
  display: block;
}
.basic-form .data-form.inline-edit [mode='show'] .data .editor {
  display: none;
}
.basic-form .data-form.inline-edit [mode='show'].labels .choose-labels {
  display: none;
}
.basic-form .data-form.inline-edit [mode='show'].labels .data .display {
  margin-top: -11.2px;
  margin-left: -11.2px;
}
.basic-form .data-form.inline-edit [mode='show'].labels .data .editor {
  display: none;
}
.basic-form .data-form.inline-edit [mode='show'].labels .data .choose-labels {
  display: none;
}
.basic-form
  .data-form.inline-edit
  [mode='show'].labels
  .data
  .label-list-area
  ul {
  pointer-events: none;
}
.basic-form
  .data-form.inline-edit
  [mode='show'].labels
  .data
  .label-list-area
  .label:after {
  content: none !important;
}
.basic-form .data-form.inline-edit [mode='show'].suggest-search .data .editor {
  display: none;
}
.basic-form .data-form.inline-edit [mode='show'].suggest-search .selected-list {
  margin-top: -12.8px;
}
.basic-form
  .data-form.inline-edit
  [mode='show'].suggest-search
  .btn.show-search-box,
.basic-form
  .data-form.inline-edit
  [mode='show'].suggest-search
  .selected-list
  .selected-remove {
  display: none;
}


.basic-form .data-form.inline-edit [mode='show'].approval-search .data .editor {
  display: none;
}
.basic-form .data-form.inline-edit [mode='show'].approval-search .selected-list {
  margin-top: -12.8px;
}
.basic-form
  .data-form.inline-edit
  [mode='show'].approval-search
  .btn.show-search-box,
.basic-form
  .data-form.inline-edit
  [mode='show'].approval-search
  .selected-list
  .selected-remove {
  display: none;
}
.basic-form .data-form.inline-edit [mode='edit'] .btn-list .edit {
  display: none;
}
.basic-form .data-form.inline-edit [mode='edit'] .data .display {
  display: none;
}
.basic-form .data-form.inline-edit [mode='edit'] .data .editor {
  display: block;
}
.basic-form .data-form.inline-edit [mode='edit'] .edit {
  display: none;
}
.basic-form .data-form.inline-edit [mode='edit'] .choose-labels {
  margin-bottom: 11.2px;
}


/*************************
* 固定ボタン
*************************/
.basic-form .fixed-footer {
  max-width: 100%;
  height: auto;
}

.basic-form .fixed-footer .fixed-footer-inner {
  background: #3b434a;
}

.basic-form .fixed-footer.fixed-on .fixed-footer-inner {
  position: fixed;
  bottom: 0px;
  right: 16px;
  left: 71px;
  z-index: 1060;
}

.basic-form .fixed-footer.fixed-off .fixed-footer-inner {
  position: relative;
}

/*********************
* .basic-list
*********************/

.basic-list {
  background: #fff;
}

.basic-list .data-list {
  display: table;
  border: 1px solid #c7d3de;
  border-top: none;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}

.basic-list .data-list [type='text'],
.basic-list .data-list [type='number'],
.basic-list .data-list [type='password'],
.basic-list .data-list textarea {
  border: 1px solid #c7d3de;
  padding: 0.2em 0.5em;
  width: 100%;
  background: #fff;
}

.basic-list .data-list > * {
  display: table-row;
}

.basic-list .data-list > *:hover {
  background: #f5f8fa;
}

.basic-list .data-list > * > * {
  display: table-cell;
  padding: 0.5em 0.8em;
  border-top: 1px solid #e8eef4;
  vertical-align: middle;
  font-size: 12.8px;
  font-weight: normal;
}

.basic-list .data-list > * > *:not(:first-child) {
  border-left: 1px solid #e8eef4;
}

.basic-list .data-list .data-header {
  background: #8c9aa7 !important;
  color: #f2f5f8;
}

.basic-list .data-header > *,
.basic-list [class*='date'] {
  text-align: center;
}

.basic-list .data-list > *:not(.data-header) > .check {
  width: 11.2px;
  background: #d7e1ea;
}

.basic-list .data-list .check [type='checkbox'] {
  margin: 0;
}

[class$='-data-area'] [class$='-number'] .number:after {
  font-size: 0.9em;
}

.basic-list .btn-area {
  margin-top: 32px;
  text-align: center;
}

.basic-list .btn-area * {
  display: inline-block;
}

.basic-list .btn-area .btn-list {
  margin: 0 8px;
  padding: 0 8px 12.8px;
  border-radius: 4px;
  background: #d7e1ea;
}

.basic-list .btn-area .btn {
  margin: 12.8px 8px 0;
  padding: 8px 16px;
  font-size: 16px;
}

* + .basic-list,
.basic-list > * + * {
  margin-top: 19.2px;
}

.basic-list * + .data-list {
  margin-top: 8px;
}

.basic-list .data-header [sort-type] {
  cursor: pointer;
}

.basic-list .data-header [sort-type]:before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.basic-list .data-header [sort-type='asc']:before {
  content: '\f160';
}

.basic-list .data-header [sort-type='desc']:before {
  content: '\f161';
}

/*********************
* .bulk-
*********************/

[class*='bulk-check-'] > * {
  display: inline-block;
  vertical-align: middle;
  color: #192627;
  font-weight: bold;
}

[class*='bulk-check-'] .number:before,
[class*='bulk-check-'] .number:after {
  vertical-align: top;
}

[class*='bulk-check-'] .number:before {
  content: '(';
}
[class*='bulk-check-'] .number:after {
  content: ')';
}

[class*='bulk-check-'] .number .all:before {
  content: '/ ';
}

[class$='-header'] .bulk-functions {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: normal;
}

/*********************
* .entire-
*********************/

[class*='entire-check-'] > * {
  display: inline-block;
  vertical-align: middle;
  color: #192627;
  font-weight: bold;
}

[class*='entire-check-'] .number:before,
[class*='entire-check-'] .number:after {
  vertical-align: top;
}

[class*='entire-check-'] .number:before {
  content: '(';
}
[class*='entire-check-'] .number:after {
  content: ')';
}

[class*='entire-check-'] .number .all:before {
  content: '/ ';
}

label[class*='entire-check-'] {
  position: relative;
  margin-right: 8px;
  padding: 0 6.5px;
  height: 28.8px;
  background: #d7e1ea;
  line-height: 26.4px;
}

label[class*='entire-check-']:after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  margin-top: -15.2px;
  border: 15.2px solid transparent;
  border-left: 10.4px solid #d7e1ea;
  content: '';
}

label[class*='entire-check-'].active {
  background: #f2f5f8;
}

label[class*='entire-check-'].active:after {
  border-left-color: #f2f5f8;
}

label[class*='entire-check-'].active > * {
  color: #0f9ba6;
}

.list-console label[class*='entire-check-'].active {
  background: #fff;
}

.list-console label[class*='entire-check-'].active:after {
  border-left-color: #fff;
}

/*********************
* .btn
*********************/

.btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  background: #c5d2db;
  color: #727f87;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.btn a {
  color: #727f87;
}
.btn:hover {
  background: #d6e0e9;
}

.btn > *,
.btn > a {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  white-space: nowrap;
}

.btn > * > *,
.btn > *:before,
.btn > *:after {
  display: inline-block;
  vertical-align: middle;
}

.btn > *:before {
  margin-right: 0.2em;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn.black {
  background: #192629;
  color: #fff;
}

.btn.gray {
  background: #d7e1ea;
}

.btn.gray:hover {
  background: #e7edf3;
}

.btn.gray > * {
  color: #3b434a;
}

.btn.dark-gray {
  background: #737f89;
}

.btn.dark-gray:hover {
  background: #8c9aa7;
}

.btn.gradient {
  border: 1px solid #c7d3de;
  background: linear-gradient(#d7e1ea, #f2f5f8);
  color: #3b434a;
}

.btn.gradient:hover {
  background: linear-gradient(#e8eef4, #f2f5f8);
}

.btn.gradient:before {
  display: inline-block;
  margin-right: 0.4em;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn.colored {
  background: #0f9ba6 !important;
  color: #fff !important;
}

.btn.colored:hover {
  background: #0c8692 !important;
}

.btn.colored > * {
  color: #fff !important;
}

.btn.light {
  background: #c5d2db !important;
  color: #727f87 !important;
}

.btn.light:hover {
  background: #d6e0e9 !important;
}

.btn.shadowed {
  background: #d7e1ea;
  box-shadow: 0 2px 0 #b5c3d0;
  color: #3b434a;
}

.btn.shadowed:hover {
  background: #e8eef4;
  box-shadow: 0 2px 0 #c7d3de;
}

.btn.shadowed.colored {
  background: #0f9ba6;
  box-shadow: 0 2px 0 #1b7087;
  color: #fff;
}

.btn.shadowed.colored:hover {
  background: #0c8692;
  box-shadow: 0 2px 0 #0f9ba6;
}

.btn.alert {
  background: #d00;
}

.btn.alert:hover {
  background: #f00;
}
.btn.show-search-box[search='searchClient'] > *,
.btn.show-search-box[search*='searchOwner'] > *,
.btn.show-search-box[search*='searchWorker'] > *,
.btn.show-search-box[search*='searchRelated'] > *,
.btn.choose-files > *,
.btn.choose-labels > *,
.btn.imagebox > * {
  position: relative;
  padding-left: 26px;
}
.btn.show-search-box[search='searchClient'] > *:before,
.btn.show-search-box[search*='searchOwner'] > *:before,
.btn.show-search-box[search*='searchWorker'] > *:before,
.btn.show-search-box[search*='searchRelated'] > *:before,
.btn.choose-files > *:before,
.btn.choose-labels > *:before,
.btn.imagebox > *:before {
  position: absolute;
  left: 4px;
  line-height: 12px;
  font-size: 20px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.show-search-box[search='searchClient'] > *:before,
.btn.show-search-box[search='searchWorkerCorp'] > *:before,
.btn.choose-labels > *:before,
.btn.imagebox > *:before {
  left: 6px;
  font-size: 18px;
}
.btn.show-search-box[search*='searchOwner'] > *:before,
.btn.show-search-box[search*='searchWorker'] > *:before,
.btn.show-search-box[search*='searchRelated'] > *:before {
  content: '\e838';
}
.btn.show-search-box[search='searchClient'] > *:before {
  content: '\e846';
}
.btn.show-search-box[search='searchWorkerCorp'] > *:before {
  content: '\e845';
}
.btn.choose-files > *:before {
  content: '\e847';
}
.btn.imagebox > *:before {
  content: '\e906';
}

.btn.choose-labels > *:before {
  content: '\e81c';
}

/*********************
* .check
*********************/

label.checked {
  font-weight: bold;
}

/*********************
* .content
*********************/

.content:after {
  display: block;
  clear: both;
  content: '';
}

/*********************
* .contents-area
*********************/

.contents-area {
  position: relative;
  width: 100%;
}

.contents-area:after {
  display: block;
  clear: both;
  content: '';
}
#multi-approval-template .contents-area{
  overflow-y: scroll;
}
.contents-console + .contents-area {
  height: 100%;
  /*overflow-y: scroll;*/
}

* + .contents-area {
  padding-left: 55px;
  /*padding-right: 55px;*/
}

.list-search-console + .list-console + .contents-area {
  margin-top: 99px;
  height: calc(100% - 99px);
}

.groups .contents-area [class$='data-area'],
.settings .contents-area [class$='data-area'],
.corp-info .contents-area [class$='data-area'] {
  padding: 16px;
}

.contents-area .contents-top-message-area {
  margin: 30px;
  padding: 30px;
  text-align: center;
  background-color: #e0e0e0;
}

.contents-functions .mode-switcher {
  margin-left: 2em;
}

.contents-functions .mode-switcher > * {
  padding-top: 0;
  padding-bottom: 0;
}

.contents-functions .mode-switcher li {
  position: relative;
  text-align: center;
}

.contents-functions .mode-switcher li:hover .tooltip {
  display: inline-block;
}

.contents-functions .mode-switcher li .tooltip {
  display: none;
  background: rgba(0, 0, 0, 0.85);
  border: none;
  position: absolute;
  width: auto;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 8px;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  z-index: 10;
}

.contents-functions .mode-switcher li .tooltip.align-left {
  left: 0;
  right: auto;
  transform: translateX(0%);
}

.contents-functions .mode-switcher li .tooltip:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.85);
}

.contents-functions .mode-switcher li .tooltip.align-left:after {
  left: 65px;
  right: auto;
}

.contents-functions .mode-switcher li a {
  width: 130px;
  padding: 7px 7px;
  min-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*********************
* .contents-body
*********************/

.contents-body {
  position: relative;
  min-width: 1248px;
}

.popup .contents-body,
.iframe .contents-body {
  min-width: 100%;
}

#approve .contents-header + .contents-body {
  padding-top: 15px;
  height: 100%;
}
.contents-header + .contents-body {
  padding-top: 56px;
  height: 100%;
}

.contents-body:after {
  display: block;
  clear: both;
  content: '';
}

/*************************
* 言語切り替えUI
*************************/
.switch-lang {
  font-size: 0;
}

.switch-lang .lang {
  display: inline-block;
  font-size: 14px;
}

.switch-lang .lang:before {
  content: '/';
  padding: 0 5px;
}

.switch-lang .lang:first-child:before {
  display: none;
}

.switch-lang .lang {
  color: #c0c0c0;
}

.switch-lang .lang a {
  color: #444444;
}

body.create .switch-lang,
body.edit .switch-lang,
body.confirm .switch-lang {
  display: none;
}

/*********************
* .contents-console
*********************/

.contents-console {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  border-right: 2px solid #000;
  width: 270px;
  height: 100%;
  background: #3b434a;
  color: #fff;
  /*transition: all .2s ease-in-out;*/
}

.contents-console.mimic-login {
  background: #f6ff00;
}

.contents-console[toggle='close'] {
  left: -215px;
}

.contents-console[toggle='close'] .tips {
  position: absolute;
  left: 267px;
  top: -1px;
  padding: 8px;
  background: #192629;
  white-space: nowrap;
  font-size: 12.8px;
}

.contents-console-body {
  overflow: hidden;
  height: calc(100% - 55px);
  width: 100%;
}
.contents-console-body .contents-console-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

/*[toggle="open"] .contents-console-body {
	overflow-y: scroll;
}*/

/* .user-info */

.contents-console .user-info {
  display: none;
  margin: 9.6px;
  padding: 12.8px;
  background: #000;
}

[toggle='open'] .user-info {
  display: block;
}

.contents-console .user-info-header > * {
  display: table-cell;
  vertical-align: middle;
}

.contents-console .user-info-header .person-visual,
.contents-console .user-info-header .person-icon {
  border-radius: 0;
  width: 48px;
  height: 48px;
}

.contents-console .user-info-header .person-icon:before {
  font-size: 48px;
}

.contents-console .user-info-header .user-name {
  padding-left: 5px;
}

.contents-console .user-info-header .user-name .person {
  color: #fff;
  font-size: 12.8px;
}

.contents-console .user-info-header .user-name a:hover {
  text-decoration: underline;
}

.contents-console .user-info-header .user-name .corp-org {
  margin-top: 3.2px;
  font-size: 11.2px;
}

.contents-console .user-info-header .user-name .corp-org > * {
  display: block;
  color: #a3b1be;
  line-height: 1.4;
}

.contents-console .user-info-content {
  padding-top: 5px;
}

.contents-console .user-functions > * {
  margin-top: 8px;
  font-size: 12.8px;
}

.contents-console .user-functions a {
  color: #a3b1be;
}

.contents-console .user-functions a:before {
  position: relative;
  display: inline-block;
  margin-right: 6.5px;
  width: 8px;
  height: 8px;
  content: '';
  background: #a3b1be;
}

.contents-console .user-functions a:hover {
  color: #fff;
}

.contents-console .user-functions a:hover:before {
  background: #fff;
}

.contents-console .user-info-content .logout {
  display: inline-block;
  margin-top: 12.8px;
  padding: 5px;
  border: 1px solid #a3b1be;
  color: #a3b1be;
  font-size: 11.2px;
}

.contents-console .user-info-content .logout:hover {
  border-color: #fff;
  color: #fff;
}

/*
.contents-console .user-info {
	position: absolute;
	z-index: 1;
	top: 43.2px;
	right: 16px;
	width: 248px;
	color: #192629;
}

.contents-console .user-info .person-icon {
	position: absolute;
	top: -25.6px;
	right: 35px;
	width: 25.6px;
	height: 25.6px;
}

.contents-console .user-info .person-icon:before {
	top: 3px;
	font-size: 20.8px;
}

.contents-console .user-info:hover .person-icon {
	border-radius: 0.25em 0.25em 0 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.contents-console .user-info-content {
	position: relative;
	z-index: 1;
	top: -1px;
	display: none;
	clear: both;
	border-radius: 2.4px;
	background: #d7e1ea;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}

.contents-console .user-info:hover .user-info-content {
	display: block;
}

.contents-console .user-info .user-name {
	padding: 16px;
	text-align: center;
}

.contents-console .user-info .user-name a {
	display: block;
	color: #192629;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contents-console .user-info .user-name a:hover {
	text-decoration: underline;
}

.contents-console .user-info .corp-org {
	margin-top: 8px;
	color: #5a646d;
	font-size: 11.2px;
}

.contents-console .user-info .corp-org > * {
	display: inline-block;
	margin-top: 5px;
}

.contents-console .user-info .corp {
	margin-right: 2px;
}

.contents-console .user-info .user-functions > * {
	border-top: 1px solid #a3b1be;
	text-align: center;
}

.contents-console .user-info .user-functions > * > * {
	display: block;
	padding: 12.8px 16px;
	color: #5a646d;
	font-size: 14.4px;
	cursor: pointer;
}

.contents-console .user-info .user-functions > * > *:hover {
	background: #b5c3d0;
}

.contents-console .user-info .user-functions > * > *:before {
	display: inline-block;
	margin-right: 0.4em;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contents-console .user-info .account-switch > *:before {
	content: "\f007";
}

.contents-console .user-info .logout > *:before {
	content: "\f08b";
}
*/

.header-menu .switch-lang {
  margin-top: 8px;
}

.header-menu .switch-lang .lang {
  color: #5e5e5e;
  font-size: 12.8px;
}

.header-menu .switch-lang .lang a {
  color: #fff;
}

/*********************
* .contents-functions
*********************/

.contents-area * + .contents-functions {
  margin-top: 12.8px;
}

.contents-functions > .btn {
  margin-top: 8px;
}

.contents-functions .function-list:before {
  padding: 0.2em;
  font-size: 28.8px;
}

.contents-area [class$='data-area'] .contents-functions:after {
  display: block;
  clear: both;
  content: '';
}

.contents-area [class$='data-area'] .contents-functions > * {
  float: left;
  margin-right: 8px;
}

.contents-area [class$='data-area'] .contents-functions > * .label,
.contents-area
  [class$='data-area']
  .contents-functions
  .sub-menu
  > *
  > *:not(.sub-menu) {
  display: block;
  padding: 0 1em 0 0.8em;
  font-size: 12.8px;
  white-space: nowrap;
  cursor: pointer;
}

.contents-area [class$='data-area'] .contents-functions .has-sub-menu > .label {
  cursor: default;
  background: #0f9ba6;
  color: #fff;
  line-height: 32px;
}
.contents-area
  [class$='data-area']
  .contents-functions
  .has-sub-menu:hover
  > .label {
  background: #222;
}

.contents-area [class$='data-area'] .contents-functions > * > * > *,
.contents-area [class$='data-area'] .contents-functions > * > *:before {
  display: inline-block;
  vertical-align: middle;
}

.contents-area [class$='data-area'] .contents-functions .has-sub-menu {
  position: relative;
}

.contents-area [class$='data-area'] .contents-functions .sub-menu {
  position: absolute;
  z-index: 1;
  display: none;
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  color: #ddd;
}

.contents-area
  [class$='data-area']
  .contents-functions
  .has-sub-menu:hover
  > .sub-menu {
  display: block;
  min-width: 100%;
}

.contents-area [class$='data-area'] .contents-functions .sub-menu > * {
  display: list-item;
}

.contents-area
  [class$='data-area']
  .contents-functions
  .sub-menu
  > *
  > *:not(.sub-menu) {
  padding: 0.8em;
  /*border-top: 1px solid #3B434A;*/
  color: #c7d3de;
}

.contents-area
  [class$='data-area']
  .contents-functions
  .sub-menu
  > *:hover
  > *:not(.sub-menu) {
  background: #222;
  color: #fff;
}

.contents-area
  [class$='data-area']
  .contents-functions
  .sub-menu
  .has-sub-menu
  > .label {
  position: relative;
  padding-right: 2em;
}

.contents-area
  [class$='data-area']
  .contents-functions
  .sub-menu
  .has-sub-menu
  > .label:after {
  position: absolute;
  right: 0.5em;
  content: '\f054';
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contents-area [class$='data-area'] .contents-functions .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
}

.contents-area [class$='data-area'] .contents-functions > * > *:before {
  margin-right: 5px;
  font-size: 22.4px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contents-area
  [class$='data-area']
  .contents-functions
  [class^='add-']
  > .label:before {
  position: relative;
  top: 4px;
  border: 8px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  content: '';
}

/*********************
* .contents-nav-header
*********************/

.contents-nav-header:not(.free) {
  position: relative;
  padding-right: 55px;
  height: 55px;
  background: #0f9ba6;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.contents-nav-header:hover:not(.free) {
  background: #0c8692;
}

.contents-nav-header.free {
  position: relative;
  padding-right: 55px;
  height: 55px;
  color: #0f9ba6;
  overflow: hidden;
  cursor: pointer;
}

.contents-nav-header:after {
  position: absolute;
  top: 8px;
  font-size: 38.4px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}

[toggle='close'] .contents-nav-header:after {
  right: 14px;
  content: '\e800';
}

[toggle='open'] .contents-nav-header:after {
  right: 14px;
  content: '\e800';
}

.contents-nav-header .site-name {
  display: inline-block;
  padding: 16px 19.2px;
}

.contents-nav-header .site-name img {
  height: 24px;
}

/*********************
* .contents-nav-list
*********************/

.contents-nav-list {
  border-bottom: 1px solid #192629;
}

.contents-nav-list > * {
  position: relative;
  border-top: 1px solid #192629;
}

.contents-nav-list a {
  display: block;
  padding: 0 19.2px;
  padding-right: 55px;
  font-size: 16px;
  color: #a3b1be;
  line-height: 55px;
  cursor: pointer;
}

.bulk-upload-options{
  font-size:14px;
}
 .bulk-upload-descriptions{
  font-size:14px !important;
}

.bulk-upload-descriptions {
  /* flex: 1;  */
  padding-left: 20px; 
}

.bulk-upload-descriptions h1 {
  margin-top: 0; 
}

.bulk-upload-descriptions p {
  font-size: 14px; 
}

.parent-of-bulk-upload {
  display: flex;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}

.child-one-bulk-upload-options > .bulk-upload-options {
  display: flex;
  flex-direction: column;
}

.parent-of-bulk-upload .child-one-bulk-upload-options {
  flex: 50%;
}

.parent-of-bulk-upload .child-two-bulk-upload-options {
  display: flex;
  flex-direction: column;
  flex: 50%;
}


.contents-nav-list .report-navi a {
	display: block;
	padding: 0 19.2px;
	padding-right: 55px;
	font-size: 16px;
	color: #a3b1be;
	line-height: 55px;
	cursor: pointer;
	width: 100%;
}

.contents-nav-list .report-navi a.report:before {
    position: absolute;
    right: 11.2px;
    font-size: 32px;
    font-family: 'adflow';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

.contents-nav-list .alignment-navi a {
	display: block;
	padding: 0 19.2px;
	padding-right: 55px;
	font-size: 16px;
	color: #a3b1be;
	line-height: 55px;
	cursor: pointer;
	width: 100%;
}

.contents-nav-list .alignment-navi a.alignment:before {
    position: absolute;
    right: 11.2px;
    font-size: 32px;
    font-family: 'adflow';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

.contents-nav-list a:after {
  font-weight: bold;
}

.contents-nav-list a:before {
  position: absolute;
  right: 11.2px;
  font-size: 32px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}

.contents-nav-list .home a:before {
  content: '\e802';
}

.contents-nav-list .project-groups a:before {
  content: '\e850';
}

.contents-nav-list .project-create a:before {
  content: '\e803';
}

.contents-nav-list .projects a:before {
  content: '\e804';
}

.contents-nav-list .projects-groups a:before {
  content: '\e804';
}

.contents-nav-list .multi-approval a:before {
	content: "";
	background-image: url('/shared/images/check-hexagon-fill.svg');
	background-repeat: no-repeat;
  background-size: 32px;
  filter: invert(77%) sepia(10%) saturate(390%) hue-rotate(167deg) brightness(91%) contrast(85%);
  top: 11.5px;
  height: 43.5px;
  width: 32px;
	font-family: "adflow";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contents-nav-list .schedules a:before {
  content: '\e852';
}

.contents-nav-list .library a:before {
  content: '\e805';
}

.contents-nav-list .datasource a:before {
  content: '\e838';
}

.contents-nav-list .settings > a:before {
  content: '\e806';
}

.contents-nav-list .corp-info > a:before {
  content: '\e807';
}

img.navi-link-icon {
  height: 32px;
  width: 32px;
  position: absolute;
  right: 11.2px;
  top: 11.2px;
}

.contents-nav-list > *:hover,
#home .contents-nav-list .home,
#projects.create .contents-nav-list .project-create,
#projects.list .contents-nav-list .projects,
#projects.edit .contents-nav-list .projects,
#projects.template .contents-nav-list .settings,
#progress .contents-nav-list .projects,
#library .contents-nav-list .library,
#schedules .contents-nav-list .schedules,
#datasource .contents-nav-list .datasource,
.contents-nav-list .settings:hover,
.settings .contents-nav-list .settings,
.contents-nav-list .corp-info:hover,
.corp-info .contents-nav-list .corp-info {
  border-top-color: #000;
}


#reports .contents-nav-list .reports{
	background-color: #192629;
}

#reports .contents-nav-list .reports a {
    color: #fff;
}

.contents-nav-list .reports a:hover .reports-img {
	filter: invert(10%) sepia(121%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(121%);
}
.contents-nav-list .multi-approval a:hover::before{
  filter: invert(99%) sepia(3%) saturate(1468%) hue-rotate(207deg) brightness(118%) contrast(100%);
}

#reports .contents-nav-list .reports a .reports-img {
	filter: invert(10%) sepia(121%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(121%);
}

#creativeReport .contents-nav-list .alignment{
	background-color: #192629;
}

#creativeReport .contents-nav-list .alignment a {
    color: #fff;
}

#datasource .contents-nav-list .datasource{
	background-color: #192629;
}

#datasource .contents-nav-list .datasource a {
    color: #fff;
}

.contents-nav-list .datasource a:hover .report-navi-img {
	filter: invert(10%) sepia(121%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(121%);
}

#report-navi .contents-nav-list .datasource a .report-navi-img {
	filter: invert(10%) sepia(121%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(121%);
}



.contents-nav-list .alignment a:hover .alignment-navi-img {
	filter: invert(10%) sepia(121%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(121%);
}

#creativeReport .contents-nav-list .alignment a .alignment-navi-img {
	filter: invert(10%) sepia(121%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(121%);
}

.contents-nav-list > *:hover > a,
#home .contents-nav-list .home a,
#projects.create .contents-nav-list .project-create a,
#projects.list .contents-nav-list .projects a,
#projects.edit .contents-nav-list .projects a,
#multi_approval .contents-nav-list
#progress .contents-nav-list .projects a,
#projects.template .contents-nav-list .settings a,
#projects-groups .contents-nav-list .project-groups a,
#library .contents-nav-list .library a,
#schedules .contents-nav-list .schedules a,
#reports .contents-nav-list .reports a,
#approval_confirmation .contents-nav-list .approval a,
#creativeReport .contents-nav-list .alignment a,
#datasource .contents-nav-list .datasource a,
.contents-nav-list .settings:hover,
#clients .contents-nav-list .settings,
#clients .contents-nav-list .settings > a,
.contents-nav-list .corp-info:hover,
.corp-info:not(.my-account) .contents-nav-list .corp-info,
.corp-info:not(.my-account) .contents-nav-list .corp-info > a {
  background: #192629;
  color: #fff;
}

#multi_approval .contents-nav-list .multi-approval a{
  background: #192629;
}
#multi_approval .contents-nav-list .multi-approval a::before{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(105%) contrast(102%);
}

.contents-nav-list .sub-nav {
  padding-bottom: 9.6px;
  display: none;
}

.contents-console[toggle='open'] .contents-nav-list [sub-nav='open'] .sub-nav {
  display: block;
  opacity: 1;
}

.contents-nav-list .sub-nav > * {
}

.contents-nav-list .sub-nav a {
  height: 32px;
  font-size: 0.9em;
  line-height: 32px;
}

.contents-nav-list .sub-nav a:before {
  position: relative;
  display: inline-block;
  margin-right: 6.5px;
  width: 8px;
  height: 8px;
  content: '';
  background: #192629;
}

.contents-nav-list .sub-nav a:after {
  font-weight: normal;
}

.contents-nav-list .settings:hover .sub-nav a:before,
.settings .contents-nav-list .settings .sub-nav a:before,
.contents-nav-list .corp-info:hover .sub-nav a:before,
.corp-info .contents-nav-list .corp-info .sub-nav a:before {
  background: #a3b1be;
}

.contents-nav-list .sub-nav a:hover,
#clients .contents-nav-list .clients a,
#labels .contents-nav-list .labels a,
#media .contents-nav-list .media a,
#menus .contents-nav-list .menus a,
#corp .contents-nav-list .corp a,
#orgs .contents-nav-list .orgs a,
#accounts .contents-nav-list .accounts a,
#partners .contents-nav-list .partners a {
  color: #fff;
}

.contents-nav-list .sub-nav a:hover:before,
#clients .contents-nav-list .clients a:before,
#labels .contents-nav-list .labels a:before,
#media .contents-nav-list .media a:before,
#menus .contents-nav-list .menus a:before,
#corp .contents-nav-list .corp a:before,
#orgs .contents-nav-list .orgs a:before,
#accounts .contents-nav-list .accounts a:before,
#partners .contents-nav-list .partners a:before {
  background: #fff !important;
}

/*********************
* .contents-sub-nav
*********************/
.contents-sub-nav > nav {
  display: none;
  position: fixed;
}

.contents-sub-nav > nav ul {
  background-color: rgba(0, 0, 0, 0.8);
}

.contents-sub-nav > nav ul li {
  font-size: 14.4px;
  cursor: pointer;
}

.contents-sub-nav > nav ul li:hover {
  background-color: #000;
}

.contents-sub-nav > nav ul li:not(:last-child) {
  border-bottom: 1px solid #b5c3d0;
}

.contents-sub-nav > nav ul li a {
  display: block;
  color: #fff;
}

.contents-sub-nav > nav ul li .label {
  display: block;
  padding: 14px 18px;
}

/*********************
* .contents-sub-nav-opener
*********************/
.contents-sub-nav-opener {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.contents-sub-nav-opener:after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 0px;
  height: 0px;
  border-top: 6px solid #a3b1be;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.contents-sub-nav-opener:hover:after {
  border-top: 6px solid #fff;
}

/*********************
* .contents-footer
*********************/

.contents-area .contents-footer {
  padding: 32px 16px;
}

.contents-footer .switch-lang {
  margin-left: 20px;
  color: #8c9aa7;
}

.contents-footer .switch-lang .lang a {
  color: #0f9ba6;
}

.copyright {
  color: #8c9aa7;
}

.copyright:before {
  content: '© ' attr(year) ' ';
}
.copyright {
  font-weight: bold;
}

/*********************
* .contents-header
*********************/

.before-login .contents-header.before-login-header,
.contents-header {
  position: fixed;
  z-index: 1001;
  top: 0;
  padding-left: 55px;
  height: 56px;
  border-bottom: 1px solid #b5c3d0;
  width: 100%;
  min-width: 1150px;
  background: #fff;
}

.contents-header.top-header{
  z-index: 1061;
}

.contents-header .header-menu .btn {
  display: inline-block;
  margin-top: 7px;
  padding: 0.8em 1em;
  width: 8em;
  background: #0f9ba6;
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 12.8px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.popup .contents-header,
.iframe .contents-header {
  padding: 0;
  min-width: 100%;
}

.contents-header:after {
  display: block;
  clear: both;
  content: '';
}

.contents-header .contents-name {
  float: left;
  margin: 0 16px;
  margin-top: 11.2px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-header-img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(100%);
}

.alignment-header-img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(100%);
}

.contents-header .back + .contents-name {
  margin-left: 8px;
}

.contents-header .contents-name:before {
  display: inline-block;
  margin-top: -5px;
  margin-right: 0.3em;
  vertical-align: middle;
  font-size: 32px;
  font-weight: normal;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#home .contents-header .contents-name:before {
  content: '\e802';
}

#projects .contents-header .contents-name:before {
  content: '\e804';
}

#projects.detail .contents-header .contents-name:before {
  content: '\e80d';
}

#projects.create .contents-header .contents-name:before,
#projects.confirm .contents-header .contents-name:before {
  content: '\e803';
}

#multi_approval .contents-header .contents-name:before {
	content: "";
	background-image: url('/shared/images/check-hexagon-fill.svg');
	background-repeat: no-repeat;
  background-size: 29px;
  filter: invert(22%) sepia(7%) saturate(1130%) hue-rotate(167deg) brightness(89%) contrast(82%);
  margin-top: 1px;
  height: 32px;
  width: 32px;
	font-family: "adflow";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#library .contents-header .contents-name:before {
  content: '\e805';
}

/* #reports .contents-header .contents-name:before {
  content: '\e900';
} */

.report .report-navi-img {
	height: 32px;
    float: right;
    position: absolute;
    right: 11.2px;
    top: 12px;
}

.alignment .alignment-navi-img {
	height: 32px;
    float: right;
    position: absolute;
    right: 11.2px;
    top: 12px;
}

#imagebox .contents-header .contents-name:before {
  content: '\e906';
  font-size: 34px;
  margin-right: 0.1em;
}

#bookmark .contents-header .contents-name:before {
  content: '\e853';
}

body#projects.template .contents-header .contents-name:before,
body.settings .contents-header .contents-name:before {
  content: '\e806';
}

.contents-name.no-icon:before {
  content: none !important;
}

body.corp-info .contents-header .contents-name:before {
  content: '\e807';
}

body#projects-groups .contents-header .contents-name:before {
  content: '\e850';
}

body#schedules .contents-header .contents-name:before {
  content: '\e852';
}

body#photostock .contents-header .contents-name:before {
  content: '\e814';
}

.contents-header .contents-nav,
.contents-header .contents-nav > * {
  float: left;
  font-size: 14.4px;
}

.contents-header .contents-nav {
  margin-top: 16px;
  border-left: 1px solid #8c9aa7;
}

.contents-header .contents-nav > * {
  margin-left: 16px;
}

.contents-header .contents-nav a {
  display: block;
  padding: 5px 8px;
  color: #8c9aa7;
}

#multi_approval .contents-header .contents-nav li {
  cursor: pointer;
}

#multi_approval .contents-header .contents-nav li.displayed {
  pointer-events: none;
}

.contents-header .contents-nav a:hover,
.contents-header .contents-nav .displayed a,
#clients .contents-header .contents-nav .clients a,
#labels .contents-header .contents-nav .labels a,
#media .contents-header .contents-nav .media a,
#menus .contents-header .contents-nav .menus a,
#multi-approval-template .contents-header .contents-nav .multi-approval-template a,
#corp .contents-header .contents-nav .corp a,
#orgs .contents-header .contents-nav .orgs a,
#accounts .contents-header .contents-nav .accounts a,
#partners .contents-header .contents-nav .partners a,
#projects .contents-header .contents-nav .project-templates a {
  background: #48515a;
  color: #fff;
}

.contents-header .contents-nav:after {
  display: block;
  clear: both;
  content: '';
}

.contents-header .site-name {
  display: inline-block;
  padding: 0 16px;
  background: #0f9ba6;
  line-height: 55px;
}

.contents-header .site-name img {
  height: 25.6px;
}

.contents-header .header-menu {
  position: relative;
  z-index: 2;
  float: right;
  padding: 5px 13px;
}

.contents-header .header-menu .notification {
  position: relative;
  display: inline-block;
  width: 38px;
  vertical-align: top;
  line-height: 46px;
}

.contents-header .header-menu .notification:before {
  content: '\e90b';
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  font-weight: normal;
  color: #0f9ba6;
}

.contents-header .header-menu .notification .badge {
  top: 11px;
  left: 20px;
}

.contents-header .header-menu .notification .body {
  display: none;
  position: absolute;
  left: -150px;
  width: 400px;
}

.contents-header .header-menu .notification.notified:before {
  cursor: pointer;
}

.contents-header .header-menu .notification.notified.show .body {
  display: block;
}

.contents-header .header-menu .notification .body:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 155px;
  border-width: 10px 10px;
  border-style: solid;
  border-color: transparent;
}

.contents-header .header-menu .notification .body:before {
  top: -20px;
  border-bottom-color: #b5c3d0;
}

.contents-header .header-menu .notification .inner {
  overflow: auto;
  border: 1px solid #b5c3d0;
  background: #fff;
}

.contents-header .header-menu .notification .inner .progressbar-area {
  position: relative;
  height: 50px;
  margin: 8px 0;
}

.contents-header .header-menu .notification h1 {
  padding: 8px 16px;
  background: #b5c3d0;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
}

.contents-header .header-menu .notification .bulk-check {
  float: right;
  padding: 5px 8px;
  background: #48515a;
  color: #fff;
  cursor: pointer;
}

.contents-header .header-menu .notification .bulk-check:hover {
  background: #8c9aa7;
}

.contents-header .header-menu .notification ul {
  font-size: 12px;
  white-space: nowrap;
  width: 100%;
}

.contents-header .header-menu .notification ul li {
  cursor: pointer;
  overflow: hidden;
  *zoom: 1;
}

.contents-header .header-menu .notification ul li.unread {
  background: #fff2ed;
}

.contents-header .header-menu .notification ul li > * {
  padding: 16px;
  vertical-align: top;
}

.contents-header .header-menu .notification ul li ~ li > * {
  border-top: 1px solid #b5c3d0;
}

.contents-header .header-menu .notification ul li .img {
  float: left;
  width: 60px;
  padding-right: 0;
}
.contents-header .header-menu .notification ul li .person-icon {
  width: 32px;
  height: 32px;
}

.contents-header .header-menu .notification ul li .person-icon:before {
  font-size: 32px;
}

.contents-header .header-menu .notification ul li .text {
  padding-left: 60px;
}

.contents-header .header-menu .notification ul li .text > * {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.contents-header .header-menu .notification ul li .text strong {
  font-weight: bold;
  color: #0f9ba6;
}

.contents-header .header-menu .notification ul li .text .title {
  line-height: 22px;
}

.contents-header .header-menu .notification ul li .text .title .to:before {
  content: '\e909';
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-style: normal;
}

.contents-header .header-menu .notification ul li .text .title .re:before {
  content: '\e90a';
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-style: normal;
  color: #0599b6;
}

.contents-header .header-menu .notification ul li .text .title .po:before {
  content: '\e80d';
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-style: normal;
  color: #0599b6;
}

.contents-header .header-menu .notification ul li .text .message-body {
  text-overflow: inherit;
  white-space: normal;
}

.contents-header .header-menu .notification ul li .text .notification-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.contents-header
  .header-menu
  .notification
  ul
  li
  .text
  .notification-footer
  .notification-footer-left {
  width: 94%;
  word-wrap: break-word;
}

.contents-header
  .header-menu
  .notification
  ul
  li
  .text
  .notification-footer
  .bookmark-icon {
  width: 6%;
  margin-top: auto;
}

.contents-header
  .header-menu
  .notification
  ul
  li
  .text
  .notification-footer
  .bookmark-icon:after {
  display: inline-block;
  font-family: 'adflow';
  content: '\e853';
  color: #d7e1ea;
  cursor: pointer;
  font-size: 16px;
}

.contents-header
  .header-menu
  .notification
  ul
  li
  .text
  .notification-footer
  .bookmark-icon.active:after {
  color: #0f9ba6;
}

.contents-header .person-functions {
  position: relative;
  padding: 7px;
  font-size: 12px;
  left: auto;
  right: 0;
  top: 100%;
}

.contents-header .person {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 7px;
}

.contents-header .person-icon {
  width: 32px;
  height: 32px;
  margin: 0 0 10px 0;
}

.contents-header .person-icon:before {
  font-size: 32px;
}

.contents-header .person-functions {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 19em;
}
.contents-header .person-functions a {
  color: #a3b1be;
}
.contents-header .person-functions .org-info,
.contents-header .person-functions .corp-info,
.contents-header .person-functions a:hover {
  color: #fff;
}

.contents-header .person-functions section,
.contents-header .person-functions .user-functions li {
  margin-top: 10px;
}
.contents-header .person-functions .user-functions li a:before {
  content: '■';
  margin-right: 3px;
}

.contents-header .person-functions .logout {
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #a3b1be;
  color: #a3b1be;
  font-size: 11.2px;
}

.contents-header .person .person-wrap {
  position: absolute;
  right: 0px;
  margin: auto;
  padding-top: 40px;
  top: 0;
}

.contents-header .person .uparrow {
  display: none;
  position: absolute;
  top: -10px;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.85);
  left: auto;
  right: 10px;
  margin: auto;
  width: 5px;
}

.contents-header .person:hover .uparrow,
.contents-header .person:hover .person-functions {
  display: inline-block;
}
/*********************
* .before-login
*********************/

.before-login {
  background: #3a434a;
}
.before-login .contents-body {
  padding-top: 93px;
}
.before-login .contents-header {
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 1248px;
  height: 93px;
  background: #19272a;
  text-align: center;
}
.before-login .contents-header .contents-name {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #c5d1df;
}
.before-login.header-logo .contents-header {
  display: table;
  width: 100%;
  background: #0f9ba6;
}
.before-login.header-logo .contents-header .site-name {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.before-login .contents-area {
  padding-top: 28px;
  background: #3a434a;
}
.before-login .description {
  color: #fff;
  text-align: center;
  font-size: 12.8px;
}
.before-login * + .basic-form {
  margin-top: 28px;
}
.before-login * + .basic-form.errors {
  padding-bottom: 34px;
}
.before-login .btn-area {
  padding: 45px 0;
  background: #19272a;
}
.before-login .btn-area .btn-list {
  padding: 0;
}
.before-login .btn-area .btn-list .btn {
  float: none;
  margin: 0;
  min-width: 280px;
}
.before-login .btn-area .btn-list.multiple .btn {
  min-width: 180px;
  margin: 0 11px;
}
.before-login .btn-area .btn-list.multiple .btn a {
  width: 100%;
}
.before-login .to-login {
  margin-top: 50px;
  text-align: center;
}
.before-login .to-login a {
  color: #fff;
}

.before-login .contents-header.before-login-header {
  border: none;
  background: transparent;
}

.before-login .contents-header.before-login-header .btn {
  border: solid 1px #fff;
  background: transparent;
}

/*********************
* .contents-name
*********************/

.contents-name {
  position: relative;
  padding: 2px;
  color: #3b434a;
  font-size: 18.4px;
  font-weight: bold;
  line-height: 1.2;
}

/*********************
* corp-
*********************/

.corp-icon {
  display: inline-block;
  margin-right: 0.5em;
  border-radius: 0.25em;
  width: 22.4px;
  height: 22.4px;
  vertical-align: middle;
  background: #d7e1ea;
  text-align: center;
  overflow: hidden;
}

.corp-icon:before {
  position: relative;
  top: 4px;
  left: 1px;
  content: '\f1ad';
  color: #a3b1be;
  font-size: 1.2em;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.corp-icon:not(:empty):before {
  display: none;
}

.corp-icon img {
  width: 100%;
}

/*********************
* creative type
*********************/

.creative-list [type='banner'] .creative-name a:before {
  color: #0c8692;
}
#approve .creative-display .creative[type='banner'] {
  border-left-color: #fc588d;
}
.creative-display .creative[type='banner'] {
  border-left-color: #0c8692;
}
.creative-console .creative[type='banner']:after {
  border-right-color: #0c8692;
  border-bottom-color: #0c8692;
}

.creative-list [type='page'] .creative-name a:before {
  color: #fb598e;
}
.creative-display .creative[type='page'] {
  border-left-color: #fb598e;
}
.creative-console .creative[type='page']:after {
  border-right-color: #fb598e;
  border-bottom-color: #fb598e;
}

.creative-list [type='infeed'] .creative-name a:before {
  color: #2cc77b;
}
.creative-display .creative[type='infeed'] {
  border-left-color: #2cc77b;
}
.creative-console .creative[type='infeed']:after {
  border-right-color: #2cc77b;
  border-bottom-color: #2cc77b;
}

.creative-list [type='html'] .creative-name a:before {
  color: #7872db;
}
.creative-display .creative[type='html'] {
  border-left-color: #7872db;
}
.creative-console .creative[type='html']:after {
  border-right-color: #7872db;
  border-bottom-color: #7872db;
}

/*.creative-list [type="flash"] .creative-name a,
.creative-display [type="flash"]:before {
	border-left-color: #FE0070;
}

.creative-list [type="html"] .creative-name a,
.creative-display [type="html"]:before {
	border-left-color: #6CF902;
}*/

/*********************
* .date
*********************/

[class^='date-'] {
  position: relative;
  display: inline-block;
}

[class^='date-']:before {
  position: absolute;
  top: 3.2px;
  left: 3.2px;
  content: '\e81d';
  color: #8c9aa7;
  font-size: 1.5em;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='date-'] > [type='text'] {
  padding: 0.2em 0.4em;
  padding-left: 1.8em !important;
  width: 12em;
  background: #f1f5f8;
}

[class$='-from']:after {
  display: inline-block;
  margin-left: 0.3em;
}

[class$='-date'] .year {
  display: none;
}

[class$='-date'] .year:after {
  content: '/';
}

[class$='-date']:hover .year {
  display: inline;
}

[class$='-date']:hover .balloon-date {
  display: block;
}

/*********************
* .delete
*********************/

[class*='-list'] .delete:not(.btn) {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

[class*='-list'] .delete:not(.btn):before {
  display: inline-block;
  content: '×';
  vertical-align: top;
  background: #a1aebe;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 14px;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 13px;
}

[class*='-list'] .delete:not(.btn):hover:before {
  background: #c5d2db;
}

/*********************
* .description
*********************/

.description {
  color: #5a646d;
  font-size: 14.4px;
}

.inner-window .description {
  color: #cad7e4;
}

.basic-form .data .description {
  font-size: 12.8px;
}

.description:before {
  white-space: pre;
}

* + .description {
  margin-top: 16px;
}

.basic-form .data .description + * {
  margin-top: 8px;
}

/*********************
* .dimension
*********************/

.dimension {
  display: inline-block;
}

.dimension .width,
.dimension .height,
.dimension .file-size {
  display: inline-block;
  padding: 0 0.1em;
}

.dimension input[type='text'] {
  width: 64px;
  text-align: right;
}
.width:before,
.height:before,
.file-size:before,
.width:after,
.height:after,
.file-size:after {
  font-size: 0.9em;
  opacity: 0.9;
}

.width:before,
.height:before,
.file-size:before {
  padding-right: 3.2px;
}


.file-size:after {
  padding-left: 2.6px;
  content: 'KB';
}
/*********************
* .disabled
*********************/

.disabled {
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none;
}

/*********************
* .download
*********************/

[class^='bulk-download'] > *:before {
  display: inline-block;
  margin-right: 0.4em;
  content: '\f019';
}

/*********************
* .file
*********************/
.attached-file-area {
  position: relative;
}
.attached-files .bulk-check-group-attached-file.active,
.material-files .bulk-check-group-attached-file.active,
.message-files .bulk-check-group-attached-file.active {
  background: #f2f5f8 !important;
}
.attached-files .bulk-check-group-attached-file.active:after,
.material-files .bulk-check-group-attached-file.active:after,
.message-files .bulk-check-group-attached-file.active:after {
  border-left-color: #f2f5f8 !important;
}
.attached-files .list-console,
.material-files .list-console,
.message-files .list-console,
.original-data .list-console {
  position: static;
  background: transparent;
  border: none;
}
.attached-files .list-console .console-inner,
.material-files .list-console .console-inner,
.message-files .list-console .console-inner {
  height: auto;
}
.attached-files .list-console .bulk-setting-area,
.material-files .list-console .bulk-setting-area,
.message-files .list-console .bulk-setting-area {
  padding: 0;
}

.attached-files .attached-file > label > *:not(.file-size),
.material-files .attached-file > label > *:not(.file-size),
.message-filess .attached-file > label > *:not(.file-size) {
  display: block;
}

.file-append {
  float: left;
  margin: 33.2px 41.2px 33.2px 30px;
  padding: 6.5px;
  color: #737f89;
  font-size: 11.2px;
  text-align: center;
  cursor: pointer;
  border: 2px dashed #d7e1ea;
  border-radius: 2px;
}
.file-upload {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.file-upload p {
  width: 70px;
  height: 60px;
}
.file-upload p:before {
  display: block;
  content: '\e834';
  border-radius: 3px;
  margin-bottom: 3px;
  line-height: 1;
  color: #d7e1ea;
  font-size: 60px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-upload p:hover:before {
  color: #3b434a;
}
.file-append .file-uploader {
  display: none;
}
.choose-files > *:before {
  margin-right: 0.2em;
  /*content: "\e81f";*/
  font-size: 1.3em;
  line-height: 1;
}

.url-submit {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-end;
  margin: 20px 0;
}

.url-submit input {
  width: 250px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  width: 70% !important;
  height: 30px;
}

.url-submit button {
  background-color: #0f9ba6;
  color: white;
  border: none;
  padding: 7px 12px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.url-submit button:hover {
  background-color: #0c7f86; /* Darker shade for hover effect */
}

.choose-files + .file-uploader {
  display: none;
}

.dimension + .file-size {
  display: inline-block;
}

.dimension + .file-size:before {
  content: '/';
  margin-right: 3px;
  font-size: 1.5em;
  vertical-align: top;
}

.file-size .info {
  white-space: nowrap;
}

.file-size .unit,
.file-size-notkb .unit {
  padding-left: 3.2px;
  font-size: 0.85em;
  opacity: 0.9;
  vertical-align: bottom;
}

.attached-file-header .header-contents.list-console {
  position: relative;
  left: 0;
  min-width: 0;
  background: transparent;
  border: none;
  padding: 0;
  height: auto;
}

.attached-file-header:after {
  display: block;
  clear: both;
  content: '';
}

.attached-file-header:before {
  display: inline-block;
  vertical-align: middle;
}

.attached-file-header .bulk-functions .btn {
  margin-left: 8px;
}

.attached-file-header .bulk-functions .label {
  color: #5a646d;
}

.attached-file-list:after {
  display: block;
  clear: both;
  content: '';
}
.attached-file-list .attached-file {
  display: block;
  position: relative;
  float: left;
  margin: 9px;
  padding: 6.5px;
  border: 1px solid #d7e1ea;
  font-weight: normal;
}

.attached-file-list .file figcaption {
  overflow: hidden;
  color: #5a646d;
  font-size: 11.2px;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 1.6;
  white-space: nowrap;
}

.attached-file-list .file-size,
.attached-file-list .registered-date {
  color: #737f89;
}

.attached-file-list .file-size .unit:after {
  display: none;
}

* + .attached-file-list[mode='thumbnail'] {
  margin-top: 5px;
}

.attached-file-title {
  display: inline-block;
  vertical-align: middle;
  color: #8c9aa7;
}

[class='file-info']:before,
[class='file-uploader']:before,
[class='file-image']:before {
  display: inline-block;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.attached-file > * {
  display: block;
}

.attached-file .file-image {
  position: relative;
  display: block;
  min-width: 130px;
  line-height: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}

.attached-file .file-image img {
  max-width: 100px;
  max-height: 100px;
}

.attached-file .file-image .added-imagebox {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.attached-file .file-image .added-imagebox:before {
  content: '\e906';
  font-family: 'adflow';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #192629;
  background-color: #fff;
  padding: 2px;
}

.attached-file .file-name {
  max-width: 110px;
  overflow: hidden;
  color: #5a646d;
  font-size: 11.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}

.attached-file .file-name.downloadable {
  color: #0f9ba6;
}

.attached-file .file-name:after {
  padding-left: 2px;
  font-size: 0.9em;
  opacity: 0.9;
  vertical-align: middle;
}

.attached-file .check {
  padding: 0;
  height: 11px;
}

.attached-file .registered-date {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 9.6px;
  text-align: right;
  white-space: nowrap;
}

.attached-file .delete {
  position: absolute !important;
  top: 3px;
  right: 3px;
  font-size: 20.8px;
  z-index: 11; /* progressba  progressbar-area より上にくるように */
}

.attached-file video {
  max-width: 130px;
  max-height: 100px;
}

.attached-file .file-extension {
  display: inline-block;
  font-size: 11.2px;
  overflow: hidden;
  background-color: #666;
  border-radius: 8px;
  padding: 1px 6px;
  line-height: 1.3;
  color: #fff;
  vertical-align: bottom;
}

.attached-file .file-image[file-ext='doc']:empty:before {
  display: inline-block;
  content: url('/shared/images/doc.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='docx']:empty:before {
  display: inline-block;
  content: url('/shared/images/docx.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='ppt']:empty:before {
  display: inline-block;
  content: url('/shared/images/ppt.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='pptx']:empty:before {
  display: inline-block;
  content: url('/shared/images/pptx.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='xls']:empty:before {
  display: inline-block;
  content: url('/shared/images/xls.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='xlsx']:empty:before {
  display: inline-block;
  content: url('/shared/images/xlsx.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='zip']:empty:before {
  display: inline-block;
  content: url('/shared/images/zip.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='ai']:empty:before {
  display: inline-block;
  content: url('/shared/images/ai.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='psd']:empty:before {
  display: inline-block;
  content: url('/shared/images/psd.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='pdf']:empty:before {
  display: inline-block;
  content: url('/shared/images/pdf.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='eps']:empty:before {
  display: inline-block;
  content: url('/shared/images/eps.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='tif']:empty:before {
  display: inline-block;
  content: url('/shared/images/tif.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='tiff']:empty:before {
  display: inline-block;
  content: url('/shared/images/tiff.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.attached-file .file-image[file-ext='other']:empty:before {
  display: inline-block;
  content: url('/shared/images/other.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[mode='show'] .file-append,
[mode='show'] .material-append,
[mode='show'] .bulk-setting-area .delete,
[mode='show'] .attached-file .delete {
  display: none;
}
[mode='edit'] .bulk-setting-area .edit {
  display: none;
}
[mode='edit'] .attached-file .check input {
  display: none;
}
[mode='edit'] .registered-date {
  display: none;
}

[mode='edit'] .list-console {
  display: none;
}
.drop-file-area {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

.drop-file-area > * {
  display: table;
  border: 3px dashed #8c9aa7;
  width: 100%;
  height: 100%;
}

.drop-file-area .placeholder {
  display: table-cell;
  vertical-align: middle;
  color: #5a646d;
  font-size: 19.2px;
  font-weight: bold;
  text-align: center;
}

/*********************
* .info-opener
*********************/
.file-info .overlay-info .info-opener {
  position: absolute;
  bottom: 5px;
  right: 3px;
}

.file-info .overlay-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 11px;
}

.file-info .overlay-info .file-data,
.file-info .overlay-info .period-start,
.file-info .overlay-info .period-end {
  display: none;
}

.file-info .overlay-info .info-opener:before {
  content: '\e835';
  vertical-align: middle;
  font-size: 20.8px;
  line-height: 16px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}

.file-info .overlay-info[status='show'] {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 5px 20px;
  color: #fff;
}

.file-info .overlay-info[status='show'] .file-data,
.file-info .overlay-info[status='show'] .period-start,
.file-info .overlay-info[status='show'] .period-end {
  display: block;
}

.file-info .overlay-info[status='show'] .filesize {
  margin-left: 0.5em;
}

.file-info .overlay-info .file-data > * {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.9em;
  color: #fff;
}

.file-info .overlay-info .period-start,
.file-info .overlay-info .period-end {
  margin-top: 5px;
  font-size: 0.9em;
  color: #fff;
}
/*********************
* .flash-message
*********************/

.flash-message {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -84.8px;
  padding: 24px;
  width: 100%;
  background: #fc0;
  background: rgba(255, 182, 0, 0.8);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/*********************
* .from-to-
*********************/

[class*='from-to-'] > * {
  display: inline-block;
  vertical-align: middle;
}

[lang='ja'] [class*='from-to-'] [class$='-from']:after {
  content: '〜';
  color: #8b98a9;
}

[lang='en'] [class*='from-to-'] [class$='-from']:after {
  content: '-';
  color: #8b98a9;
}

.from-to-date .date:last-child:before {
  display: inline-block;
  padding-right: 0.3em;
  vertical-align: middle;
}

/*********************
* function
*********************/

.project-functions > * > *:before,
.contents-functions > * > *:before {
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='-functions'] > .message > *:before {
  content: '\e80c';
}

[class*='-functions'] > .project-detail > *:before {
  content: '\e80d';
}

[class*='-functions'] > .operation-history > *:before {
  content: '\e80e';
}

[class*='-functions'] > .project-group > *:before {
  content: '\e850';
}

[class*='-functions'] > .project-group-by > *:before {
  content: '\e850';
}

[class*='-functions'] > .confirm-page-url > *:before {
  content: '\e822';
}

[class*='-functions'] > .add-creative > *:before {
  content: '\e834';
}

.badge.unread,
[class*='-functions'] .message .unread {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
  min-width: 14px;
  padding: 0 1px;
  height: 14px;
  line-height: 15px;
  border-radius: 7px;
  background: #e12727;
  text-align: center;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}
.badge.unread:before,
[class*='-functions'] .message .unread:before {
  content: none;
}
/*********************
* .function-list
*********************/

.function-list {
  position: relative;
}

.function-list .function-menu {
  position: absolute;
  z-index: 1;
  right: 0;
}

.function-list .function-menu:not(:empty):before {
	display: block;
	padding: 0.1em;
	content: '\e809';
	color: #737f89;
	font-size: 1.4em;
	text-align: right;
	font-family: 'adflow';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}

.function-list .function-menu:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
}

.function-list .function-menu:hover:before {
  color: #bbb;
}

.function-list .function-menu > * {
  display: none;
  cursor: pointer;
}

.function-list .function-menu:hover > * {
  display: block;
}

.function-list .function-menu > *:hover {
  background: #000;
}

.function-list .function-menu > * > *,
.function-list .has-sub-list > .label {
  display: block;
  padding: 0.8em;
  padding-right: 1em;
  white-space: nowrap;
  color: #bbb;
  font-size: 12.8px;
}

.function-list .function-menu > *:hover > * {
  color: #fff;
}

.function-list .function-menu > * > *:before {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 6.5px;
  vertical-align: middle;
  font-size: 19.2px;
  line-height: 12.8px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.function-list .function-menu > * > *:after {
  vertical-align: middle;
}

/*********************
* .inner-window
*********************/

.inner-window {
  position: fixed;
  z-index: 10000;
  display: none;
  /*border: 1px solid #5A646D;*/
  border-radius: 6.5px;
  background: #3b434a;
  box-shadow: 1px 1px 4px rgba(0, 0, 30, 0.5);
  font-size: 14.4px;
  max-width: 90%;
}
aside#dialog.inner-window.approve_popup{
  min-width: 600px;
  width: 600px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}


.file-upload-option {
  display: flex;
  /* margin-bottom: 3%; */
  min-height: 375px;
  /* font */
}

.file-upload-option .checkbox label {
  display: flex;
  align-items: center;
}
.file-upload-option label {
  padding-left: 4% !important;
}

.inner-window > * {
  color: #fff;
}

.inner-window [type='text'],
.inner-window textarea {
  border-color: #3b434a !important;
  padding: 5px 8px;
  /*width: 100%;*/
  background: #192629 !important;
  color: #fff !important;
}
.inner-window ::-webkit-input-placeholder {
  color: #838889;
}
.inner-window ::-moz-placeholder {
  color: #838889;
}
.inner-window :-ms-input-placeholder {
  color: #838889;
}

.inner-window-header {
  padding: 9.6px 16px;
  border-radius: 6.5px 6.5px 0 0;
  height: 32px;
  background: #192629;
  cursor: move;
}

.inner-window-name {
  text-align: center;
}

.inner-window-contents-body {
  height: calc(100% - 32px);
  overflow-y: scroll;
}

.inner-window-contents-area {
  padding: 24px;
}

.inner-window-functions {
  position: absolute;
  top: 0;
  right: 8px;
}

.inner-window-functions > * {
  display: inline-block;
  cursor: pointer;
}

.inner-window-functions > * > * {
  display: block;
  padding: 6.5px;
}

.inner-window-functions > * > *:before {
  font-size: 19.2px;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inner-window-functions .close > *:before {
  content: '\f00d';
}

/* .basic-form */

.inner-window .basic-form .data-form,
.inner-window .basic-form .data-form * {
  border: none;
  background: none;
  box-shadow: none;
}

.inner-window .basic-form .data-form .label span.required {
  background: #f00;
}

.inner-window .basic-form [type='text'],
.inner-window .basic-form [type='number'],
.inner-window .basic-form [type='password'],
.inner-window .basic-form textarea {
  background-color: #192629;
}

.inner-window .basic-form .data-form > * > * {
  padding-left: 0;
  width: auto;
  min-width: 0;
}

.inner-window .basic-form .data-form > * > .label {
  text-align: right;
}

.inner-window .basic-form .data-form > * > .data {
  width: 80%;
}

.inner-window .btn-area {
  margin-top: 0;
  border-top: 1px solid #5a646d;
  border-radius: 0 0 4px 4px;
  text-align: center;
  height: 46.8px;
}

.inner-window .btn-area .btn-list {
  background: none;
}

.inner-window .btn-area .btn {
  margin: 10px 5px;
}

.inner-window .btn-area .btn.set {
  padding-right: 19px;
  padding-left: 19px;
}

.inner-window .btn-footer {
  padding: 20px;
  width: 100%;
  background: #000;
  border-radius: 0 0 6.5px 6.5px;
}
.inner-window .btn-footer .btn span {
  padding: 10px 20px;
  font-size: 16px;
}

.inner-window [class*='-console']:not(.select-list-console) {
  padding: 6.5px 0;
  height: 36.8px;
  background: #5a646d;
  font-size: 12px;
}

.inner-window [class*='-console']:not(.select-list-console):after {
  display: block;
  clear: both;
  content: '';
}

.inner-window [class*='-console']:not(.select-list-console) > * {
  float: left;
  margin-left: 16px;
}

.inner-window [class*='-console']:not(.select-list-console) h1 {
  padding: 5px 0;
  font-size: 14.4px;
}
.fixed-buttons {
  position: sticky;
  bottom: 0;
  background: rgb(140, 154, 167);
  padding: 4px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}


.fixed-buttons {
  border-top: 1px solid #ccc;
}

/* Cancel Button - Neutral */
.btn-cancel {
  background-color: #6c757d; /* Gray */
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-cancel:hover {
  background-color: #5a6268; /* Darker Gray */
}

/* Reset Button - Warning */
.btn-reset {
  background-color: #fd7e14; /* Orange */
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-reset:hover {
  background-color: #e36b0c; /* Darker Orange */
}

/* Save Button - Primary */
.btn-save {
  background-color: #0f9ba6;
  ; /* Blue */
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-save:hover {
  background-color: #0f9ba6;
}

.inner-window [class*='-console']:not(.select-list-console) [type='text'] {
  padding: 0.2em 0.5em;
  border-radius: 4px;
  min-height: 22.4px;
  background: #fff;
  color: #3b434a;
}

.inner-window [class*='-console']:not(.select-list-console) .search-field {
  padding: 0;
  background: none;
}

.inner-window
  [class*='-console']:not(.select-list-console)
  .search-field
  [type='text'] {
  min-width: 25em;
}

.inner-window-toggle {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .inner-window.search-label-window */
.inner-window.search-label-window {
  background: #5a646d;
}
.inner-window.search-label-window .inner-window-contents-body {
  height: calc(100% - 30px - 36.8px - 22px - 60px - 1em);
}
.inner-window.search-label-window .label-title {
  margin: 20px 20px 10px;
  font-weight: bold;
}
.inner-window.search-label-window .label-console {
  display: table;
  width: calc(100% - 40px);
  margin: 0 auto 10px;
  padding: 0;
}
.inner-window.search-label-window .label-console > * {
  display: table-cell;
  float: none;
  margin: 0;
  vertical-align: middle;
}
.inner-window.search-label-window .label-console > .search-area {
  width: 100%;
  padding-right: 12px;
}
.inner-window.search-label-window .label-console > .search-area input {
  width: 100%;
  border-radius: 0;
}
.inner-window.search-label-window .label-console > .filter-switcher {
  padding: 5px;
  background: #d7e1eb;
  white-space: nowrap;
}
.inner-window.search-label-window .filter-switcher li {
  display: inline-block;
}
.inner-window.search-label-window .filter-switcher li .label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  width: 8em;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  font-size: inherit;
}
.inner-window.search-label-window .brand-product,
.inner-window.search-label-window .custom {
  height: 100%;
}
.inner-window.search-label-window .label-list-area {
  margin: 0 20px;
  padding: 0;
}
.inner-window.search-label-window .label-list-area .brand-product-label,
.inner-window.search-label-window .label-list-area .custom-label {
  overflow: hidden;
  background: #000;
  border: 1px solid #5a646d;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='show']
  .label-list-area
  .brand-product-label,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-list-area
  .custom-label {
  display: table;
  border: none;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='show']
  .label-set,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-set {
  display: table-row;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='show']
  .label-set
  > *,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-set
  > * {
  display: table-cell;
  border-style: solid;
  border-color: #5a646d;
  border-width: 1px 2px;
  background: #000;
  vertical-align: top;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='show']
  .label-set
  ul.brand-label,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-set
  ul.primary-custom-label {
  width: 150px;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='show']
  .label-set
  ul.product-label,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-set
  ul.secondary-custom-label {
  padding-top: 10px;
  padding-right: 10px;
}
.inner-window.search-label-window .label-set > * .label {
  height: auto;
  white-space: normal;
  word-break: break-all;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='show']
  .label-set
  > *
  .label,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-set {
  max-width: calc(100% - 20px);
}
.inner-window.search-label-window .label-set .brand-label .label,
.inner-window.search-label-window .label-set .primary-custom-label .label {
  margin: 10px 0 10px 10px;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='show']
  .label-set
  .brand-label
  .label,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-set
  .primary-custom-label
  .label {
  margin-right: 10px;
}
.inner-window.search-label-window
  .brand-product[product-label='show']
  .label-set
  .product-label
  .label.hit,
.inner-window.search-label-window
  .brand-product[brand-label='show']
  .label-set
  .brand-label
  .label.hit,
.inner-window.search-label-window
  .brand-product[product-label='show']
  .label-set
  .product-label
  .label.hit,
.inner-window.search-label-window
  .brand-product[brand-label='show']
  .label-set
  .brand-label
  .label.hit,
.inner-window.search-label-window .label-set .primary-custom-label .label.hit,
.inner-window.search-label-window
  .label-set
  .secondary-custom-label
  .label.hit {
  border: 2px solid #fdc62e;
}
.inner-window.search-label-window .label-set .product-label .label,
.inner-window.search-label-window .label-set .brand-label .label,
.inner-window.search-label-window .label-set .primary-custom-label .label,
.inner-window.search-label-window .label-set .secondary-custom-label .label {
  border: 2px solid transparent;
}
.inner-window.search-label-window .label-set .product-label .label,
.inner-window.search-label-window .label-set .secondary-custom-label .label {
  margin: 0 0 10px 10px;
}
.inner-window.search-label-window .label-set.hidden {
  display: none !important;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='hide']
  .label-set,
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='hide']
  .label-set
  > *,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='hide']
  .label-set,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='hide']
  .label-set,
.inner-window.search-label-window
  .custom[brand-label='show'][product-label='hide']
  .label-set,
.inner-window.search-label-window
  .custom[brand-label='show'][product-label='hide']
  .label-set
  > * {
  float: left;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='hide']
  .label-list-area
  div.brand-product-label,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='hide']
  .label-list-area
  div.custom-label,
.inner-window.search-label-window
  .brand-product[brand-label='hide'][product-label='show']
  .label-list-area
  div.brand-product-label,
.inner-window.search-label-window
  .custom[primary-custom-label='hide'][secondary-custom-label='show']
  .label-list-area
  div.custom-label {
  padding-top: 10px;
  padding-right: 10px;
}
.inner-window.search-label-window
  .brand-product[brand-label='show'][product-label='hide']
  .label-list-area
  .brand-label
  .label,
.inner-window.search-label-window
  .custom[primary-custom-label='show'][secondary-custom-label='hide']
  .label-list-area
  .primary-custom-label
  .label {
  margin: 0 0 10px 10px;
}
.inner-window.search-label-window
  .brand-product[brand-label='hide'][product-label='show']
  .label-list-area.choose-list
  > *
  > *:after,
.inner-window.search-label-window
  .custom[primary-custom-label='hide'][secondary-custom-label='show']
  .label-list-area.choose-list
  > *
  > *:after {
  content: none;
}
/* swich */
.inner-window.search-label-window
  .brand-product[brand-label='hide'][product-label='hide']
  .label-list-area
  .label-set,
.inner-window.search-label-window
  .custom[primary-custom-label='hide'][secondary-custom-label='hide']
  .label-list-area
  .label-set {
  display: none;
}
.inner-window.search-label-window
  .brand-product[brand-label='hide']
  .label-list-area
  .brand-label,
.inner-window.search-label-window
  .brand-product[product-label='hide']
  .label-list-area
  .product-label,
.inner-window.search-label-window
  .custom[primary-custom-label='hide']
  .label-list-area
  .primary-custom-label,
.inner-window.search-label-window
  .custom[secondary-custom-label='hide']
  .label-list-area
  .secondary-custom-label {
  display: none;
  border-width: 1px 0;
}

.inner-window.search-label-window
  .custom[primary-custom-label='hide']
  .label-list-area
  .primary-custom-label-area {
  display: inline;
  border-width: 0px;
}

.inner-window.search-label-window
  .custom[primary-custom-label='show'].custom[secondary-custom-label='hide']
  .label-list-area
  .primary-custom-label-area
  .label {
  margin: 11.2px 0 0 11.2px;
  display: inline;
  border-width: 0px;
}

.inner-window.search-label-window
  .custom[primary-custom-label='hide'][secondary-custom-label='hide']
  .label-list-area
  .primary-custom-label-area
  .label {
  padding: 0.35em 0.8em;
  margin: 11.2px 0 0 11.2px;
  display: inline;
  border-width: 0px;
}

.inner-window.search-label-window
  .brand-product[brand-label='hide']
  .filter-switcher
  .brand-label
  .label,
.inner-window.search-label-window
  .brand-product[product-label='hide']
  .filter-switcher
  .product-label
  .label,
.inner-window.search-label-window
  .custom[primary-custom-label='hide']
  .filter-switcher
  .primary-custom-label
  .label,
.inner-window.search-label-window
  .custom[secondary-custom-label='hide']
  .filter-switcher
  .secondary-custom-label
  .label {
  border: 1px solid #999;
  background: transparent;
  color: #666;
}

/* .shift-description */
.inner-window.search-label-window .shift-description {
  position: relative;
  font-size: 12px;
  color: #fff;
  margin: 0 20px 0.5em 20px;
}
.inner-window.search-label-window .shift-description__hover {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.inner-window.search-label-window .shift-description__hover::before {
  content: '\e82e';
  font-size: 20px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-window.search-label-window .shift-description__open.is-open {
  display: none;
}
.inner-window.search-label-window .shift-description__open {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #000;
  padding: 10px 20px;
}
.inner-window.search-label-window .shift-description__open::before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}

.inner-window .submit-functions {
  margin: 15px 0 0;
}
.inner-window .submit-functions .btn {
  float: right;
  padding: 0.1em 0.5em;
  border-radius: 0;
  vertical-align: bottom;
  font-size: 16px;
}

/* #dialog */

#dialog.inner-window .dialog-contents {
  padding: 12.8px;
  min-width: 25em;
  font-size: 12.8px;
  max-height: 550px;
}
#dialog.inner-window .request-approve-dialog-header {
  padding: 12.8px;
  font-size: 12.8px;
  max-height: 550px;
  min-height: 35px;
  background: #19272a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 18px;
  text-align: center;
}
#dialog.inner-window .request-approve-dialog-contents {
  padding: 12.8px;
  min-width: 45em;
  font-size: 12.8px;
  max-height: 580px;
}
#dialog.inner-window .request-approve-dialog-solid{
  border-top: 1px solid #535c65;
  margin-right: -13px;
  margin-left: -13px;
}
#dialog.inner-window .request-approve-dialog-path{
  white-space: pre-wrap;
  max-height: 350px;
  overflow: auto;
  text-align: center;
  padding-bottom: 10px;
}
#dialog.inner-window .request-approve-dialog-message {
  white-space: pre-wrap;
  max-height: 400px;
  overflow: auto;
  text-align: center;
  padding-bottom: 10px;
  color: #b5b9ba;
}
#dialog.inner-window .request-approve-dialog-date{
  white-space: pre-wrap;
  max-height: 400px;
  overflow: auto;
  text-align: center;
  color: #b5b9ba;
  padding-top: 25px;
  padding-bottom: 25px;
}
#dialog.inner-window .date-time input[type='text'] {
  padding: 0.2em 0.4em;
  background: #f1f5f8 !important;
  color: #192629 !important;
}
#dialog.inner-window .dialog-message {
  white-space: pre-wrap;
  max-height: 400px;
  overflow: auto;
}
#dialog.inner-window .request-approve-radio-heading{
  padding: 10px;
  color: #b5b9ba;
}
#dialog.inner-window .request-approve-radio-line{
  padding: 10px;
}

#dialog.inner-window .dialog-message .center {
  text-align: center;
}

#dialog.inner-window .dialog-message .warning {
  color: #f00;
}
.btn-area-padding-top{
  padding-top: 10px;
}
#dialog.inner-window .btn-area {
  margin-top: 12.8px;
  border-top: none;
}

#dialog.inner-window .btn-area .btn {
  margin: 0 0.5em;
}
.inner-window .btn-area .request-approve_yes{
  display: inline-block;
  vertical-align: middle;
  background: #0da5b0;
  color: #fdfdfd;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  width: auto;
  min-width: 80px;
}
/* .inner-window .btn-area .request-approve_yes_disabled{
  display: inline-block;
  vertical-align: middle;
  background-color: #23747d;
  color: #8d9b9f;
  cursor: default;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  width: 80px;
} */
.inner-window .btn-area .request-approve_no{
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  background: #5a646d;
  color: #fdfdfd;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  width: 80px;
}

/*********************
* label list
*********************/

[id*='LabelList'] .inner-window-contents-body {
  height: calc(100% - 32px - 36.8px);
}

/*********************
* .label-list-area
*********************/

[class*='label-list'] .label {
  border-collapse: separate;
  padding: 0.35em 0.8em;
  border-radius: 1.2em;
  color: #fff;
  font-size: 11px;
}

.brand-label .label {
  background: #0f9ba6;
}
.label-list-area.choose-list .brand-label .label[shift-select='first'] {
  background: #005a6e;
  opacity: 1;
}

.product-label .label,
.product-label.label {
  background: #5a82a3;
}
.label-list-area.choose-list .product-label .label[shift-select='first'],
.label-list-area.choose-list .product-label.label[shift-select='first'] {
  background: #001e3c;
  opacity: 1;
}

.primary-custom-label .label {
  background: #5a646d;
}
.label-list-area.choose-list
  .primary-custom-label
  .label[shift-select='first'] {
  background: #1e2832 !important;
  opacity: 1;
}

.secondary-custom-label .label,
.secondary-custom-label.label {
  background: #8c9aa7;
}
.label-list-area.choose-list
  .secondary-custom-label
  .label[shift-select='first'],
.label-list-area.choose-list
  .secondary-custom-label.label[shift-select='first'] {
  background: #46505a !important;
  opacity: 1;
}

.label-list-area > *,
.label-list-area .label {
  float: left;
}

.label-list-area > * {
  width: 100%;
}

.label-list-area:after {
  display: block;
  clear: both;
  content: '';
}

.label-list-area.choose-list {
  padding-bottom: 11.2px;
}

.label-list-area.choose-list > * {
  float: none;
}

.label-list-area.choose-list > * > *:after {
  display: block;
  clear: both;
  content: '';
}

.search-label-list
  .brand-product[brand-label='show'][product-label='show']
  .label-list-area.choose-list
  > *
  > *:nth-child(2n),
.search-label-list
  .custom[primary-custom-label='show'][secondary-custom-label='show']
  .label-list-area.choose-list
  > *
  > *:nth-child(2n) {
  margin-top: 11.2px;
}

.label-list-area .label {
  margin: 11.2px 0 0 11.2px;
  word-break: break-all;
}

.label-list-area[edit] .label,
.label-list-area.choose-list .label {
  cursor: pointer;
}

.label-list-area.choose-list .label[selected] {
  opacity: 0.4;
}

.label-list-area[edit] .label:after {
  display: inline-block;
  margin-left: 0.5em;
  content: '\f00d' !important;
  opacity: 0.7;
  color: #fff;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.label-list-area[edit] .label:hover:after {
  opacity: 1;
}

.choose-labels.btn > *:before {
  /*content: "\e81c";*/
}

.inner-window .label-console .search-area [type='text'] {
  margin-right: 1em;
  min-width: 15em;
}

.search-label-list.inner-window .label-console .search-area [type='text'] {
  width: 15em !important;
}

/*********************
* .list-console
*********************/
#approve .approve_order_list .list-console {
  padding-right: 0px;
  background-color: #f0f4f9 !important;
  width: calc(100% - 0px) !important;
  height: 115.2px !important;
  padding-top: 8px !important;
}
#approve .list-console {
  padding-right: 40px;
  background-color: #e8eef4 !important;
  width: calc(100% - 0px) !important;
  height: 60.2px !important;
  padding-top: 8px !important;
}
.list-console {
  z-index: 8;
  left: 55px;
  border-bottom: 1px solid #d7e1ea;
  width: calc(100% - 55px);
  height: 43.2px;
  background: #f2f5f8;
  font-size: 12px;
}

.popup .list-console,
.iframe .list-console {
  left: 0;
  width: 100%;
}

.list-console:not(.fixed) .ps-scrollbar-x-rail {
  display: none !important;
}

.list-console.fixed {
  white-space: nowrap;
  position: fixed;
}

.list-console .console-inner {
  display: table;
  width: 100%;
  height: 43.2px;
}

.list-console .console-inner > * {
  display: table-cell !important;
  vertical-align: middle;
  white-space: nowrap;
}

.list-console .console-inner > .console-right {
  padding-left: 10px;
  text-align: right;
}

.list-console .console-inner > .console-right > * {
  text-align: left;
}

.list-console .console-inner > * > * {
  display: inline-block;
}

.list-search-console + .list-console {
  margin-top: 56px;
}

.list-console:after {
  display: block;
  clear: both;
  content: '';
}

.list-console select,
.list-console option {
  padding: 0.4em 0 0.4em 0.8em;
  background: #5a646d;
  color: #fff;
}

.list-console .bulk-setting-area {
  padding-left: 8px;
}

.list-console .bulk-setting-area > * {
  display: inline-block;
  vertical-align: middle;
}

[class*='bulk-functions']:after {
  display: block;
  clear: both;
  content: '';
}

.list-console [class*='bulk-functions'] * {
  color: #5a646d;
}
.list-console [class*='bulk-functions'] > * {
  position: relative;
  display: inline-block;
  margin-right: -0.4em;
  border-right: 1px solid #a3b1be;
  cursor: pointer;
}

.list-console [class='bulk-functions'] > * {
  cursor: default;
}

.list-console [class*='bulk-functions'] > *:not(.colored) {
  color: #5a646d !important;
}

.list-console [class*='bulk-functions'] .label {
  display: block;
  padding: 3.2px 8px;
  line-height: 25.6px;
}

.list-console .project-bulk-functions .sub-menu-label {
  cursor: default !important;
}

.list-console .list-bulk-functions .sub-menu-label {
  cursor: default !important;
}

[class*='bulk-functions'] > *:not(.has-sub-list):not(.colored):hover * {
  color: #8c9aa7 !important;
}

[class*='bulk-functions']
  > *:not(.has-sub-list):not(.colored)
  .sub-menu
  li:hover
  span {
  color: #fff !important;
}

[class*='bulk-functions'] .label:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25.6px;
  line-height: 25.6px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-console .create-project {
  margin-left: 1em;
}

.list-console .create-project li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #0f9ba6;
  padding: 3px 6px 1px 2px;
  background-color: #fff;
  color: #0f9ba6;
  margin-right: 0.3em;
}

.list-console .create-project li::before {
  content: '\e803';
  font-family: 'adflow';
  font-size: 20px;
  vertical-align: middle;
  margin-right: 0.1em;
  color: #0f9ba6;
}

.all-creative-info-toggle[toggle='open'] .label:before {
  content: '\e824';
}

.all-creative-info-toggle[toggle='close'] .label:before {
  content: '\e825';
}

.download-csv .label:before {
  content: '\E817';
}

.list-filter .label:before {
  content: '\e916';
}

.list-filter__unread {
  position: absolute;
  top: 3px !important;
  left: 25px !important;
}

.search .label:before {
  content: '\e808';
}

.help-description .label:before {
  content: '\e82e';
}

[class*='bulk-functions'] .label > * {
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: middle;
  font-size: 13px;
}

.has-sub-menu {
  position: relative;
}

.has-sub-menu .sub-menu {
  position: absolute;
  z-index: 2;
  display: none;
  min-width: 100%;
}

.has-sub-menu:hover .sub-menu-label {
  background: #222;
  color: #fff !important;
}

.has-sub-menu:hover .sub-menu {
  display: block;
  background: rgba(0, 0, 0, 0.85);
  color: #ddd;
}

.has-sub-menu .sub-menu li:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}

.list-console .has-sub-menu:hover .sub-menu {
  display: block;
  background: rgba(0, 0, 0, 0.85);
  color: #ddd;
}

.list-console .has-sub-menu .sub-menu li:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}

[class*='bulk-functions'] .has-sub-menu.active .label {
  background: #222;
  color: #879aa7;
}

[class*='bulk-functions'] .has-sub-menu:hover .sub-menu > * {
  font-size: 12px;
}

[class*='bulk-functions'] .has-sub-menu:hover .sub-menu > *:hover {
  background: #222;
  color: #fff !important;
}

[class*='bulk-functions'] .has-sub-menu:hover .sub-menu > * > * {
  display: inline-block;
  padding: 0.6em 0.85em;
  color: #c7d3de;
  font-size: 12px;
  white-space: nowrap;
}

[class*='bulk-functions'] .has-sub-menu:hover .sub-menu > *:hover > * {
  color: #fff !important;
}

[class*='bulk-functions'] .instruction .label:before,
.function-list .function-menu .instruction > *:before {
  content: '\e811';
}

[class*='bulk-functions'] .classic-instruction .label:before,
.function-list .function-menu .classic-instruction > *:before {
  content: '\e811';
}

[class*='bulk-functions'] .modern-instruction .label:before,
.function-list .function-menu .modern-instruction > *:before {
  content: '\e811';
}

[class*='bulk-functions'] .create-project .label:before {
  content: '\e803';
}

[class*='bulk-functions'] .library .label:before,
.function-list .function-menu .send-to-library > *:before {
  content: '\e841';
}

[class*='bulk-functions'] .external-send .label:before,
.function-list .function-menu .external-send > *:before {
  content: '\e848';
}

.function-list .function-menu [class*='add-'] > *:before {
  content: '\e812';
}

.function-list .function-menu .publish-image > *:before {
  content: '\e814';
}

.function-list .function-menu [class*='-files'] > *:before,
.function-list .function-menu .bulk-update-creative-name > *:before {
  content: '\e815';
}

.function-list .function-menu .approval-history > *:before {
  content: '\e919';
}

[class*='bulk-functions'] .delete .label:before,
.function-list .function-menu [class*='delete'] > *:before {
  content: '\e816';
}

[class*='bulk-functions'] .download-list .label:before,
.function-list .function-menu .download > *:before {
  content: '\e817';
}

.function-list .function-menu .print > *:before {
  content: '\e819';
}

.function-list .function-menu [class*='-upload'] > *:before {
  content: '\e818';
}

[class*='bulk-functions'] .edit .label:before {
  content: '\e811';
}

.function-list .function-menu .xlsDownload > *:before {
  content: '\e817';
}

[class*='bulk-functions'] .compare .label:before {
  content: '\e823';
}

.function-list .function-menu .link-material > *:before {
  content: '\e902';
}

.function-list .function-menu .fix-creative > *:before {
  content: '\e90c';
}

[mode="display"] .function-list .function-menu .draft-screening,
[mode="display"] .function-list .function-menu .advertisement-creation {
  display: none;
}

.function-list .function-menu .draft-screening-none {
  display: none;
}

.function-list .function-menu .draft-screening > *:before {
  content: "";
	background-image: url('/shared/images/ad_approval.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
	filter: invert(70%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(100%);
}

.function-list .function-menu .draft-screening:hover > *::before {
  content: "";
	background-image: url('/shared/images/ad_approval.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
	filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(100%);
}

.function-list .function-menu .delete-draft-none {
  display: none;
}

.function-list .function-menu .approval-request-none {
  display: none;
}

.function-list .function-menu .approval-request > *:before {
  content: "";
	background-image: url('/shared/images/check-hexagon-fill.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(50%);
}

.function-list .function-menu .approval-request:hover > *::before {
  content: "";
	background-image: url('/shared/images/check-hexagon-fill.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(100%);
}

.function-list .function-menu .advertisement-creation > *:before {
  content: "";
	background-image: url('/shared/images/ad_creation.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
	filter: invert(70%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(100%);
}

.function-list .function-menu .advertisement-creation > *:before {
  content: "";
	background-image: url('/shared/images/ad_creation.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
	filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(100%);
}

.function-list .function-menu .imagebox > *:before {
  content: '\e814';
}

.function-list .function-menu .library-detail > *:before {
  content: '\e80d';
}

.function-list .function-menu > * > div {
  display: table;
  width: 100%;
}

.function-list .function-menu > * > div:before,
.function-list .function-menu > * > div > span {
  display: table-cell;
  vertical-align: middle;
}

.function-list .function-menu > * > div:before {
  padding-right: 6.5px;
}

.function-list .function-menu > * > div > span {
  width: 100%;
  line-height: 1.2;
}

.list-console .list-search,
.list-console .contents-functions-area {
  float: left;
  margin-top: 6.5px;
  padding-left: 16px;
}

.list-console > * + .list-search,
.list-console > * + .contents-functions-area {
  margin-left: 16px;
  border-left: 1px solid #a3b1be;
}

.list-console .list-search .btn > *,
.list-console .contents-functions .btn > * {
  display: block;
  height: 22.4px;
}

label[class*='bulk-check-'] {
  position: relative;
  margin-right: 8px;
  padding: 0 6.5px;
  height: 28.8px;
  background: #d7e1ea;
  line-height: 26.4px;
}

label[class*='bulk-check-']:after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  margin-top: -15.2px;
  border: 15.2px solid transparent;
  border-left: 10.4px solid #d7e1ea;
  content: '';
}

label[class*='bulk-check-'].active {
  background: #f2f5f8;
}

label[class*='bulk-check-'].active:after {
  border-left-color: #f2f5f8;
}

label[class*='bulk-check-'].active > * {
  color: #0f9ba6;
}

.list-console label[class*='bulk-check-'].active {
  background: #fff;
}

.list-console label[class*='bulk-check-'].active:after {
  border-left-color: #fff;
}

.list-console .list-search select {
  margin-right: 5px;
}

.list-console .list-search [type='text'] {
  margin-right: 8px;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  min-width: 25em;
  min-height: 22.4px;
  background: #fff;
}

.list-console .list-search .search-items,
.list-console .list-search .search-items > * {
  display: inline-block;
}

.list-console .list-search .search-items {
  white-space: nowrap;
}

.list-console .list-search .search-items > * {
  margin-right: 8px;
}

.list-console .list-search .search-items [type='text'] {
  margin: 0;
}

.list-console .has-sub-list {
  display: inline-block;
}

.list-console .pager {
  display: inline-block;
  margin-right: 16px;
  line-height: 41.6px;
}

.list-console .contents-functions {
  margin-right: 8px;
}

.list-console .contents-functions > * {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
}

.list-console .function-list {
  padding: 0 1em 0 0.8em;
  background: #0f9ba6;
}

.list-console .function-list:hover {
  background: #222;
}

.list-console .function-list:before,
.list-console .function-list:hover:before {
  position: relative;
  top: 8px;
  display: inline-block;
  content: '';
  box-shadow: none;
  border: 7px solid transparent;
  border-top-color: #fff;
  padding: 0;
}
.list-console .function-list:hover {
  color: #b5c3d0;
}
.list-console .function-list:hover:before {
  border-top-color: #b5c3d0;
}

.list-console .function-list:after {
  content: 'menu';
  margin-left: 3px;
  line-height: 32px;
  color: #fff;
}

.list-console .function-list .function-menu,
.list-console .function-list .function-menu:before {
  display: none;
  background: #222;
  background: rgba(0, 0, 0, 0.85);
}

.list-console .function-list .function-menu > *,
.list-console:not(.fixed) .function-list:hover .function-menu {
  display: block;
}

.list-console .function-list .function-menu {
  top: 31px;
}

.list-console .list-console-inner {
  display: table;
  width: 100%;
  white-space: nowrap;
}

.list-console .list-console-inner .list-console-content {
  display: table-cell;
  vertical-align: middle;
}
.list-console .list-console-inner .list-console-content.right {
  text-align: right;
}
.list-console
  .list-console-inner
  .list-console-content:first-child
  ~ .list-console-content {
  padding-left: 10px;
}
.list-console .list-console-inner .list-console-content * {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.list-console .list-console-inner .list-console-content > * {
  padding-top: 0;
  padding-bottom: 0;
}

.list-console .list-console-inner .list-console-content li {
  position: relative;
  text-align: center;
}

.list-console .list-console-inner .list-console-content li:hover .tooltip {
  display: inline-block;
}

.list-console .list-console-inner .list-console-content li .tooltip {
  display: none;
  background: rgba(0, 0, 0, 0.85);
  border: none;
  position: absolute;
  width: auto;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 8px;
  line-height: 1.5;
  color: #fff;
}

.list-console .list-console-inner .list-console-content li .tooltip.align-left {
  left: 0;
  right: auto;
  transform: translateX(0%);
}

.list-console .list-console-inner .list-console-content li .tooltip:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.85);
}

.list-console
  .list-console-inner
  .list-console-content
  li
  .tooltip.align-left:after {
  left: 65px;
  right: auto;
}

.list-console .list-console-inner .list-console-content li a {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-console .material-sort,
.select-wrap {
  position: relative;
  display: inline-block;
  margin: 5px 2px 0;
  padding: 4px 12.8px;
  border-radius: 0.25em;
  font-size: 13.6px;
  background: #d7e1ea;
}

.material-sort .label:before,
.select-wrap .label:before {
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-sort .label,
.select-wrap .label {
  font-size: 12.8px;
  color: black;
}

.material-sort .label:before {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 12.8px;
}

.material-sort[sort-type='asc'] .label:before {
  content: '\f160';
}

.material-sort[sort-type='desc'] .label:before {
  content: '\f161';
}

.material-sort select,
.select-wrap select {
  padding: 0;
  background: #d7e1ea;
  line-height: 1.2;
  color: #192629;
  font-weight: bold;
}

/*********************
* .list-search-console
*********************/

.list-search-console {
  position: fixed;
  z-index: 3;
  left: 55px;
  border-bottom: 1px solid #192629;
  width: calc(100% - 55px);
  min-width: calc(1150px - 55px);
  height: 56px;
  background: #fff;
  font-size: 12.8px;
}

.list-search-console:after {
  display: block;
  clear: both;
  content: '';
}

.list-search-console > * {
  display: inline-block;
  margin: 8px;
  vertical-align: middle;
}

.list-search-console [type='text'] {
  padding: 0.2em 0.4em;
  border: 1px solid #b5c3d0;
}

.list-search-console .search-conditions *:not(option) {
  display: inline-block;
  vertical-align: middle;
}

.list-search-console .search-conditions > * {
  margin-right: 8px;
}

.list-search-console .search-conditions .label:after {
  content: ' :';
}

.list-search-console .search-conditions {
  width: 80%;
}

.list-search-console .search-conditions .keyword,
.list-search-console .search-conditions [type='text'] {
  width: 100%;
}

.list-search-console .search-conditions select {
  padding: 0.1em 0.4em;
  border: 1px solid #a2b0bd;
  background: #f1f4f7;
  color: #192629;
}

.list-search-console .search-conditions .keyword .condition {
  width: calc(100% - 6.5em);
}

.list-search-console .search-functions .btn {
  margin-right: 5px;
  border-radius: 0;
}

.list-search-console .search-conditions {
  margin: 14px;
}
.list-search-console .search-functions {
  margin-left: 0;
  float: right;
}
.list-search-console .search-functions li {
  line-height: 40px;
}
.list-search-console .search-functions li.colored {
  padding: 0 5px;
}

.list-search-console .search-functions .search > *:before {
  display: inline-block;
  margin-right: 0.2em;
  content: '\e808';
  vertical-align: middle;
  font-size: 23px;
  line-height: 14.4px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-search-console .search-functions .search-unset {
  background: #8b99a6;
  color: #fff;
}

.list-search-console .search-functions .search-unset:hover {
  background: #a3b1be;
}

/*********************
* .has-sub-list
*********************/

.has-sub-list {
  position: relative;
  vertical-align: middle;
  background: #192629;
  color: #fff;
  cursor: pointer;
}

.has-sub-list:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
}

.has-sub-list > .label {
  display: block;
  padding: 0.5em 0.6em;
}

.has-sub-list:before,
.has-sub-list > .label:after {
  position: relative;
  top: -0.05em;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  line-height: 16px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.has-sub-list > .label:after {
	float: right;
	margin-left: 0.5em;
	content: "\e809";
}*/

.has-sub-list > .label > * {
  display: inline-block;
  vertical-align: middle;
}

.has-sub-list .sub-list {
  position: absolute;
  z-index: 1;
  left: 0;
  display: none;
  min-width: 100%;
  overflow: hidden;
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  color: #bbb;
}

.has-sub-list:hover .sub-list {
  display: block;
}

.has-sub-list .sub-list > * {
  border-top: 1px solid #000;
}

.has-sub-list .sub-list > *:hover {
  background: #000;
  color: #fff;
}

.has-sub-list .sub-list > * > * {
  display: block;
  padding: 0.7em;
  white-space: nowrap;
  font-size: 0.9em;
}

.function-list .has-sub-list {
  border-radius: 0;
}

.function-list .has-sub-list > .label:before {
  display: inline-block;
  margin-right: 8px;
  content: '\f053';
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.function-list .has-sub-list > .label:after {
  display: none;
}

.function-list .has-sub-list .sub-list {
  top: 0;
  right: 100%;
  left: inherit;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.function-list .has-sub-list .sub-list > * {
  border-top: 1px solid #5a646d;
}

.function-list .has-sub-list .sub-list > *:hover {
  background: #000;
}

.function-list .has-sub-list .sub-list > * > * {
  padding: 0.8em 1em;
  font-size: 1em;
}

/*********************
* .mode-switcher
*********************/

.contents-header .mode-switcher {
  float: left;
  margin-left: 24px;
}

.mode-switcher:after {
  display: block;
  clear: both;
  content: '';
}

.mode-switcher > * {
  display: inline-block;
  cursor: pointer;
}

.contents-header .mode-switcher > * {
  margin-top: 8.8px;
}

.mode-switcher > * > * {
  display: block;
  margin-left: -1px;
  border: 1px solid #8b99a6;
  font-size: 13.6px;
  background: #fff;
  color: #8c9aa7;
}

.mode-switcher > *:only-child {
  pointer-events: none;
}

.mode-switcher > *:only-child > * {
  border: none;
  border-radius: 1em;
}

.mode-switcher > *:hover > * {
  background: #a3b1be;
  color: #fff;
}

.mode-switcher .displayed > * {
  background: #48515a;
  color: #fff;
}

.contents-header .mode-switcher > * > * {
  padding: 0.75em 1em;
}

.label-console .mode-switcher > * > * {
  padding: 0.3em 0.8em;
}

/*********************
* .pager
*********************/

.pager {
  margin-left: 10px;
  font-size: 12.8px;
  padding: 2px;
}

.pager:after {
  display: block;
  clear: both;
  content: '';
}

.pager > *,
.displayed-number > *,
.displayed-number:before,
.displayed-number:after {
  display: inline-block;
  vertical-align: middle;
}

.pager .current-number,
.pager .all-number {
  font-size: 1.1em;
  font-weight: bold;
}

.pager .current-number:after {
  content: ' /';
  font-size: 0.9em;
}

.pager .all-number:before,
.pager .all-number:after {
  margin-left: 0.2em;
  font-size: 0.9em;
  font-weight: normal;
}

.pager .page-list {
  margin-left: 10px;
}

.pager .page-list > * {
  float: left;
  height: 24px;
}

.pager .page-list > * > a {
  display: block;
  padding: 0.2em 0.6em;
  font-size: 16px;
  border-radius: 3px;
  background: #8b99a6;
  color: #fff;
}

.pager .page-list > * > a:hover {
  background: #a3b1be;
}

.pager .page-list > * > a:before {
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pager .page-list .list {
  position: relative;
  margin: 0 8px;
  background: #5a646d;
  border-radius: 3px;
}

.pager .page-list .list select {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 17px;
  height: 23px;
  line-height: 25px;
  background: #5a646d;
}

.pager .page-list .first {
  display: none;
  margin-right: 2px;
}

.pager .page-list .end {
  display: none;
  margin-left: 2px;
}

.pager .page-list .first > *:before {
  content: '\f100';
}

.pager .page-list .prev > *:before {
  content: '\f104';
}

.pager .page-list .next > *:before {
  content: '\f105';
}

.pager .page-list .end > *:before {
  content: '\f101';
}

/*********************
* .person
*********************/

.person {
  white-space: normal;
}

[class^='person-'] {
  position: relative;
}

.person-icon:before,
.person-select:before {
  position: absolute;
  top: 4px;
  left: 5px;
  content: '\e838';
  font-size: 22.4px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class$='person-org']:before {
  content: ' (';
}
[class$='person-org']:after {
  content: ') ';
}

[class$='person-email-address'] {
  margin-left: 0.5em;
  color: #737f89;
}

.search-list [guest-account] .person-name,
.search-list [guest-account] .person-org,
.search-list [guest-account]:hover .person-name,
.search-list [guest-account]:hover .person-org {
  color: #c56cf4;
}

.selected-list [guest-account] .person-name,
.selected-list [guest-account] .person-org {
  color: #c56cf4;
}

.person-icon {
  display: inline-block;
  margin-right: 0.3em;
  width: 22.4px;
  height: 22.4px;
  vertical-align: middle;
  background: #d7e1ea;
  text-align: center;
  font-weight-border-radius: 50%; /* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.person-icon:before {
  position: relative;
  left: 0;
  top: 0;
  color: #a3b1be;
}

.person-icon:not(:empty):before {
  display: none;
}

.person-icon img {
  width: 100%;
}

.basic-form [class$='person-list'] {
  display: table;
}

.basic-form [class$='person-list'] [class$='person-info'] {
  display: table-row;
}

.basic-form [class$='person-list'] [class$='person-info'] > * {
  display: table-cell;
  padding: 0.8em 0.8em 0 0;
  vertical-align: middle;
  line-height: 1.4;
}

.basic-form [class$='person-list'] [class$='person-info']:first-child > * {
  padding-top: 0;
}

.basic-form .person-name [type='text'] {
  width: 12em;
}

.basic-form .person-name > * {
  margin-right: 12.8px;
}

[lang='ja'] .person-name [class*='-name']:before {
  width: 2.5em;
}

.person-name,
.person-org,
.person-email-address {
  white-space: normal;
  display: inline;
}

/*********************
* .price
*********************/

.price {
  font-family: Lucida Grande;
}

.price:before,
.price:after {
  font-size: 0.8em;
}

.price:before {
  padding-right: 0.2em;
}

.price:after {
  padding-left: 0.2em;
}

.price-data [type='text'] {
  text-align: right;
}

/*********************
* progress-status
*********************/

.creative-list .progress-status {
  font-size: 12.8px;
}

.creative-list .progress-status .status {
  display: block;
  padding: 5px 8px;
  min-width: 80px;
  text-align: center;
}

/*********************
* .search-field
*********************/

.search-field {
  border-bottom: 1px solid #192629;
  background: #fff;
  font-size: 12px;
}

.search-field .search-form {
  margin: 0 8px;
  padding: 8px;
  border-top: 1px solid #e7edf3;
}

.search-field .search-form:first-child {
  border-top: none;
}

.search-field .search-form .search-conditions > * {
  display: inline-block;
  padding: 5px 16px;
  vertical-align: top;
  white-space: nowrap;
}

.search-field .search-form .search-conditions > * > * {
  display: inline-block;
  vertical-align: middle;
}

.search-field .search-form .search-conditions .condition {
  line-height: 24.8px;
  white-space: nowrap;
}

.search-field .search-form .search-conditions .condition > * {
  display: inline-block;
  vertical-align: middle;
}

.search-field .search-form .search-conditions [type='text'] {
  padding: 2px 6px;
  border: 1px solid #c7d3de;
  background: #fff;
}

.search-field .search-form .search-conditions select {
  padding: 0.1em 0.4em;
  border: 1px solid #a2b0bd;
  background: #f1f4f7;
  color: #192629;
}

.search-field .search-form .search-conditions [class$='-date'] [type='text'] {
  width: 8.8em;
}

.search-field .search-form .search-conditions .person [type='text'],
.search-field .search-form .search-conditions [class*='-person'] [type='text'] {
  width: 8.8em;
}

.search-field .search-form .search-conditions > * > .label {
  padding-right: 0.4em;
  vertical-align: top;
  font-weight: bold;
  text-align: right;
  line-height: 24.8px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ,
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.search-field .search-form .search-conditions > * > .label:after {
  content: ' :';
}

.search-field .search-form .search-conditions .labels .label {
  white-space: normal;
}

.search-field .search-form .search-conditions .radio-checkbox > * {
  margin-top: 5.6px;
}

.search-field .search-functions {
  padding: 0 16px 12.8px;
  text-align: right;
}

.search-field .search-functions .search.btn {
  margin-right: 8px;
  border-radius: 0;
}

.search-field .search-functions .search.btn > * {
  padding: 0.5em 1.5em;
  font-size: 14.4px;
}

.search-field .search-functions .search > *:before {
  content: '\e808';
  font-size: 1.5em;
}

.search-field .search-functions .search-unset.btn {
  border-radius: 0;
  background: #8b99a6;
}

.search-field .search-functions .search-unset.btn:hover {
  background: #a3b1be;
}

.search-field .search-functions .search-unset.btn > * {
  padding: 0.9em;
  color: #fff;
}

.search-field .month-setter {
  margin-left: 8px;
}

.search-field .month-setter .btn {
  background: #d7e1ea;
}

.search-field .detail-search-condition .month-setter .btn {
  background: #b5c3d0;
}

.search-field .month-setter .btn:hover {
  background: #e8eef4;
}

.search-field .month-setter .btn > * {
  color: #5a646d;
  font-size: 10.4px;
}

.search-field .client {
  width: 100%;
}

.search-field .client .condition {
  width: 75%;
}

.search-field .client .condition > * {
  display: block !important;
}

.search-field .client [type='text'] {
  width: 100% !important;
}

.search-field .file-size:before {
  display: none;
}

.search-field .detail-search-condition .search-form {
  display: block;
  padding-right: 0;
  padding-left: 0;
  border-color: #b4c2cf;
}

.search-field .detail-search-condition .search-form .search-conditions {
  display: block;
}

.search-field .detail-search-condition > .search-form {
  margin: 0;
  border: none;
  background: #e8edf3;
}

.search-field .detail-search-condition[detail-conditions='close'] .search-form {
  display: none;
}

.search-field .detail-search-condition .search-form:after {
  display: block;
  clear: both;
  content: '';
}

.search-field .detail-search-condition > .search-form > .search-conditions {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.search-field .detail-search-condition .search-conditions.labels > * {
  display: block;
}

.search-field
  .detail-search-condition
  .search-conditions.labels
  .brand-product {
  margin-bottom: 8px;
}

.search-field .detail-search-condition .search-conditions .label-list-area {
  display: block;
}

.search-field .detail-search-header {
  margin-top: -32px;
}

.search-field .detail-search-toggle {
  display: inline-block;
  margin-left: 16px;
  padding: 0.8em;
  color: #0f9ba6;
  font-size: 12.8px;
  font-weight: bold;
  cursor: pointer;
}

.search-field .detail-search-toggle:before {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.3em;
  width: 17px;
  height: 17px;
  vertical-align: bottom;
  text-align: center;
  line-height: 17px;
  font-size: 19px;
  font-weight: normal;
  background: #0f9ba6;
  color: #fff;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-field .detail-search-toggle[toggle='open']:before {
  content: '\f107';
  line-height: 17px;
}
.search-field .detail-search-toggle[toggle='close']:before {
  content: '\f106';
  line-height: 15px;
}

.search-field .and-search input {
  margin: 0 5px;
  vertical-align: bottom;
}

/*********************
* .search-field  label-filter
*********************/
.search-field .search-conditions.label-filter {
  padding-right: 16px;
  border-right: 1px solid #b4c2cf;
  width: 40%;
}
.search-field .label-filter > .label {
  display: block;
  margin-left: 16px;
  padding-left: 0;
  font-weight: bold;
}
.search-field .label-filter > .label ~ .label {
  padding-top: 16px;
  border-top: 1px solid #b4c2cf;
  font-weight: bold;
}

/*********************
* .select-from-chosen-list
*********************/

.select-from-chosen-list .person > * {
  display: inline-block;
}

.select-from-chosen-list .person .person-email-address,
.select-from-chosen-list .person .person-org {
  margin-left: 12.8px;
}

.select-list-area {
  position: relative;
}

.select-list-area + .chosen-list-area {
  display: none;
  margin-top: 8px;
  background: #f2f5f8;
}

.chosen-list-console {
  background: #d7e1ea;
}

.chosen-list-console .bulk-check-list {
  display: block;
  padding: 3.2px 9.6px;
  height: auto;
}

.select-list-content {
  display: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 30, 0.1);
}

.select-list-content,
.chosen-list-content {
  max-height: 200px;
  overflow-y: scroll;
}

.chosen-list-content {
  padding-top: 8px;
}

.select-list-content {
  margin-top: -1px;
  border: 1px solid #c7d3de;
  background: #fff;
}

.select-list,
.chosen-list {
  display: table;
}

.data-search-select-area {
  padding-bottom: 4px;
}

.data-search-select-area-vue {
  padding-top: 4px;
}

.chosen-list-blade {
  width: 93%;
}

.chosen-list-vue {
  width: 100%;
}

.modal-btn-list .close-btn {
  padding: 12px 20px;
  font-size: 13px;
  text-align: center;
}

.inner-window .search-select-area {
  overflow: auto;
  height: 80px;
  background: black;
}

.inner-window .search-select-area-vue {
  overflow: auto;
  height: 80px;
  background: black;
  padding: 5px;
}

.brand-product .chosen-list,
.custom-labels .chosen-list {
  display: block;
}

.select-list .list,
.chosen-list .list {
  display: table-row;
}

.select-list .list:first-child,
.chosen-list .list:first-child {
  border-top: none;
}

.select-list .list > *,
.chosen-list .list > * {
  display: table-cell;
  padding: 8px 11.2px;
  line-height: 1.4;
  text-align: left;
}

.select-list .list > .check,
.chosen-list .list > .check {
  width: 1em;
  background: transparent !important;
}

.select-list .list > .check + *,
.chosen-list .list > .check + * {
  padding-left: 0;
}

.select-list .list [type='checkbox'],
.chosen-list .list [type='checkbox'],
.select-list .list [type='radio'],
.chosen-list .list [type='radio'] {
  margin: 0;
}

.select-from-chosen-list .no-lists {
  padding: 8px;
  text-align: center;
}

.all-or-partial-check-list + .chosen-list-area {
  margin-top: 16px;
}

.client .select-list,
.client .chosen-list {
  width: 100%;
}

.client .select-list .list > .check + *,
.client .chosen-list .list > .check + * {
  padding-left: 0;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .inner-window */

.inner-window .select-list-console .search-text [type='text'] {
  padding: 0.3em 0.5em;
  width: 100%;
  background: #192629;
}

.inner-window .select-list-content {
  border-color: #192629;
  background-color: #3b434a;
}

.inner-window .select-list-area + .chosen-list-area {
  background-color: #192629;
}

/*********************
* .suggest-search
*********************/
.suggest-hide {
  display: none !important;
}

* + .suggest-search-area {
  margin-top: 8px;
}

.suggest-search-area + .suggest-search-area {
  margin-top: 12.8px;
}

.suggest-search-area .selected-list,
.suggest-search-box .search-list {
  text-align: left;
}

.suggest-search-area .selected-list > * {
  display: block;
  margin-top: 12.8px;
  font-weight: bold;
  pointer-events: none;
}

.suggest-search-area .selected-list .selected-remove:before {
  pointer-events: auto;
}

.suggest-search-area .selected-list input {
  display: none;
}

.suggest-search-box * {
  font-size: 12.8px;
}

.suggest-search-box .search-form [type='text'] {
  padding: 0 9.6px !important;
  width: 100%;
  line-height: 32px;
}

.suggest-search-box .suggest-search-contents {
  position: relative;
  height: calc(100% - 78.8px);
}

.suggest-search-box .suggest-search-contents .search-form {
  margin: 0;
  padding: 0;
}

.suggest-search-box .search-list {
  height: calc(100% - 35px);
  overflow-y: scroll;
}
.suggest-search-box .search-list.multiple {
  height: calc(100% - 55px - 1em);
}

.suggest-search-box .search-list > * {
  display: block;
  padding: 0.8em;
}

.suggest-search-box .search-list * {
  color: #d7e1ea;
}

.suggest-search-box .search-list > *:hover {
  background: #192629;
}

.suggest-search-box .search-list > *:hover * {
  color: #fff;
}
.suggest-search-box .search-list > div.label {
  position: relative;
  padding: 0;
}
.suggest-search-box .search-list > div.label input {
  position: absolute;
  top: 50%;
  left: 0.8em;
  margin-top: -0.5em;
  padding: 0.8em;
}
.suggest-search-box .search-list > div.label label {
  display: block;
  padding: 0.8em 0 0.8em 2.3em;
}
[id^='bulkSettingCreative'] .search-list > div.label input {
  display: none;
}
[id^='bulkSettingCreative'] .search-list > div.label label {
  padding: 0.8em;
}
.suggest-search-box .bulk-setting-area {
  margin: 5px 5px 0;
  font-size: 12.8px;
  text-align: left;
}

.suggest-search-box .bulk-setting-area label[class*='bulk-check-']:after {
  content: none;
}

.suggest-search-box.searchInline {
  display: inline-block;
}
.suggest-search-box.searchInline > label {
  margin-bottom: 0;
  width: 100%;
  padding: 2px 6.5px;
}
.suggest-search-box.searchInline {
  min-width: 15em;
}
.suggest-search-box.searchInline .suggest-search-contents {
  white-space: normal;
}
.suggest-search-box.searchInline .suggest-search-contents input[type='text'] {
  width: 100%;
  min-width: 15em;
  line-height: 20px;
}
.suggest-search-box.searchInline .person {
  position: relative;
  display: inline-block;
  margin: 2px 10px 2px 0;
}
.suggest-search-box.searchInline .person .delete {
  position: static;
  margin-left: 3px;
  vertical-align: middle;
}
.suggest-search-box.searchInline .search-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10000;
  overflow: auto;
  height: auto;
  max-height: 350px;
  min-width: 100%;
  background: #192629;
  color: #fff;
}
.suggest-search-box.searchInline .search-list .label {
  float: none;
  display: block;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.suggest-search-box.searchInline .search-list .label input {
  display: none;
}
.suggest-search-box.searchInline .search-list .label.checked {
  display: none !important;
}
.suggest-search-box.searchInline .search-list .label:after {
  content: none;
}
.suggest-search-box.searchInline .search-list .label label {
  float: none;
  margin: 0;
  width: 100%;
  padding: 0.8em;
}
.suggest-search-box.searchInline[position='top'] .search-list {
  top: auto;
  bottom: 100%;
}

.search-list .label[guest-account] {
  color: #c56cf4;
}

.suggest-search-contents .person[guest-account] {
  color: #c56cf4;
}

/*********************
* toggle
*********************/

[class$='toggle']:before {
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************
* .to-page-top
*********************/

.to-page-top {
  position: fixed;
  z-index: 10001;
  bottom: 1px;
  right: -10em;
  height: 55px;
  width: 55px;
  background: rgba(59, 67, 72, 0.7);
  background-image: url('/shared/images/icon-page-top.svg');
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.to-page-top:hover {
  opacity: 0.5;
}

.to-page-top.visible {
  right: 0;
}

/*********************
* .form-contact
*********************/
.form-contact:hover,
.btn-manual:hover {
  color: #fff;
  background: #0c8692;
}

#sendForContact input,
#sendForContact textarea {
  background: #fff !important;
  color: #000 !important;
}
#sendForContact select {
  color: #fff !important;
  background: #192629 !important;
}
#sendForContact select::-ms-expand {
  display: block;
}
#sendForContact input {
  height: 32px;
  width: 100%;
  margin-bottom: 10px;
}
#sendForContact .inner-window-contents {
  padding: 20px;
}
#sendForContact .category {
  margin: 0;
}
#sendForContact .category select {
  width: 100%;
}

#sendForContact .model {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

#sendForContact .model select {
  margin: 1px 4px 1px 0;
  width: 100%;
}

#sendForContact .os-version {
  width: 100%;
}

#sendForContact .os-version input {
  margin: 0;
}

#sendForContact .browser {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

#sendForContact .browser select {
  margin: 1px 4px 1px 0;
  width: 100%;
}

#sendForContact .browser-version {
  width: 100%;
}

#sendForContact .browser-version input {
  margin: 0;
}

#sendForContact .corporate {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

#sendForContact .corporate-name {
  display: block;
  margin-right: 8px;
  margin-top: 8px;
}

#sendForContact .message-input-area {
  position: relative;
  margin: 8px 0 0;
}
#sendForContact .message-input-content {
  overflow: auto;
  border: none;
  background: #fff;
  height: 247px;
}
#sendForContact .message-input-area .file-upload {
  position: absolute;
  top: 12px;
  right: 12px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#sendForContact .message-input-area .file-uploader {
  display: none;
}
#sendForContact .message-input-area .attach-files {
  position: relative;
  display: table-cell;
  border: 2px dashed #d7e1ea;
  border-radius: 5px;
  min-width: 64px;
  height: 64px;
  vertical-align: middle;
  text-align: center;
}
#sendForContact .message-input-area .attach-files:hover:before {
  color: #3b434a;
}
#sendForContact .message-input-area .attach-files:before {
  display: inline-block;
  content: '\e834';
  color: #d7e1ea;
  font-size: 46px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sendForContact textarea {
  margin: 8px 8px 0;
  padding: 0;
  height: 10em;
  width: calc(100% - 100px);
}
#sendForContact .message-submit-functions:after {
  display: block;
  clear: both;
  content: '';
}

/*********************
* .user-list-content
*********************/

.user-list-content .list {
  display: block;
  margin-top: 8px;
}

.user-list-content .list:first-child {
  margin-top: 0;
}

/*********************
* animation
*********************/

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*********************
* loading
*********************/
.loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.loading:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
.loading > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100px;
  display: block !important;
  border: none !important;
  padding: 0 !important;
}

.loading-icon {
  width: 100px;
  height: 100px;
  background: url(images/preloader.gif) no-repeat center;
}
.progressbar-area {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.progressbar-area.loading {
  display: block;
}
.progressbar-area.failed {
  display: block;
}
.progressbar-area.failed:before {
  content: 'upload failed';
  position: absolute;
  color: black;
  font-size: 1.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
}
.progressbar-area > svg {
  position: absolute;
  height: 100%;
  max-height: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}
.progressbar-area .progressbar-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  text-align: center;
  max-height: 10px;
  background: rgba(255, 255, 255, 0);
}

.rotating {
  -webkit-animation: rotating 3s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

body > .loading {
  position: fixed;
}

/*********************
* .thanks
*********************/

.thanks .messages {
  color: #fff;
  margin: 65px auto;
  padding: 100px;
  width: 80%;
  background: #19272a;
  text-align: center;
}

.thanks .contents-area .content-title {
  font-size: 1.2em;
  margin-bottom: 2em;
  color: #0c8692;
}
.thanks .contents-area p {
  margin-bottom: 1em;
  line-height: 2;
}

/*********************
* csv
*********************/
.create-by-csv-area,
.edit-by-csv-area {
  padding: 20px;
}
.csv-upload .description {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
}

.csv-upload .description > div {
  padding-bottom: 1.5em;
}
.csv-upload .description .header {
  color: #202427;
  font-size: 12px;
  font-weight: bold;
}

.csv-upload .description .body {
  margin-top: 1em;
  padding-left: 3em;
  color: #5a5f62;
}

.csv-upload .description .body h1 {
  float: left;
  margin-left: -2em;
  color: #0c8692;
  cursor: default;
}
.csv-upload .description .body h1::after {
  content: ': ';
}

.link_to_list {
  color: #3b434a;
  font-size: 12.8px;
}

.csv-download .download {
  font-size: 14px;
}

.csv-download .download:before {
  display: inline-block;
  content: '\e817';
  vertical-align: middle;
  font-size: 25.6px;
  font-weight: normal;
  line-height: 25.6px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.csv-upload .choose-files {
  float: left;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 82px 0 82px 15px;
  vertical-align: middle;
}

.csv-upload .choose-files span {
  display: inline-block;
  padding: 16px;
  border: 2px dashed #d7e1ea;
  border-radius: 4px;
  min-width: 80px;
  min-height: 80px;
  text-align: center;
  cursor: pointer;
}

ul.group-type {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.i-group,
.group-type li {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  vertical-align: middle;
}
.group-type li {
  border-width: 1px;
  border-style: solid;
}
.i-group {
  position: relative;
  width: 12px;
  height: 12px;
  font-style: normal;
  vertical-align: middle;
}
.i-group:before {
  position: relative;
  left: -4px;
  top: -4px;
  content: '\e838';
  font-family: 'adflow';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-group.group-type-0:before {
  color: #000;
}
.group-type li.group-type-1 {
  border-color: #fc9209;
}
.group-type li.group-type-1[active='true'] {
  background: #fc9209;
}
.i-group.group-type-1:before,
.i-group.group-type-1 .text-color,
.i-group .baloon.group-type-1 .text-color {
  color: #fc9209;
}
.group-type li.group-type-2 {
  border-color: #d63c40;
}
.group-type li.group-type-2[active='true'] {
  background: #d63c40;
}
.i-group.group-type-2:before,
.i-group.group-type-2 .text-color,
.i-group .baloon.group-type-2 .text-color {
  color: #d63c40;
}
.group-type li.group-type-4 {
  border-color: #2593a3;
}
.group-type li.group-type-4[active='true'] {
  background: #2593a3;
}
.i-group.group-type-4:before,
.i-group.group-type-4 .text-color,
.i-group .baloon.group-type-4 .text-color {
  color: #2593a3;
}
.group-type li.group-type-5 {
  border-color: #45b032;
}
.group-type li.group-type-5[active='true'] {
  background: #45b032;
}
.i-group.group-type-5:before,
.i-group.group-type-5 .text-color,
.i-group .baloon.group-type-5 .text-color {
  color: #45b032;
}
.i-group .baloon {
  position: absolute;
  bottom: 17px;
  z-index: 10;
  display: none !important;
  background: rgba(0, 0, 0, 0.85);
  padding: 5px 10px;
  line-height: 1.5;
  text-align: left;
  font-size: 12px;
  font-weight: normal !important;
  color: #fff;
  white-space: nowrap;
}
.i-group .baloon .arrow {
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.85);
}
.i-group:hover .baloon {
  display: block !important;
}

/**********************
* switcher
**********************/
.list-console .mode-switcher {
  display: inline-block;
  padding: 0 16px;
}
.list-console .mode-switcher a {
  padding: 7px 7px;
  min-width: 10em;
  text-align: center;
}

/**********************
* overlay
**********************/
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}

/**********************
 * datetimepicker
 **********************/
body .xdsoft_datetimepicker {
  z-index: 10003;
}

/*********************
* for IE
*********************/
iframe.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

/*************************
* リリース告知ダイアログ
*************************/
#captureWindow img {
  width: 100%;
}

@media screen and (max-width: 1248px) {
  /*************************
	* 固定ボタン
	*************************/
  .basic-form .fixed-footer .fixed-footer-inner {
    width: calc(100% - 70px);
    right: 0;
  }
}

@media (min-width: 991) and (max-width: 1200) {
  .media-input-full {
    width: 79% !important;
    height: 40px;
    padding-left: 10px !important;
    margin-left: 60px;
}

}
/***********
 * 多言語対応の言語切り替え表示
 ***********/
.switch-lang {
  display: inline-block;
}

/***********
 * tooltip
 ***********/
.tooltip {
  position: relative;
}
.tooltip:hover .tooltip-body {
  display: block;
}
.tooltip-body {
  position: absolute;
  bottom: 22px;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  padding: 5px 10px;
  line-height: 1.5;
  text-align: left;
  font-size: 12px;
  font-weight: normal !important;
  color: #fff;
}
.tooltip-body:before {
  position: absolute;
  bottom: -10px;
  margin-left: -5px;
  content: '';
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.85);
}
.tooltip-body.tooltip-left {
  left: -100px;
}
.tooltip-body.tooltip-left:before {
  left: 100px;
}
.tooltip[position='right'] .tooltip-body {
  left: 100%;
  top: 50%;
  bottom: auto;
  margin-left: 5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.tooltip[position='right'] .tooltip-body:before {
  top: 50%;
  bottom: auto;
  left: -10px;
  margin-left: 0;
  margin-top: -3px;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.85);
}

/***********
 * icon
 ***********/
.icon-question:before {
  content: '\e82e';
  vertical-align: middle;
  font-size: 22px;
  font-family: 'adflow';
  font-weight: normal;
  color: #737f89;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toggle-contents [toggle-button] {
  color: #192629;
  font-weight: normal;
}

.toggle-contents [toggle-button]:before {
  position: relative;
  top: -2px;
  vertical-align: middle;
  font-size: 22px;
  font-family: 'adflow';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toggle-contents[mode='open'] [toggle-button]:before {
  content: '\e825';
}

.toggle-contents[mode='close'] [toggle-button]:before {
  content: '\e824';
}

.contents-console .footer {
  display: none;
  margin: 15px 9.6px;
}

[toggle='open'] .footer {
  display: block;
}

/***********
 * quickOrder
 ***********/
#quickOrder {
  height: auto !important;
  min-height: 0 !important;
}
#quickOrder .howto {
  position: absolute;
  right: 40px;
  top: 5px;
  background: #fff;
}
#quickOrder .howto:hover {
  background: #d6e0e9;
}
#quickOrder .howto a:before {
  position: relative;
  top: -5px;
  left: -5px;
  width: 15px;
  height: 13px;
}
#quickOrder .inner-window-contents {
  overflow: auto;
  margin: 16px;
}
#quickOrder .data-form {
  display: table;
  border-collapse: collapse;
  width: 100%;
  background: transparent;
}
#quickOrder .data-form > * {
  display: table-row;
}
#quickOrder .data-form > * > * {
  display: table-cell;
  border: 1px solid #20242a;
  color: #fff;
}
#quickOrder .data-form > * > .label {
  position: relative;
  padding: 15px;
  width: 18em;
  background: #192629;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
}
#quickOrder .data-form > *:not(.client) > .label {
  white-space: nowrap;
}
#quickOrder .data-form > * > .label .required {
  margin-left: 10px;
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}
#quickOrder .data-form > * > .label .label-inner {
  display: table;
  width: 100%;
}
#quickOrder .data-form > * > .label .label-inner > * {
  display: table-cell;
  vertical-align: middle;
}
#quickOrder .data-form > * > .label .label-inner > *:last-child {
  text-align: right;
}
#quickOrder .data-form > * > .data {
  padding: 8px;
  vertical-align: middle;
}
#quickOrder .data-form > .project-name > .data input,
#quickOrder .data-form > .creatives > .data input,
#quickOrder .data-form > .spec-outline > .data textarea,
#quickOrder .data-form > .related-persons > .data .searchInline,
#quickOrder .data-form > .related-persons > .data input {
  background: #fff !important;
  color: #192629 !important;
}
#quickOrder .data-form > * > .data > .date-time-deadline input[type='text'] {
  padding: 0.2em 0.4em;
  background: #f1f5f8 !important;
  color: #192629 !important;
}
#quickOrder .data-form > * > .data input[type='text'] {
  width: 100%;
}
#quickOrder .data-form > * > .data > * > * > .ui-spinner {
  border-radius: 0;
}
#quickOrder .data-form > * > .data > * > * > .ui-spinner input[type='text'] {
  width: 50px;
  height: 25px;
  font-family: 'adflow';
  padding: 3px 0;
}
#quickOrder .data-form > * > .data input[type='number'] {
  padding: 0 8px;
  width: 4em;
}
#quickOrder .data-form > * > .data label {
  margin-right: 10px;
}
#quickOrder .data-form > .client .selected-list label {
  margin: 0 0 0 10px;
}
#quickOrder .data-form > .spec-outline .attached-file-area {
  overflow: auto;
  height: 12em;
  background: #fff !important;
}
#quickOrder .data-form > .spec-outline .attached-file-area textarea {
  border: none;
  min-height: 10em;
  width: calc(100% - 115px);
}
#quickOrder .data-form > .spec-outline .attached-file-area .file-append {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin: 10px 10px -10px;
}
#quickOrder .data-form > .creatives > .data .creatives-wrap .notes {
  margin-left: 15px;
  color: #f00;
}
#quickOrder
  .data-form
  > .creatives
  > .data
  .creatives-wrap
  .toggle-creatives:before {
  margin-right: 3px;
}
#quickOrder
  .data-form
  > .creatives
  > .data[creatives='hide']
  .creatives-wrap
  .toggle-creatives:before {
  content: '▼';
}
#quickOrder .data-form > .creatives > .data[creatives='hide'] .creatives-inner {
  display: none;
}
#quickOrder
  .data-form
  > .creatives
  > .data[creatives='show']
  .creatives-wrap
  .toggle-creatives:before {
  content: '▲';
}
#quickOrder .data-form > .creatives > .data[creatives='show'] .creatives-inner {
  display: table;
  margin-top: 8px;
  width: 100%;
}

#quickOrder .data-form > .related-persons > .data .suggest-search-box {
  width: 100%;
}
#quickOrder .data-form > .related-persons > .data .suggest-search-contents {
  padding: 5px 8px;
}
#quickOrder
  .data-form
  > .related-persons
  > .data
  .suggest-search-contents
  input {
  padding: 0;
}
#quickOrder .btn-footer .order {
  float: right;
}
#quickOrder .data-form .suggest-search-area,
#quickOrder .data-form .suggest-search-area .selected-list,
#quickOrder .data-form .suggest-search-area .selected-list * {
  display: inline-block;
  margin: 0;
}
#quickOrder .data-form .suggest-search-area .selected-list {
  overflow: hidden;
  vertical-align: middle;
}
#quickOrder .data-form .suggest-search-area .selected-list .label {
  width: 100%;
}
#quickOrder .data-form .suggest-search-area .selected-list label {
  max-width: calc(100% - 30px);
}
#quickOrder .data-form .suggest-search-area .selected-list [class*='-name'] {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#quickOrder .data-form .suggest-search-area .show-search-box {
  margin: 3px 0;
}
#quickOrder .data-form .suggest-search-area .selected-list input {
  display: none;
}
#quickOrder.inner-window .search-form input {
  border-top: 1px solid #b5c3d0;
}
#quickOrder .icon-question {
  position: relative;
  display: inline-block;
}
#quickOrder .icon-question:before {
  position: relative;
  z-index: 2;
}
#quickOrder .icon-question:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
}
#quickOrder .tooltip-body {
  left: -18em;
  margin-bottom: 5px;
}
#quickOrder .tooltip-body:before {
  left: 19em;
  margin-left: -8px;
}

.balloon-date {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px;
  color: #fff;
  width: 106px;
  bottom: calc(100% + 6px);
  left: calc(50% - 53px);
  pointer-events: none;
  text-align: center;
  z-index: 10;
}

.balloon-date:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
  width: 0px;
  height: 0px;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/* ======================================================
 vue
====================================================== */
/* transition */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* .my-dialog */
.my-dialog {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 12px;
  max-width: 90%;
  min-width: 25em;
  min-height: 46px;
  font-size: 13px;
  color: #fff;
  background: #3b434a;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 30, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 30, 0.5);
  border-radius: 6.5px;
  z-index: 10000;
}
.my-dialog__message {
  white-space: pre-wrap;
}
.my-dialog__btn-area {
  margin: 14px 0;
  text-align: center;
}
.my-dialog__btn {
  font-size: 12px;
  margin: 0 0.5em;
  display: inline-block;
  background: #c5d2db;
  border-radius: 2px;
  color: #727f87;
  text-align: center;
  cursor: pointer;
  padding: 5px 8px;
  line-height: 1;
  white-space: nowrap;
}

/* adflow-drop-area */
.adflow-drop-area {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.adflow-drop-area .dragging {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
}

.adflow-drop-area .dragging .message {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #738089;
}

.adflow-drop-area .dragging::after {
  content: '';
  position: absolute;
  border: 3px dashed #738089;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.alert-img {
  max-width: 100%;
  padding-top: 6px;
}

.body-length {
  width: 50%;
  margin: 0 0 0 auto;
}

.body-length-color,
.body-length-color span {
  color: red;
}

.body-length span:read-only {
  text-align: right;
}
    
   .data-source .modal {
    z-index: 2147483647;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0 !important;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    box-shadow: 0 0 3px #192629;
}
    
   .data-source .edit-modal {
    z-index: 2147483647;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0 !important;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.data-source .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3b424a;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.data-source .close {
    /*float: right;*/
   /* width: 1.5rem;*/
   /* line-height: 1.5rem;*/
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    /*background-color: lightgray;*/
}

.data-source .close:hover {
    /*background-color: darkgray;*/
}

.data-source .show-modal {
    opacity: 1 !important;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.data-source .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.data-source .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.data-source .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.data-source .modal-header .close {
    padding: 1rem;
    margin: -2.5rem 1rem 0rem auto;
}
.data-source button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.data-source .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    
}
.data-source .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;

}
.data-source .modal .btn-secondary {
  background: #c5d2db;
  color: #727f87;
  margin-right: 7px;
}
.data-source .modal .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.data-source .edit-modal .btn {
    margin: 2px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.data-source .row-media{
    display: flex;
    flex-direction: row;
}
.data-source .col-media{
    margin-left: 75px;
}
.data-source-input{
    max-width: 600px !important;
}
.data-source-input-date{
        border: 1px solid #a2b0bd;
    padding: 0.25em 1em;
    background: #f1f4f7;
    color: #58656e;
    width: 215px !important;
    max-width: 300px !important;
    /*border: 2px solid #b5c3d0;*/
}
.data-source-select{
    max-width: 360px !important;
    width: 345px !important;
    border-color: #3b434a !important;
    padding: 5px 8px;
    /* width: 100%; */
    background: #192629 !important;
    color: #727f87 !important;
    padding-top: 2px;
}
.data-source .edit-save-btn{
        background: #0c8692 !important;
        color: #ffffff;
       
}
.col-heading{
  color: #fff;
    padding-top: 7px;
}
.modal-hd{
  background-color: #192629;
  padding: 6px 10px 6px 15px;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding-top: 5px;
  height: 35px;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;

}
/* Media coopeartion */
.media-cor-btn{
  width: 14%;
  float: left;
}

.media-cor-btn-width {
  width: 7%;
  float: left;
}

.media-main-btn{
  background-color: #d6e0e9 !important;
  width: 180px;
  height: 40px;
  padding-top: 5px;
  color: #727f87 !important;
  border-radius: 2px;
  cursor: pointer;
}
.media-main-btn-width{
  background-color: #d6e0e9 !important;
  width: 90px;
  height: 40px;
  padding-top: 5px;
  color: #727f87 !important;
  border-radius: 2px;
  cursor: pointer;
}
.data-padding{
  padding: 0px !important;
  padding-bottom: 30px !important;
}
.media-inpt-row{
  display: flex;
  width: 79%;
}
.media-inpt-row-width{
  display: flex;
  width: 85%;
}
.media-inpt-row-confirm{
  display: flex;
  flex:1;
}

.media-account-show-div-confirm{
  max-width: 60%;
}
.media-inpt-label{
  position: absolute;
  padding-top: 15px;
  padding-left: 10px;
}
.media-col-6{
  width:46%;
  flex: 0 0 46%;
}
.media-col-12{
  width:90%;
  flex: 0 0 85%;
}
.media-col-6-2{
  width: 46%;
  flex: 0 0 46%;
}
.media-col-06{
  width: 52%;
  flex: 0 0 52%;
}
.media-col-4{
  width: 33%;
  flex: 0 0 34.7%;
}
.media-col-3{
  width: 26%;
  flex: 0 0 26%;
}

.media-col-3-confirm{
  flex:auto;
  width: 22%;
}


.media-main-btn a{
  color: #727f87 !important;
}
.disconnect-text{
  color: #fff !important;
}
.media-input{
  width: 100% !important;
  height: 40px;
  padding-left: 7rem !important;
}
.media-input-formula{
  width: 100% !important;
  height: 29px;
  /*padding-left: 8.5rem !important;*/
}
.media-input-full{
  width: 93% !important;
  height: 40px;
  padding-left: 156px !important; 
}
.media-inp-right{
  margin-left: -5px;
  border-left: none !important;
  width: 100% !important;
  height: 40px;
  padding-left: 7rem !important;
}
.media-inp-lr{
  margin-left: -5px;
  border-left: none !important;
  border-right: none !important;
  width: 100% !important;
  height: 40px;
  padding-left: 7rem !important;
}
.media-border-none{
  border: transparent !important;
  padding-bottom: 0px !important;
}
.media-inpt-btn{
  width: 90px;
  height: 40px;
  background-color: #0c8692;
  color: #fff;
  /*position: absolute;*/
  right: 16px;
  cursor: pointer;
}
.media-inpt-btn2{
  width: 100%;
  max-width: 142px !important;
  height: 40px;
  background-color: #0c8692;
  color: #fff;
  /* position: absolute; */
  right: 172px;
  cursor: pointer;
}
.media-inpt-btn2-width{
  min-width: 32%;
  /*max-width: 142px !important;*/
  height: 40px;
  background-color: #0c8692;
  color: #fff;
  /* position: absolute; */
  right: 172px;
  cursor: pointer;
}
.media-inpt-btn-left{
  width: 160px;
  height: 40px;
  background-color: #0c8692;
  color: #fff;
  position: absolute;
  left: 7.8%;
  cursor: pointer;
}
.media-inpt-btn a{
  color: #f5f7fa !important;
}
.media-inpt-btn-left a{
  color: #f5f7fa !important;
}
.media-input-line{
  background:#172629f0;
  color: #fff;
  width: 250px;
  height: 40px;
  padding: 1rem;
}
.media-input-date{
padding-left: 10rem !important;
}
.spinner-linking{
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
}

.media-table-div {
  display: table; 
  width: 92%
}

.media-account-show-div {
  display: table; 
  width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
    .media-inpt-btn {
        width: 92px !important;
    }
    .media-inpt-btn2{
        width: 92px !important;
    }
    .media-inpt-btn-width{
      /*width: 92px !important;*/
  }
  .media-col-6 {
    width: 46%;
    flex: 0 0 31.8%;
}
.media-main-btn {
  background-color: #d6e0e9 !important;
  width: 94% !important;}
  .media-input{
    padding-left: 6rem !important;
  }
    .media-inp-right{
      padding-left: 7rem !important;
  }
  .media-inpt-btn-left{
    left: 8.9rem;
  }
}

.media-inpt-btn-width {
  min-width: 32%;
  height: 40px;
  background-color: #0c8692;
  color: #fff;
  /* position: absolute; */
  right: 16px;
  cursor: pointer;
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .auto-linking-view {
    min-width: 230px;
    left: 80% !important;
  }
  .media-cor-btn {
    width: 6% !important;
  }
  .media-inp-right {
    padding-left: 10rem !important;
  }
  .media-inpt-row {
    display: flex;
    width: 76% !important;
  }
  .media-main-btn-width {
    width: 68px !important;
  }
  .media-inpt-row-width {
    width: 86% !important;
  }
  .media-inpt-btn2-width {
    /*width: 48% !important;*/
  }
  .media-inpt-btn-width {
    height: 40px;
    background-color: #0c8692;
    color: #fff;
    /* position: absolute; */
    right: 16px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1280px) {
    .media-inpt-btn {
        width: 92px !important;
    }
    .media-inpt-btn2{
        width: 92px !important;
    }
    .media-inpt-btn2-width{
      /*width: 92px !important;*/
    }
  .media-col-6 {
    width: 46%;
    flex: 0 0 31.8%;
}
.media-main-btn {
  background-color: #d6e0e9 !important;
  width: 94% !important;}
  .media-input{
    padding-left: 6rem !important;
  }
    .media-inp-right{
      padding-left: 7rem !important;
  }
  .media-inpt-btn-left{
    left: 8.9rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1306px) {
    .media-inpt-btn {
        width: 94px !important;
    }
    .media-inpt-btn2{
        width: 94px !important;
    }
    .media-inpt-btn2-width{
      /*width: 94px !important;*/
  }
}
@media only screen and (min-width: 1307px) and (max-width: 1322px) {
    .media-inpt-btn {
        width: 95px !important;
    }
    .media-inpt-btn2{
        width: 95px !important;
    }
    .media-inpt-btn2-width{
      /*width: 95px !important;*/
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1366px) {
    .media-inpt-btn {
        width: 96px !important;
    }
    .media-inpt-btn2{
        width: 96px !important;
    }
    .media-inpt-btn2-width{
      /*width: 96px !important;*/
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1391px) {
    .media-inpt-btn {
        width: 102px !important;
    }
    .media-inpt-btn2{
        width: 102px !important;
    }
    .media-inpt-btn-width{
      /*width: 102px !important;*/
    }
}
@media only screen and (min-width: 1392px) and (max-width: 1500px) {
    .media-inpt-btn {
        width: 100% !important;
        max-width:55px !important;
    }
    .media-inpt-btn2{
        width: 100% !important;
        max-width:105px !important;
    }
    .media-inpt-btn-width{
      /*width: 100% !important;*/
      /*max-width:105px !important;*/
    }
}
@media only screen and (min-width: 1251px) and (max-width: 1366px) {
  .media-col-6 {
    width: 46%;
    flex: 0 0 33.8%;
}
.media-main-btn {
  background-color: #d6e0e9 !important;
  width: 94% !important;}
  .media-input{
    padding-left: 6rem !important;
  }
    .media-inp-right{
      padding-left: 7rem !important;
  }
  .media-inpt-btn-left{
    left: 15%;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1378px) {
  .media-col-6 {
    width: 46%;
    flex: 0 0 33.8%;
}
.media-main-btn {
  background-color: #d6e0e9 !important;
  width: 94% !important;}
  .media-input{
    padding-left: 6rem !important;
  }
    .media-inp-right{
      padding-left: 7rem !important;
  }
  .media-inpt-btn-left{
    left: 15%;
  }
}
@media only screen and (min-width: 1378px) and (max-width: 1391px) {
  .media-col-6 {
    width: 34%;
    flex: 0 0 34%;
}

  .media-inpt-btn-left{
    left: 15%;
  }
  .media-main-btn {
    background-color: #d6e0e9 !important;
    width: 94% !important;}
    .media-input{
      padding-left: 6rem !important;
    }
      .media-inp-right{
        padding-left: 7rem !important;
    }
}

@media only screen and (min-width: 1392px) and (max-width: 1500px) {

    .media-col-6 {
        width: 35%;
        flex: 0 0 36%;
    }

  .media-inpt-btn-left{
    left: 8%;
  }
  .media-main-btn {
    background-color: #d6e0e9 !important;
    width: 94% !important;}
    .media-input{
      padding-left: 6rem !important;
    }
      .media-inp-right{
        padding-left: 7rem !important;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1620px) {
     .media-inpt-btn {
        width: 56px !important;
    }
    .media-inpt-btn2{
        width: 119px !important;
    }
  .media-col-6 {
    width: 35%;
    flex: 0 0 36%;
}

  .media-inpt-btn-left{
    left: 7.9%;
  }
  .media-main-btn {
    background-color: #d6e0e9 !important;
    width: 94% !important;}
    .media-input{
      padding-left: 6rem !important;
    }
      .media-inp-right{
        padding-left: 8rem !important;
    }
    .media-inpt-row {
      display: flex;
      width: 85%;
  }
}

@media only screen and (min-width: 1621px) and (max-width: 1800px) {
    .media-inpt-btn {
        width: 100% !important;
        max-width: 58px !important;
    }
    .media-inpt-btn2{
        width: 100% !important;
        max-width: 130px !important;
    }
    .media-inpt-btn2-width{
      /*width: 46% !important;*/
      /*max-width: 130px !important;*/
  }
  .media-col-6 {
    width: 35%;
    flex: 0 0 38%;
}

  .media-inpt-btn-left{
    left: 7.8%;
  }
  .media-main-btn {
    background-color: #d6e0e9 !important;
    width: 94% !important;}
    .media-input{
      padding-left: 6rem !important;
    }
    .media-inpt-row-width{
      display: flex;
      width: 79%;
    }
    .media-inpt-row {
      display: flex;
      width: 85%;
  }
}
/* Media coopeartion */

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.media-inpt-btn-left-google {
  width: 160px;
  height: 40px;
  background-color: #f5f7fa;
  color: #606266;
  position: absolute;
  left: 7.8%;
  cursor: pointer;
  font-weight: 400;
}

.cpc-formula {
    position: absolute;
    top: 15px;
    right: 214px;
    width: 20.8%;
}

.cpc-formula-width {
  position: absolute;
  top: 15px;
  right: 240px;
  width: 14.8%;
}

.media-inpt-auto-link{
  display: flex;
}

.auto-linking-empty{
  padding-right: 196px;
  padding-top: 19px;
}

.auto-linking-view{
  position: absolute;
  top: auto;
  left: 84%;
  border: 1px solid #ccc;
  padding: 0.7em;
  min-width: 230px;
  background-color: white;
}

.auto-linking{
  /* position: absolute; */
  right: 17px;
  top: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  background : #fff;
}
.auto-linking-confirm{
  right: 17px;
  top: 15px;
  border: 1px solid #ccc;
  padding: 11px 0px 10px 2px;
  background : #fff;
}
.auto-linking-parent-confirm{
  padding-left:5px;
}

@media only screen and (max-width: 768px) {
    .media-inpt-btn {
        width: 92px !important;
    }
    .media-inpt-btn2{
        width: 92px !important;
    }
    /* .media-inpt-btn2-width{ */
      /*width: 92px !important;*/
    /* } */
}

.has-error{
    height: 145px;
}

/* @media only screen and (min-width: 1500px) and (max-width: 1640px) {
    .cpc-formula {
        right: 16px;
        width: 18.8%;
    }

    .cpc-formula-width {
      position: absolute;
      top: 15px;
      right: 240px;
      width: 14.8%;
    }

    .auto-linking{
      position: absolute;
      right: 1px;
      top: 1px;
      border: 1px solid #ccc;
      padding: 10px;
    }
} */

/* @media only screen and (min-width: 1641px) and (max-width: 1725px) {
    .cpc-formula {
        right: 16px;
        width: 19.8%;
    }

    .cpc-formula-width {
      position: absolute;
      top: 15px;
      right: 250px;
      width: 15.8%;
    }
    
    .auto-linking{
      position: absolute;
      right: 1px;
      top: 1px;
      border: 1px solid #ccc;
      padding: 10px;
      min-width: 230px;
      background-color: white;

    }
} */

@media only screen and (min-width: 1801px) and (max-width: 1820px) {
    .media-inpt-btn {
        width: 100% !important;
        max-width: 72px !important;
    }
    .media-inpt-btn2{
        width: 100% !important;
        max-width: 140px !important;
    }

    .media-inpt-btn-width {
      min-width: 40% !important;
    }
}
.media-inp-right-formula {
    padding-left: 9rem !important;
}
.info-formula {
    padding: 15px;
    height: 40px;
    float: right;
    background-color: #d6e0e9 !important;
}
.formula-main {
    border: 1px solid #b5c3d0;
    padding: 5px;
    display: flex;
}
.auto-link-width {
  position: absolute;
  top: 14px;
  right: 16px;
}
.media-inpt-label-formula{
  padding-top: 10px;
  padding-right: 3px;
}
.empty-input-formula {
    border: none !important;
    height: 28px !important; 
}
.expired {
    color: red;
}

.otp-btn-resend {
  margin-right: 2px;
  margin-left: 4px;
}

.btn-width-verify{
  width: 161px !important;
  height: 50px;
  font-size: 14px !important;
  padding-top: 18px !important;
}
.btn-width-resend{
  cursor: pointer;
  width: 161px !important;
  font-size: 14px !important;
  white-space: normal;
  word-wrap: break-word;
  height: 50px;
  padding: 0 !important;
}
.btn-width-resend:disabled{
  background-color: #7c8283;
}
.two-factor .otp{
  width:100%;
  margin-bottom: 1.5rem;
  max-width: 350px;
  font-size: 14px;
 
}
.two-factor .coution{
  color: white;
  text-align: center;
  font-size: 14px;
}
.two-factor{
  cursor: default;
  margin-top: 50px;
  display: block;
  position:relative;
  align-items: center;
  padding: 0px;
}
.before-login.header-logo .contents-header .two-factor{
  cursor: default;
}
.two-factor .contents-area {
  cursor: default;
  text-align: center;
  margin-top: 50px;
  padding: 10px !important;
}
.contents-header .twofa{
  color: white;
  vertical-align: bottom !important;
  padding-bottom: 15px;
  height: 100px;
}
.before-login .description{
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 2rem;
}
.contents-area .contents-footer {
  text-align: left;
}
.twofactorauth {
  text-align: center !important;
  margin: auto;
}
@media screen and (max-width:351px){
  .otp-btn-resend {
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
  }
}

.contents-menu-panel{
  margin-top: 10px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-primary {
  border-color: #3b434a;
}
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #3b434a;
  border-color: #3b434a;
}

.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 12px !important;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body{
  min-height: 75px;
}

.empty-projects {
  text-align: center;
  padding: 25px;
}

.panel-heading .item.bookmark:before {
  font-family: 'adflow';
  content: "\e853";
  font-size: 25px;
  margin-right:0.3em;
}
.head-content{
  display: flex;
  justify-content: space-between;
}
/* .head-content .material-sort select{
  width: 100%;
  max-width: 144px;
} */
.console-end{
  display: flex;
}

.dropdown {
  /* width: 64px; */
  padding-left: 20px;
}

@media only screen and (max-width: 600px) {
  .main-contents-area {
    display: none;
  }
}

.icon-inline {
  align-items: center;
  display: flex;
}

.home-tab-area-pin {
  display: flex;
  align-items: center;
}

.tab-pin {
  background-color: #5a646d;
  border: none;
  color:  white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-left:4px ;
  cursor: pointer;
  border: 1px solid rgb(8, 8, 8); 
}

.active-button-pin{
  color:rgb(8, 8, 8);
  background-color:#d7e1ea; 
}

.narrow-header {
  padding: 9px 15px;
}

.head-content .material-sort .label{
  padding-top:6px;
}
@media (max-width: 991px) {
  .head-content .material-sort select{
    width: 100%;
    max-width: 144px;
  }
  .head-content .material-sort{
    padding: 4px 6.8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1290px) {
  .head-content .material-sort select{
    width: 100%;
    max-width: 134px;
  }
  .head-content .material-sort{
    padding: 4px 6.8px;
  }
  .head-content .pager .current-number, .pager .all-number{
    font-size: 12px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1450px) {
  .head-content .material-sort select{
    width: 100%;
    max-width: 130px;
  }
  .head-content .material-sort{
    padding: 4px 6.8px;
  }

}

.newdataform {
  position: relative;
  display: table-cell;
  padding: 15px;
  border: 1px solid #d7e1ea;
  vertical-align: middle;
  color: #192629;
  font-size: 12.8px;
  text-align: left;
  line-height: 1.4;
}



.basic-form .newselect {
  border: 1px solid #a2b0bd;
  padding: 0em !important;
  background: white;
  color: #58656e;
  margin-bottom: 1%;
}

.basic-form .customInput {
  padding: 0em !important;
  background: white;
  text-align: center;
  width: 40px;
  height: 25px;
  color: #000 !important;
}

.__background {
  background-color: #e8edf2;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
}

.__customfield {
  color: #000 !important;
}

.__mt {
  width: 15px !important;
  margin-left: 5px;
  display: flex;
  align-self: center;
  justify-content: center;
}

.__marginFix {
  margin-bottom: 1% !important;
}

.__padding {
  padding-left: 10px;
  padding-right: 10px;
}

.__mx {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.__paddingFix1 {
  padding: 15px 40px;
  width: 100%;
}

.__paddingFix {
  padding: 15px 40px;
  width: 100%;
  border-right: 1px solid #b3b3b3;
}

.__mxFix {
  display: flex;
  align-items: center;
}

.__wordFix{
  white-space: pre !important;
}

.inner-table {
  width: 100%;
  border: 1px solid #000; 
  overflow-x: visible;
}
.inner-table tr {
  height: 40px; 
  border-top: 1px solid #000 !important;
}

.inner-table td {
  border-top: hidden !important;
  border-bottom: hidden !important;
  height: 100%;
  max-width: 40px;
}

.inner-table  td:first-child {
  border-left: hidden !important; 
}

.inner-table  td:last-child {
  border-right: hidden !important; 
}

.__outerTd{
  padding: 0 !important;
}

.__outerDiv{
  overflow: hidden;
  height: 50px;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 625px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -94%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.__mediaImage{
  max-width: 100px;
  max-height: 100px;
  padding: 5px;
}

.scrollable-image{
  max-height: 66vh;
  overflow-y: auto;
}

.__spacefix{
  white-space: normal !important;
}
.__spacefix1{
  white-space: pre-line !important;
}

.dropdown-production {
  width: 200px;
  margin: 20px;
}

.select-production {
  width: 100%;
  /* padding: 10px; */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: slategrey;
}

.select-production:after {
  content: '\25BC';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.option-production {
  font-size: 16px;
}

.aligned-dt {
  padding-left: 41px !important;
}

  .create-modal .select2-container--default .select2-selection--single {
    background-color: #192629 !important;
    color: #727f87 !important;
  }

  .create-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #727f87 !important;
  }

  .create-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #192629 !important;
  }

  .select2-container {
    width: 300px;
    z-index: 1060;
  }

  .select2-dropdown {
    z-index: 1070;
  }

  .select2-search--dropdown {
    background-color: #192629 !important;
    color: #727f87 !important;
  }

  .select2-results__options {
    background-color: #192629 !important;
    color: #727f87 !important;
  }

  .contents-area .create-modal {
    z-index: auto !important;
  }

  body.no-scroll {
    overflow: hidden;
  }

  /* daily-vertical-container */
  .ResponsiveCreativeReportTable td.button-border-left-hide {
    width:1% !important;
  }

 .button-border-left-hide {
    padding:0;
  }

  .daily-vertical-container {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  
  .daily-button-ul1-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  
  .daily-button-ul2-vertical {
    writing-mode: horizontal-tb;
  }

  .daily-vertical-container .has-sub-menu {
    position: relative;
  }
  
  .daily-vertical-container .sub-menu {
    position: absolute;
    top: 5px;
    left: 91%; 
    margin-left: 0px;
    transform: rotate(0deg);
    min-width: 150px;
  }
  
  .daily-vertical-container .sub-menu > li {
    transform: rotate(0deg);
  }
  
  .daily-vertical-container .sub-menu .drop-text {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  
  .daily-vertical-container .label-btn {
    cursor: default;
    background: #0f9ba6;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    width: 26px !important;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    max-height: none;
    position: relative; 
    z-index: 1;
  }
  
  .daily-vertical-container .label-btn span {
    transform: rotate(180deg);
  }
  
  .daily-vertical-container .has-sub-menu:hover .sub-menu {
    display: block;
  }

  .selection-div {
    padding: 1px 0 12px 5px;
    font-size: 12px;
    color: red;
}

.c-required {
  color: #f00;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0.2em;

  &::before {
      content: '*';
  }

}

@media (max-width: 1280px) {

  .__paddingFix.col-md-3 {
    width: 30% !important;
    padding: 15px 10px !important;
  }

  .divide-label {
    width: 14px;
  }
  
  .__paddingFix.col-md-6 {
    padding: 15px 10px !important;
  }

  .__paddingFix1.col-md-6 {
    padding: 15px 10px !important;
  }

  .__customfield.__marginFix.item-field {
    max-width: 25% !important;
    width: 25% !important;
  }

  .__formulaWrapper {
    max-width: 30%;
  }

  .__paddingFix {
    padding: 15px 20px !important;
    border-right: 1px solid #b3b3b3;
  }

  .__paddingFix1 {
    padding: 15px 20px !important;
    border-right: 1px solid #b3b3b3;
  }

  .conversion_check {
    margin-left: 2px;
  }

  .__customfield.__marginFix.formula-field {
    width: 35% !important;
  }

  .__customfield.__marginFix.conversion-field {
    width: 35% !important;
  }

}
@media (min-width :1280px) and (max-width: 1440px) {
  .__paddingFix.col-md-3 {
    width: 40% !important;
  }

  .divide-label {
    width: 14px;
  }

  .__customfield.__marginFix.item-field {
    max-width: 25% !important;
  }

  .__customfield.__marginFix.formula-field {
    width: 35% !important;
  }

  .__customfield.__marginFix.conversion-field {
    width: 35% !important;
  }

  .__formulaWrapper {
    max-width: 30%;
  }

  .__paddingFix {
    padding: 15px 25px !important;
    border-right: 1px solid #b3b3b3;
  }

  .__paddingFix1 {
    padding: 15px 25px;
    border-right: 1px solid #b3b3b3;
  }
}
@media (min-width :1440px) and (max-width: 1600px) {
  .__paddingFix.col-md-3 {
    width: 40% !important;
  }

  .__customfield.__marginFix.item-field {
    max-width: 30% !important;
  }

  .__customfield.__marginFix.formula-field {
    width: 40% !important;
  }

  .__customfield.__marginFix.conversion-field {
    width: 40% !important;
  }
   .__formulaWrapper {
    max-width: 30%;
  } 
  .__paddingFix {
    padding: 15px 25px !important;
    border-right: 1px solid #b3b3b3;
  } 
  .__paddingFix1 {
    padding: 15px 25px;
    border-right: 1px solid #b3b3b3;
  } 
}
.__paddingFix.col-md-3 {
  width:40% !important;
  padding:15px 40px;
}
.conversion_check {
  margin-left:5px;
}
.item-field {
  width: 35% !important;
} 
.formula-field {
  width: 35% !important;
}
.conversion-field {
  width: 35% !important;
}