/*
 * SASS Base for Sebobo github projects.
 * 01/26/2012 17:23
 */
html {
  height: 100%;
  font-size: 13px;
  font-family: arial;
  color: #404040;
  background: #e6e6e6;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.label {
  padding: 1px 3px 2px;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ccc;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}

.borderradius .label {
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.centered {
  margin: 0 auto;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

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

.tabs {
  text-align: center;
  list-style: none;
  padding: 0 10px;
  line-height: 24px;
  height: 26px;
  overflow: hidden;
  font-size: 12px;
  font-family: verdana;
  position: absolute;
  bottom: 0;
}
.tabs li {
  border: 1px solid #aaa;
  background: #d1d1d1;
  display: block;
  float: left;
  position: relative;
  z-index: 0;
  text-shadow: 0 1px #fff;
  margin: 0 -3px;
  padding: 0;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #ffffff;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #ffffff;
  -webkit-transition: 0.05s linear all;
  -moz-transition: 0.05s linear all;
  -ms-transition: 0.05s linear all;
  transition: 0.05s linear all;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background-image: -moz-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background-image: -ms-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  background-image: linear-gradient(top, #ececec 50%, #d1d1d1 100%);
}
.tabs li:hover {
  background: #dadada;
  background-position: 0 -15px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #efefef 50%, #dadada 100%);
  background-image: -moz-linear-gradient(top, #efefef 50%, #dadada 100%);
  background-image: -ms-linear-gradient(top, #efefef 50%, #dadada 100%);
  background-image: -o-linear-gradient(top, #efefef 50%, #dadada 100%);
  background-image: linear-gradient(top, #efefef 50%, #dadada 100%);
}
.tabs li:hover:before {
  -webkit-box-shadow: 2px 2px 0 #dadada;
  -moz-box-shadow: 2px 2px 0 #dadada;
  box-shadow: 2px 2px 0 #dadada;
}
.tabs li:hover:after {
  -webkit-box-shadow: -2px 2px 0 #dadada;
  -moz-box-shadow: -2px 2px 0 #dadada;
  box-shadow: -2px 2px 0 #dadada;
}
.tabs li.selected {
  background: #fff;
  color: #333;
  z-index: 2;
  border-bottom-color: #fff;
}
.tabs li.selected:before {
  -webkit-box-shadow: 2px 2px 0 white;
  -moz-box-shadow: 2px 2px 0 white;
  box-shadow: 2px 2px 0 white;
}
.tabs li.selected:after {
  -webkit-box-shadow: -2px 2px 0 white;
  -moz-box-shadow: -2px 2px 0 white;
  box-shadow: -2px 2px 0 white;
}
.tabs li.selected:hover {
  background: #fff;
}
.tabs li:before, .tabs li:after {
  border: 1px solid #aaa;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  border-width: 0 0 1px 1px;
}
.tabs li:before {
  left: -6px;
  border-width: 0 1px 1px 0;
  border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  -webkit-box-shadow: 2px 2px 0 #d1d1d1;
  -moz-box-shadow: 2px 2px 0 #d1d1d1;
  box-shadow: 2px 2px 0 #d1d1d1;
}
.tabs li:after {
  right: -6px;
  border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  -webkit-box-shadow: -2px 2px 0 #d1d1d1;
  -moz-box-shadow: -2px 2px 0 #d1d1d1;
  box-shadow: -2px 2px 0 #d1d1d1;
}
.tabs a {
  color: #555;
  text-decoration: none;
  display: block;
  margin: 0 20px;
}
.tabs a:hover {
  text-decoration: none;
}
.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #aaa;
  z-index: 1;
}

.btn.danger, .btn.danger:hover, .btn.error, .btn.error:hover, .btn.success, .btn.success:hover, .btn.info, .btn.info:hover,
.alert-message.danger,
.alert-message.danger:hover,
.alert-message.error,
.alert-message.error:hover,
.alert-message.success,
.alert-message.success:hover,
.alert-message.info,
.alert-message.info:hover {
  color: white;
}
.btn.danger, .btn.error,
.alert-message.danger,
.alert-message.error {
  background-color: #c43c35;
}
.btn.success,
.alert-message.success {
  background-color: #57a957;
}
.btn.info,
.alert-message.info {
  background-color: #339bb9;
}
.btn .close,
.alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  text-decoration: none;
  background-color: #e6e6e6;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: white;
  background-color: #0064cd;
}
.btn.disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}

.cssgradients .btn {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, white, white 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, white 25%, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, white 25%, #e6e6e6);
  background-image: -o-linear-gradient(top, white, white 25%, #e6e6e6);
  background-image: linear-gradient(top, white, white 25%, #e6e6e6);
}
.cssgradients .btn.primary {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
}
.cssgradients .btn.danger, .cssgradients .btn.error,
.cssgradients .alert-message.danger,
.cssgradients .alert-message.error {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
}
.cssgradients .btn.success,
.cssgradients .alert-message.success {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
}
.cssgradients .btn.info,
.cssgradients .alert-message.info {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
}

.borderradius .btn {
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.borderradius .btn.large {
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.csstransitions .btn {
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.box-shadow.rgba .btn {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.box-shadow.rgba .btn.active, .box-shadow.rgba .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
}
.box-shadow.rgba .btn.disabled, .box-shadow.rgba .btn[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

:root .alert-message,
:root .btn {
  border-radius: 0 \0;
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.column {
  float: left;
  overflow: hidden;
}

.column.last {
  float: none;
}

.size1of2 {
  width: 50%;
}

.size1of4 {
  width: 25%;
}

.size3of4 {
  width: 75%;
}

.size1of3 {
  width: 33.30%;
}

.size2of3 {
  width: 66.70%;
}

code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}

pre {
  background-color: #fcfcfc;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border-color: rgba(0, 0, 0, 0.15);
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.com {
  color: #93a1a1;
}

.lit {
  color: #195f91;
}

.pun, .opn, .clo {
  color: #93a1a1;
}

.fun {
  color: #dc322f;
}

.str, .atv {
  color: #D14;
}

.kwd, .prettyprint .tag {
  color: #1e347b;
}

.typ, .atn, .dec, .var {
  color: teal;
}

.pln {
  color: #48484c;
}

.prettyprint {
  padding: 8px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px;
  /* IE indents via margin-left */
}
ol.linenums li {
  list-style-type: decimal;
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}

label,
input,
button,
select,
textarea {
  font: 13px normal 18px;
}

input,
button,
select,
textarea {
  font-family: arial;
}

label {
  display: block;
}
label.inline {
  display: inline;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: gray;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* Demo css */
html {
  background: #222222 url("../images/bg.png");
}

body {
  height: 100%;
  font-family: arial;
  font-size: 1em;
  line-height: 1.3em;
  padding: 30px 0;
}

a {
  color: #0d3a8b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

hr {
  width: 50%;
  height: 1px;
  background: #eee;
  border: 0;
  margin: 40px 25%;
}

p {
  margin: 0.6em 0;
  line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.3em 0 0.8em;
  line-height: 1.1em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

ul {
  padding-left: 20px;
}
ul li {
  margin: 0.6em 0;
  list-style-type: disc;
}

.collapsible {
  display: none;
}

img.inline {
  margin: 10px;
}

.box-shadow.rgba img.inline {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hasBorder {
  border: 4px solid #fff;
}

.box-shadow.rgba .hasShadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page,
.pageHeader {
  margin: 0 auto;
  width: 920px;
  background: #fafafa;
  padding: 30px;
  position: relative;
}

.pageHeader {
  background: #267be4;
  color: #fafafa;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #337edc, #0a5abf);
  background-image: -moz-linear-gradient(top, #337edc, #0a5abf);
  background-image: -ms-linear-gradient(top, #337edc, #0a5abf);
  background-image: -o-linear-gradient(top, #337edc, #0a5abf);
  background-image: linear-gradient(top, #337edc, #0a5abf);
  border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
.pageHeader p a {
  color: #fff;
}

/* Tabs */
.pageHeader .tabs {
  margin: 0 -30px;
  width: 933px;
  padding: 0 10px 0 37px;
}

.smallipop-instance a {
  text-decoration: underline;
}
.smallipop-instance a:hover {
  text-decoration: none;
}

.smallipop-tour-footer a {
  text-decoration: none;
}

.smallipop-instance .smallimap-icon {
  float: left;
  margin: 0 8px 5px 0;
  vertical-align: middle;
}
.smallipop-instance .smallimap-icon-label {
  padding: 0;
  margin: 0;
}
.smallipop-instance .smallimap-icon-title {
  clear: both;
  display: block;
  color: #aaa;
  margin-top: 0.6em;
  font-style: italic;
  font-size: 0.9em;
}
