/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  border-radius: 500px;
}
/*@import "grid.less";*/
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
/*@import "code.less";*/
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
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;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
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 {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/*@import "sprites.less";*/
/*  Font Awesome 3.0
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    • The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
    • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
      http://opensource.org/licenses/mit-license.html
    • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
    • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
      "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('/campusm/fonts/fontawesome/fontawesome-webfont.eot'), url('/campusm/fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('/campusm/fonts/fontawesome/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
/* includes sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
  line-height: 0.6em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: 0.75em;
}
.icon-muted {
  color: #eee;
}
.icon-border {
  border: solid 1px #eee;
  padding: 0.2em 0.25em 0.15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.35em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.35em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.35em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  height: 0.75em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.45em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.2em;
}
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-edit:before {
  content: "\f044";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-key:before {
  content: "\f084";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle:before {
  content: "\f111";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}
/*@import "wells.less";*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-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);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-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,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4));
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*@import "navs.less";*/
/*@import "navbar.less";*/
/*@import "breadcrumbs.less";*/
/*@import "pagination.less";*/
/*@import "pager.less";*/
/*@import "modals.less";*/
/*@import "tooltip.less";*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/*@import "thumbnails.less";*/
/*@import "media.less";*/
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
/*@import "progress-bars.less";*/
/*@import "accordion.less";*/
/*@import "carousel.less";*/
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
/*@import "responsive-1200px-min.less";*/
/*@import "responsive-768px-979px.less";*/
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large + .help-inline,
  .input-xlarge + .help-inline,
  .input-xxlarge + .help-inline,
  input[class*="span"] + .help-inline,
  select[class*="span"] + .help-inline,
  textarea[class*="span"] + .help-inline,
  .uneditable-input + .help-inline {
    display: block;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  /*.modal {
      position: fixed;
      top:   20px;
      left:  20px;
      right: 20px;
      width: auto;
      margin: 0;
      &.fade  { top: -100px; }
      &.fade.in { top: 20px; }
    }*/
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /*.modal {
      top:   10px;
      left:  10px;
      right: 10px;
    }
    .modal-header .close {
      padding: 10px;
      margin: -10px;
    }*/
  .carousel-caption {
    position: static;
  }
}
/*@import "responsive-navbar.less";*/
html {
  height: 100%;
}
body {
  /* force 3d to prevent flickers */
  background-color: #333;
  padding: 0;
  min-height: 100%;
}
.icon-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.is-loading > * {
  visibility: hidden;
}
.is-loading > .spinner {
  visibility: visible;
}
.subtle-focus:focus {
  outline: none;
  background-color: #eee !important;
}
.hide-spinners .spinner {
  display: none;
}
.hidden-iframe {
  display: none;
}
.block-throbber {
  font-size: 0.5em;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-throbber .throbber-inner {
  font-size: inherit;
  text-align: inherit;
  vertical-align: inherit;
  line-height: inherit;
  position: relative;
  top: 50%;
  margin: -0.5em auto;
  text-align: center;
  -webkit-transition: -webkit-transform 500ms linear;
}
.block-throbber .throbber-block {
  font-family: FontAwesome;
  font-size: inherit;
  text-align: inherit;
  vertical-align: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  display: inline-block;
  opacity: 0.1;
}
.block-throbber .throbber-block.filled {
  opacity: 0.5;
}
.block-throbber.throbber-flipped .throbber-inner {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.center {
  text-align: center;
}
.no-display {
  position: absolute;
  left: -10000px;
  width: 1;
  height: 1;
  opacity: 0;
}
#sidebar {
  position: relative;
  z-index: 3;
}
#sidebar > .sidebar {
  position: absolute;
  top: 0;
  left: -1000px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  overflow: hidden;
}
#sidebar > .sidebar > ul.sidebar-nav {
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
#sidebar > .sidebar > ul.sidebar-nav.sorting * {
  pointer-events: none !important;
}
#sidebar > .sidebar > ul.sidebar-nav.sorting li {
  display: block !important;
}
#sidebar > .sidebar > ul.sidebar-nav > li.sidebar-item {
  position: relative;
  list-style-type: none;
}
#sidebar > .sidebar > ul.sidebar-nav > li.sidebar-item > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
#sidebar > .sidebar > ul.sidebar-nav > li.sidebar-item > a.selected::after {
  content: ' ';
  display: none;
  position: absolute;
  right: 0;
  top: 27%;
  border-color: transparent;
  border-right-color: #eaeaea;
  border-width: 10px;
  border-style: solid;
}
#sidebar > .sidebar > ul.sidebar-nav > li.sidebar-item > a.selected.show-indicator::after {
  display: block;
}
#sidebar > .sidebar.show {
  left: 0px;
}
#sidebar > .sidebar .sidebar-footer.in-appbuilder,
#sidebar > .sidebar .sidebar-footer.in-appbuilder * {
  pointer-events: none;
}
div#breadcrumbs {
  position: relative;
  z-index: 2;
}
div.listview {
  overflow: hidden;
}
div.listview.min-height {
  min-height: 150px;
}
.modal-body > div.listview:first-child,
.modal-body > div > div.listview:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
div.listview > ul {
  margin: 0;
  overflow: hidden;
}
div.listview > ul li {
  background-color: #eeeeee;
  list-style: none;
  overflow: hidden;
  font-weight: 200;
}
div.listview > ul li a {
  *zoom: 1;
  display: block;
  position: relative;
  padding: 15px 40px 15px 15px;
  color: #999;
  color: rgba(0, 0, 0, 0.7);
}
div.listview > ul li a:before,
div.listview > ul li a:after {
  display: table;
  content: "";
  line-height: 0;
}
div.listview > ul li a:after {
  clear: both;
}
div.listview > ul li a p,
div.listview > ul li a div,
div.listview > ul li a h4,
div.listview > ul li a h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
div.listview > ul li a h4.lv-label,
div.listview > ul li a h2.lv-label {
  line-height: 20px;
  font-size: 1.2em;
  color: #000;
  margin-bottom: 2px;
}
div.listview > ul li a h4.lv-label,
div.listview > ul li a h2.lv-label,
div.listview > ul li a h4.lv-label:focus,
div.listview > ul li a h2.lv-label:focus {
  outline: none;
}
div.listview > ul li a .text,
div.listview > ul li a .lv-label,
div.listview > ul li a .description,
div.listview > ul li a .thumbnail {
  overflow: hidden;
}
div.listview > ul li a .description {
  line-height: 18px;
}
div.listview > ul li a .thumbnail {
  float: left;
  margin: -5px 10px -5px -5px;
  width: 30px;
  height: 30px;
}
div.listview > ul li a .thumbnail.bordered {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background-color: #999;
}
div.listview > ul li a .thumbnail.larger {
  width: auto;
  height: auto;
}
div.listview > ul li a .thumbnail.larger img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
}
div.listview > ul li a .thumbnail img {
  width: 100%;
  max-width: 100%;
  display: block;
}
div.listview > ul li a .thumbnail,
div.listview > ul li a .thumbnail img {
  border-radius: 5px;
}
div.listview > ul li a i.i-left,
div.listview > ul li a i.i-right {
  display: block;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.2);
}
div.listview > ul li a i.i-left {
  font-size: 2.5em;
  margin: 0 5px 0 -10px;
  float: left;
}
div.listview > ul li a i.i-right {
  font-size: 1.2em;
  float: none;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 15px;
}
@media (min-width: 380px) {
  div.listview > ul li a .prefix {
    float: left;
    margin-right: 15px;
    width: 30%;
  }
}
@media (min-width: 500px) {
  div.listview > ul li a .prefix {
    float: left;
    margin-right: 15px;
    width: 25%;
  }
}
div.listview > ul li.with-right-icon a {
  padding-right: 30px;
}
div.listview > ul li:nth-child(even) {
  background-color: #f5f5f5;
}
div.listview > ul li:hover a {
  text-decoration: none;
}
div.listview > ul li.hover {
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
div.listview > ul li.hover a i.i-right {
  right: 7px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
div.listview > ul li.hover,
div.listview > ul li.touch {
  background-color: #ddd;
}
div.listview > ul li.hover a,
div.listview > ul li.touch a {
  text-decoration: none;
}
div.listview > ul li.hover a i.i-right,
div.listview > ul li.touch a i.i-right {
  color: #fff;
}
div.listview > ul li.hover a i.i-left,
div.listview > ul li.touch a i.i-left {
  color: rgba(0, 0, 0, 0.5);
}
div.listview > ul li.no-label a p.description {
  color: #333;
  font-weight: normal;
}
div.listview > ul li.no-label a div.thumbnail {
  margin-top: 0;
}
div.listview > ul li.unchecked a .i-right,
div.listview > ul li.checked a .i-right {
  font-size: 1.5em;
}
div.listview > ul li.unchecked a .i-right.icon-chevron-right:before,
div.listview > ul li.checked a .i-right.icon-chevron-right:before {
  content: "\f058";
}
div.listview > ul li.unchecked.hover a .i-right,
div.listview > ul li.checked.hover a .i-right,
div.listview > ul li.unchecked.touch a .i-right,
div.listview > ul li.checked.touch a .i-right {
  right: 15px;
}
div.listview > ul li.checked a i.i-right,
div.listview > ul li.checked.hover a i.i-right,
div.listview > ul li.checked.touch a i.i-right {
  color: #46a546;
}
div.listview .no-items {
  padding: 55px 30px;
  font-size: 35px;
  font-style: italic;
  font-weight: 200;
  line-height: 40px;
  text-align: center;
  color: #595959;
}
div.listview.small-no-items .no-items {
  padding: 15px 40px 15px 15px;
  font-size: 1.2em;
  font-weight: 200;
  font-style: italic;
  text-align: left;
  line-height: 20px;
  color: #595959;
  text-shadow: none;
  background-color: #f5f5f5;
}
div.listview.plain > ul li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
div.listview.plain > ul li.hover,
div.listview.plain > ul li.touch {
  background-color: #f2f2f2;
}
div.listview.plain > ul li.hover a i.i-right,
div.listview.plain > ul li.touch a i.i-right {
  color: inherit;
}
div.listview.plain > ul li.checked a i.i-right,
div.listview.plain > ul li.checked.hover a i.i-right,
div.listview.plain > ul li.checked.touch a i.i-right {
  color: #46a546;
}
div.listview.plain .no-items {
  background-color: #fff;
}
h3.listview-header {
  font-size: 1em;
  padding: 10px 15px;
  line-height: 1.4em;
  margin: 0px;
  color: #333;
  background-color: #e7e7e7;
  font-weight: normal;
}
h3.listview-header,
h3.listview-header:focus {
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.8;
  display: none;
}
.modal-backdrop.show {
  display: block;
}
.modal-backdrop .block-throbber {
  font-size: 30px;
}
.modal {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.modal-header .close {
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  right: 0;
  top: 0;
  padding: 7px 15px 11px;
  opacity: 0.65;
}
.modal-header .back {
  line-height: 30px;
  font-weight: normal;
  font-size: 25px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.65;
}
.modal-header .back:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header .back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 12px 9px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-header h3,
.modal-header h1 {
  margin: 0 40px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
}
.modal-header h3,
.modal-header h1,
.modal-header h3:focus,
.modal-header h1:focus {
  outline: none;
}
.modal-header.truncate h3,
.modal-header.truncate h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-body {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-body .padding {
  padding: 15px;
}
.modal-body .padding.message {
  text-align: center;
  font-size: 1.2em;
  padding: 30px;
  font-weight: 200;
}
.modal-body:last-child {
  border-radius: 0 0 6px 6px;
}
.modal-body .block-throbber {
  font-size: 15px;
}
.modal-body > .alert {
  margin-bottom: 0;
}
.modal-body #comments {
  height: 10em;
}
.modal-body-top {
  padding: 14px 15px 15px;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-body-top:before,
.modal-body-top:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-body-top:after {
  clear: both;
}
.modal-body-top input.filter-box {
  margin: -10px -5px -10px -7px;
  width: 100%;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer .text-block {
  padding-top: 5px;
  min-height: 25px;
}
.modal-menu {
  position: fixed;
  top: 50px;
  left: -10000px;
  white-space: nowrap;
  z-index: 1049;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  min-height: 300px;
}
.modal-menu h4,
.modal-menu h2 {
  font-size: 17.5px;
  line-height: 20px;
  margin: 0;
  padding: 10px 20px;
  background-color: #ddd;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200;
}
.modal-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  float: none;
  overflow: auto;
}
.modal-menu ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #eee;
  display: block;
  padding: 5px 20px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-menu ul li a.hover,
.modal-menu ul li a.touch {
  background-color: #e7e7e7;
}
.modal-menu ul li a:hover {
  text-decoration: none;
}
.modal-menu ul li.current > a {
  background-color: #888;
  color: #fff;
}
.modal.transitioning > * {
  visibility: hidden;
}
@media (max-width: 400px) {
  .modal-header h1,
  .modal-header h3 {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 18px;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
  }
  .modal-header .close {
    margin-top: -2px;
  }
}
.modal-menu-fullpage {
  white-space: nowrap;
  z-index: 2;
  left: 0;
  -webkit-box-shadow: 5px 0 10px -5px #aaa;
          box-shadow: 5px 0 10px -5px #aaa;
  background-color: #eaeaea;
  overflow: hidden;
  display: none;
  padding: 40px 2px;
}
.modal-menu-fullpage h2 {
  display: none;
}
.modal-menu-fullpage h4,
.modal-menu-fullpage h2 {
  font-size: 17.5px;
  line-height: 20px;
  margin: 0;
  padding: 10px 20px;
  background-color: #ddd;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200;
}
.modal-menu-fullpage ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  float: none;
  overflow: auto;
}
.modal-menu-fullpage ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #eee;
  display: block;
  padding: 5px 20px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-menu-fullpage ul li a.hover,
.modal-menu-fullpage ul li a.touch {
  background-color: #888;
  color: #fff;
}
.modal-menu-fullpage ul li a:hover {
  text-decoration: none;
}
.modal-menu-fullpage ul li.current > a {
  background-color: #888;
  color: #fff;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.menu-tiles .face a {
  color: inherit;
}
.menu-tiles .face a:hover {
  text-decoration: none;
}
.menu-tiles {
  /*  max-width:1200px;*/
  margin: 0 auto;
  position: relative;
  -webkit-transition: margin-top 500ms;
  transition: margin-top 500ms;
  min-height: 10px;
}
.menu-tiles .menu-tile {
  text-align: center;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  position: absolute;
}
.menu-tiles .menu-tile.label-left {
  text-align: left;
}
.menu-tiles .menu-tile.label-right {
  text-align: right;
}
.menu-tiles .menu-tile .board {
  width: 100%;
  height: 100%;
  position: absolute;
}
.menu-tiles .menu-tile .board .face {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.menu-tiles .menu-tile .board .face,
.menu-tiles .menu-tile .board .face.hover {
  color: #fff;
  text-decoration: none;
}
.menu-tiles .menu-tile .board .face .tile-text {
  display: block;
  position: absolute;
  bottom: 1px;
  right: 1px;
  left: 1px;
  padding: 10%;
  line-height: 1.1em;
  font-weight: 300;
}
.menu-tiles .menu-tile .board .face.full-width-img-box .tile-text,
.menu-tiles .menu-tile .board .face.thumb-img .tile-text {
  font-size: 0.8em;
  margin: 0;
  left: 0;
  bottom: 0;
  right: 0;
  letter-spacing: normal;
  font-weight: 200;
  line-height: 1.4em;
}
.menu-tiles .menu-tile .board .face.thumb-img img {
  left: auto;
  right: auto;
  top: 10%;
}
.menu-tiles .menu-tile .board .face.thumb-img .tile-text {
  font-size: 0.9em;
}
@media (min-device-width: 800px) {
  .menu-tiles .menu-tile .board .face.thumb-img .tile-text {
    font-size: 1.1em;
  }
}
.menu-tiles .menu-tile .board .face.full-width-img img {
  float: none;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: inherit;
  background: none;
}
.menu-tiles .menu-tile .board .face.full-width-img-box .tile-text {
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  color: #fff;
  line-height: 1.4em;
}
.menu-tiles .menu-tile .board .face.smaller-text .tile-text {
  font-size: 0.7em;
}
.menu-tiles .menu-tile .board .face.news-face.no-img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.menu-tiles .menu-tile .board .face.news-face.no-img > * {
  vertical-align: middle;
  display: inline-block;
}
.menu-tiles .menu-tile .board .face.news-face.no-img .tile-text {
  display: inline-block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-tiles .menu-tile .board .face .calendar-face {
  overflow: hidden;
}
.menu-tiles .menu-tile .board .face .calendar-face .icon {
  max-width: 15%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5%;
  left: auto;
  display: block;
}
.menu-tiles .menu-tile .board .face .calendar-face span {
  text-shadow: none;
  font-weight: normal;
  display: block;
  text-align: left;
  line-height: 1.4em;
}
.menu-tiles .menu-tile .board .face .calendar-face span.text {
  margin: 2% 5%;
}
.menu-tiles .menu-tile .board .face .calendar-face span.title {
  font-size: 1em;
  opacity: 0.5;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}
.menu-tiles .menu-tile .board .face .calendar-face span.rel-time {
  font-weight: bold;
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 0.45em;
}
.menu-tiles .menu-tile .board .face .calendar-face span.desc {
  font-size: 1em;
  font-weight: normal;
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  margin-bottom: 0.45em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-tiles .menu-tile .board .face .calendar-face span.time {
  font-size: 0.7em;
  text-shadow: none;
}
.menu-tiles .menu-tile .board .face.banner {
  display: table;
  /*          #translucent.background(#fff,0.5);*/
}
.menu-tiles .menu-tile .board .face.banner > span {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  top: 0;
  left: -5%;
}
.menu-tiles .menu-tile .board .face.banner > span img {
  width: 110%;
  max-width: none;
  max-height: none;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin: 0 auto;
  margin-left: 0;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 5%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.menu-tiles .menu-tile .board .face .big-banner {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  /*          #translucent.background(#fff,0.5);*/
}
.menu-tiles .menu-tile .board .face .big-banner .wrapper {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  width: 100%;
  border-radius: inherit;
  height: 100%;
  display: block;
  background-color: #fff;
}
.menu-tiles .menu-tile .board .face .big-banner .wrapper div.banner-img {
  border-radius: inherit;
  -webkit-backface-visibility: hidden;
  display: block;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-tiles .menu-tile .board .face .big-banner .wrapper div.banner-img div.inner {
  -webkit-backface-visibility: hidden;
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.menu-tiles .menu-tile .board .face .big-banner .wrapper div.banner-img div.inner .img {
  -webkit-backface-visibility: hidden;
  border-radius: inherit;
  top: 0px;
  left: 10px;
  right: 10px;
  bottom: 0px;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.menu-tiles .menu-tile .board .face .big-banner .wrapper[data-image-fit='fit'] div.banner-img div.inner .img,
.menu-tiles .menu-tile .board .face .big-banner .wrapper div.banner-img[data-image-fit='fit'] div.inner div.img {
  top: 10px;
  bottom: 10px;
  background-size: contain;
}
.menu-tiles .menu-tile .board .face .big-banner .wrapper[data-image-fit='stretch'] div.banner-img div.inner .img,
.menu-tiles .menu-tile .board .face .big-banner .wrapper div.banner-img[data-image-fit='stretch'] div.inner div.img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
}
.menu-tiles .menu-tile .board .face .big-banner .wrapper[data-image-fit='crop'] div.banner-img div.inner .img,
.menu-tiles .menu-tile .board .face .big-banner .wrapper div.banner-img[data-image-fit='crop'] div.inner div.img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}
.menu-tiles .menu-tile .board .face .tile-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 13px;
}
.menu-tiles .menu-tile .board .face .tile-badge,
.menu-tiles .menu-tile .board .face .tile-badge .badge-text {
  display: block;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
}
.menu-tiles .menu-tile .board .face .tile-badge .badge-text {
  border-radius: 15px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  color: white;
  text-shadow: none;
}
.menu-tiles .menu-tile .board .face .tile-badge .badge-text.important {
  background-color: #5e7b08;
}
.menu-tiles .menu-tile.tile-width-2 .board .face .tile-text {
  padding: 5%;
}
.menu-tiles .menu-tile.tile-width-3 .board .face .tile-text {
  padding: 3.36%;
}
.menu-tiles .menu-tile.tile-width-4 .board .face .tile-text {
  padding: 2.5%;
}
.menu-tiles .menu-tile.no-label .board .face .tile-text {
  display: none;
}
.menu-tiles .menu-tile.no-label .board .face.news-face .tile-text {
  display: block;
}
.menu-tiles .menu-tile.no-label .board .face.news-face.no-img .tile-text {
  display: inline-block;
}
.menu-tiles .menu-tile.feeds-hide-text .news-face .tile-text {
  display: none;
}
.face {
  font-size: inherit;
}
.face h2,
.face h3,
.face h4,
.face h5,
.face h6 {
  font-size: 1em;
  line-height: 1.6em;
}
.face p,
.face li {
  font-size: 0.8em;
  line-height: 1.6em;
}
.face .padding {
  padding: 5%;
}
.face .padding > *:first-child {
  margin-top: 0;
}
.face img {
  display: block;
  position: relative;
  max-width: none;
  max-height: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 5% auto;
  background-color: #fff;
}
.tile-width-2 .face img {
  margin: 2.5% auto;
}
.tile-width-3 .face img {
  margin: 1.68% auto;
}
.tile-width-4 .face img {
  margin: 1.25% auto;
}
.face img.icon {
  background: none;
  max-width: 90%;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iconalign-left .face img.icon {
  margin-left: 5%;
}
.iconalign-right .face img.icon {
  margin-right: 5%;
}
body {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.menu-tiles .menu-tile {
  -webkit-transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms;
  transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms;
  -webkit-transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, -webkit-filter 500ms, opacity 500ms;
  transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, -webkit-filter 500ms, opacity 500ms;
  -webkit-transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, -moz-filter 500ms, opacity 500ms;
  transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, -moz-filter 500ms, opacity 500ms;
  -webkit-transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, filter 500ms, opacity 500ms;
  -webkit-transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, opacity 500ms, -webkit-filter 500ms;
  transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, opacity 500ms, -webkit-filter 500ms;
  transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, filter 500ms, opacity 500ms;
  transition: width 300ms, height 300ms, left 300ms, right 300ms, top 300ms, filter 500ms, opacity 500ms, -webkit-filter 500ms;
}
.menu-tiles .menu-tile .board .face {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
#header {
  position: fixed;
  z-index: 4;
  width: 100%;
  top: 0;
  left: 0;
}
.header {
  position: relative;
  height: 71px;
  opacity: 0.95;
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: top;
  background-repeat: repeat-x;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
.header div.dropdown-toggle {
  min-height: 60px;
  padding: 5px;
  position: relative;
  display: block;
}
.header div.dropdown-toggle img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  height: 60px;
}
.header div.dropdown-toggle .icon {
  border: none;
  background: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  -webkit-text-decoration: center;
          text-decoration: center;
  margin-top: -0.5em;
  color: inherit;
  text-decoration: none;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
}
.header a {
  text-decoration: none;
  color: inherit;
  padding: 5px;
  display: block;
}
.header div.dropdown-menu {
  display: none;
  left: -100000px;
  right: auto;
  font-size: 20px;
  margin-right: 8px;
  margin-top: -13px;
}
.header div.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.header div.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.header div.dropdown-menu ul {
  overflow: auto;
  margin: 0;
}
.header div.dropdown-menu ul > li {
  list-style: none;
  margin: 0;
}
.header div.dropdown-menu ul > li.divider {
  margin: 5px 0;
}
.anon-user .header div.dropdown-menu ul > li.no-anon {
  display: none;
}
.header div.dropdown-menu ul > li {
  display: none;
}
.header div.dropdown-menu ul > li.no-login {
  display: list-item;
}
.header div.dropdown-menu ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header div.dropdown-menu ul .header-menu-icon,
.header div.dropdown-menu ul .header-menu-label {
  display: inline-block;
  vertical-align: middle;
}
.header div.dropdown-menu ul .header-menu-icon {
  margin-right: 10px;
}
.header.open div.dropdown-menu,
.header div.dropdown-menu.focus {
  display: block;
  left: auto !important;
  right: 0 !important;
}
.header .icons {
  display: none;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 10px;
}
@media (min-width: 600px) {
  .header .icons {
    display: block;
  }
}
.header .icons ul {
  padding: 0;
  margin: 0;
}
.header .icons ul li {
  padding: 0;
  list-style: none;
  display: block;
  float: left;
  margin: 0;
}
.header .icons ul li a {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 5px 5px 0 0;
}
.header .icons ul li a .label {
  display: none;
  color: inherit;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-shadow: none;
}
.header .icons ul li a:hover,
.header .icons ul li a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .icons ul li a:hover .label,
.header .icons ul li a:focus .label {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  top: 30px;
  left: 0px;
  border-radius: 0 5px 5px 5px;
}
.header .icons:hover ul li a:focus .label {
  display: none;
}
.header.activated div.dropdown-menu ul > li {
  display: list-item;
}
.header.activated div.dropdown-menu ul > li.hidden {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
body.modal-mode {
  overflow: hidden;
}
.skip-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link:active,
.skip-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  white-space: normal;
  width: auto;
  z-index: 100;
  background-color: #ffffff;
  color: #000000;
}
.app-intro {
  padding: 20px;
}
.app-intro img.app-icon {
  -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 4px;
  border-radius: 5px;
  float: left;
  margin: 0 13px 13px 0;
  max-width: 57px;
  max-height: 57px;
}
.app-intro h2.app-name {
  float: left;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 13px;
}
.app-intro .welcome-text {
  clear: both;
}
.hero-unit {
  text-align: center;
  margin: 90px auto 0;
  width: 90%;
  max-width: 450px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.hero-unit h1 {
  letter-spacing: normal;
  font-weight: 200;
}
.home-loading {
  height: 200px;
  color: #fff;
  font-size: 24px;
}
iframe.cm-iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.campusm-map {
  width: 100%;
  height: 100%;
}
.leaflet-control-layers-base label,
.leaflet-control-layers-base input {
  display: inline;
  margin: 2px 0;
  position: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
}
.leaflet-control-layers-base label {
  display: block;
}
.leaflet-control-layers-base input {
  width: auto;
  height: auto;
}
.crosshair-t,
.crosshair-r,
.crosshair-b,
.crosshair-l {
  position: absolute;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.crosshair-t:after,
.crosshair-r:after,
.crosshair-b:after,
.crosshair-l:after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 1px 0 0 #fff;
  box-shadow: 1px 1px 0 0 #fff;
}
.crosshair-l {
  width: 50%;
  top: 50%;
  height: 1px;
  left: 0;
}
.crosshair-l:after {
  right: 10px;
}
.crosshair-r {
  width: 50%;
  top: 50%;
  right: 0;
  height: 1px;
}
.crosshair-r:after {
  left: 10px;
}
.crosshair-t {
  width: 1px;
  top: 0;
  height: 50%;
  left: 50%;
}
.crosshair-t:after {
  bottom: 10px;
}
.crosshair-b {
  width: 1px;
  bottom: 0;
  height: 50%;
  left: 50%;
}
.crosshair-b:after {
  top: 10px;
}
.listview.alerts ul li i.i-left {
  color: #3879D9;
  font-size: 12px;
}
.alert-view .alert-message {
  font-size: 16px;
  padding: 15px 0;
  line-height: 1.6em;
  max-width: 450px;
  margin: 0 auto;
}
.alert-view p.date {
  max-width: 450px;
  font-size: 12px;
  padding: 10px 0;
  margin: 0 auto;
  line-height: 1.3em;
  color: #999;
}
.alert-view p.date span {
  display: block;
  float: right;
  font-style: italic;
  font-weight: normal;
}
.calendar-top {
  position: relative;
}
.calendar-top button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.calendar-top button.prev {
  left: 0;
}
.calendar-top button.next {
  right: 0;
}
.calendar-top h3,
.calendar-top h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 45px 0;
  font-weight: 200;
  outline: none;
}
.calendar-top-week h3 {
  font-size: 14px;
}
.calendar-week {
  background-color: #f2f2f2;
}
.calendar-week .calendar-day .listview ul li .prefix {
  font-size: 0.95em;
}
.calendar-month .cal-holder {
  float: left;
  width: 70%;
}
.calendar-month .day-holder {
  position: relative;
  float: right;
  width: 30%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  background-color: #e7e7e7;
}
.calendar-month .day-holder > div {
  position: absolute;
  width: 100%;
}
.calendar-month .day-holder div.listview,
.calendar-month .day-holder div.listview > ul > li {
  font-size: 12px;
  font-weight: normal;
}
.calendar-month .day-holder h3.listview-header {
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-month .day-holder .calendar-event h3.listview-header {
  padding-left: 35px;
}
.calendar-month .day-holder .calendar-event h3.listview-header button {
  position: absolute;
  left: 10px;
  top: 6px;
  padding: 5px;
  border-radius: 5px;
  background-color: #595959;
  color: #fff;
}
.calendar-month .day-holder .calendar-event h4 {
  font-size: 1.3em;
}
.calendar-month .day-holder .calendar-event > .padding {
  font-size: 12px;
  background-color: #fff;
}
.calendar-month table.calendar {
  table-layout: fixed;
  margin: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}
.calendar-month table.calendar th {
  text-align: center;
}
.calendar-month table.calendar td {
  padding: 0;
}
.calendar-month table.calendar td a {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  padding: 8px;
}
.calendar-month table.calendar td a:hover {
  text-decoration: none;
}
.calendar-month table.calendar td a > span {
  display: block;
  line-height: 16px;
}
.calendar-month table.calendar td a span.day-of-month {
  clear: both;
  float: right;
  text-align: right;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 3px;
  line-height: 20px;
  margin: 0 0 5px 5px;
  color: #000;
}
.calendar-month table.calendar td a span.event,
.calendar-month table.calendar td a span.more {
  color: #595959;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-month table.calendar td.other-month a {
  color: #707070;
}
.calendar-month table.calendar td.other-month a span.day-of-month {
  color: #707070;
  font-weight: normal;
}
.calendar-month table.calendar tr.not-fetched td a:after {
  font-size: 10px;
  color: #595959;
  content: "loading...";
}
.calendar-month table.calendar td.today a span.day-of-month {
  background-color: #595959;
  color: #fff;
}
.calendar-month table.calendar td.selected {
  background-color: #e7e7e7;
}
.calendar-event > .padding ul {
  margin: 0 0 20px 0;
}
.calendar-event > .padding ul li {
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 20px;
}
.calendar-event > .padding ul li .event-label {
  display: inline-block;
  width: 30%;
  font-weight: bold;
}
.calendar-event > .padding .event-description {
  margin-bottom: 30px;
  position: relative;
}
.calendar-event > .padding .event-description.abbreviate {
  --lh: 20px;
  line-height: var(--lh);
  --max-lines-plus1: 16;
  max-height: -webkit-calc(var(--lh) * var(--max-lines-plus1));
  max-height: calc(var(--lh) * var(--max-lines-plus1));
  overflow: hidden;
}
.calendar-event > .padding .event-description > a.more {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  cursor: pointer;
}
.calendar-event > .padding .event-description > a.less {
  position: absolute;
  left: 0;
  background: #ffffff;
  width: 100%;
  cursor: pointer;
}
.calendar-event > .padding .event-description.abbreviate > a.less {
  color: #ffffff;
}
.rating .stars {
  display: inline-block;
}
.rating .stars label {
  display: inline-block;
  min-width: 1em;
}
.rating .stars .rating-star {
  display: inline-block;
  width: 1em;
  font-size: 30px;
  line-height: 1em;
  color: #767676;
  font-weight: normal;
}
.rating .stars .rating-star:hover {
  text-decoration: none;
}
.rating .stars .rating-star.fill {
  color: #08c;
}
.form-horizontal .control-group.full-width .control-label {
  float: none;
  width: auto;
  text-align: left;
}
.form-horizontal .control-group.full-width .controls {
  float: none;
  width: auto;
  margin-left: 0;
}
.form-horizontal .control-group.full-width .controls textarea,
.form-horizontal .control-group.full-width .controls select {
  display: block;
  width: 100%;
  min-height: 30px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-horizontal .control-group.full-width .controls .help-inline {
  display: block;
  padding-left: 0;
}
.form-horizontal .control-group.no-label .control-label {
  display: none;
}
textarea.tall {
  height: 15em;
}
.map-footer-buttons {
  text-align: left;
}
.map-footer-buttons button i {
  margin: 0 5px 0 -5px;
}
.map-footer-buttons button.search {
  margin-right: 5px;
}
.map-footer-buttons button.search i {
  margin: 0;
}
.map-footer-buttons button.refresh i {
  margin: 0;
}
.map-footer-buttons .dropdown-menu {
  overflow: scroll;
}
.map-footer-buttons .dropdown-menu i {
  position: absolute;
  top: 6px;
  left: 2px;
}
.map-footer-buttons .dropdown-menu li {
  position: relative;
}
.map-footer-buttons .dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-footer-buttons .dropdown-menu li p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-footer-buttons .dropdown-menu.realtime li {
  border-bottom: 1px solid #e7e7e7;
}
.map-footer-buttons .dropdown-menu.realtime p.title {
  font-weight: bold;
}
.map-footer-buttons .dropdown-menu.realtime p.note {
  font-size: 0.8em;
}
@media (max-width: 600px) {
  .map-footer-buttons button.btn i,
  .map-footer-buttons button.btn i[class^="icon-"] {
    font-size: 1.4em;
    margin: 0;
    vertical-align: middle;
    line-height: normal;
  }
  .map-footer-buttons button.btn .txt {
    display: none;
  }
}
.campusm-map img {
  max-width: none;
}
.campusm-map label {
  display: inline;
}
.campusm-map .gm-photos img[height='50'] {
  height: 50px;
}
.position-info-window {
  width: 238px !important;
  top: auto;
  left: auto;
  text-align: center;
}
.position-info-window .popover-title.real {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  z-index: 1;
}
.position-info-window .popover-title.dummy {
  visibility: hidden;
}
.position-info-window .position-info-content {
  height: 100%;
  overflow: auto;
}
.position-info-window i.icon-remove {
  cursor: pointer;
  position: absolute;
  right: 8px;
  font-size: 19px;
  top: 8px;
  color: #666;
  z-index: 2;
}
.position-info-window .popover-title {
  padding: 8px 25px;
}
.position-info-window .img img {
  max-height: 100px;
  height: 100px;
  display: block;
  margin: 5px auto 0;
  border-radius: 5px;
}
.position-info-window:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
}
.position-info-window a.mobile-title {
  display: none;
}
@media (max-width: 600px) {
  .position-info-window {
    width: 150px !important;
    margin-left: 88px;
  }
  .position-info-window,
  .position-info-window .mobile-title {
    font-size: 13px;
    line-height: 15px;
  }
  .position-info-window.tr,
  .position-info-window.br {
    margin-left: 0;
  }
  .position-info-window.br,
  .position-info-window.br {
    background-color: #F7F7F7 !important;
  }
  .position-info-window .popover-title {
    display: none;
  }
  .position-info-window .img {
    display: none;
  }
  .position-info-window .position-info-content {
    display: none;
  }
  .position-info-window i.icon-remove {
    top: 7px;
    left: 8px;
    right: auto;
  }
  .position-info-window a.mobile-title {
    display: block;
    position: relative;
    text-align: left;
    margin: 0 0 0 30px;
    padding: 8px 20px 8px 0;
  }
  .position-info-window a.mobile-title:hover {
    text-decoration: none;
  }
  .position-info-window a.mobile-title i {
    position: absolute;
    right: 6px;
    top: 10px;
  }
}
.position-info-window.tl:after {
  bottom: -6px;
  right: -6px;
  background-image: url(../gfx/position-indicator-br.png);
  background-repeat: no-repeat;
}
.position-info-window.tr:after {
  bottom: -6px;
  left: -6px;
  background-image: url(../gfx/position-indicator-bl.png);
  background-repeat: no-repeat;
}
.position-info-window.br:after {
  top: -6px;
  left: -6px;
  background-image: url(../gfx/position-indicator-tl.png);
  background-repeat: no-repeat;
}
.position-info-window.bl:after {
  top: -6px;
  right: -6px;
  background-image: url(../gfx/position-indicator-tr.png);
  background-repeat: no-repeat;
}
.position-view {
  padding: 20px;
}
.position-view img.img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
  border-radius: 10px;
}
.position-view p.note {
  text-align: center;
  margin: 20px 0;
}
.search-results {
  min-height: 150px;
  position: relative;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-results .message {
  position: absolute;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 25px;
  font-size: 18px;
  font-weight: 200;
  line-height: 40px;
  text-align: center;
  color: #595959;
  font-style: italic;
}
.search-results div.listview > ul li a .prefix {
  float: none;
  font-size: 0.9em;
  margin-bottom: 0.4em;
  width: auto;
}
.edit-toolbar button:focus {
  outline: 1px solid #85B7D9;
}

