/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
    }
.clearfix:after {
    clear: both
    }
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
    }
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.row-fluid {
    width: 100%
    }
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0
    }
.row-fluid:after {
    clear: both
    }
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%
    }
.row-fluid [class*="span"]:first-child {
    margin-left: 0
    }
.row-fluid .span12 {
    width: 100%
    }
.row-fluid .span11 {
    width: 91.489362%
    }
.row-fluid .span10 {
    width: 82.978723%
    }
.row-fluid .span9 {
    width: 74.468085%
    }
.row-fluid .span8 {
    width: 65.957447%
    }
.row-fluid .span7 {
    width: 57.446809%
    }
.row-fluid .span6 {
    width: 48.93617%
    }
.row-fluid .span5 {
    width: 40.425532%
    }
.row-fluid .span4 {
    width: 31.914894%
    }
.row-fluid .span3 {
    width: 23.404255%
    }
.row-fluid .span2 {
    width: 14.893617%
    }
.row-fluid .span1 {
    width: 6.382979%
    }
.row-fluid .offset12 {
    margin-left: 104.255319%
    }
.row-fluid .offset12:first-child {
    margin-left: 102.12766%
    }
.row-fluid .offset11 {
    margin-left: 95.744681%
    }
.row-fluid .offset11:first-child {
    margin-left: 93.617021%
    }
.row-fluid .offset10 {
    margin-left: 87.234043%
    }
.row-fluid .offset10:first-child {
    margin-left: 85.106383%
    }
.row-fluid .offset9 {
    margin-left: 78.723404%
    }
.row-fluid .offset9:first-child {
    margin-left: 76.595745%
    }
.row-fluid .offset8 {
    margin-left: 70.212766%
    }
.row-fluid .offset8:first-child {
    margin-left: 68.085106%
    }
.row-fluid .offset7 {
    margin-left: 61.702128%
    }
.row-fluid .offset7:first-child {
    margin-left: 59.574468%
    }
.row-fluid .offset6 {
    margin-left: 53.191489%
    }
.row-fluid .offset6:first-child {
    margin-left: 51.06383%
    }
.row-fluid .offset5 {
    margin-left: 44.680851%
    }
.row-fluid .offset5:first-child {
    margin-left: 42.553191%
    }
.row-fluid .offset4 {
    margin-left: 36.170213%
    }
.row-fluid .offset4:first-child {
    margin-left: 34.042553%
    }
.row-fluid .offset3 {
    margin-left: 27.659574%
    }
.row-fluid .offset3:first-child {
    margin-left: 25.531915%
    }
.row-fluid .offset2 {
    margin-left: 19.148936%
    }
.row-fluid .offset2:first-child {
    margin-left: 17.021277%
    }
.row-fluid .offset1 {
    margin-left: 10.638298%
    }
.row-fluid .offset1:first-child {
    margin-left: 8.510638%
    }
[class*="span"].hide, .row-fluid [class*="span"].hide {
    display: none
    }
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right
    }
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
    }
.table {
    width: 100%;
    margin-bottom: 20px
    }
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
    }
.table th {
    font-weight: bold
    }
.table thead th {
    vertical-align: bottom
    }
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0
    }
.table tbody + tbody {
    border-top: 2px solid #ddd
    }
.table-condensed th, .table-condensed td {
    padding: 4px 5px
    }
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd
    }
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0
    }
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
    }
.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: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
    }
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
    }
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
    }
.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: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
    }
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px
    }
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
    }
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f5f5f5
    }
.table tbody tr.success td {
    background-color: #dff0d8
    }
.table tbody tr.error td {
    background-color: #f2dede
    }
.table tbody tr.warning td {
    background-color: #fcf8e3
    }
.table tbody tr.info td {
    background-color: #d9edf7
    }
.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6
    }
.table-hover tbody tr.error:hover td {
    background-color: #ebcccc
    }
.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
    }
.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
    }
form {
    margin: 0 0 20px
    }
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
    }
input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
    }
input, textarea, .uneditable-input {
    width: 206px
    }
textarea {
    height: auto
    }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
    }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 	;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
    }
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    /* IE7 */
    margin-top: 1px 	;
    /* IE8-9 */
    line-height: normal;
    cursor: pointer
    }
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto
    }
select, input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    /* For IE7, add top margin to align select with labels */
    line-height: 30px
    }
select {
    border: 1px solid #ccc;
    background-color: #fff
    }
select[multiple], select[size] {
    height: auto
    }
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
    }
.uneditable-input, .uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed
    }
.uneditable-input {
    overflow: hidden;
    white-space: nowrap
    }
.uneditable-textarea {
    width: auto;
    height: auto
    }
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999
    }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999
    }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
    }
.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px
    }
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px
    }
.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px
    }
.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
    }
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px
    }
.input-mini {
    width: 60px
    }
.input-small {
    width: 90px
    }
.input-medium {
    width: 150px
    }
.input-large {
    width: 210px
    }
.input-xlarge {
    width: 270px
    }
.input-xxlarge {
    width: 530px
    }
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
    }
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block
    }
input, textarea, .uneditable-input {
    margin-left: 0
    }
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px
    }
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 926px
    }
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 846px
    }
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 766px
    }
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 686px
    }
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 606px
    }
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 526px
    }
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 446px
    }
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 366px
    }
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 286px
    }
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 206px
    }
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 126px
    }
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 46px
    }
.controls-row:before, .controls-row:after {
    display: table;
    content: "";
    line-height: 0
    }
.controls-row:after {
    clear: both
    }
.controls-row [class*="span"] {
    float: left
    }
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
    }
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent
    }
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853
    }
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853
    }
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
    }
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
    }
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
    }
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48
    }
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48
    }
.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
    }
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
    }
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
    }
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847
    }
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847
    }
.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
    }
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
    }
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
    }
.control-group.info > label, .control-group.info .help-block, .control-group.info .help-inline {
    color: #3a87ad
    }
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3a87ad
    }
.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
    }
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
    }
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
    }
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b
    }
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
    }
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5
    }
.form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0
    }
.form-actions:after {
    clear: both
    }
.help-block, .help-inline {
    color: #595959
    }
.help-block {
    display: block;
    margin-bottom: 10px
    }
.help-inline {
    display: inline-block;
    /* IE7 inline-block hack */
    vertical-align: middle;
    padding-left: 5px
    }
.input-append, .input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap
    }
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    vertical-align: top;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
    }
.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
    z-index: 2
    }
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
    }
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.input-append .active, .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
    }
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px
    }
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
    }
.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
    }
.input-append .add-on, .input-append .btn {
    margin-left: -1px
    }
.input-append .add-on:last-child, .input-append .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
    }
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
    }
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
    }
input.search-query {
    padding-right: 14px;
    padding-right: 4px 	;
    padding-left: 14px;
    padding-left: 4px 	;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
    }
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
    }
.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
    }
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
    }
.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
    }
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    /* IE7 inline-block hack */
    margin-bottom: 0;
    vertical-align: middle
    }
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none
    }
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block
    }
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0
    }
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
    }
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
    }
.control-group {
    margin-bottom: 10px
    }
legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
    }
.form-horizontal .control-group {
    margin-bottom: 20px
    }
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0
    }
.form-horizontal .control-group:after {
    clear: both
    }
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
    }
.form-horizontal .controls {
    margin-left: 180px
    }
.form-horizontal .help-block {
    margin-bottom: 0
    }
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
    margin-top: 10px
    }
.form-horizontal .form-actions {
    padding-left: 180px
    }
.btn {
    display: inline-block;
    /* IE7 inline-block hack */
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
    }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #e6e6e6
    }
.btn:active, .btn.active {
    background-color: #ccc 	
    }
.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
    }
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
    }
.btn.active, .btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 	;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
    }
.btn.disabled, .btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
    }
.btn-large [class^="icon-"] {
    margin-top: 2px
    }
.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px
    }
.btn-small [class^="icon-"] {
    margin-top: 0
    }
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 17px
    }
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.btn-block + .btn-block {
    margin-top: 5px
    }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
    }
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
    }
.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)
    }
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #04c
    }
.btn-primary:active, .btn-primary.active {
    background-color: #039 	
    }
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    }
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406
    }
.btn-warning:active, .btn-warning.active {
    background-color: #c67605 	
    }
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    }
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f
    }
.btn-danger:active, .btn-danger.active {
    background-color: #942a25 	
    }
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    }
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351
    }
.btn-success:active, .btn-success.active {
    background-color: #408140 	
    }
.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    }
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4
    }
.btn-info:active, .btn-info.active {
    background-color: #24748c 	
    }
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    }
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222
    }
.btn-inverse:active, .btn-inverse.active {
    background-color: #080808 	
    }
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
    }
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
    }
.btn-link[disabled]:hover {
    color: #333;
    text-decoration: none
    }
.btn-group {
    position: relative;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap
    }
.btn-group + .btn-group {
    margin-left: 5px
    }
.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px
    }
.btn-toolbar .btn-group {
    display: inline-block;
    /* IE7 inline-block hack */
    }
.btn-toolbar .btn + .btn, .btn-toolbar .btn-group + .btn, .btn-toolbar .btn + .btn-group {
    margin-left: 5px
    }
.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.btn-group > .btn + .btn {
    margin-left: -1px
    }
.btn-group > .btn, .btn-group > .dropdown-menu {
    font-size: 14px
    }
.btn-group > .btn-mini {
    font-size: 11px
    }
.btn-group > .btn-small {
    font-size: 12px
    }
.btn-group > .btn-large {
    font-size: 16px
    }
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
    }
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
    }
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
    }
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
    }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 2
    }
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
    }
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
    }
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px
    }
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
    }
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
    }
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
    }
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
    }
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
    }
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
    }
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
    }
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
    }
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
    }
.btn .caret {
    margin-top: 8px;
    margin-left: 0
    }
.btn-mini .caret, .btn-small .caret, .btn-large .caret {
    margin-top: 6px
    }
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px
    }
.dropup .btn-large .caret {
    border-bottom: 5px solid #000;
    border-top: 0
    }
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
    }
.btn-group-vertical {
    display: inline-block;
    /* IE7 inline-block hack */
    }
.btn-group-vertical .btn {
    display: block;
    float: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.btn-group-vertical .btn + .btn {
    margin-left: 0;
    margin-top: -1px
    }
.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
    }
.pagination {
    height: 40px;
    margin: 20px 0
    }
.pagination ul {
    display: inline-block;
    /* IE7 inline-block hack */
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
    }
.pagination ul > li {
    display: inline
    }
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
    }
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5
    }
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999;
    cursor: default
    }
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
    }
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
    }
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
    }
.pagination-centered {
    text-align: center
    }
.pagination-right {
    text-align: right
    }
.eb-container .nav {
    margin-left: 0;
    list-style: none
    }
.eb-container .nav > li > a {
    display: block
    }
.eb-container .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
    }
.eb-container .nav > .pull-right {
    float: right
    }
.eb-container .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
    }
.eb-container .nav li + .nav-header {
    margin-top: 9px
    }
.eb-container .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
    }
.eb-container .nav-list > li > a, .eb-container .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
    }
.eb-container .nav-list > li > a {
    padding: 3px 15px
    }
.eb-container .nav-list > .active > a, .eb-container .nav-list > .active > a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c
    }
.eb-container .nav-list [class^="icon-"] {
    margin-right: 2px
    }
.eb-container .nav-list .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
    }
.eb-container .nav-tabs:before, .eb-container.nav-pills:before, .eb-container .nav-tabs:after, .eb-container .nav-pills:after {
    display: table;
    content: "";
    line-height: 0
    }
.eb-container .nav-tabs:after, .eb-container .nav-pills:after {
    clear: both
    }
.eb-container .nav-tabs > li, .eb-container .nav-pills > li {
    float: left
    }
.eb-container .nav-tabs > li > a, .eb-container .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
    }
.eb-container .nav-tabs {
    border-bottom: 1px solid #ddd
    }
.eb-container .nav-tabs > li {
    margin-bottom: -1px
    }
.eb-container .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
    }
.eb-container .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
    }
.eb-container .nav-tabs > .active > a, .eb-container .nav-tabs > .active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
    }
.eb-container .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
    }
.eb-container .nav-pills > .active > a, .eb-container .nav-pills > .active > a:hover {
    color: #fff;
    background-color: #08c
    }
.eb-container .nav-stacked > li {
    float: none
    }
.eb-container .nav-stacked > li > a {
    margin-right: 0
    }
.eb-container .nav-tabs.nav-stacked {
    border-bottom: 0
    }
.eb-container .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.eb-container .nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
    }
.eb-container .nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
    }
.eb-container .nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2
    }
.eb-container .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px
    }
.eb-container .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px
    }
.eb-container .nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
    }
.eb-container .nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
    }
.eb-container .nav .dropdown-toggle .caret {
    border-top-color: #08c;
    border-bottom-color: #08c;
    margin-top: 6px
    }
.eb-container .nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
    }
/* move down carets for tabs */
.eb-container .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
    }
.eb-container .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
    }
.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
    }
.eb-container .nav > .dropdown.active > a:hover {
    cursor: pointer
    }
.eb-container .nav-tabs .open .dropdown-toggle, .eb-container .nav-pills .open .dropdown-toggle, .eb-container .nav > li.dropdown.open.active > a:hover {
    color: #fff;
    background-color: #999;
    border-color: #999
    }
.eb-container .nav li.dropdown.open .caret, .eb-container .nav li.dropdown.open.active .caret, .eb-container .nav li.dropdown.open a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
    }
.eb-container .tabs-stacked .open > a:hover {
    border-color: #999
    }
.eb-container .tabbable:before, .eb-container .tabbable:after {
    display: table;
    content: "";
    line-height: 0
    }
.eb-container .tabbable:after {
    clear: both
    }
.eb-container .tab-content {
    overflow: auto
    }
.eb-container .tabs-below > .nav-tabs, .eb-container .tabs-right > .nav-tabs, .eb-container .tabs-left > .nav-tabs {
    border-bottom: 0
    }
.eb-container .tab-content > .tab-pane, .eb-container .pill-content > .pill-pane {
    display: none
    }
.eb-container .tab-content > .active, .eb-container .pill-content > .active {
    display: block
    }
.eb-container .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
    }
.eb-container .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0
    }
.eb-container .tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
    }
.eb-container .tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd
    }
.eb-container .tabs-below > .nav-tabs > .active > a, .eb-container .tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #ddd #ddd #ddd
    }
.eb-container .tabs-left > .nav-tabs > li, .eb-container .tabs-right > .nav-tabs > li {
    float: none
    }
.eb-container .tabs-left > .nav-tabs > li > a, .eb-container .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
    }
.eb-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
    }
.eb-container .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
    }
.eb-container .tabs-left > .nav-tabs > li > a:hover {
    border-color: #eee #ddd #eee #eee
    }
.eb-container .tabs-left > .nav-tabs .active > a, .eb-container .tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd
    }
.eb-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
    }
.eb-container .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
    }
.eb-container .tabs-right > .nav-tabs > li > a:hover {
    border-color: #eee #eee #eee #ddd
    }
.eb-container .tabs-right > .nav-tabs .active > a, .eb-container .tabs-right > .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent
    }
.eb-container .nav > .disabled > a {
    color: #999
    }
.eb-container .nav > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: default
    }
/**Custom css**/
.eb-container ul.nav-tabs {
    padding: 0;
    margin: 0 0 10px 0
    }