﻿.Heading {
	font-size:38px;
	color:#2C3E50;
}

@media only screen and (max-width: 450px) {
  .Heading {
	font-size: 20px!important;
	color:#2C3E50;
	margin-top:15px;
  }
}

/*---------------------------*/
/* Modal Popup Styling */
/*---------------------------*/
.modal-header {
	background-color: #d9534f;
	color: #F2F3F4;
	font-size: 18px !important;
}

.modal-title {
	color: #F2F3F4;
	/*color:white;*/
}

	.modal-title h3 {
		color: #F2F3F4;
		font-size: 18px !important;
		/*color:white;*/
	}

.modal-footer .btn-primary {
	background-color: #d9534f;
}

.modal-footer .btn-primary:hover {
	background-color: #286090 !important;
}

.btn-primary:hover {
	background-color: #286090 !important;
}

.btn-primary:focus {
	background-color: #286090 !important;
}
/*---------------------------*/



/*---------------------------*/
/*This is for Page Loader*/
/*---------------------------*/
.BackToTopbtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #03a9f3;
	/*background-color: #555;*/
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}

	.BackToTopbtn:hover {
		background-color: #03a9f3;
		color: white;
	}

	.BackToTopbtn:visited {
		background-color: #03a9f3;
		color: white;
	}

	.BackToTopbtn:active {
		background-color: #03a9f3;
		color: white;
	}

	.BackToTopbtn:focus {
		background-color: #03a9f3;
		color: white;
	}
/*---------------------------*/



/*---------------------------*/
/*This is for Page Loader*/
/*---------------------------*/
#overlay {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.9);
	transition: 1s 0.4s;
}

#progress {
	height: 1px;
	background: #fff;
	position: absolute;
	width: 0;
	top: 50%;
}

#progstat {
	font-size: 0.7em;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	text-align: center;
	color: #fff;
}
/*---------------------------*/



/*---------------------------*/
/* New Order Notification */
/*---------------------------*/
i.fa-globe {
	position: relative;
	font-size: 2em;
	/*color: grey;*/
	cursor: pointer;
}

span.fa-comment {
	position: absolute;
	font-size: 0.6em;
	top: -4px;
	color: red;
	right: -4px;
}

span.num {
	position: absolute;
	font-size: 0.3em;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	top: 1px;
	color: #fff;
	right: 2px;
}
/*---------------------------*/


tbody {
	/*color: #797979;*/
	color: #212f3d !important;
}