/** { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  float: right;
  vertical-align: middle;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

* {
	box-sizing: border-box;
	/*font-family: Verdana;*/
}
html {
	background-color: #fff;
	font-size: 12pt;
	color: #1a1a1a;
	line-height: 1.5;
}
/*body {
	min-width: 1000px;
}*/
p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.table {
	display: table;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}

.depcontent{
	margin-bottom:10px;
	width:400px;
	font-size:14px;
	text-align:left;
}
.departtable{
	font-size:13px;
	
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.contoff{
	width: 350px;
}
.boditbl{
	font-size:14px;	
	vertical-align: middle;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
.center-wrap {
	text-align: center;
}
.expand {
	width: 100%;
}
.white {
	color: #fff;
}
.white:hover,.white:focus {
	color: #fff;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0;
}
.no-border {
	border: none;
}
.no-vertical-border {
	border-left: none;
	border-right: none;
}
.no-horizontal-border {
	border-top: none;
	border-bottom: none;
}
.scroll {
	overflow: auto;
}
.right-align {
	text-align: right;
}
.center-align {
	text-align: center;
}
.content {
	max-width: 90%;
	margin: 0 auto;
}
.header {
	height: 100px;
	text-align: right;
	/*vertical-align: middle;*/
	color: #35a;
	/*text-transform: uppercase;*/
	display: table;
	width: 100%;
}
.header-link {
	display: table-row;
	color: #35a;
}
/*.header-link:focus,.header-link:hover {
	text-decoration: none;
	color: #35a;
	border: none;
}*/
.titles {
	text-align: center;
	margin-top:8px;
}
.title {
	color: #990000;
	font-size: 24px;
	font-family: Arail, Helvetica, sans-serif;
	font-weight: bold;

}
.title1 {
	color: #004466;
	font-size: 24px;
	font-family: Arail, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:-10px;

}
/*.titles > a {
	color: #35a;
}
.titles > a:hover,.titles > a:focus {
	text-decoration: none;
	color: #35a;
	border: none;
}*/
.title-logo {
	padding: 5px 0px 0px 0px;
	float: left;
}
.subtitle {
	font-size: 13px;
	font-style: italic;
	margin-top:-14px;
	color: #990000;
}
.footer {
	background-color: #004266;
	color: #fff;
	font-size: 12px;;
	margin-top: 15px;
	padding: 5px;
	height:30px;
}
.footer-dark {
	background-color: #002133;
	color: #fff;
	font-size: 0.9em;
	padding: 15px;
	text-align: center;
}
#logo-footer {
	width: 100%;
	margin: 0 auto;
}
.navbar-top {
	min-height: 25px;
	background-color: #006c9a;
	margin-bottom: 0;
}
.nav-top > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav-top > li > a:hover {
	background-color: #004657 !important;
}
a.botmqui:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.botmqui:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.botmqui:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.botmqui:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.breadcrumb {
	font-size: 12px;	
}
.breadcrumb > li > a {
	color: #004466;
}
.breadcrumb > li.active {
	color: #004466;
	font-weight:bold;
}
.breadcrumb>li+li:before {
	content: "/\/\00a0";
	padding: 0 5px;
	color: #bbb;
}
.upper-block {
}
.middle-block {
	padding-left: 6px;
	padding-right: 6px;
}
.list-group-item {
	margin-bottom: auto;
	margin-top: -1px;
}
.row {
	margin: 0 !important;
}
.rowcontent {
	margin: 0 !important;
	text-align: justify;
	line-height:19px;
	padding-left:15px;
	margin-top:-45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border-left: 1px solid #c0c0c0;	
}
.subcontent {
	margin: -40 !important;
}
.main {
	margin-bottom: 16px !important;
}
.panel {
	margin-bottom: 0;
}
.padawan {
	padding-left: 11px;
	padding-right: 11px;
}
.btn-panel {
	margin-left: -5px;
	margin-right: -5px;
	/*padding-right: 25px;*/
	/*padding-left: 25px;*/
	margin-top: -5px;
}
.link-btn {
	margin-top:10px;
	padding: 8px;
}
.btnboxes {
	margin-top:10px;
	font-size:16px;
	font-weight:500px;	
}
.heading-default {
	display: inline-table;
	width: 100%;
	background-color: #004466 !important;
	color: #fff !important;
}
.panel-heading > h5 {
	font-size: 12px;
	#line-height: 15px;
}
.sidebar {
	border: none;
	-webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.sublist {
	background-color: #fafafa;
	padding-left: 30px;
}
a.list-group-item.active {
	 background-color: #eee;
	 color: #555;
	 border: 1px solid #ddd;
	 border-left: none;
	 border-right: none;
}
a.list-group-item.active:hover {
	 background-color: #e5e5e5;
	 border: 1px solid #ddd;
	 border-left: none;
	 border-right: none;
	 color: #555;
}

.sub-heading {
	background-color: #22acda !important;
	border: none;
}
.sub-heading > h3 {
	font-size: 14px;
}
#notice-board {
	height: 356px;
}
#notice-board-inner {
	height: 355px;
}
#announcements {
	height: 265px; /*MoreUpdated Height Outter*/
}
#announcements-inner {
	height: 255px;
}
#conferences-workshops {
	height: 356px;
}
#conferences-workshops-inner {
	height: 315px;
}
img.faculty {
	float: right;
	margin-right: 10px;
	border-width: 5px;
	border-color: #eee;
	border-style: solid;
	height: 200px;
}

img.deptview {
	float: left;
	margin-right: 5px;
	border-width: 5px;
	border-color: #eee;
	border-style: solid;
	height: 120px;
}

img.incont {
	float: right;
	margin-left: 10px;
	border-radius: 20px 20px 20px 20px;
}


ul.imagea li
{
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/arrow.jpg);
	margin-bottom:3px;
	font-size: 14px;
}
ul.tender li
{
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/arrow.jpg);
	margin-bottom:12px;
	color: #800000;
	font-size: 14px;
}

ul.imagea2 li
{
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/arrow.jpg);
	margin-bottom:5px;
	font-size: 16px;	
}

ul.imagea2 li a:hover
{
	color:green;
	font-weight:500;
	font-size: 17px;
}

ul.imagea2 li a
{
	color:green;
	font-weight:500;
	font-size: 16px;
}

div.spa6
{ 
	font-size:14px; 
	font-family: Lucida Calligraphy; 
	margin-bottom:6px;
	color: #003333;
	border-bottom: 2px solid #004466;
}

.firsbull ul {
	min-height: 232px;
	display: inline-block;
	list-style:none;
	clear: both;
	margin-left:-35px;
}
.firsbull li {
	text-align: left;
	background: url(../images/bullet-red.gif) 0px 2px no-repeat;
	padding-left: 14px;
	color: #4D4D4E;
	line-height: 17px; 
	margin-bottom:3px;
}
.firsbull li:hover {
	background: url(../images/bullet-red.gif) 0px 2px no-repeat;
}
.firsbull li a {
	color: #000000;
	font-size: 13px;
	text-decoration:none;
}
.firsbull li a:hover {
	color: #f97c00;
	#background-color :#000066
}
.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #dddddd;border-left:0;text-align:right}


/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin-top: 15px;
	padding: 0;
	margin-left:-10px;
	/*min-width:210px;*/
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	font-style: normal;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
/*ul.MenuBarActive
{
	z-index: 1000;
}*/
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: -2.4em;	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	/*width: 25em;*/
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #FFF;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 0px solid;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0.5em 0.75em;
	margin-bottom:-3px;
	color: #000040;
	text-decoration: none;
	font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color:#4BA0BC;
	color: #000040;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.MenuBarVertical li.active
{
	display: block;
	cursor: pointer;
	background-color:#004466;
	color: #ffffff;
	padding: 0.5em 0.75em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color:#E0E0E0;
	color: #000040;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

.head4 {
	font-size: 22px;
	margin-top:15px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	color: #800517;
	text-decoration:none;
}
.head11 {
	font-size: 14px;
	margin-top:10px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	color: #004d4d;
	text-decoration:none;
}
.head22 {
	font-size: 16px;
	margin-top:10px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	color: #004d4d;
	text-decoration:none;
}
.headsub111 {
	font-size: 12px;
    letter-spacing: 1px;
	margin-bottom:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	color: #cc0033;
}

.head222 {
	font-size: 17px;
	margin-top:5px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	color: #004d4d;
	text-decoration:none;
}
.headsub222 {
	font-size: 13px;
    letter-spacing: 1px;
	margin-bottom:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	color: #004d4d;
}

.introheader {
	font-size:18px;
	color:#004266;
	padding-top:5px;
	padding-bottom:7px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	/*background-image: url(../images/introheader.jpg); width: 466px;*/
}

.middleheader {
	font-size:16px;
	color:#610B0B;
	padding-top:5px;
	padding-bottom:3px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	/*background-image: url(../images/middleheader.jpg); width: 466px;*/
}

ul.spaced li {
  margin-bottom:3px;
  margin-left:5px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;;
}

ol.spaced li {
  margin-bottom:4px;
  margin-left:0px;
  font-size:14px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;;
}

.bs-callout {
    padding: 10px;
    margin: 12px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout h5 {
    margin-top: 0;
    margin-bottom: 5px;
	font-size:18px;
	font-weight:500;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-default h5 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-primary h5 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-success h5 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-danger h5 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-warning h5 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-info h5 {
    color: #5bc0de;
}

ul.faq {
  list-style: none;
  margin: 0px;
}

ul.faq li {
  margin-top: 30px;  
}

ul.faq li:first-child {
  margin-top: 0;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 110px;
  height: 35px;
  margin-right:10px;
  line-height: 35px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 13px;
  
  
}
ul.faq div {
  margin-left: 0px;
  border-top: 1px solid #004466;
  
}
ul.faq li > div h3 {
  margin-top: 0;
}

.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 13px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #6091ba;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
fieldset{border: #CCCCCC solid 1px; background: #FFFFFF; padding:10px;}

legend{background: #FFFFFF; border: #CCCCCC solid 1px; padding: 5px 10px; font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; color:#800000; font-size:13pt; font-weight: bold; }


.ribbioncur{
    padding: 7px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;	
	background-color:#e6e6e6;
	border-left-color: #595959;
}
.ribbioncur h4 {
    margin-top: 0;
	font-size:15px;	
    margin-bottom: 0px;
}
.ribbioncur a{
    margin-bottom: 0;
	color:#1a1a00;
	margin-left:5px;
	font-weight:500;
}
.ribbioncural{
    padding: 7px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
	border-left-color: #5cb85c;
}
.ribbioncural h4 {
    margin-top: 0;
	font-size:15px;	
    margin-bottom: 0px;
}
.ribbioncural a{
    margin-bottom: 0;
	color:#1a1a00;
	margin-left:5px;
	font-weight:500;
}

.tnptable{
	font-size:15px;
}