/** *** RESPONSIVE **/
@media only screen and (min-width: 979px) {
	#page {
		padding-top: 100px;
	}
}
@media only screen and (max-width: 767px) {
	body {
    padding-right: 0px;
    padding-left: 0px;
	}
	#page {
		padding-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.container {
		padding-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.row{
		margin:0;
	}
	.span1 {width: 8.33%;}
    .span2 {width: 16.66%;}
    .span3 {width: 25%;}
    .span4 {width: 33.33%;}
    .span5 {width: 41.66%;}
    .span6 {width: 50%;}
    .span7 {width: 58.33%;}
    .span8 {width: 66.66%;}
    .span9 {width: 75%;}
    .span10 {width: 83.33%;}
    .span11 {width: 91.66%;}
    .span12 {width: 100%;}
	#fullSearch{
		border:1px solid #999;
		padding:7px 7px 7px 30px;
		color:green;
		font-weight:bold;
		width:60%;
		font-size:13px;
		background: #fff url(../images/icon-search.png) no-repeat 1% 50%;
		border-radius: 10px;
		-moz-border-radius: 15px;
		-webkit-border-radius:15px;
		-khtml-border-radius: 15px;
	}
}
@media only screen and (max-width: 480px) {
	#page [class*="span"] {
		width:100%;
	}
	.navbar .brand img {
		width: 100%;
	}
	.navbar .brand{
		text-align:center;
	}
}



/* --- OVERALL STYLING --- */
#page [class*="span"] {
	margin-left:0px;
	margin-right:5px;
}
/*aspirant*/
#page th.left{
	
	text-align:left;
}
#page .aspirant img{
	height:80px;
	border-radius: 50%;
}
#page table.aspirants{
	border:2px solid #dedede;
}
table.aspirants tr.hover:hover{
	background-color:teal;
	font-weight:bold;
	color:#efefef;
}
#page table.aspirants tr.hover td{
	border-bottom:1px solid #dedede;
}

#page [class*="span"] {
	margin-left:0px;
	margin-right:5px;
}
ul{
	list-style: none;
}
#page a{
	 outline: 0;
}
#page a.btn{
	 color: #444;
	 outline: 0;
}

#page h1{
	font-size:20px;
}
#page h2{
	font-size:18px;
}
#page h3{
	font-size:16px;
}
#page h4{
	font-size:15px;
	border-bottom:1px solid #dedede;
	color:teal;
}
#page h1, #page h2, #page h3, #page h5, #page h6 {
  margin: 10px 0;
  color:#555;
}
#page .alert{
	font-size:24px;
	border-color:brown;
}
/* header */

.navbar-inner{
	min-height:55px;
	
	padding:0;
}
th{
	background-color:#efefef;
	color:#111;
}
.grid-view table.items th a {
  color:#111 !important;
}

.navbar .nav, .navbar-search{
	
	margin-top:50px;
}
.navbar .brand {
  color: navy;
  display: block;
  float: left;
  font-size: 22px;
  text-shadow: 0 2px 0 #656ead;
  
}
.navbar .brand img{
	
	height:70px;
}
.navbar .nav > li > a {
	
	color: green;
	text-decoration: none;
	text-shadow: 1px 1px 0 #111;
}
.dropdown-menu{
	background-color:mist;
}

.dropdown-menu > li > a {
	display: block;
	padding: 7px 25px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
	border-bottom:1px solid #dedede;
	color:green;
	text-shadow: 0px 1px 0 #111;
	
}

.navbar-search {
	margin-bottom: 0;
	clear:right;
}

/* side bar */
#sidebar{
	background-color:#efefef;
	background-repeat: repeat-x, repeat;
	background-size: 100px 15px, 140px 140px;
	margin-left:5px;
}
#sidebar li a{
	border-bottom:1px solid #dedede;
	color:#558000;
	font-size:12px;
}
#sidebar li a:hover{
	background-color:darkgreen; 
	color:#efefef;
}
.span9{
	width:75%;
}
.nav-header{
	background-color:#dedede;
	color:#666;
	display:block;
	padding:5px;
	font-weight:bold;
}
#user{
	color:green;
	font-weight:bold;
	padding:10px 0;
	display:block;
}
#sidebar a{
	color:#222;
}

/* styling tabs */
/*YII Tabs */
#page .yiiTab div.view {
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  margin: -3px 0 0 0;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  -khtml-border-radius: 5px;
 
}
#page .yiiTab ul.tabs {
	border-bottom: 0px solid #666;
	margin:0 0 -1px 0;
	
}
#page .yiiTab ul.tabs a {
	border-top:2px solid #666;
	border-right:2px solid #666;
	border-left:2px solid #666;
	border-bottom:0px solid #666;
	border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
	background:whiteSmoke;
	color: #888;
	font-weight: bold;
	padding: 15px 20px 4px;
	
}
.units{
	height:200px;
}
#page .yiiTab ul.tabs li a.active,
#page .yiiTab ul.tabs a:hover{
	color:#a92d2d;
	background: #fff none repeat scroll 0 0;
	color: #888;
	font-weight: bold;
	
}
#page .olive{
	color:olive;
	font-size:15px;
}
/*Zii Tabs */
#page .ui-tabs-nav{
	border-bottom:3px solid #a92d2d ;
	padding:1px 0px;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    -khtml-border-radius: 0;
}
#page .ui-tabs-nav li{
	margin-right:5px;
	background:whiteSmoke;
	border:1px solid #dedede;
}
#page .ui-tabs .ui-tabs-nav li a {
  line-height: 15px;
  padding: 7px 30px;
  text-decoration: none;
}
#page .ui-tabs-nav li.ui-tabs-active,
#page .ui-tabs-nav li a:hover
 {
	background:#a92d2d;
	color:#efefef;
	border:1px solid #a92d2d;
}
#page .ui-tabs-nav li.ui-tabs-active a{
	color:#efefef;
	border:1px solid #a92d2d;
}
li.done a{
	background-color:lightgreen;
	color:green;
}
li.active a{
	background-color:lightgreen;
}
li.pending a{
	color:#888;
}
.tabs-left > .nav-tabs{
	border-left:2px solid #999;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
}
#page span.numbers{
	background-color: yellow;
	font-size: 14px;
	margin:0 25px 10px 25px;
	color:#555;
	border:1px solid #666;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    -khtml-border-radius: 10px;
	padding:5px;
	font-weight:bold;
}

#page table{
	width:100%;
	margin-bottom:20px;
}

/* footer */
#footer{
	background-color:#333;
	color:#dedede;
	padding:20px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent), url("../images/bg-footer-noise.jpg");
	background-repeat: repeat-x, repeat;
	background-size: 100px 15px, 140px 140px;
	float:left;
	width:100%;
	border-top:5px solid navy;
	
}
#footer ul{
	margin:0;
}
#footer [class*="span"]{
	margin:0;
}
.copyright{
	margin:0 auto;
	width:75%;
}
/* additional css */
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}
.portlet-decoration{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0;
	padding: 5px 8px;
	margin-bottom:15px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.post
{
	margin: 0 0 20px;
}

.post .title
{
	font-size: 1.5em;
	border-bottom: 1px solid #C9E0ED;
}

.post .title a
{
	color: #555;
	text-decoration: none;
}

.post .author
{
	color: #888;
	margin: 0 0 5px;
}

.post .nav
{
	-moz-border-radius:7px;
	padding: 5px;
	background: #EFFDFF;
}

.comment
{
	-moz-border-radius:7px;
	padding: 10px;
	background: #F5F5F5;
	margin: 5px 0;
}

.comment .content
{
	margin: 10px 0;
}

.comment .author
{
	margin: 5px 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #DDD;
}

.comment .time
{
	color: #888;
	font-size: 0.8em;
}

.comment a.cid
{
	color:#CCC;
	float:right;
	font-size:1.5em;
	font-weight:bold;
	padding:0 5px 5px 5px;
	text-decoration: none;
}
.comment a.cid:hover
{
	color:#555;
}
.comment .pending
{
	color:red;
}
/*site specifics*/
#content h1
{
	font-size: 25px;
    margin-bottom: 10px;
	color:#333399;
	font-family: 'Trebuchet Ms';
	
}

#content h2
{
	font-size: 17px !important;
    margin-bottom: 7px;
	color:#333399 !important;
	font-weight:normal !important;
	font-family: 'Trebuchet Ms';
}
.grid-view table.items th, .grid-view table.items th a 
{
	text-decoration:none;
	color:#333 !important;
	text-transform:uppercase;
	font-size:13px;
}
.grid-view table.items th a:hover
{
	text-decoration:none!important;
	background:none!important;
}
#page table th, #page table td 
{
	font-size:12px;
	border-top:0px solid;
}

table.statement
{
	border:2px solid #dedede;

}
table.statement tr th{
	background-color:#fafafa;
	border-bottom:1px solid #efefef;
	border-top:1px solid #efefef;
	padding:3px 5px;
	font-size:14px !important;
	color:#888 !important;
}
table.statement tr.header td
{
	font-size:14px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	padding:0 15px;
}
table.statement tr td
{
	font-size:11px;
	padding:3px 10px;
	vertical-align:top;
	border:1px solid #efefef;
	color:#555 !important;
}

table.statement a.btn{
	color:#666 !important;
	font-size:9px;

}
.list-view
{
	font-size:0;
	height:0;
}
.profile
{
	border:0px solid #333;
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px;
}
.profile img
{
	height:100px;
}

/*rights*/
#rights{
	margin:20px;
	width:96%;
}

/*fee payable grid*/
#fee-payable-grid table
{
	width:550px;
}
#fee-payable-grid table tr td
{
	padding:1px 5px;
}
#student-invoice-form table td
{
	padding:2px 5px;
	margin:0;
	width:120px;
}
#fee-payable-grid table td input[type='text']
{
	width:65px;
	float:right;
	font-size:16px;
	color:red;
}
.amount{
	text-align:right !important;
	font-weight:bold;
}
#fee-payable-grid table #fee-payable-grid_c1
{
	text-align:right;
}
.placeholder
{
	padding:2px 10px;
	color:#666;
	border:1px solid #dedede;
	width:250px;
	display:block;
}
.notes
{
	font-size: 12px;
    text-align: start;
	color: #888;
	font-style:italic;
	padding:15px 5px;
	text-align: left;
	letter-spacing:1px;
}
a.btn
{
	color:#dedede !important;
	text-transform:uppercase;
}
#content  .hero-unit {
  background-color: #EEEEEE;
  color: inherit;
  font-size: 13px;
  font-weight: 200;
  line-height: 2;
  margin-bottom: 10px;
  margin-top: 0px;

}

/* student styling */
.hint{
	color:#999;
	font-size:12px;
}
#user-form .control-label{
	font-weight:bold;
	color:teal;
}
input#LoginForm_email,
input#LoginForm_username,
input#LoginForm_rememberMe,
input#LoginForm_password{
	color:#333399;
	font-weight:bold;
	font-size:16px;
}
.form-horizontal .control-label {
	font-weight:bold;
	font-size:16px;
}
input#LoginForm_email:hover,
input#LoginForm_username:hover,
input#LoginForm_rememberMe:hover,
input#LoginForm_password:hover{
	background-color:lightgreen;
	color:green;
}
.tab-content{
	border-top:0px solid;
	border-right:0px solid #dedede;
	border-bottom:0px solid #dedede;
	border-left:0px solid #dedede;
	margin-top: -0px;
	padding: 0px 13px 0 0px;

	
}

table.account{
	
	
}
table.account td.lbl{
	width:160px;
	font-weight:bold;
	text-align:right;
	color:#444;
	background-color:#f6f6f6;
	border:1px solid #dedede;
	
	
	
}
table.results{
	border:1px solid #dedede !important;
}

table.results td{
	border:1px solid #dedede;
	color:#555;
	font-size:11px !important;
	
}
table.results td.lbl2{

	font-weight:bold;
	color:#777;
	font-size:16px !important;
	
	
}
.carousel-inner img{
	margin:0 auto;
}
.table-cell{
	width:150px;
	float:left;
}
.table-cell-wrap{
	float:left;
}
#content .form-actions {
  border-top: 1px solid #dededede;
  border-bottom: 1px solid #E5E5E5;
  background:#e5e5e5;
 
}

#page .well .control-group {
	margin:0;
}

.unread{
	color:red;
	font-style:italic;
}
.read{
	color:green;
	font-weight:bold;
}


span.pending{
	
	color:#555;
}
.pending2{
	
	color:brown;
}
.olive{
	
	color:#ff9900;
}
.navy{
	
	color:navy;
}
.teal,.teal{
	color:teal;

}
.magenta{
	color:magenta;
}
.green2{
	
	color: #004d00;
}
#page h3{
	font-size:20px;
	line-height:0;
	margin:10px 0;
	color:#666;
	font-weight:normal;
}
#page h3.qualifications{

	border-bottom:1px dotted #dedede;
	line-height:1.2;
	
}
table.budget td.amount{
	text-align:right !important;
	font-weight:normal;
}
#page input.grandtotal{
	color:red;
	font-size:17px;
}

#page td.bold{
	font-weight:bold;
}

#page td.right,
#page th.right{
	
	text-align:right;
}
#page td.hightlights{
	color:#444;
	background-color:#f6f6f6 !important;
	border:1px solid #dedede;
}
table.stage td{
	padding:10px 2px;
	font-weight:bold;
	
}
table.stage tr.header td{
	background-color:#dedede;
}
table.stage tr:nth-child(odd){
	background-color:#f5f5f5;
}
h3.steps{

	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:0;
	padding:0;
	margin:0;
}
h3.intake{
	font-size:17px;
	font-weight:normal;
	color:teal;
	line-height:0;
	padding:0;
	margin:0;
}

h2.unread{
	color:red !important;
}
#page .warning{
	
	color:red;
}
.done{
	color:green;
	font-weight:bold;
}
#page .pending{
	color:olive;
	font-weight:bold;
}

span.num{
	color:#777;
	font-style:italic;
}

 #social-bar .social-media-icon a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	font-size: 21px;
	height: 40px;
	width: 35px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-right: 10px;
	float:left;
}
.social{
	width:15%;
	margin-right:10px;
	padding:0 10px 0 0;
	float:left;
}

#fullSearch,#fullSearch2{
	border:2px solid #999;
	padding:5px;
	color:teal;
	font-weight:bold;
	width:600px;
	font-size:14px;
	background: #fff url(../images/icon-search.png) no-repeat 1% 50%;
	border-radius: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	-khtml-border-radius: 15px;
}

#page fieldset.evaluation .radio{
	float:left;
	margin-right:50px;
}

#page fieldset.evaluation .control-label{
	width:300px;
	float: left;
    padding: 0px;
    text-align: left;
}
#page .center{
	text-align:center;
}

.ready{
	border:5px solid #dedede;
	padding:20px 30px;
	margin:5px 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	-khtml-border-radius: 20px;
}
.teaser-1{
	background-color:#dedede;
}
/* ISO Image */
.iso{
	width:250px;
}