
body {
	background-color: #f5f5f5;
}

.form-group > .form-control:not(textarea) {
	height: 34px;
}

/* textarea.form-control {
	height: auto !important;
} */

.icon.badge {
	padding: 0.3em 0.3em;
	width: 20px;
	height: 20px;
}

.table th,
.table td {
	border-top: 0px;
}

textarea {
	resize: vertical
}

.noresize{
	resize: none !important;
}

.hide {
	display: none;
}


.search-input {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.search-btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.icon-right-style {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.cursor-pointer{
	cursor: pointer;
}

.form-select {
	width: 40%;
}

@media all and (max-width:1025px) {
	.form-select {
		width: 50%;
	}
}

@media all and (max-width:769px ) {
	.form-select {
		width: 100%;
	}
}

@media all and (max-width:480px) {
	.btn-sm-block {
		display: block;
		width: 100%;
	}
}
