@CHARSET "ISO-8859-1";

/*common css */

a{
	text-decoration: none;
	color: inherit;
}
	a:HOVER{
		text-decoration: none;
		color: inherit;
	}

	a:ACTIVE{
		text-decoration: none;
		color: inherit;
	}
	a:VISITED{
		text-decoration: none;
		color: inherit;
	}
	a:FOCUS{
		text-decoration: none;
		color: inherit;
	}

.text__highlight {
	background-color: yellow;
	padding:0px !important;
	margin:0px !important;
}

/*================image button=====================*/

.button {
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	text-align: center;
}

	.button:active {
		transform: scale(0.98, 0.98);
	}
	
	.button:hover {
		opacity: 0.7;
	}


.box__icon_text {
	display: flex;
	padding: 4px;
}

.box__icon_text .icon {
	margin: auto 5px;
}

.box__icon_text .text {
	margin: auto 5px auto 0px;
}


/*================image button=====================*/


/*main frame*/
.main {
	padding-bottom: 15px;
}

	.main.container {
		width: 100%;
		max-width: auto;
		padding: 15px;
	}
	
	.main.container__flex {
		width: 100%;
		display: flex;
		padding: 15px;
	}
	
	.main .block__center__md {
		margin: auto;
		width: 50%;
	}
	
	
	.main table{
		font-size: 1em;
		margin-bottom: 10px;
		margin-top: 10px;
		box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.1);
	}
	
	.main table td {
		text-align: center;
		vertical-align: middle !important;
		border: solid #dddddd thin;
		cursor: pointer;
		overflow: hidden;
		max-width: 200px;
	}
	
	.main table th {
		text-align: center;
		vertical-align: middle !important;
		border: solid #dddddd thin;
		cursor: pointer;
		overflow: hidden;
		max-width: 200px;
		color: #fff;
		background: gray;
	}
	
	.main table tr:HOVER {
		opacity: 0.8;
	}
	
	.main__margin__left {
		/*margin-left: 160px;*/
	}
	
	.main__margin__right {
		/*margin-right: 380px;*/
	}
	
	.main__user__news.main__margin__left {
		/*margin-left: 200px;*/
	}
	
	.main__user__news.main__margin__right {
		/*margin-right: 380px;*/
	}
	
	.main .block__filter__2col {
		margin: 10px 0px;
	    display: grid;
	    grid-auto-flow: column;
	    grid-gap: 10px;
	}
	
		.main .block__filter__2col .filter__item {
			margin: auto auto auto 0px;
			display: flex;
			width: fit-content;
		}
		.main .block__filter__2col .filter__item:last-child {
			margin: auto 0px auto auto;
			display: flex;
			width: fit-content;
		}
		
	.main .alert_preview td {
		text-align: inherit;
		border: inherit;
		cursor: pointer;
		overflow: hidden;
		max-width: 500px;
	}
	
	.main .alert_preview {
		text-align: initial;
		border: inherit;
		cursor: pointer;
		overflow: hidden;
		max-width: 500px;
	}
	
	.main .alert_preview table {
		box-shadow: inherit;
	}
	

/*===========3 dot ==========================*/
.loading-spinner-wrapper {
	position: absolute;
	top: 50%;
	left: 40%;
	z-index: 9000;
}

.loading-spinner {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 40px;
	text-align: center;
}

.loading-spinner.white i {
	background: #607D8B;
}

.loading-spinner i:nth-child(1) {
	float: left;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}

.loading-spinner i:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loading-spinner i:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loading-spinner i {
	vertical-align: top;
	display: inline-block;
	width: 20%;
	height: 60%;
	margin: 5%;
	border-radius: 50%;
	background: #7D7D8E;
	opacity: 0;
	-webkit-animation: pulse ease-in-out 1s infinite alternate;
	-moz-animation: pulse ease-in-out 1s infinite alternate;
	animation: pulse ease-in-out 1s infinite alternate;
}

@-webkit-keyframes pulse {
    0% { opacity: 0.0}
    10% { opacity: .20}
    20% { opacity: .40 }
    30% { opacity: .60 }
    40% { opacity: .80 } 
    50% { opacity: 1.0}
    60% { opacity: .80}
    70% { opacity: .60}
    80% { opacity: .40}
    90% { opacity: .20}
    100% { opacity: 0.0}
}

/*=====================================*/





/*===============Page break====================*/
.page_break i {
	background: #eaeaea;
	padding: 4px 10px;
	border-radius: 5px;
	margin: 1px;
}

.page_break .step {
	background: #eaeaea;
	padding: 4px;
	border-radius: 5px;
	margin: 1px;
}

.page_break .step:active,.page_break i:active {
	font-size: 95%;
}

.page_break .step:hover,.page_break i:hover {
	background: #ffe38f;
}

.page_break {
	padding: 4px;
	cursor: pointer;
}

.rows_per_page{
	width:50px !important;
	padding:5px;
}
/*=============================================*/




/*=====================filter div========================*/
.filter_item {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.filter_item input {
	width: 100px;
}

#filter_bar {
	padding: 2px;
	margin: 2px 5px;
	display: flex;
	flex-wrap: wrap;
}

/*=======================================================*/

/* Responsive*/
@media only screen and (min-width: 428px) {
	
	.sm_mobile__down {
			display: none !important;
	}
		
}

@media only screen and (max-width: 428px) {
	.mobile__up {
			display: none !important;
	}
}

/* Small devices (portrait tablets and large phones, 768px and down) */
@media only screen and (min-width: 768px) {
	
	.mobile__down {
			display: none !important;
	}
		
}

@media only screen and (max-width: 768px) {
	.touchpad__up {
		display: none !important;
	}
	
	.main .block__center__md {
		width: 100%;
	}
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.touchpad__down{
		display: none !important;
	}
}

@media only screen and (max-width: 992px) {
	.labtop__up {
		display: none !important;
	}
	
} 


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.labtop__down {
		display: none !important;
	}

}

@media only screen and (max-width: 1200px) {
	.desktop__up {
		display: none !important;
	}
}



