@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }

  .modal-xl {
    width: 900px;
  }
}

@media (min-width: 1202px) {
  .modal-xl {
    width: 80vw;
  }
}

.clickable {
  cursor: pointer;
}

.user-image-sm {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #eee;
}

.author-menu-container {
  background-color: white;
}

.author-menu-container::after {
  content: '';
  display: table;
  clear: both;
}

.author-menu-container .panel {
  margin-bottom: 0;
}

.panel-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-body .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.modal-body .table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

.no-margin {
  margin: 0;
}

.form-sm .control-label {
  font-size: 13px;
  padding-top: 7px;
  letter-spacing: -0.08em
}

.form-sm .form-control {
  font-size: 11px;
  height: 34px;
  padding: 8px 9px;
}

.control-label.required::after {
  content: " *";
  color: #ca0000;
  font-weight: bold;
}

.pagination-wrapper {
  margin: 0 auto;
  padding: 20px;
}

.pagination-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

*[pagination] {
  display: table;
  margin: auto;
}

*[pagination]::after {
  content: "";
  display: table;
  clear: both;
}

.form-control.plane-text {
  border: 1px solid #f7f7f7;
  color: #000;
}

.image-editor {
  text-align: center;
  padding: 5px;
  padding-left: 10%;
  padding-right: 10%;
}

.image-editor img {
  width: 100%;
}

.image-editor .editor-ctrls {
  display: none;
}

.image-editor:hover .editor-ctrls {
  display: block;
}

.image-editor .editor-ctrls {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.image-editor .editor-ctrls .btn {
  font-size: 12pt;
  border-radius: 100%;
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
}

.image-editor .editor-ctrls .btn i {
  font-size: 15px;
  font-weight: 600;
}

.app .app-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 99999;
  opacity: 0.5;
}

.app .app-loader .loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.app-loader .loader-container i {
  font-size: 65pt;
}

.app .block.block-grid {
  margin: 10px;
  padding: 0;
  border-radius: 0;
  width: calc(100% - 20px);
  margin-bottom: 0;
  border-bottom: 0;
}

.app .block {
  width: 100%;
}

.tui-grid {
  display: block;
}

.tui-grid-layer-focus,
.tui-grid-layer-focus-border {
  background-color: #fff0 !important;
}

.tui-grid-cell-content input[type="text"],
.tui-grid-cell-content select {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tui-grid-cell-content input[type="text"]:focus,
.tui-grid-cell-content select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.tui-grid-cell-content input[type="text"]::-moz-placeholder,
.tui-grid-cell-content select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.tui-grid-cell-content input[type="text"]:-ms-input-placeholder,
.tui-grid-cell-content select:-ms-input-placeholder {
  color: #999999;
}

.tui-grid-cell-content input[type="text"]::-webkit-input-placeholder,
.tui-grid-cell-content select::-webkit-input-placeholder {
  color: #999999;
}

.tui-grid-cell-content input[type="text"]::-ms-expand,
.tui-grid-cell-content select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.tui-grid-cell-content input[type="text"][disabled],
.tui-grid-cell-content input[type="text"][readonly],
.tui-grid-cell-content select[disabled],
.tui-grid-cell-content select[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.tui-grid-cell-content input[type="text"][disabled],
.tui-grid-cell-content select[disabled] {
  cursor: not-allowed;
}

.tui-grid-pagination {
  padding: 15px;
  border-top: 1px solid #eee;
}

.tui-grid-pagination:after {
  content: "";
  display: table;
  clear: both;
}

.tui-grid-pagination .page-options {
  width: 120px;
  float: left;
  margin-top: 4px;
}

.tui-grid-pagination ul.paging {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 140px;
  float: right;
}

.tui-grid-pagination ul.paging:after {
  content: "";
  display: table;
  clear: both;
}

.tui-grid-pagination>ul.paging>li.text {
  width: 56px;
  padding-left: 0;
  padding-right: 0;
}

.tui-grid-pagination>ul.paging>li {
  padding: 12px 0;
  border: none;
  display: inline;
  width: 42px;
  height: 42px;
  text-align: center;
  border: 1px solid #fff0;
}

.tui-grid-pagination>ul.paging>li a {
  color: #212121;
}

.tui-grid-pagination>ul.paging>li.link {
  border-radius: 5px;
}

.tui-grid-pagination>ul.paging>li.link:hover {
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #dcdcdc;
}

.tui-grid-cell-head.tui-grid-cell-selected {
  background-color: #f9f9f9 !important;
}

.tui-grid-layer-selection {
  display: none !important;
}

.tui-grid-cell-row-head.tui-grid-cell-selected {
  background-color: #fff !important;
}

.ui-jqgrid {
  border: 0;
  border-radius: 0;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  cursor: default;
}

.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  text-align: center;
  padding: 10px;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
  background-color: #fcfcfc;
  color: #262626;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
  padding: 10px;
  border: 1px solid #eee;
}

.ui-state-highlight {
  background-color: #fff;
}

.ui-jqgrid .ui-selected {
  background-color: #efefef !important;
}

.ui-jqgrid .ui-success {
  background-color: #e4f1e4;
}

.ui-jqgrid .ui-info {
  background-color: #f0faff;
}

.ui-jqgrid .ui-danger {
  background-color: #fde3e3;
}

.app .panel>.panel-heading {
  padding: 0;
  /*border-bottom: 0;*/
}

.app .panel>.panel-heading .panel-title {
  padding: 10px 12px;
}

.app .panel .panel-elements.panel-elements-cp.pull-right {
  padding: 10px 10px;
}

.panel-heading h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: auto;
}

.panel ul.nav.nav-tabs {
  border: 0;
  height: 60px;
}

.panel ul.nav.nav-tabs li a {
  height: 60px;
  padding: 19px 25px;
  color: #9b9b9b;
}

.panel ul.nav.nav-tabs li.active a {
  color: #454545;
}

.app .app-login-logo {
  padding: 50px 15px 50px 0;
}

.app .app-login-logo img {
  width: auto;
  max-width: 200px;
}

.ui-jqgrid .ui-icon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-indent: inherit;
  font-size: 16px;
  margin-top: 0;
}

.ui-jqgrid .tree-plus:before {
  content: "\f0da";
}

.ui-jqgrid .tree-minus:before {
  content: "\f0d7";
}

.profile-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.profile-image-container .image-editor {
  padding: 10px 15%;
}

.profile-image-container .image-editor img {
  box-shadow: none;
  border-radius: 100%;
  border: 1px solid #eee;
}

.profile-image-container .image-editor .editor-ctrls {
  top: 50%;
}

.btn.btn-icon.btn-informer {
  position: relative;
  overflow: visible;
}

.btn.btn-icon.btn-informer span.informer {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: #F04E51;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 0px;
  line-height: 17px;
  display: block;
  cursor: default;
  width: 22px;
  height: 18px;
  z-index: 100;
  border: 1px solid #ee363a;
  -webkit-box-shadow: 0 0 0 2px rgba(240, 78, 81, .3);
  -moz-box-shadow: 0 0 0 2px rgba(240, 78, 81, .3);
  box-shadow: 0 0 0 2px rgba(240, 78, 81, .3);
  border-radius: 3px;
}

.app-header.project-selection {
  float: left;
  display: inline-block;
  position: relative;
  padding: 20px;
  text-align: center;
  width: auto;
  margin-left: 20px;
  cursor: default;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media(max-width: 992px) {
  .app-header.project-selection {
    margin-left: 52px;
  }
}

.app-header.project-selection.has-children,
.app-header.project-selection.has-children a {
  cursor: pointer;
}

.app-header.project-selection.has-children.open:after {
  content: "\f0d8";
}

.app-header.project-selection.has-children:after {
  content: "\f0d7";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.app-header.project-selection a {
  color: #000;
  cursor: default;
}

.app-header.project-selection a:hover,
.app-header.project-selection a:focus {
  text-decoration: none;
}

.app-header.project-selection ul {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  width: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 3px 4px 4px 0px #aeaeae;
  z-index: 15;
  max-height: 40vh;
  overflow-y: auto;
}

.app-header.project-selection ul>li {
  padding: 15px 20px;
  display: block;
  /*
  width: 320px;
  */
  width: 600px;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}

.app-header.project-selection ul>li:hover {
  background-color: #eee;
}

.app-header.project-selection ul>li:has(input) {
  padding: 5px 20px;
}

.app-header.project-selection ul>li:has(input):hover {
  background-color: transparent;
}

.app-header.project-selection ul>li input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.app-header.project-selection ul>li a {
  /*display: block;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-header.project-selection.open ul {
  display: block;
}

.ui-common-table th .app-checkbox label {
  top: -15px;
  left: 5px;
}

.ui-common-table td .app-checkbox label {
  top: -14px;
  left: 4px;
}

.panel-heading:after {
  content: " ";
  display: table;
  clear: both;
}

.panel-heading .panel-title {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 5px;
  margin: 0;
}

.panel-elements .btn span.title {
  margin-left: 5px;
}

@media(max-width: 1024px) {
  .panel-elements .btn span.title {
    display: none;
  }
}

.modal .modal-dialog {
  margin: 35px auto 0px;
}

.modal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #eee;
}

.form-horizontal .form-group {
  margin-left: 0;
}

.modal-scroll {
  overflow-y: scroll;
}

.panel-heading .form-group {
  float: right;
  width: 150px;
  padding: 13px;
  padding-left: 0px;
  margin: 0;
}

.modal-close-button {
  position: absolute;
  top: 0;
  right: -35px;
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #eaeaea;
}

.modal-close-button span {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  font-size: 20px;
}

.input-group-addon.text-only {
  border: none;
  background-color: transparent;
}

.kma-manager-run-test-adjust .detail-subject-image {
  box-shadow: 3px 3px 8px #565656;
  margin-bottom: 15px;
}

.kma-manager-run-test-adjust .detail-subject-image img {
  width: 100%;
}

.kma-manager-run-test-adjust .detail-subject-info {
  width: 100%;
  text-align: center;
}

.kma-manager-run-test-adjust .detail-subject-info p {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.kma-manager-run-test-adjust .detail-subject-info p.code {
  font-size: 16pt;
}

.kma-manager-run-test-adjust .detail-subject-info p.name {
  font-size: 12pt;
}

.kma-manager-run-test-adjust.view-large-image img {
  width: 100%;
}

.form-horizontal .form-group {
  margin-bottom: 16px;
}

.form-horizontal .panel .panel-body {
  padding-bottom: 0px;
  background: #fff;
  /*border-top: 1px solid #dbe0e4;*/
}

.page-ctrls {
  margin-bottom: 15px;
}

.kma-grid-adjust {
  width: 100%;
}

.kma-grid-adjust label {
  height: 100%;
  margin: 0;
  margin-top: 11px;
}

td .kma-grid-adjust label {
  font-weight: normal;
}

.kma-grid-adjust .ctrls {
  float: right;
}

.kma-grid-adjust span {
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  display: block;
  cursor: pointer;
}

.kma-grid-adjust span.up:after {
  content: "\f0d8";
}

.kma-grid-adjust span.down:after {
  content: "\f0dd";
}

.modal-body.no-padding {
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #eee;
}

.ui-jqgrid .ui-jqgrid-htable th,
.ui-jqgrid .ui-jqgrid-btable td {}

.kma-evaluator .image-editor img {
  width: 250px;
  border-radius: 100%;
  border: 1px solid #eee;
}

.kma-evaluator .image-editor {
  margin-bottom: 20px;
  position: relative;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin-top: 6px;
  font-size: 20px;
}

.search-box {
  padding-right: 54px;
  position: relative;
  margin-bottom: 15px;
}

.search-box .btn i {
  margin: 0;
}

.search-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.search-box .form-control {
  border-radius: 5px 0 0 5px;
}

.table.kma-table thead th {
  background-color: #384250;
  color: #fff;
}

.modal-body .search-block {
  z-index: 9999;
}

.modal-body .search-block:after {
  content: " ";
  display: table;
  clear: both;
}

/* daterangepicker custom */
.daterangepicker {
  margin-top: 10px;
}

.daterangepicker .calendar-table th {
  color: #454545;
  font-size: 13px;
}

.daterangepicker td.in-range {
  background-color: #f5f5f5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #292f43;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid #454545;
  border-width: 0 1px 1px 0;
}

.daterangepicker select.monthselect {
  margin-right: 4%;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  width: auto;
  height: 28px;
  padding-left: 5px;
  vertical-align: middle;
  color: #454545;
  border: 1px solid #ccd3d9;
  border-radius: 3px;
}

.force-height-120px {
  height: 120px !important;
}

.bootbox.modal.bootbox-header-success .modal-header {
  border-radius: 0;
  background-color: #6ea038;
  color: #fff;
}

.bootbox.modal.bootbox-header-primary .modal-header {
  border-radius: 0;
  background-color: #232839;
  color: #fff;
}

.bootbox.modal.bootbox-header-info .modal-header {
  border-radius: 0;
  background-color: #42b0db;
  color: #fff;
}

.bootbox.modal.bootbox-header-warning .modal-header {
  border-radius: 0;
  background-color: #e79500;
  color: #fff;
}

.bootbox.modal.bootbox-header-danger .modal-header {
  border-radius: 0;
  background-color: #f04e51;
  color: #fff;
}

.step-title {
  padding: 10px;
  margin-bottom: 20px;
}

.step-title .step-contents {
  display: inline-block;
  text-align: center;
}

.step-title .step-contents span {
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 28px;
  text-align: center;
  font-size: 25px;
  border: 1px solid #eee;
  border-radius: 100%;
  margin: auto;
}

.step-title .step-contents span.highlight {
  background-color: #3eaeda;
  border-color: #2081a7;
  color: #fff;
}

.oauth-list-wrapper {}

.oauth-list-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oauth-list-wrapper ul li {
  padding: 11px;
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}

.oauth-list-wrapper ul li:after {
  content: " ";
  display: table;
  clear: both;
}

.oauth-list-wrapper ul li .res-name {
  float: left;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  padding-top: 9px;
}

.oauth-list-wrapper ul li .res-ctrls {
  float: right;
  margin-right: 8px;
}

.kma-app {}

.kma-app .changer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10pt;
}

.kma-app .changer-list li {
  padding: 0;
  margin: 0;
}

.kma-app .changer-list li div {
  float: left;
  width: calc(33.33% - 20px);
  text-align: center;
  height: 40px;
}

.kma-app .changer-list li.title .from,
.kma-app .changer-list li.title .to,
.kma-app .changer-list li.title .force {
  padding-top: 9px;
  font-weight: 900;
}

.kma-app .changer-list li .from,
.kma-app .changer-list li .to,
.kma-app .changer-list li .force {
  padding: 3px 11px;
}

.kma-app .changer-list li .force .app-checkbox {
  margin: auto;
  width: 100%;
}

.kma-app .changer-list li .force .app-checkbox label span {
  top: -8px;
}

.kma-app .changer-list li .ctrls {
  width: 40px;
}

.kma-app .changer-list li .ctrls .btn-icon {
  font-size: 8pt;
  background-color: transparent;
  border: none;
}

.kma-app .subject .image-editor {
  padding: 0;
}

.kma-app .subject .image-editor .editor-ctrls {
  top: 40px;
  bottom: none;
}

.table.table-bbs {
  border-radius: 0;
}

.table.table-bbs thead tr th {
  text-align: center;
  background-color: #f5f5f5;
}

.table.table-bbs thead tr th,
.table.table-bbs tbody tr td {
  font-size: 13px;
  height: 40px;
}

a.checkbox,
a.checkbox:hover {
  cursor: pointer;
  color: #000;
}

a.checkbox:disabled {
  color: #000;
  cursor: not-allowed;
}

pagination {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 0;
  padding-top: 4px;
}

pagination:after {
  content: " ";
  display: table;
  clear: both;
}

.pagination {
  float: none;
}

.app-board {
  width: 100%;
}

.app-board .board-header {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.app-board .board-header:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-header .form-group {
  padding-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #f1f1f1;
}

.app-board .board-header .form-group:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.app-board .board-header .board-attachment:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-header .board-attachment ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0;
}

.app-board .board-header .board-attachment ul li {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #eff1f5;
  margin-bottom: 5px;
}

.app-board .board-header .board-attachment ul li:last-child {
  border: none;
}

.app-board .board-header .board-attachment ul li:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-header .board-attachment ul li.attach-ctrls {
  border-bottom: 2px solid #292f43;
}

.app-board .board-header .board-attachment ul li.attach-ctrls .btn {
  float: left;
}

.app-board .board-header .board-attachment ul li.attach-ctrls .attach-info {
  float: left;
  font-size: 13px;
  padding: 10px 5px;
  margin-left: 15px;
  font-weight: 600;
}

.app-board .board-header .board-attachment ul li .attachment-elements {
  float: left;
  padding: 10px 5px;
}

.app-board .board-header .board-attachment ul li .attachment-ctrls {
  float: right;
}

.app-board .board-header .board-attachment ul li .attachment-ctrls .btn-icon-sm {
  font-size: 13px;
  border: 0;
  background-color: transparent;
  padding: 6px 10px;
}

.app-board .board-body {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.app-board .board-body:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-body .panel {
  margin: 0;
}

.app-board .board-ctrls {
  margin-bottom: 20px;
  text-align: right;
}

.app-board .board-header h1.board-title {
  font-size: 2em;
  line-height: 2.5em;
  margin-bottom: 30px;
  float: none;
}

.app-board .board-header .board-info:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-header .board-info div {
  float: left;
  margin-right: 15px;
}

.app-board .board-header .board-info .download-attachment {
  float: right;
  position: relative;
}

.app-board .board-header .board-info .download-attachment a,
.app-board .board-header .board-info .download-attachment a:hover,
.app-board .board-header .board-info .download-attachment a:focus {
  color: #252525;
  text-decoration: none;
  cursor: pointer;
}

.app-board .board-header .board-info .download-attachment a:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: 600;
  content: "\f0d7";
}

.app-board .board-header .board-info .download-attachment.open a:after {
  content: "\f0d8";
}

.app-board .board-header .board-info .download-attachment ul {
  display: none;
  position: absolute;
  right: 0;
  top: 27px;
  width: auto;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #bdbdbd;
}

.app-board .board-header .board-info .download-attachment.open ul {
  display: block;
}

.app-board .board-header .board-info .download-attachment ul li {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 350px;
  cursor: pointer;
}

.app-board .board-header .board-info .download-attachment ul li:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-header .board-info .download-attachment ul li .attachment-elements {}

.app-board .board-header .board-info .download-attachment ul li .attachment-elements:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-view {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
  min-height: 400px;
}

.app-board .board-view:after {
  content: " ";
  display: table;
  clear: both;
}

.app-board .board-view-ctrls {
  padding: 20px 0;
  padding-top: 0;
}

.app-board .board-view-ctrls .btn-group .btn {
  font-size: 10px;
  padding: 2px 13px;
  margin-right: 5px;
  border-radius: 0;
}

.app-board .board-view-ctrls .btn-group .btn:last-child {
  margin-right: 0;
}

.ui-jqgrid .ui-jqgrid-htable thead th div.app-checkbox,
.ui-jqgrid .ui-jqgrid-btable tbody td div.app-checkbox {
  margin: 0;
}

.kma-edit-description {
  cursor: pointer;
  width: 100%;
  height: 60px;
  text-align: left;
  overflow-y: auto;
  padding-left: 10px;
}

.kma-edit-description:readonly {
  cursor: default;
}

.form-group a {
  padding: 0 4px;
  margin-top: 8px;
  display: block;
}

.app-header-select-box {
  margin: 0 10px;
  width: 120px;
  height: 60px;
  padding: 8px 0;
}

.app-header-select-box select {
  width: 100%;
  padding: 11px 10px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
}

.form-group span.text {
  display: flex;
  padding: 10px 0px;
  height: 40px;
}

.form-group span.text i {
  padding-top: 5px;
}

.block.block-border {
  border: 1px solid #dcdcdc;
}

span.adjusted {
  font-weight: 600;
  color: #1956d0;
}

span.adjust-original {
  color: #828282;
}

.modal-ctrls {
  display: inline-block;
  float: right;
}

.modal-ctrls .form-control {
  width: 120px;
}

.message-alert .message-area {
  position: absolute;
  right: 0;
  top: 45px;
  min-width: 420px;
  background-color: #fff;
  border-color: #DBE0E4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .15);
  z-index: 20;
}

.message-alert .message-area .message-area-title {
  padding: 10px 15px;
  background: #F9F9F9;
  border-bottom: 1px solid #DBE0E4;
}

.message-alert .message-area .message-area-title:after {
  content: " ";
  display: table;
  clear: both;
}

.message-alert .message-area .message-area-title h3 {
  font-size: 15px;
  float: left;
  width: auto;
  margin: 7px 0;
}

.message-alert .message-area .message-area-title .message-ctrls {
  float: right;
}

.message-alert .message-area ul.message-list {
  height: 260px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.message-alert .message-area .message-area-footer {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.message-alert .message-area ul.message-list {
  overflow-y: scroll;
}

.message-alert .message-area ul.message-list li {
  margin: 10px 20px;
  padding: 15px;
  border: 1px solid #e4e4e4;
  width: 360px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  position: relative;
}

.message-alert .message-area ul.message-list li .user-image {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.message-alert .message-area ul.message-list li .user-image .user-image-sm {
  width: 40px;
  height: 40px;
}

.message-alert .message-area ul.message-list li span.new {
  background-color: #1769e2;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.message-alert .message-area ul.message-list li .contents {
  float: left;
  width: 260px;
}

.message-alert .message-area ul.message-list li .contents:after {
  content: " ";
  display: table;
  clear: both;
}

.message-alert .message-area ul.message-list li .contents .username {
  color: #5a5a5a;
  margin-bottom: 2px;
}

.message-alert .message-area ul.message-list li .contents .message {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.message-alert .message-area ul.message-list .no-message {
  height: 100%;
  width: 100%;
  position: relative;
}

.message-alert .message-area ul.message-list .no-message span.message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #adadad;
}

.modal-header .modal-header-image {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
  border: 1px solid #d4d4d4;
  position: relative;
}

.modal-header .modal-header-image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-body pre {
  background: transparent;
  border: none;
  font-size: 14px;
  font-family: inherit;
  height: 250px;
  overflow-y: auto;
}

.no-group-wrapper {
  position: relative;
}

.no-group-wrapper span.message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #c1c1c1;
}

.message-sender-card {
  margin: 10px;
  padding: 20px;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 2px 2px #f7f7f7;
}

.message-sender-card:hover {
  box-shadow: 0px 0px 2px 2px #e2e2e2;
  cursor: pointer;
}

.message-sender-card:after {
  content: " ";
  display: table;
  clear: both;
}

.message-sender-card .image {
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
  border: 1px solid #d0d0d0;
}

.message-sender-card.selected .image {
  background: #009430;
  color: #fff;
}

.message-sender-card .image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.message-sender-card.selected .image img {
  display: none;
}

.message-sender-card .image i {
  display: none;
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.message-sender-card.selected .image i {
  display: block;
}

.message-sender-card .user-info {
  float: left;
  display: inline-block;
}

.message-sender-card .user-info span {
  display: block;
  min-height: 20px;
  margin-bottom: 5px;
}

.message-sender-card .user-info span.name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.message-sender-card .user-info span.group {
  font-size: 14px;
  color: #505050;
}

textarea.message-editor {
  width: 100%;
  height: 250px;
  overflow-y: auto;
  resize: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 8px;
}

/* 로그*/
.mgt_30 {
  margin-top: 30px
}

.mgb_30 {
  margin-bottom: 30px
}

.t_l {
  text-align: left !important
}

.left_title {
  float: left;
  color: #fff;
  width: 50%;
  margin-top: 150px
}

.left_title .s_title {
  background: #ec205e;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block
}

.left_title .b_title {
  font-weight: 900;
  font-size: 4em;
  letter-spacing: -0.06em;
  line-height: 1.1em;
  white-space: pre;
}

.left_title .i_title {
  margin-top: 10px
}

.login_title {
  width: 100%;
  text-align: center;
  font-size: 2.4em;
  margin: 40px 0;
  color: #434343;
  font-weight: 200;
  letter-spacing: -0.05em
}

.login_input_title {
  color: #333
}

.app .app-login-box {
  width: 800px;
  margin: 50px auto;
  zoom: 1;
  box-shadow: none;
  background: none
}

.app-login-box-container {
  background: #fff;
  float: right;
  width: 50% !important;
  -webkit-box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.05);
}

.input_border_bg1 {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  background: url('../../../img/login_icon_id.gif') no-repeat right 5px !important;
  font-size: 1.3em
}

.input_border_bg2 {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  background: url('../../../img/login_icon_pw.gif') no-repeat right 5px !important;
  font-size: 1.3em
}

.login_wrap {
  background: url('../../../img/login_bg.jpg') no-repeat center;
  background-size: cover;
}

.app .app-container {
  background: none
}

@media screen and (max-width:700px) {
  .app .app-login-box {
    width: 360px;
    margin: 0 auto
  }

  .left_title {
    display: none
  }

  .app-login-box-container {
    width: 100% !important
  }
}

.forgot_wrap .app-login-box {
  width: 800px;
  margin: 50px auto;
  zoom: 1;
  background: #fff
}

.forgot_wrap .app-login-box .app-login-box-container {
  box-shadow: none;
  background: none;
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
  padding: 50px 40px
}

.forgot_wrap .title {
  font-size: 1.5em;
  font-weight: bold;
  display: block
}

.forgot_wrap .form-group span {
  margin: 20px 0;
  display: inline-block
}

.forgot_wrap .s_title {
  margin: 0 0 15px
}

@media screen and (max-width:700px) {
  .forgot_wrap .app-login-box {
    width: 360px;
    margin: 50px auto;
    zoom: 1;
    background: #fff
  }
}

.modal .modal-dialog .modal-content {
  box-shadow: none
}

.modal-close-button {
  background-color: #f04e51;
  width: 32px;
  height: 32px;
  text-align: center;
  right: -32px
}

.modal-close-button span {
  width: 32px
}

.text_detail .control-label {
  float: left;
  font-weight: bold !important;
  color: #333
}

.text_detail .text {
  padding: 0 10px !important;
  color: #999
}

.app-sidebar .mCSB_container {
  background-color: #fff;
}

.file-downloader {}

.file-downloader:after {
  content: " ";
  display: table;
  clear: both;
}

.file-downloader-subject {
  margin-right: 5px;
}

.file-downloader .file-opener:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.file-downloader .file-opener.has-children {
  padding-right: 30px;
}

.file-downloader .file-opener.has-children.open:after {
  content: "\f0d8";
}

.file-downloader .file-opener.has-children:after {
  content: "\f0d7";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.file-downloader ul.file-list {
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  z-index: 20;
  width: 450px;
  border: 1px solid #eee;
  margin: 0;
  padding: 15px 0px;
  box-shadow: 1px 2px 3px #9a9a9a;
  border-radius: 5px;
  list-style: none;
}

.file-downloader ul.file-list li {
  padding: 7px 15px;
}

.file-downloader ul.file-list li:hover {
  background-color: #eee;
  cursor: pointer;
}

.file-downloader ul.file-list li .file-info:after {
  content: " ";
  display: table;
  clear: both;
}

.file-downloader ul.file-list li .file-info .name {
  float: left;
  width: calc(100% - 50px);
  font-size: 13px;
  line-height: 40px;
}

.file-downloader-subject ul.file-list li .file-info .name {
  float: left;
  width: calc(100% - 100px);
  font-size: 13px;
  line-height: 40px;
}

.file-downloader ul.file-list li .file-info .ctrls {
  float: left;
}
.file-downloader-subject ul.file-list li .file-info .ctrls button {
  margin-right: 5px;
}

.app-navigation.app-navigation-style-default nav>ul>li ul>li>a[disabled] {
  cursor: not-allowed !important;
  text-decoration: line-through;
  pointer-events: none;
}
