/*
 * Copyright (c) 2013 GE Global Research. All rights reserved.
 *
 * The copyright to the computer software herein is the property of
 * GE Global Research. The software may be used and/or copied only
 * with the written permission of GE Global Research or in accordance
 * with the terms and conditions stipulated in the agreement/contract
 * under which the software has been supplied.
 */
@font-face {
  font-family: "ge-inspira";
  src: url("../../brandkit/fonts/GEInspRg.eot") format("eot");
  src: url("../../brandkit/fonts/GEInspRg.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/GEInspRg.woff") format("woff"), /* Modern Browsers */ url("../../brandkit/fonts/GEInspRg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "ge-inspira";
  src: url("../../brandkit/fonts/GEInspIt.eot") format("eot");
  src: url("../../brandkit/fonts/GEInspIt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/GEInspIt.woff") format("woff"), url("../../brandkit/fonts/GEInspIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "ge-inspira";
  src: url("../../brandkit/fonts/GEInspMd.eot") format("eot");
  src: url("../../brandkit/fonts/GEInspMd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/GEInspMd.woff") format("woff"), url("../../brandkit/fonts/GEInspMd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "ge-inspira";
  src: url("../../brandkit/fonts/GEInspIt.eot") format("eot");
  src: url("../../brandkit/fonts/GEInspIt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/GEInspIt.woff") format("woff"), url("../../brandkit/fonts/GEInspIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "meta-serif";
  src: url("../../brandkit/fonts/MetaSerifPro-Book.eot") format("eot");
  src: url("../../brandkit/fonts/MetaSerifPro-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/MetaSerifPro-Book.woff") format("woff"), url("../../brandkit/fonts/MetaSerifPro-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "meta-serif";
  src: url("../../brandkit/fonts/MetaSerifPro-BookIta.eot") format("eot");
  src: url("../../brandkit/fonts/MetaSerifPro-BookIta.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/MetaSerifPro-BookIta.woff") format("woff"), url("../../brandkit/fonts/MetaSerifPro-BookIta.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "meta-serif";
  src: url("../../brandkit/fonts/MetaSerifPro-Medi.eot") format("eot");
  src: url("../../brandkit/fonts/MetaSerifPro-Medi.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/MetaSerifPro-Medi.woff") format("woff"), url("../../brandkit/fonts/MetaSerifPro-Medi.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "meta-serif";
  src: url("../../brandkit/fonts/MetaSerifPro-MediIta.eot") format("eot");
  src: url("../../brandkit/fonts/MetaSerifPro-MediIta.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../brandkit/fonts/MetaSerifPro-MediIta.woff") format("woff"), url("../../brandkit/fonts/MetaSerifPro-MediIta.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  
  /* IE9 Compat Modes */
}
.voice-brand {
  font-family: "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.voice-data {
  font-family: Inconsolata, Consolas, monospace;
}
.voice-human {
  font-family: "meta-serif", Georgia, serif;
}
.voice-ui {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.color-black {
  color: #13161a;
}
.color-green {
  color: #76b900;
}
.color-cyan {
  color: #08a5e1;
}
.color-orange {
  color: #ed8000;
}
.color-red {
  color: #ee3324;
}
.color-purple {
  color: #711371;
}
.color-white {
  color: #ffffff;
}
/* 
 *  BOOTSTRAP OVERRIDES
 */
.google-maps img {
  max-width: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !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;
  }
}
body {
  color: #313337;
  background-color: #e1e2e5;
}
a {
  color: #3b73b9;
}
a:hover,
a:focus {
  color: #22436b;
}
.row-fluid [class*="span"] {
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574%;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.row-fluid .offset12 {
  margin-left: 104.25531913799999%;
  *margin-left: 104.14893615927657%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.127659564%;
  *margin-left: 102.02127658527658%;
}
.row-fluid .offset11 {
  margin-left: 95.744680841%;
  *margin-left: 95.63829786227659%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702126700001%;
  *margin-left: 93.5106382882766%;
}
.row-fluid .offset10 {
  margin-left: 87.23404254399999%;
  *margin-left: 87.12765956527657%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638297%;
  *margin-left: 84.99999999127658%;
}
.row-fluid .offset9 {
  margin-left: 78.723404247%;
  *margin-left: 78.61702126827659%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574467300001%;
  *margin-left: 76.4893616942766%;
}
.row-fluid .offset8 {
  margin-left: 70.21276594999999%;
  *margin-left: 70.10638297127657%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106376%;
  *margin-left: 67.97872339727658%;
}
.row-fluid .offset7 {
  margin-left: 61.702127653%;
  *margin-left: 61.595744674276595%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468079%;
  *margin-left: 59.468085100276596%;
}
.row-fluid .offset6 {
  margin-left: 53.19148935599999%;
  *margin-left: 53.08510637727659%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382978199999%;
  *margin-left: 50.95744680327659%;
}
.row-fluid .offset5 {
  margin-left: 44.680851059%;
  *margin-left: 44.574468080276596%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.553191485%;
  *margin-left: 42.4468085062766%;
}
.row-fluid .offset4 {
  margin-left: 36.170212762%;
  *margin-left: 36.063829783276596%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.042553188%;
  *margin-left: 33.9361702092766%;
}
.row-fluid .offset3 {
  margin-left: 27.659574465%;
  *margin-left: 27.553191486276596%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.531914891%;
  *margin-left: 25.425531912276597%;
}
.row-fluid .offset2 {
  margin-left: 19.148936168%;
  *margin-left: 19.042553189276596%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.021276594%;
  *margin-left: 16.914893615276597%;
}
.row-fluid .offset1 {
  margin-left: 10.638297870999999%;
  *margin-left: 10.531914892276596%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.510638297%;
  *margin-left: 8.404255318276597%;
}
div[class*="span"],
section[class*="span"] {
  margin-bottom: 20px;
}
.content {
  margin-top: 20px;
}
.muted {
  color: #bfc2c5;
}
a.muted:hover,
a.muted:focus {
  color: #a4a8ad;
}
.text-warning {
  color: #ed8000;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba6400;
}
.text-error {
  color: #ee3324;
}
a.text-error:hover,
a.text-error:focus {
  color: #cf1e10;
}
.text-info {
  color: #08a5e1;
}
a.text-info:hover,
a.text-info:focus {
  color: #0681b0;
}
.text-success {
  color: #76b900;
}
a.text-success:hover,
a.text-success:focus {
  color: #558600;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 20px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfc2c5;
}
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;
}
.page-header {
  border-bottom: 1px solid #e1e2e5;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
hr {
  border-top: 1px solid #e1e2e5;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bfc2c5;
}
blockquote {
  border-left: 5px solid #e1e2e5;
}
blockquote p {
  font-size: 17.5px;
  line-height: 1.25;
}
blockquote small {
  color: #bfc2c5;
}
blockquote.pull-right {
  border-right: 5px solid #e1e2e5;
}
blockquote p {
  font-family: "meta-serif", Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 5px;
}
.voice-brand blockquote p,
blockquote.voice-brand p {
  font-family: "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote small {
  color: #999c9f;
}
dl dd {
  margin-bottom: 14px;
}
.dl-horizontal dt {
  line-height: 21px;
  margin-top: -1px;
  width: 33.3%;
}
.dl-horizontal dd {
  margin-left: 33.3%;
  padding-left: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: normal;
  font-family: "ge-inspira";
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
  line-height: 30px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #bfc2c5;
  text-transform: uppercase;
}
h4 small {
  font-size: 12px;
}
.page-header {
  border-bottom: 0;
  font-size: 26px;
  margin: 0;
  padding-bottom: 0;
  text-align: right;
  *zoom: 1;
}
.page-header:before,
.page-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-header:after {
  clear: both;
}
.page-header > h1 {
  font-size: inherit;
  line-height: 35px;
  text-align: left;
}
.page-header > h1 small {
  color: #999c9f;
  margin-left: 5px;
}
.page-header > * {
  margin-bottom: 20px;
}
.page-header .nav {
  margin-bottom: 0;
}
.page-header .nav + .btn-group {
  margin-left: 20px;
}
.page-header .btn-group {
  margin: 0;
}
.page-header .btn-group .btn-icon {
  background-color: #ffffff;
  border-color: transparent;
}
.page-header .btn-group .btn-icon:hover {
  background-color: #edeeef;
}
.page-header .btn-group .btn-icon.active,
.page-header .btn-group .btn-icon:active {
  background-color: #d9d9d9;
}
.page-header .btn-group .btn-icon:not(:first-child) {
  border-left-color: #e1e2e5;
}
ul.structured,
ol.structured {
  margin-left: 0;
  list-style: none;
}
ul.structured li,
ol.structured li {
  border-top: 1px solid #bfc2c5;
  margin-top: 10px;
  padding-top: 10px;
}
ul.structured li:first-child:not(.nav-header),
ol.structured li:first-child:not(.nav-header) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
code,
pre {
  font-family: Inconsolata, Consolas, monospace;
  color: #5c5f63;
}
code {
  white-space: nowrap;
}
pre code {
  white-space: pre;
  white-space: pre-wrap;
}
code,
pre {
  background-color: #f7f8fa;
  border-color: #e1e2e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
legend {
  color: #5c5f63;
}
legend small {
  color: #bfc2c5;
}
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 {
  color: #999c9f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
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: #f7f8fa;
  border: 1px solid #e1e2e5;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
select {
  border: 1px solid #e1e2e5;
  background-color: #f7f8fa;
}
.uneditable-input,
.uneditable-textarea {
  color: #bfc2c5;
  background-color: #f4f5f8;
  border-color: #e1e2e5;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999c9f;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999c9f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999c9f;
  font-style: italic;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -20px;
}
.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] {
  background-color: #e1e2e5;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #ed8000;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ed8000;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ed8000;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #ba6400;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ed8000;
  background-color: #ed8000;
  border-color: #ed8000;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ee3324;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ee3324;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ee3324;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #cf1e10;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ee3324;
  background-color: #f7f8fa;
  border-color: #ee3324;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #76b900;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #76b900;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #76b900;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #558600;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #76b900;
  background-color: #76b900;
  border-color: #76b900;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #08a5e1;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #08a5e1;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #08a5e1;
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #0681b0;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #08a5e1;
  background-color: #08a5e1;
  border-color: #08a5e1;
}
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;
}
.form-actions {
  background-color: #edeeef;
}
.help-block,
.help-inline {
  color: #55595f;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}
.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,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-prepend .add-on {
  background-color: #e1e2e5;
}
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #c1ff53;
  border-color: #76b900;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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 {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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 {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 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 {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
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 {
  color: #5c5f63;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px;
}
select:focus,
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,
select.focused,
textarea.focused,
input[type="text"].focused,
input[type="password"].focused,
input[type="datetime"].focused,
input[type="datetime-local"].focused,
input[type="date"].focused,
input[type="month"].focused,
input[type="time"].focused,
input[type="week"].focused,
input[type="number"].focused,
input[type="email"].focused,
input[type="url"].focused,
input[type="search"].focused,
input[type="tel"].focused,
input[type="color"].focused,
.uneditable-input.focused {
  border-color: #3b73b9;
}
select + .help-inline,
textarea + .help-inline,
input[type="text"] + .help-inline,
input[type="password"] + .help-inline,
input[type="datetime"] + .help-inline,
input[type="datetime-local"] + .help-inline,
input[type="date"] + .help-inline,
input[type="month"] + .help-inline,
input[type="time"] + .help-inline,
input[type="week"] + .help-inline,
input[type="number"] + .help-inline,
input[type="email"] + .help-inline,
input[type="url"] + .help-inline,
input[type="search"] + .help-inline,
input[type="tel"] + .help-inline,
input[type="color"] + .help-inline,
.uneditable-input + .help-inline {
  margin-bottom: 10px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="tel"] {
  -webkit-appearance: none;
}
input[type="file"] {
  line-height: 1;
  height: 26px;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #ee3324;
  border-color: #ee3324;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #cf1e10;
}
.uneditable-input {
  line-height: 20px;
}
select {
  background-color: #f7f8fa;
  border: 1px solid #e1e2e5;
  height: 28px;
}
select:focus {
  border: 1px solid #3b73b9;
  outline: none;
}
.touch select {
  border: 1px solid #4c4c4c;
  background-color: #ffffff;
  border-radius: 5px;
}
.touch select:focus {
  border: 1px solid #3b73b9;
}
label {
  margin-bottom: 10px;
}
.input-prepend .add-on,
.input-append .add-on {
  background-color: #f7f8fa;
  border-color: #e1e2e5;
  color: #999c9f;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-shadow: none;
}
.input-prepend .btn,
.input-append .btn {
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}
.input-prepend input,
.input-append input {
  margin-bottom: 0;
}
.input-prepend input:focus + .btn,
.input-append input:focus + .btn {
  border-color: #3b73b9;
}
.form-horizontal .control-group {
  margin-bottom: 0;
}
.form-search .input-append .search-query,
.form-search .input-append .btn,
.form-search .input-prepend .search-query,
.form-search .input-prepend .btn,
input.search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.help-block,
.help-inline {
  color: #999c9f;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-text-fill-color: #5c5f63;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  -webkit-text-fill-color: #5c5f63;
}
.table th,
.table td {
  border-top: 1px solid #bfc2c5;
}
.table tbody + tbody {
  border-top: 2px solid #bfc2c5;
}
.table .table {
  background-color: #e1e2e5;
}
.table-bordered {
  border: 1px solid #bfc2c5;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #bfc2c5;
}
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #edeeef;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: none;
}
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: #76b900;
}
.table tbody tr.error > td {
  background-color: #ee3324;
}
.table tbody tr.warning > td {
  background-color: #ed8000;
}
.table tbody tr.info > td {
  background-color: #08a5e1;
}
.table-hover tbody tr.success:hover > td {
  background-color: #66a000;
}
.table-hover tbody tr.error:hover > td {
  background-color: #e72212;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #d47200;
}
.table-hover tbody tr.info:hover > td {
  background-color: #0793c8;
}
.table-bordered {
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.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 {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.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 {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  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 {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.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 {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
  border-left-width: 0;
}
.table-bordered th:first-child[rowspan],
.table-bordered td:first-child[rowspan] {
  border-right: 1px solid #bfc2c5;
  position: relative;
  right: -1px;
}
.table th,
.table td {
  font-size: 12px;
}
.table th {
  background-color: #3f4145;
  color: #ffffff;
  font-weight: normal;
}
.table thead + tbody tr:first-child td {
  border-top-width: 0;
}
.caret {
  border-top: 4px solid #13161a;
}
.dropdown-menu {
  border: 1px solid #bfc2c5;
}
.dropdown-menu .divider {
  background-color: #e1e2e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #5c5f63;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #396eb1;
  background-image: -moz-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b73b9), to(#3567a6));
  background-image: -webkit-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -o-linear-gradient(top, #3b73b9, #3567a6);
  background-image: linear-gradient(to bottom, #3b73b9, #3567a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b73b9', endColorstr='#ff3567a6', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #396eb1;
  background-image: -moz-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b73b9), to(#3567a6));
  background-image: -webkit-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -o-linear-gradient(top, #3b73b9, #3567a6);
  background-image: linear-gradient(to bottom, #3b73b9, #3567a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b73b9', endColorstr='#ff3567a6', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bfc2c5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid #13161a;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.typeahead {
  z-index: 1051;
}
.dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 0;
}
.dropdown-menu .divider {
  margin-bottom: 3px;
  margin-top: 3px;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #5c5f63;
  white-space: nowrap;
}
.dropdown-menu li img {
  margin-right: 15px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #396eb1;
  background-image: -moz-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b73b9), to(#3567a6));
  background-image: -webkit-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -o-linear-gradient(top, #3b73b9, #3567a6);
  background-image: linear-gradient(to bottom, #3b73b9, #3567a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b73b9', endColorstr='#ff3567a6', GradientType=0);
}
.dropdown-toggle.btn [class*="icon-chevron"] {
  font-size: 12px;
}
.dropdown-toggle.btn-mini [class*="icon-chevron"] {
  font-size: 9.799999999999999px;
}
.dropdown-toggle.btn-small [class*="icon-chevron"] {
  font-size: 10.5px;
}
.dropdown-toggle.btn-large [class*="icon-chevron"] {
  font-size: 14px;
}
.btn[rel=tooltip] + .dropdown-menu {
  z-index: 1035;
}
.typeahead a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.well {
  background-color: #edeeef;
  border: 1px solid #dadcde;
}
.well {
  border-width: 0;
}
.close {
  color: #13161a;
}
.close:hover,
.close:focus {
  color: #13161a;
}
.close {
  line-height: 13px;
  margin-top: 0;
}
.btn {
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  color: #5c5f63;
  background-color: #f7f8fa;
  border: 1px solid #e1e2e5;
  border-bottom-color: #c6c8cd;
  *margin-left: .3em;
  background-image: none;
  text-shadow: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e1e2e5;
}
.btn:hover,
.btn:focus {
  color: #5c5f63;
}
.btn-large {
  padding: 11px 19px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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: 9.799999999999999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-primary {
  color: #ffffff;
  background-color: #313337;
  background-image: none;
  text-shadow: none;
  filter: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #191a1c;
}
.btn-warning {
  color: #ffffff;
  background-color: #ed8000;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ba6400;
}
.btn-danger {
  background-color: #ee3324;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #cf1e10;
}
.btn-success {
  color: #ffffff;
  background-color: #76b900;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #558600;
}
.btn-info {
  background-color: #08a5e1;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #0681b0;
}
.btn-inverse {
  background-color: #3f4145;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #313337;
}
.btn-link {
  color: #3b73b9;
}
.btn-link:hover,
.btn-link:focus {
  color: #22436b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #5c5f63;
  text-decoration: none;
}
.btn {
  border-color: #e1e2e5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 2px 10px;
  text-decoration: none;
  -webkit-transition: background-color .1s linear, border-color .1s linear, color .1s linear;
  -moz-transition: background-color .1s linear, border-color .1s linear, color .1s linear;
  -o-transition: background-color .1s linear, border-color .1s linear, color .1s linear;
  transition: background-color .1s linear, border-color .1s linear, color .1s linear;
}
.btn:hover {
  -webkit-transition: background-color .1s linear, border-color .1s linear, color .1s linear;
  -moz-transition: background-color .1s linear, border-color .1s linear, color .1s linear;
  -o-transition: background-color .1s linear, border-color .1s linear, color .1s linear;
  transition: background-color .1s linear, border-color .1s linear, color .1s linear;
}
.btn:focus {
  outline: none;
}
.btn .selected {
  background-color: #3b73b9;
  border-color: #3b73b9;
  color: #ffffff;
}
.btn [class*="icon-"] {
  font-size: 16px;
  vertical-align: middle;
}
.btn [class*="icon-"]:first-child:not(:last-child) {
  margin-right: 5px;
}
.btn [class*="icon-"]:first-child + [class*="icon-"]:last-child {
  margin-left: 0;
}
.btn [class*="icon-chevron-"],
.btn [class*="icon-remove"] {
  font-size: 12px;
  vertical-align: baseline;
}
.btn [class*="icon-search"] {
  vertical-align: -5%;
}
.btn-large {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
}
.btn-large [class*="icon-"]:not([class*="icon-chevron-"]):not([class*="icon-remove"]) {
  font-size: 20px;
}
.btn-large.btn-icon {
  padding: 3px 10px 6px;
}
.btn-small {
  font-size: 10.5px;
  line-height: 18px;
  padding: 2px 8px;
}
.btn-small [class*="icon-"]:not([class*="icon-chevron-"]):not([class*="icon-remove"]) {
  font-size: 14.5px;
}
.btn-mini {
  font-size: 9.799999999999999px;
  line-height: 18px;
  padding: 0 5px;
}
.btn-mini [class*="icon-"]:not([class*="icon-chevron-"]):not([class*="icon-remove"]) {
  font-size: 11.799999999999999px;
}
.btn-mini.btn-icon {
  margin-top: 0;
}
.btn-fade > * {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.btn-fade:hover > * {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-inverse {
  color: #999c9f;
}
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse {
  border-color: transparent;
}
.btn-primary:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-info:hover,
.btn-inverse:hover,
.btn-primary:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-success:focus,
.btn-info:focus,
.btn-inverse:focus {
  color: #ffffff;
}
.btn-link {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.btn-link [class*="icon-"] {
  font-size: inherit;
  vertical-align: baseline;
}
.btn-link:hover {
  color: #22436b;
}
.btn-link[disabled]:hover {
  color: #5c5f63;
}
.btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 9.799999999999999px;
}
.btn-group > .btn-small {
  font-size: 10.5px;
}
.btn-group > .btn-large {
  font-size: 14px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e1e2e5;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #191a1c;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ba6400;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #cf1e10;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #558600;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #0681b0;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #313337;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn {
  max-width: 100%;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-mini {
  font-size: 9.799999999999999px;
}
.btn-group > .btn-small {
  font-size: 10.5px;
}
.btn-group > .btn-large {
  font-size: 14px;
}
.btn-group > .btn-icon {
  font-size: 16px;
}
.btn-group > .btn-icon.btn-large {
  font-size: 20px;
}
.btn-group > .btn-icon.btn-small {
  font-size: 12.5px;
}
.btn-group > .btn-icon.btn-mini {
  font-size: 11.799999999999999px;
}
.btn-group > .btn + .btn-primary,
.btn-group > .btn + .btn-success,
.btn-group > .btn + .btn-warning,
.btn-group > .btn + .btn-info,
.btn-group > .btn + .btn-danger {
  margin-left: 1px;
}
.btn-toolbar > .btn-group {
  margin-bottom: 10px;
}
.btn-group > .btn + .tooltip + .btn {
  margin-left: -1px;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  color: #ffffff;
}
.btn-small .caret,
.btn-large .caret {
  margin-top: 8px;
}
.btn-mini .caret {
  margin-top: 7px;
}
.btn-filter .icon-star {
  margin-right: 5px;
  margin-left: -2px;
}
.btn-group > .tooltip + .btn {
  padding-left: 8px;
  padding-right: 8px;
}
.alert {
  background-color: #ed8000;
  border: 1px solid #ed8000;
}
.alert,
.alert h4 {
  color: #ed8000;
}
.alert-success {
  background-color: #76b900;
  border-color: #76b900;
  color: #76b900;
}
.alert-success h4 {
  color: #76b900;
}
.alert-danger,
.alert-error {
  background-color: #ee3324;
  border-color: #ee3324;
  color: #ee3324;
}
.alert-danger h4,
.alert-error h4 {
  color: #ee3324;
}
.alert-info {
  background-color: #08a5e1;
  border-color: #08a5e1;
  color: #08a5e1;
}
.alert-info h4 {
  color: #08a5e1;
}
.alert {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-shadow: none;
}
.alert,
.alert h4 {
  color: #ffffff;
}
.alert .close {
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-shadow: none;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.alert .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert .btn.pull-right {
  position: relative;
  top: -2px;
  /* = (alert line-height) - (button line-height) + (button border top width) */
}
.alert-fixed-top {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  left: 15%;
  position: fixed;
  right: 15%;
  top: 0;
  z-index: 1021;
}
.alert-fixed-top.in {
  z-index: 1022;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e1e2e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-header {
  color: #bfc2c5;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3b73b9;
}
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #e1e2e5 #e1e2e5 #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #999c9f;
  background-color: #e1e2e5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #3b73b9;
}
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #22436b;
  border-bottom-color: #22436b;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #999c9f;
  border-bottom-color: #999c9f;
}
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #bfc2c5;
  border-color: #bfc2c5;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #bfc2c5;
}
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #e1e2e5 #dddddd #e1e2e5 #e1e2e5;
}
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #e1e2e5 #e1e2e5 #e1e2e5 #dddddd;
}
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #bfc2c5;
}
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #313337;
  font-size: 12px;
  line-height: 27px;
  margin: 0 1px 0 0;
  padding: 4px 10px;
}
.nav-pills > li > a [class^="icon-"],
.nav-pills > li > a [class*=" icon-"] {
  color: #5c5f63;
}
.nav-pills > li > a:hover {
  background-color: #edeeef;
}
.nav-pills > li > a:hover [class^="icon-"],
.nav-pills > li > a:hover [class*=" icon-"] {
  color: #3f4145;
}
.nav-pills > li:first-child > a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.nav-pills > li:last-child > a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.nav-pills.nav-stacked > li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.nav-pills.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 1px;
}
.nav-tabs > li > a {
  color: #313337;
  font-size: 12px;
  line-height: 26px;
  padding: 4px 10px;
  outline: none;
}
.nav-tabs > li > a [class^="icon-"],
.nav-tabs > li > a [class*=" icon-"] {
  color: #5c5f63;
}
.nav-tabs > li > a:hover {
  background-color: #edeeef;
}
.nav-tabs > li > a:hover [class^="icon-"],
.nav-tabs > li > a:hover [class*=" icon-"] {
  color: #3f4145;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: #3b73b9;
  background: #ffffff;
}
.nav-pills > li.open > a,
.nav-tabs > li.open > a {
  background-color: #edeeef;
  color: #313337;
}
.nav-pills > li.open > a [class^="icon-"],
.nav-tabs > li.open > a [class^="icon-"],
.nav-pills > li.open > a [class*=" icon-"],
.nav-tabs > li.open > a [class*=" icon-"] {
  color: #313337;
}
.nav-list {
  background-color: #edeeef;
}
.nav-list a {
  color: #313337;
  font-size: 12px;
  text-shadow: none;
}
.nav-list a:hover {
  background-color: #edeeef;
}
.nav-list .divider {
  height: 0;
  margin: 9px -15px;
}
.nav-list .nav-header {
  text-shadow: none;
  white-space: nowrap;
}
.nav-header,
.nav .nav-header {
  text-shadow: none;
}
.navbar-inner {
  min-height: 60px;
  background-color: #13161a;
  background-image: -moz-linear-gradient(top, #13161a, #13161a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#13161a), to(#13161a));
  background-image: -webkit-linear-gradient(top, #13161a, #13161a);
  background-image: -o-linear-gradient(top, #13161a, #13161a);
  background-image: linear-gradient(to bottom, #13161a, #13161a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff13161a', endColorstr='#ff13161a', GradientType=0);
  border: 1px solid #13161a;
}
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  line-height: 60px;
  color: #999c9f;
}
.navbar-link {
  color: #999c9f;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #ffffff;
}
.navbar .divider-vertical {
  height: 60px;
  border-left: 1px solid #13161a;
  border-right: 1px solid #13161a;
}
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 15px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
}
.navbar-search {
  margin-top: 15px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1020;
}
.navbar .nav > li > a {
  color: #999c9f;
  text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #ffffff;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  background-color: #3b73b9;
}
.navbar .btn-navbar {
  background-color: #3f4145;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}
.navbar .btn-navbar .icon-bar {
  box-shadow: none;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #080a0b;
}
.navbar .nav > li > .dropdown-menu:before {
  border-bottom-color: #bfc2c5;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top-color: #bfc2c5;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #3b73b9;
  color: #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999c9f;
  border-bottom-color: #999c9f;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-inner {
  background-color: #edeeef;
  background-image: -moz-linear-gradient(top, #edeeef, #edeeef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#edeeef), to(#edeeef));
  background-image: -webkit-linear-gradient(top, #edeeef, #edeeef);
  background-image: -o-linear-gradient(top, #edeeef, #edeeef);
  background-image: linear-gradient(to bottom, #edeeef, #edeeef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedeeef', endColorstr='#ffedeeef', GradientType=0);
  border-color: #edeeef;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #313337;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #3b73b9;
}
.navbar-inverse .brand {
  color: #313337;
}
.navbar-inverse .navbar-text {
  color: #313337;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #3b73b9;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #22436b;
  background-color: transparent;
}
.navbar-inverse .navbar-link {
  color: #313337;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #3b73b9;
}
.navbar-inverse .divider-vertical {
  border-left-color: #edeeef;
  border-right-color: #edeeef;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #22436b;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #22436b;
  border-bottom-color: #22436b;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #313337;
  border-bottom-color: #313337;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #22436b;
  border-bottom-color: #22436b;
}
.navbar-inverse .navbar-search .search-query {
  background-color: #ffffff;
  border-color: #edeeef;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  font-style: italic;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  color: #5c5f63;
}
.navbar-inverse .btn-navbar {
  background-color: #e0e1e3;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  background-color: #e0e1e3;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner,
.navbar-inner {
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1045;
}
.navbar .brand {
  font-family: "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  line-height: 20px;
  text-shadow: none;
}
.navbar .brand small {
  color: #999c9f;
  font-size: 13px;
  margin-left: 5px;
}
.navbar .nav > li {
  font-size: 12px;
}
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 3px;
}
.navbar .btn-toolbar {
  margin: 12px 0 0;
}
.navbar .btn-toolbar .btn-group {
  margin-left: 0;
  margin-right: 10px;
}
.navbar-search {
  margin: 17px 0;
}
.navbar-search .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 2px 4px;
}
.navbar-search .search-query:focus,
.navbar-search .search-query:focus + .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3f4145;
}
.navbar-search .input-append {
  margin-bottom: 0;
}
.navbar-search .input-append .search-query {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.navbar-search .input-append .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.navbar-search .search-query,
.navbar-search .btn {
  background-color: #3f4145;
  border-color: #3f4145;
  color: #bfc2c5;
  -webkit-transition: background linear .2s, border linear .2s;
  -moz-transition: background linear .2s, border linear .2s;
  -o-transition: background linear .2s, border linear .2s;
  transition: background linear .2s, border linear .2s;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #bfc2c5;
}
.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  padding: 0;
}
.breadcrumb > li {
  text-shadow: none;
}
.breadcrumb > li > .divider {
  color: #bfc2c5;
}
.breadcrumb > li > a {
  color: #313337;
}
.breadcrumb > li > a:hover {
  color: #3b73b9;
}
.breadcrumb > .active {
  color: #3b73b9;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bfc2c5;
  background-color: #fff;
  cursor: default;
}
.pager > li a,
.pager > li span {
  border-color: #e1e2e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #5c5f63;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 10px;
}
.pager > li a:hover {
  background-color: #edeeef;
}
.secondarynav {
  padding: 0px 0px;
  margin: 15px 0 5px;
  list-style: none;
  font-size: 12px;
}
.secondarynav > li {
  margin-right: 15px;
  display: inline-block;
}
.secondarynav > li > a {
  color: #13161a;
}
.secondarynav > .active {
  color: #3b73b9;
  font-weight: bold;
}
.modal-backdrop {
  background-color: #13161a;
}
.modal {
  top: 10%;
  margin-left: -280px;
  outline: none;
  border-color: #bfc2c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-body {
  position: relative;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-header {
  background-color: #edeeef;
  border-width: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding: 15px;
}
.modal-header .close {
  margin-top: 0;
}
.modal-header > h1,
.modal-header h2,
.modal-header h3,
.modal-header h4 {
  line-height: inherit;
}
.modal-footer {
  background-color: transparent;
  border-top-color: #e1e2e5;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tooltip {
  line-height: 1.4;
}
.tooltip.top {
  padding: 5px 0;
}
.tooltip.right {
  padding: 0 5px;
}
.tooltip.bottom {
  padding: 5px 0;
}
.tooltip.left {
  padding: 0 5px;
}
.tooltip-inner {
  padding: 8px;
}
.tooltip {
  font-size: 12px;
}
.popover {
  max-width: 276px;
  text-align: left;
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  background-color: #edeeef;
  border-bottom: 1px solid #e0e1e3;
}
.popover-title:empty {
  display: none;
}
.popover .arrow,
.popover .arrow:after {
  display: block;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
}
.popover.top .arrow {
  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: #ffffff;
}
.popover.right .arrow {
  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: #ffffff;
}
.popover.bottom .arrow {
  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: #ffffff;
}
.popover.left .arrow {
  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: #ffffff;
  bottom: -10px;
}
.popover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  width: 280px;
}
.popover .divider {
  border-bottom: 1px solid #e1e2e5;
  margin-bottom: 9px;
}
.popover [class*="icon-"] {
  color: #999c9f;
}
.popover .rich-title {
  background-color: #3b73b9;
  color: #ffffff;
  margin-bottom: 9px;
  border-radius: 4px 4px 0 0;
}
.popover .rich-title ul li {
  padding: 8px 14px;
}
.popover .rich-title ul li.vertical-divider {
  border-right: 1px solid #e1e2e5;
  width: 65%;
}
.popover .rich-title-success {
  background-color: #76b900;
}
.popover .rich-title-info {
  background-color: #08a5e1;
}
.popover .rich-title-warning {
  background-color: #ed8000;
}
.popover .rich-title-danger {
  background-color: #ee3324;
}
.popover-title {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-width: 0;
  font-family: "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3b73b9;
}
.thumbnail .caption {
  color: #999c9f;
}
.thumbnail {
  background-color: #edeeef;
  border-width: 0;
  padding: 15px;
}
.thumbnail .caption {
  padding: 0;
}
.thumbnail .caption h5 {
  color: #313337;
  font-size: 14px;
  margin: 10px 0 5px;
}
.thumbnail .caption p {
  line-height: 20px;
}
.thumbnail .caption p:last-child {
  margin-bottom: 0;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  background-color: #bfc2c5;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:focus,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #ee3324;
}
.label-important[href],
.badge-important[href] {
  background-color: #cf1e10;
}
.label-warning,
.badge-warning {
  background-color: #ed8000;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #ba6400;
}
.label-success,
.badge-success {
  background-color: #76b900;
}
.label-success[href],
.badge-success[href] {
  background-color: #558600;
}
.label-info,
.badge-info {
  background-color: #08a5e1;
}
.label-info[href],
.badge-info[href] {
  background-color: #0681b0;
}
.label-inverse,
.badge-inverse {
  background-color: #5c5f63;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #434649;
}
.label,
.badge {
  background-color: #313337;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 7px;
  padding: 6px 4px;
  text-shadow: none;
  text-transform: uppercase;
}
.label-important,
.badge-important,
.label-important[href],
.badge-important[href] {
  background-color: #ee3324;
}
.label-warning,
.badge-warning,
.label-warning[href],
.badge-warning[href] {
  background-color: #ed8000;
}
.label-success,
.badge-success,
.label-success[href],
.badge-success[href] {
  background-color: #76b900;
}
.label-info,
.badge-info,
.label-info[href],
.badge-info[href] {
  background-color: #08a5e1;
}
.label-inverse,
.badge-inverse,
.label-inverse[href],
.badge-inverse[href] {
  background-color: #f7f8fa;
  border: 1px solid #e1e2e5;
  color: #3f4145;
}
.badge {
  padding: 6px;
}
.progress .bar {
  width: 0%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
}
.progress-danger .bar,
.progress .bar-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-success .bar,
.progress .bar-success {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-info .bar,
.progress .bar-info {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #f89623;
  background-image: -moz-linear-gradient(top, #ffa53b, #ed8000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa53b), to(#ed8000));
  background-image: -webkit-linear-gradient(top, #ffa53b, #ed8000);
  background-image: -o-linear-gradient(top, #ffa53b, #ed8000);
  background-image: linear-gradient(to bottom, #ffa53b, #ed8000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa53b', endColorstr='#ffed8000', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ffa53b;
}
.progress {
  background: #edeeef;
}
.progress .bar {
  background-color: #3b73b9;
  background-image: -moz-linear-gradient(top, #3b73b9, #3b73b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b73b9), to(#3b73b9));
  background-image: -webkit-linear-gradient(top, #3b73b9, #3b73b9);
  background-image: -o-linear-gradient(top, #3b73b9, #3b73b9);
  background-image: linear-gradient(to bottom, #3b73b9, #3b73b9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b73b9', endColorstr='#ff3b73b9', GradientType=0);
}
.progress + .progress-status {
  color: #3b73b9;
  font-size: 12px;
  margin-top: -15px;
}
.progress-striped .bar {
  background-color: #3b73b9;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-danger .bar {
  background-color: #ee3324;
  background-image: -moz-linear-gradient(top, #ee3324, #ee3324);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee3324), to(#ee3324));
  background-image: -webkit-linear-gradient(top, #ee3324, #ee3324);
  background-image: -o-linear-gradient(top, #ee3324, #ee3324);
  background-image: linear-gradient(to bottom, #ee3324, #ee3324);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee3324', endColorstr='#ffee3324', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee3324;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-danger + .progress-status {
  color: #ee3324;
}
.progress-success .bar {
  background-color: #76b900;
  background-image: -moz-linear-gradient(top, #76b900, #76b900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#76b900), to(#76b900));
  background-image: -webkit-linear-gradient(top, #76b900, #76b900);
  background-image: -o-linear-gradient(top, #76b900, #76b900);
  background-image: linear-gradient(to bottom, #76b900, #76b900);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76b900', endColorstr='#ff76b900', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #76b900;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success + .progress-status {
  color: #76b900;
}
.progress-info .bar {
  background-color: #08a5e1;
  background-image: -moz-linear-gradient(top, #08a5e1, #08a5e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08a5e1), to(#08a5e1));
  background-image: -webkit-linear-gradient(top, #08a5e1, #08a5e1);
  background-image: -o-linear-gradient(top, #08a5e1, #08a5e1);
  background-image: linear-gradient(to bottom, #08a5e1, #08a5e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff08a5e1', endColorstr='#ff08a5e1', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #08a5e1;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info + .progress-status {
  color: #08a5e1;
}
.progress-warning .bar {
  background-color: #ed8000;
  background-image: -moz-linear-gradient(top, #ed8000, #ed8000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed8000), to(#ed8000));
  background-image: -webkit-linear-gradient(top, #ed8000, #ed8000);
  background-image: -o-linear-gradient(top, #ed8000, #ed8000);
  background-image: linear-gradient(to bottom, #ed8000, #ed8000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed8000', endColorstr='#ffed8000', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #ed8000;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning + .progress-status {
  color: #ed8000;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active a,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  /*border-color: #428bca;*/
}

.list-group-item.drop-hover,
.list-group-item.drop-hover a {
  color: #ffffff;
  background-color: #191a1c;
;
  /*border-color: #428bca;*/
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-toggle {
  color: inherit;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.panel-toggle [class^="icon-"],
.panel-toggle [class*=" icon-"] {
  margin-right: 6px;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.panel-toggle:hover {
  color: #3b73b9;
  text-decoration: none;
}
span > form {
  margin: 0
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  background: #3f4145;
}
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  background: #5c5f63;
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-control {
  font-size: 30px;
  line-height: 40px;
}
.hero-unit {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #e1e2e5;
}
.hero-unit li {
  line-height: 30px;
}
/*
 * Modules Overloads
 */
.module .module-header {
  margin-bottom: 10px;
}
/*
 * Bootstrap-Responsive Overloads
 */
@-ms-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
}
@media (max-width: 767px) {
  .uneditable-input[class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-header > .pull-right {
    clear: left;
    float: none;
  }
  .page-header .nav-pills {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }
  .page-header .nav-pills > li {
    margin-top: 1px;
    float: none;
    width: 100%;
  }
  .page-header .nav-pills > li:first-child {
    margin-top: 0;
  }
  .page-header .nav-pills > li:first-child > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .page-header .nav-pills > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .input-append span.add-on,
  .input-prepend span.add-on {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 30px;
  }
}
@media (max-width: 979px) {
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .nav-collapse .nav .nav-header {
    color: #999c9f;
  }
  .nav-collapse .dropdown-menu {
  	display: none;
  	background-color: #313337;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #999c9f;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #13161a;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #313337;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #edeeef;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    border-top: 1px solid #13161a;
    border-bottom: 1px solid #13161a;
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #edeeef;
    border-bottom-color: #edeeef;
  }
}
@media (max-width: 979px) {
  .navbar .brand {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  table.table-responsive td,
  table.table-responsive th {
    display: none;
    visibility: collapse;
  }
  table.table-responsive td.essential,
  table.table-responsive th.essential,
  table.table-responsive td.optional,
  table.table-responsive th.optional {
    display: table-cell;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  table.table-responsive td,
  table.table-responsive th {
    display: none;
    visibility: collapse;
  }
  table.table-responsive td.essential,
  table.table-responsive th.essential {
    display: table-cell;
    visibility: visible;
  }
}
/*
 * IIDS-Navbar Overloads
 */
.ge-logo + span {
  padding-left: 10px;
}
.navbar .btn-navbar .icon-bar:first-child {
  margin-right: 0;
}
