html, body {
	font-size: 12px;
	background-color: #f5fafa;
}

p {
	margin-bottom: 0.5rem;
}

.main-sidebar {
	width: 14rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.main-footer {
	background-color: #f5fafa;
	border-top: 0px;
}

.sidebar {
	padding-left: 0rem;
	padding-right: 0rem;
}

.layout-fixed .brand-link {
	width: 12rem;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused,
	.sidebar-mini.sidebar-collapse .main-sidebar:hover {
	width: 12rem;
}

.nav-sidebar .menu-open>.nav-link i.right {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.page-link {
	border: 0px;
}

.col-md-1-81 {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.col-md-1-83 {
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.col-md-1-85 {
	flex: 0 0 62.5%;
	max-width: 62.5%;
}

.col-md-1-87 {
	flex: 0 0 87.5%;
	max-width: 87.5%;
}

@media ( min-width :768px) {
	body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer
		{
		margin-left: 14rem;
	}
	body:not(.sidebar-mini-md) .main-header {
		margin-left: 0rem;
	}
}

.layout-fixed .main-sidebar {
	top: calc(5rem + 3px);
}

.nav-sidebar .nav-link {
	line-height: 2.5rem;
}

.form-control::placeholder {
	font-style: italic;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #005bac;
	border-color: #005bac;
}

[class*="sidebar-dark-"] {
	background-color: #fff;
}

[class*="sidebar-dark-"] .sidebar a {
	color: #666;
	padding-left: 3rem;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*="sidebar-dark-"] .nav-sidebar>.nav-item:hover>.nav-link,
	[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-link:focus {
	background-color: rgba(218, 248, 248, .9);
	color: #00d3cc;
	border-radius: 0px;
	border-right: 5px solid #00d3cc;
}

[class*="sidebar-dark"] .brand-link {
	border-bottom: 1px solid #fff;
	color: rgba(255, 255, 255, .8);
}

.content-wrapper {
	background: #f5fafa;
	margin-top: 6rem;
}

.card-header {
	border-bottom: 0px;
	padding: 0rem 2rem 0rem 2rem;
	margin-bottom: 1rem;
}

.scard-header-1{
	border-bottom: 0px;
    padding: 0rem 2rem 0rem 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    background-color: transparent;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: flex;
}

.card-title {
	font-size: 1.2rem;
}

.card-body {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-light {
	background-color: #fff;
}

.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
	top: 1.2rem;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link {
	color: #666;
	padding-left: 4rem;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
	.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: rgba(218, 248, 248, .9);
	color: #00d3cc;
	border-radius: 0px;
	border-right: 5px solid #00d3cc;
	box-shadow: none;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active, [class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:focus,
	[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:hover
	{
	background-color: rgba(218, 248, 248, .9);
	color: #00d3cc;
	border-radius: 0px;
	border-right: 5px solid #00d3cc;
	box-shadow: none;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link:focus, [class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link:hover
	{
	background-color: rgba(218, 248, 248, .9);
	color: #00d3cc;
	border-radius: 0px;
	border-right: 5px solid #00d3cc;
	box-shadow: none;
}

.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    right: 4rem;
}





/*
	table��ʼ
*/
table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 3rem !important;
}

.table-sunshine {
	border: 0px;
}

.table-sunshine  th {
	padding: .75rem 1rem;
}

.table-sunshine td {
	border: 0px;
	border-bottom: 1px solid #b9eeec;
	height: 20px;
}

.table-sunshine td a {
	color: #00d3cc;
}

.table-sunshine td a:HOVER {
	color: #00d3cc;
}

.table-sunshine thead tr th {
	background-color: #b9eeec;
	border: 1px solid #fff;
	font-weight: normal;
}

.table-sunshine input {
	border: 0px;
}

.table-sunshine input:focus-visible {
	border: 0px;
}

.table-sunshine2 {
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	word-break: break-all;
	white-space: normal;
}

.table-sunshine2  th {
	padding: .75rem 1rem;
}

.table-sunshine2 td {
	padding: 0rem 1rem;
	border: 1px solid #ccc;
	height: 40px;
	vertical-align: middle;
	word-break: break-all;
	white-space: normal;
}

.table-sunshine2 td a {
	color: #00d3cc;
}

.table-sunshine2 td a:HOVER {
	color: #00d3cc;
}

.table-sunshine2 thead tr th {
	background-color: #b9eeec;
	border: 1px solid #ccc;
	font-weight: normal;
	border-top: 0px;
	border-bottom: 0px;
	vertical-align: middle !important;
}

.table-sunshine2 input {
	border: 0px;
}


.table-sunshine2-page {
	position: absolute;
    display: block;
    bottom: 0px;
    text-align: right!important;
}

.table-sunshine2 input:focus-visible {
	border: 0px;
}

.page-item.disabled .page-link {
	border: 0px;
}

.page-item.active .page-link {
	background-color: #00d3cc;
	border-color: #00d3cc;
}

.card-footer {
	background-color: #fff;
}

.nav-seaking {
	border-bottom: none;
}

.nav-seaking .nav-item {
	margin-bottom: 0px;
}

.nav-seaking .nav-link {
	margin-right: 1.5rem;
	color: #495057;
	background-color: #fff;
	border-color: #005bac;
	border-bottom: none;
	border-right: none;
	border-top-right-radius: 1px;
	height: 2rem;
	line-height: 1rem;
}

.nav-seaking .nav-link::after {
	content: "";
	position: absolute;
	right: -1.95rem;
	top: 0.93rem;
	width: 2rem;
	box-sizing: border-box;
	border-right: 1px solid #005bac;
	transform-origin: bottom center;
	transform: rotateZ(-45deg) scale(1.414);
	height: 1.95rem;
}

.nav-seaking .nav-link.active {
	background-color: #005bac;
	color: #fff;
	border-color: #005bac;
}

.nav-seaking .nav-link.active::after {
	content: "";
	position: absolute;
	right: -2rem;
	top: 0.93rem;
	width: 2rem;
	box-sizing: border-box;
	border-top: 1rem solid transparent;
	border-right: 1rem solid #005bac;
	border-bottom: 1rem solid transparent;
	border-left: 1rem solid transparent;
	transform-origin: bottom center;
	transform: rotateZ(-45deg) scale(1.414);
	height: 2rem;
	z-index: 9;
}

.navbar-seaking .nav-link:hover {
	border-color: #005bac;
}

.navbar-seaking {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 5rem;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .15), 0 0px 10px rgba(0, 0, 0, .15);
}

.sidebar-mini.sidebar-collapse .main-header {
	width: calc(100% - 4.6rem);
}

body:not (.sidebar-mini-md ) .main-header {
	transition: all .3s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #005bac;
	border-color: #005bac;
	box-shadow: none;
}

.info-box {
	border-radius: 0rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.card {
	border-radius: 0rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	padding-bottom: 3rem;
	padding-top: 2rem;
}

.form-row {
	margin-left: 0px;
	margin-right: 0px;
}

.sunshine_form {
	
}

.sunshine_form .form-row>div {
	display: flex;
	align-items: center;
	padding: 5px 0px;
	position: relative;
	min-height: 3.4rem;
}

.sunshine_form div {
}	

.sunshine_form .ld {
	background-color: #f5fafa;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.sunshine_form .lb {
	border-left: 1px solid #ccc;
}

.sunshine_form .tb {
	border-top: 1px solid #ccc;
}

.sunshine_form .rb {
	border-right: 1px solid #ccc;
}

.sunshine_form .bb {
	border-bottom: 1px solid #ccc;
}

.sunshine_form .form-control {
	border: 0px solid #ced4da;
	background: transparent;
}

.sunshine_form .form-control[readonly] {
	background-color: transparent;
}

.form-control[readonly] {
	background-color: transparent;
}

.custom-select {
	border: 0px;
	box-shadow: none;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-success {
	color: #fff;
	background-color: #00d3cc;
	border-color: #00d3cc;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 1rem;
	padding-right: 1rem;
	min-width: 9rem;
	margin-right: 1rem;
	font-weight: bold;
}

.btn-success:hover, .btn-success a:ACTIVE, .btn-success a:FOCUS {
	color: #fff;
	background-color: #00d3cc;
	border-color: #00d3cc;
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #00d3cc;
	border-color: #00d3cc;
}

.btn-primary {
	color: #fff;
	background-color: #00d3cc;
	border-color: #00d3cc;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 1rem;
	padding-right: 1rem;
	min-width: 9rem;
	margin-right: 1rem;
	font-weight: bold;
}

.btn-primary:hover, .btn-primary a:ACTIVE, .btn-primary a:FOCUS {
	color: #fff;
	background-color: #00d3cc;
	border-color: #00d3cc;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
	.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #00d3cc;
	border-color: #00d3cc;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #00d3cc;
	border-color: #00d3cc;
}

.breadcrumb {
	height: 5rem;
	justify-content: center;
	background: transparent;
	padding: 0px;
	margin: 0px 0px 0px 3rem;
}

.breadcrumb a {
	color: #00d3cc;
}

.breadcrumb a:HOVER {
	color: #00d3cc;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.border-1 {
	border: 1px solid #b9eeec;
	border-radius: 0px;
}

.border-2 {
	border: 1px solid #00d3cc !important;
	border-radius: 0px;
}

.grey-1 {
	color: #ccc;
}

.bg1 {
	/* 	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px !important; */
	
}

.nobg1 {
	background: none !important;
}

.custom-range::-moz-range-thumb {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #00d3cc;
}

.custom-range::-moz-range-track {
	height: .2rem;
}

.dataTables_length {
	display: inline-block;
}

.dataTables_length input:focus-visible {
	outline: none;
}

.form-control:focus-visible {
	outline: none;
}

.dataTables_length input {
	width: 4rem;
	border: 1px solid #00d3cc;
	padding: .1rem 0.75rem .1rem .75rem;
	margin-right: 1rem;
	text-align: center;
}

.dataTables_length label {
	color: #6c757d;
}

.dataTables_paginate {
	display: inline-block;
}


/*�߾�*/
.smt-0, .smy-0{
	margin-top: 0rem !important;
}

.smt-1, .smy-1{
	margin-top: 1rem !important;
}

.smt-2, .smy-2{
	margin-top: 2rem !important;
}

.smt-3, .smy-3{
	margin-top: 3rem !important;
}

.smt-4, .smy-3{
	margin-top: 4rem !important;
}

.smb-0, .smy-0{
	margin-bottom: 0rem !important;
}

.smb-1, .smy-1{
	margin-bottom: 1rem !important;
}

.smb-2, .smy-2{
	margin-bottom: 2rem !important;
}

.smb-3, .smy-3{
	margin-bottom: 3rem !important;
}

.smb-4, .smy-4{
	margin-bottom: 4rem !important;
}

.spl-0, .spx-0{
	padding-left: 0rem !important;
}

.spl-z75, .spx-z75{
	padding-left: 0.75rem !important;
}

.spl-0, .spx-0{
	padding-right: 0rem !important;
}
.spz-z75, .spx-z75{
	padding-right: 0.75rem !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-primary:hover:disabled, .btn-primary a:ACTIVE:disabled, .btn-primary a:FOCUS:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


