﻿/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
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 {
    margin: 0;
}

a {
    background: transparent;
    text-decoration: none !important;
}

    a:focus {
        outline: thin dotted;
        text-decoration: none !important;
    }

    a:active,
    a:hover {
        outline: 0;
        text-decoration: none !important;
    }

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

input {
    border-color: rgb(169, 169, 169);
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

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;
}

*,
*: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: rgba(0, 0, 0, 0);
}

body {
    font-family: "Segoe UI", "Lato", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5384615384615385;
    color: #424242;
    background-color: #f6f8f8;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #424242;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #39aadc;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.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;
}

p {
    margin: 0 0 10px;
}

.strong {
    font-weight: bold;
}

small,
.small {
    font-size: 85%;
}

.large {
    font-size: 125%;
}

.uppercase {
    text-transform: uppercase;
}

.no-resize {
    resize: none;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #39aadc;
}

    .text-primary:hover {
        color: #2290c0;
    }

.text-warning {
    color: #c09853;
}

    .text-warning:hover {
        color: #a47e3c;
    }

.text-danger {
    color: #b94a48;
}

    .text-danger:hover {
        color: #953b39;
    }

.text-success {
    color: #468847;
}

    .text-success:hover {
        color: #356635;
    }

.text-info {
    color: #3a87ad;
}

    .text-info:hover {
        color: #2d6987;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Segoe UI", "Lato", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #333333;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h2 small,
    h3 small,
    h1 .small,
    h2 .small,
    h3 .small {
        font-size: 65%;
    }

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h5 small,
    h6 small,
    h4 .small,
    h5 .small,
    h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 33px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 23px;
}

h4,
.h4 {
    font-size: 17px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 12px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

    .container:before,
    .container:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .row:before,
    .row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .row:after {
        clear: both;
    }

    .row:before,
    .row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .row:after {
        clear: both;
    }

.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11 {
    float: left;
}

.span-12 {
    width: 100%;
}

.span-11 {
    width: 91.66666666666666%;
}

.span-10 {
    width: 83.33333333333334%;
}

.span-9 {
    width: 75%;
}

.span-8 {
    width: 66.66666666666666%;
}

.span-7 {
    width: 58.333333333333336%;
}

.span-6 {
    width: 50%;
}

.span-5 {
    width: 41.66666666666667%;
}

.span-4 {
    width: 33.33333333333333%;
}

.span-3 {
    width: 25%;
}

.span-2 {
    width: 16.666666666666664%;
}

.span-1 {
    width: 8.333333333333332%;
}

.span-pull-12 {
    right: 100%;
}

.span-pull-11 {
    right: 91.66666666666666%;
}

.span-pull-10 {
    right: 83.33333333333334%;
}

.span-pull-9 {
    right: 75%;
}

.span-pull-8 {
    right: 66.66666666666666%;
}

.span-pull-7 {
    right: 58.333333333333336%;
}

.span-pull-6 {
    right: 50%;
}

.span-pull-5 {
    right: 41.66666666666667%;
}

.span-pull-4 {
    right: 33.33333333333333%;
}

.span-pull-3 {
    right: 25%;
}

.span-pull-2 {
    right: 16.666666666666664%;
}

.span-pull-1 {
    right: 8.333333333333332%;
}

.span-pull-0 {
    right: 0%;
}

.span-push-12 {
    left: 100%;
}

.span-push-11 {
    left: 91.66666666666666%;
}

.span-push-10 {
    left: 83.33333333333334%;
}

.span-push-9 {
    left: 75%;
}

.span-push-8 {
    left: 66.66666666666666%;
}

.span-push-7 {
    left: 58.333333333333336%;
}

.span-push-6 {
    left: 50%;
}

.span-push-5 {
    left: 41.66666666666667%;
}

.span-push-4 {
    left: 33.33333333333333%;
}

.span-push-3 {
    left: 25%;
}

.span-push-2 {
    left: 16.666666666666664%;
}

.span-push-1 {
    left: 8.333333333333332%;
}

.span-push-0 {
    left: 0%;
}

.span-offset-12 {
    margin-left: 100%;
}

.span-offset-11 {
    margin-left: 91.66666666666666%;
}

.span-offset-10 {
    margin-left: 83.33333333333334%;
}

.span-offset-9 {
    margin-left: 75%;
}

.span-offset-8 {
    margin-left: 66.66666666666666%;
}

.span-offset-7 {
    margin-left: 58.333333333333336%;
}

.span-offset-6 {
    margin-left: 50%;
}

.span-offset-5 {
    margin-left: 41.66666666666667%;
}

.span-offset-4 {
    margin-left: 33.33333333333333%;
}

.span-offset-3 {
    margin-left: 25%;
}

.span-offset-2 {
    margin-left: 16.666666666666664%;
}

.span-offset-1 {
    margin-left: 8.333333333333332%;
}

.span-offset-0 {
    margin-left: 0%;
}

.btn {
    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: 3px 10px;
    font-size: 13px;
    line-height: 1.5384615384615385;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        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,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.btn-primary {
    color: #ffffff;
    background-color: #39aadc;
    border-color: #26a0d6;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #2396c9;
        border-color: #1d79a2;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #39aadc;
        border-color: #26a0d6;
    }

.btn-secondary {
    color: #ffffff;
    background-color: #2e3b48;
    border-color: #242e38;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        color: #ffffff;
        background-color: #1e272f;
        border-color: #0c1013;
    }

    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        background-image: none;
    }

    .btn-secondary.disabled,
    .btn-secondary[disabled],
    fieldset[disabled] .btn-secondary,
    .btn-secondary.disabled:hover,
    .btn-secondary[disabled]:hover,
    fieldset[disabled] .btn-secondary:hover,
    .btn-secondary.disabled:focus,
    .btn-secondary[disabled]:focus,
    fieldset[disabled] .btn-secondary:focus,
    .btn-secondary.disabled:active,
    .btn-secondary[disabled]:active,
    fieldset[disabled] .btn-secondary:active,
    .btn-secondary.disabled.active,
    .btn-secondary[disabled].active,
    fieldset[disabled] .btn-secondary.active {
        background-color: #2e3b48;
        border-color: #242e38;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

.btn-link {
    color: #424242;
    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: #39aadc;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 6px 10px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-xs {
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.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%;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 36px;
    padding: 6px 10px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 36px;
    line-height: 36px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 22px;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 22px;
    line-height: 22px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 3px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

    .input-group-addon.input-sm {
        padding: 1px 4px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 6px 10px;
        font-size: 17px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    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;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 4px;
    font-size: 13px;
    line-height: 1.5384615384615385;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 1.5384615384615385;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -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 .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 10px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

    .radio label,
    .checkbox label {
        display: inline;
        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],
    input[type="checkbox"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 22px;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 22px;
    line-height: 22px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 36px;
    padding: 6px 10px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 36px;
    line-height: 36px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #828282;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-inline .form-group .form-control {
        display: inline-block;
    }

    .form-inline .form-group .radio,
    .form-inline .form-group .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .form-inline .form-group .radio input[type="radio"],
        .form-inline .form-group .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .form-group {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    line-height: 28px;
}

.wdgt {
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.wdgt-body {
    padding: 8px;
}

    .wdgt-body:before,
    .wdgt-body:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .wdgt-body:after {
        clear: both;
    }

    .wdgt-body:before,
    .wdgt-body:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .wdgt-body:after {
        clear: both;
    }

.wdgt > .list-group {
    margin-bottom: 0;
}

    .wdgt > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .wdgt > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .wdgt > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.wdgt-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.wdgt > .table,
.wdgt > .table-responsive {
    margin-bottom: 0;
}

.wdgt > .wdgt-body + .table,
.wdgt > .wdgt-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.wdgt > .table-bordered,
.wdgt > .table-responsive > .table-bordered {
    border: 0;
}

    .wdgt > .table-bordered > thead > tr > th:first-child,
    .wdgt > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .wdgt > .table-bordered > tbody > tr > th:first-child,
    .wdgt > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .wdgt > .table-bordered > tfoot > tr > th:first-child,
    .wdgt > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .wdgt > .table-bordered > thead > tr > td:first-child,
    .wdgt > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .wdgt > .table-bordered > tbody > tr > td:first-child,
    .wdgt > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .wdgt > .table-bordered > tfoot > tr > td:first-child,
    .wdgt > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .wdgt > .table-bordered > thead > tr > th:last-child,
    .wdgt > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .wdgt > .table-bordered > tbody > tr > th:last-child,
    .wdgt > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .wdgt > .table-bordered > tfoot > tr > th:last-child,
    .wdgt > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .wdgt > .table-bordered > thead > tr > td:last-child,
    .wdgt > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .wdgt > .table-bordered > tbody > tr > td:last-child,
    .wdgt > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .wdgt > .table-bordered > tfoot > tr > td:last-child,
    .wdgt > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .wdgt > .table-bordered > thead > tr:last-child > th,
    .wdgt > .table-responsive > .table-bordered > thead > tr:last-child > th,
    .wdgt > .table-bordered > tbody > tr:last-child > th,
    .wdgt > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .wdgt > .table-bordered > tfoot > tr:last-child > th,
    .wdgt > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .wdgt > .table-bordered > thead > tr:last-child > td,
    .wdgt > .table-responsive > .table-bordered > thead > tr:last-child > td,
    .wdgt > .table-bordered > tbody > tr:last-child > td,
    .wdgt > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .wdgt > .table-bordered > tfoot > tr:last-child > td,
    .wdgt > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.wdgt-heading {
    padding: 5px 8px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

    .wdgt-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.wdgt-toolbar-nopadding {
    padding: 0px 0px;
}

    .wdgt-toolbar-nopadding:before,
    .wdgt-toolbar-nopadding:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .wdgt-toolbar-nopadding:after {
        clear: both;
    }

    .wdgt-toolbar-nopadding:before,
    .wdgt-toolbar-nopadding:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .wdgt-toolbar-nopadding:after {
        clear: both;
    }

.wdgt-toolbar {
    padding: 4px 8px;
    border-bottom: 1px solid transparent;
    line-height: 1.5384615384615385;
}

    .wdgt-toolbar:before,
    .wdgt-toolbar:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .wdgt-toolbar:after {
        clear: both;
    }

    .wdgt-toolbar:before,
    .wdgt-toolbar:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .wdgt-toolbar:after {
        clear: both;
    }

.wdgt-toolbar-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.5384615384615385;
}

    .wdgt-toolbar-title > .subtitle {
        display: block;
        color: #a6a6a6;
        font-size: 13px;
    }

        .wdgt-toolbar-title > .subtitle a {
            text-decoration: underline;
            color: #a6a6a6;
        }

.wdgt-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

    .wdgt-title > a {
        color: #333333;
    }

.wdgt-title-danger {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: #b94a48;
    font-size: 16px;
    font-weight: bold;
}

.wdgt-footer {
    padding: 3px 8px;
    background-color: #f5f5f5;
    border-top: 1px solid #d8d4d3;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.wdgt-group .wdgt {
    margin-bottom: 0;
    border-radius: 3px;
    overflow: hidden;
}

    .wdgt-group .wdgt + .wdgt {
        margin-top: 5px;
    }

.wdgt-group .wdgt-heading {
    border-bottom: 0;
}

    .wdgt-group .wdgt-heading + .wdgt-collapse .wdgt-body {
        border-top: 1px solid #d8d4d3;
    }

.wdgt-group .wdgt-footer {
    border-top: 0;
}

    .wdgt-group .wdgt-footer + .wdgt-collapse .wdgt-body {
        border-bottom: 1px solid #d8d4d3;
    }

.wdgt-default {
    border-color: #d8d4d3;
}

    .wdgt-default > .wdgt-heading {
        color: #424242;
        background-color: #e5e5e5;
        border-color: #d8d4d3;
    }

        .wdgt-default > .wdgt-heading + .wdgt-collapse .wdgt-body {
            border-top-color: #d8d4d3;
        }

        .wdgt-default > .wdgt-heading > .dropdown .caret {
            border-color: #424242 transparent;
        }

    .wdgt-default > .wdgt-toolbar {
        border-color: #e4e1e1;
    }

    .wdgt-default > .wdgt-footer + .wdgt-collapse .wdgt-body {
        border-bottom-color: #d8d4d3;
    }

.wdgt-primary {
    border-color: #39aadc;
}

    .wdgt-primary > .wdgt-heading {
        color: #ffffff;
        background-color: #39aadc;
        border-color: #39aadc;
    }

        .wdgt-primary > .wdgt-heading + .wdgt-collapse .wdgt-body {
            border-top-color: #39aadc;
        }

        .wdgt-primary > .wdgt-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

    .wdgt-primary > .wdgt-toolbar {
        border-color: #4fb3e0;
    }

    .wdgt-primary > .wdgt-footer + .wdgt-collapse .wdgt-body {
        border-bottom-color: #39aadc;
    }

.wdgt-success {
    border-color: #d6e9c6;
}

    .wdgt-success > .wdgt-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .wdgt-success > .wdgt-heading + .wdgt-collapse .wdgt-body {
            border-top-color: #d6e9c6;
        }

        .wdgt-success > .wdgt-heading > .dropdown .caret {
            border-color: #468847 transparent;
        }

    .wdgt-success > .wdgt-toolbar {
        border-color: #e3f0d8;
    }

    .wdgt-success > .wdgt-footer + .wdgt-collapse .wdgt-body {
        border-bottom-color: #d6e9c6;
    }

.wdgt-warning {
    border-color: #faebcc;
}

    .wdgt-warning > .wdgt-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .wdgt-warning > .wdgt-heading + .wdgt-collapse .wdgt-body {
            border-top-color: #faebcc;
        }

        .wdgt-warning > .wdgt-heading > .dropdown .caret {
            border-color: #c09853 transparent;
        }

    .wdgt-warning > .wdgt-toolbar {
        border-color: #fcf4e3;
    }

    .wdgt-warning > .wdgt-footer + .wdgt-collapse .wdgt-body {
        border-bottom-color: #faebcc;
    }

.wdgt-danger {
    border-color: #ebccd1;
}

    .wdgt-danger > .wdgt-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .wdgt-danger > .wdgt-heading + .wdgt-collapse .wdgt-body {
            border-top-color: #ebccd1;
        }

        .wdgt-danger > .wdgt-heading > .dropdown .caret {
            border-color: #b94a48 transparent;
        }

    .wdgt-danger > .wdgt-toolbar {
        border-color: #f2dee1;
    }

    .wdgt-danger > .wdgt-footer + .wdgt-collapse .wdgt-body {
        border-bottom-color: #ebccd1;
    }

.wdgt-info {
    border-color: #bce8f1;
}

    .wdgt-info > .wdgt-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .wdgt-info > .wdgt-heading + .wdgt-collapse .wdgt-body {
            border-top-color: #bce8f1;
        }

        .wdgt-info > .wdgt-heading > .dropdown .caret {
            border-color: #3a87ad transparent;
        }

    .wdgt-info > .wdgt-toolbar {
        border-color: #d1eff5;
    }

    .wdgt-info > .wdgt-footer + .wdgt-collapse .wdgt-body {
        border-bottom-color: #bce8f1;
    }

.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.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;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 10px;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 16px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover,
a.badge:focus {
    color: #2e3b48;
    text-decoration: none;
    cursor: pointer;
}

.nav-header a > .badge {
    color: #ffffff;
    background-color: #e74c3c;
    margin-left: 3px;
}
