/** *** RESPONSIVE **/
#page .navbar-fixed-top, #page .navbar-fixed-bottom {
    position: relative;
 
}
/* Dialog window styling */
.navbar-fixed-top, .navbar-fixed-bottom{
	z-index:10;
}
.ui-dialog{
	border:7px solid #376adf;
	padding:0;
}
.ui-dialog .my-dialog{
	padding:10px 30px 10px 30px;
	
}
.ui-widget-header{
	background:#bd6277;
	color:#efefef;
	border:0px solid;
	font-size:22px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-bottom-right-radius:0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{
	border-bottom-left-radius:0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
	border-top-right-radius:0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{
	border-top-left-radius:0;
}
body{
	font-family: Inter,sans-serif;
	background-color:#efe9e9;
	background-image: linear-gradient(#efe9e9,#e3edf3);
	color:#685f5f;
}
@media only screen and (max-width: 767px) {
	body {
    padding-right: 0px;
    padding-left: 0px;
	}
	#page {
		padding-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#footer{
		padding:20px !important;
		float: unset !important;
		width: unset !important;
	}
	.right{
		text-align:center !important;
	}

}
@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;
	}
	.navbar .nav, .navbar-search{
		margin-top:15px;
	}
}
@media only screen and (max-width: 480px) {
	#page [class*="span"] {
		width:100%;
	}
	
	.navbar .brand{
		text-align:center;
	}
	
}
.img-round{
	border-radius: 50%;
}
/* --- OVERALL STYLING --- */
#page [class*="span"] {
	margin-left:0px;
	margin-right:5px;
}

.picture img{
	border-radius: 25px;
}
a{
	color:#605151;
}
.navbar .nav > li > a {
	/*color:#376adf;*/
	color:#605151;
	font-size:16px;
}
.navbar .nav > li > a:hover {
	color:red;
}
#page .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color:#605151;
    text-decoration: none;
    background-color: unset !important;
    -moz-box-shadow: unset;
	box-shadow: unset;
}
#page .heading{
	font-size:22px;
	padding:20px 0 10px 0;
	color:#555;
}
/* header */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	min-height:55px;
	padding:0;
	font-size:16px;
	font-weight:bold;
	
}
th{
	background-color:#fdf7f7;
	/*color:#888be9;*/
}


.navbar .brand {
	color: #dd1437;
	font-size: 17px;
	text-shadow: 0px 1px 1px #f4ebeb;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar .brand:hover {
	color:red;
}
table{
	width:100%;
}
.span9{
	width:75%;
}
.nav-header{
	background-color:#dedede;
	color:#666;
	display:block;
	padding:5px;
	font-weight:bold;
}

/* 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;
 
}
.underline{
	border-bottom:1px solid;
}
#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;
	
}

#page .yiiTab ul.tabs li a.active,
#page .yiiTab ul.tabs a:hover{
	color:green;
	background: #fff none repeat scroll 0 0;
	color: #888;
	font-weight: bold;
	
}
.olive{
	color:olive;
	font-size:15px;
}

.pink{
	background-color:#f5efee;
	padding:20px;
	background-image: linear-gradient(#efe9e9, #e3edf3);
}
#page .span3{
	margin-bottom:40px !important;
}
	
span.pending{
	
	color:#555;
}
span.pending2{
	
	color:brown;
}
span.olive{
	
	color:#ff9900;
}
span.navy{
	
	color:navy;
}
span.teal,.teal{
	color:teal;
}
span.blue,.blue{
	color:#0088cc;

}
.orange{
	color:orange;
}
.red{
	color:red;
}
span.magenta{
	color:magenta;
}
.gray{
	color:#666;
}
span.green2{
	
	color: #004d00;
}
.unprocessed{
	color:gray;
	font-style:italic;
	font-weight:bold;
}

.pending{
	color:olive;
	font-weight:bold;
	text-transform:uppercase;
}

.approved{
	color:green;
	font-weight:bold;
}

.rejected{
	color:red;
	font-weight:bold;
}
.crossed{
	color:red;
	text-decoration:line-through;
}

/* certificate issuance */

.brown{
	color:brown;
}
/*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;
}

/* footer */
#footer2{
	background-color:#000;
	color:#4a4848;
	padding:35px 0;
	float:left;
	width:100%;
}

#footer{
	background-color:#1a1919;
	color:#6f838f;
	padding:35px 0;
	float:left;
	width:100%;
	font-size:15px;
	font-weight:bold;
	
}
#footer2:hover{
	color:#efefef;
}
#footer ul{
	margin:0;
}
#footer [class*="span"]{
	margin:0;
}
/* 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;
}

/*site specifics*/
#page h1
{
	font-size:22px;
	color:#666;
}

#page h2
{
	font-size:20px;
	color:#605151;
}
.grid-view table.items th, .grid-view table.items th a 
{
	text-decoration:none;
	color:#66595c !important;
	font-size:16px;
}
.grid-view table.items th a:hover
{
	text-decoration:none!important;
	background:none!important;
}
.grid-view {
	padding-top:0;
}
.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:80px;
}

#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:11px;
	padding-left:20px;
}
#user-form .control-label{
	font-weight:bold;
	color:#605151;
}
input#LoginForm_email,
input#LoginForm_username,
input#LoginForm_password{
	color:#333399;
	font-weight:bold;
	font-size:14px;
}

input#LoginForm_email:hover,
input#LoginForm_username:hover,
input#LoginForm_password:hover{
	background-color:lightgreen;
}
.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:#605151;
	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;
}

.figure{
	font-size:28px;
	margin:10px 10px 10px 0;
	text-shadow: 3px 3px 1px silver;
	font-weight:bold;
}
.pending{
	
	color:#555;
}
.pending2{
	
	color:brown;
}
.olive{
	
	color:#ff9900;
}
.navy{
	
	color:navy;
}
.teal,.teal{
	color:teal;

}
.blueshade{
	color:#888be9;
}
.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{
	float:right;
}
.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:#605151;
	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;
}
.center{
	text-align:center;
}

/* Logo Image */
.logo{
	height:50px;
}
.dashboard-panel{
	border:1px solid #999;
	text-align:center;
	padding:0px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	-khtml-border-radius: 15px;
	height:80px;
	margin-bottom:20px;
}
.dashboard-panel-header{
	background-color:green;
	color:#efefef;
	padding:5px 10px;
	font-weight:bold;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius:15px 15px;
	-khtml-border-radius: 15px 15px;
}
.numbers{
	font-size:35px;
	text-shadow: 2px 2px 1px red;
	font-weight:bold;
}
#page .traverse{
	background-color:#fff7f6;
	padding:3px 15px;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius:15px 15px;
	-khtml-border-radius: 15px 15px;
	color:#605151;
    font-size:20px;
	border: 1px solid #e9bfbb;
}
#page .table-bordered th, #page .table-bordered td {
	border-left: 1px solid #d5b8ad;
	border-top: 1px solid #d5b8ad;
}
#page .form-actions{
	background-color: #f2f2f2;
	border-top: 2px solid #e1d1d1;
}
.form-horizontal .control-label{
	color: #66595c;
	font-weight: bold;
}
#page span.scores{
	border:3px solid #a92d2d ;
	background-color:brown;
	color:#efefef;
	padding:5px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
    -khtml-border-radius: 50%;
}
/* portions of the page */
div.parts{
	background-color:#fff;
	float:left;
	padding:10px;
	width:98%;
	border-radius: 20px;
	border: 1px solid #e9bfbb;
	overflow-x: scroll;
}
.slot{
	text-align:center;
	border:1px solid pink;
	margin-bottom:5px;
	padding:7px;
	height:80px;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius:15px 15px;
	-khtml-border-radius: 15px 15px;
}
.occupied:hover{
	background-color:#7d84ef;
	color:#efefef;
}
.data-display th{
	text-align:right;
	/*color:#74a4eb;*/
}
hr {
    margin: 16px 0;
    border: 0;
    border-top: 2px solid #d5b8ad;
    border-bottom: 3px solid #dedede;
}
.alert-block {
    padding: 25px;
    border: 5px solid;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius:15px 15px;
	-khtml-border-radius: 15px 15px;
	font-size:130%;
}