@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,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;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* Start site CSS */
body					{ color:#000; font:300 12px 'Open Sans', Arial, sans-serif; background:#d9d9d9 url('../images/bg-loop.png'); background-attachment:fixed;  -webkit-font-smoothing: antialiased; }
body.login				{ background-color:#f7f7f7; }
img						{ border: none; }
p						{ font-size: 1em; line-height:1.5em; }

a						{ color: #0074bd; text-decoration:none;  }
a:hover					{ color:#005a93;  }
a:visited				{ color:#6a899c }

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:18px; color:#555 }
h4 { color:#3b3b3b; }

/* start layout */
.wrap {  width: 1100px; margin:0 auto; }

#header { margin-top:50px; }
#header .wrap { padding:15px 0 5px 0; height:88px;  }
#header .logo { width:267px; height:74px; background:url('../images/logo.png') no-repeat; display:block; float:left; }
#header h1 { color:#4b7481; float:right;  }

#topbar { background:#0198cd; height:40px; padding-top:10px; position:fixed; width:100%; top:0; z-index:10 }
#topbar .wrap { padding:0 10px }
#topbar .logo { width:71px; height:20px; background:url('../images/logo-top.png') no-repeat; display:block; float:left; margin-right:25px; }
#topbar .title { font: 700 14px/20px 'Open Sans', Arial, sans-serif;  color:#fff; text-transform:uppercase; float:left; }
#topbar .title span { color:#bbefff }
#topbar .opt-wrap { float:right; width:280px;  }
#topbar .opt-wrap .language, #topbar .opt-wrap .auth-logout { float:right; }
#topbar .opt-wrap .auth-logout { margin-left:10px; text-transform:uppercase; }

#main-nav { }

#main-nav ul, #main-nav ul * { margin: 0; padding: 0; list-style: none; }
#main-nav ul li { position: relative; }
#main-nav ul ul { position: absolute; display: none; top: 120%; left: 0; z-index: 99; }
#main-nav ul > li { float: left; }
#main-nav ul li:hover > ul,
#main-nav ul li.sfHover > ul { display: block; }
#main-nav ul a { display: block; position: relative; }
#main-nav ul ul { padding:10px 20px; box-shadow: 0px 2px 5px rgba(0,0,0,.2); min-width: 12em; *width: 12em; background:#fff; }
#main-nav ul a { font: bold 14px/20px   Arial, sans-serif; color:#deeff6; text-transform:uppercase; margin-right:15px;  }
#main-nav ul .entypo { }
#main-nav ul a:hover { color:#fff  }
#main-nav .email { font-weight:normal; font-size:11px; vertical-align:top }



#main-nav ul > li > ul > li { float:none; }
#main-nav ul > li > ul > li > a { border-bottom:1px solid #f1f1f1; text-transform:none; color:#666; font:300 13px "Open Sans", Arial, sans-serif; padding:5px; display:block; margin:0; }
#main-nav ul > li > ul > li > a:hover { border-bottom:1px solid #27a0d1; color:#666; }
#main-nav ul > li > ul > li:last-child > a  { border-bottom:none; }


#topbar .opt-wrap .language .select { background:#439ed7; padding:2px; border:none; }
#topbar .auth-logout .icon { color:#bfe1ed; font-size:14px; margin-right:5px;  }
#topbar a { color:#d2e4f0 }
#topbar a:hover { color:#fff; }
#topbar .auth-logout a:hover .icon { color:#fff;  }

#main { padding-bottom:20px; }
#main .wrap { position:relative; }

#content { position:relative; padding:20px 20px 120px 20px; background:#fff; min-height:600px; height:600px; height: auto !important; border:1px solid #f4f4f4  }
#content.sidebar {  margin-left:230px;}
#sidebar { position:absolute; width:230px; top:0; left:0; }


#sidebar .student-info { background:#0074bd; padding:10px; letter-spacing:0;  font-size: 16px;  color:#fff; }
#sidebar .student-info .name {font-weight:700; }
#sidebar .student-info .stud-id { color:#98c9e7; }

#sidebar .menu { margin-top:0px; -webkit-box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    0px 2px 0px rgba(50, 50, 50, 0.05);
	box-shadow:         0px 2px 0px rgba(50, 50, 50, 0.05); border-left:1px solid #eee; border-top:1px solid #eee;} 
#sidebar .menu ul { list-style:none }
#sidebar .menu ul > li { }
#sidebar .menu ul > li > a { outline:0; background: #f3f8f9; display: block; position: relative; color: #444; padding:6px 12px; font-size:13px; }
#sidebar .menu ul > li > a:hover , #sidebar .menu ul > li > a.active { background:#00a6d8; color:#fff; }
#sidebar .menu ul li ul li a { background: #f0f0f0; border-bottom: 1px solid #eee; display: block; position: relative;	color: #444; font-size:12px; }
#sidebar .menu ul li ul li:last-child a { border:none }
#sidebar .menu ul li .icon { position:absolute; color:#87c914; z-index:5; right:15px; }
#sidebar .menu ul li > a:hover .icon, #sidebar .menu ul li > a.active .icon { color:#fff; }
#sidebar .menu ul > li > a:hover:after, #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 { border-top:3px solid #5fb748; background:#f6f6f6; color:#555; padding:15px 0; font-size:11px;  }
#footer .foot-wrap { overflow:hidden; padding-bottom:10px; margin-bottom:15px; }
#footer .info { font-size:11px; margin-bottom:20px; }
#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 { background:#3B5998; color:#fff; }
#footer .socials ul li a.twitter:hover .icon { background:#00aced; color:#fff; }
#footer .socials ul li .icon { float:right; margin-right:10px; background:#86d5f1; width:25px; height:25px; text-align:center; padding-top:3px; color:#fff }

/* 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/logo2x.png') no-repeat; background-size:267px 74px; }
}



/* end layout */

/* 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 .icon { color:#ccc }

.boxes { overflow:hidden; }
.boxes .box { float:left; width: 48%; margin-right:15px; border-color:#ddd; padding:0; }
.boxes .box:nth-child(2n) { margin-right:0; } /* 2nd element */
.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; }


/* 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);
}

div.error { font-size:13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background:#fff3ee; padding:10px; border-left:3px solid #FC7479; margin-bottom:10px; }
div.success { font-size:13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background:#f9ffed; padding:10px; border-left:3px solid #99dc16; margin-bottom:10px; }
div.notice { font-size:13px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background:#fff; padding:10px; border-left:3px solid #a4daff; margin-bottom:10px; }

div.error .icon { color:#ed5959; font-size:18px;  }
div.success .icon { color:#99dc16; font-size:18px; }
div.notice .icon { color:#a4daff; font-size:18px; }


/* misc */
.icon { font-size:16px; font-weight:normal; }
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:180px; }
input.inputtext.quarter { width:60px; }
.formnice select, select.select { margin-bottom:3px; -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:80%; }
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;  }



/* login */
/* moved to login.css */

/* content */
#content .lastlogin { float:right; color: #c6c5c5 ; }


/* main table */
table td { vertical-align: top; padding:5px; }
table.maintable { border:1px solid #cecece; width:100%; margin:10px 0; }
table.maintable tr {  }
table.maintable td { padding:6px; border:1px solid #e2e2e2; }
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:#666; }
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:#666; 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.simple tr { background:#fff; }
table.simple td  td { border:none }

table.table td.center { text-align:center }
table.table td ul, table.maintable td ul { margin-left:25px }

/* 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:#666; 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; filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid: DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
.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:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.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.small { padding:2px 8px; font-size:11px; line-height:1.4em; }

/* 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;  }

div.opt  { text-align:right; margin:10px 0 }
div.opt a.btn:visited { color:#333 }

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:0px; }
.appform h3 { font-weight:700; padding-bottom:10px; border-bottom:1px solid #ccc; margin-bottom:10px; text-transform:uppercase; font-size:14px; 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; }
.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:14px; }
.appform .row .element .inputtext { width:98%;margin-bottom:3px; padding:5px 7px; font-size:13px; }
.appform .row .element .inputradio{ width:98%; margin-bottom:3px; padding:5px 7px; font-size:13px; }
.appform .row .element .inputtext.half { width:250px; }
.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, .appform .row .element .select option { font-size:13px; }
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; }
.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; }

input[type=text], input[type=radio], select{ 
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    font: 12px 'Open Sans',Arial,sans-serif;
    padding: 3px;
	margin-bottom:3px;
}

input[type=text]
{
	width:250px;
}

textarea{ 
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    font: 12px 'Open Sans',Arial,sans-serif;
    padding: 3px;
	height:100px;
	width:250px;
}


.loginselect{ 
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    font: 13px 'Open Sans',Arial,sans-serif;
    padding: 3px;
    width: 100%;
    height: 30px;
    background-color:#f8f8f8;
    margin-bottom:4px;
}

.btn-submit 
{
	text-align: center;
	font-size: 12px;
	font-family:  'Open Sans', Arial, sans-serif;
	font-weight: 700;
	height: 32px;
	padding: 0 10px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #0198cd;
	background: -moz-linear-gradient(top, #4bbbe8 0%, #0198cd 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #4bbbe8), color-stop(100%, #0198cd));
	background: -webkit-linear-gradient(top, #4bbbe8 0%, #0198cd 100%);
	background: -o-linear-gradient(top, #4bbbe8 0%, #0198cd 100%);
	background: -ms-linear-gradient(top, #4bbbe8 0%, #0198cd 100%);
	background: linear-gradient(to bottom, #4bbbe8 0%, #0198cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9bfa', endColorstr='#4786ed', GradientType=0 );
}

.btn-submit:hover {
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background: -moz-linear-gradient(top, #4bbbe8 0%, #017ba6 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #4bbbe8), color-stop(100%, #017ba6));
	background: -webkit-linear-gradient(top, #4bbbe8 0%, #017ba6 100%);
	background: -o-linear-gradient(top, #4bbbe8 0%, #017ba6 100%);
	background: -ms-linear-gradient(top, #4bbbe8 0%, #017ba6 100%);
	background: linear-gradient(to bottom, #4bbbe8 0%, #017ba6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bbbe8, endColorstr='#017ba6, 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-submit.disabled, .btn-submit.disabled:hover 
{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ccc 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top,  #ccc 0%,#ddd 100%);
	background: -o-linear-gradient(top,  #ccc 0%,#ddd 100%);
	background: -ms-linear-gradient(top,  #ccc 0%,#ddd 100%);
	background: linear-gradient(to bottom,  #ccc 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc, endColorstr='#ddd,GradientType=0 );
	color:#777;
}

/* rtl 
	- inceif doesnt support RTL
	- removed
*/

.table td .status { }

/* 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 */
}

ul.errors {
	color: red;
    list-style: disc inside none;
    padding: 2px;
	
}

/* colors */
.red { color: red }
.green { color: green }

/* 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; width:310px; }
table tr:hover.info-rows .tooltip-inline { display:block; }
.tooltip-info { /*padding:10px; background:#fefefe;*/ position:absolute; width:310px; }
/*.tooltip-info :after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: transparent #fefefe;
	display: block;
	width: 0;
	z-index: 1;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
}*/

/* misc */
.btn-small { font-size:9px; font-weight:bold; margin-left:3px; text-transform:uppercase; background:#3fa2db; padding:2px 6px; color:#fff; }
a.btn-small { color:#fff }
a.btn-small:hover { background:#2f83b4 }

#contentForm ul { margin:15px 0 15px 25px }
#contentForm ul li { margin-bottom:5px }

#declaration-wrap { overflow:hidden; margin-bottom:20px; }
.agree-wrap { overflow:hidden; margin-bottom:10px; }
#declaration-wrap .checkbox, .agree-wrap .checkbox { float:left; }
#declaration-wrap .text, .agree-wrap .text { margin-left:25px; }
#declaration-wrap .text p { line-height:1.8em }

.tooltip-checkbox 
{ 
	padding:10px; 
	background:#fafafa; 
	position:absolute; 
	width:150px; 
	margin-top:-34px; 
	margin-left:-160px;
	border:1px solid #eee;
}
.tooltip-checkbox:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 0 9px 8px;
	border-color: transparent #fafafa;
	display: block;
	width: 0;
	z-index: 5;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	
}
.tooltip-checkbox span:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 0 9px 8px;
	border-color: transparent #eee;
	display: block;
	width: 0;
	z-index: 4;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	
}


/*tweaks */
.ui-dialog-titlebar-close { display:none }
.btn-submit .icon { font-size:14px; }

.breadcrumbs { padding:10px; background:#ececec; color:#bbb; font-size:11px; font-weight:400; text-transform:uppercase; margin:-20px -20px 15px -20px }
.breadcrumbs a { color:#999; }
.breadcrumbs a:hover { color:#aaa }
.breadcrumbs strong { color:#999; }
.breadcrumbs li { display: inline; margin-right:3px; }
.breadcrumbs li+li:before { content:"/ "; }

/* print opt */
.print-opt { float:right; color:#ccc }
.print-opt a { color:#888; }
.print-opt a .icon { background:#fafafa; color:#ccc;  border-radius: 50%; padding:5px 12px; text-indent:-7px; font-size:14px;  } 
.print-opt a:hover .icon { background:#fff; color:#c8c8c8; }

/* hl */
.hlchk { background: #fdffe7 !important; }

/*payment opt */
#payment-opt { }
#payment-opt .icon { color:#189b26; vertical-align:middle; font-size:14px; }

/* Carrat Nav Menu */
.navlink::after {
  position: absolute;
  margin-left:5px;
  margin-top:6px;
  display: inline-block;
  border-right: 4px solid transparent;
  border-top: 4px solid #ccc;
  border-left:4px solid transparent;
  content: '';
}
.nav-dropdown { display:none; }
.nav-dropdown ul { list-style:none; background:#fff; position:absolute; border:1px solid #ccc; z-index:10; width:180px; margin-top:3px; }
.nav-dropdown ul li {  }
.nav-dropdown ul li a{ display:block; text-decoration:none; padding:4px; font-size:11px; }
.nav-dropdown ul li a .icon { font-size:12px; }
.nav-dropdown ul li a:hover { background:#feffed }

.tooltiptext { display:none} 