@CHARSET "ISO-8859-1";

.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;
}

.error_message {
	color: red;
	text-align: center;
}

h4 {
	background: #ddd;
	padding: 10px;
}

a {
	cursor: pointer;
}

.disImage {
    width: 80px;
    padding: 0px;
}

.school_logo {
	width: 80px;
}

.headDivs{
	margin:10px;
	width:80%;
	background:none;
	border:0px solid #ccc;
	padding-bottom:10px; 
}

.fLeft {
	float: left;
}

h5 {
	padding: 6px;
	background: #f2f2f2;
	text-transform: uppercase;
	font-weight:bold;
	text-align:left;
}

hr {
    margin: 40px 0;
}

.fa-stack-text {
	font-size: 0.9em;
}

/* .col-md-12 {
	padding-left:0px !important;
} */

.bordalng, .bordalng1 {
	border-bottom: 1px dotted #C9C9C9;
	border-right: 1px solid #C9C9C9;
	padding:4px 10px;
}

.bordalng1 {
	border-right: 0px solid #C9C9C9;
}



@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(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "Open_Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/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;
}

.headTitleLeft {
	font-size: 24px;
	font-family:Quicksand_Bold;
	color: #000;
}

.headTitles {
	font-size: 18px;
	font-family:Quicksand_Bold;
	color: #000;
}

.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;
}










