
/* --------- Syo ------ */
.navbar.navbar-default .noti-menu .dropdown-menu {
    padding:20px;
    width:300px;
    top: 90px;
}

.navbar.navbar-default .noti-menu a.dropdown-toggle{
    padding: 12px 10px 0 !important;
}

.navbar.navbar-default .noti-menu .material-icons{
	font-size: 30px !important;
}
.navbar.navbar-default .noti-menu .dropdown-toggle::after{
    top: -8px;
    position: relative;

}

.navbar.navbar-default .noti-menu span.noti-count {
    background: #f00;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 2px;
    font-size: 10px !important;
}



.not_msg {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 20px;
}


.not_msg .noti_close {
    position: absolute;
    color: #f00;
    top: 5px;
    right: -5px;
    font-size: 28px !important;
    transform: rotate(45deg);
}




/* --------- Syo ------ */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255,0.20) url(../images/loading2.gif) no-repeat center center;
	z-index: 10000;
}
select[readonly].select2 + .select2-container {
	pointer-events: none;
	touch-action: none;
	.select2-selection {
		background: #eee;
		box-shadow: none;
	}
	.select2-selection__arrow,
	.select2-selection__clear {
		display: none;
	}
}
select[readonly].select2 + .select2-container .select2-selection.select2-selection--single{
	background-color: #eee;
}
.highcharts-credits{
	display:none;
}
.qty_serial{
	width:120px;
}




.del-popup { position: fixed; width: 100%; height: 100%; background: #0003; z-index: 99999; top: 0; left: 0; display: flex; justify-content: center; flex-direction: column; text-align: center; display: none; }
.del-popup.active { display: flex; }
.del-popup .inner { background: #fff; width: 480px; margin: 0 auto; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 10px #00000061; position: relative; }
.cls-btn {position: absolute;font-size: 40px !important;top: 0;right: 10px;line-height: normal;transform: rotate(45deg); cursor: pointer;}
.del-popup .inner h3{ font-size: 18px !important; }
.panel.panel-default{
	margin-bottom: 50px !important;
}