body{
	font-size: 14px !important;
}

p {
	font-size: 14px;
}

.form-control {
	font-size: 14px;
}

.btn{
	font-size: 14px;
}

.dropdown-menu{
	font-size: 14px;
}

.flick_table .table_style1 .table td{
	padding: 10px 8px;
}

ul.buttons li {
	margin-right: 10px;
	margin-bottom: 30px;
}

ul.buttons .button3 {
	height: 40px;
	width: 120px;
}

.fire_input2 textarea, .fire_input2 input, .fire_input1 input {
	width: 345px;
}

.tb-style .table_style1 .table td {
	text-align: left;
}

.fire_input2 textarea, .fire_input2 input, .fire_input1 input {
	width: 345px;
}

.borderless td, .borderless th {
	border: none;
}

td {
	padding: 3px !important;
}

.page-item.active .page-link {
	background-color: #0d2649;
	border-color: #0d1725;
}

.page-link:focus, .page-link:hover {
	color: #1e5096;
}

.page-link {
	color: #1e5096;
}

.scroll_top {
	background: #0d2649;
}

.item, .item p {
	position: relative;
	margin: 0px 0 0px 0px;
	font-weight: bold;
	padding: 0px;
}

.btn-light {
	background-color: #fff;
	border-color: #ccc;
}

.card-body {
	padding: 10px;
}

.cardMenu{
	background: #3F51B5; 
	color: #fff;
}

.cardActive{
	background: #0d2649; 
	color: #fff;
	font-weight: bold;
}

@media (max-width: 767px) {
	.fire_input2 textarea, .fire_input2 input, .fire_input1 input {
		width: 210px;
	}
} 