@charset "utf-8";

/* CSS Document */
 /* Hide scrollbar for Chrome, Safari and Opera */
.hidescrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidescrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 
body{ background-color:#f8f8f8;}
.link{cursor:pointer;}
.roundDiv{font-family:"etlk mdm";	font-style:normal;background-color:#F9F9F9; border-radius:5px;	border:solid; border-width:1px;  border-color:#999; margin-right:5px;}
.sideDiv{display:inline-table; margin-bottom:10px;}
.numberbutton{margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:2px; width:50px; height:50px; background-color:#d3cc8e; border-color:#666; color:#000;}
.actionbutton{font-weight:bold; font-size:20px; padding-top:10px; padding-right:20px;}
.menuicon {font-size: 18px;}
.itemlisting{height:50px;padding-top:5px; padding-bottom:5px; font-weight:bold; padding-left:5px; padding-right:5px; font-size:12px;}
.numberpadedge{padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:2px;}
.divzoom {transform: scale(0.98);}
.list-group-customitem{display:none;}
.list-group-customitem.lineactive{display:block;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* For Model Display */
body {
	font-family: Arial, Helvetica, sans-serif;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
 from {
top:-300px;
opacity:0
}
to {
	top:0;
	opacity:1
}
}
 @keyframes animatetop {
 from {
top:-300px;
opacity:0
}
to {
	top:0;
	opacity:1
}
}
/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	padding: 2px 16px;
	background-color: #F30;
	color: white;
}
.modal-body {
	padding: 2px 16px;
}
.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}