body {
	font-family: "Segoe UI",Arial,sans-serif;	
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-color: moccasin;
}

.wrapper2 {
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: fuchsia;*/
}

.inner-wrapper,
.center.pane .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pane {
    display: table-cell;
}

.left.pane {
    /*background-color: olivedrab;*/
    width: 100%;
    overflow: hidden;
}

.center.pane {
    background-color: #fff;
    border-left: 10px solid #dddddd;
}

.center.pane .inner .top,
.center.pane .inner .bottom {
    display: table-row;
}

.center.pane .inner .top {
    background-color: lightcoral;
}

.center.pane .inner .bottom {
    background-color: orange;
    height: 100%;
    width: 100%;
}

.right.pane {
    background-color: #999;
    width: 25%;
}

.top-content {
    width: 100%;
    height: 100%;
}

.btn-xs-rounded {
    border-radius: 15px;
    width: 24px;
}

.custom-compact {
    white-space: normal !important;
}

.custom-compact .cc-none {
    display: none;
}

.custom-compact tr {
    border-top: 3px solid #d5d5d5;
}

.custom-compact td {
    display: block;
    padding-top: 2px;
    padding-bottom: 0;
    border-top: 0;
}

.custom-compact .cc-h1 {
    font-size: 1.6em;
}

.custom-compact .cc-h2 {
    font-size: 1.2em;
}

.cc-h2-red {
    color:red;
}

.custom-compact tr td:last-child {
    padding-bottom: 10px;
}

form label.error {
	font-size: 80%;
	color: red;
}

.highlight-row {
	background-color: rgba(0,0,0,.075);
	color: #987FC6;
}

.cv-b {
	padding-left: 5%
}

.cv-header {
	display: flex;
	align-items: center;
}

.cv-header .cv-h-icon {
	font-size: 45px;
    margin-right: 20px;
	color: #987FC6;
	display: none;
}

.cv-header .cv-h-txt h3 {
	margin: 0;
	font-weight: 600;
	font-size: 22px;
}

.cv-header .cv-h-txt h5 {
	margin: 0;
	font-size: 16px;
    font-weight: 500;
    color: #aeaeae;
    display: none;
}

.cv-body {
	overflow-y: auto;
	margin-top: 5px;
}

.cv-body .cv-b-cnt-title {
	margin: 0;
    color: #aeaeae;
    font-weight: 500;
}

.cv-body .cv-b-cnt {
    font-weight: 500;
    padding-left: 5px;
}

.c-drop::before {
	display: none !important;
}

.c-drop {
	font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #787878;
}

.c-drop-dv .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.c-drop-dv .dropdown-menu .dropdown-item {
	color: #787878;
    font-size: 14px;
    padding: 10px 5px 10px 15px;
}

.c-drop-dv .dropdown-menu .dropdown-item label {
	font-weight: 400;
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 5px;
    width: 100%;
    margin-bottom: 0;
}

.c-drop-dv .dropdown-menu .dropdown-item:hover,
.c-drop-dv .dropdown-menu .dropdown-item:focus,
.c-drop-dv .dropdown-menu .dropdown-item.active {
	color: #987FC6;
}

/* material design 3 start */

.m3-modal .modal-content {
	border-radius: 0.5rem;
    background-color: #f6f4ff;
    outline-width: 8px;
    outline-color: #fff;
    outline-style: solid;
    border: 0 solid;
    outline-offset: -1px;
}

.m3-modal .modal-content .modal-header {
	padding-left: 23px;
    padding-top: 10px;
    border-bottom: none;
}

.m3-modal .modal-content .modal-header .modal-title {
	color: #767676;
	font-weight: 500;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.m3-modal .modal-content .modal-header .modal-title i.fa,
.m3-modal .modal-content .modal-header .modal-title i.icon {
	color: #987FC6;
	font-size: 30px;
}

.m3-modal .modal-content .modal-body {
	padding-left: 23px;
	padding-right: 23px;
}

.m3-card {
	border-radius: 8px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 2px 2px 5px rgb(0 0 0 / 20%);
}

.m3-card {
	font-family: "Segoe UI",Arial,sans-serif;	
}

.m3-font {
	font-family: "Segoe UI",Arial,sans-serif !important;	
}

.m3-title-2 {
	font-weight: 600;
    font-size: 17px;
}

.m3-table-body-title {
	color: #767676;
}

.m3-table-body-title td {
	border-top: none;
	padding-top: 0;
    padding-bottom: 2px;
    font-weight: 600;
}

.m3-btn {
	border-radius: 20px;
}

/* material design 3 end */

.tr-top-0 td {
	padding-top: 0;
}

.tr-bottom-0 td {
	padding-bottom: 0;
}

.tr-top-no-border td {
	border-top: 0;
}

.tr-top-border-bold td {
	border-top: 3px solid #dee2e6;
}

#column-select {
	max-height: 280px;
	overflow-y: scroll;
	overflow-x: clip;
}

#view-pane {
	/* overflow-y: auto; */
}

.btn-widget-remove{
	color:#bbb8b8;
}

.toast-middle-center {
	top: 30px;   
    margin: 0 auto;  
    right: 30px;   
    margin-right: 30px;
}

span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
}
span.deleteicon span {
    position: absolute;
    display: block;
    right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}

#main_table2:not(.custom-compact) td {
	/* max-width: 150px; */
	overflow: hidden;
    text-overflow: ellipsis;
}

#view-body {
	position: relative;
    top: -40px;
}

#reset-view-width, #view-close-btn {
	z-index: 100;
}

/* #main_table2:not(.custom-compact) td:hover {
	width: 150px;
	overflow: visible;
	background: #fff;
	white-space: normal;
	height: auto;
	border: 1px solid #00aeb5;
	
} */

/*************************/
#ticket-create-modal .modal-body{
	background-color: white;
    padding-left: 10px;
    padding-right: 10px;
} 

#ticket-create-modal .modal-body .card-body{
	 background-color:#f7f7f7;
} 

#ticket-create-modal .modal-header {
	background-color:black;
} 

#ticket-create-modal .modal-header .modal-title {
	color:white;
} 

#ticket-create-modal .modal-body .table {
	border: 2px solid gray;
}


#ticket-create-modal .modal-body .table td{
	border: 1.5px solid gray;
}

#ticket-create-modal #div-basicInfo .table {
	border-collapse: separate;
    border-spacing: 0px 5px;
}

#ticket-create-modal #div-basicInfo2 .table {
	border: none;
}

#ticket-create-modal #div-basicInfo2 .table td{
	border: none;
}

#ticket-create-modal .div-bordered {
	border: 2px solid gray;
}

#ticket-create-modal .table .th-label {
	border: 2px solid gray !important;
	background-color: #b4dffb;
}

#ticket-create-modal .table .td-value {
	border: 1px solid #aaaaaa !important;
	min-width: 30px !important;
}

#ticket-create-modal #div-basicInfo2 .table .td-label {
	text-align:right;
}

#ticket-create-modal #div-basicInfo2 .table .td-value {
	border: 2px solid gray
}

#ticket-create-modal #div-basicInfo2 .section-sub-title {
	text-align: center;
    border-bottom: 3px solid black !important;
    font-weight: bold;
    margin-bottom: 10px;
}

#ticket-create-modal #div-logHistory .table td{
	border: 1.5px solid black;
	text-align:center;
}

#ticket-create-modal #div-logHistory .table th{
	border: 1.5px solid black;
	text-align:center;
	background-color: #3d8bfd;
}

.nav-tabs > li .close {
    margin: -2px 0 0 10px;
    font-size: 14px;
}

#ticket-photo-modal .modal-header {
	background-color:black;
} 

#ticket-photo-modal .modal-header .modal-title {
	color:white;
} 

#toast-container > .toast-event-0 {
    background-color: #ed3f4a;
    padding:2px;
}

#toast-container > .toast-event-1 {
    background-color: #ed3f4a;
    padding:2px;
}

#toast-container > .toast-event-2 {
    background-color: #edb23f;
    padding:2px;
}

#toast-container > .toast-event-3 {
    background-color: #3fed46;
    padding:2px;
}

#toast-container > .toast-event-4 {
    background-color: #edb23f;
    padding:2px;
}

#toast-container > .toast-event-5 {
    background-color: #3fa4ed;
    padding:2px;
}

#toast-container > .toast-event-6 {
    background-color: #990000;
    padding:2px;
}

#toast-container > .toast-event-7 {
    background-color: #ed3f4a;
    padding:2px;
}

#toast-container > .toast-event-8 {
    background-color: #e753d0;
    padding:2px;
}

#toast-container > .toast-event-9 {
    background-color: rgb(0, 170, 85);
    padding:2px;
}

#toast-container > .toast-event-11 {
    background-color: #990000;
    padding:2px;
}

#toast-container > .toast-pp-0 {
    background-color: #bd9a58;
    padding:2px;
}

#toast-container > .toast-pp-1 {
    background-color: #7e776b;
    padding:2px;
}

#toast-container > .toast-pp-2 {
    background-color: #990000;
    padding:2px;
}

#toast-container > .toast-pp-3 {
    background-color: #d0cece;
    padding:2px;
}


ul.ui-autocomplete {
	z-index: 1100;
}

.tbl-data-row-bold {
	font-weight: bold;
	background-color: #7788990f;
}

.th-sort {
	cursor: pointer;
}

.tbl-sort-icon.fa-sort {
	color:#c6cacf;
}

.wrapper .div {
  position: relative;
  background-color: var(--main-color);
}

.wrapper .copyright-pvomi {
  position: absolute;
  width: 184px;
  bottom: 10px;
  left: 25px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 15.wrapper .4px;
}

.wrapper .text-wrapper {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 15.wrapper .4px;
}

.wrapper .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  /* position: absolute;
  top: 36px;
  left: 0; */
}

.wrapper .btn-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  opacity: 0.wrapper .7;
}

.wrapper .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.wrapper .img {
  position: relative;
  width: 22px;
  height: 22px;
}

.wrapper .text-wrapper-2 {
  position: relative;
  width: 138px;
  margin-top: -1.wrapper .00px;
  font-family: var(--16px-text-regular-font-family);
  font-weight: var(--16px-text-regular-font-weight);
  color: #ffffff;
  font-size: var(--16px-text-regular-font-size);
  letter-spacing: var(--16px-text-regular-letter-spacing);
  line-height: var(--16px-text-regular-line-height);
  font-style: var(--16px-text-regular-font-style);
}

.wrapper .frame-wrapper {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background-color: #ffffff14;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.wrapper .frame-3 {
  display: inline-flex;
  height: 22px;
  align-items: center;
  gap: 8px;
  position: relative;
}

.wrapper .text-wrapper-3 {
  position: relative;
  width: 138px;
  margin-top: -1.wrapper .00px;
  font-family: var(--16px-text-bold-font-family);
  font-weight: var(--16px-text-bold-font-weight);
  color: #ffffff;
  font-size: var(--16px-text-bold-font-size);
  letter-spacing: var(--16px-text-bold-letter-spacing);
  line-height: var(--16px-text-bold-line-height);
  font-style: var(--16px-text-bold-font-style);
}

.wrapper .component {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.wrapper .frame-4 {
  display: flex;
  flex-direction: column;
  width: 232px;
  align-items: flex-start;
  position: absolute;
  top: 740px;
  left: 0;
}

.wrapper .btn-sidebar-2 {
  gap: 4px;
  padding: 12px 32px;
  border-radius: 4px;
  opacity: 0.wrapper .7;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.wrapper .img-2 {
  position: relative;
  width: 16px;
  height: 16px;
}

.wrapper .group-7 {
  position: absolute;
  width: 150px;
  height: 47px;
  top: 0;
  left: 42px;
  aspect-ratio: 3.list-page .18;
}

.wrapper .vector {
  position: absolute;
  width: 48px;
  height: 47px;
  top: 0;
  left: 0;
}

.wrapper .id {
  position: absolute;
  width: 99px;
  height: 8px;
  top: 34px;
  left: 51px;
}

.wrapper .id-dznykh {
  position: absolute;
  width: 99px;
  height: 24px;
  top: 8px;
  left: 51px;
}

body.sidebar-collapse .brand-link .vector {
  left:-9px !important;
}

body.sidebar-collapse .brand-link .id {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
}

body.sidebar-collapse .brand-link .id-dznykh {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
}

.nav-sidebar>.nav-item {
	padding: 8px 0px !important;
}

.sidebar a {
	color: white !important;
}

.nav-sidebar li a {
	padding-left: 30px;
}

.nav-sidebar .nav-sidebar>.nav-item {
    padding: 0px 0px !important;
}

.navbar-light .navbar-nav .nav-link {
	color: white !important;
}

.main-header .navbar-nav .nav-item {
	margin-left: 60px !important;
}

.nav-sidebar ul li a {
	padding-left: 40px !important;
}

.nav-link {
	line-height: 1.2 !important;
}

.main-sidebar {
	overflow-x:hidden;
}

.note-box {
    white-space: pre-line;
    overflow-y: auto;
    padding: 8px;
    box-sizing: border-box;
}

#sc_table thead,
#sc_table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#sc_table tbody {
    display: block;
    max-height: 320px;   /* 10 rows × ~32px */
    overflow-y: auto;
}

#sc_table thead {
    width: 100%;
}

.tbl-10-row thead,
.tbl-10-row tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.tbl-10-row tbody {
    display: block;
    max-height: 320px;   /* 10 rows × ~32px */
    overflow-y: auto;
}

.tbl-10-row thead {
    width: 100%;
}

