/*
	Azure by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

html, body {
}

body {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

body, #skel-panels-pageWrapper {
	background: #1EB0D7 url(images/img01.png) repeat;
}


h1, h2, h3 {
	margin: 0em;
	padding: 0em;
	color: #000;
}

h2 {
	padding: 0em 1em 0em 1em;
	letter-spacing: 0em;
	color:#FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight:bold;
}

p {
	line-height: 170%;
}

a {
	color: #1A6377;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
	color: #191919;
}

/* Copyright */

#copyright {
	overflow: hidden;
	padding: 3em 0em;
	text-align: center;
	border-top: solid 1px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.15);
	color: #D6F8FF;
}

#copyright p {
}

#copyright a {
	text-shadow: 1px 1px 0px #1B94BD;
	color: #D6F8FF;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: none;
}

#copyright section {
	padding: 0em 2em;
}

/* Main Wrapper */

#wrapper {
}

/* Page Wrapper */

#page-wrapper {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 1em 0em 3em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

#page-wrapper a img {
	display: block;
	width: 100%;
	padding: 0em 0em 2em 0em;
}

/* Welcome */

#welcome {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

#welcome .content {
}

/* Footer */

#footer {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

/* Button style 1 */

.button-style1 {
	display: inline-block;
	margin: 2em 1em 1em 0em;
	padding: .5em 1em;
	background:#1F7A98;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .80em;
	color: #FFFFFF;
	min-weight: 100px;
	border-radius:20px;
}

/* List style 1 */

ul.style1 {
	margin: 0em;
	padding: 2em 0em 2em 0em;
	list-style: none;
}

ul.style1 li {
	float: left;
	width: 15%;
	padding: 0em 1em 2em 0em;
}

ul.style1 a img {
	display: block;
	width: 100%;
	padding: 0em 0em 1em 0em;
}

/* List style 2 */

ul.style2 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}


ul.style2 li {
	padding: 0em 0em 3em 0em;
}

ul.style2 .heading-title {
	font-weight: bold;
	color: #5E5E5E;
}

ul.style2 .date {
	display: inline-block;
	margin: 0em 1em 1em 0em;
	padding: .5em 1em;
	text-transform: uppercase;
	font-size: .80em;
	background: #000000;
	color: #FFFFFF;
}

ul.style2 a {
	text-decoration: none;
	color: #5E5E5E;
}

ul.style2 a:hover {
	text-decoration: underline;
}

/* List style 3 */

ul.style3 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style3 li {
	padding: 1em 0em;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	border-top: solid 1px rgba(255,255,255,0.15);
}

ul.style3 li:first-child {
	border-top: 0;
}

ul.style3 li:last-child {
	border-bottom: 0;
}

ul.style3 a {
	padding: 0em 0em 0em 1em;
	background: url(images/img04.png) no-repeat left 4px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #1B94BD;
	color: #D6F8FF;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0em;
	background: none;
}


/* List style 4 */

ul.style4 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style4 li {
	padding: 1.5em 0em 1.5em 0em;
	border-top: 1px solid #DCDCDC;
}

ul.style4 .date {
	padding: 0em 0em 1em 0em;
	font-weight: bold;
	font-style: italic;
}

ul.style4 .date a {
	color: #2C2C2C;
}

ul.style4 a {
	text-decoration: none;
	color: #000;
}

ul.style4 a:hover {
	text-decoration: underline;
}

ul.style4 .first {
	padding-top: 0em;
	border-top: none;
}

/* List style 5 */

ul.style5 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style5 li {font-size: 1.1em;
	padding: 1em 0em 1em 0em;
	border-top: 1px solid #DCDCDC;
}

ul.style5 a {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

ul.style5 a:hover {
	text-decoration: none;
	color:#1EB0D7;
	transition:0.3s;
}

ul.style5 .first {
	padding-top: 0em;
	border-top: none;
}

.read-more-state {
  display: none;
}
.read-more-state1 {
  display: none;
}
.read-more-state2 {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-target1 {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-target2 {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height:999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Back';
}

.read-more-state1:checked ~ .read-more-wrap .read-more-target1 {
  opacity: 1;
  font-size: inherit;
  max-height:999em;
}

.read-more-state1 ~ .read-more-trigger1:before {
  content: 'Read more';
}

.read-more-state1:checked ~ .read-more-trigger1:before {
  content: 'Back';
}

.read-more-state2:checked ~ .read-more-wrap .read-more-target2 {
  opacity: 1;
  font-size: inherit;
  max-height:999em;
}

.read-more-state2 ~ .read-more-trigger2:before {
  content: 'Read more';
}

.read-more-state2:checked ~ .read-more-trigger2:before {
  content: 'Back';
}

.read-more-trigger {
	font-weight:bold;
	float:right;
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #ffffff;
  background-color:#1F7A98;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  margin-top:-28px;
  margin-right:10px;
    margin-bottom: 10px;
}
.read-more-trigger:hover { background-color:#fff;
color: #1F7A98;
transition:0.3s;
box-shadow: 0px 2px 10px #999;}

.read-more-trigger1 {
	font-weight:bold;
	float:right;
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #ffffff;
  background-color:#1F7A98;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
   margin-top:-26px;
  margin-right:-5px;
    margin-bottom: 10px;
}
.read-more-trigger1:hover { background-color:#fff;
color: #1F7A98;
transition:0.3s;
box-shadow: 0px 2px 10px #999;}

.read-more-trigger2 {
	font-weight:bold;
	float:right;
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #ffffff;
  background-color:#1F7A98;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  margin-top:-28px;
  margin-right:10px;
    margin-bottom: 10px;
}
.read-more-trigger2:hover { background-color:#fff;
color: #1F7A98;
transition:0.3s;
box-shadow: 0px 2px 10px #999;}

table { font-size:1.1em;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #000;
    text-align: left;
    padding: 8px;
}


tr:nth-child(even) {
    background-color: #B7DCE8;
}
.frame { width:24%;
position:relative;
         float:left;
		 height:auto;
		 margin:5px;}
		 
#fbox1 ul li {
	text-decoration: none; margin-left:40px;
}

.overlay {
  position: absolute; 
  bottom: 0;
  background: #1EB0D7;
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 1.2em;
  padding: 20px;
  text-align: center;
}
.frame:hover .overlay {
  opacity: 1;
}		 

/*button design*/

.slip a{
    background-color: #ff0000!important;
    border-radius: 5px;
    border: 2px solid #fff;
}
.verify a{
    background-color: #ce20ce!important;
    border-radius: 5px;
    border: 2px solid #fff;
}
.admissionList a{
    background-color: #ff0000!important;
    border-radius: 5px;
    border: 2px solid #fff;
}

.query a{
    background-color: #ff4500!important;
    border-radius: 5px;
    border: 2px solid #fff;
}

#verification {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#verification td, #verification th {
  border: 1px solid #ddd;
  padding: 8px;
}

#verification tr:nth-child(even){background-color: #f2f2f2;}

#verification tr:hover {background-color: #ddd;}

#verification th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1EB0D7;
  color: white;
}