@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

html {overflow-y: scroll}
body {
	background: #E3E3E3; /*url('../img/bg.png') repeat;*/
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif; 
	color:#353535; 
	font-size: 13px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%; 
	font-size-adjust: 100%;
	font-weight: 400;
	padding: 0}

html,body {height:100%}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "Open Sans Condensed",sans-serif;
}

a, a:hover {text-decoration: none;}

/* fix for inputs inline shadow */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
/* no borders for buttons (ie7) */
button {*border: none !important;*border-color: transparent !important}

a,button,input {outline:none !important}

ul {list-style-type: none;}

sup {
	color: #AA0000;
}

/* webkit extra margin fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	button {margin: 0px}
}

/* navbar */
.navbar {
	/*background: url('../img/bg2.png') repeat;*/
	background: #55c83a none repeat scroll center center;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border:none;
	border-bottom: none;
	border-top: 4px solid #094A82;
	margin-bottom: 0;
	min-height: 70px;
}

.navbar-brand {
	padding: 5px;
	height: 70px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
	font-weight: 100;
	color: #fff;
	font-family: "Open Sans Condensed",sans-serif;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #094A82;
	color: #FFFFFF;
}
.dropdown-menu {
	padding: 0;
	min-width: 180px;
}
.dropdown-menu li a {
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	font-family: "Open Sans Condensed",sans-serif;
}
.navbar-brand .app-name {
	font-size: 24px;
	font-weight: 100;
	color: #fff;
	font-family: "Open Sans Condensed",sans-serif;
}

.navbar-nav > li > a {
    line-height: 52px;
}

.menu > ul {
	background: #094A82;
}
.dropdown-menu > li.menu > ul > li {
	margin-left: -15px;
	padding: 6px 0;
}	


.main_content {
	position:relative;
	top:65px;
}

.wrapper {
	position:relative;
	top:80px;
	margin-bottom: 60px;
	min-height:480px;
}

.right-side,
.left-side {
  min-height: 100%;
  display: block;
}
/*right side - contins main content*/
.right-side {
	margin-left: 230px;
}
/*left side - contains sidebar*/
.left-side {
	position: absolute;
	width: 220px;
	top: 0;
}

/* sidebar */
.sidebar{width:220px;float:left;position: relative;}
.sidebar_switch{text-indent:-10000px;width:16px;position:fixed;left:203px;top:76px;height:14px;cursor:pointer;z-index:100;display:block;opacity:.5}
.on_switch {background: url(../img/sidebar_switch.png) no-repeat 0 -19px}
.off_switch {background: url(../img/sidebar_switch.png) no-repeat 0 -1px}

/*Sidebar Widget*/
.sidebar-widget .title {
	background: url('../img/sidebar_bg.png') repeat;
	padding:15px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.mainnav {
	margin:-1px 0 0 0;
}	

.nav > li > a {
    display: block;
    padding: 6px 12px;
    position: relative;
}

.panel-group .panel {
	border-radius: 0;
	padding: 0;
}
.panel-group .panel:first-child { 
	margin-top:10px;	
}
	
.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-default {
    border-color: transparent;
}

.panel-body {
    padding: 0;
}
.sidebar_hidden .sidebar {display:none}
.sidebar_hidden .sidebar_switch {left:4px;}
.sidebar_hidden .left-side {border-right:none}
.sidebar_hidden .right-side {margin:0 15px;border-left:none}
.sidebar_hidden {background: #E3E3E3;/*url('../img/bg.png') repeat;*/}

.page-title h2 {
	padding-top: 12px;
}

.breadcrumb {
	background: transparent;
	padding: 0 0 0 3px;
}

.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #7c7c7c;
}

/*.footer p {
	margin: 0.8em 0 0 0;
	color: #e3e3e3;	
	font-size: 12px;
	text-align: center;
}*/
.copyright {
	font-size: 12px;
	padding: 20px 0 8px 0;
	color: #E3E3E3;
}
.copyright p {
	margin: 0;
}
.copyright a {
	color: #E3E3E3;
}

/* login page */
.login-container {
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}
.login-container h2 {
	color: #FFF;
}
.login-container .form-group {
	height: 60px;
}

/* student dashboard */
ul.student-dashboard-links li{
	padding: 5px 0;
	margin-left: -20px;
}

.profile-pic {
	border: 5px solid #FFF;
	margin: 0 10px 10px 0;
}

/* user dashboard */
.dashboard_label {
	width: 280px;
	display: inline-block;
}

.grey-text {
	color: #9e9e9e;
}
.green-text {
	color: #6B9B20;
}
.blue-text {
	color: #3071A9;
}
.yellow-text {
	color: #FFFF00;
}
.red-text {
	color: #DD5A43;
}
.plain-text {
	font-weight: 100;
}
/* padding */
.lft-pad-nm {
	padding-left: 16px;
}

/* margin */
.top-mrg-sm {
	margin-top: 10px;
}
.top-mrg-md {
	margin-top: 20px;
}
.top-mrg-lg {
	margin-top: 30px;
}

.btm-mrg-sm {
	margin-bottom: 10px;
}
.btm-mrg-md {
	margin-bottom: 20px;
}
.btm-mrg-lg {
	margin-bottom: 30px;
}

/* table */
table.wrl-table  {
    border: 1px solid #CCCCCC;
    border-collapse: separate;
    width: 100%;
}

table.wrl-table thead th, table.wrl-table thead td {
	background: #094A82;
	/*background: -moz-linear-gradient(top, #094A82 0%, #A4A4A4 37%, #A4A4A4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#094A82), color-stop(37%,#A4A4A4), color-stop(100%,#A4A4A4));
	background: -webkit-linear-gradient(top, #094A82 0%,#A4A4A4 37%,#A4A4A4 100%);
	background: -o-linear-gradient(top, #094A82 0%,#A4A4A4 37%,#A4A4A4 100%);
	background: -ms-linear-gradient(top, #094A82 0%,#A4A4A4 37%,#A4A4A4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094A82', endColorstr='#A4A4A4',GradientType=0 );
	background: linear-gradient(top, #094A82 0%,#A4A4A4 37%,#A4A4A4 100%);*/
	
    border-color: #FFFFFF #999999 #828282 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 6px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    vertical-align: middle;
}

table.wrl-table thead th, table.wrl-table thead td {
    border-right: 1px solid #CCCCCC;
    font-weight: 100;
    font-size: 16px;
}

table.wrl-table thead th h4 {
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
}

table.wrl-table thead th:last-child, table.wrl-table thead td:last-child {
    border-right: 0 none;
}

table.wrl-table thead th.last-child, table.wrl-table thead td.last-child {
    border-right: 0 none;
}

table.wrl-table tbody th, table.wrl-table tbody td {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    vertical-align: middle;
    padding: 0 5px;
}

table.wrl-table tbody th, table.wrl-table tbody td {
    border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    height: 3.25em;
    position: relative;
}

table.wrl-table tbody tr:nth-child(2n+1) th, table.wrl-table tbody tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #F2F2F2;
}

table.wrl-table tbody tr.odd th, table.wrl-table tbody tr.odd td {
    background: none repeat scroll 0 0 #F2F2F2;
}

table.wrl-table tbody tr:nth-child(2n) th, table.wrl-table tbody tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #E6E6E6;
}

table.wrl-table tbody tr.even th, table.wrl-table tbody tr.even td {
    background: none repeat scroll 0 0 #E6E6E6;
}

table.wrl-table tbody th:last-child, table.wrl-table tbody td:last-child {
    border-right: 0 none;
}

table.wrl-table tbody th.last-child, table.wrl-table tbody td.last-child {
    border-right: 0 none;
}

table.wrl-table tbody tr:last-child th, table.wrl-table tbody tr:last-child td {
    border-bottom: 0 none;
}

table.wrl-table tbody tr.last-child th, table.wrl-table tbody tr.last-child td {
    border-bottom: 0 none;
}

table.profile-verify td {
	padding: 5px;
}

/*Widget box style*/
.box {
	width:100%;
	min-height:100%;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	margin-bottom: 20px;
}
.box:hover {
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.box .title {
	height:auto;
	background: #094A82;
	position: relative;
	border:1px solid #c4c4c4;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.box .title h2 {
	padding-left:10px;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.box .title h3 {
	padding-left:15px;
	margin-bottom: 0;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #fff;
}

.box .title h3 a {
    float: right;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333 !important;
	text-shadow: none;
	margin-right: 10px;
}

.box .content {
	padding:10px;
	border:1px solid #c4c4c4;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top: none;
	background-color: #fff;
	position: relative;
}

.box form {
    margin-bottom: 0;
}  

.box ul {
	list-style-type: none;
	margin-left: 0;
}

.box ul li {
	margin-bottom: 5px;
	padding: 4px 0 5px 8px;
}

.box ul li.green-even {
	background-color: #EEFCD9;	
}

.box ul li.red-even {
	background-color: #FFF3F3;	
}	

ul.sidebar_status_info {
	margin-left: -40px;
}

ul.sidebar_status_info li label {
	width: 96px;
}

ul.inline-list {
	margin: 0;
	padding: 0;
}
ul.inline-list li {
	list-style-type: none;
	margin: 12px;
}
ul.inline-list li p {
	display: table-cell;
}
ul.inline-list li > p.item-label {
	min-width: 180px;
	font-weight: 700;
}

/* pagination */
.paginator {
    padding: 0;
    margin: 0;
}

a.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    margin-bottom: 12px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

a.page:hover, a.page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

a.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

/* alert/confirm controls */
ul.form-confirm-dialog {
	margin: 20px 0 0 -20px;
	list-style-type: none;
}

ul.form-confirm-dialog li label {
	width: 120px;
}

/* form controls */
::-webkit-input-placeholder { /* WebKit browsers */
    color:#333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#333;
}

label {
	font-weight: 700;
}
.form-group label {
	display: block;
}
select,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"] {
	border-radius:0!important;
	color:#727272;
	background-color:#fff;
	border:1px solid #d5d5d5;
	padding:5px 4px;
	height:32px;
	line-height:1.2;
	font-size:14px;
	font-family:inherit;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	-webkit-transition-duration:.1s;
	transition-duration:.1s
}
select:hover, textarea:hover,input[type="text"]:hover,input[type="password"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="date"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,input[type="number"]:hover,input[type="email"]:hover,input[type="url"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="color"]:hover {
	border-color:#3C8DBC
}
select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#727272;
	border-color:#3C8DBC;
	background-color:#fff;
	outline:0
}

.btn { 
	display:inline-block;
	color:#FFF!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25)!important;
	background-image:none!important;
	border:none;
	border-radius:0;
	box-shadow:none!important;
	-webkit-transition:all ease .15s;
	transition:all ease .15s;
	cursor:pointer;
	vertical-align:middle;
	margin:0;
	position:relative
}
.btn-default {
    background-color: #b5b5b5;
    border-color: #727272;
    color: #727272;
}
.btn-default:hover {
    background-color: #858585;
}
.btn-info {
    background-color: #5bc0de;
}    
.btn-primary {
    background-color:#3C8DBC;
}
.btn-success {
    background-color:#00A65A;
}
    
.error-msg, .error-msg h4 {
	color: #A94442;
}
.error-msg span {
	display: block;
}
select.form-error, textarea.form-error, input[type="text"].form-error, input[type="password"].form-error {
	border: 3px solid #c00;
}

.sub-panel-title {
	font-size: 14px;
	font-weight: 400;
	background-color: #F5F5F5;
	padding: 6px 0 6px 12px;
	margin: 0;
}


@media (max-width: 767px) {
	.navbar-brand img {height:48px;width:48px;}
	.navbar-brand .app-name {font-size:16px;}
	.navbar-nav > li > a {
	    line-height: 10px;
	}
} 

@media (max-width: 479px) {
	.navbar-brand img {height:48px;width:48px;}
	.navbar-brand .app-name {display: none;}
	.navbar-nav > li > a {
	    line-height: 10px;
	}
}    
