@font-face{
	font-family: 'Letter Gothic 12 Pitch BT';
	/*src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch Bold BT for Powerline.otf');
	src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch Bold BT.ttf');
	src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch Bold Italic BT for Powerline.otf');
	src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch Bold Italic BT.ttf');*/
	/*src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch BT for Powerline.otf');*/
	src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch BT.ttf');
	/*src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch Italic BT for Powerline.otf');
	src: url('../fonts/letter-gothic/Letter Gothic 12 Pitch Italic BT.ttf');*/
}

body{
	font-family: 'Letter Gothic 12 Pitch BT';
}

label, th, td, p, li, input{
	font-size: 15px !important;
}

.breadcrumb li a{
	font-size: 14px;
}

h5, h2.panel-title{
	font-size: 16px;
}
.no-margin{
	margin: 0 !important;
}

/* Table Grid */
.panel-body .table-control{
	margin-bottom: 20px;
}
.panel-body .table-action form{
	display: inline-block;
} 
.panel-footer .table-pagging strong,
.panel-footer .table-pagging a{
	padding: 5px 10px;
	margin:0 1px;
	border-radius: 3px;
}
.panel-footer .table-pagging strong{
	background-color: #03a9f4;
	border: 1px solid #03a9f4;
	color: #fff;
}
.panel-footer .table-pagging a{
	color: #03a9f4;
	border: 1px solid #e0e0e0;
}
.panel-footer .table-pagging a:hover{
	background-color: #eee;
	color: #03a9f4;
	text-decoration: none;
}

/* Form */
.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
	border: 1px solid #e0e0e0 !important;
}
.select2-container .select2-selection--single{
	height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 33px !important;
}
.form-mark{
	color: #ff0000;
}
select.form-control{
	width: 100% !important;
}

/* Modal */
h2.modal-title{
	font-size: 16px;
}
.modal .modal-body{
	max-height: 500px !important;
	overflow-y: scroll !important;
}