.s-site-logo-img {
    content: url(../../Serenity.Assets/logo/white-128.png);
}

.s-TranslationGrid input.custom-text {
  width: 100%;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size {
    min-width: 770px;
    width: 770px;
    min-height: 550px;
    height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid {
  height: 100%;
}

/*영수증 미리보기 화면*/
.s-ExpenseReceiptDialog a.thumb.cboxElement {
  height: 50px;
}

.s-Administration-UserDialog > .size {
  width: 650px;
}

.s-Administration-UserDialog .caption {
  width: 150px;
}

.s-Administration-UserDialog .s-PropertyGrid .categories {
  height: 470px;
}


.inline-action.add-child-unit::before {
  content: "\f65e";
  font-family: var(--s-icon-font);
  font-weight: var(--s-icon-solid);
}

/* ArtistDialog */
.s-CIMS-Settlement-ArtistDialog > .size {
  width: 500px;
}

.s-CIMS-Settlement-ArtistDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-ArtistDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* ArtistGroupDialog */
.s-CIMS-Settlement-ArtistGroupDialog > .size {
  width: 650px;
}

.s-CIMS-Settlement-ArtistGroupDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-ArtistGroupDialog .s-PropertyGrid .categories {
  height: 100%;
}
/*
.s-CIMS-Settlement-ArtistGroupDialog > .slick-viewport {
  height: 300px;  
}*/


/* ArtistGroupMapEditDialog */
.s-CIMS-Settlement-ArtistGroupMapEditDialog > .size {
  width: 400px;
}

.s-CIMS-Settlement-ArtistGroupMapEditDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-ArtistGroupMapEditDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* ProjectDialog */
.s-CIMS-Settlement-ProjectDialog > .size {
  width: 670px;
}

.s-CIMS-Settlement-ProjectDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-ProjectDialog .s-PropertyGrid .categories {
  height: 100%;
}


/* ProjectDetailEditDialog */
.s-CIMS-Settlement-ProjectDetailEditDialog > .size {
  width: 400px;
}

.s-CIMS-Settlement-ProjectDetailEditDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-ProjectDetailEditDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* ProjectAlbumEditDialog */
.s-CIMS-Settlement-ProjectAlbumEditDialog > .size {
  width: 400px;
}

.s-CIMS-Settlement-ProjectAlbumEditDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-ProjectAlbumEditDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* SettlementRateEditDialog */
.s-CIMS-Settlement-SettlementRateEditDialog > .size {
  width: 400px;
}

.s-CIMS-Settlement-SettlementRateEditDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-SettlementRateEditDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* MasterCodeDialog */
.s-CIMS-Settlement-MasterCodeDialog > .size {
  width: 500px;
}

.s-CIMS-Settlement-MasterCodeDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-MasterCodeDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* StatementItemDialog */
.s-CIMS-Settlement-StatementItemDialog > .size {
  width: 670px;
}

.s-CIMS-Settlement-StatementItemDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-StatementItemDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* StatementItemDetailDialog */
.s-CIMS-Settlement-StatementItemDetailDialog > .size {
  width: 400px;
}

.s-CIMS-Settlement-StatementItemDetailDialog .caption {
  width: 120px;
}

.s-CIMS-Settlement-StatementItemDetailDialog .s-PropertyGrid .categories {
  height: 100%;
}

/* MonthlyClosingDialog */
.s-CIMS-Settlement-MonthlyClosingDialog > .size {
  width: 500px;
}

.s-CIMS-Settlement-MonthlyClosingDialog .caption {
  width: 110px;
}

.s-CIMS-Settlement-MonthlyClosingDialog .s-PropertyGrid .categories {
  height: 100%;
}


/* ExpenseCardDialog */
.s-CIMS-Expense-ExpenseCardDialog > .size {
  width: 1300px;
}

.s-CIMS-Expense-ExpenseCardDialog .s-DataGrid {
    height:300px;
}

.s-CIMS-Expense-ExpenseCardDialog .grid-container {
  height: 100%;
}

.ui-widget-content.slick-row.even.summary {
  color: white;
  font-weight: bold;
  background-color: lightskyblue
}

.ui-widget-content.slick-row.odd.summary {
  color: white;
  font-weight: bold;
  background-color: lightskyblue
}

.ui-widget-content.slick-row.even.total {
  color: white;
  font-weight: bold;
  background-color: darkblue
}

.ui-widget-content.slick-row.odd.total {
  color: white;
  font-weight: bold;
  background-color: darkblue
}

.ui-widget-content.slick-row.even.settleAmt {
  color: red;
  font-weight: bold;
  background-color: lightskyblue
}

.ui-widget-content.slick-row.odd.settleAmt {
  color: red;
  font-weight: bold;
  background-color: lightskyblue
}

.ui-widget-content.slick-row.even.totalExpense {
  color: white;
  font-weight: bold;
  background-color: cornflowerblue
}

.ui-widget-content.slick-row.odd.totalExpense {
  color: white;
  font-weight: bold;
  background-color: cornflowerblue
}


/*div[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: 0%;
  left: 50%;
  width: 120px;
  height: 80px;
  line-height: 80px;
  padding: 5px;
  font-size: 20px;
  color: #0f41c9;
  text-align: center;
  z-index: 100;
}*/

.download-button span.button-inner:before {
  content: "\f019";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #a94442;
}

.download-button span.button-inner {
  padding-left: 3px;
}

.upload-button span.button-inner:before {
  content: "\f093";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #a94442;
}

.upload-button span.button-inner {
  padding-left: 3px;
}

.summary-button span.button-inner:before {
  content: "\f1ec";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #a94442;
}

.summary-button span.button-inner {
  padding-left: 3px;
}

.process-button span.button-inner:before {
  content: "\f2db";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #a94442;
}

.process-button span.button-inner {
  padding-left: 3px;
}

.slick-header-column.center {
  text-align: center;
}

.slick-header-column.left {
  text-align: left;
}

.slick-header-column.right {
  text-align: right;
}

.list-button span.button-inner:before {
  content: "\f022";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #a94442;
}

.list-list-button span.button-inner {
  padding-left: 3px;
}

.s-CheckLookupEditor {
  transition: visibility 0.3s, height 0.3s;
  transition-delay: 0.3s;
  width: 300px;
  height: 35px;
  padding-top: 0px;
}

  .s-CheckLookupEditor:hover {
    height: 180px;
  }

  .s-CheckLookupEditor:single-button {
    height: 180px;
  }

  .s-CheckLookupEditor > .grid-container {
    min-height: 0px
  }

  .s-CheckLookupEditor > .s-QuickSearchBar {
    min-height: 0px
  }
/*.slick-cell {
  color: #000;
  padding: 1px 4px 0 4px;
  border-style: none solid none none;
  border-bottom-color: #e7e7e7;
}*/


/*******************************
    Multi Select Filter
*******************************/
/*.select2-drop-multi .select2-results .select2-selected {
  display: block;
  background-color: #dee2e6;
  vertical-align: middle;
  pointer-events: none;
}

.select2-drop-multi .select2-results .select2-selected .select2-result-label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-size: 23px;
  color: #4f4f4f; #f77750;
  vertical-align: middle;
}

.select2-drop-multi .select2-results li .select2-result-label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  margin-right: 1px;
  font-size: 23px;
  color: #cccccc;
  display: inline-block;
  vertical-align: middle;
}*/

/*.select2-drop-multi .select2-results .select2-selected:hover {
  background: #3875d7;
  color: #fff;
}*/

.LegalManual {
  border-radius: 100%;
  font-size: small;
  width: 1.5em;
  height: 1.5em;
  border: 0;
  margin-left: 0.2em;
  padding: 0;
  color: gray;
  background-color: #ebebeb;
}

.LegalManual-a {
  width:1.5em; 
  height:1.5em; 
  font-size:small; 
  margin-left: 0.2em;
}

/****************************************************************
    
    슬라이드 다이얼로그

****************************************************************/
.slider-container .s-Panel {
  box-shadow: none !important
}

.slider-dialog-force-show-target {
  display: block !important;
}

.s-ExpenseCardGrid .NotReceipt .slick-cell,
.s-ExpenseCardGrid .NotReceipt .slick-cell a {
  background-color: beige;
  color: black;
}

.s-ExpenseReceiptGrid .InputCard .col-card {
  background-color: beige;
  color: black;
}

.s-ExpenseReceiptGrid .NotCard .slick-cell,
.s-ExpenseReceiptGrid .NotCard .slick-cell a {
  /*background-color: beige;*/ 
  /*color: blue;*/
}

.s-ExpenseCardGrid .Duplication .slick-cell,
.s-ExpenseCardGrid .Duplication .slick-cell a {
  /*background-color: #ffe6e6;*/
  color: red;
}



.SumChk .slick-cell, 
.SumChk .slick-cell a {
    color:red;
}

.DataChk .slick-cell,
.DataChk .slick-cell a {
    color: blue;
}

.strong-red {
    color : red;
    font-weight:bolder;
}

.s-CIMS-Settlement-BatchJobProcessDialog  > .size  {
  width: 500px;
}


.s-Form .AccSum {
  margin-left: 80px;
}
.s-Form .AlbumSum {
  margin-left: 80px;
}
.s-Form .AjustSum {
  margin-left: 80px;
}
.s-Form .DstFactValue {
  margin-left: 80px;
}
.s-Form .ItemDistribution {
  margin-left: 80px;
}
.s-Form .DstProject {
  margin-left: 80px;
}
.s-Form .DstProjetAjust {
  margin-left: 80px;
}
.s-Form .DstArtist {
  margin-left: 80px;
}
.s-Form .DstProjectRBW {
  margin-left: 80px;
}
.s-Form .DstArtistRBW {
  margin-left: 80px;
}

.s-Form .AccSum .caption {
  order: 1;
  text-align: left;
  width: auto;
}
.s-Form .AlbumSum .caption {
  order: 1;
  text-align: left;
  width: auto;
}
.s-Form .AjustSum .caption {
  order: 1;
  text-align: left;
  width: auto;
}
.s-Form .DstFactValue .caption {
  order: 1;
  text-align: left;
  width: auto;
}
.s-Form .ItemDistribution .caption {
  order: 1;
  text-align: left;
  width: auto;
}
.s-Form .DstProject .caption {
  order: 1;
  text-align: left;
  width: auto;
}
.s-Form .DstProjetAjust .caption {
  order: 1;
  text-align: left;
  width:auto;
}
.s-Form .DstArtist .caption {
  order: 1;
  text-align: left;
  width: auto;
}

.s-Form .DstProjectRBW .caption {
  order: 1;
  text-align: left;
  width: auto;
}

.s-Form .DstArtistRBW .caption {
  order: 1;
  text-align: left;
  width: auto;
}

.s-Form .clear {
  width: 1.0em;
}

.inputYes .col-item-projectcode {
  background-color:beige;
  color: black;
}

div.s-CIMS-Settlement-ArtistGroupItemSettlementRateEditor {
  height: 600px;
}

div.s-CIMS-Settlement-SettlementRateEditor {
    height:600px;
}

div.s-CIMS-Settlement-ProjectAlbumEditor {
    height:600px;
}

div.s-Settlement-StatementItemDetail-StatementItemDetailEditor {
    height: 300px;
}
@media only screen and (min-width: 2133px) {
  div.s-Settlement-StatementItemDetail-StatementItemDetailEditor {
    height: 40vh;
  }
}