@charset "UTF-8";

/**
 * Release: v1.7.0 build on 2016-2-16 7:48:33
 */
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

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

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

[hidden],
template {
    display: none;
}

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

body,
.label {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: inherit;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "“" "”" "‘" "’";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(102, 102, 102, 0.35);
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
.ui-button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
}

button,
.ui-button,
input {
    line-height: normal;
}

button,
.ui-button {
    overflow: visible;
}

button,
.ui-button,
select {
    text-transform: none;
}

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

button[disabled],
[disabled].ui-button,
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    .jumbotron p,
    #wrapper p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn>.caret,
    .index li>.caret,
    .index .li>.caret,
    button>.caret,
    .ui-button>.caret,
    .button>.caret,
    a.upload>.caret,
    .dropup>.btn>.caret,
    .index .dropup>li>.caret,
    .index .dropup>.li>.caret,
    .dropup>button>.caret,
    .dropup>.ui-button>.caret,
    .dropup>.button>.caret,
    .dropup>a.upload>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body,
.label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #4d4d4d;
    background-color: #eeeeee;
}

input,
button,
.ui-button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #008b8b;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #240a00;
    text-decoration: underline;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #4d4d4d;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #4d4d4d;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label,
.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
}

.form-control,
input[type="text"],
input[type="search"],
input[type="password"],
select,
textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cccccc;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

.form-control[disabled],
input[disabled][type="text"],
input[disabled][type="search"],
input[disabled][type="password"],
select[disabled],
textarea[disabled],
.form-control[readonly],
input[readonly][type="text"],
input[readonly][type="search"],
input[readonly][type="password"],
select[readonly],
textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="password"],
fieldset[disabled] select,
fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control,
textarea {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 34px;
    line-height: 1.42857 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 46px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.radio .label,
.checkbox label,
.checkbox .label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control,
.has-feedback input[type="text"],
.has-feedback input[type="search"],
.has-feedback input[type="password"],
.has-feedback select,
.has-feedback textarea {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #008b8b
}

.has-success .form-control,
.has-success input[type="text"],
.has-success input[type="search"],
.has-success input[type="password"],
.has-success select,
.has-success textarea {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus,
.has-success input[type="text"]:focus,
.has-success input[type="search"]:focus,
.has-success input[type="password"]:focus,
.has-success select:focus,
.has-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control,
.has-warning input[type="text"],
.has-warning input[type="search"],
.has-warning input[type="password"],
.has-warning select,
.has-warning textarea {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus,
.has-warning input[type="text"]:focus,
.has-warning input[type="search"]:focus,
.has-warning input[type="password"]:focus,
.has-warning select:focus,
.has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control,
.has-error input[type="text"],
.has-error input[type="search"],
.has-error input[type="password"],
.has-error select,
.has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus,
.has-error input[type="text"]:focus,
.has-error input[type="search"]:focus,
.has-error input[type="password"]:focus,
.has-error select:focus,
.has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8d8d8d;
}

@media (min-width: 768px) {

    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control,
    .navbar-form .form-control,
    .form-inline input[type="text"],
    .navbar-form input[type="text"],
    .form-inline input[type="search"],
    .navbar-form input[type="search"],
    .form-inline input[type="password"],
    .navbar-form input[type="password"],
    .form-inline select,
    .navbar-form select,
    .form-inline textarea,
    .navbar-form textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group,
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control,
    .form-inline .input-group input[type="text"],
    .navbar-form .input-group input[type="text"],
    .form-inline .input-group input[type="search"],
    .navbar-form .input-group input[type="search"],
    .form-inline .input-group input[type="password"],
    .navbar-form .input-group input[type="password"],
    .form-inline .input-group select,
    .navbar-form .input-group select,
    .form-inline .input-group textarea,
    .navbar-form .input-group textarea {
        width: auto;
    }

    .form-inline .input-group>.form-control,
    .navbar-form .input-group>.form-control,
    .form-inline .input-group>input[type="text"],
    .navbar-form .input-group>input[type="text"],
    .form-inline .input-group>input[type="search"],
    .navbar-form .input-group>input[type="search"],
    .form-inline .input-group>input[type="password"],
    .navbar-form .input-group>input[type="password"],
    .form-inline .input-group>select,
    .navbar-form .input-group>select,
    .form-inline .input-group>textarea,
    .navbar-form .input-group>textarea {
        width: 100%;
    }

    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn,
.index li,
.index .li,
button,
.ui-button,
.button,
a.upload {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.index li:focus,
.index .li:focus,
button:focus,
.ui-button:focus,
.button:focus,
a.upload:focus,
.btn:active:focus,
.index li:active:focus,
.index .li:active:focus,
button:active:focus,
.ui-button:active:focus,
.button:active:focus,
a.upload:active:focus,
.btn.active:focus,
.index li.active:focus,
.index .active.li:focus,
button.active:focus,
.active.ui-button:focus,
.active.button:focus,
a.active.upload:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.index li:hover,
.index .li:hover,
button:hover,
.ui-button:hover,
.button:hover,
a.upload:hover,
.btn:focus,
.index li:focus,
.index .li:focus,
button:focus,
.ui-button:focus,
.button:focus,
a.upload:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.index li:active,
.index .li:active,
button:active,
.ui-button:active,
.button:active,
a.upload:active,
.btn.active,
.index li.active,
.index .active.li,
button.active,
.active.ui-button,
.active.button,
a.active.upload {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.index li.disabled,
.index .disabled.li,
button.disabled,
.disabled.ui-button,
.disabled.button,
a.disabled.upload,
.btn[disabled],
.index li[disabled],
.index [disabled].li,
button[disabled],
[disabled].ui-button,
[disabled].button,
a[disabled].upload,
fieldset[disabled] .btn,
fieldset[disabled] .index li,
.index fieldset[disabled] li,
fieldset[disabled] .index .li,
.index fieldset[disabled] .li,
fieldset[disabled] button,
fieldset[disabled] .ui-button,
fieldset[disabled] .button,
fieldset[disabled] a.upload {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default,
.index li,
.index .li,
button,
.ui-button,
.button,
a.upload {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.index li:hover,
.index .li:hover,
button:hover,
.ui-button:hover,
.button:hover,
a.upload:hover,
.btn-default:focus,
.index li:focus,
.index .li:focus,
button:focus,
.ui-button:focus,
.button:focus,
a.upload:focus,
.btn-default:active,
.index li:active,
.index .li:active,
button:active,
.ui-button:active,
.button:active,
a.upload:active,
.btn-default.active,
.index li.active,
.index .active.li,
button.active,
.active.ui-button,
.active.button,
a.active.upload,
.open>.btn-default.dropdown-toggle,
.index .open>li.dropdown-toggle,
.index .open>.dropdown-toggle.li,
.open>button.dropdown-toggle,
.open>.dropdown-toggle.ui-button,
.open>.dropdown-toggle.button,
.open>a.dropdown-toggle.upload {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.index li:active,
.index .li:active,
button:active,
.ui-button:active,
.button:active,
a.upload:active,
.btn-default.active,
.index li.active,
.index .active.li,
button.active,
.active.ui-button,
.active.button,
a.active.upload,
.open>.btn-default.dropdown-toggle,
.index .open>li.dropdown-toggle,
.index .open>.dropdown-toggle.li,
.open>button.dropdown-toggle,
.open>.dropdown-toggle.ui-button,
.open>.dropdown-toggle.button,
.open>a.dropdown-toggle.upload {
    background-image: none;
}

.btn-default.disabled,
.index li.disabled,
.index .disabled.li,
button.disabled,
.disabled.ui-button,
.disabled.button,
a.disabled.upload,
.btn-default.disabled:hover,
.index li.disabled:hover,
.index .disabled.li:hover,
button.disabled:hover,
.disabled.ui-button:hover,
.disabled.button:hover,
a.disabled.upload:hover,
.btn-default.disabled:focus,
.index li.disabled:focus,
.index .disabled.li:focus,
button.disabled:focus,
.disabled.ui-button:focus,
.disabled.button:focus,
a.disabled.upload:focus,
.btn-default.disabled:active,
.index li.disabled:active,
.index .disabled.li:active,
button.disabled:active,
.disabled.ui-button:active,
.disabled.button:active,
a.disabled.upload:active,
.btn-default.disabled.active,
.index li.disabled.active,
.index .disabled.active.li,
button.disabled.active,
.disabled.active.ui-button,
.disabled.active.button,
a.disabled.active.upload,
.btn-default[disabled],
.index li[disabled],
.index [disabled].li,
button[disabled],
[disabled].ui-button,
[disabled].button,
a[disabled].upload,
.btn-default[disabled]:hover,
.index li[disabled]:hover,
.index [disabled].li:hover,
button[disabled]:hover,
[disabled].ui-button:hover,
[disabled].button:hover,
a[disabled].upload:hover,
.btn-default[disabled]:focus,
.index li[disabled]:focus,
.index [disabled].li:focus,
button[disabled]:focus,
[disabled].ui-button:focus,
[disabled].button:focus,
a[disabled].upload:focus,
.btn-default[disabled]:active,
.index li[disabled]:active,
.index [disabled].li:active,
button[disabled]:active,
[disabled].ui-button:active,
[disabled].button:active,
a[disabled].upload:active,
.btn-default[disabled].active,
.index li[disabled].active,
.index [disabled].active.li,
button[disabled].active,
[disabled].active.ui-button,
[disabled].active.button,
a[disabled].active.upload,
fieldset[disabled] .btn-default,
fieldset[disabled] .index li,
.index fieldset[disabled] li,
fieldset[disabled] .index .li,
.index fieldset[disabled] .li,
fieldset[disabled] button,
fieldset[disabled] .ui-button,
fieldset[disabled] .button,
fieldset[disabled] a.upload,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .index li:hover,
.index fieldset[disabled] li:hover,
fieldset[disabled] .index .li:hover,
.index fieldset[disabled] .li:hover,
fieldset[disabled] button:hover,
fieldset[disabled] .ui-button:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] a.upload:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .index li:focus,
.index fieldset[disabled] li:focus,
fieldset[disabled] .index .li:focus,
.index fieldset[disabled] .li:focus,
fieldset[disabled] button:focus,
fieldset[disabled] .ui-button:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] a.upload:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .index li:active,
.index fieldset[disabled] li:active,
fieldset[disabled] .index .li:active,
.index fieldset[disabled] .li:active,
fieldset[disabled] button:active,
fieldset[disabled] .ui-button:active,
fieldset[disabled] .button:active,
fieldset[disabled] a.upload:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .index li.active,
.index fieldset[disabled] li.active,
fieldset[disabled] .index .active.li,
.index fieldset[disabled] .active.li,
fieldset[disabled] button.active,
fieldset[disabled] .active.ui-button,
fieldset[disabled] .active.button,
fieldset[disabled] a.active.upload {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge,
.index li .badge,
.index .li .badge,
button .badge,
.ui-button .badge,
.button .badge,
a.upload .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #008b8b;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #240a00;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #cccccc;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #cccccc;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #cccccc;
}

.navbar-inverse .navbar-nav>li>a {
    color: #cccccc;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #cccccc;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #cccccc;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #cccccc;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.jumbotron .alert>p,
#wrapper .alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p,
#wrapper .alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

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

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-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-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

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

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    color: #cccccc;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.touch {
    -ms-touch-action: none;
}

.touch * {
    -webkit-touch-callout: none !important;
    touch-callout: none !important;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    -webkit-tap-highlight-color: transparent;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    not(input)-user-select: none;
    not(input)--moz-user-select: none;
    not(input)--webkit-user-select: none;
}

.touch * a,
.touch * input,
.touch * button,
.touch * .ui-button {
    -ms-touch-action: none !important;
}

.survey-wrapper:before,
.content-wrapper:before,
.navbar:before,
li[class*="withslider"] .slider-helptext:before,
.survey-wrapper:after,
.content-wrapper:after,
.navbar:after,
li[class*="withslider"] .slider-helptext:after {
    content: " ";
    display: table;
}

.survey-wrapper:after,
.content-wrapper:after,
.navbar:after,
li[class*="withslider"] .slider-helptext:after {
    clear: both;
}

input[type='radio']+label:before,
input[type='radio']+.label:before,
input[type='checkbox']+label:before,
input[type='checkbox']+.label:before,
.other-item label:before,
.other-item .label:before,
label.answer-comment-wrapper:before,
.answer-comment-wrapper.label:before,
td.radio-item label:before,
td.radio-item .label:before,
td.checkbox-item label:before,
td.checkbox-item .label:before,
.emtip:before,
.input-error .errormandatory:before,
.survey-question-help:before,
.star-rating:before,
.warningjs:before,
.ui-icon:before,
.ui-icon:after,
a.upload-edit:before,
.slider-reset:before {
    font-family: "surv";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type='radio']+label:before,
input[type='radio']+.label:before,
input[type='checkbox']+label:before,
input[type='checkbox']+.label:before,
.other-item label:before,
.other-item .label:before,
label.answer-comment-wrapper:before,
.answer-comment-wrapper.label:before,
td.radio-item label:before,
td.radio-item .label:before,
td.checkbox-item label:before,
td.checkbox-item .label:before,
.emtip:before,
.input-error .errormandatory:before,
.survey-question-help:before,
.star-rating:before,
.warningjs:before {
    font-size: 2.1rem;
}

.index li,
.index .li {
    height: auto;
    margin: 8px 2px;
    white-space: normal;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #4d4d4d;
    text-shadow: 0 1px 0 white;
    border-color: #959595;
    background-color: #eeeeee;
    background-color: #d5d5d5;
    background-image: -moz-linear-gradient(#eeeeee, #d5d5d5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#d5d5d5));
    background-image: -webkit-linear-gradient(#eeeeee, #d5d5d5);
    background-image: -o-linear-gradient(#eeeeee, #d5d5d5);
}

.index li:hover,
.index .li:hover {
    color: #1a1a1a;
    text-shadow: 0 1px 0 white;
    border-color: #959595;
    background-color: #d5d5d5;
    background-color: #c8c8c8;
    background-image: -moz-linear-gradient(#ebebeb, #c8c8c8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#c8c8c8));
    background-image: -webkit-linear-gradient(#ebebeb, #c8c8c8);
    background-image: -o-linear-gradient(#ebebeb, #c8c8c8);
}

.index li:active,
.index .li:active,
.index li:focus,
.index .li:focus {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: black;
    background-color: #6f6f6f;
    background-color: #888888;
    background-image: -moz-linear-gradient(#6f6f6f, #888888);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6f6f6f), to(#888888));
    background-image: -webkit-linear-gradient(#6f6f6f, #888888);
    background-image: -o-linear-gradient(#6f6f6f, #888888);
}

@font-face {
    font-family: "surv";
    src: url("fonts/survicon/surv.eot"), url("fonts/survicon/surv.eot?#iefix") format("embedded-opentype"), url("fonts/survicon/surv.woff") format("woff"), url("fonts/survicon/surv.ttf") format("truetype"), url("fonts/survicon/surv.svg#surv") format("svg");
    font-style: normal;
    font-weight: normal;
}

html {
    font-size: 62.5%;
}

body,
.label {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2.2rem;
}

body.tfr_responsive,
.tfr_responsive.label {
    /*background: #eeeeee url(images/squaregrid.gif) repeat fixed;*/
}

.main-wrapper {
    width: 100%;
}

.survey-wrapper,
.content-wrapper {
    width: auto !important;
    margin: 0 auto;
}

@media (min-width: 768px) {

    .survey-wrapper,
    .content-wrapper {
        max-width: 1200px;
    }
}

.survey-wrapper.small,
.content-wrapper.small {
    max-width: 395px;
}

.survey-wrapper {
    padding-top: 3rem;
}

@media (max-width: 768px) {
    .survey-wrapper {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .survey-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1199px) {
    .survey-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.index-navigation .survey-wrapper {
    padding-top: 4.5rem;
}

.content-wrapper {
    margin-top: 3rem;
}

body .content,
.label .content {
    max-width: 1200px;
    margin: 0 auto;
}

body .col-md-12,
.label .col-md-12 {
    float: none;
}

body.tfr_responsive .content,
.tfr_responsive.label .content {
    max-width: none;
    margin: 0 auto;
}

body.tfr_responsive .col-md-12,
.tfr_responsive.label .col-md-12 {
    float: none;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

*[class*='col-md'] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    *[class*='col-md'] {
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 768px) {
    *[class*='col-md'] {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    *[class*='col-md'] {
        padding: 1rem 0.75rem;
    }
}

.col-md-12 {
    padding: 0;
}

@media (min-width: 768px) {
    .col-md-12.surveyname {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 768px) {
    .col-md-12.surveyname {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

span:empty {
    display: none;
}

body,
.label {
    color: #4d4d4d;
    text-shadow: 0 1px 0 white;
}

h1,
.jumbotron h1,
#wrapper h1 {
    color: #008B8B;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.45rem;
    font-style: normal;
    font-weight: normal;
    line-height: 3.3rem;
}

h2,
h3 {
    color: #darkcyan;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.0825rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2.75rem;
}

@media (max-width: 768px) {

    h1,
    .jumbotron h1,
    #wrapper h1 {
        margin: 0 0 1.5rem;
    }
}

@media (min-width: 768px) {

    h1,
    .jumbotron h1,
    #wrapper h1 {
        margin: 1.5rem 0;
    }
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.5rem;
}

p,
.jumbotron p,
#wrapper p {
    margin: 0 0 0.75rem;
}

.text-info {
    color: #3268a2;
}

.text-info:hover {
    color: #1a3654;
}

.text-success {
    color: #638f4d;
}

.text-success:hover {
    color: #354d29;
}

.text-warning {
    color: #d77840;
}

.text-warning:hover {
    color: #924a1f;
}

.text-danger {
    color: #b20d28;
}

.text-danger:hover {
    color: #530613;
}

.panel-heading .text-danger {
    color: #b20d28;
}

.good {
    color: #638f4d;
}

.error,
.input-error .errormandatory,
.warningjs {
    color: #b20d28;
}

p.error,
.input-error p.errormandatory,
.input-error #wrapper p.errormandatory,
#wrapper .input-error p.errormandatory,
#wrapper p.error,
#wrapper p.warningjs,
p.warningjs {
    padding: 1.5rem;
}

.disabled {
    color: #666666;
}

.left {
    text-align: left;
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

ul,
ol {
    margin: 0;
    padding-left: 1.5rem;
}

ul {
    list-style: circle outside;
}

.answer .answer ul {
    margin: 0 auto;
    padding: 0;
}

li.answer-item {
    list-style: none;
}

li.multiplenumerichelp {
    list-style: none;
}

input[type="text"],
input[type="search"],
input[type="password"],
textarea {
    padding: 0.75rem 1rem;
    color: #4d4d4d;
    border-color: rgba(102, 102, 102, 0.35);
}

@media (min-width: 768px) {
    li[class*="inputwidth"] input {
        width: auto;
        max-width: 100%;
    }
}

textarea {
    max-width: 100%;
}

select {
    min-width: 25%;
}

@media (min-width: 768px) {
    select {
        width: auto;
        max-width: 100%;
    }
}

td select {
    width: 100%;
}

select.good {
    color: #4d4d4d;
}

select:hover {
    cursor: pointer;
}

label,
.label {
    font-weight: normal;
    margin: 0;
    background: none;
}

ul label,
ul .label {
    padding: 1.5rem 0;
}

.multiple-short-txt label,
.multiple-short-txt .label,
li:not(.withprefix) label.numeric-label,
li:not(.withprefix) .numeric-label.label,
li:not(.withsuffix) label.numeric-label,
li:not(.withsuffix) .numeric-label.label {
    padding-bottom: 0.75rem;
}

.multiple-short-txt li:first-of-type label,
.multiple-short-txt li:first-of-type .label,
.numeric-list li:not(.withprefix):first-of-type label,
.numeric-list li:not(.withprefix):first-of-type .label,
.numeric-list li:not(.withsuffix):first-of-type label,
.numeric-list li:not(.withsuffix):first-of-type .label,
.numeric-multi li:not(.withprefix):first-of-type label,
.numeric-multi li:not(.withprefix):first-of-type .label,
.numeric-multi li:not(.withsuffix):first-of-type label,
.numeric-multi li:not(.withsuffix):first-of-type .label {
    padding-top: 0;
}

.comment label,
.comment .label {
    margin-bottom: 0.75rem;
}

.withprefix input,
.withsuffix input {
    display: inline;
    margin: 0 0.75rem;
    max-width: 25%;
}

@media (max-width: 768px) {

    .withprefix input,
    .withsuffix input {
        max-width: 50%;
    }
}

.numberonly input,
input.numeric {
    width: auto;
    max-width: 100%;
}

table.numberonly input,
td.numberonly input {
    width: 100%;
}

.total input {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.total input[disabled='disabled'] {
    cursor: default;
    color: #3a3a35;
    background-color: rgba(255, 255, 255, 0.75);
}

select~input {
    margin-top: 1.5rem;
}

select.year,
select.month,
select.day,
select.hour,
select.minute,
select.second {
    display: inline;
    margin: 0 0.75rem;
    min-width: 15%;
}

@media (max-width: 768px) {

    select.year,
    select.month,
    select.day,
    select.hour,
    select.minute,
    select.second {
        width: auto;
        min-width: 25%;
    }
}

@media (max-width: 480px) {

    select.year,
    select.month,
    select.day,
    select.hour,
    select.minute,
    select.second {
        width: auto;
        margin: 0 0.5rem;
        min-width: 20%;
    }
}

.date select:first-of-type {
    margin-left: 0;
}

.date select:last-of-type {
    margin-right: 0;
}

.radio-list li,
.checkbox-list li,
.checkbox-text-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(102, 102, 102, 0.35);
}

.radio-list li:hover,
.checkbox-list li:hover,
.checkbox-text-list li:hover {
    color: #008b8b;
    background-color: rgba(238, 238, 238, 0.5);
}

.radio-list li label,
.radio-list li .label,
.checkbox-list li label,
.checkbox-list li .label,
.checkbox-text-list li label,
.checkbox-text-list li .label {
    position: relative;
    display: block;
    padding-left: 4.5rem;
}

.radio-list li label.otheritem,
.radio-list li .otheritem.label,
.radio-list li label[for*='othertext'],
.radio-list li [for*='othertext'].label,
.checkbox-list li label.otheritem,
.checkbox-list li .otheritem.label,
.checkbox-list li label[for*='othertext'],
.checkbox-list li [for*='othertext'].label,
.checkbox-text-list li label.otheritem,
.checkbox-text-list li .otheritem.label,
.checkbox-text-list li label[for*='othertext'],
.checkbox-text-list li [for*='othertext'].label {
    padding-top: 0;
    padding-right: 1.5rem;
}

.multiple-opt-comments .radio-list li.other label[for*='other'],
.multiple-opt-comments .radio-list li.other [for*='other'].label,
.multiple-opt-comments .checkbox-list li.other label[for*='other'],
.multiple-opt-comments .checkbox-list li.other [for*='other'].label,
.multiple-opt-comments .checkbox-text-list li.other label[for*='other'],
.multiple-opt-comments .checkbox-text-list li.other [for*='other'].label {
    padding-right: 1.5rem;
}

.multiple-opt-comments .radio-list li.other label[for*='other'] input,
.multiple-opt-comments .radio-list li.other [for*='other'].label input,
.multiple-opt-comments .checkbox-list li.other label[for*='other'] input,
.multiple-opt-comments .checkbox-list li.other [for*='other'].label input,
.multiple-opt-comments .checkbox-text-list li.other label[for*='other'] input,
.multiple-opt-comments .checkbox-text-list li.other [for*='other'].label input {
    margin-top: 1.5rem;
}

.radio-list li label.answer-comment-wrapper,
.radio-list li .answer-comment-wrapper.label,
.checkbox-list li label.answer-comment-wrapper,
.checkbox-list li .answer-comment-wrapper.label,
.checkbox-text-list li label.answer-comment-wrapper,
.checkbox-text-list li .answer-comment-wrapper.label {
    padding-right: 1.5rem;
}

.radio-list label:hover,
.radio-list .label:hover,
.radio-list input:focus+label,
.radio-list input:focus+.label,
.checkbox-list label:hover,
.checkbox-list .label:hover,
.checkbox-list input:focus+label,
.checkbox-list input:focus+.label,
.checkbox-text-list label:hover,
.checkbox-text-list .label:hover,
.checkbox-text-list input:focus+label,
.checkbox-text-list input:focus+.label {
    cursor: pointer;
}

input[type='radio'],
input[type='checkbox'] {
    visibility: hidden;
    position: absolute;
    margin: 0;
    height: 0;
}

input[type='radio']+label:before,
input[type='radio']+.label:before,
input[type='checkbox']+label:before,
input[type='checkbox']+.label:before,
.other-item label:before,
.other-item .label:before,
label.answer-comment-wrapper:before,
.answer-comment-wrapper.label:before {
    position: absolute;
    left: 1.25rem;
    color: #4d4d4d;
    opacity: 0.15;
    filter: alpha(opacity=15);
}

input[type='radio']+label:hover:before,
input[type='radio']+.label:hover:before,
input[type='checkbox']+label:hover:before,
input[type='checkbox']+.label:hover:before,
.other-item label:hover:before,
.other-item .label:hover:before,
label.answer-comment-wrapper:hover:before,
.answer-comment-wrapper.label:hover:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

input[type='radio']+label:before,
input[type='radio']+.label:before,
.radio.other-item label.answertext:before,
.radio.other-item .answertext.label:before {
    content: "";
}

input[type='checkbox']+label:before,
input[type='checkbox']+.label:before,
.checkbox.other-item label.answertext:before,
.checkbox.other-item .answertext.label:before {
    content: "";
}

label[class*="comment"]:before,
[class*="comment"].label:before {
    /* Hide comment icon Done by Luis - 2016-09-2016
  content: ""; */
}

input[type='radio']:checked+label,
input[type='radio']:checked+.label,
input[type='checkbox']:checked+label,
input[type='checkbox']:checked+.label {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background-color: #008b8b;
    background-image: -moz-linear-gradient(#638f4d, #3c763d);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#638f4d), to(#3c763d));
    background-image: -webkit-linear-gradient(#638f4d, #496b38);
    background-image: -o-linear-gradient(#638f4d, #496b38);
}

input[type='radio']:checked+label:hover,
input[type='radio']:checked+.label:hover,
input[type='checkbox']:checked+label:hover,
input[type='checkbox']:checked+.label:hover {
    color: white;
}

input[type='radio']:checked+label:before,
input[type='radio']:checked+.label:before,
input[type='checkbox']:checked+label:before,
input[type='checkbox']:checked+.label:before {
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

input[type='radio']:checked~label[for*="other"],
input[type='radio']:checked~[for*="other"].label,
input[type='radio']:checked~label.commented,
input[type='radio']:checked~.commented.label,
input[type='checkbox']:checked~label[for*="other"],
input[type='checkbox']:checked~[for*="other"].label,
input[type='checkbox']:checked~label.commented,
input[type='checkbox']:checked~.commented.label {
    background-color: #496b38;
}

input[type='radio']:checked+label:before,
input[type='radio']:checked+.label:before {
    content: "";
}

input[type='checkbox']:checked+label:before,
input[type='checkbox']:checked+.label:before {
    content: "";
}

.other-item label.checked,
.other-item .checked.label {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background-color: #496b38;
    background-image: -moz-linear-gradient(#638f4d, #496b38);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#638f4d), to(#496b38));
    background-image: -webkit-linear-gradient(#638f4d, #496b38);
    background-image: -o-linear-gradient(#638f4d, #496b38);
}

.other-item label.checked:hover,
.other-item .checked.label:hover {
    color: white;
}

.other-item label.checked:before,
.other-item .checked.label:before {
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

.comment label.commented,
.comment .commented.label {
    background-color: #496b38;
}

.comment label.commented:before,
.comment .commented.label:before {
    color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

input[type='radio']:checked+label:hover,
input[type='radio']:checked+.label:hover {
    cursor: default;
}

input[type='radio'][disabled='disabled']+label,
input[type='radio'][disabled='disabled']+.label,
input[type='checkbox'][disabled='disabled']+label,
input[type='checkbox'][disabled='disabled']+.label {
    color: #666666;
    cursor: not-allowed;
}

input[type='radio'][disabled='disabled']+label:hover:before,
input[type='radio'][disabled='disabled']+.label:hover:before,
input[type='checkbox'][disabled='disabled']+label:hover:before,
input[type='checkbox'][disabled='disabled']+.label:hover:before {
    opacity: 0.15;
    filter: alpha(opacity=15);
}

input[type='radio'][disabled='disabled']:checked+label,
input[type='radio'][disabled='disabled']:checked+.label,
input[type='checkbox'][disabled='disabled']:checked+label,
input[type='checkbox'][disabled='disabled']:checked+.label {
    text-shadow: 0 1px 0 white;
    background-color: #eeeeee;
    background-color: #e2e2e2;
    background-image: -moz-linear-gradient(#eeeeee, #e2e2e2);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e2e2));
    background-image: -webkit-linear-gradient(#eeeeee, #e2e2e2);
    background-image: -o-linear-gradient(#eeeeee, #e2e2e2);
}

input[type='radio'][disabled='disabled']:checked+label:before,
input[type='radio'][disabled='disabled']:checked+.label:before,
input[type='checkbox'][disabled='disabled']:checked+label:before,
input[type='checkbox'][disabled='disabled']:checked+.label:before {
    color: #4d4d4d;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

input[type='radio'][disabled='disabled']:checked+label:hover,
input[type='radio'][disabled='disabled']:checked+.label:hover,
input[type='checkbox'][disabled='disabled']:checked+label:hover,
input[type='checkbox'][disabled='disabled']:checked+.label:hover {
    color: #666666;
}

input[type='radio'][disabled='disabled']:checked+label:hover:before,
input[type='radio'][disabled='disabled']:checked+.label:hover:before,
input[type='checkbox'][disabled='disabled']:checked+label:hover:before,
input[type='checkbox'][disabled='disabled']:checked+.label:hover:before {
    color: #4d4d4d;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

input[type='radio'][disabled='disabled']:checked~label[for*="other"],
input[type='radio'][disabled='disabled']:checked~[for*="other"].label,
input[type='checkbox'][disabled='disabled']:checked~label[for*="other"],
input[type='checkbox'][disabled='disabled']:checked~[for*="other"].label {
    background-color: #e2e2e2;
}

@media (max-width: 768px) {

    [class*="array"] not[class*="responsive-tables"] td label,
    [class*="array"] not[class*="responsive-tables"] td .label {
        font-size: 0px;
    }
}

@media (min-width: 768px) {

    [class*="array"] td label,
    [class*="array"] td .label {
        font-size: 0px;
    }
}

td.radio-item input.radio,
td.radio-item input.checkbox,
td.checkbox-item input.radio,
td.checkbox-item input.checkbox {
    display: none;
}

td.radio-item label,
td.radio-item .label,
td.checkbox-item label,
td.checkbox-item .label {
    position: relative;
    height: 22px;
    color: transparent;
    text-shadow: none;
}

td.radio-item label:before,
td.radio-item .label:before,
td.checkbox-item label:before,
td.checkbox-item .label:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #4d4d4d;
    opacity: 0.15;
    filter: alpha(opacity=15);
}

td.radio-item label:hover:before,
td.radio-item .label:hover:before,
td.checkbox-item label:hover:before,
td.checkbox-item .label:hover:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

td.radio-item label.hide,
td.radio-item .hide.label,
td.checkbox-item label.hide,
td.checkbox-item .hide.label {
    display: block !important;
    max-height: 2.2rem;
}

.register td.radio-item label,
.register td.radio-item .label,
.register td.checkbox-item label,
.register td.checkbox-item .label {
    color: inherit;
}

.register td.radio-item label:before,
.register td.radio-item .label:before,
.register td.checkbox-item label:before,
.register td.checkbox-item .label:before {
    content: "";
}

.register td.radio-item label.hide,
.register td.radio-item .hide.label,
.register td.checkbox-item label.hide,
.register td.checkbox-item .hide.label {
    display: none !important;
}

td.radio-item label img,
td.radio-item .label img,
td.checkbox-item label img,
td.checkbox-item .label img {
    display: none;
}

td.radio-item.checked label:before,
td.radio-item.checked .label:before,
td.checkbox-item.checked label:before,
td.checkbox-item.checked .label:before {
    color: #638f4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

td.radio-item label:before,
td.radio-item .label:before {
    content: "";
}

td.radio-item.checked label,
td.radio-item.checked .label {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    background-color: transparent;
    background-image: -moz-linear-gradient(transparent, transparent);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
}

td.radio-item.checked label:hover,
td.radio-item.checked .label:hover {
    color: transparent;
}

td.radio-item.checked label:before,
td.radio-item.checked .label:before {
    content: "";
}

td.checkbox-item label:before,
td.checkbox-item .label:before {
    content: "";
}

td.checkbox-item input[type='checkbox']:checked+label,
td.checkbox-item input[type='checkbox']:checked+.label {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    background-color: transparent;
    background-image: -moz-linear-gradient(transparent, transparent);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: -o-linear-gradient(transparent, transparent);
}

td.checkbox-item input[type='checkbox']:checked+label:before,
td.checkbox-item input[type='checkbox']:checked+.label:before {
    color: #638f4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

.register-form {
    margin-top: 1.5rem;
}

table {
    width: 100%;
}

table tr {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(102, 102, 102, 0.35);
}

table thead th {
    text-align: center;
}

table tbody .headings th {
    text-align: center;
}

table tbody tr:hover {
    color: #008b8b;
    background-color: rgba(238, 238, 238, 0.5);
}

table th {
    text-align: left;
    padding: 1.5rem 0.75rem;
    font-weight: normal;
}

table th.answertext {
    font-weight: normal;
}

table td {
    padding: 1.5rem 0.75rem;
    text-align: center;
}

table td.register-form-label {
    text-align: left;
}

table.table-striped>tbody>tr:hover td,
table.table-striped>tbody>tr:hover th {
    background-color: rgba(238, 238, 238, 0.5);
}

table .dual_scale_separator,
table td.ddarrayseparator {
    background: url(images/dot-1x3.png) repeat-y center top;
    opacity: 0.75;
}

table tbody .dsheader {
    display: none;
}

table colgroup col.radio-list {
    border-top: none;
}

table td.total label,
table td.total .label {
    display: block;
}

table.cols tr.total,
table.cols tr.total th,
table.cols tr.total td {
    background-color: rgba(238, 238, 238, 0.75) !important;
}

table.rows tr.total,
table.rows tr.total th,
table.rows td.total,
table.both tr.total,
table.both tr.total th,
table.both td.total {
    background-color: rgba(238, 238, 238, 0.75) !important;
}

@media (max-width: 768px) {
    .responsive-tables table {
        display: block;
    }

    .responsive-tables table thead,
    .responsive-tables table tbody,
    .responsive-tables table th,
    .responsive-tables table td,
    .responsive-tables table tr {
        display: block;
    }

    .responsive-tables table thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-tables table tr:not([class="ruler"]):hover {
        color: #4d4d4d;
    }

    .responsive-tables table.table-striped>tbody>tr:nth-child(odd) td,
    .responsive-tables table.table-striped>tbody>tr:nth-child(odd) th {
        background-color: transparent;
    }

    .responsive-tables table.table-striped>tbody>tr:hover td,
    .responsive-tables table.table-striped>tbody>tr:hover th {
        background-color: transparent;
    }

    .responsive-tables table tr.repeat.headings {
        display: none;
    }

    .responsive-tables table .dual_scale_separator,
    .responsive-tables table td.ddarrayseparator {
        background: url(images/dot-3x1.png) repeat-x left center;
    }

    .responsive-tables table .dual_scale_separator:hover,
    .responsive-tables table td.ddarrayseparator:hover {
        cursor: default;
        background-color: transparent;
    }

    .responsive-tables table th {
        padding-left: 0;
        width: 100% !important;
    }

    .responsive-tables table td {
        position: relative;
        white-space: normal;
    }

    .responsive-tables table td label,
    .responsive-tables table td .label {
        text-align: left;
    }

    .responsive-tables table td.radio-item label,
    .responsive-tables table td.radio-item .label,
    .responsive-tables table td.checkbox-item label,
    .responsive-tables table td.checkbox-item .label {
        padding-left: 3rem;
        color: #4d4d4d;
        text-shadow: 0 1px 0 white;
    }

    .responsive-tables table td.radio-item label:hover,
    .responsive-tables table td.radio-item .label:hover,
    .responsive-tables table td.checkbox-item label:hover,
    .responsive-tables table td.checkbox-item .label:hover {
        color: #008b8b;
    }

    .responsive-tables table td.radio-item.checked label,
    .responsive-tables table td.radio-item.checked .label,
    .responsive-tables table td.checkbox-item input[type="checkbox"]:checked+label,
    .responsive-tables table td.checkbox-item input[type="checkbox"]:checked+.label {
        color: #4d4d4d;
        text-shadow: 0 1px 0 white;
    }

    .responsive-tables table td.radio-item label img,
    .responsive-tables table td.radio-item .label img {
        display: inline;
    }

    .responsive-tables table td.dropdown-item label,
    .responsive-tables table td.dropdown-item .label {
        display: block !important;
        padding-bottom: 0.75rem;
    }

    .responsive-tables table td.text-item label,
    .responsive-tables table td.text-item .label,
    .responsive-tables table td.text-item input {
        display: inline-block !important;
    }

    .responsive-tables table td.text-item label,
    .responsive-tables table td.text-item .label {
        width: 28%;
    }

    .responsive-tables table td.text-item input {
        width: 70%;
    }

    .responsive-tables table td.numberonly input {
        width: 30%;
        margin-right: 40%;
    }

    .responsive-tables table.table-striped>tbody>tr td:hover {
        background-color: rgba(238, 238, 238, 0.5);
    }

    .responsive-tables table tbody .dsheader {
        display: block;
        text-align: center;
        opacity: 0.75;
        padding: 0;
    }

    .responsive-tables table tbody .dsheader:before {
        content: attr(data-title);
    }
}

@media (max-width: 768px) {
    table {
        max-width: 100%;
        background-color: transparent;
    }

    th {
        text-align: left;
    }

    .table {
        width: 100%;
        margin-bottom: 20px;
    }

    .table>thead>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>th,
    .table>tbody>tr>td,
    .table>tfoot>tr>th,
    .table>tfoot>tr>td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table>caption+thead>tr:first-child>th,
    .table>caption+thead>tr:first-child>td,
    .table>colgroup+thead>tr:first-child>th,
    .table>colgroup+thead>tr:first-child>td,
    .table>thead:first-child>tr:first-child>th,
    .table>thead:first-child>tr:first-child>td {
        border-top: 0;
    }

    .table>tbody+tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #eeeeee;
    }

    .table-condensed>thead>tr>th,
    .table-condensed>thead>tr>td,
    .table-condensed>tbody>tr>th,
    .table-condensed>tbody>tr>td,
    .table-condensed>tfoot>tr>th,
    .table-condensed>tfoot>tr>td {
        padding: 5px;
    }

    .table-bordered {
        border: 1px solid #ddd;
    }

    .table-bordered>thead>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tbody>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>tfoot>tr>td {
        border: 1px solid #ddd;
    }

    .table-bordered>thead>tr>th,
    .table-bordered>thead>tr>td {
        border-bottom-width: 2px;
    }

    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
        background-color: rgba(238, 238, 238, 0.25);
    }

    .table-hover>tbody>tr:hover>td,
    .table-hover>tbody>tr:hover>th {
        background-color: rgba(238, 238, 238, 0.5);
    }

    table col[class*="col-"] {
        position: static;
        float: none;
        display: table-column;
    }

    table td[class*="col-"],
    table th[class*="col-"] {
        position: static;
        float: none;
        display: table-cell;
    }

    .table>thead>tr>td.active,
    .table>thead>tr>th.active,
    .table>thead>tr.active>td,
    .table>thead>tr.active>th,
    .table>tbody>tr>td.active,
    .table>tbody>tr>th.active,
    .table>tbody>tr.active>td,
    .table>tbody>tr.active>th,
    .table>tfoot>tr>td.active,
    .table>tfoot>tr>th.active,
    .table>tfoot>tr.active>td,
    .table>tfoot>tr.active>th {
        background-color: rgba(238, 238, 238, 0.5);
    }

    .table-hover>tbody>tr>td.active:hover,
    .table-hover>tbody>tr>th.active:hover,
    .table-hover>tbody>tr.active:hover>td,
    .table-hover>tbody>tr:hover>.active,
    .table-hover>tbody>tr.active:hover>th {
        background-color: rgba(225, 225, 225, 0.5);
    }

    .table>thead>tr>td.success,
    .table>thead>tr>th.success,
    .table>thead>tr.success>td,
    .table>thead>tr.success>th,
    .table>tbody>tr>td.success,
    .table>tbody>tr>th.success,
    .table>tbody>tr.success>td,
    .table>tbody>tr.success>th,
    .table>tfoot>tr>td.success,
    .table>tfoot>tr>th.success,
    .table>tfoot>tr.success>td,
    .table>tfoot>tr.success>th {
        background-color: #dff0d8;
    }

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

    .table>thead>tr>td.info,
    .table>thead>tr>th.info,
    .table>thead>tr.info>td,
    .table>thead>tr.info>th,
    .table>tbody>tr>td.info,
    .table>tbody>tr>th.info,
    .table>tbody>tr.info>td,
    .table>tbody>tr.info>th,
    .table>tfoot>tr>td.info,
    .table>tfoot>tr>th.info,
    .table>tfoot>tr.info>td,
    .table>tfoot>tr.info>th {
        background-color: #d9edf7;
    }

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

    .table>thead>tr>td.warning,
    .table>thead>tr>th.warning,
    .table>thead>tr.warning>td,
    .table>thead>tr.warning>th,
    .table>tbody>tr>td.warning,
    .table>tbody>tr>th.warning,
    .table>tbody>tr.warning>td,
    .table>tbody>tr.warning>th,
    .table>tfoot>tr>td.warning,
    .table>tfoot>tr>th.warning,
    .table>tfoot>tr.warning>td,
    .table>tfoot>tr.warning>th {
        background-color: #fcf8e3;
    }

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

    .table>thead>tr>td.danger,
    .table>thead>tr>th.danger,
    .table>thead>tr.danger>td,
    .table>thead>tr.danger>th,
    .table>tbody>tr>td.danger,
    .table>tbody>tr>th.danger,
    .table>tbody>tr.danger>td,
    .table>tbody>tr.danger>th,
    .table>tfoot>tr>td.danger,
    .table>tfoot>tr>th.danger,
    .table>tfoot>tr.danger>td,
    .table>tfoot>tr.danger>th {
        background-color: #f2dede;
    }

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

@media screen and (max-width: 768px) and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

@media (max-width: 992px) {
    div.cols {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    div.cols {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    div.cols:first-of-type {
        padding-left: 0;
    }

    div.cols:last-of-type {
        padding-right: 0;
    }
}

@media (min-width: 991px) and (max-width: 992px) {
    div.cols[class*='6']:nth-of-type(odd) {
        padding-right: 0.75rem;
    }

    div.cols[class*='6']:nth-of-type(even) {
        padding-left: 0.75rem;
    }
}

@media (min-width: 991px) and (max-width: 992px) {
    div.cols[class*='4']:nth-of-type(3n+2) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.cols[class*='3']:nth-of-type(odd) {
        padding-right: 0.75rem;
    }

    div.cols[class*='3']:nth-of-type(even) {
        padding-left: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.cols[class*='2']:nth-of-type(3n+2) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    div.cols[class*='5'] {
        width: 20%;
    }
}

button,
.ui-button,
.button,
a.upload {
    margin: 0 0.75rem;
    padding: 0.5rem 1rem;
    height: auto;
    white-space: normal;
    font-size: 1.4rem;
    line-height: 2.2rem;
    vertical-align: middle;
    color: #4d4d4d;
    text-shadow: 0 1px 0 white;
    border-color: #959595;
    background-color: #eeeeee;
    background-color: #d5d5d5;
    background-image: -moz-linear-gradient(#eeeeee, #d5d5d5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#d5d5d5));
    background-image: -webkit-linear-gradient(#eeeeee, #d5d5d5);
    background-image: -o-linear-gradient(#eeeeee, #d5d5d5);
}

button:first-of-type,
.ui-button:first-of-type,
.button:first-of-type,
a.upload:first-of-type {
    margin-left: 0;
}

button:last-of-type,
.ui-button:last-of-type,
.button:last-of-type,
a.upload:last-of-type {
    margin-right: 0;
}

button a,
.ui-button a,
.button a,
a.upload a {
    color: #4d4d4d;
}

button:hover,
.ui-button:hover,
.button:hover,
a.upload:hover {
    color: #1a1a1a;
    text-shadow: 0 1px 0 white;
    border-color: #959595;
    background-color: #d5d5d5;
    background-color: #c8c8c8;
    background-image: -moz-linear-gradient(#ebebeb, #c8c8c8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#c8c8c8));
    background-image: -webkit-linear-gradient(#ebebeb, #c8c8c8);
    background-image: -o-linear-gradient(#ebebeb, #c8c8c8);
}

button:hover a,
.ui-button:hover a,
.button:hover a,
a.upload:hover a {
    text-decoration: none;
    color: #1a1a1a;
}

button:active,
.ui-button:active,
button:focus,
.ui-button:focus,
.button:active,
.button:focus,
a.upload:active,
a.upload:focus {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: black;
    background-color: #6f6f6f;
    background-color: #888888;
    background-image: -moz-linear-gradient(#6f6f6f, #888888);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6f6f6f), to(#888888));
    background-image: -webkit-linear-gradient(#6f6f6f, #888888);
    background-image: -o-linear-gradient(#6f6f6f, #888888);
}

button:active a,
.ui-button:active a,
button:focus a,
.ui-button:focus a,
.button:active a,
.button:focus a,
a.upload:active a,
a.upload:focus a {
    color: white;
}

/*button.primary, .primary.ui-button, .ui-dialog button.upload-button, .ui-dialog .upload-button.ui-button, #movesubmitbtn, #movenextbtn {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  border-color: #08101a;
  background-color: #3268a2;
  background-color: #264f7b;
  background-image: -moz-linear-gradient(#3268a2, #264f7b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3268a2), to(#264f7b));
  background-image: -webkit-linear-gradient(#3268a2, #264f7b);
  background-image: -o-linear-gradient(#3268a2, #264f7b); }
  button.primary:hover, .primary.ui-button:hover, .ui-dialog button.upload-button:hover, .ui-dialog .upload-button.ui-button:hover, #movesubmitbtn:hover, #movenextbtn:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: #08101a;
    background-color: #264f7b;
    background-color: #204268;
    background-image: -moz-linear-gradient(#31659e, #204268);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31659e), to(#204268));
    background-image: -webkit-linear-gradient(#31659e, #204268);
    background-image: -o-linear-gradient(#31659e, #204268); }
  button.primary:active, .primary.ui-button:active, .ui-dialog button.upload-button:active, .ui-dialog .upload-button.ui-button:active, button.primary:focus, .primary.ui-button:focus, .ui-dialog button.upload-button:focus, .ui-dialog .upload-button.ui-button:focus, #movesubmitbtn:active, #movesubmitbtn:focus, #movenextbtn:active, #movenextbtn:focus {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: black;
    background-color: #1a3654;
    background-color: #264f7b;
    background-image: -moz-linear-gradient(#1a3654, #264f7b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a3654), to(#264f7b));
    background-image: -webkit-linear-gradient(#1a3654, #264f7b);
    background-image: -o-linear-gradient(#1a3654, #264f7b); }*/

/*Changed by Luis - 2016-09-28*/
button.primary,
.primary.ui-button,
.ui-dialog button.upload-button,
.ui-dialog .upload-button.ui-button,
#movesubmitbtn,
#movenextbtn {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: #002a2a;
    background-color: #008b8b;
    background-color: #004343;
    background-image: -moz-linear-gradient(#008b8b, #004343);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008b8b), to(#004343));
    background-image: -webkit-linear-gradient(#008b8b, #004343);
    background-image: -o-linear-gradient(#008b8b, #004343);
}

button.primary:hover,
.primary.ui-button:hover,
.ui-dialog button.upload-button:hover,
.ui-dialog .upload-button.ui-button:hover,
#movesubmitbtn:hover,
#movenextbtn:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: #002a2a;
    background-color: #008b8b;
    background-color: #016f6f;
    background-image: -moz-linear-gradient(#008b8b, #016f6f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008b8b), to(#016f6f));
    background-image: -webkit-linear-gradient(#008b8b, #016f6f);
    background-image: -o-linear-gradient(#008b8b, #016f6f);
}

button.primary:active,
.primary.ui-button:active,
.ui-dialog button.upload-button:active,
.ui-dialog .upload-button.ui-button:active,
button.primary:focus,
.primary.ui-button:focus,
.ui-dialog button.upload-button:focus,
.ui-dialog .upload-button.ui-button:focus,
#movesubmitbtn:active,
#movesubmitbtn:focus,
#movenextbtn:active,
#movenextbtn:focus {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: black;
    background-color: #008b8b;
    background-color: #117a7a;
    background-image: -moz-linear-gradient(#008b8b, #117a7a);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008b8b), to(#117a7a));
    background-image: -webkit-linear-gradient(#008b8b, #117a7a);
    background-image: -o-linear-gradient(#008b8b, #117a7a);
}

.navbar {
    position: relative;
    margin-bottom: 1.5rem;
}

.navbar.navbar-default {
    border: none;
    background: none;
}

.navbar .navbar-header {
    width: 100%;
    padding: 0 0.75rem;
}

.navbar .navigation {
    text-align: center;
}

.navbar .navbar-toggle {
    margin: 0;
    border-color: #959595;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #959595;
    box-shadow: 0 1px 0 white;
}

.navbar .navbar-toggle:active .icon-bar {
    background-color: white;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.navbar .navbar-collapse {
    clear: left;
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: center;
    border: none;
}

.navbar .navbar-collapse button,
.navbar .navbar-collapse .ui-button {
    width: auto;
}

@media (max-width: 768px) {
    .navbar .navbar-collapse.pull-right {
        float: left !important;
    }
}

#navigator .navbar-toggle {
    position: absolute;
    right: 1.5rem;
}

body[class*="index-"] .survey-wrapper .survey-heading,
[class*="index-"].label .survey-wrapper .survey-heading {
    margin-top: 4.5rem;
}

.panel {
    border: none;
    border-radius: 4px;
    background-color: transparent;
}

.panel.group {
    background-color: transparent;
}

.panel.group>.panel-body {
    padding: 0;
}

.panel.question {
    border: 1px solid rgba(102, 102, 102, 0.35);
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 3rem;
}

.group-heading {
    padding: 1rem 1.5rem;
}

@media (max-width: 768px) {
    .group-heading {
        padding: 1rem 1rem;
    }
}

.group-heading h1,
.group-heading #wrapper h1,
#wrapper .group-heading h1 {
    margin: 0;
    font-size: 2.0825rem;
}

.group-heading p:last-of-type,
.group-heading #wrapper p:last-of-type,
#wrapper .group-heading p:last-of-type {
    margin-bottom: 0;
}

.panel-heading {
    /*background-color: #eeeeee;
  background-color: #e2e2e2;
  background-image: -moz-linear-gradient(#eeeeee, #e2e2e2);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e2e2));
  background-image: -webkit-linear-gradient(#eeeeee, #e2e2e2);
  background-image: -o-linear-gradient(#eeeeee, #e2e2e2);*/
    /*Changed by Luis - 2016-09-28*/
    background-color: #ffffff;
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(#ffffff, #eeeeee);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
    background-image: -o-linear-gradient(#ffffff, #eeeeee);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-heading .panel-title {
    font-size: 1.61rem;
    color: #008b8b;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0;
}

*[id*='question'] .panel-heading {
    padding: 1rem 1.5rem;
}

@media (max-width: 768px) {
    *[id*='question'] .panel-heading {
        padding: 1rem 1rem;
    }
}

*[id*='question'] .panel-body {
    padding: 1.5rem;
}

@media (max-width: 768px) {
    *[id*='question'] .panel-body {
        padding: 1.5rem 1rem;
    }
}

.panel.question.input-error {
    border-color: #b20d28;
    background-color: rgba(178, 13, 40, 0.05);
    box-shadow: 0 0 5px #b20d28;
}

.panel.question.input-error .panel-heading {
    background-color: #b20d28;
    background-color: #8f1a2c;
    background-image: -moz-linear-gradient(#b20d28, #8f1a2c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b20d28), to(#8f1a2c));
    background-image: -webkit-linear-gradient(#b20d28, #8f1a2c);
    background-image: -o-linear-gradient(#b20d28, #8f1a2c);
}

.panel.question.input-error .panel-heading .panel-title,
.panel.question.input-error .panel-heading .question-code {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.index h2 {
    text-align: center;
}

.index {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.35);
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.index .index-header,
.index .index-body {
    max-width: 1200px;
}

.index .index-header {
    margin: 1.5rem auto;
}

.index .navbar-toggle {
    display: block;
    margin-right: 1.5rem;
    padding: 5px;
}

.index .navbar-toggle .icon-bar {
    width: 12px;
    height: 1px;
    border-radius: 1px;
}

.index .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.index .navbar-toggle:active .icon-bar {
    background-color: white;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.index .navbar-toggle {
    margin-top: 0.25rem;
}

.index .tfr-progress+.navbar-toggle {
    margin-top: -2.25rem;
}

.index .index-body {
    margin: 0 auto 1.5rem;
    padding: 0 1.5rem;
}

.index .index-body .navbar-collapse {
    clear: both;
    padding-top: 0;
}

@media (min-width: 768px) {
    .index .index-body .navbar-collapse.collapse {
        display: none !important;
    }
}

.index h2 {
    font-size: 1.61rem;
}

.index ol,
.index .ol,
.index ul,
.index .ul {
    padding: 0;
}

.index ol,
.index .ol {
    counter-reset: my-badass-counter;
}

.index ol li:before,
.index ol .li:before,
.index .ol li:before,
.index .ol .li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
}

.index li,
.index .li {
    display: block;
}

.index li.current,
.index .li.current {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: #2e1000;
    background-color: #e05000;
    background-color: #008b8b;
    background-image: -moz-linear-gradient(#e05000, #008b8b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05000), to(#008b8b));
    background-image: -webkit-linear-gradient(#e05000, #008b8b);
    background-image: -o-linear-gradient(#e05000, #008b8b);
}

.index li.current:hover,
.index .li.current:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-color: #2e1000;
    background-color: #008b8b;
    background-color: #571900;
    background-image: -moz-linear-gradient(#db4e00, #571900);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#db4e00), to(#571900));
    background-image: -webkit-linear-gradient(#db4e00, #571900);
    background-image: -o-linear-gradient(#db4e00, #571900);
}

.index .li {
    border-radius: 4px;
}

img.logo {
    max-width: 100%;
}

#progress-wrapper {
    display: none;
}

#tfr-progressbar {
    height: 2.25rem;
    width: 70%;
    margin: 0 auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(102, 102, 102, 0.35);
    border-bottom-color: white;
    border-radius: 4px;
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(white, #eeeeee);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#eeeeee));
    background-image: -webkit-linear-gradient(white, #eeeeee);
    background-image: -o-linear-gradient(white, #eeeeee);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

@media (min-width: 480px) {
    #tfr-progressbar {
        width: 50%;
    }
}

.progress-bar,
.progress-bar[aria-valuenow="0"] {
    font-size: 1.19rem;
    line-height: 2.25rem;
    min-width: 30px;
    color: white;
    background-color: #e05000;
    background-color: #008b8b;
    background-image: -moz-linear-gradient(#e05000, #008b8b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e05000), to(#008b8b));
    background-image: -webkit-linear-gradient(#e05000, #008b8b);
    background-image: -o-linear-gradient(#e05000, #008b8b);
    transition: none;
}

.tfr-progress {
    margin: -1.5rem 0 1.5rem 0;
}

body[class*="index-"] .tfr-progress,
[class*="index-"].label .tfr-progress {
    margin: 0;
}

.languageswitcher {
    text-align: center;
}

@media (min-width: 992px) {
    .survey-heading .languageswitcher {
        text-align: right;
    }
}

.languageswitcher label,
.languageswitcher .label {
    padding: 0;
    font-weight: normal;
    border-radius: 0;
    font-size: 1.19rem;
    color: #4d4d4d;
    text-shadow: 0 1px 0 white;
    display: inline;
    padding-right: 1.5rem;
}

.languageswitcher select {
    display: inline;
    margin: 1.5rem auto;
}

.panel-heading .question-text {
    line-height: 2.2rem;
}

.panel-heading .question-text p,
.panel-heading .question-text #wrapper p,
#wrapper .panel-heading .question-text p {
    margin: 0;
}

.panel-heading .question-text p:first-of-type,
.panel-heading .question-text #wrapper p:first-of-type,
#wrapper .panel-heading .question-text p:first-of-type {
    display: inline;
}

.panel-heading .question-text ul,
.panel-heading .question-text ol {
    margin: 0 0 0.75rem;
}

.panel-heading .question-text ul {
    padding-left: 2.25rem;
}

.panel-heading .question-text ol {
    padding-left: 2.625rem;
}

.panel-heading .question-number {
    padding-right: 0.75rem;
}

.panel-heading .question-code {
    display: block;
    line-height: 2.2rem;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.19rem;
    color: #008b8b;
}

.panel-heading .question-code:before {
    content: "[ ";
}

.panel-heading .question-code:after {
    content: " ]";
}

.panel-heading div.em_equation {
    display: inline;
}

.help-wrapper,
.answers-wrapper .tip,
.question-help,
.helptext {
    color: rgba(77, 77, 77, 0.8);
}

.panel-heading .text-danger {
    padding-right: 0.75rem;
}

.emtip,
.text-danger,
.text-success,
.question-help {
    margin-bottom: 0.75rem;
}

.questionhelp,
.text-danger .errormandatory {
    margin: 0 0.5rem;
}

.text-danger br {
    display: none;
}

.emtip {
    padding-bottom: 2px;
}

.hide-tip .emtip.good {
    display: none;
}

.emtip:before {
    font-weight: normal;
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding-right: 0.75rem;
    vertical-align: top;
}

.emtip.error:before,
.input-error .emtip.errormandatory:before,
.emtip.warningjs:before {
    content: "";
}

.emtip.good {
    color: #48D1CC;
}

.emtip.good:before {
    color: #638f4d;
    content: "";
}

.dragDropRanking .emtip>div {
    display: inline;
}

.input-error .errormandatory {
    padding-bottom: 2px;
}

.input-error .errormandatory:before {
    content: "";
    font-weight: normal;
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding-right: 0.75rem;
    vertical-align: top;
}

.answer .comment {
    margin-top: 1.5rem;
}

.survey-question-help {
    position: relative;
    margin: 1.5rem 1.5rem 0;
    margin: 1.5rem 1.5rem 0;
    padding: 0 0 0 1.5rem;
    color: #48D1CC;
    text-shadow: 0 1px 0 white;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.survey-question-help:before {
    /* Hide info icon in help - Luis 2016-09-14
    content: "";
    */
    color: #638f4d;
    opacity: 0.85;
    filter: alpha(opacity=85);
    position: absolute;
    left: -1.5rem;
}

.survey-question-help img[alt="Help"] {
    display: none;
}

.survey-question-help ul,
.survey-question-help ol {
    margin: 0 0 0.75rem;
}

.survey-question-help p+ul,
.survey-question-help .jumbotron p+ul,
.survey-question-help #wrapper p+ul,
#wrapper .survey-question-help p+ul,
.survey-question-help p+ol,
.survey-question-help .jumbotron p+ol,
.survey-question-help #wrapper p+ol,
#wrapper .survey-question-help p+ol {
    margin-top: -0.75rem;
}

.survey-question-help ul {
    padding-left: 1.8rem;
}

.survey-question-help ol {
    padding-left: 2.25rem;
}

.boilerplate .survey-question-help,
.equation .survey-question-help {
    margin: 0 2rem 0;
}

/* jQuery UI CSS Framework 1.8.20 */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-clearfix:before {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

iframe {
    border: none;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget .ui-button {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div:not(.ui-dialog).ui-widget-content {
    padding: 1.5rem;
}

.ui-widget-content {
    border: 1px solid rgba(102, 102, 102, 0.35);
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ui-dialog .ui-widget-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #4d4d4d;
}

.ui-state-default a {
    color: #4d4d4d;
}

.ui-state-default a:link,
.ui-state-default a:visited {
    color: #4d4d4d;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    color: #1a1a1a;
}

.ui-state-hover a {
    color: #1a1a1a;
}

.ui-state-hover a:hover {
    color: #1a1a1a;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: #008b8b;
}

.ui-state-active:hover,
.ui-widget-content .ui-state-active:hover,
.ui-widget-header .ui-state-active:hover {
    cursor: default;
}

.ui-state-active a {
    color: #008b8b;
}

.ui-state-active a:hover {
    cursor: default;
}

.ui-state-active a:link,
.ui-state-active a:visited {
    color: #008b8b;
}

.ui-widget :active {
    outline: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #3268a2;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #3268a2;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    color: #b20d28;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #b20d28;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
}

.ui-icon:before,
.ui-icon:after {
    vertical-align: middle;
}

.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-accordion {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

/* jQuery UI Menu 1.8.20 */
/* http://docs.jquery.com/UI/Menu#theming */
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 0.2em 0.4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-button {
    display: inline-block;
    position: relative;
    zoom: 1;
    overflow: visible;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only,
.ui-button-icon-only.ui-button {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only,
.ui-button-icons-only.ui-button {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

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

.ui-dialog {
    position: absolute;
    overflow-y: visible;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .ui-dialog {
        width: 90% !important;
    }
}

@media (min-width: 768px) {
    .ui-dialog {
        width: 50% !important;
    }
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1rem 1.5rem;
    background-color: #eeeeee;
    background-color: #e2e2e2;
    background-image: -moz-linear-gradient(#eeeeee, #e2e2e2);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e2e2));
    background-image: -webkit-linear-gradient(#eeeeee, #e2e2e2);
    background-image: -o-linear-gradient(#eeeeee, #e2e2e2);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-title {
    font-size: 1.61rem;
}

.ui-dialog .ui-dialog-content {
    width: 100% !important;
    overflow: auto;
    zoom: 1;
    padding: 1.5rem;
}

.ui-dialog button.upload-button,
.ui-dialog .upload-button.ui-button {
    color: red;
    background: none;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 1.5rem;
    background-color: #eeeeee;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-dialog #notice .success,
.ui-dialog #notice .error,
.ui-dialog #notice .input-error .errormandatory,
.input-error .ui-dialog #notice .errormandatory,
.ui-dialog #notice .warningjs {
    background-image: none;
}

.ui-dialog #notice .success {
    color: #638f4d;
    border-color: #638f4d;
    background-color: rgba(99, 143, 77, 0.05);
}

.ui-dialog #notice .error,
.ui-dialog #notice .input-error .errormandatory,
.input-error .ui-dialog #notice .errormandatory,
.ui-dialog #notice .warningjs {
    color: #b20d28;
    border-color: #b20d28;
    background-color: rgba(178, 13, 40, 0.05);
}

a.upload-edit {
    display: inline;
    width: auto;
    height: auto;
    color: #4d4d4d;
    background: none;
}

a.upload-edit:hover {
    color: #008b8b;
    text-decoration: none;
}

a.upload-edit:before {
    content: "";
    font-weight: normal;
    opacity: 0.85;
    filter: alpha(opacity=85);
    vertical-align: top;
    padding-right: 0.75rem;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 0.2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a {
    cursor: pointer;
}

.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

input.hasDatepicker {
    display: inline-block;
    width: 200px;
    margin-right: 0.75rem;
}

button.ui-datepicker-trigger,
.ui-datepicker-trigger.ui-button {
    color: #4d4d4d;
    text-shadow: 0 1px 0 white;
    border-color: #d5d5d5;
    background-color: #eeeeee;
}

.ui-datepicker {
    display: none;
    min-width: 270px;
}

a.ui-datepicker-prev,
a.ui-datepicker-next {
    display: inline-block;
    width: 50%;
    margin-bottom: 0.75rem;
    color: #4d4d4d;
}

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
    color: 008b8b;
    text-decoration: none;
}

a.ui-datepicker-prev:not(.ui-state-disabled) span,
a.ui-datepicker-next:not(.ui-state-disabled) span {
    cursor: pointer;
}

a.ui-datepicker-prev .ui-icon:before {
    content: "";
    padding-right: 0.75rem;
}

a.ui-datepicker-next .ui-icon {
    text-align: right;
}

a.ui-datepicker-next .ui-icon:after {
    content: "";
    padding-left: 0.75rem;
}

.ui-datepicker-title select {
    display: inline;
    width: 49%;
}

.ui-datepicker-title select:first-of-type {
    margin-right: 2%;
}

.ui-datepicker-calendar td {
    padding: 0;
    background-color: transparent !important;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    display: block;
    padding: 1.125rem;
}

.ui-datepicker-calendar td a:hover {
    text-decoration: none;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background-color: #638f4d;
}

.ui-datepicker-calendar td a.ui-state-active {
    text-decoration: none;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(99, 143, 77, 0.85);
}

.ui-timepicker-div dl dt {
    margin: 0 0 3rem 0;
}

.ui-timepicker-div dl dt:not([class$="time_label"]) {
    padding: 0.25rem 0 0 0;
}

.ui-timepicker-div dl dt[class$="time_label"] {
    padding-left: 0;
}

.ui-timepicker-div dl dd {
    margin: 0 0 3rem 35%;
}

.ui-timepicker-div dl dd .ui-slider-horizontal {
    margin: 0 1.5rem;
}

.ui-datepicker-close {
    float: right;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

li[class*="withslider"] {
    position: relative;
}

li[class*="withslider"] .slider-helptext {
    margin: -1.5rem 1.5rem 1.5rem;
}

li[class*="withslider"].withreset .slider-helptext {
    margin-right: 3.45rem;
}

li[class*="withslider"] .slider_lefttext,
li[class*="withslider"] .slider_righttext {
    max-width: 40%;
}

li[class*="withslider"] .slider_lefttext {
    float: left;
    left: 1.5rem;
    text-align: left;
}

li[class*="withslider"] .slider_righttext {
    float: right;
    right: 1.5rem;
    text-align: right;
}

.slider-wrapper {
    width: 100%;
    float: none;
    margin: 0;
}

.slider-labels {
    padding: 0;
    height: 1.5rem;
}

.slider-label {
    width: 100%;
}

@media (max-width: 768px) {
    .slider-label {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .slider-label {
        text-align: left;
    }
}

.slider-background {
    padding: 0;
    height: auto;
    background: none;
}

.slider-background .slider-rating,
.page-odd .slider-background .slider-rating {
    visibility: visible;
    width: auto;
    height: auto;
    margin: 3rem 10%;
}

.slider-rating a.ui-slider-handle,
.page-odd .slider-rating a.ui-slider-handle {
    width: 3rem;
    height: 4.5rem;
    top: -0.75rem;
    margin-left: -1.5rem;
    border-color: rgba(102, 102, 102, 0.35);
    background-color: white;
    background-image: -moz-linear-gradient(#eeeeee, white);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(white));
    background-image: -webkit-linear-gradient(#eeeeee, white);
    background-image: -o-linear-gradient(#eeeeee, white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background-color: white;
    background-image: -moz-linear-gradient(#d5d5d5, white);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5d5d5), to(white));
    background-image: -webkit-linear-gradient(#d5d5d5, white);
    background-image: -o-linear-gradient(#d5d5d5, white);
}

.slider-rating a.ui-slider-handle:hover,
.page-odd .slider-rating a.ui-slider-handle:hover {
    cursor: pointer;
}

.slider-rating a.ui-slider-handle:before,
.slider-rating a.ui-slider-handle:after,
.page-odd .slider-rating a.ui-slider-handle:before,
.page-odd .slider-rating a.ui-slider-handle:after {
    border-top: 1px solid rgba(102, 102, 102, 0.35);
}

.slider-emoticon-wrapper {
    padding: 0;
    text-align: center;
}

.slider-emoticon {
    float: none;
    display: inline-block;
}

.ui-slider.ui-widget-content {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ui-slider-horizontal {
    height: 3rem;
    margin: 3rem 1.5rem;
}

.withreset .ui-slider-horizontal {
    margin-right: 3.45rem;
}

.ui-slider {
    font-size: 1.19rem;
}

.ui-slider .ui-slider-handle {
    width: 3rem;
    height: 4.5rem;
    top: -0.75rem;
    margin-left: -1.5rem;
    border-color: rgba(102, 102, 102, 0.35);
    background-color: white;
    background-image: -moz-linear-gradient(#eeeeee, white);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(white));
    background-image: -webkit-linear-gradient(#eeeeee, white);
    background-image: -o-linear-gradient(#eeeeee, white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background-color: white;
    background-image: -moz-linear-gradient(#d5d5d5, white);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5d5d5), to(white));
    background-image: -webkit-linear-gradient(#d5d5d5, white);
    background-image: -o-linear-gradient(#d5d5d5, white);
}

.ui-slider .ui-slider-handle:hover {
    cursor: pointer;
}

.ui-slider .ui-slider-handle:before,
.ui-slider .ui-slider-handle:after {
    border-top: 1px solid rgba(102, 102, 102, 0.35);
}

.ui-slider .ui-slider-handle .icon-bar {
    position: absolute;
    display: block;
    width: 2rem;
    left: 0.5rem;
    top: 1.6875rem;
    height: 1px;
    border-radius: 1px;
    background-color: rgba(102, 102, 102, 0.35);
    box-shadow: 0 1px 0 white;
}

.ui-slider .ui-slider-handle .icon-bar+.icon-bar {
    margin-top: 0.5rem;
}

.ui-slider .ui-slider-handle .icon-bar+.icon-bar+.icon-bar {
    margin-top: 1rem;
}

.ui-slider .slider-callout {
    line-height: 3rem;
    text-align: center;
    margin: -3.75rem 0 0 0;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.ui-slider .slider-showmin,
.ui-slider .slider-showmax {
    position: absolute;
    top: -3.75rem;
}

.ui-slider .slider-showmin {
    left: -0.5rem;
}

.ui-slider .slider-showmax {
    right: -0.5rem;
}

li.slider-initial .slider-callout,
li.slider-was-reset .slider-callout {
    color: #4d4d4d;
    text-shadow: 0 1px 0 white;
    border: 1px solid rgba(102, 102, 102, 0.35);
    background-color: #eeeeee;
}

li.slider-initial .slider-callout:empty,
li.slider-was-reset .slider-callout:empty {
    border: none;
}

li.slider-slide .slider-callout {
    background-color: #657b5a;
}

li.slider-set .slider-callout {
    font-weight: bold;
    background-color: #638f4d;
}

.slider-reset {
    position: relative;
    float: right;
    z-index: 10;
    margin-top: -6rem;
    width: auto;
    height: 3rem;
    line-height: 3rem;
    text-indent: 0;
    background: none;
    font-size: 0;
}

.slider-reset:hover,
.slider-reset:active {
    background-position: 0;
    background-color: transparent;
}

.slider-reset:before {
    font-size: 1.4rem;
    content: "";
    color: #4d4d4d;
}

.slider-reset:hover,
.slider-reset:active {
    text-decoration: none;
}

.slider-reset:hover:before,
.slider-reset:active:before {
    color: #b20d28;
}

.stars-list {
    width: 60%;
    margin: 0 auto;
}

.star-rating {
    background: none;
    text-align: center;
    width: 16.667%;
    height: 3rem;
    line-height: 3rem;
}

.star-rating:before {
    color: #4d4d4d;
    content: "";
}

.star-rating:hover,
.star-rating:active {
    text-decoration: none;
}

.star-rating.star:before {
    content: "";
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.star-rating.star:hover:before,
.star-rating.star:active:before {
    color: #586e4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

.star-rating.star-rated:before {
    content: "";
    color: #638f4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

.star-rating.star-cancel:before {
    content: "";
    color: #4d4d4d;
}

.star-rating.star-cancel:hover:before,
.star-rating.star-cancel:active:before {
    color: #b20d28;
}

#tokenform {
    margin-top: 20px;
}

#tokenform li {
    list-style: none;
    text-align: right;
}

#tokenform li input,
#tokenform li label,
#tokenform li .label {
    display: inline-block;
}

#tokenform li label,
#tokenform li .label {
    width: 33%;
    padding-right: 15px;
}

#tokenform li input {
    width: 66%;
}

#tokenform li input.submit {
    width: auto;
}

.dragDropTable ul.dragDropChoiceList.ui-sortable,
.dragDropTable ol.dragDropRankList.ui-sortable {
    min-height: 8.8rem !important;
}

.dragDropTable .columns2 .SortableTitle {
    padding: 0 1.7625rem 0.75rem;
}

.dragDropTable .dragDropChoices {
    margin: 0 0.375rem 0 0;
}

.dragDropTable .dragDropRanks {
    margin: 0 0 0 0.375rem;
}

.dragDropTable .dragDropChoices,
.dragDropTable .dragDropRanks {
    border: 1px solid rgba(102, 102, 102, 0.35);
}

.dragDropTable ul.dragDropChoiceList,
.dragDropTable ol.dragDropRankList {
    margin: 0;
    padding: 0;
}

.dragDropTable ul.dragDropChoiceList li,
.dragDropTable ol.dragDropRankList li {
    margin: 0.75rem;
    padding: 0.75rem;
    line-height: 3.3rem;
    border: 1px solid rgba(102, 102, 102, 0.35);
}

.dragDropTable ul.dragDropChoiceList li {
    background-color: rgba(238, 238, 238, 0.5);
}

.dragDropTable ol.dragDropRankList li {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background-color: #496b38;
    background-image: -moz-linear-gradient(#638f4d, #496b38);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#638f4d), to(#496b38));
    background-image: -webkit-linear-gradient(#638f4d, #496b38);
    background-image: -o-linear-gradient(#638f4d, #496b38);
}

.dragDropTable ol.dragDropRankList li:nth-of-type(1) {
    background-color: rgba(73, 107, 56, 0.925);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.925), rgba(73, 107, 56, 0.925));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.925)), to(rgba(73, 107, 56, 0.925)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.925), rgba(73, 107, 56, 0.925));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.925), rgba(73, 107, 56, 0.925));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(2) {
    background-color: rgba(73, 107, 56, 0.85);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.85), rgba(73, 107, 56, 0.85));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.85)), to(rgba(73, 107, 56, 0.85)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.85), rgba(73, 107, 56, 0.85));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.85), rgba(73, 107, 56, 0.85));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(3) {
    background-color: rgba(73, 107, 56, 0.775);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.775), rgba(73, 107, 56, 0.775));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.775)), to(rgba(73, 107, 56, 0.775)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.775), rgba(73, 107, 56, 0.775));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.775), rgba(73, 107, 56, 0.775));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(4) {
    background-color: rgba(73, 107, 56, 0.7);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.7), rgba(73, 107, 56, 0.7));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.7)), to(rgba(73, 107, 56, 0.7)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.7), rgba(73, 107, 56, 0.7));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.7), rgba(73, 107, 56, 0.7));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(5) {
    background-color: rgba(73, 107, 56, 0.625);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.625), rgba(73, 107, 56, 0.625));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.625)), to(rgba(73, 107, 56, 0.625)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.625), rgba(73, 107, 56, 0.625));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.625), rgba(73, 107, 56, 0.625));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(6) {
    background-color: rgba(73, 107, 56, 0.55);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.55), rgba(73, 107, 56, 0.55));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.55)), to(rgba(73, 107, 56, 0.55)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.55), rgba(73, 107, 56, 0.55));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.55), rgba(73, 107, 56, 0.55));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(7) {
    background-color: rgba(73, 107, 56, 0.475);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.475), rgba(73, 107, 56, 0.475));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.475)), to(rgba(73, 107, 56, 0.475)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.475), rgba(73, 107, 56, 0.475));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.475), rgba(73, 107, 56, 0.475));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(8) {
    background-color: rgba(73, 107, 56, 0.4);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.4), rgba(73, 107, 56, 0.4));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.4)), to(rgba(73, 107, 56, 0.4)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.4), rgba(73, 107, 56, 0.4));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.4), rgba(73, 107, 56, 0.4));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(9) {
    background-color: rgba(73, 107, 56, 0.325);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.325), rgba(73, 107, 56, 0.325));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.325)), to(rgba(73, 107, 56, 0.325)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.325), rgba(73, 107, 56, 0.325));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.325), rgba(73, 107, 56, 0.325));
}

.dragDropTable ol.dragDropRankList li:nth-of-type(10) {
    background-color: rgba(73, 107, 56, 0.25);
    background-image: -moz-linear-gradient(rgba(99, 143, 77, 0.25), rgba(73, 107, 56, 0.25));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(99, 143, 77, 0.25)), to(rgba(73, 107, 56, 0.25)));
    background-image: -webkit-linear-gradient(rgba(99, 143, 77, 0.25), rgba(73, 107, 56, 0.25));
    background-image: -o-linear-gradient(rgba(99, 143, 77, 0.25), rgba(73, 107, 56, 0.25));
}

.dragDropTable ul.dragDropChoiceList li.ui-sortable-placeholder,
.dragDropTable ol.dragDropRankList li.ui-sortable-placeholder {
    min-height: 2.2rem !important;
    height: 2.2rem !important;
    padding: 0.75rem 0;
    border: 1px dotted rgba(102, 102, 102, 0.35);
    background-color: rgba(99, 143, 77, 0.15);
}

.survey-info {
    margin: 3rem 0 1.5rem;
    padding: 0.75rem;
    text-align: center;
    font-size: 1.19rem;
    border-top: 1px solid #d9d9d9;
}

.well,
.jumbotron,
#wrapper {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.35);
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 480px) {

    .well,
    .jumbotron,
    #wrapper {
        padding: 3rem;
    }
}

.jumbotron,
#wrapper {
    font-size: 1.4rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media (min-width: 768px) {

    .jumbotron,
    #wrapper {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

.survey-wrapper .jumbotron,
.survey-wrapper #wrapper {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {

    .survey-wrapper .jumbotron,
    .survey-wrapper #wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.jumbotron p,
#wrapper p {
    font-size: 1.4rem;
}

.jumbotron .container,
#wrapper .container {
    max-width: 100%;
}

.jumbotron .navigation,
#wrapper .navigation {
    text-align: center;
}

@media (max-width: 480px) {

    .jumbotron .navigation button,
    #wrapper .navigation button,
    .jumbotron .navigation .ui-button,
    #wrapper .navigation .ui-button,
    .jumbotron .navigation .button,
    #wrapper .navigation .button {
        margin: 0.75rem;
    }
}

.warningjs {
    display: block;
    width: 85%;
    max-width: 1200px;
    margin: 1.5rem auto;
    font-size: 1.61rem;
    text-align: center;
}

.warningjs:before {
    content: "";
    font-weight: normal;
    display: block;
}

/**
 * Custom for Case Form.
 * Multi column organization of questions on large screens
 */
@media screen and (min-width: 1024px) {
    .compact .mainquestion:not(.full-width) {
        display: inline-block;
        width: 19.5%;
    }

    .compact.col5 .mainquestion:not(.full-width) {
        width: 19.5%;
    }

    .compact.col6 .mainquestion:not(.full-width) {
        width: 16.1%;
    }

    .compact.col7 .mainquestion:not(.full-width) {
        width: 13.7%;
    }

    .compact.col8 .mainquestion:not(.full-width) {
        width: 12%;
    }

    .compact.col9 .mainquestion:not(.full-width) {
        width: 10.6%;
    }

    .compact.col10 .mainquestion:not(.full-width) {
        width: 9.5%;
    }

    .compact .mainquestion.array-custom {
        display: inline-block;
        width: 39% !important;
    }

    .compact .mainquestion {
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: top;
    }

    .compact .mainquestion .question.mandatory .question-text:after {
        /*content: '*';*/
    }

    .compact .mainquestion .required,
    .compact .mainquestion .answer .question-help,
    .compact .mainquestion .questionhelp .emtip.good,
    .compact .mainquestion .survey-question-help {
        display: none;
    }

    .compact .mainquestion .emtip {
        /* Catched by the body size adjustment
        font-size: smaller;
        line-height: 120%;
        */
    }

    .compact .mainquestion .questionhelp,
    .compact .mainquestion .errormandatory {
        margin-bottom: 0rem;
    }

    .compact .mainquestion .emtip:before,
    .compact .mainquestion .errormandatory:before {
        font-size: small;
    }

    .compact .mainquestion .panel.question {
        margin-bottom: 0.5rem;
    }

    .compact .mainquestion .panel.question .panel-heading {
        padding: 0.5rem 1rem;
    }

    .compact .mainquestion .panel.question .panel-body {
        padding: 0.5rem;
    }

    .compact .mainquestion .panel.question .panel-heading .question-text {
        line-height: 1.5rem;
        font-size: 1.4rem;
    }

    body.compact,
    .compact .label {
        font-size: 1.21rem;
        line-height: 1.4rem;
    }

    .compact .form-control,
    .compact input[type="text"],
    .compact input[type="search"],
    .compact input[type="password"],
    .compact select,
    .compact textarea {
        height: 25px;
        padding: 3px 6px;
        font-size: 1.2rem;
        line-height: 1.3;
    }


    /* Hide Load all buttons */
    .compact #loadallbtn {
        display: none;
    }

    /**
    * Hide Main Question Container
    */
    .compact .mainquestion.not-shown {
        display: none;
    }

}

/**
 * Custom Group Header style
 */
.compact .panel.group>div>.panel-title {
    padding-left: 15px;
    color: #008080;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

/**
 * Custom Styles for Multiple Options Dropdown Simulation
 */
.compact .question-help.question-dropdown {
    display: block !important;
}

.compact .question-dropdown {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #666666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
}

.compact .question-dropdown:hover {
    cursor: pointer;
}

.compact .question-dropdown .arrow-indicate {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    left: 100%;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
}

.compact .question-dropdown.question-help-pressed .arrow-indicate:after {
    content: '\25b2';
}

.compact .question-dropdown:not(.question-help-pressed) .arrow-indicate:after {
    content: '\25bc';
}

.compact .question-help.question-dropdown:not(.question-help-pressed)+.answer.clearfix {
    display: none;
}

/* Multiple option dropdown individual item being focused */
.compact .multiple-opt .question-dropdown+.answer .answer-item input[type="checkbox"],
.compact .multiple-opt .question-dropdown+.answer .answer-item input[type="radio"] {
    visibility: initial;
    opacity: 0;
}

.compact .multiple-opt .question-dropdown+.answer ul.subquestions-list.questions-list li.question-item.answer-item.focused {
    border: 2px solid rgb(155, 184, 240);
}

/* Don't show dropdown for questions with single option */
.compact .question.multiple-opt.countAnswers-1 .question-dropdown,
.compact .question.multiple-opt.countAnswers-1 .answer-item.ruler {
    display: none !important;
}

.compact .question.multiple-opt.countAnswers-1 li {
    border-bottom: 0px;
}

.compact .question.multiple-opt.countAnswers-1 label {
    padding-top: 10px;
    padding-bottom: 9px;
}

/**
 * Boilerplate questions
 */
.compact .boilerplate,
.compact .boilerplate .panel-heading {
    background: none !important;
    border: none !important;
}

/**
 * Navigation Buttons
 */

/* hide secondary navigation menu for compact style */
.compact #navigator-body,
.compact #navigator .navbar-toggle {
    display: none !important;
}

/* show new resume later button only for compact style */
/* hide old resumen later button */
#saveallbtn,
#saveallbtn2 {
    display: none;
}

.compact #saveallbtn2 {
    display: inline-block !important;
}

/* use equation type of question to use as brake
   show if being forced to.
*/
.compact div .equation {
    visibility: hidden;
}

.compact div.force-show .equation {
    visibility: visible;
}

/**
 * Multiquestion Container
 * - Keep same width as their child questions
 * - Make the child questions to cover the contaier ful width
 */
@media screen and (min-width: 1024px) {
    .compact .multiquestion-container {
        width: 19.5%;
        display: inline-block;
        vertical-align: top;
    }

    .compact.col5 .multiquestion-container {
        width: 19.5%;
    }

    .compact.col6 .multiquestion-container {
        width: 16.1%;
    }

    .compact.col7 .multiquestion-container {
        width: 13.7%;
    }

    .compact.col8 .multiquestion-container {
        width: 12%;
    }

    .compact.col9 .multiquestion-container {
        width: 10.6%;
    }

    .compact.col10 .multiquestion-container {
        width: 9.5%;
    }

    .compact .multiquestion-container .mainquestion {
        width: 100%;
    }
}

/*
*
*Semi compact styles
*
*/
@media screen and (min-width: 768px) {
    .semi-compact .mainquestion:not(.full-width) {
        display: inline-block;
        width: 33.3%;
    }

    .semi-compact .mainquestion {
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: top;
    }

    .semi-compact .mainquestion .required,
    .semi-compact .mainquestion .questionhelp .em_default,
    .semi-compact .mainquestion .survey-question-help {
        display: none;
    }

    .semi-compact .mainquestion .questionhelp,
    .semi-compact .mainquestion .errormandatory {
        margin-bottom: 0rem;
    }

    .semi-compact .mainquestion .emtip:before,
    .semi-compact .mainquestion .errormandatory:before {
        font-size: small;
    }

    .semi-compact .mainquestion .panel.question {
        margin-bottom: 0.5rem;
    }

    .semi-compact .mainquestion .panel.question .panel-heading {
        padding: 0.5rem 1rem;
    }

    .semi-compact .mainquestion .panel.question .panel-body {
        padding: 0.5rem;
    }

    .semi-compact .mainquestion .panel.question .panel-heading .question-text {
        line-height: 1.6rem;
        font-size: 1.5rem;
    }

    .semi-compact .mainquestion .panel.question.boilerplate .panel-heading .question-text {
        line-height: 1.8rem;
        font-size: 1.7rem;
    }

    body.semi-compact,
    .semi-compact .label {
        font-size: 1.21rem;
        line-height: 1.4rem;
    }

    .semi-compact .form-control,
    .semi-compact input[type="text"],
    .semi-compact input[type="search"],
    .semi-compact input[type="password"],
    .semi-compact select,
    .semi-compact textarea {
        height: 25px;
        padding: 3px 6px;
        font-size: 1.2rem;
        line-height: 1.3;
    }

    /* Hide Load all buttons */
    .semi-compact #loadallbtn {
        display: none;
    }

    /**
    * Hide Main Question Container
    */
    .semi-compact .mainquestion.not-shown {
        display: none;
    }
}

.semi-compact .question-title-not-first {
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    border-top: 1px solid #008b8b;
}

.semi-compact .boilerplate,
.semi-compact .boilerplate .panel-heading {
    background: none !important;
    border: none !important;
}


/**
 * Navigation Buttons
 */

/* hide secondary navigation menu for compact style 
.compact #navigator-body,
.compact #navigator .navbar-toggle {
    display: none !important;
}*/