@CHARSET "ISO-8859-1";

@font-face {
    font-family: Raleway;
    src: url(../font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Quicksand_Lite;
    src: url(../fonts/Quicksand-Light.ttf);
}

@font-face {
  font-family: "Open_Sans_reg";
  font-style: normal;
  font-weight: 400;
  src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "Open_Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../font/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: Quicksand;
    src: url(../font/Quicksand-Regular.ttf);
}

@font-face {
    font-family: Quicksand_Lite;
    src: url(../font/Quicksand-Light.ttf);
}

@font-face {
    font-family: Quicksand_Bold;
    src: url(../font/Quicksand-Bold.ttf);
}

@font-face {
    font-family: KaushanScript;
    src: url(../font/KaushanScript-Regular.ttf);
}

@font-face {
    font-family: LibreBaskerville;
    src: url(../font/LibreBaskerville-Bold.ttf);
}

.headTitle {
	font-size: 24px;
	font-family:Quicksand_Bold;
	color: #000;
	text-align: center;
}

.headQRTitle {
	font-size: 16px;
	font-family:Quicksand_Bold;
	color: #000;
	text-align: center;
}

.paddingCls {
	padding: 0px !important;
}

.single-img {
	width: 40px;
	padding: 0px;
}

.img-zoom {
    width: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.aCenter {
	text-align: center;
}

.aLeft {
	text-align: left;
}

.aRight {
	text-align: left;
}

.tableHeadClass {
	font-weight: bold;
	text-align: center;
	background-color:#BDEFBD !important;
}

.tableLeftContent {
	font-weight: bold;
	text-align: center;
	background-color:#C8FBF1 !important;
}

.bordalng, .bordalng1 {
	border-bottom: 1px dotted #C9C9C9;
	border-right: 1px solid #C9C9C9;
	padding:4px 10px;
}

.bordalng1 {
	border-right: 0px solid #C9C9C9;
}


@media(min-width:768px) {
.borders {
	float:left;
	}
}

.noRecCls {
	text-align: center;
	color: red;
	font-size: 18px;
}









