/* Minification failed. Returning unminified contents.
(60,52): run-time error CSS1030: Expected identifier, found '.'
(60,75): run-time error CSS1031: Expected selector, found ')'
(60,75): run-time error CSS1025: Expected comma or open brace, found ')'
(96,19): run-time error CSS1039: Token not allowed after unary operator: '-bs-breadcrumb-divider'
(178,15): run-time error CSS1039: Token not allowed after unary operator: '-ct-input-placeholder-color'
(183,15): run-time error CSS1039: Token not allowed after unary operator: '-ct-input-placeholder-color'
(188,15): run-time error CSS1039: Token not allowed after unary operator: '-ct-input-placeholder-color'
(193,15): run-time error CSS1039: Token not allowed after unary operator: '-ct-input-placeholder-color'
(198,15): run-time error CSS1039: Token not allowed after unary operator: '-ct-input-placeholder-color'
(220,26): run-time error CSS1039: Token not allowed after unary operator: '-ct-input-bg'
(222,26): run-time error CSS1039: Token not allowed after unary operator: '-ct-input-border-color'
 */
/*
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}
*/
body {
  margin: 0;
  font-size: 14px !important;
}

.form-control {
  font-size: inherit !important;
}

* {
  outline: none !important;
}

.form-control:focus, .form-check-input:focus, .form-select:focus, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.validation-summary-errors {
  font-family: 'Lato','Noto Sans KR','나눔고딕','Nanum Gothic',NanumGothic,Helvetica Neue,Helvetica,AppleSDGothicNeo,Arial,sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.field-validation-error {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  line-height: 1;
  width: auto;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  display: none;
}


.input-validation-error, .form-floating-manual:has(.field-validation-error) {
  border-width:2px;
  border-color: #fa5c7c !important;
  padding-right: calc(1.5em + .9rem);
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fa5c7c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fa5c7c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .225rem) center;
  background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.text-INfiniteTHINKers {
  font-family: tahoma,Arial,"Arial Black", "Arial Bold", verdana, helvetica, sans-serif;
  color: rgba(65,131,196,1) !important;
  text-decoration:none !important;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}

  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.8rem;
    color: #a1a1a8;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  }

.breadcrumb-item.active {
  color: #a1a1a8;
}

.box-shadow {
  box-shadow: 0 8px 12px 0 rgba(33,37,41,.15);
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
  -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
  -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

.bg-yellow {
  background-color: rgba(255,245,0,1) !important;
}

.text-yellow {
  color: rgba(255,205,0,1) !important;
}

.text-white {
  color: rgba(255,255,255,1) !important;
}

.text-red {
  color: rgba(255,50,50,1) !important;
}

.text-grey {
  color: rgba(133,133,133,1) !important;
}

.text-black-25 {
  color: rgba(0,0,0,0.25) !important;
}

.fs-s14 {
  font-size: 14px !important;
}

.fs-s13 {
  font-size: 13px !important;
}

.fs-s12 {
  font-size: 12px !important;
}

.fs-s11 {
  font-size: 11px !important;
}

.fs-s10 {
  font-size: 10px !important;
}

.gridjs-footer, th.gridjs-th, td.gridjs-td {
  padding: 10px 12px !important;
}

input.gridjs-input {
  padding: 5px 7px !important;
}

#gridwrapper {
  font-size: 13px !important;
}

.gridjs-wrapper {
  border-radius: 3px 3px 0 0 !important;
}

.gridjs-footer {
  border-radius: 0 0 3px 3px !important;
}

.gridjs-input::-webkit-input-placeholder {
  color: var(--ct-input-placeholder-color);
  opacity: 1;
}

.gridjs-input::-moz-placeholder {
  color: var(--ct-input-placeholder-color);
  opacity: 1;
}

.gridjs-input:-ms-input-placeholder {
  color: var(--ct-input-placeholder-color);
  opacity: 1;
}

.gridjs-input::-ms-input-placeholder {
  color: var(--ct-input-placeholder-color);
  opacity: 1;
}

.gridjs-input::placeholder {
  color: var(--ct-input-placeholder-color);
  opacity: 1;
}

.pe-on {
  cursor: pointer !important;
}

.form-floating .note-editor {
  padding-top: 30px;
}

.form-floating-manual {
  position: relative;
  padding: 1rem 0.9rem;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  height: calc(3.5rem + 2px);
  display: block;
  width: 100%;
  appearance: none;
  border-radius: 0.25rem;
  background-color: var(--ct-input-bg);
  background-clip: padding-box;
  border: 1px solid var(--ct-input-border-color);
}

.form-floating-manual-label {
  opacity: .65;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.7rem 0.5rem;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
