/* ========================================================= Base ===*/
html, body {background-color: #fcfcfc;margin: 0;padding: 0;height: 100%;}
html {font-size: 100%;overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {color: #808080;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 100%;font-weight: normal;line-height: 1.4;text-rendering: optimizeLegibility;}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0;padding: 0;border: 0;font-weight: normal;font-style: normal;font-size: 100%;line-height: 1;font-family: inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block;}
audio, canvas, video {display: inline-block;*display: inline;*zoom: 1;}
audio:not([controls]) {display: none;}
[hidden] { display: none; }
q { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {content: "";}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}
abbr[title] { border-bottom: 1px dotted; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
small { font-size: 85%; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
::-moz-selection {background: #ffffa9;color:#54545e;text-shadow: none;}
::selection {background: #ffffa9;color:#54545e;text-shadow: none;}
/* ========================================================= Typography ===*/
a {color: #0069d6;text-decoration: none;line-height: inherit;font-weight: inherit;}
a:hover {color: #0050a3;outline: 0;text-decoration: underline;}
a:focus {outline: thin dotted;}
a:focus {outline: thin dotted;}
a:active {outline: 0;}
p {font-weight: normal;font-size: 0.9em;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;line-height: 1.3;margin-bottom: 9px;}
p small {color: #bfbfbf;font-size: 11px;}
h1,h2,h3,h4,h5,h6 {font-weight: bold;color: #404040;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {color: #bfbfbf;}
h1 {margin-bottom: 18px;font-size: 30px;line-height: 1.1;}
h2 {font-size: 24px;line-height: 1.5;}
h3 {font-size: 18px;line-height: 2;}
h4 {font-size: 16px;line-height: 2.2;}
h5 {font-size: 14px;line-height: 2.6;}
h6 {font-size: 13px;color: #bfbfbf;line-height: 2.8;text-transform: uppercase;}
h1 small {font-size: 18px;}
h2 small {font-size: 14px;}
h3 small {font-size: 14px;}
h4 small {font-size: 12px;}
nav ul, nav ol {list-style: none;list-style-image: none;margin: 0; padding: 0;}
ul, ol {margin: 0 0 18px 25px;}
ul {list-style: disc;}
ol {1list-style: decimal;}
ul ul,ul ol,ol ol,ol ul {margin-bottom: 0;}
li {color: #808080;line-height:  1.3;}
ul.unstyled {list-style: none;margin-left: 0;}
dl {margin-bottom: 18px;}
dl dt, dl dd {line-height: 1.3;}
dl dt {font-weight: bold;}
dl dd {margin-left: 9px;}
hr {border: 0;border-top: 1px solid #ccc;border-bottom: 1px solid #eee;display: block;height: 1px;margin: 0 0 19px;}
strong {font-style: inherit;font-weight: bold;line-height: inherit;}
em {font-style: italic;font-weight: inherit;line-height: inherit;}
.muted {color: #bfbfbf;}
blockquote {border-left: 5px solid #eee;margin-bottom: 18px;padding-left: 15px;}
blockquote p {font-size: 14px;font-weight: 300;line-height: 1.3;margin-bottom: 0;}
blockquote small {color: #bfbfbf;display: block;font-size: 12px;font-weight: 300;line-height: 1.3;}
blockquote small:before {content: '\2014 \00A0';}
address {display: block;line-height: 1.3;margin-bottom: 18px;}
code, pre {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding: 0 3px 2px;font-family:Consolas, Monaco, Andale Mono, Courier New, monospace;font-size: 12px;}
code {background-color: #fee9cc;color: rgba(0, 0, 0, 0.75);padding: 1px 3px;}
pre {background-color:#0b0f22;border:5px solid #ddd;border: 5px solid rgba(255,255,255, 0.2);display: block;margin: 0 0 18px;padding: 20px ;line-height: 1.66;overflow: auto;white-space: pre;white-space: pre-wrap;word-wrap: break-word;}
.label {background-color: #bfbfbf;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #ffffff;cursor: pointer;font-size: 9.75px;font-weight: bold;padding: 1px 3px 2px;text-transform: uppercase;white-space: nowrap;}
.label.important {background-color: #c43c35;}
.label.warning {background-color: #f89406;}
.label.success {background-color: #46a546;}
.label.notice {background-color: #62cffc;}
/* ========================================================= Elements ===*/
.header {
	margin-bottom: 17px;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
.header h1 {
	margin-bottom: 8px;
}
/* ========================================================= Forms ===*/
button, input, select, textarea { font-family: sans-serif; color: #222; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
	*overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=text],
select,
textarea,
.uneditable-input{
	border: 1px solid #b9b9b9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #808080;
	display: inline-block;
	font-size: 13px;
	height: 18px;
	line-height: 1.2;
	margin-bottom:13px;
	padding: 4px;
	width: 270px;
	vertical-align:baseline;
}
form {
	margin: 0;
	margin-bottom: 18px;
}
form ul{
	margin: 0;
	padding: 0;
}
form li{
	list-style: none;
	margin: 0;
	padding: 0;
}
form li:after {
	clear: both;
}
form li:before, form li:after {
	content: "";
	display: table;
}
fieldset {
	border: 0;
	margin: 0;
	margin-bottom: 18px;
	padding: 0;
	padding-top: 18px;
}
fieldset legend {
	border: 0;
	color: #404040;
	display: block;
	font-size: 20px;
	line-height: 1;
	*margin-left: -7px;
	padding: 0;
}
textarea {
	height: auto;
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
label,
input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}
label {
	color: #404040;
	display:block;
	padding: 6px 15px 0 0;
	font-size: 13px;
	line-height: 1.2;
	float: left;
	text-align: right;
	width:145px;
}
div.input {
	margin-left: 160px;
}
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}
select, input[type=file] {
  height: 27px;
  line-height: 27px;
  width: 280px;
}
.uneditable-input {
	background-color: #f5f5f5;
	border-color: #dddddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	color: #b9b9b9;
	font-style: italic;
}
:-moz-placeholder {
	color: #bfbfbf;
}
::-webkit-input-placeholder {
	color: #bfbfbf;
}
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: none;
}
form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
  color: #9d261d;
}
form div.error input[type=text], form div.error input[type=password], form div.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
input[readonly]:focus, textarea[readonly]:focus, input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.help-inline, .help-block {
  font-size: 12px;
  line-height: 1.5;
  color: #bfbfbf;
}
.help-inline {
	padding-left: 5px;
	*position: relative;
	*top: -5px;
}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span, .inline-inputs input[type=text] {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input[type=text],
.input-append input[type=text],
.input-prepend input[type=password],
.input-append input[type=password] {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 3px 6px 5px 4px;
  color: #bfbfbf;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input[type=text], .input-append input[type=password] {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
.inputs-list {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #808080;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
}

/* -----------
 -- Stacked --
----------- */
.form-stacked fieldset {
	padding-top: 9px;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
	padding-top: 0;
}
.form-stacked input[type=date],
.form-stacked input[type=email],
.form-stacked input[type=password],
.form-stacked input[type=search],
.form-stacked input[type=text],
.form-stacked select,
.form-stacked .uneditable-input {
	height: 28px;
}
.form-stacked input[type=date],
.form-stacked input[type=email],
.form-stacked input[type=password],
.form-stacked input[type=search],
.form-stacked input[type=text],
.form-stacked select,
.form-stacked textarea,
.form-stacked .uneditable-input{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	width: 100%;
}
.form-stacked div.input{
	margin: 0;
	padding: 0 0 0 27px;
}
.form-stacked .input-prepend{
	position: relative;
	width: 100%;
}
.form-stacked .input-prepend .add-on{
	position: absolute;
	left: -27px;
	width: 16px;
	height: 18px;
}
.form-stacked .input-prepend input{
	width: 100%;
	right: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/* ========================================================= Search ===*/
#search-form {
	margin: 10px 0 20px;
}
#search-form .search-wrap{
	padding: 0;
	width: 100%; height: 28px;
}
#search-form .search-input{
    position: relative;
}
#search-form input[type="search"] {
	-webkit-appearance:none;
	background-color: #fff;
	border-radius: 0px;
	left: 0;
	line-height: .9;
	padding: 4px 0 4px 8px;
	position: relative;
	width: 84%;
	z-index: 15;
}

#search-form input[type="submit"] {
	-webkit-appearance:none;
	background-image: url("https://s3.amazonaws.com/toolkit.mshanken.com/img/search-flat.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(198,198,198,0.6);
	border: 1px solid rgba(198,198,198,0.6);
	vertical-align: top;
	position: absolute;
	top:0; right: 0;
	z-index: 10;
	width: 11%; height: 28px;
	margin-left: 2%;
}
#search-form input[type="submit"]:active {
	box-shadow: 0 1px 0 rgba(140,140,140,0.1) inset, 1px 0 0 rgba(140,140,140,0.1) inset, -1px 0 0 rgba(140,140,140,0.1) inset, 0 -1px 0 rgba(140,140,140,0.1) inset, 0 1px 5px rgba(0,0,0,0.1) inset;
}
#search-form input[type="submit"]:hover {
	background-color: rgba(198,198,198,0.8);
}
/* ----------
 -- Inline --
---------- */
#search-form-inline {
	margin: 10px 0 20px;
}
#search-form-inline .search-wrap{
	background-color: #fff;
	padding: 0 39px 0 0;
}
#search-form-inline .search-input{
    border: 1px solid #b9b9b9;
	border-radius: 3px;
    position: relative;
	width: 100%; height: 26px;
}
#search-form-inline input[type="search"] {
	-webkit-appearance:none;
	border: none;
	left: 0;
	line-height: 15px;
	padding: 4px 0 4px 8px;
	position: relative;
	width: 100%;
	z-index: 15;
}
#search-form-inline input[type="submit"] {
	-webkit-appearance:none;
	background: url("https://s3.amazonaws.com/toolkit.mshanken.com/img/search.png") no-repeat scroll 13px 3px transparent;
	border-color: #b9b9b9;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: -1px; right: -38px;
	width: 39px; height: 28px;
	z-index: 10;
}
input::-webkit-input-placeholder{
	color: #b9b9b9 !important;
	font-style: italic;
}
input:-moz-placeholder{
	color: #b9b9b9 !important;
	font-style: italic;
}
/* ========================================================= Buttons ===*/
.btn{
    background: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e6e6e6));
	background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 0 #ccc inset, 1px 0 0 #bbb inset, -1px 0 0 #bbb inset, 0 -1px 0 #aaa inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    margin: 0 5px;
	padding: 8px 15px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(255,255,255, 0.3);
    -webkit-transition:none;
	-moz-transition:none;
	transition:none;
}
.btn:hover {
    background: #d6d6d6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d6d6d6));
	background: -moz-linear-gradient(top, #fefefe 0%, #d6d6d6 100%);
	text-decoration: none;
}
.btn:active {
    box-shadow: 0 1px 0 rgba(40, 40, 40, 0.4) inset, 1px 0 0 rgba(40, 40, 40, 0.2) inset, -1px 0 0 rgba(40, 40, 40, 0.3) inset, 0 -1px 0 rgba(40, 40, 40, 0.4) inset, 0 1px 5px rgba(0, 0, 0, 0.2) inset;
}
/* --------
 -- Blue --
-------- */
.btn.primary {
	background: #52A8E8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52A8E8), color-stop(100%,#2E76CF));
	background: -moz-linear-gradient(top, #52A8E8 0%, #2E76CF 100%);
	box-shadow: 0 1px 0 rgba(34, 57, 100, 0.6) inset, 1px 0 0 rgba(34, 57, 100, 0.4) inset, -1px 0 0 rgba(34, 57, 100, 0.5) inset, 0 -1px 0 rgba(34, 57, 100, 0.6) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.btn.primary:hover {
	background: #3E9EE5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E9EE5), color-stop(100%,#1666CA));
	background: -moz-linear-gradient(top, #3E9EE5 0%, #1666CA 100%);
}
.btn.primary:active {
    box-shadow: 0 1px 0 rgba(10, 10, 10, 0.5) inset, 1px 0 0 rgba(10, 10, 10, 0.3) inset, -1px 0 0 rgba(10, 10, 10, 0.4) inset, 0 -1px 0 rgba(10, 10, 10, 0.5) inset, 0 1px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* ------------
 -- Lt. Blue --
------------ */
.btn.info {
	background: #5bc0de;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0de), color-stop(100%,#339bb9));
	background: -moz-linear-gradient(top, #5bc0de 0%, #339bb9 100%);
	box-shadow: 0 1px 0 #4fa6c0 inset, 1px 0 0 #3d8094 inset, -1px 0 0 #3d8094 inset, 0 -1px 0 #387688 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.btn.info:hover {
	background: #56b4d1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56b4d1), color-stop(100%,#2e8da8));
	background: -moz-linear-gradient(top, #56b4d1 0%, #2e8da8 100%);
}
.btn.info:active {
	box-shadow: 0 1px 0 rgba(10, 10, 10, 0.5) inset, 1px 0 0 rgba(10, 10, 10, 0.3) inset, -1px 0 0 rgba(10, 10, 10, 0.4) inset, 0 -1px 0 rgba(10, 10, 10, 0.5) inset, 0 1px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* ---------
 -- Green --
--------- */
.btn.success {
	background: #62c462;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#57a957));
	background: -moz-linear-gradient(top, #62c462 0%, #57a957 100%);
	box-shadow: 0 1px 0 #58b058 inset, 1px 0 0 #418241 inset, -1px 0 0 #418241 inset, 0 -1px 0 #366c36 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.btn.success:hover {
	background: #5ab45a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ab45a), color-stop(100%,#519e51));
	background: -moz-linear-gradient(top, #5ab45a 0%, #519e51 100%);
}
.btn.success:active {
	box-shadow: 0 1px 0 rgba(10, 10, 10, 0.5) inset, 1px 0 0 rgba(10, 10, 10, 0.3) inset, -1px 0 0 rgba(10, 10, 10, 0.4) inset, 0 -1px 0 rgba(10, 10, 10, 0.5) inset, 0 1px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* -------
 -- Red --
------- */
.btn.action {
	background: #EC6040;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC6040), color-stop(100%,#E13D29));
	background: -moz-linear-gradient(top, #EC6040 0%, #E13D29 100%);
	box-shadow: 0 1px 0 #BE331B inset, 1px 0 0 #A42A15 inset, -1px 0 0 #A42A15 inset, 0 -1px 0 #8C200E inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-shadow: 0 -1px 0 #A62416;
}
.btn.action:hover {
	background: #E05434;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E05434), color-stop(100%,#CE3420));
	background: -moz-linear-gradient(top, #E05434 0%, #CE3420 100%);
}
.btn.action:active {
	box-shadow: 0 1px 0 rgba(10, 10, 10, 0.5) inset, 1px 0 0 rgba(10, 10, 10, 0.3) inset, -1px 0 0 rgba(10, 10, 10, 0.4) inset, 0 -1px 0 rgba(10, 10, 10, 0.5) inset, 0 1px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* --------
 -- Grey --
-------- */
.btn.grey {
	background: #BEBEBE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#BEBEBE), color-stop(100%,#969696));
	background: -moz-linear-gradient(top, #BEBEBE 0%, #969696 100%);
	box-shadow: 0 1px 0 #999999 inset, 1px 0 0 #888888 inset, -1px 0 0 #888888 inset, 0 -1px 0 #777777 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0 -1px 0 rgba(255,255,255, 0.3);
}
.btn.grey:hover {
	background: #b1b1b1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#808080));
	background: -moz-linear-gradient(top, #b1b1b1 0%, #808080 100%);
}
.btn.grey:active {
	box-shadow: 0 1px 0 rgba(10, 10, 10, 0.5) inset, 1px 0 0 rgba(10, 10, 10, 0.3) inset, -1px 0 0 rgba(10, 10, 10, 0.4) inset, 0 -1px 0 rgba(10, 10, 10, 0.5) inset, 0 1px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* ---------
 -- Black --
--------- */
.btn.black {
	background: #686868;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#414141));
	background: -moz-linear-gradient(top, #686868 0%, #414141 100%);
	box-shadow: 0 1px 0 #5A5A5A inset, 1px 0 0 #4B4B4B inset, -1px 0 0 #4B4B4B inset, 0 -1px 0 #3C3C3C inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.btn.black:hover {
	background: #5F5F5F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5F5F5F), color-stop(100%,#333333));
	background: -moz-linear-gradient(top, #5F5F5F 0%, #333333 100%);
}
.btn.black:active {
    box-shadow: 0 1px 0 rgba(10, 10, 10, 0.5) inset, 1px 0 0 rgba(10, 10, 10, 0.3) inset, -1px 0 0 rgba(10, 10, 10, 0.4) inset, 0 -1px 0 rgba(10, 10, 10, 0.5) inset, 0 1px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* -------------
 -- Disabled --
------------- */
.btn.disabled,
.btn:disabled {
	cursor: default;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=5);
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/* ---------
 -- Icons --
--------- */
.btn:before{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), 2px 0 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), 2px 0 0 rgba(0, 0, 0, 0.4);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), 2px 0 0 rgba(0, 0, 0, 0.4);
	float: left;
	font-size: 15px;
	margin: -8px 12px -9px -14px;
	padding: 7px 6px 5px;
	pointer-events: none;
	text-align: center;
	width: 11px;
}
.btn.add:before{content: "\271A";}
.btn.delete:before{content: "\2718";}
.btn.save:before{content: "\2714";}
.btn.email:before{content: "\2709";}
.btn.like:before{content: "\2764";}
.btn.next:before{content: "\279C";}
.btn.star:before{content: "\2605";}
.btn.download:before{content: "\2193";}
/* ========================================================= Navigation ===*/
/* --------------
 -- Pagination --
-------------- */
.pagination {
	height: 36px;
	margin: 18px 0;
}
.pagination ul {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	float: left;
	margin: 0;
	padding: 0;
}
.pagination ul li {
	display: inline;
}
.pagination ul li span {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	float: left;
}
.pagination ul li .prev{
	cursor: pointer;
	padding: 7px 14px;
}
.pagination ul li span a{
	display: block;
	padding: 7px 14px;
	text-decoration: none;
}
.pagination ul li span:hover, .pagination ul li.active span {
	background-color: #c7eefe;
}
.pagination ul li.disabled span, .pagination ul li.disabled span:hover {
	background-color: transparent;
	color: #bfbfbf;
}
.pagination ul li.next span {
	border: 0;
}
/* ---------------
 -- Breadcrumbs --
--------------- */
/* ========================================================= Alerts ===*/
.alert-message {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #404040;
	margin: 0 0 18px;
	padding: 7px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message p {
	margin-bottom: 0;
}
.alert-message.block-message {
	padding: 14px;
}
.alert-message.block-message p {
	margin-right: 30px;
}
.alert-actions{
	margin-top: 10px;
}
/* -----------
 -- Green --
----------- */
.alert-message.success {
	background-color: #e3ebc6;
	border: 1px solid #c2d288;
	color:#8fa471;
}
.alert-message.success strong{
	color:#16500b;
}
/* -----------
 -- Yellow --
----------- */
.alert-message.warning {
	background-color: #fcf7d9;
	border: 1px solid #f5dc7d;
	color:#c4a21b;
}
.alert-message.warning strong{
	color:#9a7d1a;
}
/* -------
 -- Red --
------- */
.alert-message.error {
	background-color: #f5d1d3;
	border: 1px solid #f4afb2;
	color:#bf696c;
	text-shadow: 0 1px 0 rgba(255,255,255,0.1);
}
.alert-message.error strong{
	color:#6a0b06;
}
/* --------
 -- Blue --
-------- */
.alert-message.info {
	background-color: #d8ecf5;
	border: 1px solid #9ac9df;
	color:#528da9;
}
.alert-message.info strong{
	color:#296374;
}
/* ----------------
 -- Close Button --
---------------- */
.alert-message .close {
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-top: -7px;
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-shadow: 0 1px 0 #ffffff;
}
.alert-message .close:hover {
	color: #000000;
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-decoration: none;
}
/* ========================================================= Tables ===*/
table button, table input { *overflow: auto; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
	margin-bottom: 18px;
	padding: 0;
	width: 100%;
}
table th, table td {
	border-bottom: 1px solid #ddd;
	line-height: 1.2;
	text-align: left;
	padding: 10px 10px 9px;
	vertical-align: middle;
}
table th {
	border-bottom-width: 2px;
	font-weight: bold;
	padding-top: 9px;
}
/* ---------
 -- Zebra --
--------- */
.zebra tbody tr:nth-child(odd) td {
	background-color: #f9f9f9;
}
.zebra tbody tr:hover td {
	background-color: #f5f5f5;
}
.zebra .header {
	cursor: pointer;
}
.zebra .header:after {
	border-color: #000 transparent;
	border-style: solid;
	border-width: 0 4px 4px;
	content: "";
	float: right;
	margin-top: 7px;
	visibility: hidden;
}
.zebra .headerSortUp, .zebra .headerSortDown {
	background-color: rgba(141, 192, 219, 0.25);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.zebra .header:hover:after {
	visibility: visible;
}
.zebra .headerSortDown:after, .zebra .headerSortDown:hover:after {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	visibility: visible;
}
.zebra .headerSortUp:after {
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	visibility: visible;
}
/* ========================================================= Utlities ===*/
.first{margin-left: 0 !important;}
.last{margin-right: 0 !important;}
.right{float: right !important;}
.left{float: left !important;}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear{clear: both;}