/*Accordian Style*/
.basic  {
	width: 100%;
	color:#000000;
	margin: 0px auto;
	box-shadow: 0px 0px 20px #c1c1c1;
	text-align: center;
}
.basic div{
	background-color: #4B9195;
}
.basic a {
	font-weight:bold;
	cursor:pointer;
	display:block;
	padding: 12px;
	margin-top: 0;
	text-decoration: none;
	color: white;
	background-color: #1281ab;
	border-top: 1px solid#1281ab;
	border-bottom: 1px solid #CCCCCC;
}
.basic a:hover {
    background-color: #fff;
    color: #0E0E0E;
}
.basic a.selected {
	color: white;
	background-color: #1281ab;
}
/*Message Pages*/
#inboxNew, #inboxAwaiting, #inboxReply, #sendReply, #sendRead, #sendUnread, #sendDeclind{
	cursor:pointer;
}
#updation-msg{
    font-size: 14px;
    font-weight: bold;
    color: #4B9195;
}
.example5 {
    background: #1281ab;
    border-radius: 3px;
    border: 1px solid white !important;
    display: inline-block;
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 30px !important;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    outline: none;
}
.buttonClass, .sendMemRequest {
	width:120px;
	font-weight: bold;
	padding: 10px 5px;
	text-align: center;
	background-color: #4B9195;
	color: white;
	border: solid 1px #ACD2D5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#errorDiv {
  color: #FF0000;	
}
/* Stylish Checkbox===========*/
ul.library li{
	list-style: none;
	/* background: #1281ab; */
	text-align: center;
	border-bottom: 1px solid#EDF1F3;
	padding: 14px;
	font-size: 20px;
}
ul.library li a {
    color: #1281AB;
    padding: 14px 12px;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-decoration:none;
    font-family: roboto,sans-serif;
    text-transform: uppercase;
}
.examRank{
	font-size: 14px !important;
	color:#4B9195;
	margin: 0px auto;
	display: table;
}
.examRank span{
	font-weight:bold;
}
input.checkbox[type=checkbox]:not(old) {
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
	width: 20px !important;
	height: 20px;
	left: 5px;
    cursor: pointer;
    z-index: 9999999999;
    position: relative;
	top: 12px;
}
label#selectalldesc {
    display: initial;
}
a.forgot {
    float: right;
    top: 10px;
    position: relative;
    right: 25px;
    font-size: 14px;
    background: #ff5252;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
}
input.checkbox[type=checkbox]:not(old) + label > span{
	display: inline-block;
	width: 20px;
	height: 20px;
    top: 2px;
	margin: 0px 10px 2px 0;
	border: 3px solid rgb(179, 179, 179);
	border-radius: 0px;
	vertical-align: bottom;
	position: relative;
	background: transparent;
	transition: all 0.4s ease-out;
}
input.checkbox[type=checkbox]:not(old):checked + label > span {
    background: rgb(255, 82, 82);
    border-color: rgb(255, 82, 82);
	transition: all 0.4s ease-in;
}
input.checkbox[type=checkbox]:not(all):checked + label > span:before,input.checkbox[type=checkbox]:not(old):checked + label > span:before {
	box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    left: 3.67px;
    top: -1px;
    display: table;
    width: 6.67px;
    height: 13.33px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: '';
    border-color: rgba(255,255,255,0.87);
}
input.checkbox[type=checkbox]:not(old):checked + label > span:after {
    content: "";
    width: 20px;
    height: 20px;
    background: rgb(255, 82, 82);
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;	
    -webkit-animation-name: boom-out;
    animation-name: boom-out;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
 input.submit.button {
    background: #ff5252;
    border: 0;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    font-weight: 300;
    width: 184px;
    text-transform: uppercase;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 2px;
    padding: 1px 0;
    font-family: roboto,sans-serif;
}
input.submit.button:hover {
    background: #333;
}
/*===========HOME BOXES=======*/
.home_boxes {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 2px 2px 6px #797979;
}
.box_icon {
    float: left;
    display: inline-block;
    font-size: 30px;
    /* margin-right: 10px; */
    background: #07659c;
    /* padding: 25px; */
    padding: 10px;
    /*width: 33.333%;*/
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.home_boxes:hover .box_icon {
	background: #009688;
}
.box_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    border-style: dashed;
}
.box_text h3 span {
	font-family: roboto,sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	/* line-height: 70px; */
    line-height: 50px;
	padding-left: 30px;
	display: block;
}
div#footer {
    padding: 50px;
}
/*=====inner_links=======*/
section.inner_page_links .box_icon {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; 
	background: none;
}
section.inner_page_links .home_boxes:hover .box_icon {
	background: none;
}
section.inner_page_links .home_boxes {
    background: transparent;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    border: 1px solid#dadde0;
    background: #fff;
}
section.inner_page_links .home_boxes a{

display: inline-block;

width: 100%;

padding: 10px 0;
}
section.inner_page_links .home_boxes a.active {
    background: #FFFFFF;
}
section.inner_page_links .home_boxes:hover {
	background: #fff;
	border: 1px solid#1281ab;
}
section.inner_page_links .box_icon i {
    border-radius: 0;
    border: none;
    height: 45px;
    line-height: 45px;
    color: #1281AB;
}
section.inner_page_links .box_text h3 span {
    font-size: 14px;
    text-align: center;
    padding: 0;
    letter-spacing: 0.3px;
    line-height: normal;
    color: #1281AB;
    font-family: roboto,sans-serif;
    text-shadow: 2px 7px 20px rgba(12, 13, 2, 0.45);
}
section.inner_page_links {
    background: url('../images/school1.jpg');
    background-size: cover;
    padding: 40px 0;
    position: relative;
}
section.inner_page_links:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(6, 93, 134, 0.32);
}
div#top-section {
    border-bottom: 2px solid #185a79;
	background: #1d6f9b;
}
div#breadcrumbs {
    padding: 20px;
    background: #fff;
    max-width: 75%;
    display: block;
    margin: 0px auto;
    margin-top: -35px;
    box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.29);
    border-radius: 10px 10px 0px 0px;
	z-index: 999999999999;
    position: relative;
}
div#breadcrumbs a {
    font-family: roboto,sans-serif;
    font-weight: 400;
    font-size: 15px;
}
#breadcrumbs ul li {
    float: left;
}
div#breadcrumbs  ul li:after {
    content: "\f101";
    font-family: FontAwesome;
    position: relative;
    font-size: 18px;
    color: rgb(195, 195, 195);
    margin: 0 10px;
}
div#breadcrumbs  ul li:last-child::after {
	display: none;
}
div#breadcrumbs  ul li:last-child a {
    color: rgb(90, 90, 90);
}
section.inner_contents {
    margin-top: -25px;
    background: #fff;
    box-shadow: 0px 0px 20px #c1c1c1;
    padding: 30px;
    width: 100%;
    margin: 0px auto;
}
section.inner_contents h3 {
	text-align: center;
    font-weight: 600;
    color: #1281AB;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 2px 7px 20px rgba(12, 13, 2, 0.45);
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input {
    border: 1px solid #c3bfbf;
    height: 40px;
    background: none;
    line-height: 50px;
	width: 100%;
    padding: 0px 18px;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    color: #da0909;
	cursor: pointer;
    font-size: 16px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 6px;
    font-family: 'Roboto', sans-serif;
}
input[placeholder], [placeholder], *[placeholder] {
    color: #000;
    font-family: 'Roboto', sans-serif;
}
form.calender_selection select#month, form.calender_selection select#year {
    display: inline-block;
    width: 25%;
    margin-bottom: 20px;
}
form.calender_selection input.viewButton {
    display: inline-block;
    background: #1b908b;    
	width: initial;
}
form.calender_selection a.control {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background: #de0202;
    margin: 10px 0 0 10px;
    COLOR: #FFF;
    border-radius: 3px;
}
section.inner_contents h3.calender_month {
	background: #1281ab;
	text-align: center;
	padding: 20px;
	color: #fff;
	border-bottom: 1px solid#b5b3b3;
	width: 100%;
	margin: 0px auto;
}
.home_boxes.clearfix a {
    text-decoration: none;
}
span.inner_ {
    font-size: 20px;
    font-family: roboto,sans-serif;
    color: #1279A0;
}
label {
    min-width: 90px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #5d5959;
    font-family: roboto,sans-serif;
}
select#attendYear,select#attendMonth {
    width: 90%;
    /* display: inline-block; */
    margin-bottom: 20px;
}
#proceed{
    display: inline-block;
}
form.cmxform p,form p {
    width: 73%;
    padding: 0;
    margin: 12px auto;
}
form#frmForm {
    max-width: 560px;
    margin: 0px auto;
}
form#frmForm label{
    min-width: 160px;
	float: left;
}
form#frmForm textarea{
	height: 110px;
}
form#frmForm textarea,form#frmForm input {
	float: left;
    display: inline-block;
}
form#frmForm input.submit {
    display: block;    
	float: none;
}
a.viewButton {
    display: inline-block;
    position: relative;
    right: 20px;
    padding: 12px 20px;
    background: #1281ab;
    color: #fff;
}
a.viewButton:hover {
	background: #E21212;
    transition: 0.4s ease all;
}
.inboxes {
    background: #e8e8e8;
    box-shadow: 3px 3px 0px #d4d4d4;
}
input#proceed:hover {
    background: #E21212;
    transition: 0.4s ease all;
}
.inboxes a {
    display: block;
    padding: 10px 10px;
    color: #fff;
    background: #1281ab;
    border-bottom: 2px solid#FFF;
    cursor: pointer;
}
.inboxes div span {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    background: #1281ab;
}
.home_boxes.profile .box_text p{
	padding: 0;
	font-family: roboto,sans-serif;
}
.home_boxes.profile .box_text {
    float: left;
    width: 65%;
    background: #fff;
    padding-left: 15px;
}
.home_boxes.profile .box_icon i img {
    border-radius: 50%;
    width: 100%;
}
.home_boxes.profile .box_icon i {
    width: 110px;
    height: 110px;
}
span.photo_ {
    color: #046390;
    font-size: 13px;
    line-height: 30px;
}
.panel_heading {
	background: #1281ab;
	padding: 16px;
	margin: 5px;
	border-radius: 3px;
}
section.inner_contents .panel_heading h3{
	margin: 0;
	cursor: pointer;
	color: #fff !important;
	font-size: 18px;
	font-family: roboto,sans-serif;
	font-weight: 500;
}
span.yea_ {
    font-size: 20px;
    font-family: roboto,sans-serif;
}
span.view_btt {
    float: right;
    margin: 20px;
}
a.example5.cboxElement:hover {
    background: #E21212;
    transition: 0.4s ease all;
}
input[type="submit"]:hover {
    background: #E21212;
    transition: 0.4s ease all;
}
span.header_vish {
    display: table;
    text-align: center;
	font-size: 20px;
    margin-top: 24px;
    color: #07659C;
}
span.header_vish_1 {
    display: table;
    text-align: center;
    font-size: 25px;
    margin-top: 32px;
    color: #FFFFFF;
}
.home {
	margin-top: 20px;
}
p.right a {
	text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
div#copy_right p {
    font-size: 14px;
	margin: 0px auto;
    display: table;
}
section.login_bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(7, 112, 178, 0.55);left: 0px;
}
.profile ul li:hover {
    color: #106DB1;
    border: 1px solid #106DB1;
    cursor: pointer;
    background: #FFF;
}
.profile ul li a:hover {
    color: #106DB1;
	transition: 0.4s ease all;
}
.profile ul li i:hover {
    color: #106DB1;
	transition: 0.4s ease all;
}
.profile ul li {
    float: left;
    margin: 20px 6px;
    display: table;
    padding: 10px 14px;
    font-size: 20px;
    font-family: roboto,sans-serif;
    background: #1CB7D8;
    border-radius: 4px;
}
/*========END========*/
/*=======MEDIA QUERY========*/
@media only screen and (max-width: 600px) and (min-width: 320px){
	#logo {
		float: none;
		display: table;
		margin: 0px auto;
	}
	span.header_vish {
		margin: 0px auto !important;
		display: table;
		text-align: center;
		font-size: 14px;
		margin: 4px;
		color: #07659C;
	}
	div#breadcrumbs {
		max-width: 100%;
		line-height: 30px;
		display:none;
	}
	div#copy_right p {
		font-size: 11px;
		margin: 0px auto;
		display: table;
	}
	.box_icon {
		width: 100%;
	}
	.home_boxes.profile .box_text {
		width: 100%;
	}
	section.inner_contents {
		padding: 0px;
		margin: 0px;
	}
	table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
		padding: 6px;
		font-size: 12px;
	}
	.basic {
		width: 100%;
	}
	table#no-more-tables {
		width: 100% !important;
	}
	table.calendar .day-number {
		line-height: 120px;
	}
}
@media only screen and (max-width: 800px) {
	   
	#no-more-tables table,#no-more-tables thead,#no-more-tables tbody,#no-more-tables th,#no-more-tables td, #no-more-tables tr {
		display: block;
		text-align: center !important;
		padding: 10px;
		width: 100%;
		font-size: 15px;
		border-right: none;
	}
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr { 
		border: 1px solid #ccc; 
	}
	#no-more-tables td { 
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		/*padding-left: 50%;*/
		white-space: normal;
		text-align:left;
	}
	#no-more-tables td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	#no-more-tables td:before { 
			content: attr(data-title); 
		}
}
/*======================*/
.birthdayMsg {
	background: none repeat scroll 0 0 rgb(28,183,216);
    border-radius: 4px;
	cursor: pointer;
    box-shadow: 0 0 40px rgba(100, 108, 113, 0.51);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 14px 2px;
    margin: 0px auto;
    display: table;
}
p.right a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #106DB1;
    transition: all 400ms linear 0s;
}
.birthdayMsg a {
    color: #D20909;
    padding: 14px 2px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: #FFF;
    font-family: roboto,sans-serif;
    animation-duration: 1700ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.profile ul li i {
    color: #FFFFFF;
    padding: 0px 5px;
    font-size: 20px;
}
.profile ul li a {
    color: #fff;
	text-decoration: none;
}
.blink{
	color:#FF0000;
	
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1.7s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
a.view {
    background: #B30213;
    color: #fff;
    text-decoration: none;
    padding: 8px 26px;
    font-size: 16px;
    font-family: roboto,sans-serif;
}
a.view:hover {
    background: #1281AB;
    color: #FFF;
}
ul.library li a i {
    color: #1281AB;
}



/* New GIF Style */

span.new {
position: absolute;
  width: 70px;
  height: 50px;
  background: url('../images/new.png');
  left: 20%;
  background-repeat: no-repeat;
  
}

@media only screen and (max-width: 760px) and (min-width: 320px) {
    span.new {
        left: 55%;
    }
}

/* New GIF Style */

