@charset "UTF-8";

/* --------------------------------------------------------------------
 * Custom OneUI.css
 * --------------------------------------------------------------------
 */
#page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 999998;
}
#page-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #5c90d2;
  border-radius: 100%;
  content: '';
  z-index: 999999;
  -webkit-animation: page-loader 0.9s infinite ease-in-out;
  animation: page-loader 0.9s infinite ease-in-out;
}
.ie9 #page-loader:after {
  text-align: center;
  content: 'Loading..';
  background-color: transparent;
}

.switch.switch-sm {
  margin: 3px 0 3px;
  font-size: 12px;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/*
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}*/

.table-hover tbody tr:hover td {
    background-color: #eeeeea;
}

/* button */
.btn-purple {
  color: #ffffff;
  background-color: #b867ff;
  border-color: #8c51b2;
}
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:hover {
  color: #ffffff;
  background-color: #ac4ffe;
  border-color: #6f05b4;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #ac4ffe;
  border-color: #6f05b4;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
  color: #ffffff;
  background-color: #ac4ffe;
  border-color: #6f05b4;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #b867ff;
  border-color: #8c51b2;
}
.btn-purple .badge {
  color: #ac4ffe;
  background-color: #ffffff;
}

/* dataTable 변경 */
.dataTables_empty {
	text-align: center;
}
div.dataTables_filter {
    text-align: left;
}
div.dataTables_length {
    text-align: right;
}
table.dataTable thead>tr>th {
    padding-left: 8px;
    /* padding-right: 30px; */
    padding-right: 8px;
}

.page-heading {
	color: #4285f4;
}

.side-content {
	/* padding: 13px 20px 1px; */
	padding: 13px 20px 13px;
}



/* --------------------------------------------------------------------
 * Custom Bootstrap.css
 * --------------------------------------------------------------------
 */
.breadcrumb {
	font-size: 13px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[readonly] {
	background-color: #fff;
	opacity: 1
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline,
	.form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 0;
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 600;
	vertical-align: middle;
	cursor: pointer
}

input[type=checkbox], input[type=radio] {
	margin: 3px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

select {
	font-size: 13px !important;
}

/*
.form-check-label {
	margin-bottom: 0;
	cursor: pointer;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}
*/

/*
.table>tbody>tr>td .btn-group .btn {
    font-size: 15px;
}
*/

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    vertical-align: middle;
}
.table>tbody>tr>td {
	height: 56px;
}

/* notify */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 10px
}

/* confirm */
.jconfirm .jconfirm-cell {
	vertical-align: middle;
	vertical-align: unset;
}
.jconfirm .jconfirm-content {
	white-space: pre-line;
}



/* --------------------------------------------------------------------
 * Custom magnific-popup.css
 * --------------------------------------------------------------------
 */
.mfp-preloader {
	top: 50%; /*use-image:25%*/
	color: crimson;
	font-size: x-large;
}
