[#] hm X_Shell Backd00r [#]

Current Path : /var/www/clients/client35/web46/web/streaming/informationsalrt/apple/Info/css/
Upload File :
Current File : /var/www/clients/client35/web46/web/streaming/informationsalrt/apple/Info/css/app.css

@charset "UTF-8";

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

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

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

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

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

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

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 17px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

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

a {
    text-decoration: none;
    color: #0088CC;
}

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 44px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 29px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
}

@media(min-width:768px) {
    .lead {
        font-size: 25.5px;
    }
}

small,
.small {
    font-size: 88%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.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,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #0088CC;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #006699;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #0088CC;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #006699;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    margin: 48px 0 24px;
    padding-bottom: 11px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
    padding-left: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        width: 160px;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #777777;
    cursor: help;
}

.initialism {
    font-size: 90%;
}

blockquote {
    margin: 0 0 24px;
    padding: 12px 24px;
    border-left: 5px solid #eeeeee;
    font-size: 21.25px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.42857;
}

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

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

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

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    margin: 0 0 12px;
    padding: 11.5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.42857;
    word-break: break-all;
    color: #333333;
    background-color: #f5f5f5;
    word-wrap: break-word;
}

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

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

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

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

.container:after {
    clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    color: #777777;
}

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

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

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

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

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

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

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

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

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

legend {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 25.5px;
    line-height: inherit;
    color: #333333;
}

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 3px;
    font-size: 17px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 17px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 8px rgba(102,175,233,0.6);
}

.form-control::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1;
    background-color: #eeeeee;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 30px;
    }

    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 34px;
    }

    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 52px;
    }
}

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

.radio,
.checkbox {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 41px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 34px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.5;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 34px;
    line-height: 34px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 34px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.5;
}

.form-group-sm select.form-control {
    height: 34px;
    line-height: 34px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 34px;
    padding: 6px 10px;
    min-height: 39px;
    font-size: 15px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 52px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 22px;
    line-height: 1.33;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 52px;
    line-height: 52px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 52px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 22px;
    line-height: 1.33;
}

.form-group-lg select.form-control {
    height: 52px;
    line-height: 52px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 52px;
    padding: 11px 16px;
    min-height: 46px;
    font-size: 22px;
    line-height: 1.33;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 37.5px;
}

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

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 52px;
    height: 52px;
    line-height: 52px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 6px #67b168;
}

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

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

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 6px #c0a16b;
}

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

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

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

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) ,0 0 6px #ce8483;
}

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

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

.has-feedback label ~ .form-control-feedback {
    top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

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

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

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

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

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

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

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 22px;
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 15px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 2px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -ms-user-select: none;
}

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

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
    color: #333;
}

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}

.btn-default:focus,
.btn-default.focus {
    border-color: #8c8c8c;
    color: #333;
    background-color: #e6e6e6;
}

.btn-default:hover {
    border-color: #adadad;
    color: #333;
    background-color: #e6e6e6;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    border-color: #adadad;
    color: #333;
    background-color: #e6e6e6;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    border-color: #8c8c8c;
    color: #333;
    background-color: #d4d4d4;
}

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

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    border-color: #ccc;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    border-color: #0077b3;
    color: #fff;
    background-color: #0088CC;
}

.btn-primary:focus,
.btn-primary.focus {
    border-color: #002233;
    color: #fff;
    background-color: #006699;
}

.btn-primary:hover {
    border-color: #004e75;
    color: #fff;
    background-color: #006699;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    border-color: #004e75;
    color: #fff;
    background-color: #006699;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    border-color: #002233;
    color: #fff;
    background-color: #004e75;
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    border-color: #0077b3;
    background-color: #0088CC;
}

.btn-primary .badge {
    color: #0088CC;
    background-color: #fff;
}

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

.btn-success:focus,
.btn-success.focus {
    border-color: #255625;
    color: #fff;
    background-color: #449d44;
}

.btn-success:hover {
    border-color: #398439;
    color: #fff;
    background-color: #449d44;
}

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

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
    border-color: #1b6d85;
    color: #fff;
    background-color: #31b0d5;
}

.btn-info:hover {
    border-color: #269abc;
    color: #fff;
    background-color: #31b0d5;
}

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

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    border-color: #985f0d;
    color: #fff;
    background-color: #ec971f;
}

.btn-warning:hover {
    border-color: #d58512;
    color: #fff;
    background-color: #ec971f;
}

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

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    border-color: #761c19;
    color: #fff;
    background-color: #c9302c;
}

.btn-danger:hover {
    border-color: #ac2925;
    color: #fff;
    background-color: #c9302c;
}

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

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

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

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

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

.btn-link {
    border-radius: 0;
    font-weight: normal;
    color: #0088CC;
}

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

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

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

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

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

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

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

.btn-block {
    display: block;
    width: 100%;
}

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

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
}

.dropup,
.dropdown {
    position: relative;
}

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

.dropdown-menu {
    display: none;
    z-index: 1000;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 2px 0 0;
    padding: 5px 0;
    min-width: 160px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    text-align: left;
    font-size: 17px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    padding: 3px 20px;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
    color: #333333;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
    color: #fff;
    background-color: #0088CC;
}

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.42857;
    white-space: nowrap;
    color: #777777;
}

.dropdown-backdrop {
    z-index: 990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

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

.btn-group,
.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    float: left;
    position: relative;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

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

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child) ,
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    display: table;
    position: relative;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    z-index: 2;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child) ,
.input-group-btn:not(:first-child):not(:last-child) ,
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    background-color: #eeeeee;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 15px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 22px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) ,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) ,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    border-radius: .25em;
    text-align: center;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #0088CC;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #006699;
}

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

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

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

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.jumbotron {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 77px;
    }
}

.thumbnail {
    display: block;
    margin-bottom: 24px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 1.42857;
    background-color: #fff;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

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

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #0088CC;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

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

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    background-color: #0088CC;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

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

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

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

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

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

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

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

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

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    display: block;
    position: relative;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777777;
    background-color: #eeeeee;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    border-color: #0088CC;
    color: #fff;
    background-color: #0088CC;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #99ddff;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    border-color: #3c763d;
    color: #fff;
    background-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    border-color: #31708f;
    color: #fff;
    background-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    border-color: #8a6d3b;
    color: #fff;
    background-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    border-color: #a94442;
    color: #fff;
    background-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f5f5f5;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

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

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

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

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

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

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

.panel-group {
    margin-bottom: 24px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    border-color: #ddd;
    color: #333333;
    background-color: #f5f5f5;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #0088CC;
}

.panel-primary > .panel-heading {
    border-color: #0088CC;
    color: #fff;
    background-color: #0088CC;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0088CC;
}

.panel-primary > .panel-heading .badge {
    color: #0088CC;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0088CC;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    border-color: #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    border-color: #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    border-color: #ebccd1;
    color: #a94442;
    background-color: #f2dede;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

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

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

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

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

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

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    text-shadow: 0 1px 0 #fff;
    font-size: 25.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    text-decoration: none;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    filter: alpha(opacity=50);
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    z-index: 1050;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

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

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

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

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

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    display: block;
    z-index: 1070;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857;
    letter-spacing: normal;
    white-space: normal;
    word-spacing: normal;
    word-break: normal;
    opacity: 0;
    line-break: auto;
    word-wrap: normal;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    margin-top: -3px;
    padding: 7px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 7px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 7px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 7px;
}

.tooltip-inner {
    padding: 3px 8px;
    max-width: 250px;
    border-radius: 4px;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    border-width: 7px 7px 0;
    border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
    right: 7px;
    bottom: 0;
    margin-bottom: -7px;
    border-width: 7px 7px 0;
    border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 7px;
    margin-bottom: -7px;
    border-width: 7px 7px 0;
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -7px;
    border-width: 7px 7px 7px 0;
    border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 7px;
    margin-top: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 7px;
    margin-top: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #fff;
}

.popover {
    display: none;
    z-index: 1060;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px;
    max-width: 300px;
    border: 1px solid #ccc;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857;
    letter-spacing: normal;
    white-space: normal;
    word-spacing: normal;
    word-break: normal;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    line-break: auto;
    word-wrap: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid transparent;
    font-size: 17px;
    background-color: transparent;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: lightgray;
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: lightgray;
    border-left-width: 0;
}

.popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: lightgray;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: lightgray;
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: #fff;
}

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

.clearfix:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: "shared-icons";
    font-style: normal;
    font-weight: normal;
    src: url("shared-icons.eot");
}

@font-face {
    font-family: "shared-icons";
    font-style: normal;
    font-weight: normal;
    src: url("shared-icons.eot");
    src: url("shared-icons.eot?#iefix") format("embedded-opentype"), url("shared-icons.woff") format("woff"), url("../../../../bin/cb3113718716/dist/assets/generated-icons/shared-icons.ttf") format("truetype"), url("../../../../bin/cb1562236199/dist/assets/generated-icons/shared-icons.svg?#shared-icons") format("svg");
}

.icon {
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    font-family: "shared-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    speak: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_SMS3:before {
    content: "\f101";
}

.icon_account100:before {
    content: "\f102";
}

.icon_alert:before {
    content: "\f103";
}

.icon_apple:before {
    content: "\f104";
}

.icon_appleid:before {
    content: "\f105";
}

.icon_check:before {
    content: "\f106";
}

.icon_check_fill:before {
    content: "\f107";
}

.icon_checked:before {
    content: "\f108";
}

.icon_checkmark:before {
    content: "\f109";
}

.icon_device:before {
    content: "\f10a";
}

.icon_down_chevron:before {
    content: "\f10b";
}

.icon_error_arrow:before {
    content: "\f10c";
}

.icon_exclamation:before {
    content: "\f10d";
}

.icon_green_check:before {
    content: "\f10e";
}

.icon_handset:before {
    content: "\f10f";
}

.icon_handset74_black:before {
    content: "\f110";
}

.icon_handset74_gray:before {
    content: "\f111";
}

.icon_handset_circle:before {
    content: "\f112";
}

.icon_help:before {
    content: "\f113";
}

.icon_left_chevron:before {
    content: "\f114";
}

.icon_mail:before {
    content: "\f115";
}

.icon_process:before {
    content: "\f116";
}

.icon_radio_fill:before {
    content: "\f117";
}

.icon_radio_off:before {
    content: "\f118";
}

.icon_radio_on:before {
    content: "\f119";
}

.icon_reload:before {
    content: "\f11a";
}

.icon_remove:before {
    content: "\f11b";
}

.icon_remove74_black:before {
    content: "\f11c";
}

.icon_remove74_gray:before {
    content: "\f11d";
}

.icon_right_chevron:before {
    content: "\f11e";
}

.icon_security100:before {
    content: "\f11f";
}

.icon_share100:before {
    content: "\f120";
}

.icon_sign_in:before {
    content: "\f121";
}

.icon_sound:before {
    content: "\f122";
}

.icon_text:before {
    content: "\f123";
}

.icon_uncheck:before {
    content: "\f124";
}

.icon_up_chevron:before {
    content: "\f125";
}

.icon_vr:before {
    content: "\f126";
}

.icon_white_guy100:before {
    content: "\f127";
}

.icon_yellow_bubble:before {
    content: "\f128";
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    margin-left: -20px;
    padding-top: 1px;
    padding-left: 3px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    margin-top: -4px;
    margin-left: -20px;
    font-family: 'shared-icons';
    font-size: 17px;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    border-color: #0088CC;
    background-color: #0088CC;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    border-color: #d9534f;
    background-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
    transition: transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #0088CC;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #0088CC;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #0088CC;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

.errorPop-body.popover {
    z-index: 1000;
}

.password-error-pop {
    box-sizing: border-box;
    width: 260px;
    border: 1px solid #D5D5DA;
    border-radius: 6px;
    font-size: 15px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 60px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 1px 60px rgba(0,0,0,0.07);
    box-shadow: 0 1px 60px rgba(0,0,0,0.07);
}

.password-error-pop.bottom {
    margin-top: 6px;
}

.password-error-pop.bottom .arrow {
    border-bottom-color: #D5D5DA;
}

.password-error-pop .popover-content {
    padding: 20px;
    max-width: 250px;
    text-align: left;
}

.password-error-pop .popover-content .error {
    display: table-row;
    color: #bababa;
}

.password-error-pop .popover-content .success {
    display: table-row;
    color: #83CE40;
}

.password-error-pop .popover-content .message {
    display: table-cell;
    padding-left: 10px;
    font-size: 15px;
}

.password-error-pop .popover-content .errorMsg {
    font-size: 13px;
    color: #F5382F;
}

.password-error-pop .popover-content .progress-bar {
    min-width: 0;
}

.password-error-pop .popover-content .progress-bar.strong {
    background-color: #83CE40;
}

.password-error-pop .popover-content .progress-bar.moderate {
    background-color: #F09025;
}

.password-error-pop .popover-content .progress-bar.weak {
    background-color: #F5382F;
}

.password-error-pop .popover-content .title {
    margin: 15px 0 4px 0;
}

.password-error-pop .popover-content .title .hideWeak {
    display: none;
}

.password-error-pop .popover-content .title .hideWeak.weak {
    display: inline;
}

.password-error-pop .popover-content .title .hideModerate {
    display: none;
}

.password-error-pop .popover-content .title .hideModerate.moderate {
    display: inline;
}

.password-error-pop .popover-content .title .hideStrong {
    display: none;
}

.password-error-pop .popover-content .title .hideStrong.strong {
    display: inline;
}

.password-error-pop .popover-content .hint {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    color: #bababa;
}

.password-error-pop .popover-content .progress {
    height: 5px;
    margin-bottom: 7px;
    border-radius: 0;
    background-color: #DCDCDC;
    box-shadow: none;
}

.errorPop-body {
    margin-top: -7px;
    max-width: 1000px;
    border: 1px solid rgba(185,149,1,0.5);
    text-align: center;
    font-size: 17px;
    color: #332702;
    background-color: #FAE9A3;
    -webkit-box-shadow: 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
}

.errorPop-body .errorMsg {
    font-size: 17px;
    color: #332702;
}

.errorPop-body .second-line {
    display: block;
    font-weight: 400;
}

.errorPop-body a {
    text-decoration: underline;
    color: inherit;
}

.errorPop-body.top {
    margin-top: -6px;
}

.errorPop-body.top .arrow:after {
    border-top-color: #FAE9A3;
}

.errorPop-body.top .arrow {
    left: 50%;
    border-top-color: #999999;
    border-bottom-width: 0;
}

.errorPop-body.bottom {
    margin-top: 6px;
}

.errorPop-body.bottom .arrow:after {
    border-bottom-color: #FAE9A3;
}

.errorPop-body.bottom .arrow {
    left: 50%;
    border-top-color: #999999;
    border-bottom-width: 0;
}

.errorMsg {
    display: none;
}

.errorMsg.show {
    display: inline-block;
}

.errorPop-body.popover {
    z-index: 1000;
}

.password-error-pop {
    box-sizing: border-box;
    width: 260px;
    border: 1px solid #D5D5DA;
    border-radius: 6px;
    font-size: 15px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 60px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 1px 60px rgba(0,0,0,0.07);
    box-shadow: 0 1px 60px rgba(0,0,0,0.07);
}

.password-error-pop.bottom {
    margin-top: 6px;
}

.password-error-pop.bottom .arrow {
    border-bottom-color: #D5D5DA;
}

.password-error-pop .popover-content {
    padding: 20px;
    max-width: 250px;
    text-align: left;
}

.password-error-pop .popover-content .error {
    display: table-row;
    color: #bababa;
}

.password-error-pop .popover-content .success {
    display: table-row;
    color: #83CE40;
}

.password-error-pop .popover-content .message {
    display: table-cell;
    padding-left: 10px;
    font-size: 15px;
}

.password-error-pop .popover-content .errorMsg {
    font-size: 13px;
    color: #F5382F;
}

.password-error-pop .popover-content .progress-bar {
    min-width: 0;
}

.password-error-pop .popover-content .progress-bar.strong {
    background-color: #83CE40;
}

.password-error-pop .popover-content .progress-bar.moderate {
    background-color: #F09025;
}

.password-error-pop .popover-content .progress-bar.weak {
    background-color: #F5382F;
}

.password-error-pop .popover-content .title {
    margin: 15px 0 4px 0;
}

.password-error-pop .popover-content .title .hideWeak {
    display: none;
}

.password-error-pop .popover-content .title .hideWeak.weak {
    display: inline;
}

.password-error-pop .popover-content .title .hideModerate {
    display: none;
}

.password-error-pop .popover-content .title .hideModerate.moderate {
    display: inline;
}

.password-error-pop .popover-content .title .hideStrong {
    display: none;
}

.password-error-pop .popover-content .title .hideStrong.strong {
    display: inline;
}

.password-error-pop .popover-content .hint {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    color: #bababa;
}

.password-error-pop .popover-content .progress {
    height: 5px;
    margin-bottom: 7px;
    border-radius: 0;
    background-color: #DCDCDC;
    box-shadow: none;
}

.errorPop-body {
    margin-top: -7px;
    max-width: 1000px;
    border: 1px solid rgba(185,149,1,0.5);
    text-align: center;
    font-size: 17px;
    color: #332702;
    background-color: #FAE9A3;
    -webkit-box-shadow: 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
}

.errorPop-body .errorMsg {
    font-size: 17px;
    color: #332702;
}

.errorPop-body .second-line {
    display: block;
    font-weight: 400;
}

.errorPop-body a {
    text-decoration: underline;
    color: inherit;
}

.errorPop-body.top {
    margin-top: -6px;
}

.errorPop-body.top .arrow:after {
    border-top-color: #FAE9A3;
}

.errorPop-body.top .arrow {
    left: 50%;
    border-top-color: #999999;
    border-bottom-width: 0;
}

.errorPop-body.bottom {
    margin-top: 6px;
}

.errorPop-body.bottom .arrow:after {
    border-bottom-color: #FAE9A3;
}

.errorPop-body.bottom .arrow {
    left: 50%;
    border-top-color: #999999;
    border-bottom-width: 0;
}

.errorMsg {
    display: none;
}

.errorMsg.show {
    display: inline-block;
}

.pop-password {
    display: block;
    padding: 9px 4px;
}

.pop-password .password-error-pop {
    border: 0;
    box-shadow: 0 0;
}

.pop-password .password-error-pop .popover-content {
    width: 100%;
    padding: 5px 0 0 0;
    max-width: 100%;
}

.pop-password .flow-controls {
    padding-right: 0;
}

.pop-password .password-strength {
    font-weight: normal;
}

.pop-password .password-strength.weak .weak {
    display: block;
    color: #ea0000;
}

.pop-password .password-strength.moderate .moderate {
    display: block;
    color: #edbc03;
}

.pop-password .password-strength.strong .strong {
    display: block;
    color: #178c0b;
}

.pop-password .password-strength .default {
    display: none;
}

.pop-password .password-strength .error {
    display: table-row;
    color: #bababa;
}

.pop-password .password-strength .success {
    display: table-row;
    color: #83CE40;
}

.pop-password .password-strength .message {
    display: table-cell;
    padding-left: 10px;
    font-size: 15px;
}

.pop-password .password-strength .errorMsg {
    font-size: 13px;
    color: #F5382F;
}

.pop-password .password-strength .progress-bar {
    min-width: 0;
}

.pop-password .password-strength .progress-bar.strong {
    background-color: #83CE40;
}

.pop-password .password-strength .progress-bar.moderate {
    background-color: #F09025;
}

.pop-password .password-strength .progress-bar.weak {
    background-color: #F5382F;
}

.pop-password .password-strength .title {
    margin: 15px 0 4px 0;
}

.pop-password .password-strength .title .hideWeak {
    display: none;
}

.pop-password .password-strength .title .hideWeak.weak {
    display: inline;
}

.pop-password .password-strength .title .hideModerate {
    display: none;
}

.pop-password .password-strength .title .hideModerate.moderate {
    display: inline;
}

.pop-password .password-strength .title .hideStrong {
    display: none;
}

.pop-password .password-strength .title .hideStrong.strong {
    display: inline;
}

.pop-password .password-strength .hint {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    color: #bababa;
}

.pop-password .password-strength .progress {
    height: 5px;
    margin-bottom: 7px;
    border-radius: 0;
    background-color: #DCDCDC;
    box-shadow: none;
}

@media only screen and (max-device-width:736px) {
    .modal.timeout-modal .timeout-row {
        margin-right: 0;
        margin-left: 0;
    }

    .modal.timeout-modal .modal-header {
        margin-bottom: 14px;
    }

    .modal.timeout-modal .modal-header .modal-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .modal.timeout-modal .modal-body {
        padding: 20px 20px 8px 20px;
    }

    .modal.timeout-modal .timeout-content {
        padding-bottom: 5px;
    }

    .modal.timeout-modal .modal-footer {
        border: none;
    }
}

@media(min-width:320px) and (max-width:374px) and (orientation:portrait) {
    .modal.timeout-modal .modal-header {
        margin-bottom: 11px;
    }

    .modal.timeout-modal .modal-header .modal-title {
        font-size: 22px;
        line-height: 28px;
    }

    .modal.timeout-modal .modal-body {
        padding-bottom: 0;
    }

    .modal.timeout-modal .timeout-content {
        padding-bottom: 0;
    }
}

.password-strength-wrap {
    display: none;
    position: relative;
}

.password-strength-wrap .popover-bottom {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 60px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 1px 60px rgba(0,0,0,0.07);
    box-shadow: 0 1px 60px rgba(0,0,0,0.07);
}

.password-strength-wrap .popover-bottom .success {
    display: table-row;
    color: #83CE40;
}

.password-strength-wrap .popover-bottom .error {
    display: table-row;
    color: #BABABA;
}

.password-strength-wrap .popover-bottom .message {
    display: table-cell;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
}

.password-strength-wrap .popover-bottom .errorMsg {
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #F5382F;
}

.password-strength-wrap .popover-bottom .errorMsg.show {
    display: inline;
}

.password-strength-wrap .popover-bottom .progress-bar {
    min-width: 0;
}

.password-strength-wrap .popover-bottom .progress-bar.strong {
    background-color: #83CE40;
}

.password-strength-wrap .popover-bottom .progress-bar.moderate {
    background-color: #F09025;
}

.password-strength-wrap .popover-bottom .progress-bar.weak {
    background-color: #F5382F;
}

.password-strength-wrap .popover-bottom .title {
    margin: 15px 0 4px 0;
}

.password-strength-wrap .popover-bottom .title .hideWeak {
    display: none;
}

.password-strength-wrap .popover-bottom .title .hideWeak.weak {
    display: inline;
}

.password-strength-wrap .popover-bottom .title .hideModerate {
    display: none;
}

.password-strength-wrap .popover-bottom .title .hideModerate.moderate {
    display: inline;
}

.password-strength-wrap .popover-bottom .title .hideStrong {
    display: none;
}

.password-strength-wrap .popover-bottom .title .hideStrong.strong {
    display: inline;
}

.password-strength-wrap .popover-bottom .hint {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666666;
}

.password-strength-wrap .popover-bottom .progress {
    height: 5px;
    margin-bottom: 7px;
    border-radius: 0;
    background-color: #BABABA;
    box-shadow: none;
}

@media only screen and (max-device-width:767px) {
    .password-strength-wrap {
        display: block;
    }

    .password-strength-wrap .popover-bottom {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
    }
}

@media only screen and (min-device-width:768px) {
    .password-strength-wrap.show {
        display: block;
    }

    .password-strength-wrap .popover-bottom {
        position: absolute;
        padding: 20px;
        max-width: 250px;
        border: 1px solid #D5D5DA;
        border-radius: 5px;
    }

    .password-strength-wrap .popover-bottom:before {
        content: "";
        position: absolute;
        top: -9px;
        left: 47%;
        width: 16px;
        height: 16px;
        border-top: 1px solid #D5D5DA;
        border-left: 1px solid #D5D5DA;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.password-strength.popover-bottom {
    z-index: 1;
    top: 5px;
    left: 20%;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 15px;
}

.password-strength.popover-bottom:before {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
}

.manage .password-strength.popover-bottom {
    left: 0;
}

.confirm-password-input {
    margin-top: 10px;
}

@media only screen and (min-device-width:320px) and (max-device-width:736px) {
    .password-strength.popover-bottom {
        z-index: 0;
        position: inherit;
        top: inherit;
        left: inherit;
        margin-top: 10px;
        border: none;
        background-color: transparent;
    }
}

.account-name-comp .form-control-info {
    display: block;
    z-index: 2;
    position: absolute;
    top: 3px;
    right: 20px;
    width: 25px;
    height: 25px;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    outline: none;
    color: #ccc;
    background: none;
    cursor: pointer;
}

.account-name-comp .form-control-info:hover {
    color: #00A4DA;
}

@media only screen and (max-device-width:736px) {
    .default-dialog .modal-dialog {
        width: 96%;
    }

    .default-dialog .modal-body .body-text,
    .default-dialog .modal-body-content .body-text {
        font-size: 18px;
        line-height: 26px;
    }

    .default-dialog .modal-body .modal-header .modal-title,
    .default-dialog .modal-body-content .modal-header .modal-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .default-dialog .modal-body .modal-header .modal-title small,
    .default-dialog .modal-body-content .modal-header .modal-title small {
        padding-top: 6px;
        font-size: 18px;
        line-height: 26px;
    }

    .default-dialog .flow-controls .btn-link.first {
        font-size: 20px;
        font-weight: 200;
    }

    .default-dialog .flow-controls .btn-link.last {
        font-size: 20px;
        font-weight: 400;
    }

    .default-dialog .modal-footer {
        padding: 0 20px 15px 20px !important;
        border: none;
    }

    .default-dialog .caption-text {
        font-size: 14px !important;
        line-height: 18px;
        color: #666 !important;
    }

    .default-dialog .caption-button {
        font-size: 14px !important;
        line-height: 18px;
    }

    .default-dialog .no-intendation {
        margin-left: -15px;
    }

    .default-dialog .exclude-padding {
        padding: 0 !important;
    }

    .default-dialog .exclude-margin {
        margin: 0 !important;
    }

    .default-dialog .input-wrapper {
        padding-right: 0;
    }
}

@media(min-width:320px) and (max-width:374px) and (orientation:portrait) {
    .default-dialog .modal-body .body-text {
        font-size: 16px;
        line-height: 20px;
    }

    .default-dialog .modal-body .modal-header .modal-title {
        font-size: 22px;
        line-height: 28px;
    }

    .default-dialog .modal-body .modal-header .modal-title small {
        font-size: 16px;
        line-height: 20px;
    }

    .default-dialog .caption-text {
        font-size: 12px !important;
        line-height: 16px;
    }

    .default-dialog .caption-button {
        font-size: 12px !important;
        line-height: 16px;
        vertical-align: baseline;
    }

    .default-dialog .flow-controls .btn-link.first {
        font-size: 18px;
    }

    .default-dialog .flow-controls .btn-link.last {
        font-size: 18px;
    }
}

body {
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    background: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.modal-open {
    padding: 0 !important;
}

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#content.out {
    position: absolute;
    opacity: 0;
}

#managecontent {
    width: 100%;
    opacity: 1;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

.btn-link:focus:not(.btn-icon) ,
.btn-link:active:not(.btn-icon) {
    text-decoration: underline !important;
    outline: none !important;
}

.btn-link:focus .icon,
.btn-link:active .icon {
    text-decoration: none !important;
    outline: none !important;
}

a:hover:not(.btn-icon) {
    text-decoration: underline !important;
    outline: none !important;
}

a:hover .icon {
    text-decoration: none !important;
    outline: none !important;
}

.btn-link:hover i {
    text-decoration: none;
}

.checkbox input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus:active {
    top: 3px;
    left: 22px;
    outline: 1px solid -webkit-focus-ring-color;
    opacity: .5;
    outline-offset: 2px;
}

    .container-xs {
        width: 500px;
        max-width: 500px;
    }

.error-list {
    padding: 5px;
}

.flow-controls .btn-link {
    padding: 0 20px;
    text-decoration: none;
}

button.btn-link:enabled:hover:not(.btn-icon) ,
.pop-flow .flow-controls .btn-link:enabled:hover:not(.btn-icon) {
    text-decoration: underline;
    color: #08C;
}

button.btn-link:enabled:active:not(.btn-icon) ,
.pop-flow .flow-controls .btn-link:enabled:active:not(.btn-icon) {
    text-decoration: underline;
    color: #333;
}

.form-control {
    display: table-cell;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0;
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    font-weight: normal;
    line-height: 1.33333;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #333333;
    background: white;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control input::-webkit-input-placeholder {
    color: #999999;
}

.form-control input:-moz-placeholder {
    color: #999999;
}

.form-control textarea::-webkit-input-placeholder {
    color: #999999;
}

.form-control textarea:-moz-placeholder {
    color: #999999;
}

.form-control:focus {
    border-color: #0088cc;
    box-shadow: 0 0 0 3px rgba(0,136,204,0.3);
}

.form-control.char-field {
    padding: 0;
}

select.form-control {
    color: #000;
}

.firefox .form-control {
    padding-top: 0;
}

.firefox .select-wrapper select.form-control {
    padding-left: 10px;
}

.icon {
    margin-top: -2px;
}

.btn-link.plain {
    padding: 0;
}

.btn-link[disabled],
fieldset[disabled] .btn-link {
    color: #ccc;
    cursor: not-allowed;
}

.spin {
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
}

.flow-controls.loading .btn-link {
    color: #A6AAA8;
    pointer-events: none;
}

.loading .spin {
    display: block;
}

.section-edit {
    position: relative;
}

.spin {
    float: left;
    top: 4px;
    left: -5px;
}

.pull-left .spin {
    float: left;
    top: 4px;
    right: -5px;
    left: initial;
}

.section-edit .btn-link .loading {
    top: 6px;
}

.non-implicit.checkbox input[type="checkbox"] {
    margin-left: 0;
}

.ie .non-implicit.checkbox input[type="checkbox"] {
    margin-top: 0;
}

.flow-footer {
    padding-top: 25px;
    padding-bottom: 20px;
}

.flow-controls .first {
    border-right: 1px solid #eee;
}

.flow-controls .last {
    padding-right: 0;
    font-weight: normal;
}

.btn-plain,
.flow-controls .btn-plain {
    padding-right: 0;
    padding-left: 0;
}

.chevron-down {
    display: none;
}

.webkit .chevron-down {
    display: inline-block;
}

.ie .form-control[type='text'] {
    height: 30px;
}

.ie .char-field.form-control[type='text'] {
    height: 50px;
}

.ie .text-field.recovery-key {
    height: 44px;
}

.tooltip .tooltip-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0.25);
    font-size: 14px;
}

.tooltip .tooltip-arrow,
.tooltip .tooltip-arrow:after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip .tooltip-arrow {
    border-width: 8px;
}

.tooltip .tooltip-arrow:after {
    content: "";
    border-width: 7px;
}

.tooltip.top {
    margin-top: -6px;
    padding-right: 2px;
    padding-bottom: 0;
    padding-left: 2px;
}

.tooltip.top .tooltip-arrow {
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0;
}

.tooltip.top .tooltip-arrow:after {
    bottom: 1px;
    margin-left: -7px;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0;
}

.tooltip.right .tooltip-arrow:after {
    bottom: -7px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}

.tooltip.bottom .tooltip-arrow {
    top: -7px;
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
}

.tooltip.bottom .tooltip-arrow:after {
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: -8px;
    margin-top: -8px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
}

.tooltip.left .tooltip-arrow:after {
    right: 1px;
    bottom: -7px;
    border-right-width: 0;
    border-left-color: #fff;
}

.addon-white .input-group-addon {
    background-color: #fff;
}

.addon-white .form-control {
    border-left: none;
}

.select-wrapper .form-control {
    padding-right: 30px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    white-space: normal;
}

.btn-link .icon,
.btn-link:hover .icon,
.btn-link:focus .icon {
    pointer-events: none;
}

.label-small {
    display: block;
    font-size: 12px;
    color: #666;
}

.modal-open .modal.in {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0 !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -webkit-flex-direction: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
}

.modal-open .modal.in .loading .spinner {
    margin-top: -3px;
    font-size: 20px;
}

.modal-open .modal.in .modal-dialog {
    margin: 15px auto;
}

.modal-open .modal.in .modal-footer {
    padding: 15px 25px;
}

label {
    font-weight: normal;
}

.popover:not(.pop-flow):not(.password-error-pop):not(.errorPop-body) {
    font-size: 13px;
}

.popover:not(.pop-flow):not(.password-error-pop):not(.errorPop-body) .popover-content {
    padding: 5px 8px;
}

#ac-globalnav {
    z-index: 1 !important;
}

#ac-gn-placeholder {
    height: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.form-icon {
    display: none;
}

html[data-rtl="true"] .force-ltr,
html[data-rtl="true"] .rk,
html[data-rtl="true"] .security-code-wrap,
html[data-rtl="true"] .rk-wrapper,
html[data-rtl="true"] .country-select-wrapper option,
html[data-rtl="true"] .date {
    direction: rtl;
    unicode-bidi: bidi-override;
}

html[data-rtl="true"] .flow-controls.pull-right .btn-link:last-of-type,
html[data-rtl="true"] .flow-controls.pull-right .btn-link.got-rk {
    padding-right: 0;
    padding-left: 15px;
}

html[data-rtl="true"] .flow-controls.pull-right .btn-link {
    padding: 0 15px 0 5px;
}

html[data-rtl="true"] .phone-input .country-select-wrapper {
    right: 0;
}

html[data-rtl="true"] .two-step-enroll-modal .modal .rk-wrapper img {
    margin-right: 70px;
}

html[data-rtl="true"] .two-step-enroll-modal .rk .rk-wrapper .user-key {
    margin-left: 5px;
}

html[data-rtl="true"] .two-step-enroll-modal .rk1 + .placeholder {
    right: 30px;
    left: auto;
}

html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .rk-wrapper .rk1 {
    padding-right: 70px;
    padding-left: 5px;
    text-align: right;
}

html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .rk-key-icon {
    left: 240px;
}

html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .icon.rk-match {
    right: -10px;
}

html[data-rtl="true"] .modal .step4 .rk .rk-wrapper .rk-key-icon {
    left: 270px;
}

html[data-rtl="true"] .security-code-wrap .field-wrap {
    float: right;
}

html[data-rtl="true"] .icon_right_chevron:not(.no-flip) ,
html[data-rtl="true"] .flow-sections .section-title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

html[data-rtl="true"] .flow-createnewrk .rk-wrapper {
    text-align: right;
}

html[data-rtl="true"] .flow-createnewrk .rk-wrapper img {
    left: 0;
}

html[data-rtl="true"] .flow-createnewrk .rk-input-wrapper .rk-wrapper .rk1 {
    left: 0;
    width: 5px;
}

html[data-rtl="true"] .flow-createnewrk .rk-input-wrapper .rk-wrapper .rk1 {
    padding-right: 70px;
    padding-left: 5px;
    text-align: right;
}

html[data-rtl="true"] .flow-createnewrk .rk-input-wrapper .rk-wrapper .placeholder {
    right: 28px;
    left: 0;
}

html[data-rtl="true"] .flow-createnewrk .rk-input-wrapper .rk-key-icon {
    left: 240px;
}

@media only screen and (min-device-width:992px) {
    html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper {
        margin-right: 150px;
    }
}

@media only screen and (max-device-width:736px) {
    html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .rk-wrapper {
        left: 0;
        max-width: 300px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .rk-wrapper .rk1 {
        margin-left: -40px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .rk-key-icon {
        right: 30px;
        left: 235px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .rk .rk-wrapper .user-key {
        margin-left: 90px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .modal-dialog .modal-content .step4 .rk-input-wrapper {
        left: 0;
        max-width: 300px;
    }

    html[data-rtl="true"] .modal .step4 .rk .rk-wrapper .rk-key-icon {
        left: 340px;
    }

    html[data-rtl="true"] .flow-createnewrk .rk-input-wrapper .rk-key-icon {
        top: 7px;
        left: 240px;
    }

    html[data-rtl="true"] .flow-footer .flow-controls:not(.pull-left) .btn-link {
        left: 0;
        height: 32px;
        padding: 6px 8px 8px 8px;
        max-width: 120px;
        border: none !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        font-weight: 400;
        color: #fff;
        background-color: rgba(0,0,0,0.2) !important;
    }

    html[data-rtl="true"] .flow-footer .flow-controls:not(.pull-right) .btn-link {
        left: 0;
        height: 45px;
        font-size: 20px !important;
        color: #0088CC;
        background-color: transparent !important;
    }

    html[data-rtl="true"] .flow-createnewrk .rk-wrapper {
        text-align: right;
    }

    html[data-rtl="true"] .flow-createnewrk .rk-wrapper img {
        left: 0;
    }

    html[data-rtl="true"] .flow-createnewrk .rk1 {
        left: 0;
        width: 310px;
    }
}

@media(min-width:320px) and (max-width:374px) and (orientation:portrait) {
    html[data-rtl="true"] .two-step-enroll-modal .rk1 + .placeholder {
        right: 20px;
        left: auto;
    }

    html[data-rtl="true"] .two-step-enroll-modal .rk .rk-wrapper .user-key {
        margin-left: 5px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .modal-dialog .modal-content .step4 .rk-input-wrapper {
        left: 0;
        max-width: 230px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .rk-key-icon {
        right: 25px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .rk-wrapper .rk1 {
        left: 0;
        width: 270px;
    }

    html[data-rtl="true"] .two-step-enroll-modal .rk-input-wrapper .icon.rk-match {
        top: -55px;
        left: 250px;
    }

    html[data-rtl="true"] .modal .step4 .rk .rk-wrapper .rk-key-icon {
        left: 250px;
    }
}

.rotate {
    -webkit-animation: loading-spin 1.5s infinite linear;
    animation: loading-spin 1.5s infinite linear;
    transform: translate(0,0);
}

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

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

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

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

.loading {
    font-size: 18px;
}

.btn-link .loading,
.btn-group .loading,
.flow-controls .loading {
    display: inline-block;
}

.btn-link.pull-right .loading,
.btn-group.pull-right .loading,
.flow-controls.pull-right .loading {
    float: left;
    margin-top: 4px;
    font-size: 17px;
}

.btn-link.pull-left .loading,
.btn-group.pull-left .loading,
.flow-controls.pull-left .loading {
    float: left;
    font-size: 17px;
}

.aid-verify-code .verify-set {
    margin: auto;
    max-width: 300px;
}

.aid-verify-code .verify-set .verify-field-wrap {
    padding-right: 2px;
    padding-left: 2px;
}

.aid-verify-code .char-field {
    width: 100%;
    height: 44px;
    border-color: #B3B3B3;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
}

@media only screen and (max-device-width:736px) {
    .modal.create-modal.in {
        display: block !important;
        position: absolute !important;
        background-color: #fff;
        -webkit-overflow-scrolling: regular;
    }

    .modal.create-modal.in .modal-dialog {
        width: 100%;
        margin: 0;
    }

    .modal.create-modal.in .modal-dialog .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        border-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#verification .modal-content {
    padding: 0;
}

.verify-form {
    margin: auto;
    padding-top: 15px;
    max-width: 240px;
}

#verification .modal-header {
    padding-left: 0;
}

#verification .modal-header .modal-title {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 36px;
    font-weight: 200;
}

.verify-header .icon_mail {
    text-align: center;
    font-size: 120px;
    color: #e1e1e1;
}

#verification .modal-body {
    padding: 0;
    text-align: center;
}

#verification .container-xs {
    max-width: 400px;
}

#verification .new-code i {
    padding-right: 5px;
}

#verification .modal-body p {
    font-size: 17px;
}

#verifyCode {
    text-align: center;
}

#verification .modal-footer {
    margin-top: 30px;
    padding: 10px 0 10px 0;
}

@media(min-width:768px) {
    #verification .modal-dialog {
        width: 500px;
    }
}

.send-new-code {
    left: 0 !important;
    width: 90% !important;
}

.send-arrow {
    left: 18% !important;
}

@media only screen and (max-device-width:736px) {
    .create-modal .verify-title {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .create-modal .flow-controls .last.btn-link {
        padding-right: 0 !important;
    }

    .create-modal .new-code {
        padding-left: 0;
    }

    #verification .modal-body p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(min-width:320px) and (max-width:374px) and (orientation:portrait) {
    .create-modal .verify-title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px;
    }

    #verification .modal-body p {
        font-size: 16px;
        line-height: 20px;
    }
}

.account-name-comp .form-control-info {
    top: 6px;
}

.modal.timeout-modal .content .modal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.modal.timeout-modal .modal-body {
    padding: 20px 30px;
    font-weight: 400;
    line-height: normal;
}

.modal.timeout-modal .modal-body .modal-body-content {
    padding: 0;
    padding-bottom: 5px;
}

.modal.timeout-modal .modal-header {
    margin-bottom: 9px;
    padding: 0;
    border-bottom: none;
}

.modal.timeout-modal .modal-header .modal-title {
    text-align: left;
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
}

.modal.timeout-modal .modal-header .modal-title small {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.modal.timeout-modal .modal-footer {
    border-top: 1px solid #e5e5e5;
}

.modal.timeout-modal .intro,
.modal.timeout-modal .detail {
    text-align: center;
    font-weight: 400;
}

.create-body {
    padding-top: 30px;
}

.create-body .person-name.firstName-wrap {
    padding-right: 5px;
}

.create-body .person-name.lastName-wrap {
    padding-left: 5px;
}

.create-body .btn-link {
    color: #1E9BDA;
}

.create-body a:hover,
.create-body .btn-link:hover {
    text-decoration: none;
}

.create-body .btn-link.back {
    color: #0088CC;
}

.create-body .someclass {
    background: none;
}

.create-body .container-xs {
    max-width: 460px;
}

.create-body .ie .short .container-xs {
    margin: 0;
}

.create-body .flow-title {
    text-align: center;
    font-size: 37px;
    font-weight: 400;
    color: #000;
}

.create-body .flow-title .icon_apple {
    width: 100%;
    text-align: left;
    font-size: 20px;
    vertical-align: top;
}

.create-body .flow-title h1 {
    margin-top: -45px;
    margin-bottom: 0;
}

.create-body .select-wrapper .question {
    padding-right: 32px;
}

.create-body .new-person {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: rgba(255,255,255,0.79);
}

.create-body .intro,
.create-body .info {
    margin-bottom: 0;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000;
}

.create-body .intro.prefix {
    margin-bottom: 0;
}

.create-body .pw-wrapper {
    position: relative;
}

.create-body .sms-security {
    display: none;
    margin-top: -5px;
    text-align: center;
    font-size: 12px;
}

.create-body .flow-section {
    border-bottom: 1px solid #ccc;
}

.create-body h2.section-title {
    margin: 0;
}

.create-body .flow-footer {
    width: 100%;
    height: 63px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 10px;
}

.create-body .flow-footer .flow-controls {
    max-width: 230px;
}

.create-body .btn-link:active,
.create-body .btn-link:visited,
.create-body .btn-link:focus {
    text-decoration: none;
}

.create-body .flow-controls .btn-link {
    padding: 0 20px;
    text-decoration: none;
    font-size: 19px;
}

.create-body .flow-controls .first {
    border-right: 1px solid rgba(0,0,0,0.15);
    font-weight: 200;
}

.create-body .flow-controls .new-code {
    font-weight: 200;
}

.create-body .flow-controls .last {
    padding-right: 0;
    font-weight: normal;
}

.create-body .help-text {
    margin-top: 2px;
    padding-right: 20px;
    line-height: 1.1em;
    color: #7F7F7F;
}

.create-body .flow-body {
    padding: 30px;
    padding-bottom: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(left,#ffffff 0,#fafafa 50%,#ffffff 99%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(99%,#ffffff) );
    background: -webkit-linear-gradient(left,#ffffff 0,#fafafa 50%,#ffffff 99%);
    background: -o-linear-gradient(left,#ffffff 0,#fafafa 50%,#ffffff 99%);
    background: -ms-linear-gradient(left,#ffffff 0,#fafafa 50%,#ffffff 99%);
    background: linear-gradient(to right,#ffffff 0,#fafafa 50%,#ffffff 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.create-body .flow-body.short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.create-body .flow-section {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #E7E7E8;
}

.create-body .section-title {
    padding-bottom: 10px;
    font-size: 22px;
    color: #382F2E;
}

.create-body .section-subtitle {
    font-size: 14px;
    color: #A7A6A4;
}

.create-body .checkbox {
    margin-top: 16px;
    font-size: 17px;
    color: #000;
}

.create-body select {
    font-size: 17px;
}

.create-body input:focus {
    outline: none;
}

.create-body .overlay.verification {
    display: none;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: rgba(250,250,250,0.95);
}

.create-body .verify .flow-body {
    overflow: hidden;
    overflow-y: hidden;
}

.create-body .overlay .inner-container {
    margin: 140px auto;
    max-width: 300px;
    text-align: center;
}

.create-body .overlay-title {
    font-size: 22px;
    font-weight: bold;
}

.create-body .overlay-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.create-body .verify-resend {
    margin-top: 10px;
}

.create-body .checkbox label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.create-body .checkbox.show-pw {
    position: absolute;
    top: -7px !important;
    right: 22px;
}

.create-body .checkbox.show-pw label {
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.create-body .bold {
    font-weight: bold;
}

.create-body .disabled,
.create-body .disabled:hover,
.create-body .disabled:focus,
.create-body .btn-link.disabled,
.create-body .btn-link.disabled:hover,
.create-body .btn-link.disabled:focus {
    color: #A6AAA8 !important;
    opacity: 1;
}

.create-body .has-errors {
   border: 1px solid #9d2c36;
   background-color: #fff;
   background-position: 99% 62%;
   background-repeat: no-repeat;
   background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/onboarding_form.png);
}

.create-body .select-wrapper:after {
    top: 7px;
    right: 13px;
}

.create-body select::-ms-expand {
    display: none;
}

.create-body .form-group {
    position: relative;
    margin-bottom: 10px;
}

.create-body .email {
    margin-bottom: 20px;
}

.create-body .person {
    margin-bottom: 5px;
}

.create-body .password {
    margin-bottom: 20px;
}

@media(max-width:375px) {
    .create-body .personal .password-strength {
        z-index: 0;
        position: inherit;
        top: inherit;
        left: inherit;
        margin-top: 10px;
        border: none;
        background-color: transparent;
    }
}

.create-body .question-set {
    position: relative;
    margin-bottom: 10px;
}

.create-body .question-set .question {
    padding-right: 30px;
}

.create-body .info-second {
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.create-body .recovery {
    padding-bottom: 30px;
}

.create-body .recovery .intro {
    display: none;
}

.create-body .captcha-loading {
    width: 120px;
    height: 58px;
}

.create-body captcha .col-xs-4 {
    margin-right: -9px;
    padding-right: 0;
}

.create-body captcha .col-xs-8 {
    padding-right: 6px;
    padding-left: 2px;
}

.create-body .flow-section.security {
    border-bottom: none;
}

.create-body .security .btn-link {
    font-size: 14px;
}

.create-body .privacy {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.create-body .security {
    margin-top: 0;
}

.create-body .security .checkbox input[type="checkbox"] {
    margin-top: 2px;
    margin-left: -20px;
}

.create-body .security .security {
    margin-top: 30px;
    padding-top: 0;
}

.create-body .security img {
    border: 1px solid #A6AAA8;
}

.create-body .security .new-captcha-img {
    margin-top: 10px;
    padding: 0;
    padding-right: 15px;
    border-right: 1px solid #cacad1;
    font-weight: 400;
}

.create-body .security .new-captcha-audio,
.create-body .security .back-captcha-img {
    margin-top: 10px;
    padding: 0;
    padding-left: 12px;
    font-weight: 400;
}

.create-body .captcha-wrap .icon {
    padding-right: 3px;
    font-size: 19px;
    color: #1993FB;
}

.create-body .captcha-wrap .form-control::-webkit-input-placeholder {
    text-transform: none;
    font-size: 14px;
}

.create-body .captcha-wrap .form-control::-moz-placeholder {
    text-transform: none;
    font-size: 14px;
}

.create-body .captcha-wrap .form-control:-ms-input-placeholder {
    text-transform: none;
    font-size: 14px;
}

.create-body .captcha-wrap input.form-control:-moz-placeholder {
    text-transform: none;
    font-size: 14px;
}

.create-body #resendLoading.spin {
    right: -5px;
    left: initial;
}

.create-body .custom-select-arrow {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 35px;
    pointer-events: none;
    background-position-y: -2px;
}

.create-body .gecko .custom-select-arrow,
.create-body .ie8 .custom-select-arrow {
    display: none;
}

.create-body .gecko .payment-field select.form-control,
.create-body .ie8 .payment-field select.form-control {
    padding-right: 0;
}

.firefox .create-body .select-wrapper:after {
    top: 4px;
    right: 1px;
    width: 28px;
    height: 26.9px;
    border-radius: 0 2px 2px 0;
    text-align: center;
    line-height: 23px;
    background-color: white;
}

.create-footer .flow-controls {
    position: relative;
    margin: auto;
    max-width: 300px;
    text-align: center;
}

.create-footer .flow-controls .loading {
    float: left;
    position: absolute;
    top: -3px;
    left: 15%;
    font-size: 23px;
    color: #0088CC;
}

.create-footer .flow-controls .verify {
    font-size: 20px;
}

.create-modal .flow-controls .last.btn-link {
    padding: 0 20px;
    text-decoration: none;
}

@media only screen and (max-device-width:736px) {
    .mobile-only {
        display: block;
    }

    .not-mobile {
        display: none;
    }

    #content,
    .container-xs {
        width: 100%;
        min-width: 100%;
        overflow: hidden;
    }

    .hero h1 {
        font-size: 30px;
        line-height: 170px;
    }

    .flow-body .intro {
        font-size: 17px;
    }

    h2.title {
        font-size: 36px;
    }
}

@media(min-width:1px) {
    .desktop .manage,
    .desktop .manage .container,
    .desktop #content {
        min-width: 1010px;
    }

    .desktop #ac-globalnav {
        min-width: 1010px;
    }

    .desktop .person-details {
        padding-top: 20px;
    }

    .desktop .container {
        max-width: 970px;
    }

    .desktop .modal-dialog {
        width: 540px;
    }

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

    .desktop .col-sm-1 {
        width: 8.333333333333332%;
    }

    .desktop .col-sm-2 {
        width: 16.666666666666664%;
    }

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

    .desktop .col-sm-4 {
        width: 33.33333333333333%;
    }

    .desktop .col-sm-5 {
        width: 41.66666666666667%;
    }

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

    .desktop .col-sm-7 {
        width: 58.333333333333336%;
    }

    .desktop .col-sm-8 {
        width: 66.66666666666666%;
    }

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

    .desktop .col-sm-10 {
        width: 83.33333333333334%;
    }

    .desktop .col-sm-11 {
        width: 91.66666666666666%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .desktop .col-md-1 {
        width: 8.333333333333332%;
    }

    .desktop .col-md-2 {
        width: 16.666666666666664%;
    }

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

    .desktop .col-md-4 {
        width: 33.33333333333333%;
    }

    .desktop .col-md-5 {
        width: 41.66666666666667%;
    }

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

    .desktop .col-md-7 {
        width: 58.333333333333336%;
    }

    .desktop .col-md-8 {
        width: 66.66666666666666%;
    }

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

    .desktop .col-md-10 {
        width: 83.33333333333334%;
    }

    .desktop .col-md-11 {
        width: 91.66666666666666%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.placeholder {
    color: rgba(0,0,0,0.3);
}

.form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
}

.form-control:-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}

.app-container {
    position: relative;
}

.notice-wrapper {
    z-index: 2;
    position: absolute;
    top: 100px;
    width: 100%;
    margin: 0 auto;
    min-width: 1010px;
}

.notice {
    z-index: 999;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right,rgba(0,57,122,0.1) 0,rgba(0,101,193,0.1) 100%);
    background-color: rgba(0,0,0,0.25);
}

.notice .alert-close {
    float: left;
    text-decoration: none;
    color: #fff;
}

.notice .alert-close:hover {
    text-decoration: none;
    font-weight: bold;
}

h2.title {
    text-align: center;
    font-size: 51px;
    font-weight: 200;
}

h2.separator {
    margin-top: 72px;
}

.flow-body .intro {
    text-align: center;
    font-size: 18px;
    color: #666;
}

.flow-body .home-content {
    padding-bottom: 70px;
}

.flow-body .apps {
    padding-top: 40px;
    padding-bottom: 40px;
}

.flow-body .apps .img-apps {
    width: 656px;
    height: 68px;
    margin: 0 auto;
}

.flow-body .btn-create {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.flow-body .icon_right_chevron {
    margin-left: 3px;
    text-decoration: none;
}

.forgot {
    display: flex;
    display: -webkit-flex;
    position: relative;
    top: -50px;
    justify-content: center;
    width: 100%;
}

.forgot a,
.forgot a:visited,
.forgot a:hover {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: white;
}

@media only screen and (max-device-width:736px) {
    .apps {
        display: none;
    }

    h2.title {
        font-size: 31px;
    }

    .flow-body .intro {
        text-align: center;
        font-size: 14px;
    }

    .flow-body .intro.create {
        padding: 4px 0 0 0;
    }

    .btn-create {
        width: 100%;
        padding: 4px 0 0 0;
        font-size: 14px;
        line-height: 2.2;
    }
}

.si-frame {
    width: 640px;
    height: 480px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

.desktop .faq.flow-body .container {
    max-width: 970px;
}

.faq-item {
    font-size: 19px;
}

.faq-item .question {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 200;
    line-height: 33px;
    color: #333;
    pointer-events: none;
}

.faq-item .answer {
    font-size: 18px;
    color: #666;
}

faq .info {
    margin-top: 24px;
    text-align: inherit;
    font-size: 18px;
}

.hero {
    height: 280px;
    padding-top: 105px;
    background: #666 url("images/apple_id_recovery_2880x340.jpg") no-repeat;
    background-position: -230px 0;
    background-size: auto 100%;
}

.hero h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 0 30px rgba(0,0,0,0.5);
    font-size: 41px;
    font-weight: 100;
    line-height: 175px;
    color: #fff;
}

.hero.signin {
    height: 643px;
    background: #666 url("images/apple_id_desktop_2x.jpg") no-repeat;
    background-size: cover;
}

.hero.signin h1 {
    position: relative;
    top: 80px;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
}

.hero.manage {
    display: none;
}

@media only screen and (min-width:1440px) {
    .hero {
        background-position: 0;
        background-size: cover;
    }

    .hero.signin {
        background: #666 url("images/apple_id_desktop_2x.jpg") no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-device-width:736px) {
    .hero {
        height: auto;
        padding-top: 0;
    }

    .hero h1 {
        padding-top: 90px !important;
        padding-bottom: 50px !important;
        font-size: 28px;
        line-height: normal;
    }

    .hero.signin {
        height: auto;
        padding: 0;
        background: #666 url("images/apple_id_mobile.jpg") no-repeat;
        background-size: cover;
    }

    .hero.signin h1 {
        margin: 0;
        padding: 0 !important;
    }
}

.aid-verify-code .verify-set {
    margin: auto;
    max-width: 300px;
}

.aid-verify-code .verify-set .verify-field-wrap {
    padding-right: 2px;
    padding-left: 2px;
}

.aid-verify-code .char-field {
    width: 100%;
    height: 44px;
    border-color: #B3B3B3;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
}

@media only screen and (max-device-width:736px) {
    .modal.create-modal.in {
        display: block !important;
        position: absolute !important;
        background-color: #fff;
        -webkit-overflow-scrolling: regular;
    }

    .modal.create-modal.in .modal-dialog {
        width: 100%;
        margin: 0;
    }

    .modal.create-modal.in .modal-dialog .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        border-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#ac-gn-placeholder {
    height: 0 !important;
}

.subnav {
    position: absolute;
    top: 44px;
    width: 100%;
    height: 61px;
    opacity: .9;
    background-color: #fff;
}

.subnav .title {
    font-size: 32px;
    font-weight: 200;
    line-height: 61px;
}

.subnav .menu {
    margin: 0;
    padding: 0;
    min-width: 300;
    list-style-type: none;
}

.subnav .item {
    display: inline-block;
    height: 60px;
}

.subnav .item .btn {
    font-size: 13px;
    line-height: 60px;
    color: #000;
}

.subnav .active .btn {
    opacity: .2;
    pointer-events: none;
}

.subnav .active .btn:hover,
.subnav .active .btn:active,
.subnav .active .btn:focus {
    text-decoration: none;
}

.subnav.manage {
    display: none;
}

.footer {
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #d4d4d4;
    text-align: center;
    font-size: 12px;
    color: #B3B3B3;
}

.footer .footer-wrap {
    display: inline-block;
    margin-top: 25px;
    text-align: left;
}

.footer .line1 {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.footer .line-level {
    white-space: pre;
}

.footer .line2 {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

.footer .line3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.footer a {
    color: #53585F;
}

.footer .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    min-width: 300px;
    list-style-type: none;
}

.footer .item {
    display: inline-block;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    font-size: 11.5px;
}

.footer .item:last-child {
    border-right: 0;
}

@media only screen and (max-device-width:736px) {
    .footer {
        display: none;
        bottom: 10px;
        margin-top: 10px;
        border-top: 1px solid #E7E7E8;
    }

    .footer .footer-wrap {
        display: inline-block;
        margin-top: 10px;
    }

    .footer .line1 {
        float: left;
        width: 100%;
    }

    .footer .line2 {
        float: left;
        width: 100%;
    }

    .footer .line3 {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-device-width:736px) {
    .modal.timeout-modal .timeout-row {
        margin-right: 0;
        margin-left: 0;
    }

    .modal.timeout-modal .modal-header {
        margin-bottom: 14px;
    }

    .modal.timeout-modal .modal-header .modal-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .modal.timeout-modal .modal-body {
        padding: 20px 20px 8px 20px;
    }

    .modal.timeout-modal .timeout-content {
        padding-bottom: 5px;
    }

    .modal.timeout-modal .modal-footer {
        border: none;
    }
}

@media(min-width:320px) and (max-width:374px) and (orientation:portrait) {
    .modal.timeout-modal .modal-header {
        margin-bottom: 11px;
    }

    .modal.timeout-modal .modal-header .modal-title {
        font-size: 22px;
        line-height: 28px;
    }

    .modal.timeout-modal .modal-body {
        padding-bottom: 0;
    }

    .modal.timeout-modal .timeout-content {
        padding-bottom: 0;
    }
}

.popover {
    top: auto;
    left: auto;
}

.errorPop-body.popover.bottom > .arrow:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    margin-left: -11px;
    border: 11px solid transparent;
    border-top-width: 0;
    border-bottom-color: rgba(185,149,1,0.5);
}

.pop-wrapper {
    position: relative;
    width: 150%;
    overflow: visible;
}

.pop-wrapper.pop-inline {
    display: inline;
    width: auto;
}

.pop-wrapper.pop-inline .popover {
    min-width: 260px;
}

.field-pop-wrapper {
    width: 100%;
}

.popover {
    display: inline-block;
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.07);
    box-shadow: 0 0 50px rgba(0,0,0,0.07);
}

.popover:focus {
    outline: none;
}

.popover-title {
    display: none;
}

.pop-flow .popover-title {
    padding: 20px;
    border-bottom: none;
    font-size: 25px;
    font-weight: 400;
    background-color: transparent;
}

.pop-flow .popover-content {
    padding: 0;
}

.pop-flow .popover-body {
    padding: 15px 15px 0 15px;
    font-size: 15px;
    font-weight: 300;
}

.pop-flow .popover-body .intro,
.pop-flow .popover-body .intro .multifield-label {
    font-size: 15px;
    font-weight: 500;
}

.pop-flow .popover-body .details {
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.2em;
}

.pop-flow .popover-footer,
.pop-flow .flow-footer {
    padding: 10px 0;
}

.pop-flow .flow-controls .btn-link {
    margin-top: 5px;
    padding: 0 15px;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}

.pop-flow .flow-controls .btn-link:first-of-type {
    padding-left: 5px;
}

.pop-flow .flow-controls .btn-link:last-of-type {
    padding-right: 0;
}

.pop-flow .flow-controls.pull-left .btn-link {
    padding: 0;
}

.pop-flow .flow-controls .first {
    border-right: 1px solid rgba(0,0,0,0.15);
    font-weight: 200;
}

.pop-flow .flow-controls .new-code {
    font-weight: 200;
}

.pop-flow .flow-controls .last {
    padding-right: 0;
    font-weight: 500;
}

.errorPop-body {
    padding: 4px 8px;
    opacity: 0;
}

@media only screen and (max-device-width:736px) {
    .pop-wrapper {
        width: 100%;
    }

    .popover.pop-flow {
        display: block;
        position: fixed;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        max-width: 100%;
        min-width: 100%;
        border: none;
        border-radius: 0 !important;
    }

    .popover.pop-flow .popover-title {
        display: block;
        border-radius: 0 !important;
        text-align: center;
        font-size: 22px;
        color: #fff;
        background: transparent url("images/hero-splash.png") no-repeat;
    }

    .popover.pop-flow .popover-content {
        margin: auto;
        max-width: 500px;
    }
}

.modal .flow-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
}

.modal .btn-link {
    font-weight: normal;
}

.modal .verify {
    font-weight: bold;
}

.modal .step .details {
    padding-bottom: 20px;
}

.modal .step-body {
    padding: 0 20px;
}

.modal .modal-body {
    padding: 0;
}

.modal-small .modal-dialog {
    width: 400px;
}

.modal-small .modal-body {
    padding: 0;
}

.modal-small .modal-small .modal-title {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.select-wrapper {
}

.select-wrapper .form-control {
    -moz-appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding-top: 2px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    text-align: left;
    text-indent: 0.01px;
    text-overflow: '';
    font-size: 15px;
    color: #333333;
    background-color: white;
    cursor: pointer;
}

.select-wrapper .form-control:focus {
    border-color: #0088cc;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0,136,204,0.3);
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 31px;
    right: 23px;
    width: 22px;
    height: 16px;
    border-left: none;
    text-align: right;
    font-family: "shared-icons";
    font-size: 8px;
    font-weight: bold;
    line-height: 17px;
    color: #919191;
    pointer-events: none;
}

.select-wrapper select::-ms-expand {
    display: none;
}

.select-wrapper.input-group-addon {
    position: relative;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 4px 0 0 4px !important;
    border-right: none;
    cursor: pointer;
}

.select-wrapper.input-group-addon:after {
    top: 8px;
    right: 0;
    border: none;
    font-size: 8px;
    color: #0088CC;
}

.select-wrapper.input-group-addon .form-control {
    width: 23px;
    height: 28px;
    padding: 0;
    border: none;
    background: none;
}

@-moz-document url-prefix() {
.select-wrapper:after {
    top: 2px;
    right: 1px;
    width: 28px;
    height: 26.9px;
    border-radius: 0 2px 2px 0;
    text-align: center;
    line-height: 23px;
    background-color: transparent;
}
}

@media only screen and (max-device-width:736px) {
    .notice-wrapper {
        top: 50px;
        min-width: 1px;
    }

    .si-frame {
        width: 100%;
        height: 480px;
        margin: auto;
        margin-top: 48px;
        text-align: center;
    }

    .si-frame iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .subnav {
        display: none;
    }

    .hero h1 {
        padding-top: 70px;
        font-size: 28px;
        line-height: normal;
    }

    .captcha-img-wrap {
        display: block;
        float: none;
        margin: auto;
        padding: 0;
        text-align: center;
    }

    .captcha-wrap {
        padding-top: 15px;
    }

    .container-xs {
        width: 100%;
        overflow: visible;
    }

    .footer {
        padding-top: 0;
    }

    .footer-wrap {
        margin-top: 0;
    }

    h2.separator {
        margin-top: 4px;
    }
}

@media only screen and (min-device-width:737px) and (max-device-width:991px) {
.container-xs {
    width: 500px;
    max-width: 500px;
}
}

Mr.hm X_Shell Backd00r 1.0, Coded By Mr.hm X_Shell Backd00r