@CHARSET "UTF-8";

/* bootstrap */
.modal:focus, .modal:hover, .modal:visited {
	outline: none !important;
}

.pagination {
    flex-wrap: wrap;
}

/* coreui */
.main .container-fluid {
    padding: 1.0rem 1.0rem 0;
}

.breadcrumb {
    margin: -1.0rem -1.0rem 1.0rem;
}

.dropdown-item i {
    color: #73818f;
}

.app-header .nav-item.dropdown .nav-link i {
	font-size: 1.8em;
}

.card {
	margin-bottom: 0.8rem;
}

.card-header, .card-body, .card-footer {
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}

.card-body {
	padding: 1.0rem;
}

.sidebar .nav {
	position: relative;
}

.sidebar .nav-item.mt-auto {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

form .input-group-prepend .input-group-text {
	display: inline-block;
	min-width: 120px;
}

.form-control {
	height: auto;
}

.input-group>.custom-file .custom-file-label {
	overflow: hidden;
}

/* tag */
html, body {
	min-width: 320px;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
}

/* outline none */
/* a:focus, a:hover, a:visited, button:focus, button:hover, button:visited, input:focus, input:hover, input:visited, select:focus,
	select:hover, select:visited, textarea:focus, textarea:hover, textarea:visited {
	outline: none !important;
} */

/* button effect */
/* a:hover {
	text-decoration: none;
}

a:active, button:active {
	opacity: 0.7;
} */

/* common */
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* popup */
._popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}

._popup > ._popup_bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}

._popup > ._popup_content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
}

._popup > ._popup_content > ._popup_body {
	position: absolute;
	box-sizing: border-box;
	background-color: white;
	overflow: auto;
}

/* loading view */
#_loading ._popup_body {
	width: 100px;
	height: 100px;
	left: -50px;
	top: -50px;
	text-align: center;
	color: #fff;
	line-height: 100px;
	background-color: transparent;
	overflow: hidden;
}

#_loading ._popup_body > i {
	line-height: 100px;
}

/* search */
.card-header-action.btn-minimize i.fa-chevron-down {
	transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.card-header-action.btn-minimize.collapsed i.fa-chevron-down {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* list */
.list_totalRecordCount_div {
	height: 28px;
	line-height: 28px;
	padding-top: 6px;
}
