@charset "UTF-8";
body {
	font-family: 宋体;
}

.un-print-div:before {
    display: none !important;
}
.un-print-div:after {
    display: none !important;
}

.un-page {
    margin: 0 auto;
    background-color: white;
}

.un-logo-row h3 {
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    overflow: hidden;
    margin-bottom: 0px;
}

.un-logo-row h3 span {
    height: 80px;
    line-height: 80px;
    float: left;
}

.purple-square-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purple-square {
    background-color: #B10DC9;
    width: 300px;
    height: 300px;
}

.un-page .un-main {
    height: 100%;
    width: 100%;
    position: fixed;
}

.un-page .un-main .un-txt {
    color: white;
    font-size: 18px;
    padding-top: 60px;
    padding-left: 60px;
}

.un-page .un-main .un-form {
	background: #FFFFFF;
	max-width: 360px;
	text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: 20px;
}

.un-page .un-main .un-form .un-btn {
    background-color: #4991fd;
    border-color: transparent;
    color: white;
    width: 100%;
}

.un-page .un-main .un-form .un-btn:hover {
    background-color: #1773fc;
}

.un-page .un-tip {
    text-align: center;
    color: #777;
    width: 100%;
    margin-bottom: 40px;
}

.un-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 55px;
}

.un-nav a {
    display: inline-flex;
    color: #4991fd;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
}

.un-nav a:hover {
    color: #1773fc;
    text-decoration: none;
    cursor: pointer;
}

.un-nav a i {
    font-size: 18px;
    margin-right: 5px;
}

.un-sidebar {
    /* padding-top: 10px; */
    background: #4991fd;
    font-size: 16px;
}

.un-sidebar .nav-link {
    background-color: #4991fd;
    color: white;
    padding: 12px 15px 12px 15px;
}

.un-sidebar .nav-link:hover {
    background-color: white;
    color: #4991fd;
    /* padding: 14px;
    border: 1px solid #1773fc; */
}

.un-sidebar .nav-link.active {
    background-color: #1773fc;
    color: white;
    border-left:3px solid white;
}

.un-sidebar .nav-link .nav-icon {
    color: white;
    margin-right: 25px;
    font-size: 16px;
}

.un-sidebar .nav-link:hover .nav-icon {
    color: #4991fd;
}

.un-sidebar .nav-link.active .nav-icon {
    color: white;
}

.un-sidebar .sidebar-minimizer {
    background: #24282c;
}

.un-sidebar .sidebar-minimizer:hover {
    background: #24282c;
}

.un-table td {
    padding: 0.25rem;
    vertical-align: middle;
    text-align: center;
    min-width: 50px;
}

.un-table th {
    vertical-align: middle;
    text-align: center;
}

.un-table-bodyscroll {
    width: 100%;
}

.un-table-bodyscroll thead {
    width: 100%;
}

.un-table-bodyscroll thead tr th {
    padding: 0.3rem !important;
}

/* .un-table-bodyscroll {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    display: block;
}

.un-table-bodyscroll thead {
    display: block;
}

.un-table-bodyscroll tbody {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
}

.un-table-bodyscroll td {
    min-width: 50px;
    overflow: hidden;
}

.un-table-bodyscroll th {
    min-width: 50px;
    overflow: hidden;
}

.un-table-bodyscroll thead tr {
    display: inline-flex;
} */

.datepicker {
    z-index:1151 !important;
}
.datetimepicker {
    z-index:1151 !important;
}

/* .un-card {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
} */
.un-card {
    width: 210px;
}

.un-card:hover {
    border: 1px solid var(--primary);
}

.un-card .card-body p {
    margin: 0.25rem 0 !important;
}

.un-card-click {
    cursor: pointer !important;
}

.un-a {
    color: #4991fd;
}

.un-a:hover {
    color: #1773fc;
    text-decoration: none;
    cursor: pointer;
}

.un-a:hover {
    color: #1773fc;
    text-decoration: none;
    cursor: pointer;
}

#my-spinner {
	width: 100%; height: 100%;
	top: 0; left: 0;
	display: none;
	opacity: .6;
	background: silver;
    position: fixed;
    z-index: 1111;
}
#my-spinner div {
	width: 100%; height: 100%;
	display: table;
}
#my-spinner span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#my-spinner img {
	background: white;
	padding: 1em;
	border-radius: .7em;
}

.un-span-alarm-max {
    border-radius: 4px; 
    padding: 2px 5px; 
    display: inline-block; 
    background: #bd7af8; 
    color: #ffffff
}

.un-span-alarm-min {
    border-radius: 4px; 
    padding: 2px 5px; 
    display: inline-block; 
    background: #fc6b53; 
    color: #ffffff
}

.un-span-mine {
    border-radius: 4px; 
    padding: 2px 5px; 
    display: inline-block; 
    background: #4991fd; 
    color: #ffffff
}

.un-span-notice {
    border-radius: 4px; 
    padding: 2px; 
    display: inline-block; 
    background: orangered;
    color: #ffffff
}

.un-span-max {
    color: #bd7af8
}
.un-span-min {
    color: #fc6b53
}
.un-span-normal {
    color: #73c51b
}

.un-file {
    visibility: hidden;
    position: absolute;
}

.un-badge {
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
 }

.un-badge-notify{
    background:red;
    position:relative;
    transform: (-100%, -100%);
 }

 .un-badge-dot {
    position: absolute;
    transform: translateX(-50%);
    transform-origin: 0 center;
    top: -4px;
    right: -8px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #fc6b53;
    z-index: 10;
    box-shadow: 0 0 0 1px #fff;
 }
/*Kim Yong Il */
.btn-km{
    width: 3rem;   
    padding:1px .3rem;
    line-height: 1;
    border-radius: .2rem;
}
.btn-outline-low {
    color: white;
    background-color: #fc6b53;
    background-image: none;
    border-color: #fc6b53;
}

.btn-outline-high{
    color:white;
    background-color: #bd7af8;
    background-image: none;
    border-color: #bd7af8;
}
.btn-outline-normal{
    color:black;
}
.btn-outline-pass{
    color:#73c51b;
}
.btn-low{
    color:#fc6b53;
}
.btn-high{
    color:#bd7af8;
}
#d-analysis-sum-table .col{
    padding-left:3px !important;
    padding-right: 3px !important;
}