
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/Roboto-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
	//background-color: #EFF3F5;
	background-color: #F8F8F8;
	font-family: 'Roboto', sans-serif;
	position: relative;
	min-height: 96vh;
	padding-bottom: 10;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

input,button {
	font-family: 'Roboto', sans-serif;
}

.btnNavi {
	background-color: #F8F8F8;
	border: none;
	font-size: 10px;
	padding: 0px;
	cursor: pointer;
	color: black;
	opacity: 0.6;
	outline: none;
}

.btnNavi:hover {
	color: black;
	opacity: 1;
	outline: none;
}

h1 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h2 {
	font-size: 28px;
    font-weight: 100;
    color: #555;
	line-height: 0px;
}

h3 {
	font-size: 26px;
    font-weight: 100;
    color: #555;
	line-height: 0px;
}

h4 {
	font-size: 16px;
    font-weight: 400;
    color: #555;
	line-height: 0px;
}

.font-std {
	font-size: 11px;
}

.font-disabled {
	font-size: 11px;
	color: #000000;
}

.font-std-medium {
	font-size: 13px;
}

.font-small {
	font-size: 10px;
}

.font-menu {
	font-size: 14px;
}

.font-highlight {
	color: blue; 
	color: #E600E6; /*#00e600; lime*/ 
}

.font-footer {
	font-size: 10px;
	color: #808080;
}

.font-print {
	font-family: "Courier";
	font-size: 8px;
}

.font-big {
	font-size: 20px;
}

.font-std-big {
	font-size: 18px;
}

.font-error {
	color: #FF0000;
	font-weight: bold;
}

.btn-std {
	border: 1px solid;
	width: 70px;
	font-size: 11px;
	padding: 1px 10px;
	border-radius: 2px;
}

.btn-std-medium {
	border: 1px solid;
	width: 90px;
	font-size: 11px;
	padding: 1px 10px;
	border-radius: 2px;
}

.btn-navi {
	border: 1px solid;
	width: 40px;
	font-size: 11px;
	padding: 1px 10px;
	border-radius: 2px;
}

.btn-std-medium:hover,
.btn-navi:hover,
.btn-std:hover {
	border-color: #8b008b;  /* #008000 */
	background-color: #E600E6; /* #ba55d3 #90ee90 #98fb98 */
	cursor: pointer;
	color: white;
}

.btn-std-medium:disabled,
.btn-navi:disabled,
.btn-std:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.btn-integration {
	width: 180px;
	font-size: 11px;
	padding: 1px 10px;
}

.btn-export {
	width: 200px;
	font-size: 11px;
	padding: 1px 10px;
}

div.scroll {
	width: 100%;
	height: 125px;
	overflow: scroll;
}

div.scroll-small {
	width: 100%;
	height: 80px;
	overflow: scroll;
}

.table-header{
	//background-color: #FFFFFF;
	background-color: #F8F9F9;
	font-size: 11px;
	font-weight: bold;
	color: #A52A2A;
}

.table-row {
	background-color: #FFFFFF;
}

.table-row-alt {
	background-color: #DDDDDD;
}

.table-row-selected {
	background-color: #99FF99;
}

.table-data {
	border-collapse: collapse;
	border-right: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-bottom: 1px dotted #D8D8D8;
	font-size: 11px;
	width: 100%;
	margin: auto; /*table center*/
}

.table-data th {
	border-right: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	font-size: 9px;
	font-weight: bold;
	color: #A52A2A;
	background-color: #FFFFFF;
	padding: 1px;
}

.table-data td {
	padding: 4px;
	border-right: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-bottom: 1px dotted #D8D8D8;
}

.ok {
	display: block;
	background-image: url(image/terima.jpg);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-left: 25px;
	padding-top: 7px;
	width: 140px;
	height: 25px;
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

div#divLoading {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
}

.progress-label {
  font-weight: bold;
}

fieldset { 
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fieldset {
	background-color: white;
}

.tab {
	//font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
    padding:1px; 
}