/*
 * SASS Base for Sebobo github projects.
 * 01/26/2012 17:23
 */


.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;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  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;
  -o-transition: 0.05s linear all;
  transition: 0.05s linear all;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ececec), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(#ececec 50%, #d1d1d1 100%);
  background: -moz-linear-gradient(#ececec 50%, #d1d1d1 100%);
  background: -o-linear-gradient(#ececec 50%, #d1d1d1 100%);
  background: linear-gradient(#ececec 50%, #d1d1d1 100%);
}
.tabs li:hover {
  background: #dadada;
  background-position: 0 -15px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #efefef), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(#efefef 50%, #dadada 100%);
  background: -moz-linear-gradient(#efefef 50%, #dadada 100%);
  background: -o-linear-gradient(#efefef 50%, #dadada 100%);
  background: linear-gradient(#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;
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -ms-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  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;
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -ms-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -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)";
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn.active, .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)";
}
.btn.disabled, .btn[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}

.cssgradients .btn {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(25%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background: -moz-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.cssgradients .btn.primary {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background: -webkit-linear-gradient(#049cdb, #0064cd);
  background: -moz-linear-gradient(#049cdb, #0064cd);
  background: -o-linear-gradient(#049cdb, #0064cd);
  background: linear-gradient(#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: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background: -webkit-linear-gradient(#ee5f5b, #c43c35);
  background: -moz-linear-gradient(#ee5f5b, #c43c35);
  background: -o-linear-gradient(#ee5f5b, #c43c35);
  background: linear-gradient(#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: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background: -webkit-linear-gradient(#62c462, #57a957);
  background: -moz-linear-gradient(#62c462, #57a957);
  background: -o-linear-gradient(#62c462, #57a957);
  background: linear-gradient(#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: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background: -webkit-linear-gradient(#5bc0de, #339bb9);
  background: -moz-linear-gradient(#5bc0de, #339bb9);
  background: -o-linear-gradient(#5bc0de, #339bb9);
  background: linear-gradient(#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%);
}

: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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  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;
}



/* 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;
  -ms-border-radius: 4px;
  -o-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;
  -ms-border-radius: 4px 0 4px 0;
  -o-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;
}

.nav {
  margin: 0 0 18px;
  list-style: none;
  padding: 0;
}
.nav li {
  list-style: none;
}
.nav li a {
  display: block;
}
.nav li a:hover {
  text-decoration: none;
  background-color: #e6e6e6;
}
.nav.noHover a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.nav-pills {
  padding-left: 14px;
  overflow: hidden;
  *zoom: 1;
}
.nav-pills li {
  float: left;
  list-style: none;
}
.nav-pills li a {
  text-shadow: 0 1px 1px #e6e6e6;
  padding: 8px 12px;
  margin: 2px;
  line-height: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills li.active a, .nav-pills li.active a:hover {
  text-shadow: 0 1px 1px gray;
  color: white;
  background-color: #0069d6;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.nav-pills li a:hover {
  background-color: #e6e6e6;
}
.nav-pills .spacer {
  padding: 6px 0 0;
  margin: 2px 0;
  color: #ccc;
  display: block;
}

/* Demo css */


.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;
}

.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: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #337edc), color-stop(100%, #0a5abf));
  background: -webkit-linear-gradient(#337edc, #0a5abf);
  background: -moz-linear-gradient(#337edc, #0a5abf);
  background: -o-linear-gradient(#337edc, #0a5abf);
  background: linear-gradient(#337edc, #0a5abf);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.pageHeader p a {
  color: #fff;
}

.options th {
  background: #222;
  border: 1px solid #111;
  padding: 6px 10px;
  color: #eee;
  vertical-align: middle;
}
.options tr:nth-child(even) {
  background: #eee;
}
.options tr:nth-child(odd) {
  background: #fff;
}
.options td {
  border: 1px solid #ddd;
  padding: 6px 10px;
  vertical-align: middle;
}
.options td pre {
  background: transparent;
  border: 0;
}

.textbox {
  color: #444;
  width: 400px;
  background-color: #f5f5f5;
  padding: 20px;
  border: 1px solid #eee;
}
.textbox .smallipopBlue {
  font-weight: bold;
  color: #44f;
}

.sampleElement {
  border: 1px solid #fed980;
  line-height: 1em;
  margin: 0 3px 3px 0;
  display: inline-block;
  padding: 3px 5px;
  background-color: #ffe199;
  font-size: 1.1em;
  text-shadow: 0 1px 1px #fff24d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(255, 162, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(255, 162, 0, 0.3);
  box-shadow: 0 1px 4px rgba(255, 162, 0, 0.3);
}
.sampleElement.white, .sampleElement.black, .sampleElement.blue, .sampleElement.green, .sampleElement.default {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.sampleElement.big {
  font-size: 1.4em;
}
.sampleElement, .sampleElement a {
  text-decoration: none;
  cursor: pointer;
}
.sampleElement:hover {
  background-color: #fff4d9;
  border-color: #ffd777;
  text-decoration: none;
}
.sampleElement.white {
  background-color: #fff;
  border-color: #ddd;
  text-shadow: none;
}
.sampleElement.green {
  background-color: #2ea41e;
  border-color: #239714;
  color: #fafafa;
  text-shadow: 0 1px 1px #196d0e;
}
.sampleElement.black {
  background-color: #333;
  color: #eee;
  border-color: #000;
  text-shadow: none;
}
.sampleElement.blue {
  background-color: #0064b4;
  color: #eee;
  border-color: #0064b4;
  text-shadow: none;
}
.sampleElement.orange {
  background-color: #fbb913;
  color: #714900;
}
.sampleElement.default {
  background-color: #586d82;
  color: #eee;
  border-color: #314b64;
  text-shadow: none;
}

.cssgradients .sampleElement {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff24d), color-stop(100%, #f9aa18));
  background: -webkit-linear-gradient(#fff24d, #f9aa18);
  background: -moz-linear-gradient(#fff24d, #f9aa18);
  background: -o-linear-gradient(#fff24d, #f9aa18);
  background: linear-gradient(#fff24d, #f9aa18);
}
.cssgradients .sampleElement:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff24d), color-stop(100%, #fdc661));
  background: -webkit-linear-gradient(#fff24d, #fdc661);
  background: -moz-linear-gradient(#fff24d, #fdc661);
  background: -o-linear-gradient(#fff24d, #fdc661);
  background: linear-gradient(#fff24d, #fdc661);
}
.cssgradients .sampleElement.white {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(#ffffff, #fafafa);
  background: -moz-linear-gradient(#ffffff, #fafafa);
  background: -o-linear-gradient(#ffffff, #fafafa);
  background: linear-gradient(#ffffff, #fafafa);
}
.cssgradients .sampleElement.green {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #35b125), color-stop(100%, #29a219));
  background: -webkit-linear-gradient(#35b125, #29a219);
  background: -moz-linear-gradient(#35b125, #29a219);
  background: -o-linear-gradient(#35b125, #29a219);
  background: linear-gradient(#35b125, #29a219);
}
.cssgradients .sampleElement.green:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #40bb30), color-stop(100%, #31aa21));
  background: -webkit-linear-gradient(#40bb30, #31aa21);
  background: -moz-linear-gradient(#40bb30, #31aa21);
  background: -o-linear-gradient(#40bb30, #31aa21);
  background: linear-gradient(#40bb30, #31aa21);
}
.cssgradients .sampleElement.black {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #111111));
  background: -webkit-linear-gradient(#444444, #111111);
  background: -moz-linear-gradient(#444444, #111111);
  background: -o-linear-gradient(#444444, #111111);
  background: linear-gradient(#444444, #111111);
}
.cssgradients .sampleElement.blue {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1279cb), color-stop(100%, #0064b4));
  background: -webkit-linear-gradient(#1279cb, #0064b4);
  background: -moz-linear-gradient(#1279cb, #0064b4);
  background: -o-linear-gradient(#1279cb, #0064b4);
  background: linear-gradient(#1279cb, #0064b4);
  color: #eee;
}
.cssgradients .sampleElement.default {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f6c88), color-stop(100%, #314b64));
  background: -webkit-linear-gradient(#4f6c88, #314b64);
  background: -moz-linear-gradient(#4f6c88, #314b64);
  background: -o-linear-gradient(#4f6c88, #314b64);
  background: linear-gradient(#4f6c88, #314b64);
}

/* Sidemenu */
.side-menu {
  position: fixed;
  top: 168px;
  left: 50%;
  margin-left: -650px;
  padding-top: 30px;
  text-align: right;
  width: 140px;
  font-size: 14px;
  z-index: 9999;
}
.side-menu h2 {
  color: #267BE4;
  font-size: 16px;
}
.side-menu li {
  list-style-type: none;
}
.side-menu li a {
  color: #aaa;
}
.side-menu li a:hover {
  color: #ccc;
  text-decoration: underline;
}
.side-menu li a.current {
  color: #eee;
}

/* indicator */
.indicator {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  font-size: 26px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  color: #6fc048;
  background-color: #fff;
  opacity: 0.95;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.indicator .indicatorPlus {
  width: 14px;
  margin: 0 3px;
  overflow: hidden;
}

.cssgradients .indicator {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(#ffffff, #fafafa);
  background: -moz-linear-gradient(#ffffff, #fafafa);
  background: -o-linear-gradient(#ffffff, #fafafa);
  background: linear-gradient(#ffffff, #fafafa);
}

.smallipopArrow {
  width: 25px;
  height: 42px;
}

/* wobbler */
.wobble {
  -webkit-animation: wobble 1s linear;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: bottom center;
  -moz-animation: wobble 1s linear;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: bottom center;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
  }

  5% {
    -webkit-transform: rotate(10deg);
  }

  10% {
    -webkit-transform: rotate(7.4deg);
  }

  15% {
    -webkit-transform: rotate(-1.1deg);
  }

  20% {
    -webkit-transform: rotate(-5.2deg);
  }

  25% {
    -webkit-transform: rotate(-3deg);
  }

  30% {
    -webkit-transform: rotate(1deg);
  }

  35% {
    -webkit-transform: rotate(2.6deg);
  }

  40% {
    -webkit-transform: rotate(1.2deg);
  }

  45% {
    -webkit-transform: rotate(-0.72deg);
  }

  50% {
    -webkit-transform: rotate(-1.2deg);
  }

  55% {
    -webkit-transform: rotate(-0.44deg);
  }

  60% {
    -webkit-transform: rotate(0.44deg);
  }

  65% {
    -webkit-transform: rotate(0.57deg);
  }

  70% {
    -webkit-transform: rotate(0.14deg);
  }

  75% {
    -webkit-transform: rotate(-0.25deg);
  }

  80% {
    -webkit-transform: rotate(-0.26deg);
  }

  85% {
    -webkit-transform: rotate(-0.033deg);
  }

  90% {
    -webkit-transform: rotate(0.13deg);
  }

  95% {
    -webkit-transform: rotate(0.12deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: rotate(0deg);
  }

  5% {
    -moz-transform: rotate(10deg);
  }

  10% {
    -moz-transform: rotate(7.4deg);
  }

  15% {
    -moz-transform: rotate(-1.1deg);
  }

  20% {
    -moz-transform: rotate(-5.2deg);
  }

  25% {
    -moz-transform: rotate(-3deg);
  }

  30% {
    -moz-transform: rotate(1deg);
  }

  35% {
    -moz-transform: rotate(2.6deg);
  }

  40% {
    -moz-transform: rotate(1.2deg);
  }

  45% {
    -moz-transform: rotate(-0.72deg);
  }

  50% {
    -moz-transform: rotate(-1.2deg);
  }

  55% {
    -moz-transform: rotate(-0.44deg);
  }

  60% {
    -moz-transform: rotate(0.44deg);
  }

  65% {
    -moz-transform: rotate(0.57deg);
  }

  70% {
    -moz-transform: rotate(0.14deg);
  }

  75% {
    -moz-transform: rotate(-0.25deg);
  }

  80% {
    -moz-transform: rotate(-0.26deg);
  }

  85% {
    -moz-transform: rotate(-0.033deg);
  }

  90% {
    -moz-transform: rotate(0.13deg);
  }

  95% {
    -moz-transform: rotate(0.12deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

/* pulser */
.pulser {
  height: 12px;
  width: 12px;
  position: absolute;
}
.pulser,
.pulser .outer,
.pulser .inner {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.pulser .inner {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fcfcfc;
  color: #1ec016;
  text-shadow: 0 -1px 1px #cccccc;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
}

.pulser .inner {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(#fafafa, #dddddd);
  background: -moz-linear-gradient(#fafafa, #dddddd);
  background: -o-linear-gradient(#fafafa, #dddddd);
  background: linear-gradient(#fafafa, #dddddd);
}

.pulser .outer {
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #50b6f4;
  -webkit-animation: pulsate 1.2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1.2s ease-out;
  -moz-animation-iteration-count: infinite;
  opacity: 0.0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(2, 2);
    opacity: 0.0;
  }
}

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(1, 1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -moz-transform: scale(2, 2);
    opacity: 0.0;
  }
}

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

/* Example css */
.borderContainer {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.bgWhite {
  background-color: #fafafa;
}
