@CHARSET "ISO-8859-1";

.single-img {
	width: 40px;
	padding: 0px;
	height: 40px;
}

.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;
}

.error_message {
	color: red;
	text-align: center;
}

h4 {
	background: #ddd;
	padding: 10px;
}

a {
	cursor: pointer;
}

.disImage {
    width: 80px;
    padding: 0px;
    height: 100px;
}

.school_logo {
	width: 100px;
}

.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;
}

.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(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Regular.ttf);
}

@font-face {
    font-family: Quicksand_Lite;
    src: url(../fonts/Quicksand-Light.ttf);
}

@font-face {
    font-family: Quicksand_Bold;
    src: url(../fonts/Quicksand-Bold.ttf);
}

@font-face {
    font-family: KaushanScript;
    src: url(../fonts/KaushanScript-Regular.ttf);
}

@font-face {
    font-family: LibreBaskerville;
    src: url(../fonts/LibreBaskerville-Bold.ttf);
}

.headTitle {
	font-size: 24px;
	font-family:Quicksand_Bold;
	color: #000;
	/* padding-left: 20px; */
	text-align: center;
}

.headTitleLeft {
	font-size: 20px;
	font-family:Quicksand_Bold;
	color: #000;
	/* padding-left: 20px; */
	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;
}

.tableHead_Class {
    font-weight: bold;
    background-color: #BDEFBD !important;
}

.tableLeft_Content {
    font-weight: bold;
    background-color: #C8FBF1 !important;
}




