html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
}

article {
    display: block;
}

aside {
    display: block;
}

details {
    display: block;
}

figcaption {
    display: block;
}

figure {
    display: block;
}

footer {
    display: block;
}

header {
    display: block;
}

hgroup {
    display: block;
}

main {
    display: block;
}

nav {
    display: block;
}

section {
    display: block;
}

summary {
    display: block;
}

audio {
    vertical-align: baseline;
    display: inline-block;
}

canvas {
    vertical-align: baseline;
    display: inline-block;
}

progress {
    vertical-align: baseline;
    display: inline-block;
}

video {
    vertical-align: baseline;
    display: inline-block;
}

audio:not([controls]) {
    height: 0px;
    display: none;
}

[hidden] {
    display: none;
}

template {
    display: none;
}

a {
    background: none;
}

a:active {
    outline: 0px;
}

a:hover {
    outline: 0px;
}

abbr[title] {
    border-bottom-color: currentColor;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0px;
    font-size: 26px;
}

mark {
    background: rgb(255, 255, 0);
    color: rgb(0, 0, 0);
}

small {
    font-size: 80%;
}

sub {
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
}

sup {
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0px currentColor;
    border-image: none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

pre {
    overflow: auto;
}

code {
    font-family: monospace, monospace;
    font-size: 1em;
}

kbd {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button {
    font: inherit;
    margin: 0px;
    color: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
}

input {
    font: inherit;
    margin: 0px;
    color: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
}

optgroup {
    font: inherit;
    margin: 0px;
    color: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
}

select {
    font: inherit;
    margin: 0px;
    color: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
}

textarea {
    font: inherit;
    margin: 0px;
    color: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

select {
    text-transform: none;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

html input[type='button'] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type='reset'] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled] {
    cursor: default;
}

html input[disabled] {
    cursor: default;
}

input {
    line-height: normal;
}

input[type='checkbox'] {
    padding: 0px;
    box-sizing: border-box;
}

input[type='radio'] {
    padding: 0px;
    box-sizing: border-box;
}

input[type='search'] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

fieldset {
    margin: 0px 2px;
    padding: 0.35em 0.62em 0.75em;
    border: 1px solid rgb(192, 192, 192);
    border-image: none;
}

legend {
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 2px;
}

th {
    padding: 0px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: rgb(51, 51, 51);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgb(255, 255, 255);
}

input {
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
}

button {
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
}

select {
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
}

textarea {
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
}

a {
    color: rgb(66, 139, 202);
    text-decoration: none;
}

a:hover {
    color: rgb(42, 100, 150);
    text-decoration: underline;
}

a:focus {
    color: rgb(42, 100, 150);
    text-decoration: underline;
}

a:focus {
    outline: dotted thin;
    outline-offset: -2px;
}

figure {
    margin: 0px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    height: auto;
    display: block;
    max-width: 100%;
}

.thumbnail>img {
    height: auto;
    display: block;
    max-width: 100%;
}

.thumbnail a>img {
    height: auto;
    display: block;
    max-width: 100%;
}

.carousel-inner>.item>img {
    height: auto;
    display: block;
    max-width: 100%;
}

.carousel-inner>.item>a>img {
    height: auto;
    display: block;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    transition: 0.2s ease-in-out;
    border-image: none;
    height: auto;
    line-height: 1.4285;
    display: inline-block;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgb(238, 238, 238) currentColor currentColor;
    border-image: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sr-only {
    margin: -1px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
}

.sr-only-focusable:active {
    margin: 0px;
    width: auto;
    height: auto;
    overflow: visible;
    position: static;
    clip: auto;
}

.sr-only-focusable:focus {
    margin: 0px;
    width: auto;
    height: auto;
    overflow: visible;
    position: static;
    clip: auto;
}

h1 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

h2 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

h3 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

h4 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

h5 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

h6 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

.h1 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

.h2 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

.h3 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

.h4 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

.h5 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

.h6 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

h1 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h2 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h3 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h4 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h5 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h6 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h1 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h2 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h3 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h4 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h5 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h6 small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h1 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h2 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h3 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h4 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h5 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h6 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h1 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h2 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h3 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h4 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h5 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

.h6 .small {
    color: rgb(119, 119, 119);
    line-height: 1;
    font-weight: normal;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small {
    font-size: 65%;
}

.h1 small {
    font-size: 65%;
}

h2 small {
    font-size: 65%;
}

.h2 small {
    font-size: 65%;
}

h3 small {
    font-size: 65%;
}

.h3 small {
    font-size: 65%;
}

h1 .small {
    font-size: 65%;
}

.h1 .small {
    font-size: 65%;
}

h2 .small {
    font-size: 65%;
}

.h2 .small {
    font-size: 65%;
}

h3 .small {
    font-size: 65%;
}

.h3 .small {
    font-size: 65%;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small {
    font-size: 75%;
}

.h4 small {
    font-size: 75%;
}

h5 small {
    font-size: 75%;
}

.h5 small {
    font-size: 75%;
}

h6 small {
    font-size: 75%;
}

.h6 small {
    font-size: 75%;
}

h4 .small {
    font-size: 75%;
}

.h4 .small {
    font-size: 75%;
}

h5 .small {
    font-size: 75%;
}

.h5 .small {
    font-size: 75%;
}

h6 .small {
    font-size: 75%;
}

.h6 .small {
    font-size: 75%;
}

h1 {
    font-size: 26px;
}

.h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

.h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

.h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.h6 {
    font-size: 12px;
}

p {
    margin: 0px 0px 10px;
}

.lead {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.fullwidth-section .fullwidth-content {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media all and (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark {
    padding: 0.2em;
    background-color: rgb(252, 248, 227);
}

.mark {
    padding: 0.2em;
    background-color: rgb(252, 248, 227);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: rgb(119, 119, 119);
}

.text-primary {
    color: rgb(66, 139, 202);
}

a.text-primary:hover {
    color: rgb(48, 113, 169);
}

.text-success {
    color: rgb(60, 118, 61);
}

a.text-success:hover {
    color: rgb(43, 84, 44);
}

.text-info {
    color: rgb(49, 112, 143);
}

a.text-info:hover {
    color: rgb(36, 82, 105);
}

.text-warning {
    color: rgb(138, 109, 59);
}

a.text-warning:hover {
    color: rgb(102, 81, 44);
}

.text-danger {
    color: rgb(169, 68, 66);
}

a.text-danger:hover {
    color: rgb(132, 53, 52);
}

.bg-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

a.bg-primary:hover {
    background-color: rgb(48, 113, 169);
}

.bg-success {
    background-color: rgb(223, 240, 216);
}

a.bg-success:hover {
    background-color: rgb(193, 226, 179);
}

.bg-info {
    background-color: rgb(217, 237, 247);
}

a.bg-info:hover {
    background-color: rgb(175, 217, 238);
}

.bg-warning {
    background-color: rgb(252, 248, 227);
}

a.bg-warning:hover {
    background-color: rgb(247, 236, 181);
}

.bg-danger {
    background-color: rgb(242, 222, 222);
}

a.bg-danger:hover {
    background-color: rgb(228, 185, 185);
}

.page-header {
    margin: 40px 0px 20px;
    padding-bottom: 9px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
}

ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

ul ul {
    margin-bottom: 0px;
}

ol ul {
    margin-bottom: 0px;
}

ul ol {
    margin-bottom: 0px;
}

ol ol {
    margin-bottom: 0px;
}

.list-unstyled {
    list-style: none;
    padding-left: 0px;
}

.list-inline {
    list-style: none;
    padding-left: 0px;
    margin-left: -5px;
}

.list-inline>li {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
}

dl {
    margin-top: 0px;
    margin-bottom: 20px;
}

dt {
    line-height: 1.4285;
}

dd {
    line-height: 1.4285;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0px;
}

@media all and (min-width:768px) {
    .dl-horizontal dt {
        width: 160px;
        text-align: right;
        overflow: hidden;
        clear: left;
        float: left;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title] {
    border-bottom-color: rgb(119, 119, 119);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    cursor: help;
}

abbr[data-original-title] {
    border-bottom-color: rgb(119, 119, 119);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    cursor: help;
}

.initialism {
    text-transform: uppercase;
    font-size: 90%;
}

blockquote {
    margin: 0px 0px 20px;
    padding: 10px 20px;
    font-size: 17.5px;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 5px;
    border-left-style: solid;
}

blockquote p:last-child {
    margin-bottom: 0px;
}

blockquote ul:last-child {
    margin-bottom: 0px;
}

blockquote ol:last-child {
    margin-bottom: 0px;
}

blockquote footer {
    color: rgb(119, 119, 119);
    line-height: 1.4285;
    font-size: 80%;
    display: block;
}

blockquote small {
    color: rgb(119, 119, 119);
    line-height: 1.4285;
    font-size: 80%;
    display: block;
}

blockquote .small {
    color: rgb(119, 119, 119);
    line-height: 1.4285;
    font-size: 80%;
    display: block;
}

blockquote footer::before {
    content: "\2014 \00A0";
}

blockquote small::before {
    content: "\2014 \00A0";
}

blockquote .small::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    text-align: right;
    padding-right: 15px;
    padding-left: 0px;
    border-right-color: rgb(238, 238, 238);
    border-left-color: currentColor;
    border-right-width: 5px;
    border-left-width: 0px;
    border-right-style: solid;
    border-left-style: none;
}

blockquote.pull-right {
    text-align: right;
    padding-right: 15px;
    padding-left: 0px;
    border-right-color: rgb(238, 238, 238);
    border-left-color: currentColor;
    border-right-width: 5px;
    border-left-width: 0px;
    border-right-style: solid;
    border-left-style: none;
}

.blockquote-reverse footer::before {
    content: "";
}

blockquote.pull-right footer::before {
    content: "";
}

.blockquote-reverse small::before {
    content: "";
}

blockquote.pull-right small::before {
    content: "";
}

.blockquote-reverse .small::before {
    content: "";
}

blockquote.pull-right .small::before {
    content: "";
}

.blockquote-reverse footer::after {
    content: "\00A0 \2014";
}

blockquote.pull-right footer::after {
    content: "\00A0 \2014";
}

.blockquote-reverse small::after {
    content: "\00A0 \2014";
}

blockquote.pull-right small::after {
    content: "\00A0 \2014";
}

.blockquote-reverse .small::after {
    content: "\00A0 \2014";
}

blockquote.pull-right .small::after {
    content: "\00A0 \2014";
}

blockquote::before {
    content: "";
}

blockquote::after {
    content: "";
}

address {
    line-height: 1.4285;
    font-style: normal;
    margin-bottom: 20px;
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

kbd {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    border-radius: 4px;
    color: rgb(199, 37, 78);
    font-size: 90%;
    background-color: rgb(249, 242, 244);
}

kbd {
    padding: 2px 4px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 90%;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(51, 51, 51);
}

kbd kbd {
    padding: 0px;
    font-size: 100%;
    box-shadow: none;
}

pre {
    margin: 0px 0px 10px;
    padding: 9.5px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    color: rgb(51, 51, 51);
    line-height: 1.4285;
    font-size: 13px;
    display: block;
    -ms-word-break: break-all;
    -ms-word-wrap: break-word;
    background-color: rgb(245, 245, 245);
}

pre code {
    padding: 0px;
    border-radius: 0px;
    color: inherit;
    font-size: inherit;
    white-space: pre-wrap;
    background-color: transparent;
}

.pre-scrollable {
    -ms-overflow-y: scroll;
    max-height: 340px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media all and (min-width:992px) {
    .container {
        width: 970px;
    }
    .fullwidth-section .fullwidth-content {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media all and (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-xs-1 {
    float: left;
}

.col-xs-2 {
    float: left;
}

.col-xs-3 {
    float: left;
}

.col-xs-4 {
    float: left;
}

.col-xs-5 {
    float: left;
}

.col-xs-6 {
    float: left;
}

.col-xs-7 {
    float: left;
}

.col-xs-8 {
    float: left;
}

.col-xs-9 {
    float: left;
}

.col-xs-10 {
    float: left;
}

.col-xs-11 {
    float: left;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66%;
}

.col-xs-10 {
    width: 83.33%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66%;
}

.col-xs-7 {
    width: 58.33%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66%;
}

.col-xs-4 {
    width: 33.33%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66%;
}

.col-xs-1 {
    width: 8.33%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66%;
}

.col-xs-pull-10 {
    right: 83.33%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66%;
}

.col-xs-pull-7 {
    right: 58.33%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66%;
}

.col-xs-pull-4 {
    right: 33.33%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66%;
}

.col-xs-pull-1 {
    right: 8.33%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66%;
}

.col-xs-push-10 {
    left: 83.33%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66%;
}

.col-xs-push-7 {
    left: 58.33%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66%;
}

.col-xs-push-4 {
    left: 33.33%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66%;
}

.col-xs-push-1 {
    left: 8.33%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66%;
}

.col-xs-offset-10 {
    margin-left: 83.33%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66%;
}

.col-xs-offset-7 {
    margin-left: 58.33%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66%;
}

.col-xs-offset-4 {
    margin-left: 33.33%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66%;
}

.col-xs-offset-1 {
    margin-left: 8.33%;
}

.col-xs-offset-0 {
    margin-left: 0px;
}

@media all and (min-width:768px) {
    .col-sm-1 {
        float: left;
    }
    .col-sm-2 {
        float: left;
    }
    .col-sm-3 {
        float: left;
    }
    .col-sm-4 {
        float: left;
    }
    .col-sm-5 {
        float: left;
    }
    .col-sm-6 {
        float: left;
    }
    .col-sm-7 {
        float: left;
    }
    .col-sm-8 {
        float: left;
    }
    .col-sm-9 {
        float: left;
    }
    .col-sm-10 {
        float: left;
    }
    .col-sm-11 {
        float: left;
    }
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66%;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-7 {
        width: 58.33%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66%;
    }
    .col-sm-pull-10 {
        right: 83.33%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66%;
    }
    .col-sm-pull-7 {
        right: 58.33%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66%;
    }
    .col-sm-pull-4 {
        right: 33.33%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66%;
    }
    .col-sm-pull-1 {
        right: 8.33%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66%;
    }
    .col-sm-push-10 {
        left: 83.33%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66%;
    }
    .col-sm-push-7 {
        left: 58.33%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66%;
    }
    .col-sm-push-4 {
        left: 33.33%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66%;
    }
    .col-sm-push-1 {
        left: 8.33%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33%;
    }
    .col-sm-offset-0 {
        margin-left: 0px;
    }
}

@media all and (min-width:992px) {
    .col-md-1 {
        float: left;
    }
    .col-md-2 {
        float: left;
    }
    .col-md-3 {
        float: left;
    }
    .col-md-4 {
        float: left;
    }
    .col-md-5 {
        float: left;
    }
    .col-md-6 {
        float: left;
    }
    .col-md-7 {
        float: left;
    }
    .col-md-8 {
        float: left;
    }
    .col-md-9 {
        float: left;
    }
    .col-md-10 {
        float: left;
    }
    .col-md-11 {
        float: left;
    }
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66%;
    }
    .col-md-10 {
        width: 83.33%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66%;
    }
    .col-md-7 {
        width: 58.33%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66%;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66%;
    }
    .col-md-1 {
        width: 8.33%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66%;
    }
    .col-md-pull-10 {
        right: 83.33%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66%;
    }
    .col-md-pull-7 {
        right: 58.33%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66%;
    }
    .col-md-pull-4 {
        right: 33.33%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66%;
    }
    .col-md-pull-1 {
        right: 8.33%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66%;
    }
    .col-md-push-10 {
        left: 83.33%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66%;
    }
    .col-md-push-7 {
        left: 58.33%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66%;
    }
    .col-md-push-4 {
        left: 33.33%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66%;
    }
    .col-md-push-1 {
        left: 8.33%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66%;
    }
    .col-md-offset-10 {
        margin-left: 83.33%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66%;
    }
    .col-md-offset-7 {
        margin-left: 58.33%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66%;
    }
    .col-md-offset-4 {
        margin-left: 33.33%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66%;
    }
    .col-md-offset-1 {
        margin-left: 8.33%;
    }
    .col-md-offset-0 {
        margin-left: 0px;
    }
}

@media all and (min-width:1200px) {
    .col-lg-1 {
        float: left;
    }
    .col-lg-2 {
        float: left;
    }
    .col-lg-3 {
        float: left;
    }
    .col-lg-4 {
        float: left;
    }
    .col-lg-5 {
        float: left;
    }
    .col-lg-6 {
        float: left;
    }
    .col-lg-7 {
        float: left;
    }
    .col-lg-8 {
        float: left;
    }
    .col-lg-9 {
        float: left;
    }
    .col-lg-10 {
        float: left;
    }
    .col-lg-11 {
        float: left;
    }
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66%;
    }
    .col-lg-10 {
        width: 83.33%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66%;
    }
    .col-lg-7 {
        width: 58.33%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66%;
    }
    .col-lg-1 {
        width: 8.33%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66%;
    }
    .col-lg-pull-10 {
        right: 83.33%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66%;
    }
    .col-lg-pull-7 {
        right: 58.33%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66%;
    }
    .col-lg-pull-4 {
        right: 33.33%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66%;
    }
    .col-lg-pull-1 {
        right: 8.33%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66%;
    }
    .col-lg-push-10 {
        left: 83.33%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66%;
    }
    .col-lg-push-7 {
        left: 58.33%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66%;
    }
    .col-lg-push-4 {
        left: 33.33%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66%;
    }
    .col-lg-push-1 {
        left: 8.33%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33%;
    }
    .col-lg-offset-0 {
        margin-left: 0px;
    }
}

table {
    background-color: transparent;
}

th {
    /*text-align: left;*/
}

.table {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
}

.table>thead>tr>th {
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.table>tbody>tr>th {
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.table>tfoot>tr>th {
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.table>thead>tr>td {
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.table>tbody>tr>td {
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.4285;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.table>caption+thead>tr:first-child>th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.table>colgroup+thead>tr:first-child>th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.table>thead:first-child>tr:first-child>th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.table>caption+thead>tr:first-child>td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.table>colgroup+thead>tr:first-child>td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.table>thead:first-child>tr:first-child>td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.table>tbody+tbody {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 2px;
    border-top-style: solid;
}

.table .table {
    background-color: rgb(255, 255, 255);
}

.table-condensed>thead>tr>th {
    padding: 5px;
}

.table-condensed>tbody>tr>th {
    padding: 5px;
}

.table-condensed>tfoot>tr>th {
    padding: 5px;
}

.table-condensed>thead>tr>td {
    padding: 5px;
}

.table-condensed>tbody>tr>td {
    padding: 5px;
}

.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.table-bordered>thead>tr>th {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.table-bordered>tbody>tr>th {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.table-bordered>tfoot>tr>th {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.table-bordered>thead>tr>td {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.table-bordered>tbody>tr>td {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.table-bordered>tfoot>tr>td {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(2n+1)>td {
    background-color: rgb(249, 249, 249);
}

.table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: rgb(249, 249, 249);
}

.table-hover>tbody>tr:hover>td {
    background-color: rgb(245, 245, 245);
}

.table-hover>tbody>tr:hover>th {
    background-color: rgb(245, 245, 245);
}

table col[class*='col-'] {
    float: none;
    display: table-column;
    position: static;
}

table td[class*='col-'] {
    float: none;
    display: table-cell;
    position: static;
}

table th[class*='col-'] {
    float: none;
    display: table-cell;
    position: static;
}

.table>thead>tr>td.active {
    background-color: rgb(245, 245, 245);
}

.table>tbody>tr>td.active {
    background-color: rgb(245, 245, 245);
}

.table>tfoot>tr>td.active {
    background-color: rgb(245, 245, 245);
}

.table>thead>tr>th.active {
    background-color: rgb(245, 245, 245);
}

.table>tbody>tr>th.active {
    background-color: rgb(245, 245, 245);
}

.table>tfoot>tr>th.active {
    background-color: rgb(245, 245, 245);
}

.table>thead>tr.active>td {
    background-color: rgb(245, 245, 245);
}

.table>tbody>tr.active>td {
    background-color: rgb(245, 245, 245);
}

.table>tfoot>tr.active>td {
    background-color: rgb(245, 245, 245);
}

.table>thead>tr.active>th {
    background-color: rgb(245, 245, 245);
}

.table>tbody>tr.active>th {
    background-color: rgb(245, 245, 245);
}

.table>tfoot>tr.active>th {
    background-color: rgb(245, 245, 245);
}

.table-hover>tbody>tr>td.active:hover {
    background-color: rgb(232, 232, 232);
}

.table-hover>tbody>tr>th.active:hover {
    background-color: rgb(232, 232, 232);
}

.table-hover>tbody>tr.active:hover>td {
    background-color: rgb(232, 232, 232);
}

.table-hover>tbody>tr:hover>.active {
    background-color: rgb(232, 232, 232);
}

.table-hover>tbody>tr.active:hover>th {
    background-color: rgb(232, 232, 232);
}

.table>thead>tr>td.success {
    background-color: rgb(223, 240, 216);
}

.table>tbody>tr>td.success {
    background-color: rgb(223, 240, 216);
}

.table>tfoot>tr>td.success {
    background-color: rgb(223, 240, 216);
}

.table>thead>tr>th.success {
    background-color: rgb(223, 240, 216);
}

.table>tbody>tr>th.success {
    background-color: rgb(223, 240, 216);
}

.table>tfoot>tr>th.success {
    background-color: rgb(223, 240, 216);
}

.table>thead>tr.success>td {
    background-color: rgb(223, 240, 216);
}

.table>tbody>tr.success>td {
    background-color: rgb(223, 240, 216);
}

.table>tfoot>tr.success>td {
    background-color: rgb(223, 240, 216);
}

.table>thead>tr.success>th {
    background-color: rgb(223, 240, 216);
}

.table>tbody>tr.success>th {
    background-color: rgb(223, 240, 216);
}

.table>tfoot>tr.success>th {
    background-color: rgb(223, 240, 216);
}

.table-hover>tbody>tr>td.success:hover {
    background-color: rgb(208, 233, 198);
}

.table-hover>tbody>tr>th.success:hover {
    background-color: rgb(208, 233, 198);
}

.table-hover>tbody>tr.success:hover>td {
    background-color: rgb(208, 233, 198);
}

.table-hover>tbody>tr:hover>.success {
    background-color: rgb(208, 233, 198);
}

.table-hover>tbody>tr.success:hover>th {
    background-color: rgb(208, 233, 198);
}

.table>thead>tr>td.info {
    background-color: rgb(217, 237, 247);
}

.table>tbody>tr>td.info {
    background-color: rgb(217, 237, 247);
}

.table>tfoot>tr>td.info {
    background-color: rgb(217, 237, 247);
}

.table>thead>tr>th.info {
    background-color: rgb(217, 237, 247);
}

.table>tbody>tr>th.info {
    background-color: rgb(217, 237, 247);
}

.table>tfoot>tr>th.info {
    background-color: rgb(217, 237, 247);
}

.table>thead>tr.info>td {
    background-color: rgb(217, 237, 247);
}

.table>tbody>tr.info>td {
    background-color: rgb(217, 237, 247);
}

.table>tfoot>tr.info>td {
    background-color: rgb(217, 237, 247);
}

.table>thead>tr.info>th {
    background-color: rgb(217, 237, 247);
}

.table>tbody>tr.info>th {
    background-color: rgb(217, 237, 247);
}

.table>tfoot>tr.info>th {
    background-color: rgb(217, 237, 247);
}

.table-hover>tbody>tr>td.info:hover {
    background-color: rgb(196, 227, 243);
}

.table-hover>tbody>tr>th.info:hover {
    background-color: rgb(196, 227, 243);
}

.table-hover>tbody>tr.info:hover>td {
    background-color: rgb(196, 227, 243);
}

.table-hover>tbody>tr:hover>.info {
    background-color: rgb(196, 227, 243);
}

.table-hover>tbody>tr.info:hover>th {
    background-color: rgb(196, 227, 243);
}

.table>thead>tr>td.warning {
    background-color: rgb(252, 248, 227);
}

.table>tbody>tr>td.warning {
    background-color: rgb(252, 248, 227);
}

.table>tfoot>tr>td.warning {
    background-color: rgb(252, 248, 227);
}

.table>thead>tr>th.warning {
    background-color: rgb(252, 248, 227);
}

.table>tbody>tr>th.warning {
    background-color: rgb(252, 248, 227);
}

.table>tfoot>tr>th.warning {
    background-color: rgb(252, 248, 227);
}

.table>thead>tr.warning>td {
    background-color: rgb(252, 248, 227);
}

.table>tbody>tr.warning>td {
    background-color: rgb(252, 248, 227);
}

.table>tfoot>tr.warning>td {
    background-color: rgb(252, 248, 227);
}

.table>thead>tr.warning>th {
    background-color: rgb(252, 248, 227);
}

.table>tbody>tr.warning>th {
    background-color: rgb(252, 248, 227);
}

.table>tfoot>tr.warning>th {
    background-color: rgb(252, 248, 227);
}

.table-hover>tbody>tr>td.warning:hover {
    background-color: rgb(250, 242, 204);
}

.table-hover>tbody>tr>th.warning:hover {
    background-color: rgb(250, 242, 204);
}

.table-hover>tbody>tr.warning:hover>td {
    background-color: rgb(250, 242, 204);
}

.table-hover>tbody>tr:hover>.warning {
    background-color: rgb(250, 242, 204);
}

.table-hover>tbody>tr.warning:hover>th {
    background-color: rgb(250, 242, 204);
}

.table>thead>tr>td.danger {
    background-color: rgb(242, 222, 222);
}

.table>tbody>tr>td.danger {
    background-color: rgb(242, 222, 222);
}

.table>tfoot>tr>td.danger {
    background-color: rgb(242, 222, 222);
}

.table>thead>tr>th.danger {
    background-color: rgb(242, 222, 222);
}

.table>tbody>tr>th.danger {
    background-color: rgb(242, 222, 222);
}

.table>tfoot>tr>th.danger {
    background-color: rgb(242, 222, 222);
}

.table>thead>tr.danger>td {
    background-color: rgb(242, 222, 222);
}

.table>tbody>tr.danger>td {
    background-color: rgb(242, 222, 222);
}

.table>tfoot>tr.danger>td {
    background-color: rgb(242, 222, 222);
}

.table>thead>tr.danger>th {
    background-color: rgb(242, 222, 222);
}

.table>tbody>tr.danger>th {
    background-color: rgb(242, 222, 222);
}

.table>tfoot>tr.danger>th {
    background-color: rgb(242, 222, 222);
}

.table-hover>tbody>tr>td.danger:hover {
    background-color: rgb(235, 204, 204);
}

.table-hover>tbody>tr>th.danger:hover {
    background-color: rgb(235, 204, 204);
}

.table-hover>tbody>tr.danger:hover>td {
    background-color: rgb(235, 204, 204);
}

.table-hover>tbody>tr:hover>.danger {
    background-color: rgb(235, 204, 204);
}

.table-hover>tbody>tr.danger:hover>th {
    background-color: rgb(235, 204, 204);
}

@media screen and (max-width:767px) {
    .table-responsive {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 100%;
        margin-bottom: 15px;
        -ms-overflow-x: auto;
        -ms-overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table {
        margin-bottom: 0px;
    }
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
    .table-responsive>.table>tbody>tr>th {
        white-space: nowrap;
    }
    .table-responsive>.table>tfoot>tr>th {
        white-space: nowrap;
    }
    .table-responsive>.table>thead>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table>tbody>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0px currentColor;
        border-image: none;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left-color: currentColor;
        border-left-width: 0px;
        border-left-style: none;
    }
    .table-responsive>.table-bordered>tbody>tr>th:first-child {
        border-left-color: currentColor;
        border-left-width: 0px;
        border-left-style: none;
    }
    .table-responsive>.table-bordered>tfoot>tr>th:first-child {
        border-left-color: currentColor;
        border-left-width: 0px;
        border-left-style: none;
    }
    .table-responsive>.table-bordered>thead>tr>td:first-child {
        border-left-color: currentColor;
        border-left-width: 0px;
        border-left-style: none;
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child {
        border-left-color: currentColor;
        border-left-width: 0px;
        border-left-style: none;
    }
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left-color: currentColor;
        border-left-width: 0px;
        border-left-style: none;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }
    .table-responsive>.table-bordered>tbody>tr>th:last-child {
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }
    .table-responsive>.table-bordered>tfoot>tr>th:last-child {
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }
    .table-responsive>.table-bordered>thead>tr>td:last-child {
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child {
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th {
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td {
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    min-width: 0px;
}

legend {
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentColor currentColor rgb(229, 229, 229);
    padding: 0px;
    border-image: none;
    width: 100%;
    color: rgb(51, 51, 51);
    line-height: inherit;
    font-size: 21px;
    margin-bottom: 20px;
    display: block;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 100%;
}

input[type='search'] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type='radio'] {
    margin: 4px 0px 0px;
    line-height: normal;
}

input[type='checkbox'] {
    margin: 4px 0px 0px;
    line-height: normal;
}

input[type='file'] {
    display: block;
}

input[type='range'] {
    width: 100%;
    display: block;
}

select[multiple] {
    height: auto;
}

select[size] {
    height: auto;
}

input[type='file']:focus {
    outline: dotted thin;
    outline-offset: -2px;
}

input[type='radio']:focus {
    outline: dotted thin;
    outline-offset: -2px;
}

input[type='checkbox']:focus {
    outline: dotted thin;
    outline-offset: -2px;
}

output {
    color: rgb(85, 85, 85);
    line-height: 1.4285;
    padding-top: 7px;
    font-size: 14px;
    display: block;
}

.form-control {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-image: none;
    width: 100%;
    height: 34px;
    color: rgb(85, 85, 85);
    line-height: 1.4285;
    font-size: 14px;
    display: block;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    background-image: none;
    background-color: rgb(255, 255, 255);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

:-ms-input-placeholder.form-control {
    color: rgb(119, 119, 119);
}

[disabled].form-control {
    cursor: not-allowed;
    opacity: 1;
    background-color: rgb(238, 238, 238);
}

[readonly].form-control {
    cursor: not-allowed;
    opacity: 1;
    background-color: rgb(238, 238, 238);
}

fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: 1;
    background-color: rgb(238, 238, 238);
}

textarea.form-control {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: none;
}

input[type='date'] {
    line-height: 34px;
}

input[type='time'] {
    line-height: 34px;
}

input[type='datetime-local'] {
    line-height: 34px;
}

input[type='month'] {
    line-height: 34px;
}

input[type='date'].input-sm {
    line-height: 30px;
}

input[type='time'].input-sm {
    line-height: 30px;
}

input[type='datetime-local'].input-sm {
    line-height: 30px;
}

input[type='month'].input-sm {
    line-height: 30px;
}

input[type='date'].input-lg {
    line-height: 46px;
}

input[type='time'].input-lg {
    line-height: 46px;
}

input[type='datetime-local'].input-lg {
    line-height: 46px;
}

input[type='month'].input-lg {
    line-height: 46px;
}

.form-group {
    margin-bottom: 15px;
}

.radio {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    min-height: 20px;
}

.checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    min-height: 20px;
}

.radio label {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
}

.checkbox label {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
}

.radio input[type='radio'] {
    margin-left: -20px;
    position: absolute;
}

.radio-inline input[type='radio'] {
    margin-left: -20px;
    position: absolute;
}

.checkbox input[type='checkbox'] {
    margin-left: -20px;
    position: absolute;
}

.checkbox-inline input[type='checkbox'] {
    margin-left: -20px;
    position: absolute;
}

.radio+.radio {
    margin-top: -5px;
}

.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.checkbox-inline {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.radio-inline+.radio-inline {
    margin-top: 0px;
    margin-left: 10px;
}

.checkbox-inline+.checkbox-inline {
    margin-top: 0px;
    margin-left: 10px;
}

input[type='radio'][disabled] {
    cursor: not-allowed;
}

input[type='checkbox'][disabled] {
    cursor: not-allowed;
}

input[type='radio'].disabled {
    cursor: not-allowed;
}

input[type='checkbox'].disabled {
    cursor: not-allowed;
}

fieldset[disabled] input[type='radio'] {
    cursor: not-allowed;
}

fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}

.radio-inline.disabled {
    cursor: not-allowed;
}

.checkbox-inline.disabled {
    cursor: not-allowed;
}

fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label {
    cursor: not-allowed;
}

.checkbox.disabled label {
    cursor: not-allowed;
}

fieldset[disabled] .radio label {
    cursor: not-allowed;
}

fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.form-control-static.input-lg {
    padding-right: 0px;
    padding-left: 0px;
}

.form-control-static.input-sm {
    padding-right: 0px;
    padding-left: 0px;
}

.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.form-horizontal .form-group-sm .form-control {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

select[multiple].input-sm {
    height: auto;
}

.input-lg {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.33;
    font-size: 18px;
}

.form-horizontal .form-group-lg .form-control {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.33;
    font-size: 18px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    top: 25px;
    width: 34px;
    height: 34px;
    text-align: center;
    right: 0px;
    line-height: 34px;
    display: block;
    position: absolute;
    z-index: 2;
}

.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 {
    color: rgb(60, 118, 61);
}

.has-success .control-label {
    color: rgb(60, 118, 61);
}

.has-success .radio {
    color: rgb(60, 118, 61);
}

.has-success .checkbox {
    color: rgb(60, 118, 61);
}

.has-success .radio-inline {
    color: rgb(60, 118, 61);
}

.has-success .checkbox-inline {
    color: rgb(60, 118, 61);
}

.has-success .form-control {
    border-color: rgb(60, 118, 61);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: rgb(43, 84, 44);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px #67b168;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    border-color: rgb(60, 118, 61);
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

.has-success .form-control-feedback {
    color: rgb(60, 118, 61);
}

.has-warning .help-block {
    color: rgb(138, 109, 59);
}

.has-warning .control-label {
    color: rgb(138, 109, 59);
}

.has-warning .radio {
    color: rgb(138, 109, 59);
}

.has-warning .checkbox {
    color: rgb(138, 109, 59);
}

.has-warning .radio-inline {
    color: rgb(138, 109, 59);
}

.has-warning .checkbox-inline {
    color: rgb(138, 109, 59);
}

.has-warning .form-control {
    border-color: rgb(138, 109, 59);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: rgb(102, 81, 44);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px #c0a16b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    border-color: rgb(138, 109, 59);
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

.has-warning .form-control-feedback {
    color: rgb(138, 109, 59);
}

.has-error .help-block {
    color: rgb(169, 68, 66);
}

.has-error .control-label {
    color: rgb(169, 68, 66);
}

.has-error .radio {
    color: rgb(169, 68, 66);
}

.has-error .checkbox {
    color: rgb(169, 68, 66);
}

.has-error .radio-inline {
    color: rgb(169, 68, 66);
}

.has-error .checkbox-inline {
    color: rgb(169, 68, 66);
}

.has-error .form-control {
    border-color: rgb(169, 68, 66);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: rgb(132, 53, 52);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px #ce8483;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    border-color: rgb(169, 68, 66);
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

.has-error .form-control-feedback {
    color: rgb(169, 68, 66);
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0px;
}

.help-block {
    color: rgb(115, 115, 115);
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

@media all and (min-width:768px) {
    .form-inline .form-group {
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }
    .form-inline .form-control {
        width: auto;
        vertical-align: middle;
        display: inline-block;
    }
    .form-inline .input-group {
        vertical-align: middle;
        display: inline-table;
    }
    .form-inline .input-group .input-group-addon {
        width: auto;
    }
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .form-inline .radio {
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }
    .form-inline .checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }
    .form-inline .radio label {
        padding-left: 0px;
    }
    .form-inline .checkbox label {
        padding-left: 0px;
    }
    .form-inline .radio input[type='radio'] {
        margin-left: 0px;
        position: relative;
    }
    .form-inline .checkbox input[type='checkbox'] {
        margin-left: 0px;
        position: relative;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0px;
    }
}

.form-horizontal .radio {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-horizontal .checkbox {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media all and (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        padding-top: 7px;
        margin-bottom: 0px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0px;
    right: 15px;
}

@media all and (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media all and (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    padding: 6px 12px 3px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    line-height: 1.4285;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: dotted thin;
    outline-offset: -2px;
}

.btn:focus:active {
    outline: dotted thin;
    outline-offset: -2px;
}

.btn.active:focus {
    outline: dotted thin;
    outline-offset: -2px;
}

.btn:hover {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.btn:focus {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.btn:active {
    outline: 0px;
    box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.active {
    outline: 0px;
    box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

[disabled].btn {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-default {
    border-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

.btn-default:hover {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.btn-default:focus {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.btn-default:active {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.btn-default.active {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.open>.dropdown-toggle.btn-default {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.btn-default:active {
    background-image: none;
}

.btn-default.active {
    background-image: none;
}

.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

[disabled].btn-default {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

fieldset[disabled] .btn-default {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.btn-default.disabled:hover {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

[disabled].btn-default:hover {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

fieldset[disabled] .btn-default:hover {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.btn-default.disabled:focus {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

[disabled].btn-default:focus {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

fieldset[disabled] .btn-default:focus {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.btn-default.disabled:active {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

[disabled].btn-default:active {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

fieldset[disabled] .btn-default:active {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.btn-default.disabled.active {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

[disabled].btn-default.active {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

fieldset[disabled] .btn-default.active {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.btn-default .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
}

.btn-primary {
    border-color: rgb(53, 126, 189);
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.btn-primary:hover {
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
    background-color: rgb(48, 113, 169);
}

.btn-primary:focus {
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
    background-color: rgb(48, 113, 169);
}

.btn-primary:active {
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
    background-color: rgb(48, 113, 169);
}

.btn-primary.active {
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
    background-color: rgb(48, 113, 169);
}

.open>.dropdown-toggle.btn-primary {
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
    background-color: rgb(48, 113, 169);
}

.btn-primary:active {
    background-image: none;
}

.btn-primary.active {
    background-image: none;
}

.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

[disabled].btn-primary {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

fieldset[disabled] .btn-primary {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

.btn-primary.disabled:hover {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

[disabled].btn-primary:hover {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

fieldset[disabled] .btn-primary:hover {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

.btn-primary.disabled:focus {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

[disabled].btn-primary:focus {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

fieldset[disabled] .btn-primary:focus {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

.btn-primary.disabled:active {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

[disabled].btn-primary:active {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

fieldset[disabled] .btn-primary:active {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

.btn-primary.disabled.active {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

[disabled].btn-primary.active {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

fieldset[disabled] .btn-primary.active {
    border-color: rgb(53, 126, 189);
    background-color: rgb(66, 139, 202);
}

.btn-primary .badge {
    color: rgb(66, 139, 202);
    background-color: rgb(255, 255, 255);
}

.btn-success {
    padding: 10px 5px 5px 10px;
    border-radius: 3px;
    border-image: none;
    color: #ffffff !important;
    font-size: 14px;
    background-color: #006633;
}

.btn-success:hover,
.btn-success:focus {
    padding: 10px 5px 5px 10px;
    border-radius: 3px;
    border-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #006666;
}

.btn-success:active,
.btn-success.active {
    padding: 10px 5px 5px 10px;
    border-radius: 3px;
    border-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #006633;
}

.open>.dropdown-toggle.btn-success {
    border-color: #006633;
    color: rgb(255, 255, 255);
    background-color: #006633
}

.btn-success:active {
    background-image: none;
}

.btn-success.active {
    background-image: none;
}

.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

[disabled].btn-success {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

fieldset[disabled] .btn-success {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.btn-success.disabled:hover {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

[disabled].btn-success:hover {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

fieldset[disabled] .btn-success:hover {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.btn-success.disabled:focus {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

[disabled].btn-success:focus {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

fieldset[disabled] .btn-success:focus {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.btn-success.disabled:active {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

[disabled].btn-success:active {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

fieldset[disabled] .btn-success:active {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.btn-success.disabled.active {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

[disabled].btn-success.active {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

fieldset[disabled] .btn-success.active {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.btn-success .badge {
    color: rgb(92, 184, 92);
    background-color: rgb(255, 255, 255);
}

.btn-info {
    border-color: rgb(70, 184, 218);
    color: rgb(255, 255, 255);
    background-color: rgb(91, 192, 222);
}

.btn-info:hover {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.btn-info:focus {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.btn-info:active {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.btn-info.active {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.open>.dropdown-toggle.btn-info {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.btn-info:active {
    background-image: none;
}

.btn-info.active {
    background-image: none;
}

.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

[disabled].btn-info {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

fieldset[disabled] .btn-info {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.btn-info.disabled:hover {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

[disabled].btn-info:hover {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

fieldset[disabled] .btn-info:hover {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.btn-info.disabled:focus {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

[disabled].btn-info:focus {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

fieldset[disabled] .btn-info:focus {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.btn-info.disabled:active {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

[disabled].btn-info:active {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

fieldset[disabled] .btn-info:active {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.btn-info.disabled.active {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

[disabled].btn-info.active {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

fieldset[disabled] .btn-info.active {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.btn-info .badge {
    color: rgb(91, 192, 222);
    background-color: rgb(255, 255, 255);
}

.btn-warning {
    border-color: rgb(238, 162, 54);
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
}

.btn-warning:hover {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.btn-warning:focus {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.btn-warning:active {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.btn-warning.active {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.open>.dropdown-toggle.btn-warning {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.btn-warning:active {
    background-image: none;
}

.btn-warning.active {
    background-image: none;
}

.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

[disabled].btn-warning {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

fieldset[disabled] .btn-warning {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.btn-warning.disabled:hover {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

[disabled].btn-warning:hover {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

fieldset[disabled] .btn-warning:hover {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.btn-warning.disabled:focus {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

[disabled].btn-warning:focus {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

fieldset[disabled] .btn-warning:focus {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.btn-warning.disabled:active {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

[disabled].btn-warning:active {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

fieldset[disabled] .btn-warning:active {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.btn-warning.disabled.active {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

[disabled].btn-warning.active {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

fieldset[disabled] .btn-warning.active {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.btn-warning .badge {
    color: rgb(240, 173, 78);
    background-color: rgb(255, 255, 255);
}

.btn-danger {
    border-color: rgb(212, 63, 58);
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
}

.btn-danger:hover {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.btn-danger:focus {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.btn-danger:active {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.btn-danger.active {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.open>.dropdown-toggle.btn-danger {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.btn-danger:active {
    background-image: none;
}

.btn-danger.active {
    background-image: none;
}

.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

[disabled].btn-danger {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

fieldset[disabled] .btn-danger {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.btn-danger.disabled:hover {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

[disabled].btn-danger:hover {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

fieldset[disabled] .btn-danger:hover {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.btn-danger.disabled:focus {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

[disabled].btn-danger:focus {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

fieldset[disabled] .btn-danger:focus {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.btn-danger.disabled:active {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

[disabled].btn-danger:active {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

fieldset[disabled] .btn-danger:active {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.btn-danger.disabled.active {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

[disabled].btn-danger.active {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

fieldset[disabled] .btn-danger.active {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.btn-danger .badge {
    color: rgb(217, 83, 79);
    background-color: rgb(255, 255, 255);
}

.btn-link {
    border-radius: 0px;
    color: rgb(66, 139, 202);
    font-weight: normal;
    cursor: pointer;
}

.btn-link {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

.btn-link:active {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

[disabled].btn-link {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

fieldset[disabled] .btn-link {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

.btn-link {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus {
    border-color: transparent;
}

.btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    color: rgb(42, 100, 150);
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:focus {
    color: rgb(42, 100, 150);
    text-decoration: underline;
    background-color: transparent;
}

[disabled].btn-link:hover {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

fieldset[disabled] .btn-link:hover {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

[disabled].btn-link:focus {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

fieldset[disabled] .btn-link:focus {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

.btn-sm {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.btn-xs {
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.btn-block {
    width: 100%;
    display: block;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type='submit'].btn-block {
    width: 100%;
}

input[type='reset'].btn-block {
    width: 100%;
}

input[type='button'].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .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 {
    transition: height 0.35s;
    height: 0px;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
}

.caret {
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top-color: currentColor;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    display: inline-block;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0px;
}

.dropdown-menu {
    list-style: none;
    margin: 2px 0px 0px;
    padding: 5px 0px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-image: none;
    left: 0px;
    top: 100%;
    text-align: left;
    font-size: 14px;
    float: left;
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0px;
}

.dropdown-menu .divider {
    margin: 9px 0px;
    height: 1px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
}

.dropdown-menu>li>a {
    padding: 3px 20px;
    color: rgb(51, 51, 51);
    line-height: 1.4285;
    clear: both;
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
    color: rgb(38, 38, 38);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.dropdown-menu>li>a:focus {
    color: rgb(38, 38, 38);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.dropdown-menu>.active>a {
    outline: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(66, 139, 202);
}

.dropdown-menu>.active>a:hover {
    outline: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(66, 139, 202);
}

.dropdown-menu>.active>a:focus {
    outline: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(66, 139, 202);
}

.dropdown-menu>.disabled>a {
    color: rgb(119, 119, 119);
}

.dropdown-menu>.disabled>a:hover {
    color: rgb(119, 119, 119);
}

.dropdown-menu>.disabled>a:focus {
    color: rgb(119, 119, 119);
}

.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-image: none;
    background-color: transparent;
}

.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-image: none;
    background-color: transparent;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0px;
}

.dropdown-menu-right {
    left: auto;
    right: 0px;
}

.dropdown-menu-left {
    left: 0px;
    right: auto;
}

.dropdown-header {
    padding: 3px 20px;
    color: rgb(119, 119, 119);
    line-height: 1.4285;
    font-size: 12px;
    display: block;
    white-space: nowrap;
}

.dropdown-backdrop {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    left: auto;
    right: 0px;
}

.dropup .caret {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
    border-top-width: 0px;
    border-bottom-width: 4px;
    border-top-style: none;
    border-bottom-style: solid;
    content: "";
}

.navbar-fixed-bottom .dropdown .caret {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
    border-top-width: 0px;
    border-bottom-width: 4px;
    border-top-style: none;
    border-bottom-style: solid;
    content: "";
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media all and (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0px;
    }
    .navbar-right .dropdown-menu-left {
        left: 0px;
        right: auto;
    }
}

.btn-group {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.btn-group-vertical {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.btn-group>.btn {
    float: left;
    position: relative;
}

.btn-group-vertical>.btn {
    float: left;
    position: relative;
}

.btn-group>.btn:hover {
    z-index: 2;
}

.btn-group-vertical>.btn:hover {
    z-index: 2;
}

.btn-group>.btn:focus {
    z-index: 2;
}

.btn-group-vertical>.btn:focus {
    z-index: 2;
}

.btn-group>.btn:active {
    z-index: 2;
}

.btn-group-vertical>.btn:active {
    z-index: 2;
}

.btn-group>.btn.active {
    z-index: 2;
}

.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus {
    outline: 0px;
}

.btn-group-vertical>.btn:focus {
    outline: 0px;
}

.btn-group .btn+.btn {
    margin-left: -1px;
}

.btn-group .btn+.btn-group {
    margin-left: -1px;
}

.btn-group .btn-group+.btn {
    margin-left: -1px;
}

.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn {
    margin-left: 5px;
}

.btn-toolbar>.btn-group {
    margin-left: 5px;
}

.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group> :not(:first-child):not(.dropdown-toggle):not(:last-child).btn {
    border-radius: 0px;
}

.btn-group> :first-child.btn {
    margin-left: 0px;
}

.btn-group> :first-child:not(.dropdown-toggle):not(:last-child).btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group> :last-child:not(:first-child).btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group> :not(:first-child).dropdown-toggle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group> :not(:first-child):not(:last-child).btn-group>.btn {
    border-radius: 0px;
}

.btn-group> :first-child.btn-group> :last-child.btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group> :first-child.btn-group>.dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group> :last-child.btn-group> :first-child.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group .dropdown-toggle:active {
    outline: 0px;
}

.btn-group.open .dropdown-toggle {
    outline: 0px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn .caret {
    margin-left: 0px;
}

.btn-lg .caret {
    border-width: 5px 5px 0px;
}

.dropup .btn-lg .caret {
    border-width: 0px 5px 5px;
}

.btn-group-vertical>.btn {
    width: 100%;
    float: none;
    display: block;
    max-width: 100%;
}

.btn-group-vertical>.btn-group {
    width: 100%;
    float: none;
    display: block;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    width: 100%;
    float: none;
    display: block;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn {
    margin-top: -1px;
    margin-left: 0px;
}

.btn-group-vertical>.btn+.btn-group {
    margin-top: -1px;
    margin-left: 0px;
}

.btn-group-vertical>.btn-group+.btn {
    margin-top: -1px;
    margin-left: 0px;
}

.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0px;
}

.btn-group-vertical> :not(:first-child):not(:last-child).btn {
    border-radius: 0px;
}

.btn-group-vertical> :first-child:not(:last-child).btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group-vertical> :last-child:not(:first-child).btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical> :not(:first-child):not(:last-child).btn-group>.btn {
    border-radius: 0px;
}

.btn-group-vertical> :first-child:not(:last-child).btn-group> :last-child.btn {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group-vertical> :first-child:not(:last-child).btn-group>.dropdown-toggle {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group-vertical> :last-child:not(:first-child).btn-group> :first-child.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-group-justified {
    width: 100%;
    display: table;
    border-collapse: separate;
    table-layout: fixed;
}

.btn-group-justified>.btn {
    width: 1%;
    float: none;
    display: table-cell;
}

.btn-group-justified>.btn-group {
    width: 1%;
    float: none;
    display: table-cell;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle='buttons']>.btn>input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

[data-toggle='buttons']>.btn>input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.input-group {
    display: table;
    border-collapse: separate;
    position: relative;
}

[class*='col-'].input-group {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    position: relative;
    z-index: 2;
}

.input-group-lg>.form-control {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.33;
    font-size: 18px;
}

.input-group-lg>.input-group-addon {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.33;
    font-size: 18px;
}

.input-group-lg>.input-group-btn>.btn {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.33;
    font-size: 18px;
}

select.input-group-lg>.form-control {
    height: 46px;
    line-height: 46px;
}

select.input-group-lg>.input-group-addon {
    height: 46px;
    line-height: 46px;
}

select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control {
    height: auto;
}

textarea.input-group-lg>.input-group-addon {
    height: auto;
}

textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}

select[multiple].input-group-lg>.form-control {
    height: auto;
}

select[multiple].input-group-lg>.input-group-addon {
    height: auto;
}

select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.input-group-sm>.input-group-addon {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.input-group-sm>.input-group-btn>.btn {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

select.input-group-sm>.form-control {
    height: 30px;
    line-height: 30px;
}

select.input-group-sm>.input-group-addon {
    height: 30px;
    line-height: 30px;
}

select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control {
    height: auto;
}

textarea.input-group-sm>.input-group-addon {
    height: auto;
}

textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

select[multiple].input-group-sm>.form-control {
    height: auto;
}

select[multiple].input-group-sm>.input-group-addon {
    height: auto;
}

select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon {
    display: table-cell;
}

.input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    display: table-cell;
}

:not(:first-child):not(:last-child).input-group-addon {
    border-radius: 0px;
}

:not(:first-child):not(:last-child).input-group-btn {
    border-radius: 0px;
}

.input-group :not(:first-child):not(:last-child).form-control {
    border-radius: 0px;
}

.input-group-addon {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-addon {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: center;
    color: rgb(85, 85, 85);
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
    background-color: rgb(238, 238, 238);
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
}

.input-group-addon input[type='radio'] {
    margin-top: 0px;
}

.input-group-addon input[type='checkbox'] {
    margin-top: 0px;
}

.input-group :first-child.form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

:first-child.input-group-addon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

:first-child.input-group-btn>.btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

:first-child.input-group-btn>.btn-group>.btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

:first-child.input-group-btn>.dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

:last-child.input-group-btn> :not(:last-child):not(.dropdown-toggle).btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

:last-child.input-group-btn> :not(:last-child).btn-group>.btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

:first-child.input-group-addon {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.input-group :last-child.form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

:last-child.input-group-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

:last-child.input-group-btn>.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

:last-child.input-group-btn>.btn-group>.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

:last-child.input-group-btn>.dropdown-toggle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

:first-child.input-group-btn> :not(:first-child).btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

:first-child.input-group-btn> :not(:first-child).btn-group>.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

:last-child.input-group-addon {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.input-group-btn {
    font-size: 0px;
    white-space: nowrap;
    position: relative;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover {
    z-index: 2;
}

.input-group-btn>.btn:focus {
    z-index: 2;
}

.input-group-btn>.btn:active {
    z-index: 2;
}

:first-child.input-group-btn>.btn {
    margin-right: -1px;
}

:first-child.input-group-btn>.btn-group {
    margin-right: -1px;
}

:last-child.input-group-btn>.btn {
    margin-left: -1px;
}

:last-child.input-group-btn>.btn-group {
    margin-left: -1px;
}

.nav {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.nav>li {
    display: block;
    position: relative;
}

.nav>li>a {
    padding: 10px 15px;
    display: block;
    position: relative;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: rgb(238, 238, 238);
}

.nav>li>a:focus {
    text-decoration: none;
    background-color: rgb(238, 238, 238);
}

.nav>li.disabled>a {
    color: rgb(119, 119, 119);
}

.nav>li.disabled>a:hover {
    color: rgb(119, 119, 119);
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav>li.disabled>a:focus {
    color: rgb(119, 119, 119);
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a {
    border-color: rgb(66, 139, 202);
    background-color: rgb(238, 238, 238);
}

.nav .open>a:hover {
    border-color: rgb(66, 139, 202);
    background-color: rgb(238, 238, 238);
}

.nav .open>a:focus {
    border-color: rgb(66, 139, 202);
    background-color: rgb(238, 238, 238);
}

.nav .nav-divider {
    margin: 9px 0px;
    height: 1px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.nav-tabs>li {
    margin-bottom: -1px;
    float: left;
}

.nav-tabs>li>a {
    border-radius: 4px 4px 0px 0px;
    border: 1px solid transparent;
    border-image: none;
    line-height: 1.4285;
    margin-right: 2px;
}

.nav-tabs>li>a:hover {
    border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(221, 221, 221);
}

.nav-tabs>li.active>a {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent;
    border-image: none;
    color: rgb(85, 85, 85);
    cursor: default;
    background-color: rgb(255, 255, 255);
}

.nav-tabs>li.active>a:hover {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent;
    border-image: none;
    color: rgb(85, 85, 85);
    cursor: default;
    background-color: rgb(255, 255, 255);
}

.nav-tabs>li.active>a:focus {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent;
    border-image: none;
    color: rgb(85, 85, 85);
    cursor: default;
    background-color: rgb(255, 255, 255);
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

@media all and (min-width:768px) {
    .nav-tabs.nav-justified>li {
        width: 1%;
        display: table-cell;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0px;
    }
}

.nav-tabs.nav-justified>li>a {
    border-radius: 4px;
    margin-right: 0px;
}

.nav-tabs.nav-justified>.active>a {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

@media all and (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-radius: 4px 4px 0px 0px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .nav-tabs.nav-justified>.active>a {
        border-bottom-color: rgb(255, 255, 255);
    }
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: rgb(255, 255, 255);
    }
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: rgb(255, 255, 255);
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.nav-pills>li.active>a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.nav-pills>li.active>a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0px;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

@media all and (min-width:768px) {
    .nav-justified>li {
        width: 1%;
        display: table-cell;
    }
    .nav-justified>li>a {
        margin-bottom: 0px;
    }
}

.nav-tabs-justified {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.nav-tabs-justified>li>a {
    border-radius: 4px;
    margin-right: 0px;
}

.nav-tabs-justified>.active>a {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.nav-tabs-justified>.active>a:hover {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.nav-tabs-justified>.active>a:focus {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

@media all and (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-radius: 4px 4px 0px 0px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .nav-tabs-justified>.active>a {
        border-bottom-color: rgb(255, 255, 255);
    }
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: rgb(255, 255, 255);
    }
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: rgb(255, 255, 255);
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navbar {
    border: 1px solid transparent;
    border-image: none;
    margin-bottom: 20px;
    position: relative;
    min-height: 50px;
}

@media all and (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media all and (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    border-top-color: transparent;
    border-top-width: 1px;
    border-top-style: solid;
    -ms-overflow-x: visible;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    -ms-overflow-y: auto;
}

@media all and (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0px;
        display: block !important;
    }
    .navbar-collapse.in {
        -ms-overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-static-top .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media all and (orientation:landscape) and (max-width:480px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media all and (min-width:768px) {
    .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }
    .container-fluid>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }
    .container>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
    .container-fluid>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.navbar-static-top {
    border-width: 0px 0px 1px;
    z-index: 1000;
}

@media all and (min-width:768px) {
    .navbar-static-top {
        border-radius: 0px;
    }
}

.navbar-fixed-top {
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1030;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
}

.navbar-fixed-bottom {
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1030;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
}

@media all and (min-width:768px) {
    .navbar-fixed-top {
        border-radius: 0px;
    }
    .navbar-fixed-bottom {
        border-radius: 0px;
    }
}

.navbar-fixed-top {
    border-width: 0px 0px 1px;
    top: 0px;
}

.navbar-fixed-bottom {
    border-width: 1px 0px 0px;
    bottom: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 15px;
    height: 50px;
    line-height: 20px;
    font-size: 18px;
    float: left;
}

.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand:focus {
    text-decoration: none;
}

@media all and (min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    padding: 9px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    float: right;
    position: relative;
    background-image: none;
    background-color: transparent;
}

.navbar-toggle:focus {
    outline: 0px;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    width: 22px;
    height: 2px;
    display: block;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media all and (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media all and (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        border: 0px currentColor;
        border-image: none;
        width: auto;
        margin-top: 0px;
        float: none;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .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 {
        background-image: none;
    }
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media all and (min-width:768px) {
    .navbar-nav {
        margin: 0px;
        float: left;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
     :last-child.navbar-nav.navbar-right {
        margin-right: -15px;
    }
}

@media all and (min-width:768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media all and (min-width:768px) {
    .navbar-form .form-group {
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }
    .navbar-form .form-control {
        width: auto;
        vertical-align: middle;
        display: inline-block;
    }
    .navbar-form .input-group {
        vertical-align: middle;
        display: inline-table;
    }
    .navbar-form .input-group .input-group-addon {
        width: auto;
    }
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .navbar-form .radio {
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }
    .navbar-form .checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }
    .navbar-form .radio label {
        padding-left: 0px;
    }
    .navbar-form .checkbox label {
        padding-left: 0px;
    }
    .navbar-form .radio input[type='radio'] {
        margin-left: 0px;
        position: relative;
    }
    .navbar-form .checkbox input[type='checkbox'] {
        margin-left: 0px;
        position: relative;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0px;
    }
}

@media all and (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media all and (min-width:768px) {
    .navbar-form {
        border: 0px currentColor;
        border-image: none;
        width: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
     :last-child.navbar-form.navbar-right {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.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 all and (min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px;
        float: left;
    }
     :last-child.navbar-text.navbar-right {
        margin-right: 0px;
    }
}

.navbar-default {
    border-color: rgb(231, 231, 231);
    background-color: rgb(248, 248, 248);
}

.navbar-default .navbar-brand {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-brand:hover {
    color: rgb(94, 94, 94);
    background-color: transparent;
}

.navbar-default .navbar-brand:focus {
    color: rgb(94, 94, 94);
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-nav>li>a {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-nav>li>a:hover {
    color: rgb(51, 51, 51);
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus {
    color: rgb(51, 51, 51);
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a {
    color: rgb(85, 85, 85);
    background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.active>a:hover {
    color: rgb(85, 85, 85);
    background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.active>a:focus {
    color: rgb(85, 85, 85);
    background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.disabled>a {
    color: rgb(204, 204, 204);
    background-color: transparent;
}

.navbar-default .navbar-nav>.disabled>a:hover {
    color: rgb(204, 204, 204);
    background-color: transparent;
}

.navbar-default .navbar-nav>.disabled>a:focus {
    color: rgb(204, 204, 204);
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: rgb(221, 221, 221);
}

.navbar-default .navbar-toggle:hover {
    background-color: rgb(221, 221, 221);
}

.navbar-default .navbar-toggle:focus {
    background-color: rgb(221, 221, 221);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(136, 136, 136);
}

.navbar-default .navbar-collapse {
    border-color: rgb(231, 231, 231);
}

.navbar-default .navbar-form {
    border-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.open>a {
    color: rgb(85, 85, 85);
    background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.open>a:hover {
    color: rgb(85, 85, 85);
    background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.open>a:focus {
    color: rgb(85, 85, 85);
    background-color: rgb(231, 231, 231);
}

@media all and (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: rgb(119, 119, 119);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: rgb(51, 51, 51);
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: rgb(51, 51, 51);
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
        color: rgb(85, 85, 85);
        background-color: rgb(231, 231, 231);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: rgb(85, 85, 85);
        background-color: rgb(231, 231, 231);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: rgb(85, 85, 85);
        background-color: rgb(231, 231, 231);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a {
        color: rgb(204, 204, 204);
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: rgb(204, 204, 204);
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: rgb(204, 204, 204);
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-link:hover {
    color: rgb(51, 51, 51);
}

.navbar-default .btn-link {
    color: rgb(119, 119, 119);
}

.navbar-default .btn-link:hover {
    color: rgb(51, 51, 51);
}

.navbar-default .btn-link:focus {
    color: rgb(51, 51, 51);
}

.navbar-default [disabled].btn-link:hover {
    color: rgb(204, 204, 204);
}

fieldset[disabled] .navbar-default .btn-link:hover {
    color: rgb(204, 204, 204);
}

.navbar-default [disabled].btn-link:focus {
    color: rgb(204, 204, 204);
}

fieldset[disabled] .navbar-default .btn-link:focus {
    color: rgb(204, 204, 204);
}

.navbar-inverse {
    border-color: rgb(8, 8, 8);
    background-color: rgb(34, 34, 34);
}

.navbar-inverse .navbar-brand {
    color: rgb(119, 119, 119);
}

.navbar-inverse .navbar-brand:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-inverse .navbar-brand:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: rgb(119, 119, 119);
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(119, 119, 119);
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
}

.navbar-inverse .navbar-nav>.active>a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
}

.navbar-inverse .navbar-nav>.active>a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
}

.navbar-inverse .navbar-nav>.disabled>a {
    color: rgb(68, 68, 68);
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: rgb(68, 68, 68);
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: rgb(68, 68, 68);
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: rgb(51, 51, 51);
}

.navbar-inverse .navbar-toggle:hover {
    background-color: rgb(51, 51, 51);
}

.navbar-inverse .navbar-toggle:focus {
    background-color: rgb(51, 51, 51);
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
}

.navbar-inverse .navbar-collapse {
    border-color: rgb(16, 16, 16);
}

.navbar-inverse .navbar-form {
    border-color: rgb(16, 16, 16);
}

.navbar-inverse .navbar-nav>.open>a {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
}

.navbar-inverse .navbar-nav>.open>a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
}

.navbar-inverse .navbar-nav>.open>a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
}

@media all and (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: rgb(8, 8, 8);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgb(8, 8, 8);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: rgb(119, 119, 119);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
        color: rgb(255, 255, 255);
        background-color: rgb(8, 8, 8);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(8, 8, 8);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: rgb(255, 255, 255);
        background-color: rgb(8, 8, 8);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a {
        color: rgb(68, 68, 68);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: rgb(68, 68, 68);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: rgb(68, 68, 68);
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: rgb(119, 119, 119);
}

.navbar-inverse .navbar-link:hover {
    color: rgb(255, 255, 255);
}

.navbar-inverse .btn-link {
    color: rgb(119, 119, 119);
}

.navbar-inverse .btn-link:hover {
    color: rgb(255, 255, 255);
}

.navbar-inverse .btn-link:focus {
    color: rgb(255, 255, 255);
}

.navbar-inverse [disabled].btn-link:hover {
    color: rgb(68, 68, 68);
}

fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: rgb(68, 68, 68);
}

.navbar-inverse [disabled].btn-link:focus {
    color: rgb(68, 68, 68);
}

fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: rgb(68, 68, 68);
}

.breadcrumb {
    list-style: none;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: rgb(245, 245, 245);
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li::before {
    padding: 0px 5px;
    color: rgb(204, 204, 204);
    content: "/\00a0";
}

.breadcrumb>.active {
    color: rgb(119, 119, 119);
}

.pagination {
    margin: 20px 0px;
    border-radius: 4px;
    padding-left: 0px;
    display: inline-block;
}

.pagination>li {
    display: inline;
}

.pagination>li>a {
    padding: 6px 12px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    color: rgb(66, 139, 202);
    line-height: 1.4285;
    text-decoration: none;
    margin-left: -1px;
    float: left;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.pagination>li>span {
    padding: 6px 12px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    color: rgb(66, 139, 202);
    line-height: 1.4285;
    text-decoration: none;
    margin-left: -1px;
    float: left;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.pagination>li:first-child>a {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:first-child>span {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover {
    border-color: rgb(221, 221, 221);
    color: rgb(42, 100, 150);
    background-color: rgb(238, 238, 238);
}

.pagination>li>span:hover {
    border-color: rgb(221, 221, 221);
    color: rgb(42, 100, 150);
    background-color: rgb(238, 238, 238);
}

.pagination>li>a:focus {
    border-color: rgb(221, 221, 221);
    color: rgb(42, 100, 150);
    background-color: rgb(238, 238, 238);
}

.pagination>li>span:focus {
    border-color: rgb(221, 221, 221);
    color: rgb(42, 100, 150);
    background-color: rgb(238, 238, 238);
}

.pagination>.active>a {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    cursor: default;
    background-color: rgb(66, 139, 202);
}

.pagination>.active>span {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    cursor: default;
    background-color: rgb(66, 139, 202);
}

.pagination>.active>a:hover {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    cursor: default;
    background-color: rgb(66, 139, 202);
}

.pagination>.active>span:hover {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    cursor: default;
    background-color: rgb(66, 139, 202);
}

.pagination>.active>a:focus {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    cursor: default;
    background-color: rgb(66, 139, 202);
}

.pagination>.active>span:focus {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    cursor: default;
    background-color: rgb(66, 139, 202);
}

.pagination>.disabled>span {
    border-color: rgb(221, 221, 221);
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pagination>.disabled>span:hover {
    border-color: rgb(221, 221, 221);
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pagination>.disabled>span:focus {
    border-color: rgb(221, 221, 221);
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pagination>.disabled>a {
    border-color: rgb(221, 221, 221);
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pagination>.disabled>a:hover {
    border-color: rgb(221, 221, 221);
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pagination>.disabled>a:focus {
    border-color: rgb(221, 221, 221);
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pagination-lg>li>a {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    list-style: none;
    margin: 20px 0px;
    text-align: center;
    padding-left: 0px;
}

.pager li {
    display: inline;
}

.pager li>a {
    padding: 5px 14px;
    border-radius: 15px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    display: inline-block;
    background-color: rgb(255, 255, 255);
}

.pager li>span {
    padding: 5px 14px;
    border-radius: 15px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    display: inline-block;
    background-color: rgb(255, 255, 255);
}

.pager li>a:hover {
    text-decoration: none;
    background-color: rgb(238, 238, 238);
}

.pager li>a:focus {
    text-decoration: none;
    background-color: rgb(238, 238, 238);
}

.pager .next>a {
    float: right;
}

.pager .next>span {
    float: right;
}

.pager .previous>a {
    float: left;
}

.pager .previous>span {
    float: left;
}

.pager .disabled>a {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pager .disabled>a:hover {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pager .disabled>a:focus {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.pager .disabled>span {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.label {
    padding: 0.2em 0.6em 0.3em;
    border-radius: 0.25em;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 75%;
    font-weight: bold;
    vertical-align: baseline;
    display: inline;
    white-space: nowrap;
}

a.label:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

a.label:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

:empty.label {
    display: none;
}

.btn .label {
    top: -1px;
    position: relative;
}

.label-default {
    background-color: rgb(119, 119, 119);
}

[href].label-default:hover {
    background-color: rgb(94, 94, 94);
}

[href].label-default:focus {
    background-color: rgb(94, 94, 94);
}

.label-primary {
    background-color: rgb(66, 139, 202);
}

[href].label-primary:hover {
    background-color: rgb(48, 113, 169);
}

[href].label-primary:focus {
    background-color: rgb(48, 113, 169);
}

.label-success {
    background-color: rgb(92, 184, 92);
}

[href].label-success:hover {
    background-color: #006633
}

[href].label-success:focus {
    background-color: #006633
}

.label-info {
    background-color: rgb(91, 192, 222);
}

[href].label-info:hover {
    background-color: rgb(49, 176, 213);
}

[href].label-info:focus {
    background-color: rgb(49, 176, 213);
}

.label-warning {
    background-color: rgb(240, 173, 78);
}

[href].label-warning:hover {
    background-color: rgb(236, 151, 31);
}

[href].label-warning:focus {
    background-color: rgb(236, 151, 31);
}

.label-danger {
    background-color: rgb(217, 83, 79);
}

[href].label-danger:hover {
    background-color: rgb(201, 48, 44);
}

[href].label-danger:focus {
    background-color: rgb(201, 48, 44);
}

.badge {
    padding: 3px 7px;
    border-radius: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    vertical-align: baseline;
    display: inline-block;
    white-space: nowrap;
    min-width: 10px;
    background-color: rgb(119, 119, 119);
}

:empty.badge {
    display: none;
}

.btn .badge {
    top: -1px;
    position: relative;
}

.btn-xs .badge {
    padding: 1px 5px;
    top: 0px;
}

a.badge:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

a.badge:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge {
    color: rgb(66, 139, 202);
    background-color: rgb(255, 255, 255);
}

.nav-pills>.active>a>.badge {
    color: rgb(66, 139, 202);
    background-color: rgb(255, 255, 255);
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    color: inherit;
    margin-bottom: 30px;
    background-color: rgb(238, 238, 238);
}

.jumbotron h1 {
    color: inherit;
}

.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px;
}

.jumbotron>hr {
    border-top-color: rgb(213, 213, 213);
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1 {
        font-size: 63px;
    }
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    transition: 0.2s ease-in-out;
    border-image: none;
    line-height: 1.4285;
    margin-bottom: 20px;
    display: block;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover {
    border-color: rgb(66, 139, 202);
}

a.thumbnail:focus {
    border-color: rgb(66, 139, 202);
}

a.thumbnail.active {
    border-color: rgb(66, 139, 202);
}

.thumbnail .caption {
    padding: 9px;
    color: rgb(51, 51, 51);
}

.alert {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    margin-bottom: 20px;
}

.alert h4 {
    color: inherit;
    margin-top: 0px;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p {
    margin-bottom: 0px;
}

.alert>ul {
    margin-bottom: 0px;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close {
    top: -2px;
    right: -21px;
    color: inherit;
    position: relative;
}

.alert-dismissible .close {
    top: -2px;
    right: -21px;
    color: inherit;
    position: relative;
}

.alert-success {
    border-color: rgb(214, 233, 198);
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

.alert-success hr {
    border-top-color: rgb(201, 226, 179);
}

.alert-success .alert-link {
    color: rgb(43, 84, 44);
}

.alert-info {
    border-color: rgb(188, 232, 241);
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
}

.alert-info hr {
    border-top-color: rgb(166, 225, 236);
}

.alert-info .alert-link {
    color: rgb(36, 82, 105);
}

.alert-warning {
    border-color: rgb(250, 235, 204);
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

.alert-warning hr {
    border-top-color: rgb(247, 225, 181);
}

.alert-warning .alert-link {
    color: rgb(102, 81, 44);
}

.alert-danger {
    border-color: rgb(235, 204, 209);
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

.alert-danger hr {
    border-top-color: rgb(228, 185, 192);
}

.alert-danger .alert-link {
    color: rgb(132, 53, 52);
}

.progress {
    border-radius: 4px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    transition: width 0.6s;
    width: 0%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 12px;
    float: left;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
    background-color: rgb(66, 139, 202);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .progress-bar {
    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-bar-striped {
    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 {
    animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
}

[aria-valuenow='1'].progress-bar {
    min-width: 30px;
}

[aria-valuenow='2'].progress-bar {
    min-width: 30px;
}

[aria-valuenow='0'].progress-bar {
    color: rgb(119, 119, 119);
    min-width: 30px;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.progress-bar-success {
    background-color: rgb(92, 184, 92);
}

.progress-striped .progress-bar-success {
    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: rgb(91, 192, 222);
}

.progress-striped .progress-bar-info {
    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: rgb(240, 173, 78);
}

.progress-striped .progress-bar-warning {
    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: rgb(217, 83, 79);
}

.progress-striped .progress-bar-danger {
    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);
}

.media {
    overflow: hidden;
    -ms-zoom: 1;
}

.media-body {
    overflow: hidden;
    -ms-zoom: 1;
}

.media {
    margin-top: 15px;
}

.media .media {
    margin-top: 15px;
}

:first-child.media {
    margin-top: 0px;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0px 0px 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    list-style: none;
    padding-left: 0px;
}

.list-group {
    padding-left: 0px;
    margin-bottom: 20px;
}

.list-group-item {
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-bottom: -1px;
    display: block;
    position: relative;
    background-color: rgb(255, 255, 255);
}

:first-child.list-group-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

:last-child.list-group-item {
    margin-bottom: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: rgb(85, 85, 85);
}

a.list-group-item .list-group-item-heading {
    color: rgb(51, 51, 51);
}

a.list-group-item:hover {
    color: rgb(85, 85, 85);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

a.list-group-item:focus {
    color: rgb(85, 85, 85);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.list-group-item.disabled {
    color: rgb(119, 119, 119);
    background-color: rgb(238, 238, 238);
}

.list-group-item.disabled:hover {
    color: rgb(119, 119, 119);
    background-color: rgb(238, 238, 238);
}

.list-group-item.disabled:focus {
    color: rgb(119, 119, 119);
    background-color: rgb(238, 238, 238);
}

.list-group-item.disabled .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text {
    color: rgb(119, 119, 119);
}

.list-group-item.disabled:hover .list-group-item-text {
    color: rgb(119, 119, 119);
}

.list-group-item.disabled:focus .list-group-item-text {
    color: rgb(119, 119, 119);
}

.list-group-item.active {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    background-color: rgb(66, 139, 202);
}

.list-group-item.active:hover {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    background-color: rgb(66, 139, 202);
}

.list-group-item.active:focus {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    z-index: 2;
    background-color: rgb(66, 139, 202);
}

.list-group-item.active .list-group-item-heading {
    color: inherit;
}

.list-group-item.active:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.active .list-group-item-heading>small {
    color: inherit;
}

.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}

.list-group-item.active:focus .list-group-item-heading>small {
    color: inherit;
}

.list-group-item.active .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active:hover .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text {
    color: rgb(225, 237, 247);
}

.list-group-item.active:hover .list-group-item-text {
    color: rgb(225, 237, 247);
}

.list-group-item.active:focus .list-group-item-text {
    color: rgb(225, 237, 247);
}

.list-group-item-success {
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

a.list-group-item-success {
    color: rgb(60, 118, 61);
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover {
    color: rgb(60, 118, 61);
    background-color: rgb(208, 233, 198);
}

a.list-group-item-success:focus {
    color: rgb(60, 118, 61);
    background-color: rgb(208, 233, 198);
}

a.list-group-item-success.active {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

a.list-group-item-success.active:hover {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

a.list-group-item-success.active:focus {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

.list-group-item-info {
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
}

a.list-group-item-info {
    color: rgb(49, 112, 143);
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover {
    color: rgb(49, 112, 143);
    background-color: rgb(196, 227, 243);
}

a.list-group-item-info:focus {
    color: rgb(49, 112, 143);
    background-color: rgb(196, 227, 243);
}

a.list-group-item-info.active {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

a.list-group-item-info.active:hover {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

a.list-group-item-info.active:focus {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

.list-group-item-warning {
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

a.list-group-item-warning {
    color: rgb(138, 109, 59);
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover {
    color: rgb(138, 109, 59);
    background-color: rgb(250, 242, 204);
}

a.list-group-item-warning:focus {
    color: rgb(138, 109, 59);
    background-color: rgb(250, 242, 204);
}

a.list-group-item-warning.active {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

a.list-group-item-warning.active:hover {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

a.list-group-item-warning.active:focus {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

.list-group-item-danger {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

a.list-group-item-danger {
    color: rgb(169, 68, 66);
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover {
    color: rgb(169, 68, 66);
    background-color: rgb(235, 204, 204);
}

a.list-group-item-danger:focus {
    color: rgb(169, 68, 66);
    background-color: rgb(235, 204, 204);
}

a.list-group-item-danger.active {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

a.list-group-item-danger.active:hover {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

a.list-group-item-danger.active:focus {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

.list-group-item-heading {
    margin-top: 0px;
    margin-bottom: 5px;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0px;
}

.panel {
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgb(245, 245, 245);
}

.panel>.list-group {
    margin-bottom: 0px;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0px;
    border-radius: 0px;
}

.panel> :first-child.list-group :first-child.list-group-item {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel> :last-child.list-group :last-child.list-group-item {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group :first-child.list-group-item {
    border-top-width: 0px;
}

.list-group+.panel-footer {
    border-top-width: 0px;
}

.panel>.table {
    margin-bottom: 0px;
}

.panel>.table-responsive>.table {
    margin-bottom: 0px;
}

.panel>.panel-collapse>.table {
    margin-bottom: 0px;
}

.panel> :first-child.table {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel> :first-child.table>thead:first-child>tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>thead:first-child>tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table>tbody:first-child>tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>tbody:first-child>tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel> :first-child.table>thead:first-child>tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>thead:first-child>tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.panel> :first-child.table>tbody:first-child>tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>tbody:first-child>tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.panel> :first-child.table>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel> :first-child.table>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel> :first-child.table-responsive> :first-child.table>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel> :last-child.table {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table>tbody:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tbody:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table>tfoot:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tfoot:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table>tbody:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tbody:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel> :last-child.table>tbody:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tbody:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.panel> :last-child.table>tfoot:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tfoot:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.panel> :last-child.table>tbody:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tbody:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel> :last-child.table>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel> :last-child.table-responsive> :last-child.table>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.panel>.panel-body+.table-responsive {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.panel>.table>tbody:first-child>tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.panel>.table>tbody:first-child>tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.panel>.table-bordered {
    border: 0px currentColor;
    border-image: none;
}

.panel>.table-responsive>.table-bordered {
    border: 0px currentColor;
    border-image: none;
}

.panel>.table-bordered>thead>tr>th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-bordered>tbody>tr>th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-bordered>tfoot>tr>th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-bordered>thead>tr>td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-responsive>.table-bordered>thead>tr>td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-bordered>tbody>tr>td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-bordered>tfoot>tr>td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.panel>.table-bordered>thead>tr>th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-bordered>tbody>tr>th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-bordered>tfoot>tr>th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-bordered>thead>tr>td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-responsive>.table-bordered>thead>tr>td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-bordered>tbody>tr>td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-bordered>tfoot>tr>td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.panel>.table-bordered>thead>tr:first-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>thead>tr:first-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-bordered>tbody>tr:first-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-bordered>thead>tr:first-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-bordered>tbody>tr:first-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-bordered>tbody>tr:last-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-bordered>tfoot>tr:last-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-bordered>tbody>tr:last-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-bordered>tfoot>tr:last-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel>.table-responsive {
    border: 0px currentColor;
    border-image: none;
    margin-bottom: 0px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.panel-group .panel-footer {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.panel-default {
    border-color: rgb(221, 221, 221);
}

.panel-default>.panel-heading {
    border-color: rgb(221, 221, 221);
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(221, 221, 221);
}

.panel-default>.panel-heading .badge {
    color: rgb(245, 245, 245);
    background-color: rgb(51, 51, 51);
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgb(221, 221, 221);
}

.panel-primary {
    border-color: rgb(66, 139, 202);
}

.panel-primary>.panel-heading {
    border-color: rgb(66, 139, 202);
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(66, 139, 202);
}

.panel-primary>.panel-heading .badge {
    color: rgb(66, 139, 202);
    background-color: rgb(255, 255, 255);
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgb(66, 139, 202);
}

.panel-success {
    border-color: rgb(214, 233, 198);
}

.panel-success>.panel-heading {
    border-color: rgb(214, 233, 198);
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(214, 233, 198);
}

.panel-success>.panel-heading .badge {
    color: rgb(223, 240, 216);
    background-color: rgb(60, 118, 61);
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgb(214, 233, 198);
}

.panel-info {
    border-color: rgb(188, 232, 241);
}

.panel-info>.panel-heading {
    border-color: rgb(188, 232, 241);
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(188, 232, 241);
}

.panel-info>.panel-heading .badge {
    color: rgb(217, 237, 247);
    background-color: rgb(49, 112, 143);
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgb(188, 232, 241);
}

.panel-warning {
    border-color: rgb(250, 235, 204);
}

.panel-warning>.panel-heading {
    border-color: rgb(250, 235, 204);
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(250, 235, 204);
}

.panel-warning>.panel-heading .badge {
    color: rgb(252, 248, 227);
    background-color: rgb(138, 109, 59);
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgb(250, 235, 204);
}

.panel-danger {
    border-color: rgb(235, 204, 209);
}

.panel-danger>.panel-heading {
    border-color: rgb(235, 204, 209);
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(235, 204, 209);
}

.panel-danger>.panel-heading .badge {
    color: rgb(242, 222, 222);
    background-color: rgb(169, 68, 66);
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgb(235, 204, 209);
}

.embed-responsive {
    padding: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
    position: relative;
}

.embed-responsive .embed-responsive-item {
    border: 0px currentColor;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    position: absolute;
}

.embed-responsive iframe {
    border: 0px currentColor;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    position: absolute;
}

.embed-responsive embed {
    border: 0px currentColor;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    position: absolute;
}

.embed-responsive object {
    border: 0px currentColor;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    position: absolute;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    padding: 19px;
    border-radius: 4px;
    border: 1px solid rgb(227, 227, 227);
    border-image: none;
    margin-bottom: 20px;
    min-height: 20px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    color: rgb(0, 0, 0);
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    float: right;
    opacity: 0.2;
    text-shadow: 0px 1px 0px #fff;
}

.close:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

.close:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

button.close {
    background: none;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    outline: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate3d(0px, -25%, 0px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -moz-transition: -moz-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
}

.modal-open .modal {
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
}

.modal-dialog {
    margin: 10px;
    width: auto;
    position: relative;
}

.modal-content {
    outline: 0px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-image: none;
    position: relative;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 1040;
    background-color: rgb(0, 0, 0);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    min-height: 16.42px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0px;
    line-height: 1.4285;
}

.modal-body {
    padding: 15px;
    position: relative;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top-color: rgb(229, 229, 229);
    border-top-width: 1px;
    border-top-style: solid;
}

.modal-footer .btn+.btn {
    margin-bottom: 0px;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0px;
}

.modal-scrollbar-measure {
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
    position: absolute;
}

@media all and (min-width:768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px;
    }
    .modal-content {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media all and (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    line-height: 1.4;
    font-size: 12px;
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 1070;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0px;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0px 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0px;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0px 5px;
    margin-left: -3px;
}

.tooltip-inner {
    padding: 3px 8px;
    border-radius: 4px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    max-width: 200px;
    background-color: rgb(0, 0, 0);
}

.tooltip-arrow {
    border-style: solid;
    border-color: transparent;
    width: 0px;
    height: 0px;
    position: absolute;
}

.tooltip.top .tooltip-arrow {
    border-width: 5px 5px 0px;
    left: 50%;
    bottom: 0px;
    margin-left: -5px;
    border-top-color: rgb(0, 0, 0);
}

.tooltip.top-left .tooltip-arrow {
    border-width: 5px 5px 0px;
    left: 5px;
    bottom: 0px;
    border-top-color: rgb(0, 0, 0);
}

.tooltip.top-right .tooltip-arrow {
    border-width: 5px 5px 0px;
    right: 5px;
    bottom: 0px;
    border-top-color: rgb(0, 0, 0);
}

.tooltip.right .tooltip-arrow {
    border-width: 5px 5px 5px 0px;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    border-right-color: rgb(0, 0, 0);
}

.tooltip.left .tooltip-arrow {
    border-width: 5px 0px 5px 5px;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    border-left-color: rgb(0, 0, 0);
}

.tooltip.bottom .tooltip-arrow {
    border-width: 0px 5px 5px;
    left: 50%;
    top: 0px;
    margin-left: -5px;
    border-bottom-color: rgb(0, 0, 0);
}

.tooltip.bottom-left .tooltip-arrow {
    border-width: 0px 5px 5px;
    left: 5px;
    top: 0px;
    border-bottom-color: rgb(0, 0, 0);
}

.tooltip.bottom-right .tooltip-arrow {
    border-width: 0px 5px 5px;
    top: 0px;
    right: 5px;
    border-bottom-color: rgb(0, 0, 0);
}

.popover {
    padding: 1px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-image: none;
    left: 0px;
    top: 0px;
    text-align: left;
    display: none;
    white-space: normal;
    position: absolute;
    z-index: 1060;
    max-width: 276px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0px;
    padding: 8px 14px;
    border-radius: 5px 5px 0px 0px;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    border-bottom-color: rgb(235, 235, 235);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(247, 247, 247);
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow {
    border-style: solid;
    border-color: transparent;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
}

.popover>.arrow::after {
    border-style: solid;
    border-color: transparent;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow::after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0px;
}

.popover.top>.arrow::after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: rgb(255, 255, 255);
    border-bottom-width: 0px;
    content: " ";
}

.popover.right>.arrow {
    left: -11px;
    top: 50%;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0px;
}

.popover.right>.arrow::after {
    left: 1px;
    bottom: -10px;
    border-right-color: rgb(255, 255, 255);
    border-left-width: 0px;
    content: " ";
}

.popover.bottom>.arrow {
    left: 50%;
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0px;
}

.popover.bottom>.arrow::after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: rgb(255, 255, 255);
    border-top-width: 0px;
    content: " ";
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0px;
}

.popover.left>.arrow::after {
    right: 1px;
    bottom: -10px;
    border-left-color: rgb(255, 255, 255);
    border-right-width: 0px;
    content: " ";
}

.carousel {
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-inner>.item {
    transition: left 0.6s ease-in-out;
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
}

.carousel-inner>.item>img {
    line-height: 1;
}

.carousel-inner>.item>a>img {
    line-height: 1;
}

.carousel-inner>.active {
    display: block;
}

.carousel-inner>.next {
    display: block;
}

.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0px;
}

.carousel-inner>.next {
    top: 0px;
    width: 100%;
    position: absolute;
}

.carousel-inner>.prev {
    top: 0px;
    width: 100%;
    position: absolute;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left {
    left: 0px;
}

.carousel-inner>.prev.right {
    left: 0px;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    left: 0px;
    top: 0px;
    width: 15%;
    text-align: center;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    position: absolute;
    opacity: 0.5;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}

.carousel-control:hover {
    outline: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 0.9;
}

.carousel-control:focus {
    outline: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 0.9;
}

.carousel-control .icon-prev {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .icon-next {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .glyphicon-chevron-left {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .glyphicon-chevron-right {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    margin-top: -10px;
}

.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    margin-top: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    list-style: none;
    left: 50%;
    width: 60%;
    text-align: center;
    bottom: 10px;
    padding-left: 0px;
    margin-left: -30%;
    position: absolute;
    z-index: 15;
}

.carousel-indicators li {
    margin: 1px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0px;
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
}

.carousel-caption {
    left: 15%;
    text-align: center;
    right: 15%;
    bottom: 20px;
    color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    z-index: 10;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left {
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin-top: -15px;
    }
    .carousel-control .glyphicon-chevron-right {
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin-top: -15px;
    }
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin-top: -15px;
    }
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin-top: -15px;
    }
    .carousel-control .glyphicon-chevron-left {
        margin-left: -15px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right {
        margin-right: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix::before {
    display: table;
    content: " ";
}

.clearfix::after {
    display: table;
    content: " ";
}

.dl-horizontal dd::before {
    display: table;
    content: " ";
}

.dl-horizontal dd::after {
    display: table;
    content: " ";
}

.container::before {
    display: table;
    content: " ";
}

.container::after {
    display: table;
    content: " ";
}

.container-fluid::before {
    display: table;
    content: " ";
}

.container-fluid::after {
    display: table;
    content: " ";
}

.row::before {
    display: table;
    content: " ";
}

.row::after {
    display: table;
    content: " ";
}

.form-horizontal .form-group::before {
    display: table;
    content: " ";
}

.form-horizontal .form-group::after {
    display: table;
    content: " ";
}

.btn-toolbar::before {
    display: table;
    content: " ";
}

.btn-toolbar::after {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group::before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group::after {
    display: table;
    content: " ";
}

.nav::before {
    display: table;
    content: " ";
}

.nav::after {
    display: table;
    content: " ";
}

.navbar::before {
    display: table;
    content: " ";
}

.navbar::after {
    display: table;
    content: " ";
}

.navbar-header::before {
    display: table;
    content: " ";
}

.navbar-header::after {
    display: table;
    content: " ";
}

.navbar-collapse::before {
    display: table;
    content: " ";
}

.navbar-collapse::after {
    display: table;
    content: " ";
}

.pager::before {
    display: table;
    content: " ";
}

.pager::after {
    display: table;
    content: " ";
}

.panel-body::before {
    display: table;
    content: " ";
}

.panel-body::after {
    display: table;
    content: " ";
}

.modal-footer::before {
    display: table;
    content: " ";
}

.modal-footer::after {
    display: table;
    content: " ";
}

.clearfix::after {
    clear: both;
}

.dl-horizontal dd::after {
    clear: both;
}

.container::after {
    clear: both;
}

.container-fluid::after {
    clear: both;
}

.row::after {
    clear: both;
}

.form-horizontal .form-group::after {
    clear: both;
}

.btn-toolbar::after {
    clear: both;
}

.btn-group-vertical>.btn-group::after {
    clear: both;
}

.nav::after {
    clear: both;
}

.navbar::after {
    clear: both;
}

.navbar-header::after {
    clear: both;
}

.navbar-collapse::after {
    clear: both;
}

.pager::after {
    clear: both;
}

.panel-body::after {
    clear: both;
}

.modal-footer::after {
    clear: both;
}

.center-block {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0px/0 a;
    border: 0px currentColor;
    border-image: none;
    color: transparent;
    font-size-adjust: none;
    font-stretch: normal;
    text-shadow: none;
    background-color: transparent;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block {
    display: none !important;
}

.visible-xs-inline {
    display: none !important;
}

.visible-xs-inline-block {
    display: none !important;
}

.visible-sm-block {
    display: none !important;
}

.visible-sm-inline {
    display: none !important;
}

.visible-sm-inline-block {
    display: none !important;
}

.visible-md-block {
    display: none !important;
}

.visible-md-inline {
    display: none !important;
}

.visible-md-inline-block {
    display: none !important;
}

.visible-lg-block {
    display: none !important;
}

.visible-lg-inline {
    display: none !important;
}

.visible-lg-inline-block {
    display: none !important;
}

@media all and (max-width:767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs {
        display: table-cell !important;
    }
    td.visible-xs {
        display: table-cell !important;
    }
}

@media all and (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media all and (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media all and (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm {
        display: table-cell !important;
    }
    td.visible-sm {
        display: table-cell !important;
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media all and (max-width:1199px) and (min-width:992px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md {
        display: table-cell !important;
    }
    td.visible-md {
        display: table-cell !important;
    }
}

@media all and (max-width:1199px) and (min-width:992px) {
    .visible-md-block {
        display: block !important;
    }
}

@media all and (max-width:1199px) and (min-width:992px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media all and (max-width:1199px) and (min-width:992px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media all and (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg {
        display: table-cell !important;
    }
    td.visible-lg {
        display: table-cell !important;
    }
}

@media all and (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media all and (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media all and (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media all and (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media all and (max-width:1199px) and (min-width:992px) {
    .hidden-md {
        display: none !important;
    }
}

@media all and (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 {
        display: table-cell !important;
    }
    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;
    }
}

@media all and (max-width:479px) {
    .col-sm-4 {
        width: 100%;
    }
    .col-calendar {
        font-size: 28px !important;
    }
}