@font-face { 
	font-family: ShareTechMono;
	src: url(../font/ShareTechMono-Regular.otf);
	src: url(../font/ShareTechMono-Regular.ttf); 
}
@font-face { 
	font-family: Economica;
	src: url(../font/Economica-Regular-OTF.otf);
}
@font-face { 
	font-family: TrajanPro-Regular;
	src: url(../font/TrajanPro-Regular.otf);
}
@font-face { 
	font-family: TrajanPro-Bold;
	src: url(../font/TrajanPro-Bold.otf);
}
@font-face { 
	font-family: Montserrat-Regular;
	src: url(../font/Montserrat-Regular.otf);
}
@font-face { 
	font-family: bahnschrift;
	src: url(../font/bahnschrift.ttf);
}
@font-face { 
	font-family: VictorMono;
	src: url(../font/VictorMono.ttf);
}

@font-face {
	font-family: 'Solaiman';
	src: url('../font/SolaimanLipi.eot');
	src: local('☺'), 
		url('../font/SolaimanLipi.woff') format('woff'), 
		url('../font/SolaimanLipi.ttf') format('truetype'), 
		url('../font/SolaimanLipi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Solaiman2';
    src:    url('../font/SolaimanLipi.eot?2yvpqx');
    src:    url('../font/SolaimanLipi.eot?2yvpqx#iefix') format('embedded-opentype'),
        url('../font/SolaimanLipi.ttf?2yvpqx') format('truetype'),
        url('../font/SolaimanLipi.woff?2yvpqx') format('woff'),
        url('../font/SolaimanLipi.svg?2yvpqx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: VictorMono;
	font-size: 13pt;
}
table {
	font-family: VictorMono;
	font-size:12pt;
	background: #eee;
}
th {
	text-align: left;
	vertical-align: middle;
}
tr {
	vertical-align: top;
}
tr:nth-child(odd){
	background-color: #ccc;
}

h1, h2, h3 {
	margin-top:2pt;
	margin-bottom:2pt;
	font-family: TrajanPro-Regular, ShareTechMono;
	font-weight: normal;
}
h2 {
	font-size:24px;
}
h2.bn {
	font-family: Solaiman;
	font-size:28px;
}
h3 {
	font-size:18px;
}

a {
	padding: 4px;
	text-decoration: none;
}
a:hover {
	background: #069;
	color: #fff;
}

input {
	height: 36px;
	padding-top:1px;
	font-family: bahnschrift;
	font-size:13pt;
	text-align: left;
	border:1px solid #000;
}
input[type=submit] {
	background: #2389fd;
	color: #ffffff;
	height: 60px;
	padding: 16px;
}
input[type=submit]:hover {
	background: #66adff;
	color: #000;
}
input[type=submit]:disabled {
	background: #ccc;
	color: #555;
}
input[readonly] {
	background:#ccc;
	border:none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
} 
input[type=number] {
    -moz-appearance:textfield;
	 text-align: center;
	 width: 100px;
	 display:inline;
}
input[type='number']:disabled {
	background: transparent;
	border: none;
}
input[type='number']:enabled {
	background: #FFF;
	border: 1px solid black;
}
input:focus {
	background-color: rgb(154, 193, 219);
	color: #000;
	border: 0;
}
.form-control {
	font-family: VictorMono !important;
	height: 40px !important;
	font-size: 13pt !important;
	border: 1px solid black !important;
	border-radius: 6px !important;
}

div {
	border: 0px dotted blue;
	margin: 6px;
}
select {
	border-radius: 6px !important;
	height: 40px !important;
}
.err {
	font-weight: normal;
	color: red;
}
.info {
	font-weight: bold;
	color: green;
}
.hint {
	font-weight: normal;
	color: black;
	background: #bbb;
	padding: 0px;
}
.bn {
	font-family: Solaiman;
	font-size: 18px;
}
