.modal-body {
	min-height: 500px !important;
}
.modal-body-alert {
	min-height: 200px !important;
	border: solid #2973b8 5px;
}
.dotted {
	border: dotted #000000 1px;
}
table {
	border-collapse: separate;
	border-spacing: 3px;
}
.text_feaild {
	height: 37px;
}
.heading {
	font-weight: bold;
}
.text_blue  {color:#2973b8;}
.text_blck  {color:#1f2223;}
.text_white  {color:#FFF;}

.bg_blue{background-color:#2973b8;}
.bg_gray{background-color:#7f7f7f;}

	
	/* Add media queries for smaller screens */
/*@media screen and (max-width:1000px) {
.col-md-3 {
	width: 25% !important;
	float: left;
}
.col-md-12 {
	width: 100%
}
}
 @media screen and (max-width: 550px) {
.col-md-3 {
	width: 50% !important;
	float: left;
}
.col-md-12 {
	width: 100%
}
}
 @media screen and (max-width: 420px) {
.col-md-3 {
	width: 50% !important;
	float: left;
}
.col-md-12 {
	width: 100%
}
}
 @media screen and (max-width: 290px) {
.col-md-3 {
	width: 50%
}
.col-md-12 {
	width: 100%
}
}
*/