@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/* html5 reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
textarea:focus, input:focus, select:focus { outline: 0; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
}

*:focus {
    outline: 0;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* Start site CSS */
body					{ color:#000; font:400 12px 'Open Sans', Arial, sans-serif; background:#f5f5f5; -webkit-font-smoothing: antialiased; padding-top:50px; }
body.login				{ background:url('../images/khazanah_bg.png'); }
img						{ border: none; }
p						{ font-size: 1em; line-height:1.5em; }

a						{ color: #4f9544; text-decoration:none;  }
a:hover					{ color:#477740;  }
a:visited				{ color:#51694d }

h1, h2, h3, h4 { font-family: 'Open Sans', Arial, sans-serif; font-weight:300; color:#3b3b3b; margin-bottom:10px; }
h1 { color:#3b3b3b; font-size:28px }
h2 { color:#3b3b3b; font-size:24px;  }
h3 { font-size:14px; color:#000; font-weight:700 }
h4 { color:#3b3b3b; }
h3.alt { text-transform:uppercase; font-weight:700; font-size:14px; color:#158db1 }

/* start layout */
.wrap { width:auto; margin:0px; height: 100%;}

#header { background:#fff; color:#000; position:fixed; z-index:15; top:0; width:100%; -webkit-box-shadow:  0px 2px 0px 0px rgba(0,0,0,0.3); -moz-box-shadow:  0px 2px 0px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1); }
#header a { color:#5b9845; text-transform:uppercase; font-size:13px; }
#header a:hover { color:#5d6a58 }
#header .wrap { padding-top:10px;height:50px; position:relative; margin:0 10px }
#header .logo { width:244px; height:95px; background:url('../images/yklogo.png') no-repeat; display:block; float:left; margin-right:15px }
#header ul { list-style:none; line-height:30px; margin-top:5px; margin-left:150px; }
#header ul li { display:inline; margin-right:10px; font-weight:700; position:relative; }
#header .user-opt { position:absolute; top:15px; right:15px;  }
#header .user-opt a { font-size:11px; }
#header .user-opt .mail { margin-right:15px; }
#header .user-opt .mail label { background:#f67046; color:#fff; font-size:8px; text-align:center; padding:0 4px; border-radius:15px; border:2px solid #fff; position:absolute; margin-left:-12px; margin-top:-6px; font-weight:bold; }

#header ul li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#header ul li  a:hover::after,
#header ul li  a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


#header { }
#subheader { background:url('../images/head-bg.jpg') repeat-x; }
#subheader .wrap { padding-top: 40px; padding-bottom: 10px; padding-right: 35px; }
#subheader h1 { text-align:right; color:#fff; font-size:24px; margin-top:14px; }

#infoheader { background:#f0f4f6; padding:12px; border-bottom:1px solid #eee;  }

#main { margin-top: 5px; }
#main .wrap { position:relative; }

#content { padding:70px 20px 120px 20px; background:#fff; border-left:1px solid #efefef; min-height:100vh; }
#content.sidebar {  margin-left:230px; }


#sidebar { position:absolute; width:230px; top:0; left:0; background:#fff;  }
#sidebar.fixed { position:fixed; top:50px; }

/* profile photo */
#sidebar .profile-photo { margin:0; background:#555; }
#sidebar .profile-photo .photo { position:relative; overflow:hidden; }
#sidebar .profile-photo .photo:hover .img
{
	opacity: 1;
	transform: translateY(-30px);
	-webkit-transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-o-transform:translateY(-30px);
}

#sidebar .profile-photo .photo .img
{
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

#sidebar  .photo .img.pic:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
z-index:10;
width: 100%;
height: 30%;
background: #000;
opacity:0.6;
}

#sidebar .profile-photo .photo img { display:block; }
#sidebar .profile-photo .photo .caption { opacity:0; position:absolute; bottom:5px; left:10px; }
#sidebar .profile-photo .photo:hover .caption { opacity:1; text-align: center; position:absolute; z-index:5 }
#sidebar .profile-photo .photo a { color:#fff }
#sidebar .profile-photo .default { background:#5cb94a; color:#fff; text-align:center; padding:20px; position:relative; }
#sidebar .profile-photo .default .icon { font-size:14px; color:#f3ffec; }

.student-info { letter-spacing:0;  font-size: 16px;  color:#fff; position:absolute; z-index:11; bottom:10px; left:10px; text-align:left; }
.student-info .name {font-weight:700; font-size:10px; text-transform:uppercase }
.student-info .name.smaller { font-size:12px; }
.student-info .stud-id { color:#fff; }

#sidebar .menu { } 
#sidebar .menu ul { list-style:none }
#sidebar .menu ul > li {  border-bottom:1px solid #efefef; }
#sidebar .menu ul > li > a { outline:0; display: block; position: relative; color: #000; padding:6px 12px; font-size:13px; -webkit-transition: .15s ease-in;  -moz-transition: .15s ease-in;  -o-transition: .15s ease-in;  transition: .15s ease-in; }
#sidebar .menu ul > li > a:hover { color:#6c8b37; -webkit-transition: .15s ease-in; -moz-transition: .15s ease-in; -o-transition: .15s ease-in; transition: .15s ease-in; }
#sidebar .menu ul > li > a.active { background:#6d6c68; color:#fff; }
#sidebar .menu ul li ul li a { background: #fefefe;  display: block; position: relative; padding-left:35px; color: #444; font-size:12px; }
#sidebar .menu ul li ul li:last-child a { border:none }
#sidebar .menu ul li a .icon { margin-right:5px; color:#aaa }
#sidebar .menu ul li .arrow { position:absolute; top:7px; right:5px; color:#fff; opacity:0.5; font-size:16px; }
#sidebar .menu ul li > a:hover .icon { color:#8dc825 } 
#sidebar .menu ul li > a.active .icon { color:#fff; }
#sidebar .menu ul li a label { float:right; color:#fff; font-weight:bold; font-size:8px; text-align:center; margin-top:3px; padding:1px 4px; background:#f67046; border-radius:3px; }
#sidebar .menu ul li a.active label { background:#fff; color:#333 }

 #sidebar .menu ul > li > a.active:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: transparent #fff;
	display: block;
	width: 0;
	z-index: 1;
	right: -1px;
	top:5px;
}

footer { color: #4d4d4d; padding: 10px 0px; background: #EFEFEF; }
#footer { border-top:1px solid #e1e1e1; background:#f6f6f6; color:#000; padding:5px 0; font-size:11px;  }
#footer .foot-wrap { overflow:hidden; padding:10px; }
#footer .info { font-size:11px; margin-bottom:15px; }
#footer .foot-wrap .copyright { float:left;  }
#footer .foot-wrap .contact { float:right; }
#footer .notes {  border-top:1px solid #d7e4e7; padding-top:10px; }
#footer .socials { float:right; width:100px; }
#footer .socials ul { list-style:none; }
#footer .socials ul li { overflow:hidden; display:inline; }
#footer .socials ul li a:hover { color:#e7f1f7 }
#footer .socials ul li a.fb:hover .icon { color:#3B5998; }
#footer .socials ul li a.twitter:hover .icon { color:#00aced; }
#footer .socials ul li .icon { float:right; margin-right:10px; width:25px; height:25px; text-align:center; padding-top:3px; color:#ccc }

/* high-res/retina-specific */
/*
@media
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) 
{
	#header .logo { background:url('../images/logo_small2.png') no-repeat; background-size:267px 74px; }
}
*/



/* end layout */

/*simple grid */
[class*='col-'] {
  float: left;
}

.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.col-1-2 {
  width: 50%;
}
.col-1-4 {
  width: 25%;
}
.col-1-8 {
  width: 12.5%;
}

[class*='col-'] {
  padding-right: 20px;
}

[class*='col-']:last-of-type {
  padding-right: 0;
}

/* announcement */
.announcement
{
	background:#fffff0;
	border:1px solid #eee;
	padding:10px;
	-webkit-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    2px 2px 0px rgba(50, 50, 50, 0.05);
	box-shadow:         2px 2px 0px rgba(50, 50, 50, 0.05);
	margin-bottom:15px;
	overflow:hidden;
}

.announcement .title { margin-bottom:5px; font-weight:bold; }
.announcement .opt { float:right }
.announcement .opt a { padding:4px; background:#fff;  }

/* announcement page */
.announcement-wrap { }
.announcement-wrap h2 { font-weight:700; color:#397587 }
.announcement-wrap .date { float:right; color:#ccc }
.announcement-wrap .text { margin-bottom:30px; font-size:12px; }
.announcement-wrap .foot { border-top:1px solid #eee; padding-top:10px; }
.announcement-wrap .foot .views { float:right; color:#ccc }
.announcement-wrap .attachments { margin-bottom:15px }
.attachments h3 { margin-bottom:10px; }
.attachments h3 .icon { color:#aaa; margin-right:10px;  }
.attachments .size { font-size:11px; color:#ccc; margin-left:10px; }
.attachments ol { margin-left:20px }

/* breadcrumbs */
.breadcrumbs { position:relative; z-index:1; padding:10px; color:#bbb; font-size:11px; border-bottom:1px solid #eee; text-transform:uppercase; margin:-25px -20px 15px -20px }
.breadcrumbs a { color:#bbb; }
.breadcrumbs a:hover { color:#aaa }
.breadcrumbs strong { color:#bbb; }
.breadcrumbs li { display: inline; margin-right:3px; }
.breadcrumbs li+li:before { content:"/ "; }


/* boxes */
.box
{ 
	background:#fff;
	border:1px solid #eee;
	padding:10px;
	-webkit-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    2px 2px 0px rgba(50, 50, 50, 0.05);
	box-shadow:         2px 2px 0px rgba(50, 50, 50, 0.05);
	margin-bottom:15px;
}

.box.minheight { min-height:240px; }

.box .icon { color:#ccc }

.boxes { overflow:hidden; }
.boxes .box { border-color:#ddd; padding:0; }
.boxes .box h3 { padding:5px 10px; border-bottom:1px solid #ddd; font-size:14px; font-weight:700; margin:0; }
.boxes .box .box-content { padding:10px }

.box ul.news { list-style:none }
.box ul.news li { overflow:hidden }
.box ul.news li .tag { float:right; background:#ddd; color:#fff; font-size:10px; text-transform:uppercase; text-align:center; padding:2px 4px; }
.box ul.news li .tag.red { background:#ed460c }
.box ul.news li .tag.green { background:#4fbc57 }
.box ul.news li .date { color:#ccc; font-size:11px; }
.box ul.news li { margin-bottom:4px; }
.box ul.news li .sticky { float:right; margin-right:5px; color:#bbb }

.box table th { text-align:left; color:#ccc; padding:4px; border-bottom:1px solid #eee; }


/* notifications */
div.success, div.error, div.notice 
{ 
	-webkit-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    2px 2px 0px rgba(50, 50, 50, 0.05);
	box-shadow:         2px 2px 0px rgba(50, 50, 50, 0.05);
}

.icons:before { display: inline-block; font-family: 'Entypo'; text-decoration: none; speak: none; margin: 0 4px 0 4px; }
div.success { font-size:13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background:#f9ffed; padding:5px; border-left:3px solid #99dc16; margin-bottom:10px; }
div.success::before { color:#99dc16; font-size:18px; content: "\2713"; }
div.error { font-size:13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background:#fff3ee; padding:5px; border-left:3px solid #FC7479; margin-bottom:10px; }
div.error::before { color:#ed5959; font-size:18px; content: "\26a0"; }
div.info { font-size:13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background:#eff9ff; padding:5px; border-left:3px solid #a4daff; margin-bottom:10px; }
div.info::before { color:#a4daff; font-size:18px; content: "\2139"; }
div.notice { font-size:13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background:#fff8dc; padding:5px; border-left:3px solid #FF8000; color:#FF8000; margin-bottom:10px; }
div.notice::before { color:#FF8000; font-size:18px; content: "\26a0"; }


/* misc */
.icon { font-size:16px; font-weight:normal; }
select.select { width:250px; margin-bottom:3px; }
input.inputtext { border:1px solid #ccc; padding:5px; color:#333; font:11px 'Open Sans', Arial, sans-serif;  width:250px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
input.inputtext:focus { outline:none;  border-color:#93d3f4; -webkit-box-shadow: 0px 0px 3px 3px #eef9ff;-moz-box-shadow: 0px 0px 3px 3px #eef9ff;box-shadow: 0px 0px 3px 3px #eef9ff;  }
input.inputtext.half { width:140px; }
input.inputtext.quarter { width:60px; }
.formnice select, select.select { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;border:1px solid #ccc; font:11px 'Open Sans', Arial, sans-serif; color:#333; padding:3px; }
.formnice .btn.submit {  }
.formnice .btn.cancel { }
textarea { border:1px solid #ccc; padding:5px; color:#333; font:11px 'Open Sans', Arial, sans-serif;  width:280px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width:280px; height:100px; }
textarea:focus {  outline:none;  border-color:#93d3f4; -webkit-box-shadow: 0px 0px 3px 3px #eef9ff;-moz-box-shadow: 0px 0px 3px 3px #eef9ff;box-shadow: 0px 0px 3px 3px #eef9ff; }
.formnice textarea { height:120px;  }
small.desc { display:block; margin-top:4px; color:#888 }



/* content */
#content .lastlogin { text-align:right; margin-bottom:15px; color: #c6c5c5 ; }


/* main table */
table td { vertical-align: top; padding:5px; }
table td label input { vertical-align:top; margin-right:2px }
table.maintable { border:1px solid #cecece; width:100%; margin:10px 0; }
table.maintable tr {  }
table.maintable td { padding:6px; border-bottom:1px solid #e2e2e2; vertical-align:middle }
table.maintable th 
{ 
	text-align:left; 
	padding:6px;
	font-weight:bold; 
	font-size:11px;
	color:#6d6d6d;
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	text-shadow: 0px 1px 0px #fff;
	text-transform:uppercase;
}

table.maintable td.forum { background: #f2f2f2; color:#333; font-weight:bold; }
table.maintable td .icon.topic { color:#000; }
table.bordered td { border:1px solid #e2e2e2 }

table.maintable td.spacer 
{ 
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	text-shadow: 0px 1px 0px #fff;
	text-transform:uppercase;
}

table.maintable th.centered, table td.centered { text-align:center }
table.maintable tbody tr { background-color:#fff; }
/*table.maintable tbody tr:nth-child(odd){ background-color:#f7f7f7; }*/

table.table { border:1px solid #cecece; width:100%; margin:10px 0; }
table.table tr { background:#fafafa }
table.table td { padding:5px; border-bottom:1px solid #e2e2e2; }
table.table th { text-align:left; padding:5px; font-weight:bold; font-size:12px; color:#000; background-color: #efefef; border-bottom: 1px solid #cecece; border-top: 1px solid #cecece; text-shadow: 0px 1px 0px #fff; text-transform:uppercase; }

table.table th.centered, table td.centered { text-align:center }
table.table tbody tr:nth-child(odd){ background-color:#fff; }
table.table tr.new { background:#fefae7; }

table.bordered { border-collapse:collapse; }
table.bordered tr { }
table.bordered th { border:1px solid #e2e2e2; font-size:11px; }

table.compact th { font-size:10px; }
table.compact td { font-size:11px; }

table.borderless { }
table.borderless tr { background:transparent !important; }
table.borderless td, table.borderless th { border:none; }

tr.hlchk { background: #fffcae !important; }

/* clearfix */
.cf:before,
.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { *zoom: 1;}

/* nice forms */
.formnice						{ background:#fff; border:1px solid #efefef; margin-bottom:10px; }
.formnice div.row strong,
.formnice p strong				{ float:left; width:150px; text-align:right; color:#000; font-weight:bold; margin-right:10px; padding-top:2px;  }
.formnice p, .formnice div.row  { overflow:hidden }
.formnice p .wrap,
.formnice div.row .wrap  		{ margin-left:160px; }
.formnice div.row				{ border-bottom: 1px solid #eee; padding:14px; background:#fff; margin:0; color:#898177 }
.formnice div.row:last-child	{ border:none }
.formnice div.submit 			{ padding:10px; }

.zend_form { margin-bottom:10px; }
.zend_form dt { float:left; clear:left; width:120px; margin-right:10px; padding:5px; }
.zend_form dd { padding:5px; margin-left:135px;  }
.zend_form .zfpad {  }

/* button */ 
.btn { display: inline-block; *display: inline; padding: 4px 12px; margin-bottom: 0; *margin-left: .3em; font-size: 12px; line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #cccccc; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;  }
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; }
.btn:active,
.btn.active { background-color: #cccccc 9; }
.btn:first-child { *margin-left: 0; }
.btn:hover,
.btn:focus { color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn.active,
.btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn.submit { background: #5ac9e8; background: -moz-linear-gradient(top, #5ac9e8 0%, #009ec3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ac9e8), color-stop(100%,#009ec3)); background: -webkit-linear-gradient(top, #5ac9e8 0%,#009ec3 100%); background: -o-linear-gradient(top, #5ac9e8 0%,#009ec3 100%); background: -ms-linear-gradient(top, #5ac9e8 0%,#009ec3 100%); background: linear-gradient(to bottom, #5ac9e8 0%,#009ec3 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5ac9e8', endColorstr='#009ec3',GradientType=0 ); color: #fff; text-shadow: none; }
.btn.submit:hover,
.btn.submit:focus,
.btn.submit:active,
.btn.submit.active,
.btn.submit.disabled,
.btn.submit[disabled] { color: #fff; background: #5ac9e8; }
.btn.square { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.btn2 .icon { font-size:12px }
.btn.flat { background:#fff; color:#555; border-color:#fff }
.btn.flat:hover { border-color:#eee }
.btn.flat .icon { color:#aaa }


div.opt  { text-align:right; margin:10px 0 }
div.opt a.btn:visited { color:#333 }
div.opt.thin { margin:0; }

table.print th { text-align:left; padding:10px; text-transform:uppercase }
table.print td { border:1px solid #eee; }
table.noborder td { border:none }

select.error { border:1px solid red; }

/* app form */
.appform { margin-top:20px; }
.appform h3 { font-weight:700; padding-bottom:10px; border-bottom:1px solid #efefef; margin-bottom:10px; text-transform:uppercase; font-size:12px; color:#2b8ac1 }
.appform .group { margin-bottom:35px; }
.appform .group:after { content: ""; display: table; clear: both; } /* markupless clearfix */
.appform .group .row { padding:10px; min-height:85px; height:80px; height: auto !important; position:relative; }
.appform .group .row.half { float:left; width:48%; margin-right:10px; }

.appform .group .row.clear { clear:both }
.appform label { display:block; margin-bottom:4px; font-size:13px; }
.appform .row .element .inputtext { width:250px; margin-bottom:3px; padding:5px 7px; font-size:13px; }
.appform .row .element .inputtext.half { width:100px; }
.appform .row .element .inputtext.quarter { width:125px; }
.appform .row .element .help { display:block; font-size:11px; }
.appform .row .element .inputtext.disabled { background:#f1f1f1 }
.appform .row .element label { float:left; width:50px; font-size:12px; }
.appform .row .element .select { margin-bottom:3px;  width:250px;  }
.appform .row .element .select, .appform .row .element .select option { font-size:12px; }
select.select {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;border:1px solid #ccc; font:11px 'Open Sans', Arial, sans-serif; color:#333; padding:3px; }
select.select optgroup { font-style:normal }
.appform .reqMark { color:red }
.appform .row .element .errormsg { display:block; font-size:11px; color:red }
.appform .row .element .inputtext.error, .appform .row .element select.error { border:1px solid red; }

.btn-submit 
{
	text-align: center;
	font-size: 11px;
	text-transform:uppercase;
	font-family:  'Open Sans', Arial, sans-serif;
	font-weight: 700;
	height: 28px;
	padding: 0 12px;
	border-radius: 4px;
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #4d90fe;
	background: -moz-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5c9bfa), color-stop(100%, #4786ed));
	background: -webkit-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
	background: -o-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
	background: -ms-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
	background: linear-gradient(to bottom, #2aa11f 0%, #2aa11f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9bfa', endColorstr='#4786ed', GradientType=0 );
}

.btn-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background: -moz-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5c9bfa), color-stop(100%, #357ae8));
	background: -webkit-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
	background: -o-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
	background: -ms-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
	background: linear-gradient(to bottom, #4dafe8 0%, #3fa6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9bfa', endColorstr='#3da5d6', GradientType=0 );
}
.btn-submit.disabled {background-color: #ccc;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc', GradientType=0 );
}

.btn-cancel 
{
	text-align: center;
	font-size: 11px;
	text-transform:uppercase;
	font-family:  'Open Sans', Arial, sans-serif;
	font-weight: 700;
	height: 30px;
	padding: 0 12px;
	border-radius: 4px;
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #c1c1c1;
	background: -moz-linear-gradient(top, #ddd 0%, #c1c1c1 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #c1c1c1));
	background: -webkit-linear-gradient(top, #ddd 0%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #ddd 0%, #c1c1c1 100%);
	background: -ms-linear-gradient(top, #ddd 0%, #c1c1c1 100%);
	background: linear-gradient(to bottom, #ddd 0%, #c1c1c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd, endColorstr='#c1c1c1, GradientType=0 );
}

.btn-cancel:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #bbb;
	background: -moz-linear-gradient(top, #ccc 0%, #bbb 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #bbb));
	background: -webkit-linear-gradient(top, #ccc 0%, #bbb 100%);
	background: -o-linear-gradient(top, #ccc 0%, #bbb 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #bbb 100%);
	background: linear-gradient(to bottom, #ccc 0%, #bbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc, endColorstr='#bbb, GradientType=0 );
}

.btn-cancel.disabled {
	background-color: #ccc;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc', GradientType=0 );
}
/* rtl 
	- inceif doesnt support RTL
	- removed
*/

/* tooltip */
.tooltip-info, .tooltip-inline { display:none; }
.tooltip-info .icon, .tooltip-inline .icon { color:#189b26; float:left; font-size:18px; }
.tooltip-info .tooltip-content, .tooltip-inline .tooltip-content { margin-left:30px; }
.tooltip-inline { position:absolute; top:15px; right:10px; width:300px; }
table tr:hover.info-rows .tooltip-inline { display:block; }
.tooltip-info { /*padding:10px; background:#fefefe;*/ position:absolute; width:310px; }
.appform .row:hover .tooltip-inline { display:block; }

/* loading */
#loading { display:none;  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.25); -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.25); box-shadow:   0px 0px 15px rgba(50, 50, 50, 0.25); position: fixed; padding:10px; top:50%; left:50%; color:#ccc; background:#fff; margin-left:-10px; z-index:9999 }

/* responsive */
@media only screen and (max-width: 768px)
{
	.wrap {  width: 100%;  margin:0 auto; padding:0 10px; }
	.boxes .box { float:none; width:100%; }
	#content { margin-left:230px; padding:20px 20px 120px 20px; background:#f5f5f5; min-height:600px; height:600px; height: auto !important;  }
	#main .wrap { padding: 0 }

	/* incomplete */
}

.ui-tabs { 
    background: transparent !important; 
    border: none !important; 
}

.ui-tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #ccc; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 

.ui-tabs  .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none;
} 

.ui-tabs  .ui-tabs-nav li:hover, .ui-tabs  .ui-tabs-nav .ui-state-active { 
    background: transparent; 
    border-bottom:4px solid #03b5eb !important;
} 

.ui-tabs  .ui-tabs-nav .ui-state-default a { 
    color: #b1b1b1; 
	font-family: 'Open Sans', Arial, sans-serif;
	outline:0;
} 

.ui-tabs  .ui-tabs-nav .ui-state-active a { 
    color: #333; 
	font-family: 'Open Sans', Arial, sans-serif
}

.page-sec .notes {
	line-height:1.6em;
	font-size:13px;
	background:#e8f8ff;
	border:1px solid #cbe9f5;
	padding:10px;
	color:#2f5463;
	margin-bottom:10px;

}

.text p { margin-bottom:15px; }
.text p:last-child { margin-bottom:0 }

.toolbar { border-bottom:1px solid #eee; margin:-20px; padding:10px; background:#fafafa; position:absolute; top:20px; right:20px; left:250px; }
.toolbar h2 { padding:0; margin:0; font-size:18px;  }
.page-sec { margin-bottom:15px; font-weight:400 }

.page-sec .disclaimer { margin:20px 0; }
.page-sec .disclaimer strong { color:#555; text-decoration:underline;  } 
.page-sec .content {}
.page-sec ol { margin: 15px }
.page-sec li { margin-bottom:10px }
.page-sec .hl { text-decoration:underline }
.page-sec ul { margin:15px 0 0 30px; }


.page-sec h3 { color:#fff; background:#479fd1; padding:5px 10px; border-left:4px solid #8ad125; font-size:13px; text-transform:uppercase; font-weight:700;  }
.page-sec .options { overflow:hidden; padding:15px; background:#f6f6f6; margin:10px 0; }
.page-sec .options .icon { float:left; color:#58bcef; font-size:24px; margin-top:4px; }
.page-sec .options ul { margin-left:50px; margin-top:0; } 
.page-sec .options ul li {margin-bottom:4px; }
.page-sec .reminder { font-size:11px; color:#555; }


.form-opt { margin-top:10px; border:1px solid #eee; padding:10px; }

p.desc { font-size:11px; margin-top:5px; color:#4d4d4d; }

ul.errors { margin:10px 0 10px 15px; }
ul.errors { color:red }

.opt.time { color:#aaa }
.opt strong { font-weight: bold }

.reqMark { color:red }

.textarea.large { width:100%; height:150px }

ul.list{  margin:5px 0 0 20px }

/* MESSAGING */
.messaging-wrap { }
 ul.tabs { list-style:none; border-bottom:1px solid #ccc; }
 ul.tabs li { display:inline; } 
 ul.tabs li:first-child a { margin-left:10px; }
 ul.tabs li a { outline:none; float:left; margin-right:1px; padding:10px 20px; text-align:center; text-transform:uppercase; font-size:12px; color:#bbb; border-top-left-radius: 3px;
border-top-right-radius: 3px; }
 ul.tabs li a.active { border:1px solid #ccc; border-bottom:0; background:#fff; position: relative; top: 1px; }
 ul.tabs li .icon { margin-right:5px; } 
 ul.tabs li a.active ,  ul li a:hover { color:#8d8d8d }
 .tab { display:none }
.messaging-wrap .opt { float:right; margin:0; padding:0 10px 0 0 }
.messaging-content { padding:10px; }

.message-table tr.unread .msg { font-weight:bold }

.ui-autocomplete .ui-menu-item {
    border:none !important;
	background:#fff !important;
	padding:4px !important; 
	font-size:11px !important;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	border:none !important;
	background:#f1f1f1 !important;
	padding:4px !important; 
	font-size:11px !important;
}

.req { color:red; }

#messages-list { margin-bottom:25px; }
#messages-list .message-row { overflow:hidden; padding:10px; position:relative }
#messages-list .message-row .user { float:left; width:130px; } 
#messages-list .message-row .photo { text-align:center; }
#messages-list .message-row .photo .icon { font-size:64px; color:#ccc; }
#messages-list .message-row .head { border-bottom:1px solid #eee;padding:10px; }
#messages-list .message-row .date { font-size:11px; float:right; color:#bbb }
#messages-list .message-row .name { font-weight:700; }
#messages-list .message-row .message { padding:10px;padding:10px; background:#fff }
#messages-list .message-row .photo .thumb { border-radius: 5px }
#messages-list .message-row .info { background:#fafafa; margin-left:140px;  border:1px solid #eee;  }

#messages-list .student .info { border-color:#e1eaed; background:#f1f8f8 }
#messages-list .student .head { border-color:#e1eaed }
#messages-list .student .name { color:#11a3b9 }
#messages-list .message-row .info::before
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: transparent #fafafa;
	display: block;
	width: 0;
	z-index: 2;
	left: 143px;
	top:20px;
}

#messages-list .message-row .user::after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: transparent #eee;
	display: block;
	width: 0;
	z-index: 1;
	left: 142px;
	top:20px;
}

#messages-list .student .info::before { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: transparent #f1f8f8;
	display: block;
	width: 0;
	z-index: 2;
	left: 143px;
	top:20px;
}

#messages-list .student .user::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: transparent #e1eaed;
	display: block;
	width: 0;
	z-index: 1;
	left: 142px;
	top:20px;	
}

/*tips*/
.tooltip .icon { color:#67d2ff; font-size:11px; }
.tooltip { cursor:pointer }
.tooltiptext { display:none }

/* misc */
.upper { text-transform:uppercase }
.table th.center, .maintable th.center { text-align:center }
.maintable td.border-side { border-left:1px solid #eee; border-right:1px solid #eee }

/* fieldset */
fieldset { 
	border: 1px solid #bbb;
	padding:10px;
}

legend {
	height: 20px;
	padding: 2px 5px;
	color: #FFFFFF;
	/*	font-weight: bold;*/
	font-size: 12px;
	background-color: #8f9a9f;
}

fieldset ul { margin-left:30px; }

/* dialog styling */
.ui-dialog, .ui-dialog-content {
 border:1px solid #ccc;
 background-color: #fff !important;
 border-radius:0;
 padding:0;
}
.ui-dialog-titlebar {
 background-image: none !important;
 background-color: #f4f4f4;
 border:none;
 border-bottom:1px solid #ccc;
 border-radius:0;
 color:#555;
 font-size:16px;
 font-family: Arial, sans-serif;
 padding:8px !important;
}
.ui-dialog-titlebar-close  { margin-right:5px !important; }
.ui-widget-content { color:#000; font:400 12px 'Open Sans', Arial, sans-serif; }

#progression { height:80px; position:relative; margin-bottom:20px;  }
#progression .line { height:6px; background:#efefef; width:100%; position:absolute; top:30px; }
#progression .step { float:left; text-align:center; width:33%; }
#progression .step .indicator { display:block; text-align:center; margin-top:18px; margin-bottom:5px; margin-left:-1px; }
#progression .step .icon { background:#efefef; display:block; margin:0 auto; height:30px; width:30px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; position:relative;}
#progression .step .icon i { position:absolute; color:#bbd3e5; z-index:1; left:5px; font-size:18px; top:5px; }
#progression .step .icon i.icon-check { color:#8fde04 }
#progression .step .icon.active i { color:#006fc0 }
#progression .step .text { margin-top:8px; display:block; font-size:14px; color:#aaa }

/* steps */
/** Step **/

ul.steps{
	list-style-type: none;
	min-width:900px;
	width:100%;
	padding: 0;
	margin: 0;
}

ul.steps li{

	position:relative;
	float: left;
	color: #C2C2C2;
	background: url('../../images/steps2.png') left -15px no-repeat;
	min-height:30px;
	height: 2em;
	min-width:34px;
	width:20%;
	line-height: 2.5em;
	font-weight: bold;
	margin-bottom:1em;
	text-align:center;
	overflow:hidden;
}

ul.steps li span{ color: #FFF; margin: 0 5px 0 0; }

ul.steps li.empty{
	background-position: left -8px;
}
ul.steps li.start {
	color: #fff;
	background-position: left -515px;
}
ul.steps li.next{
	background-position: left -58px;
}
ul.steps li.current{
	color:#fff;
	background-position: left -108px;
}

ul.steps li.prevDone{
	color: #fff;
	background-position: left -158px;
}

ul.steps li.lastDone, ul.steps li.Done {
	color: #fff;
	background-position: left -315px;
}

/*Tri Step*/
ul.tri-steps{
	list-style-type: none;
	min-width:900px;
	width:100%;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

ul.tri-steps li{
	position:relative;
	float: left;
	color: #FFFFFF;
	background: url('../../images/tristep-start.gif') no-repeat;
	line-height: 53px;
	font-weight: bold;
	font-size: 110%;
	text-align:center;
	overflow:hidden;
	height: 53px;
	width: 145px;
	padding: 2px 0 0;
}

ul.tri-steps li.long { width:200px; }

ul.tri-steps li .text{
	line-height: 49px;
	padding: 0 35px 0 2px;
}
ul.tri-steps li span{
	color: #FFF; margin: 0 5px 0 0;
}
ul.tri-steps li.empty{
}
ul.tri-steps li.start {

}
ul.tri-steps li.next{
}

ul.tri-steps li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

ul.tri-steps li.current{
	color: #FFF;
	background: url('../../images/tristep-current.gif') no-repeat;
}
ul.tri-steps li a:hover { text-decoration:none }
ul.tri-steps li.prevDone{
	background: url('../../images/tristep-prev.gif') no-repeat;
}
ul.tri-steps li.last{
	background: url('../../images/tristep-last.gif') no-repeat;
}
ul.tri-steps li.lastCurrent{
	background: url('../../images/tristep-lastcurrent.gif') no-repeat;
}


ul.tri-steps li.current a:link, ul.tri-steps li.current a:visited,
ul.tri-steps li.last a:link, ul.tri-steps li.last a:visited,
ul.tri-steps li.lastCurrent a:link, ul.tri-steps li.lastCurrent a:visited,
ul.tri-steps li.empty a:link, ul.tri-steps li.empty a:visited,
ul.tri-steps li.prevDone a:link, ul.tri-steps li.prevDone a:visited
{
	color: #FFFFFF;
}


/** Step menu **/

ul.stepsmenu{
	list-style-type: none;
	/*min-width:900px;*/
	width:100%;
	padding: 0;
	margin: 0;
}

ul.stepsmenu li{

	position:relative;
	float: left;
	color: #C2C2C2;
	background: url('../../images/steps4.png') left -15px no-repeat;
	min-height:30px;
	height: 2em;
	min-width:34px;
	width:16%;
	line-height: 2.5em;
	font-weight: none;
	margin-bottom:1em;
	text-align:center;
	overflow:hidden;
}

ul.stepsmenu li span{ color: black; margin: 0 5px 0 0; }
ul.stepsmenu li a{ color: black;}
ul.stepsmenu li a:hover{ color: gray;}

ul.stepsmenu li.first{
	color:#fff;
	background-position: left -8px;
}
ul.stepsmenu li.second{
	color:#fff;
	background-position: left -58px;
}
ul.stepsmenu li.third{
	color:#fff;
	background-position: left -108px;
}
ul.stepsmenu li.fourth {
	color: #fff;
	background-position: left -158px;
}
ul.stepsmenu li.fifth{
	color: #fff;
	background-position: left -208px;
}
ul.stepsmenu li.sixth{
	color: #fff;
	background-position: left -258px;
}
ul.stepsmenu li.seventh{
	color: #fff;
	background-position: left -308px;
}

ul.stepsmenu li.lastDone, ul.stepsmenu li.Done {
	color: #fff;
	background-position: left -315px;
}


form label { width:150px; display: inline-block; border-bottom:1px #ddd dashed ; }
.row { margin-bottom: 5px; }

label.username-label { width:80px; }
tip.username-tip { color:#848484; }

/* labeltris & badges */
.labeltri {
	border-radius: 0;
	text-shadow: none;
	font-weight: normal;
	display: inline-block;
	background-color: #428bca !important;
}
.labeltri[class*="col-"][class*="arrow"] {
	min-height: 0;
}

.labeltri.arrowed,
.labeltri.arrowed-in {
	position: relative;
	z-index: 1;
}
.labeltri.arrowed:before,
.labeltri.arrowed-in:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	border: 1px solid transparent;
	border-right-color: #abbac3;
}
.labeltri.arrowed-in:before {
	border-color: #abbac3;
	border-left-color: transparent !important;
}
.labeltri.arrowed-right,
.labeltri.arrowed-in-right {
	position: relative;
	z-index: 1;
}
.labeltri.arrowed-right:after,
.labeltri.arrowed-in-right:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	border: 1px solid transparent;
	border-left-color: #abbac3;
}
.labeltri.arrowed-in-right:after {
	border-color: #abbac3;
	border-right-color: transparent !important;
}
.labeltri-info.arrowed:before {
	border-right-color: #3a87ad;
}
.labeltri-info.arrowed-in:before {
	border-color: #3a87ad;
}
.labeltri-info.arrowed-right:after {
	border-left-color: #3a87ad;
}
.labeltri-info.arrowed-in-right:after {
	border-color: #3a87ad;
}
.labeltri-primary.arrowed:before {
	border-right-color: #428bca;
}
.labeltri-primary.arrowed-in:before {
	border-color: #428bca;
}
.labeltri-primary.arrowed-right:after {
	border-left-color: #428bca;
}
.labeltri-primary.arrowed-in-right:after {
	border-color: #428bca;
}
.labeltri-success.arrowed:before {
	border-right-color: #82af6f;
}
.labeltri-success.arrowed-in:before {
	border-color: #82af6f;
}
.labeltri-success.arrowed-right:after {
	border-left-color: #82af6f;
}
.labeltri-success.arrowed-in-right:after {
	border-color: #82af6f;
}
.labeltri-warning.arrowed:before {
	border-right-color: #f89406;
}
.labeltri-warning.arrowed-in:before {
	border-color: #f89406;
}
.labeltri-warning.arrowed-right:after {
	border-left-color: #f89406;
}
.labeltri-warning.arrowed-in-right:after {
	border-color: #f89406;
}
.labeltri-important.arrowed:before {
	border-right-color: #d15b47;
}
.labeltri-important.arrowed-in:before {
	border-color: #d15b47;
}
.labeltri-important.arrowed-right:after {
	border-left-color: #d15b47;
}
.labeltri-important.arrowed-in-right:after {
	border-color: #d15b47;
}
.labeltri-danger.arrowed:before {
	border-right-color: #d15b47;
}
.labeltri-danger.arrowed-in:before {
	border-color: #d15b47;
}
.labeltri-danger.arrowed-right:after {
	border-left-color: #d15b47;
}
.labeltri-danger.arrowed-in-right:after {
	border-color: #d15b47;
}
.labeltri-inverse.arrowed:before {
	border-right-color: #333333;
}
.labeltri-inverse.arrowed-in:before {
	border-color: #333333;
}
.labeltri-inverse.arrowed-right:after {
	border-left-color: #333333;
}
.labeltri-inverse.arrowed-in-right:after {
	border-color: #333333;
}
.labeltri-pink.arrowed:before {
	border-right-color: #d6487e;
}
.labeltri-pink.arrowed-in:before {
	border-color: #d6487e;
}
.labeltri-pink.arrowed-right:after {
	border-left-color: #d6487e;
}
.labeltri-pink.arrowed-in-right:after {
	border-color: #d6487e;
}
.labeltri-purple.arrowed:before {
	border-right-color: #9585bf;
}
.labeltri-purple.arrowed-in:before {
	border-color: #9585bf;
}
.labeltri-purple.arrowed-right:after {
	border-left-color: #9585bf;
}
.labeltri-purple.arrowed-in-right:after {
	border-color: #9585bf;
}
.labeltri-yellow.arrowed:before {
	border-right-color: #fee188;
}
.labeltri-yellow.arrowed-in:before {
	border-color: #fee188;
}
.labeltri-yellow.arrowed-right:after {
	border-left-color: #fee188;
}
.labeltri-yellow.arrowed-in-right:after {
	border-color: #fee188;
}
.labeltri-light.arrowed:before {
	border-right-color: #e7e7e7;
}
.labeltri-light.arrowed-in:before {
	border-color: #e7e7e7;
}
.labeltri-light.arrowed-right:after {
	border-left-color: #e7e7e7;
}
.labeltri-light.arrowed-in-right:after {
	border-color: #e7e7e7;
}
.labeltri-grey.arrowed:before {
	border-right-color: #a0a0a0;
}
.labeltri-grey.arrowed-in:before {
	border-color: #a0a0a0;
}
.labeltri-grey.arrowed-right:after {
	border-left-color: #a0a0a0;
}
.labeltri-grey.arrowed-in-right:after {
	border-color: #a0a0a0;
}
.labeltri {
	font-size: 12px;
	line-height: 1.15;
	height: 20px;
}
.labeltri.arrowed {
	margin-left: 5px;
}
.labeltri.arrowed:before {
	left: -10px;
	border-width: 10px 5px;
}
.labeltri.arrowed-in {
	margin-left: 5px;
}
.labeltri.arrowed-in:before {
	left: -5px;
	border-width: 10px 5px;
}
.labeltri.arrowed-right {
	margin-right: 5px;
}
.labeltri.arrowed-right:after {
	right: -10px;
	border-width: 10px 5px;
}
.labeltri.arrowed-in-right {
	margin-right: 5px;
}
.labeltri.arrowed-in-right:after {
	right: -5px;
	border-width: 10px 5px;
}
.labeltri-lg {
	padding: 0.3em 0.6em 0.4em;
	font-size: 13px;
	line-height: 1.1;
	height: 24px;
}
.labeltri-lg.arrowed {
	margin-left: 6px;
}
.labeltri-lg.arrowed:before {
	left: -12px;
	border-width: 12px 6px;
}
.labeltri-lg.arrowed-in {
	margin-left: 6px;
}
.labeltri-lg.arrowed-in:before {
	left: -6px;
	border-width: 12px 6px;
}
.labeltri-lg.arrowed-right {
	margin-right: 6px;
}
.labeltri-lg.arrowed-right:after {
	right: -12px;
	border-width: 12px 6px;
}
.labeltri-lg.arrowed-in-right {
	margin-right: 6px;
}
.labeltri-lg.arrowed-in-right:after {
	right: -6px;
	border-width: 12px 6px;
}
.labeltri-xlg {
	padding: 0.3em 0.7em 0.4em;
	font-size: 14px;
	line-height: 1.3;
	height: 28px;
}
.labeltri-xlg.arrowed {
	margin-left: 7px;
}
.labeltri-xlg.arrowed:before {
	left: -14px;
	border-width: 14px 7px;
}
.labeltri-xlg.arrowed-in {
	margin-left: 7px;
}
.labeltri-xlg.arrowed-in:before {
	left: -7px;
	border-width: 14px 7px;
}
.labeltri-xlg.arrowed-right {
	margin-right: 7px;
}
.labeltri-xlg.arrowed-right:after {
	right: -14px;
	border-width: 14px 7px;
}
.labeltri-xlg.arrowed-in-right {
	margin-right: 7px;
}
.labeltri-xlg.arrowed-in-right:after {
	right: -7px;
	border-width: 14px 7px;
}
.labeltri-sm {
	padding: 0.2em 0.4em 0.3em;
	font-size: 11px;
	line-height: 1;
	height: 18px;
}
.labeltri-sm.arrowed {
	margin-left: 4px;
}
.labeltri-sm.arrowed:before {
	left: -8px;
	border-width: 9px 4px;
}
.labeltri-sm.arrowed-in {
	margin-left: 4px;
}
.labeltri-sm.arrowed-in:before {
	left: -4px;
	border-width: 9px 4px;
}
.labeltri-sm.arrowed-right {
	margin-right: 4px;
}
.labeltri-sm.arrowed-right:after {
	right: -8px;
	border-width: 9px 4px;
}
.labeltri-sm.arrowed-in-right {
	margin-right: 4px;
}
.labeltri-sm.arrowed-in-right:after {
	right: -4px;
	border-width: 9px 4px;
}


.navsubmit {
	margin-bottom:40px;
}


#login-form input[type=text] { padding: 5px 5px; border-radius: 4px; }
#login-form input[type=password] { padding: 5px 5px; border-radius: 4px; }
#login-form dl {
	margin-bottom:50px;
}

#login-form dl dt {
	background:#5f9be3;
	color:#fff;
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:5px;
	width:100px;
}

#login-form dl dd {
	margin:2px 0;
	padding:4px 0;
}

.successx {
	border: 1px solid #4F8A10;
	margin: 10px 0px;
	padding:15px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
	background-color: #DFF2BF;
}
.head {
	box-sizing: inherit;
	border-radius: 0.285714rem 0 0;
	border-left: medium none;
	background: #f9fafb none repeat scroll 0 0;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    color: rgba(0, 0, 0, 0.87);
    cursor: auto;
    font-weight: 700;
    padding: 0.928571em 0.714286em;
    text-align: inherit;
    text-transform: none;
    vertical-align: inherit;
	transition: background 0.1s ease 0s, color 0.1s ease 0s;
}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	line-height: 0 !important;
}
#recaptcha_area input {
	height: auto;
	display: inline;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	#main { margin-top: 0px; }
	#header .logo { background:url('../images/logo_small2.png') no-repeat; display:block; height: 50px; width: 150px; float:left; margin-top: -8px; margin-left: -10px; }
	#header h2 { width:50%; font-size: 13px; float:left; margin-top:-2px; margin-left: -10px;  }
	.column { width: 100%; height: 50px !important; }
	.half { height: 10px !important; }
	#register-btn { margin-top: -60px; margin-bottom: -100px; }
	.clearfix { padding: 0px 15px; }
	#tip-help { padding: 10px; }
	#application-procedure-label { display: none; }
	a.btn {
		text-align: center;
		font-size: 14px;
		font-family:  'Open Sans', Arial, sans-serif;
		font-weight: 700;
		display: block;
		height: 36px;
		padding: 8px 10px;
		margin-top: 10px;
		border-radius: 0;
		border: 0px;
		color: #FFFFFF !important;
		text-shadow: 0 1px rgba(0,0,0,0.1);
		background-color: #4d90fe;
		background: -moz-linear-gradient(top, #6fac67 0%, #599650 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #6fac67), color-stop(100%, #599650));
		background: -webkit-linear-gradient(top, #6fac67 0%, #599650 100%);
		background: -o-linear-gradient(top, #6fac67 0%, #599650 100%);
		background: -ms-linear-gradient(top, #6fac67 0%, #599650 100%);
		background: linear-gradient(to bottom, #6fac67 0%, #599650 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fac67, endColorstr='#599650, GradientType=0 );
	}
	a.btn:hover {
		border: 0px;
		text-shadow: 0 1px rgba(0,0,0,0.3);
		background-color: #357ae8;
		background: -moz-linear-gradient(top, #599650 0%, #4b7d44 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #599650), color-stop(100%, #4b7d44));
		background: -webkit-linear-gradient(top, #599650 0%, #4b7d44 100%);
		background: -o-linear-gradient(top, #599650 0%, #4b7d44 100%);
		background: -ms-linear-gradient(top, #599650 0%, #4b7d44 100%);
		background: linear-gradient(to bottom, #599650 0%, #4b7d44 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599650, endColorstr='#4b7d44, GradientType=0 );
	}
	.login-submit {
		text-align: center;
		font-size: 14px;
		font-family:  'Open Sans', Arial, sans-serif;
		font-weight: 700;
		display: block;
		height: 36px;
		padding: 8px 10px;
		width: 100%;
		margin-top: 10px;
		border-radius: 0;
		border: 0px;
		color: #FFFFFF !important;
		text-shadow: 0 1px rgba(0,0,0,0.1);
		background: #3498db;
		background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
		background-image: -moz-linear-gradient(top, #3498db, #2980b9);
		background-image: -ms-linear-gradient(top, #3498db, #2980b9);
		background-image: -o-linear-gradient(top, #3498db, #2980b9);
		background-image: linear-gradient(to bottom, #3498db, #2980b9);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fac67, endColorstr='#599650, GradientType=0 );
	}
	.login-submit:hover {
		border: 0px;
		text-shadow: 0 1px rgba(0,0,0,0.3);
		background: #3498db;
		background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
		background-image: -moz-linear-gradient(top, #3498db, #2980b9);
		background-image: -ms-linear-gradient(top, #3498db, #2980b9);
		background-image: -o-linear-gradient(top, #3498db, #2980b9);
		background-image: linear-gradient(to bottom, #3498db, #2980b9);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599650, endColorstr='#4b7d44, GradientType=0 );
	}
	input[type=text], input[type=password] {
		height: 44px;
		font-size: 16px;
		width: 100%;
		margin-bottom: 10px;
		-webkit-appearance: none;
		background: #fff;
		border: 1px solid #d9d9d9;
		border-top: 1px solid #c0c0c0;
		padding: 0 8px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		font-family:  'Open Sans', Arial, sans-serif;
	}

	tip.username-tip { font-size:8px; }
}


input.input { min-width: 250px; }
.dimmable { overflow: hidden; }

.error { color: #ff0000; }

#mobile {
	cursor: pointer;
	color: #ffffff;
	background: #73B55C;
	padding: 5px;
	border-radius: 3px;
	border: #b5b5b5 solid thin;
}
#mobile p { padding: 5px 10px; }
#mobile:hover { background: #87c072; color: #000000; font-size: large; }