/*
 * Bootstrap v2.0.4
 *
 * 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 by and .
 */
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    background-color: white;
    text-align: justify;
    /* height: 100%; */
}

a {
    color: #63a42c;
    text-decoration: none;
}

a:hover {
    color: #3f681c;
    text-decoration: none;
    border-bottom: 1px dotted #999999;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before, .row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
}

.container, .topbar > ul, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}

.span1 {
    width: 60px;
}

.span2 {
    width: 140px;
}

.span3 {
    width: 220px;
}

.span4 {
    width: 300px;
}

.span5 {
    width: 380px;
}

.span6 {
    width: 460px;
}

.span7 {
    width: 540px;
}

.span8 {
    width: 620px;
}

.span9 {
    width: 700px;
}

.span10 {
    width: 780px;
}

.span11 {
    width: 860px;
}

.span12 {
    width: 940px;
}

.offset1 {
    margin-left: 100px;
}

.offset2 {
    margin-left: 180px;
}

.offset3 {
    margin-left: 260px;
}

.offset4 {
    margin-left: 340px;
}

.offset5 {
    margin-left: 420px;
}

.offset6 {
    margin-left: 500px;
}

.offset7 {
    margin-left: 580px;
}

.offset8 {
    margin-left: 660px;
}

.offset9 {
    margin-left: 740px;
}

.offset10 {
    margin-left: 820px;
}

.offset11 {
    margin-left: 900px;
}

.offset12 {
    margin-left: 980px;
}

.row-fluid {
    width: 100%;
    clear: both;
    *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.128%;
    *margin-left: 2.074%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span1 {
    width: 6.383%;
    *width: 6.33%;
}
.row-fluid .span2 {
    width: 14.894%;
    *width: 14.84%;
}
.row-fluid .span3 {
    width: 23.404%;
    *width: 23.351%;
}
.row-fluid .span4 {
    width: 31.915%;
    *width: 31.862%;
}
.row-fluid .span5 {
    width: 40.426%;
    *width: 40.372%;
}
.row-fluid .span6 {
    width: 48.936%;
    *width: 48.883%;
}
.row-fluid .span7 {
    width: 57.447%;
    *width: 57.394%;
}
.row-fluid .span8 {
    width: 65.957%;
    *width: 65.904%;
}
.row-fluid .span9 {
    width: 74.468%;
    *width: 74.415%;
}
.row-fluid .span10 {
    width: 82.979%;
    *width: 82.926%;
}
.row-fluid .span11 {
    width: 91.489%;
    *width: 91.436%;
}
.row-fluid .span12 {
    width: 100.0%;
    *width: 99.947%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.container:before, .container:after {
    display: table;
    content: "";
}
.container:after {
    clear: both;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

p {
    margin: 0 0 9px;
}
p small {
    font-size: 11px;
    color: #999999;
}

.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
    font-weight: 300;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    color: #999999;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}
h1 small {
    font-size: 18px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}
h2 small {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    line-height: 27px;
}
h3 small {
    font-size: 14px;
}

h4, h5, h6 {
    line-height: 18px;
}

h4 {
    font-size: 14px;
}
h4 small {
    font-size: 12px;
}

h5 {
    color: #23386A;
    float: right;
    font-size: 12px;
    padding-right: 70px;
}

h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}

.page-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
    line-height: 1;
}

ul, ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    line-height: 18px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

dl {
    margin-bottom: 18px;
}

dt,
dd {
    line-height: 18px;
}

dt {
    font-weight: bold;
    line-height: 17px;
}

dd {
    margin-left: 9px;
}

.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 130px;
}

hr { height: 1px; border: 0; background-image: -webkit-linear-gradient(left, rgba(51,51,102,0), rgba(51,51,102,0.70), rgba(51,51,102,0)); background-image: -moz-linear-gradient(left, rgba(51,51,102,0), rgba(51,51,102,0.70), rgba(51,51,102,0)); background-image: -ms-linear-gradient(left, rgba(51,51,102,0), rgba(51,51,102,0.70), rgba(51,51,102,0)); background-image: -o-linear-gradient(left, rgba(51,51,102,0), rgba(51,51,102,0.70), rgba(51,51,102,0));
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.muted {
    color: #999999;
}

abbr[title] {
    cursor: help;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
}
blockquote small {
    display: block;
    line-height: 18px;
    color: #999999;
}
blockquote small:before {
    content: "\2014 \00A0";
}
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
}

small {
    font-size: 100%;
}

cite {
    font-style: normal;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #dd1144;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
pre.prettyprint {
    margin-bottom: 18px;
}
pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form {
    color: white;
    /* margin: 0 0 18px; */
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
legend small {
    font-size: 13.5px;
    color: #999999;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
label.large-text,
input.large-text,
button.large-text,
select.large-text,
textarea.large-text {
    font-size: 16px;
}

label.large-text {
    margin: 20px 0;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
}
select.large-text,
textarea.large-text,
input[type="text"].large-text,
input[type="password"].large-text,
input[type="datetime"].large-text,
input[type="datetime-local"].large-text,
input[type="date"].large-text,
input[type="month"].large-text,
input[type="time"].large-text,
input[type="week"].large-text,
input[type="number"].large-text,
input[type="email"].large-text,
input[type="url"].large-text,
input[type="search"].large-text,
input[type="tel"].large-text,
input[type="color"].large-text,
.uneditable-input.large-text {
    font-size: 16px;
}

input,
textarea {
    width: 210px;
}

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: white;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
    -ms-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 \9;
    /* 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: 3px 0;
    *margin-top: 0;
    /* IE7 */
    line-height: normal;
    cursor: pointer;
}

/* input[type="submit"], */
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;

}

.uneditable-textarea {
    width: auto;
    height: auto;
}

select,
input[type="file"] {
    height: 28px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 28px;
}

select {
    width: 220px;
    border: 1px solid #bbbbbb;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.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-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

input.span1, textarea.span1, .uneditable-input.span1 {
    width: 50px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 130px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 210px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 290px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
    width: 370px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
    width: 450px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
    width: 530px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
    width: 610px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 690px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
    width: 770px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
    width: 850px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
    width: 930px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #dddddd;
}

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;
    border-color: #c09853;
}
.control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 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: #db205d;
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #db205d;
    border-color: #db205d;
}
.control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #af194a;
    -webkit-box-shadow: 0 0 6px #eb769c;
    -moz-box-shadow: 0 0 6px #eb769c;
    box-shadow: 0 0 6px #eb769c;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #db205d;
    background-color: #fbe5ec;
    border-color: #db205d;
}

.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;
    border-color: #468847;
}
.control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 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;
}

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: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}
.form-actions:before, .form-actions:after {
    display: table;
    content: "";
}
.form-actions:after {
    clear: both;
}
.form-actions.form-actions-top {
    border-top: none;
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color: white;
    border-color: #eeeeee;
    -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);
}

:-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

.help-block,
.help-inline {
    color: #555555;
}

.help-block {
    display: block;
    margin-bottom: 9px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
}

.input-prepend,
.input-append {
    margin-bottom: 5px;
}
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-append input,
.input-append select,
.input-append .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: middle;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus {
    z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
    border-left-color: #cccccc;
}
.input-prepend .add-on,
.input-append .add-on {
    display: inline-block;
    width: auto;
    height: 18px;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
}
.input-prepend .add-on,
.input-prepend .btn,
.input-append .add-on,
.input-append .btn {
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-prepend .active,
.input-append .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -5px;
}
.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 .uneditable-input {
    border-right-color: #cccccc;
    border-left-color: #eeeeee;
}
.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;
}

.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label {
    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: 9px;
}

legend + .control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 18px;
    *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
}
.form-horizontal .control-group:after {
    clear: both;
}
.form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
}
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 160px;
    *margin-left: 0;
}
.form-horizontal .controls:first-child {
    *padding-left: 160px;
}
.form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 11px;
}
.form-horizontal .form-actions {
    padding-left: 160px;
}
.form-horizontal label.text {
    margin-top: 5px;
}

input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    height: 4px;
    background-color: #7a7a7a;
    background-image: -moz-linear-gradient(top, #888888, #666666);
    background-image: -ms-linear-gradient(top, #888888, #666666);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#888888), to(#666666));
    background-image: -webkit-linear-gradient(top, #888888, #666666);
    background-image: -o-linear-gradient(top, #888888, #666666);
    background-image: linear-gradient(top, #888888, #666666);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#888888)', endColorstr='ie-hex-str(#666666)', GradientType=0);
    -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #1bc39f;
    background-image: -moz-linear-gradient(top, #1dcca7, #1ab695);
    background-image: -ms-linear-gradient(top, #1dcca7, #1ab695);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1dcca7), to(#1ab695));
    background-image: -webkit-linear-gradient(top, #1dcca7, #1ab695);
    background-image: -o-linear-gradient(top, #1dcca7, #1ab695);
    background-image: linear-gradient(top, #1dcca7, #1ab695);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#1dcca7)', endColorstr='ie-hex-str(#1ab695)', GradientType=0);
    width: 16px;
    height: 10px;
    border: 1px solid #1ab695;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 10px white;
    -moz-box-shadow: 0px 0px 10px white;
    box-shadow: 0px 0px 10px white;
}
input[type="range"]::-webkit-slider-thumb:active {
    background-color: #049fe0;
    background-image: -moz-linear-gradient(top, #04a7ea, #0495d1);
    background-image: -ms-linear-gradient(top, #04a7ea, #0495d1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04a7ea), to(#0495d1));
    background-image: -webkit-linear-gradient(top, #04a7ea, #0495d1);
    background-image: -o-linear-gradient(top, #04a7ea, #0495d1);
    background-image: linear-gradient(top, #04a7ea, #0495d1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#04a7ea)', endColorstr='ie-hex-str(#0495d1)', GradientType=0);
    border: 1px solid #0495d1;
    -webkit-box-shadow: 0px 0px 10px white, 0px 0px 20px white;
    -moz-box-shadow: 0px 0px 10px white, 0px 0px 20px white;
    box-shadow: 0px 0px 10px white, 0px 0px 20px white;
}

input.input-text-hidden, input.input-text-hidden:hover, input.input-text-hidden:active, input.input-text-hidden:focus {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}
.table th,
.table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table th {
    font-weight: bold;
}
.table th .email-fux {
    font-weight: normal;
}
.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 #dddddd;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered-rows {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-bordered-rows caption + thead tr:first-child th,
.table-bordered-rows caption + tbody tr:first-child th,
.table-bordered-rows caption + tbody tr:first-child td,
.table-bordered-rows colgroup + thead tr:first-child th,
.table-bordered-rows colgroup + tbody tr:first-child th,
.table-bordered-rows colgroup + tbody tr:first-child td,
.table-bordered-rows thead:first-child tr:first-child th,
.table-bordered-rows tbody:first-child tr:first-child th,
.table-bordered-rows tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-bordered-rows thead:first-child tr:first-child th:first-child,
.table-bordered-rows 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-rows thead:first-child tr:first-child th:last-child,
.table-bordered-rows 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-rows thead:last-child tr:last-child th:first-child,
.table-bordered-rows tbody: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-rows thead:last-child tr:last-child th:last-child,
.table-bordered-rows tbody: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 {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}
.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 {
    -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 {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #fafafa;
}

table .span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}
table .span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}
table .span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}
table .span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}
table .span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}
table .span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}
table .span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}
table .span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}
table .span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}
table .span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}
table .span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}
table .span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}
table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0;
}
table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0;
}
table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0;
}
table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0;
}
table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0;
}
table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0;
}
table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0;
}
table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0;
}
table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0;
}
table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0;
}
table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0;
}
table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0;
}

@font-face {
    font-family: "Base Icons";
    src: url("../styles/bootstrap/baseicons-regular.eot");
    src: url("../styles/bootstrap/baseicons-regular-.eot#iefix") format("embedded-opentype"), url("../styles/bootstrap/baseicons-regular.woff") format("woff"), url("../styles/bootstrap/baseicons-regular.ttf") format("truetype"), url("../styles/bootstrap/baseicons-regular.svg#BaseIconsRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.base-icons {
    font-family: "Base Icons";
    padding: 0px 4px;
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.bg-deal-10-light-gray {
    background-image: url("../images/icons/light-gray/deal@10.png");
}

.bg-deal-10-light-gray:hover {
    background-image: url("../images/icons/light-gray/deal@10.png");
}

.bg-deal-18-light-gray {
    background-image: url("../images/icons/light-gray/deal@18.png");
}

.bg-deal-18-light-gray:hover {
    background-image: url("../images/icons/light-gray/deal@18.png");
}

.bg-deal-36-light-gray {
    background-image: url("../images/icons/light-gray/deal@36.png");
}

.bg-deal-36-light-gray:hover {
    background-image: url("../images/icons/light-gray/deal@36.png");
}

.bg-contact-10-light-gray {
    background-image: url("../images/icons/light-gray/contact@10.png");
}

.bg-contact-10-light-gray:hover {
    background-image: url("../images/icons/light-gray/contact@10.png");
}

.bg-contact-18-light-gray {
    background-image: url("../images/icons/light-gray/contact@18.png");
}

.bg-contact-18-light-gray:hover {
    background-image: url("../images/icons/light-gray/contact@18.png");
}

.bg-contact-36-light-gray {
    background-image: url("../images/icons/light-gray/contact@36.png");
}

.bg-contact-36-light-gray:hover {
    background-image: url("../images/icons/light-gray/contact@36.png");
}

.bg-company-10-light-gray {
    background-image: url("../images/icons/light-gray/company@10.png");
}

.bg-company-10-light-gray:hover {
    background-image: url("../images/icons/light-gray/company@10.png");
}

.bg-company-18-light-gray {
    background-image: url("../images/icons/light-gray/company@18.png");
}

.bg-company-18-light-gray:hover {
    background-image: url("../images/icons/light-gray/company@18.png");
}

.bg-company-36-light-gray {
    background-image: url("../images/icons/light-gray/company@36.png");
}

.bg-company-36-light-gray:hover {
    background-image: url("../images/icons/light-gray/company@36.png");
}

.bg-task-10-light-gray {
    background-image: url("../images/icons/light-gray/task@10.png");
}

.bg-task-10-light-gray:hover {
    background-image: url("../images/icons/light-gray/task@10.png");
}

.bg-task-18-light-gray {
    background-image: url("../images/icons/light-gray/task@18.png");
}

.bg-task-18-light-gray:hover {
    background-image: url("../images/icons/light-gray/task@18.png");
}

.bg-task-36-light-gray {
    background-image: url("../images/icons/light-gray/task@36.png");
}

.bg-task-36-light-gray:hover {
    background-image: url("../images/icons/light-gray/task@36.png");
}

.bg-note-10-light-gray {
    background-image: url("../images/icons/light-gray/note@10.png");
}

.bg-note-10-light-gray:hover {
    background-image: url("../images/icons/light-gray/note@10.png");
}

.bg-note-18-light-gray {
    background-image: url("../images/icons/light-gray/note@18.png");
}

.bg-note-18-light-gray:hover {
    background-image: url("../images/icons/light-gray/note@18.png");
}

.bg-note-36-light-gray {
    background-image: url("../images/icons/light-gray/note@36.png");
}

.bg-note-36-light-gray:hover {
    background-image: url("../images/icons/light-gray/note@36.png");
}

.bg-email-10-light-gray {
    background-image: url("../images/icons/light-gray/email@10.png");
}

.bg-email-10-light-gray:hover {
    background-image: url("../images/icons/light-gray/email@10.png");
}

.bg-email-18-light-gray {
    background-image: url("../images/icons/light-gray/email@18.png");
}

.bg-email-18-light-gray:hover {
    background-image: url("../images/icons/light-gray/email@18.png");
}

.bg-email-36-light-gray {
    background-image: url("../images/icons/light-gray/email@36.png");
}

.bg-email-36-light-gray:hover {
    background-image: url("../images/icons/light-gray/email@36.png");
}

.icn-email-10-teal {
    background: url("../images/icons/teal/mail@18.png") no-repeat 0px 0px;
}

.icn-note-10-teal {
    background: url("../images/icons/teal/note@18.png") no-repeat 0px 0px;
}

.icn-task-10-teal {
    background: url("../images/icons/teal/task@18.png") no-repeat 0px 0px;
}

.icn-contact-10-light-gray {
    background: url("../images/icons/light-gray/contact@10.png") no-repeat 0px 3px;
}

.icn-contact-10-teal {
    background: url("../images/icons/teal/contact@10.png") no-repeat 0px 3px;
}

.icn-company-10-light-gray {
    background: url("../images/icons/light-gray/company@10.png") no-repeat 0px 3px;
}

.icn-deal-10-light-gray {
    background: url("../images/icons/light-gray/deal@10.png") no-repeat 0px 3px;
}

.icn-search-10-light-green {
    background: url("../images/icons/light-green/search@10.png") no-repeat 5px 7px #dddddd;
}

.icn-hot-18-light-gray {
    background: url("../images/icons/light-gray/hot@18.png") no-repeat 0px 0px;
}

.icn-hot-18-orange {
    background: url("../images/icons/orange/hot@18.png") no-repeat 0px 0px;
}

.icn-hot-10-orange {
    background: url("../images/icons/orange/hot@10.png") no-repeat 0px 5px;
}

.icn-contact-18-light-green {
    background: url("../images/icons/light-green/contact@18.png") no-repeat 0px 3px;
}

.icn-deal-18-light-green {
    background: url("../images/icons/light-green/deal@18.png") no-repeat 0px 3px;
}

.icn-note-18-light-green {
    background: url("../images/icons/light-green/note@18.png") no-repeat 0px 3px;
}

.icn-email-18-light-green {
    background: url("../images/icons/light-green/email@18.png") no-repeat 0px 3px;
}

.icn-task-18-light-green {
    background: url("../images/icons/light-green/task@18.png") no-repeat 0px 3px;
}

.icn-contact-18-light-gray {
    background: url("../images/icons/light-gray/contact@18.png") no-repeat 0px 3px;
}

.icn-company-18-light-gray {
    background: url("../images/icons/light-gray/company@18.png") no-repeat 0px 3px;
}

.icn-lead-18-light-gray {
    background: url("../images/icons/light-gray/lead@18.png") no-repeat 0px 3px;
}

.icn-deal-18-light-gray {
    background: url("../images/icons/light-gray/deal@18.png") no-repeat 0px 3px;
}

.icn-note-18-light-gray {
    background: url("../images/icons/light-gray/note@18.png") no-repeat 0px 3px;
}

.icn-email-18-light-gray {
    background: url("../images/icons/light-gray/email@18.png") no-repeat 0px 3px;
}

.icn-task-18-light-gray {
    background: url("../images/icons/light-gray/task@18.png") no-repeat 0px 3px;
}

.icn-company-18-teal {
    background: url("../images/icons/teal/company@18.png") no-repeat 0px 4px;
}

.contact-name.icn-contact-10-light-gray {
    background: url("../images/icons/light-gray/contact@10.png") no-repeat 0px 7px;
}
.contact-name.icn-company-10-light-gray {
    background: url("../images/icons/light-gray/company@10.png") no-repeat 0px 7px;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../styles/bootstrap/fontawesome-webfont-v=3.0.1.eot");
    src: url("../styles/bootstrap/fontawesome-webfont-.eot#iefix&v=3.0.1") format("embedded-opentype"), url("../styles/bootstrap/fontawesome-webfont-v=3.0.1.woff") format("woff"), url("../styles/bootstrap/fontawesome-webfont-v=3.0.1.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*  Font Awesome styles */
/* includes sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    /* sprites.less reset */
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.333em;
}

.btn [class^="icon-"], .btn [class*=" icon-"], .nav [class^="icon-"], .nav [class*=" icon-"] {
    display: inline;
    /* keeps button heights with and without icons the same */
    line-height: 0.6em;
}
.btn [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.563em;
}

ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: 0.75em;
}

.icon-muted {
    color: #eeeeee;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: 0.2em 0.25em 0.15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: 0.35em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: 0.35em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: 0.35em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    height: 0.75em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: 0.45em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: 0.2em;
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

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

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

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

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

@-o-keyframes spin {
    0% {
    -o-transform: rotate(0deg);
}

100% {
    -o-transform: rotate(359deg);
}
}

@-ms-keyframes spin {
    0% {
    -ms-transform: rotate(0deg);
}

100% {
    -ms-transform: rotate(359deg);
}
}

@keyframes spin {
    0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(359deg);
}
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * /*  readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-repeat:before {
    content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up:before {
    content: "\f087";
}

.icon-thumbs-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    /* content: "\f0a9"; */
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope-alt:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-menu.open {
    display: block;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    text-decoration: none;
    border-bottom: none;
    color: white;
    background: #63a42c;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

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

.open {
    *z-index: 1000;
}
.open > .dropdown-menu {
    display: block;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: white;
}

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

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.collapse.in {
    height: auto;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #f0f0f0, #f0f0f0);
    background-image: -ms-linear-gradient(top, #f0f0f0, #f0f0f0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #f0f0f0);
    background-image: -o-linear-gradient(top, #f0f0f0, #f0f0f0);
    background-image: linear-gradient(top, #f0f0f0, #f0f0f0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#f0f0f0)', endColorstr='ie-hex-str(#f0f0f0)', GradientType=0);
    border-color: #f0f0f0 #f0f0f0 #c9c9c9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: 0.3em;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #f0f0f0;
    *background-color: #e3e3e3;
    border-bottom-color: #c9c9c9;
}
.btn:active, .btn.active {
    background-color: #d6d6d6 \9;
}
.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e9e9e9;
    background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#f0f0f0)', endColorstr='ie-hex-str(#e0e0e0)', GradientType=0);
    border-color: #e0e0e0 #e0e0e0 #bababa;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #e0e0e0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    -webkit-box-shadow: 0 1px 2px rgba(136, 136, 136, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(136, 136, 136, 0.4);
    box-shadow: 0 1px 2px rgba(136, 136, 136, 0.4);
    border: 1px solid #c7c7c7;
    /* Buttons in IE7 don't get borders, so darken on hover */
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.btn:hover:hover, .btn:hover:active, .btn:hover.active, .btn:hover.disabled, .btn:hover[disabled] {
    background-color: #e0e0e0;
    *background-color: #d4d4d4;
    border-bottom-color: #bababa;
}
.btn:hover:active, .btn:hover.active {
    background-color: #c7c7c7 \9;
}

.btn:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-large [class^="icon-"] {
    margin-top: 1px;
}

.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

.btn-small [class^="icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 2px 6px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover,
.btn-selections,
.btn-selections:hover,
.btn-premium,
.btn-premium:hover {
    color: white;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active,
.btn-selections.active,
.btn-premium.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    background-color: #8cbf26;
    background-image: -moz-linear-gradient(top, #8cbf26, #8cbf26);
    background-image: -ms-linear-gradient(top, #8cbf26, #8cbf26);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cbf26), to(#8cbf26));
    background-image: -webkit-linear-gradient(top, #8cbf26, #8cbf26);
    background-image: -o-linear-gradient(top, #8cbf26, #8cbf26);
    background-image: linear-gradient(top, #8cbf26, #8cbf26);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#8cbf26)', endColorstr='ie-hex-str(#8cbf26)', GradientType=0);
    border-color: #8cbf26 #8cbf26 #5d7f19;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #8cbf26;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #7caa22;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #8cbf26;
    *background-color: #7caa22;
    border-bottom-color: #5d7f19;
}
.btn-primary:active, .btn-primary.active {
    background-color: #6d941e \9;
}
.btn-primary:hover {
    background-color: #84b424;
    background-image: -moz-linear-gradient(top, #8cbf26, #79a521);
    background-image: -ms-linear-gradient(top, #8cbf26, #79a521);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cbf26), to(#79a521));
    background-image: -webkit-linear-gradient(top, #8cbf26, #79a521);
    background-image: -o-linear-gradient(top, #8cbf26, #79a521);
    background-image: linear-gradient(top, #8cbf26, #79a521);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#8cbf26)', endColorstr='ie-hex-str(#79a521)', GradientType=0);
    border-color: #79a521 #79a521 #4b6614;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #79a521;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #739d1f;
}
.btn-primary:hover:hover, .btn-primary:hover:active, .btn-primary:hover.active, .btn-primary:hover.disabled, .btn-primary:hover[disabled] {
    background-color: #79a521;
    *background-color: #6a901d;
    border-bottom-color: #4b6614;
}
.btn-primary:hover:active, .btn-primary:hover.active {
    background-color: #5a7b18 \9;
}

.btn-warning {
    background-color: #faae41;
    background-image: -moz-linear-gradient(top, #faae41, #faae41);
    background-image: -ms-linear-gradient(top, #faae41, #faae41);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faae41), to(#faae41));
    background-image: -webkit-linear-gradient(top, #faae41, #faae41);
    background-image: -o-linear-gradient(top, #faae41, #faae41);
    background-image: linear-gradient(top, #faae41, #faae41);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#faae41)', endColorstr='ie-hex-str(#faae41)', GradientType=0);
    border-color: #faae41 #faae41 #e98b06;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #faae41;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #fa9f1e;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #faae41;
    *background-color: #faa328;
    border-bottom-color: #e98b06;
}
.btn-warning:active, .btn-warning.active {
    background-color: #f9980f \9;
}
.btn-warning:hover {
    background-color: #f9a329;
    background-image: -moz-linear-gradient(top, #faae41, #f89406);
    background-image: -ms-linear-gradient(top, #faae41, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faae41), to(#f89406));
    background-image: -webkit-linear-gradient(top, #faae41, #f89406);
    background-image: -o-linear-gradient(top, #faae41, #f89406);
    background-image: linear-gradient(top, #faae41, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#faae41)', endColorstr='ie-hex-str(#f89406)', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #f89406;
}
.btn-warning:hover:hover, .btn-warning:hover:active, .btn-warning:hover.active, .btn-warning:hover.disabled, .btn-warning:hover[disabled] {
    background-color: #f89406;
    *background-color: #df8505;
    border-bottom-color: #ad6704;
}
.btn-warning:hover:active, .btn-warning:hover.active {
    background-color: #c67605 \9;
}

.btn-danger {
    background-color: #db205d;
    background-image: -moz-linear-gradient(top, #db205d, #db205d);
    background-image: -ms-linear-gradient(top, #db205d, #db205d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db205d), to(#db205d));
    background-image: -webkit-linear-gradient(top, #db205d, #db205d);
    background-image: -o-linear-gradient(top, #db205d, #db205d);
    background-image: linear-gradient(top, #db205d, #db205d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#db205d)', endColorstr='ie-hex-str(#db205d)', GradientType=0);
    border-color: #db205d #db205d #981641;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #db205d;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bc1b50;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #db205d;
    *background-color: #c51d54;
    border-bottom-color: #981641;
}
.btn-danger:active, .btn-danger.active {
    background-color: #af194a \9;
}
.btn-danger:hover {
    background-color: #d21e59;
    background-image: -moz-linear-gradient(top, #db205d, #c51d54);
    background-image: -ms-linear-gradient(top, #db205d, #c51d54);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db205d), to(#c51d54));
    background-image: -webkit-linear-gradient(top, #db205d, #c51d54);
    background-image: -o-linear-gradient(top, #db205d, #c51d54);
    background-image: linear-gradient(top, #db205d, #c51d54);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#db205d)', endColorstr='ie-hex-str(#c51d54)', GradientType=0);
    border-color: #c51d54 #c51d54 #821337;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #c51d54;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #a61846;
}
.btn-danger:hover:hover, .btn-danger:hover:active, .btn-danger:hover.active, .btn-danger:hover.disabled, .btn-danger:hover[disabled] {
    background-color: #c51d54;
    *background-color: #af194a;
    border-bottom-color: #821337;
}
.btn-danger:hover:active, .btn-danger:hover.active {
    background-color: #981641 \9;
}

.btn-success {
    background-color: #0b9222;
    background-image: -moz-linear-gradient(top, #0b9222, #0b9222);
    background-image: -ms-linear-gradient(top, #0b9222, #0b9222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b9222), to(#0b9222));
    background-image: -webkit-linear-gradient(top, #0b9222, #0b9222);
    background-image: -o-linear-gradient(top, #0b9222, #0b9222);
    background-image: linear-gradient(top, #0b9222, #0b9222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#0b9222)', endColorstr='ie-hex-str(#0b9222)', GradientType=0);
    border-color: #0b9222 #0b9222 #064b11;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #0b9222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #097a1c;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #0b9222;
    *background-color: #097a1c;
    border-bottom-color: #064b11;
}
.btn-success:active, .btn-success.active {
    background-color: #076317 \9;
}
.btn-success:hover {
    background-color: #0a861f;
    background-image: -moz-linear-gradient(top, #0b9222, #09761b);
    background-image: -ms-linear-gradient(top, #0b9222, #09761b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b9222), to(#09761b));
    background-image: -webkit-linear-gradient(top, #0b9222, #09761b);
    background-image: -o-linear-gradient(top, #0b9222, #09761b);
    background-image: linear-gradient(top, #0b9222, #09761b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#0b9222)', endColorstr='ie-hex-str(#09761b)', GradientType=0);
    border-color: #09761b #09761b #032e0b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #09761b;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #076317;
}
.btn-success:hover:hover, .btn-success:hover:active, .btn-success:hover.active, .btn-success:hover.disabled, .btn-success:hover[disabled] {
    background-color: #09761b;
    *background-color: #075e16;
    border-bottom-color: #032e0b;
}
.btn-success:hover:active, .btn-success:hover.active {
    background-color: #054610 \9;
}

.btn-info {
    /*
      background-color: #FF6C00;
      background-image: -moz-linear-gradient(top, #FF6C00, #FF6C00);
      background-image: -ms-linear-gradient(top, #FF6C00, #FF6C00);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF6C00), to(#FF6C00));
      background-image: -webkit-linear-gradient(top, #FF6C00, #FF6C00);
      background-image: -o-linear-gradient(top, #FF6C00, #FF6C00);
      background-image: linear-gradient(top, #FF6C00, #FF6C00);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#FF6C00)', endColorstr='ie-hex-str(#1bbf9c)', GradientType=0);
      border-color: #FF6C00 #FF6C00 #FF6C00;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
      *background-color: #FF6C00;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      border: 1px solid #FF6C00;
    */
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FF6C00;
    background-image: url("../images/landing/demo.png");
    background-origin: content-box;
    background-position: left center;
    background-repeat: no-repeat;

    border: 1px solid #FF6C00;
    width: 150px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #FF6C00;
    *background-color: #FF6C00;
    border-bottom-color: #FF6C00;
}
.btn-info:active, .btn-info.active {
    background-color: #FF6C00 \9;
}
.btn-info:hover {
    /*
  background-color: #FF6C00;
    background-image: -moz-linear-gradient(top, #FF6C00, #FF6C00);
    background-image: -ms-linear-gradient(top, #FF6C00, #FF6C00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF6C00), to(#FF6C00));
    background-image: -webkit-linear-gradient(top, #FF6C00, #FF6C00);
    background-image: -o-linear-gradient(top, #FF6C00, #FF6C00);
    background-image: linear-gradient(top, #FF6C00, #FF6C00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#FF6C00)', endColorstr='ie-hex-str(#17a486)', GradientType=0);
    border-color: #FF6C00 #FF6C00 #FF6C00;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #FF6C00;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #FF6C00;
    */
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FF6C00;
    background-image: url("../images/landing/demo.png");
    background-origin: content-box;
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #FF6C00;
    width: 150px;
}
.btn-info:hover:hover, .btn-info:hover:active, .btn-info:hover.active, .btn-info:hover.disabled, .btn-info:hover[disabled] {
    background-color: #FF6C00;
    *background-color: #FF6C00;
    border-bottom-color: #FF6C00;
}
.btn-info:hover:active, .btn-info:hover.active {
    background-color: #117862 \9;
}

.btn-inverse {
    background-color: #555555;
    background-image: -moz-linear-gradient(top, #555555, #555555);
    background-image: -ms-linear-gradient(top, #555555, #555555);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
    background-image: -webkit-linear-gradient(top, #555555, #555555);
    background-image: -o-linear-gradient(top, #555555, #555555);
    background-image: linear-gradient(top, #555555, #555555);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#555555)', endColorstr='ie-hex-str(#555555)', GradientType=0);
    border-color: #555555 #555555 #2f2f2f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #555555;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #434343;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #555555;
    *background-color: #484848;
    border-bottom-color: #2f2f2f;
}
.btn-inverse:active, .btn-inverse.active {
    background-color: #3b3b3b \9;
}
.btn-inverse:hover {
    background-color: #404040;
    background-image: -moz-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
    background-image: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -o-linear-gradient(top, #555555, #222222);
    background-image: linear-gradient(top, #555555, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#555555)', endColorstr='ie-hex-str(#222222)', GradientType=0);
    border-color: #222222 #222222 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #363636;
}
.btn-inverse:hover:hover, .btn-inverse:hover:active, .btn-inverse:hover.active, .btn-inverse:hover.disabled, .btn-inverse:hover[disabled] {
    background-color: #222222;
    *background-color: #151515;
    border-bottom-color: black;
}
.btn-inverse:hover:active, .btn-inverse:hover.active {
    background-color: #090909 \9;
}

.btn-selections {
    background-color: #049cdb;
    background-image: -moz-linear-gradient(top, #049cdb, #049cdb);
    background-image: -ms-linear-gradient(top, #049cdb, #049cdb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#049cdb), to(#049cdb));
    background-image: -webkit-linear-gradient(top, #049cdb, #049cdb);
    background-image: -o-linear-gradient(top, #049cdb, #049cdb);
    background-image: linear-gradient(top, #049cdb, #049cdb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#049cdb)', endColorstr='ie-hex-str(#049cdb)', GradientType=0);
    border-color: #049cdb #049cdb #036690;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #049cdb;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #0383b8;
}
.btn-selections:hover, .btn-selections:active, .btn-selections.active, .btn-selections.disabled, .btn-selections[disabled] {
    background-color: #049cdb;
    *background-color: #048ac2;
    border-bottom-color: #036690;
}
.btn-selections:active, .btn-selections.active {
    background-color: #0378a9 \9;
}
.btn-selections:hover {
    background-color: #0390cb;
    background-image: -moz-linear-gradient(top, #049cdb, #037fb3);
    background-image: -ms-linear-gradient(top, #049cdb, #037fb3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#049cdb), to(#037fb3));
    background-image: -webkit-linear-gradient(top, #049cdb, #037fb3);
    background-image: -o-linear-gradient(top, #049cdb, #037fb3);
    background-image: linear-gradient(top, #049cdb, #037fb3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#049cdb)', endColorstr='ie-hex-str(#037fb3)', GradientType=0);
    border-color: #037fb3 #037fb3 #024a68;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #037fb3;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #03719f;
}
.btn-selections:hover:hover, .btn-selections:hover:active, .btn-selections:hover.active, .btn-selections:hover.disabled, .btn-selections:hover[disabled] {
    background-color: #037fb3;
    *background-color: #036e9a;
    border-bottom-color: #024a68;
}
.btn-selections:hover:active, .btn-selections:hover.active {
    background-color: #025c81 \9;
}

.btn-premium {
    background-color: #7a43b6;
    background-image: -moz-linear-gradient(top, #7a43b6, #7a43b6);
    background-image: -ms-linear-gradient(top, #7a43b6, #7a43b6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7a43b6), to(#7a43b6));
    background-image: -webkit-linear-gradient(top, #7a43b6, #7a43b6);
    background-image: -o-linear-gradient(top, #7a43b6, #7a43b6);
    background-image: linear-gradient(top, #7a43b6, #7a43b6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#7a43b6)', endColorstr='ie-hex-str(#7a43b6)', GradientType=0);
    border-color: #7a43b6 #7a43b6 #552e7e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #7a43b6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #69399c;
}
.btn-premium:hover, .btn-premium:active, .btn-premium.active, .btn-premium.disabled, .btn-premium[disabled] {
    background-color: #7a43b6;
    *background-color: #6e3ca3;
    border-bottom-color: #552e7e;
}
.btn-premium:active, .btn-premium.active {
    background-color: #613591 \9;
}
.btn-premium:hover {
    background-color: #703da7;
    background-image: -moz-linear-gradient(top, #7a43b6, #613591);
    background-image: -ms-linear-gradient(top, #7a43b6, #613591);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7a43b6), to(#613591));
    background-image: -webkit-linear-gradient(top, #7a43b6, #613591);
    background-image: -o-linear-gradient(top, #7a43b6, #613591);
    background-image: linear-gradient(top, #7a43b6, #613591);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#7a43b6)', endColorstr='ie-hex-str(#613591)', GradientType=0);
    border-color: #613591 #613591 #3c2159;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #613591;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #552e7e;
}
.btn-premium:hover:hover, .btn-premium:hover:active, .btn-premium:hover.active, .btn-premium:hover.disabled, .btn-premium:hover[disabled] {
    background-color: #613591;
    *background-color: #552e7e;
    border-bottom-color: #3c2159;
}
.btn-premium:hover:active, .btn-premium:hover.active {
    background-color: #48286b \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: 0.3em;
}
.btn-group:before, .btn-group:after {
    display: table;
    content: "";
}
.btn-group:after {
    clear: both;
}
.btn-group:first-child {
    *margin-left: 0;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    margin-top: 9px;
    margin-bottom: 9px;
}
.btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.btn-group > .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.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 > .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    *padding-top: 4px;
    *padding-bottom: 4px;
}

.btn-group > .btn-mini.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
    *padding-top: 4px;
    *padding-bottom: 4px;
}

.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: #e0e0e0;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #79a521;
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #c51d54;
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #09761b;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #17a486;
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}
.btn-group.open .btn-selections.dropdown-toggle {
    background-color: #037fb3;
}

#mc-dropdown-free {
    cursor: pointer;
}

.btn .caret {
    margin-top: 7px;
    margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-mini .caret {
    margin-top: 5px;
}

.btn-small .caret {
    margin-top: 6px;
}

.btn-large .caret {
    margin-top: 6px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

.dropup .btn-large .caret {
    border-bottom: 5px solid black;
    border-top: 0;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret,
.btn-selections .caret {
    border-top-color: white;
    border-bottom-color: white;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}
.alert p {
    font-weight: normal;
}
.alert .btn {
    margin-top: 10px;
}
.alert ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.alert ul li {
    margin-bottom: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success > a {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #fbe5ec;
    border-color: #f9d8e8;
    color: #db205d;
}

.alert-danger > a,
.alert-error > a {
    color: #db205d;
}

.alert-info {
    background-color: #dffaf4;
    border-color: #bff6e1;
    color: #18a98a;
}

.alert-info > a {
    color: #18a98a;
}

.alert-premium {
    background-color: #efe8f7;
    border-color: #d8ceed;
    color: #6e3ca3;
}

.alert-help {
    background-color: #e0f5fe;
    border-color: #ade6fe;
    color: #048ac2;
}

.alert-help .text-link {
    color: #036690;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
    clear: both;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
}

.nav > li > a {
    display: block;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}



.lang {
    float: right;
    font-size: 12px;
    list-style: none outside none;
    margin-left: 0;
    margin-right: 10px;
    max-width: 200px;
}

.lang li {
    display: inline-table;
}

.lang > li > a {
    display: block;
    color: black;
}

.lang > li > a:hover {
    text-decoration: underline;
    /* background-color: #eeeeee; */
}

.logo {
    display: inline-block;
}


.nav > .pull-right {
    float: right;
}

.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a,
.nav-list > li > a:hover {
    padding: 3px 15px;
    border-bottom: none;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #63a42c;
    border-bottom: none;
}

.nav-list [class^="icon-"] {
    margin-right: 2px;
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white;
}

.nav-tabs,
.nav-pills {
    *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
    display: table;
    content: "";
}
.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs > li,
.nav-pills > li {
    float: left;
}

.nav-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-pills > li > a {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #555555;
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: none;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color: white;
    background-color: #999999;
    border-bottom: none;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li > a {
    margin-right: 0;
}

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
    border-color: #dddddd;
    z-index: 2;
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
    border-top-color: #63a42c;
    border-bottom-color: #63a42c;
    margin-top: 6px;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #3f681c;
    border-bottom-color: #3f681c;
}

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.nav > .dropdown.active > a:hover {
    color: black;
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    color: white;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: white;
    border-bottom-color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
    border-color: #999999;
}

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

.tab-content {
    overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #dddddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.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;
}
.tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #dddddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #dddddd #dddddd #dddddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #dddddd;
}

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

.tabs-left > .nav-tabs > li > a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
    border-color: #dddddd transparent #dddddd #dddddd;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #dddddd;
}

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

.tabs-right > .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
    border-color: #dddddd #dddddd #dddddd transparent;
    *border-left-color: white;
}

.breadcrumb {
    padding: 7px 14px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, white, #f5f5f5);
    background-image: -ms-linear-gradient(top, white, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, white, #f5f5f5);
    background-image: -o-linear-gradient(top, white, #f5f5f5);
    background-image: linear-gradient(top, white, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(white)', endColorstr='ie-hex-str(#f5f5f5)', GradientType=0);
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
}
.breadcrumb li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 white;
}
.breadcrumb .divider {
    padding: 0 5px;
    color: #999999;
}
.breadcrumb .active a {
    color: #333333;
}

.pagination {
    height: 36px;
    margin: 18px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    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 li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    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 li:last-child a {
    -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;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}
.pager:before, .pager:after {
    display: table;
    content: "";
}
.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: white;
    border: 1px solid #dddddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
    background-color: white;
    cursor: default;
}

.modal-open .dropdown-menu {
    z-index: 2050;
}
.modal-open .dropdown.open {
    *z-index: 2050;
}
.modal-open .popover {
    z-index: 2060;
}
.modal-open .tooltip {
    z-index: 2070;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}
.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: white;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.modal.fade {
    -webkit-transition: e("opacity .3s linear, top .3s ease-out");
    -moz-transition: e("opacity .3s linear, top .3s ease-out");
    -ms-transition: e("opacity .3s linear, top .3s ease-out");
    -o-transition: e("opacity .3s linear, top .3s ease-out");
    transition: e("opacity .3s linear, top .3s ease-out");
    top: -25%;
}
.modal.fade.in {
    top: 50%;
}
.modal > form {
    margin: 0;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eeeeee;
}
.modal-header .close {
    margin-top: 2px;
}

.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.95;
    filter: alpha(opacity=95);
}
.tooltip.top {
    margin-top: -2px;
}
.tooltip.right {
    margin-left: 2px;
}
.tooltip.bottom {
    margin-top: 2px;
}
.tooltip.left {
    margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #049cdb;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: -1px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #049cdb;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #049cdb;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -1px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #049cdb;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #049cdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    padding: 5px;
}
.popover.top {
    margin-top: -5px;
}
.popover.right {
    margin-left: 5px;
}
.popover.bottom {
    margin-top: 5px;
}
.popover.left {
    margin-left: -5px;
}
.popover.top .arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}
.popover.right .arrow {
    top: 50%;
    left: -1px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
}
.popover.bottom .arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}
.popover.left .arrow {
    top: 50%;
    right: -1px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
}
.popover .arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.popover-inner {
    padding: 1px;
    width: 280px;
    background: #aaaaaa;
    /*   background: rgba(0,0,0,.4); */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
    padding: 9px 15px;
    line-height: 1;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eeeeee;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.popover-content {
    padding: 14px;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.popover-content p, .popover-content ul, .popover-content ol {
    margin-bottom: 0;
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
}
.thumbnails:after {
    clear: both;
}

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
    border-color: #63a42c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
}

.label,
.badge {
    font-size: 9.75px;
    font-weight: bold;
    line-height: 14px;
    color: white;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.label {
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

.label {
    margin-right: 3px;
}

.badge {
    padding: 1px 9px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label a {
    cursor: pointer;
}
.label span {
    font-weight: bold;
    font-size: 9px;
    color: #3e5511;
    text-shadow: none;
}

a.label:hover, a.badge:hover {
    color: #f7f7f7;
    background-color: #919191;
    text-decoration: none;
    cursor: pointer;
    border-bottom: none;
}

.label-primary,
.badge-primary {
    background-color: #8cbf26;
}
.label-primary:hover,
.badge-primary:hover {
    background-color: #86b624;
}
.label-primary:after,
.badge-primary:after {
    border-color: transparent transparent transparent #8cbf26;
}
.label-primary[href],
.badge-primary[href] {
    background-color: #8cbf26;
}
.label-important,
.badge-important {
    background-color: #db205d;
}
.label-important:hover,
.badge-important:hover {
    background-color: #d21f59;
}
.label-important:after,
.badge-important:after {
    border-color: transparent transparent transparent #db205d;
}
.label-important[href],
.badge-important[href] {
    background-color: #af194a;
}
.label-warning,
.badge-warning {
    background-color: #f89406;
}
.label-warning:hover,
.badge-warning:hover {
    background-color: #ee8e06;
}
.label-warning:after,
.badge-warning:after {
    border-color: transparent transparent transparent #f89406;
}
.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}
.label-success,
.badge-success {
    background-color: #468847;
}
.label-success:hover,
.badge-success:hover {
    background-color: #438143;
}
.label-success:after,
.badge-success:after {
    border-color: transparent transparent transparent #468847;
}
.label-success[href],
.badge-success[href] {
    background-color: #356635;
}
.label-info,
.badge-info {
    background-color: #18a98a;
}
.label-info:hover,
.badge-info:hover {
    background-color: #17a082;
}
.label-info:after,
.badge-info:after {
    border-color: transparent transparent transparent #18a98a;
}
.label-info[href],
.badge-info[href] {
    background-color: #127c65;
}
.label-inverse,
.badge-inverse {
    background-color: #333333;
}
.label-inverse:hover,
.badge-inverse:hover {
    background-color: #2e2e2e;
}
.label-inverse:after,
.badge-inverse:after {
    border-color: transparent transparent transparent #333333;
}
.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}
.label-selections,
.badge-selections {
    background-color: #049cdb;
}
.label-selections:hover,
.badge-selections:hover {
    background-color: #0495d1;
}
.label-selections:after,
.badge-selections:after {
    border-color: transparent transparent transparent #049cdb;
}
.label-selections[href],
.badge-selections[href] {
    background-color: #0378a9;
}
.label-premium,
.badge-premium {
    background-color: #7a43b6;
}
.label-premium:hover,
.badge-premium:hover {
    background-color: #7540af;
}
.label-premium:after,
.badge-premium:after {
    border-color: transparent transparent transparent #7a43b6;
}
.label-premium[href],
.badge-premium[href] {
    background-color: #613591;
}

@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}

to {
    background-position: 0 0;
}
}

@-moz-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}

to {
    background-position: 0 0;
}
}

@-ms-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}

to {
    background-position: 0 0;
}
}

@-o-keyframes progress-bar-stripes {
    from {
    background-position: 0 0;
}

to {
    background-position: 40px 0;
}
}

@keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}

to {
    background-position: 0 0;
}
}

.progress {
    overflow: hidden;
    height: 10px;
    margin-bottom: 18px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#f5f5f5)', endColorstr='ie-hex-str(#f9f9f9)', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.progress .bar {
    width: 0%;
    height: 18px;
    color: white;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #6fac37;
    background-image: -moz-linear-gradient(top, #73b139, #6ba635);
    background-image: -ms-linear-gradient(top, #73b139, #6ba635);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73b139), to(#6ba635));
    background-image: -webkit-linear-gradient(top, #73b139, #6ba635);
    background-image: -o-linear-gradient(top, #73b139, #6ba635);
    background-image: linear-gradient(top, #73b139, #6ba635);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#73b139)', endColorstr='ie-hex-str(#6ba635)', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .bar {
    background-color: #73b139;
    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: -ms-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%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
    background-color: #e24679;
    background-image: -moz-linear-gradient(top, #e8608c, #db205d);
    background-image: -ms-linear-gradient(top, #e8608c, #db205d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8608c), to(#db205d));
    background-image: -webkit-linear-gradient(top, #e8608c, #db205d);
    background-image: -o-linear-gradient(top, #e8608c, #db205d);
    background-image: linear-gradient(top, #e8608c, #db205d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#e8608c)', endColorstr='ie-hex-str(#db205d)', GradientType=0);
}

.progress-danger.progress-striped .bar {
    background-color: #e34176;
    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: -ms-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%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

.progress-success .bar {
    background-color: #09831e;
    background-image: -moz-linear-gradient(top, #0a8920, #097a1c);
    background-image: -ms-linear-gradient(top, #0a8920, #097a1c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a8920), to(#097a1c));
    background-image: -webkit-linear-gradient(top, #0a8920, #097a1c);
    background-image: -o-linear-gradient(top, #0a8920, #097a1c);
    background-image: linear-gradient(top, #0a8920, #097a1c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#0a8920)', endColorstr='ie-hex-str(#097a1c)', GradientType=0);
}

.progress-success.progress-striped .bar {
    background-color: #0a8920;
    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: -ms-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%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

.progress-info .bar {
    background-color: #19b090;
    background-image: -moz-linear-gradient(top, #1ab695, #18a98a);
    background-image: -ms-linear-gradient(top, #1ab695, #18a98a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1ab695), to(#18a98a));
    background-image: -webkit-linear-gradient(top, #1ab695, #18a98a);
    background-image: -o-linear-gradient(top, #1ab695, #18a98a);
    background-image: linear-gradient(top, #1ab695, #18a98a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#1ab695)', endColorstr='ie-hex-str(#18a98a)', GradientType=0);
}

.progress-info.progress-striped .bar {
    background-color: #1ab695;
    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: -ms-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%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

.progress-warning .bar {
    background-color: #f9a732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-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(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ie-hex-str(#fbb450)', endColorstr='ie-hex-str(#f89406)', GradientType=0);
}

.progress-warning.progress-striped .bar {
    background-color: #fbb450;
    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: -ms-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%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
}

.accordion {
    margin-bottom: 18px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}
.hero-unit p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    color: inherit;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.clear {
    clear: both;
}

.invisible {
    visibility: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    .topbar #nav-main .base-branding {
        background: url(../images/topbar/base-logo@2x.png) no-repeat;
        background-size: 88px 30px;
    }

    .icn-email-10-teal {
        background: url("../images/icons/teal/mail@36.png") no-repeat 0px 0px;
        background-size: 18px 18px;
    }

    .icn-note-10-teal {
        background: url("../images/icons/teal/note@36.png") no-repeat 0px 0px;
        background-size: 18px 18px;
    }

    .icn-task-10-teal {
        background: url("../images/icons/teal/task@36.png") no-repeat 0px 0px;
        background-size: 18px 18px;
    }

    .icn-contact-10-light-gray {
        background: url("../images/icons/light-gray/contact@18.png") no-repeat 0px 4px;
        background-size: 9px 9px;
    }

    .icn-contact-10-teal {
        background: url("../images/icons/teal/contact@18.png") no-repeat 0px 4px;
        background-size: 9px 9px;
    }

    .icn-company-10-light-gray {
        background: url("../images/icons/light-gray/company@18.png") no-repeat 0px 4px;
        background-size: 9px 9px;
    }

    .icn-deal-10-light-gray {
        background: url("../images/icons/light-gray/deal@18.png") no-repeat 0px 4px;
        background-size: 9px 9px;
    }

    .icn-search-10-light-green {
        background: url("../images/icons/light-green/search@18.png") no-repeat 5px 7px #dddddd;
        background-size: 9px 9px;
    }

    .icn-hot-10-orange {
        background: url("../images/icons/orange/hot@18.png") no-repeat 0px 4px;
        background-size: 9px 9px;
    }

    .icn-hot-18-light-gray {
        background: url("../images/icons/light-gray/hot@36.png") no-repeat;
        background-size: 18px 18px;
    }

    .icn-hot-18-orange {
        background: url("../images/icons/orange/hot@36.png") no-repeat;
        background-size: 18px 18px;
    }

    .icn-company-18-teal {
        background: url("../images/icons/teal/company@36.png") no-repeat 0 4px;
        background-size: 18px 18px;
    }

    .icn-company-18-light-gray {
        background: url("../images/icons/light-gray/company@36.png") no-repeat 4px 14px;
        background-size: 18px 18px;
    }

    .icn-contact-18-light-gray {
        background: url("../images/icons/light-gray/contact@36.png") no-repeat 4px 14px;
        background-size: 18px 18px;
    }

    .icn-task-18-light-gray {
        background: url("../images/icons/light-gray/task@36.png") no-repeat 4px 14px;
        background-size: 18px 18px;
    }

    .icn-deal-18-light-gray {
        background: url("../images/icons/light-gray/deal@36.png") no-repeat 4px 14px;
        background-size: 18px 18px;
    }

    .icn-note-18-light-gray {
        background: url("../images/icons/light-gray/note@36.png") no-repeat 4px 14px;
        background-size: 18px 18px;
    }

    .icn-email-18-light-gray {
        background: url("../images/icons/light-gray/email@36.png") no-repeat 4px 14px;
        background-size: 18px 18px;
    }

    .contact-name.icn-contact-10-light-gray {
        background: url("../images/icons/light-gray/contact@18.png") no-repeat 0px 10px;
        background-size: 9px 9px;
    }
    .contact-name.icn-company-10-light-gray {
        background: url("../images/icons/light-gray/company@18.png") no-repeat 0px 8px;
        background-size: 9px 9px;
    }

    #container .powered-by-base .base-logo {
        background: url("../images/logo/logo-full@36.png") no-repeat;
        background-size: 53px 18px;
        width: 53px;
        height: 18px;
    }

    #login .login-branding {
        background: url("../images/logo/logo-login@2x.png");
        background-size: 167px 62px;
    }

    #container .inline-loader {
        background-size: 76px 24px;
        height: 24px;
        width: 76px;
        margin: 12px auto;
    }

    #container #devicesModal .devices {
        background: url("../images/layout/devices@2x.jpg");
        background-size: 400px 260px;
    }

    #body .bg-contact-10-light-gray,
    #body .bg-contact-10-light-gray:hover {
        background-image: url("../images/icons/light-gray/contact@18.png") no-repeat 0 4px;
        background-size: 9px 9px;
    }

    #body .bg-company-10-light-gray,
    #body .bg-company-10-light-gray:hover {
        background-image: url("../images/icons/light-gray/company@18.png") no-repeat 0 4px;
        background-size: 9px 9px;
    }

    #body .bg-deal-10-light-gray,
    #body .bg-deal-10-light-gray:hover {
        background-image: url("../images/icons/light-gray/deal@18.png") no-repeat 0 4px;
        background-size: 9px 9px;
    }

    #harvestModal .harvest-logo {
        background: url("../images/layout/harvest-logo-orange@2x.png") no-repeat;
        background-size: 150px 28px;
    }

    #container .integration-connect .title-bar .connect-google {
        background: url("../images/layout/connect-google@2x.png") no-repeat;
        background-size: 369px 52px;
    }

    #container .integration-connect .title-bar .connect-facebook {
        background: url("../images/layout/connect-facebook@2x.png") no-repeat;
        background-size: 369px 52px;
    }

    #container #ccModal .accepted-credit-cards {
        background: url("../images/layout/accepted-credit-cards@2x.png");
        background-size: 140px 21px;
    }

    #container #report-fux-pie {
        background: url("../images/layout/report-fux@2x.png") no-repeat;
        background-size: 200px 181px;
    }

    #container #report-fux-line {
        background: url("../images/layout/report-fux2@2x.png") no-repeat;
        background-size: 200px 181px;
    }

    #container .email-fux-img {
        background: url("../images/layout/email-fux@2x.png") no-repeat;
        background-size: 400px 206px;
    }
}
.global-notifications {
    top: 0;
    position: fixed;
    z-index: 4;
    font-size: 11px;
    width: 100%;
    text-align: center;
}
.global-notifications p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 24px;
}
.global-notifications .span12 {
    height: 24px;
    min-height: 24px;
}
.global-notifications .global-premium {
    background: #e2d5f0;
    color: #7a43b6;
}
.global-notifications .global-premium a {
    color: #7a43b6;
    font-weight: bold;
}
.global-notifications.global-help {
    background: #c7eefe;
    color: #048ac2;
}
.global-notifications.global-help a {
    color: #048ac2;
    font-weight: bold;
}

.topbar {
    border-bottom: 0;
    background: #333333;
    height: 4em;
    width: 100%;
    -webkit-box-shadow: 5px 0px 20px white, 5px 0px 10px white;
    -moz-box-shadow: 5px 0px 20px white, 5px 0px 10px white;
    box-shadow: 5px 0px 20px white, 5px 0px 10px white;
}
.topbar.fixed {
    position: fixed;
    z-index: 3;
    top: 0;
}

.global-notifications + .topbar {
    top: 24px;
}

#nav-main .base-branding {
    background: url(../images/topbar/base-logo.png) no-repeat;
    display: block;
    width: 88px;
    height: 30px;
    margin: 10px 15px 0 0;
    text-indent: -9999px;
    cursor: pointer;
}
#nav-main li {
    float: left;
}
#nav-main li a {
    color: #e5e5e5;
    font-size: 21px;
    line-height: 50px;
    padding: 0px 16px 2px;
    font-weight: normal;
}
#nav-main li a:hover, #nav-main li a:focus, #nav-main li a:active {
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    color: #8cbf26;
    background: none;
    border-bottom: none;
}
#nav-main li a#old-base {
    width: 80px;
    font-size: 11px;
    padding: 1px 4px 2px;
    color: #1bbf9c;
}
#nav-main li a#old-base:hover {
    color: #8cbf26;
}
#nav-main li.active a {
    color: #8cbf26;
    background: none;
}
#nav-main li.settings {
    font-weight: bold;
}
#nav-main .nav-separator {
    margin: 10px 6px;
    width: 0px;
    height: 30px;
    border-left: 1px solid #555555;
    border-right: 1px solid #111111;
}

#nav-right {
    margin-bottom: 0;
}

#nav-right li {
    float: left;
}
#nav-right li a {
    line-height: 50px;
    padding: 0 10px;
    color: #c5c5c5;
    font-weight: bold;
    font-size: 16px;
}
#nav-right li a:hover, #nav-right li a:focus, #nav-right li a:active {
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    color: #8cbf26;
    background-color: transparent;
    border-bottom: none;
}
#nav-right li a i.icon-angle-down {
    color: #aaaaaa;
    font-size: 12px;
}
#nav-right li.active a {
    color: #8cbf26;
    background-color: transparent;
}
#nav-right li#user-dd a {
    font-weight: normal;
}
#nav-right li .user-avatar {
    display: inline-block;
    margin: 12px 8px 0 0;
    float: left;
}
#nav-right li .user-avatar + a {
    padding-left: 38px;
}
#nav-right li .dropdown-menu li {
    float: none;
}
#nav-right li .dropdown-menu li a {
    line-height: 24px;
    color: #333333;
    font-size: 13px;
}
#nav-right li .dropdown-menu li:hover {
    background: #8cbf26;
}
#nav-right li .dropdown-menu li.user-name {
    padding: 6px 10px;
    font-size: 15px;
    color: #888888;
}
#nav-right li .dropdown-menu li.user-name:hover {
    background: none;
}

#nav-right li .dropdown-menu li .support {
    color: #049cdb;
}
#nav-right li .dropdown-menu li .support:hover {
    background-color: #17b8fb;
    color: white;
}

.circular-img {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    background: url(../docs/img/development/headshot-small.png) no-repeat;
    background-size: 26px 26px;
}

#nav-main li.active, #nav-right li.active {
    background: white;
    color: red;
}

.topbar .navbar-search {
    margin: 11px 0 0 12px;
}
.topbar .navbar-search input {
    font-size: 12px;
    padding-left: 20px;
    background-color: #dddddd;
    max-width: 130px;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -ms-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
.topbar .navbar-search input:focus {
    background-color: white;
}
.topbar #recently-viewed li a, .topbar #quick-add li a {
    font-weight: normal;
}
.topbar #recently-viewed li a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.container-fluid {
    max-width: 1400px;
    min-width: 960px;
    margin: auto;
}

#container {
    margin-top: 5em;
}

.global-notifications + .topbar + #container {
    margin-top: 6.5em;
}

footer {
    clear: both;
    /*
width:100%;

position:fixed;
bottom:0;
left:0;
    */


}

#uvTab {
    display: none !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.title-bar {
    margin-bottom: 10px;
}
.title-bar h1 {
    float: left;
    font-size: 18px;
}

/* Localized */
