article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media(min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-primary:hover {
    color: #3071a9;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

.text-danger:hover {
    color: #843534;
}

.text-success {
    color: #3c763d;
}

.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

.text-info:hover {
    color: #245269;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline>li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    .dl-horizontal dd:after {
        clear: both;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small,
blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999;
}

blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.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;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@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-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@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-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@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-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table>thead>tr>.active,
.table>tbody>tr>.active,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>tbody>.active>td,
.table>tfoot>.active>td,
.table>thead>.active>th,
.table>tbody>.active>th,
.table>tfoot>.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>.active:hover,
.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>.success,
.table>tbody>tr>.success,
.table>tfoot>tr>.success,
.table>thead>.success>td,
.table>tbody>.success>td,
.table>tfoot>.success>td,
.table>thead>.success>th,
.table>tbody>.success>th,
.table>tfoot>.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>.success:hover,
.table-hover>tbody>.success:hover>td,
.table-hover>tbody>.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>.danger,
.table>tbody>tr>.danger,
.table>tfoot>tr>.danger,
.table>thead>.danger>td,
.table>tbody>.danger>td,
.table>tfoot>.danger>td,
.table>thead>.danger>th,
.table>tbody>.danger>th,
.table>tfoot>.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>.danger:hover,
.table-hover>tbody>.danger:hover>td,
.table-hover>tbody>.danger:hover>th {
    background-color: #ebcccc;
}

.table>thead>tr>.warning,
.table>tbody>tr>.warning,
.table>tfoot>tr>.warning,
.table>thead>.warning>td,
.table>tbody>.warning>td,
.table>tfoot>.warning>td,
.table>thead>.warning>th,
.table>tbody>.warning>th,
.table>tfoot>.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>.warning:hover,
.table-hover>tbody>.warning:hover>td,
.table-hover>tbody>.warning:hover>th {
    background-color: #faf2cc;
}

@media(max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .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>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td: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>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td: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>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #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 {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #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 {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #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 {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 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;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.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 {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none;
}

.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:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .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: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-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child>.btn {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn {
    margin-left: -1px;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -4px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.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;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -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-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child th,
.panel>.table>tbody: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-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td: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-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -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;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

.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;
    min-height: 16.428571429px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media screen and (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);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: 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;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media(max-width:767px) {

    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {

    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media(max-width:767px) {

    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {

    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media(max-width:767px) {

    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {

    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media(max-width:767px) {

    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {

    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: "Avenir Next";
    src: local("Avenir Next"), url("../../../../fonts/AvenirNextWorld-Medium.woff") format("woff"), url("../../../../fonts/AvenirNextWorld-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Avenir Next";
    src: local("Avenir Next"), url("../../../../fonts/AvenirNextWorld-Demi.woff") format("woff"), url("../../../../fonts/AvenirNextWorld-Demi.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Avenir Next";
    src: local("Avenir Next"), url("../../../../fonts/AvenirNextWorld-Bold.woff") format("woff"), url("../../../../fonts/AvenirNextWorld-Bold.ttf") format("truetype");
    font-weight: 700;
}

body {
    background-color: #fcfcfc;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #131313;
    height: auto;
    min-height: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: inherit;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #151722;
    text-decoration: underline;
}

a {
    opacity: 1;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.6;
    transition: opacity 0.15s;
}

ul,
ol {
    padding-left: 20px;
}

b,
strong {
    font-family: Avenir Next;
    font-weight: 700;
    font-style: normal;
}

.noscript-frame {
    display: none;
    visibility: hidden;
    border: 0;
    width: 0;
    height: 0;
}

.outdated-browser {
    padding: 20px;
    background: #142535;
    color: #fff;
    text-align: center;
    margin: 0;
}

.lead {
    font-size: 18px;
}

.lead>p {
    margin: 15px 0;
}

.lead>*:first-child {
    margin-top: 0;
}

.lead>*:last-child {
    margin-bottom: 0;
}

.lead .btn,
.lead a.btn:link,
.lead a.btn:visited {
    margin-top: 45px;
    margin-bottom: 45px;
}

.highlight {
    background: #f5f5f5;
    padding: 15px;
    margin: 15px 0;
    font-size: 16px;
    color: #666;
}

.highlight strong {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #131313;
}

.highlight>:last-child {
    margin: 0;
}

.form-group .highlight {
    margin: 0;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.page-header {
    padding: 20px 0 15px;
    margin: 0;
    border: 0;
}

.page-footer {
    background: #13172D;
    padding: 20px 0;
    min-height: 100px;
    width: 100%;
}

.page-content {
    background: #fcfcfc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-content-header {
    padding-bottom: 25px;
}

.modal-dialog {
    margin: 0;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    padding: 15px;
    border: 0;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    font-family: Avenir Next;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #151722;
    text-align: center;
}

.modal-header {
    padding-bottom: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body .page-content {
    margin: 0;
    padding: 0;
    max-height: 220px;
    width: 100%;
    overflow-y: auto;
    font-size: 12px;
    font-weight: 500;
}

.modal-body .page-content h1,
.modal-body .page-content h2 {
    font-size: 18px;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-body .page-content h3 {
    font-size: 16px;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-footer {
    margin: 0;
    padding: 0 15px 15px 15px;
    border: 0;
}

.dropdown-menu>li>a {
    padding: 6px 15px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    outline: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #2259FF;
}

@-moz-keyframes spinner {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(.5);
    }

    20% {
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes spinner {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.5);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@-ms-keyframes spinner {

    0%,
    40%,
    100% {
        -ms-transform: scaleY(.5);
    }

    20% {
        -ms-transform: scaleY(1);
    }
}

@-o-keyframes spinner {

    0%,
    40%,
    100% {
        -o-transform: scaleY(.5);
    }

    20% {
        -o-transform: scaleY(1);
    }
}

@keyframes spinner {

    0%,
    40%,
    100% {
        transform: scaleY(.5);
    }

    20% {
        transform: scaleY(1);
    }
}

.spinner {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

.spinner>div {
    width: 50px;
    height: 24px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -12px;
}

.spinner>div>div {
    background-color: #2259FF;
    float: left;
    height: 24px;
    margin-left: 5px;
    width: 6px;
    -moz-animation: spinner 1.2s infinite ease-in-out;
    -moz-transform: scaleY(.5);
    -webkit-animation: spinner 1.2s infinite ease-in-out;
    -webkit-transform: scaleY(.5);
    -ms-animation: spinner 1.2s infinite ease-in-out;
    -ms-transform: scaleY(.5);
    -o-animation: spinner 1.2s infinite ease-in-out;
    -o-transform: scaleY(.5);
    animation: spinner 1.2s infinite ease-in-out;
    transform: scaleY(.5);
}

.btn .spinner>div>div {
    background: #fff;
}

#btm-spinner .spinner>div>div {}

.spinner>div>div:first-child {
    margin-left: 0;
}

.spinner>div>div:nth-child(2) {
    -moz-animation-delay: -1.1s;
    -webkit-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner>div>div:nth-child(3) {
    -moz-animation-delay: -1s;
    -webkit-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner>div>div:nth-child(4) {
    -moz-animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner>div>div:nth-child(5) {
    -moz-animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.spinner-is-visible {
    position: relative !important;
}

.spinner-is-visible .spinner {
    display: block;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    animation: fadein .5s;
}

.btn.spinner-is-visible,
.btn.spinner-is-visible:hover,
.btn.spinner-is-visible:focus,
.btn.spinner-is-visible:active,
.btn.spinner-is-visible.active {
    cursor: default;
}

.btn .spinner {
    border-radius: 999px;
    background: #2259FF;
    padding: 13px 0;
}

.btn .spinner>div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -12px;
}

.preloader-is-visible {
    position: relative !important;
    height: 100% !important;
}

.preloader-is-visible .page-header,
.preloader-is-visible .page-content,
.preloader-is-visible .page-footer {
    display: none !important;
}

.preloader-is-visible .page-content-preloader.spinner {
    display: block;
}

.preloader-is-visible.preloader-fade .page-header,
.preloader-is-visible.preloader-fade .page-content,
.preloader-is-visible.preloader-fade .page-footer {
    display: block !important;
}

.preloader-is-visible.preloader-fade .page-content-preloader.spinner {
    position: fixed;
    -webkit-animation: fadeout .5s;
    -moz-animation: fadeout .5s;
    animation: fadeout .5s;
}

fieldset legend {
    margin-bottom: 15px;
}

fieldset:not(:first-child)>legend {
    padding-top: 30px;
}

.form-group {
    position: relative;
    padding-top: 15px;
}

.form-button {
    position: relative;
    padding-top: 15px;
}

@-webkit-keyframes showplaceholder {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes showplaceholder {
    0% {
        opacity: 0;
        -webkit-moz: translate(0, 10px);
    }

    100% {
        opacity: 1;
        -webkit-moz: translate(0, 0);
    }
}

@-o-keyframes showplaceholder {
    0% {
        opacity: 0;
        -webkit-o: translate(0, 10px);
    }

    100% {
        opacity: 1;
        -webkit-o: translate(0, 0);
    }
}

@keyframes showplaceholder {
    0% {
        opacity: 0;
        transform: translate(0, 10px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes hideplaceholder {
    0% {
        opacity: .5;
        -webkit-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
}

@-moz-keyframes hideplaceholder {
    0% {
        opacity: .5;
        -moz-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -moz-transform: translate(0, 10px);
    }
}

@-o-keyframes hideplaceholder {
    0% {
        opacity: .5;
        -o-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -o-transform: translate(0, 10px);
    }
}

@keyframes hideplaceholder {
    0% {
        opacity: .5;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, 10px);
    }
}

.form-group label.placeholder {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #99adbb;
    padding-top: 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 120ms;
    transition: color 120ms;
    position: absolute;
    top: -20px;
    left: 15px;
    opacity: 0;
    visibility: visible;
}

.no-inputplaceholder .form-group label.placeholder {
    opacity: 1;
    visibility: visible;
}

.form-group label.placeholder.placeholder-active,
.form-group label.placeholder.placeholder-inactive,
.form-group label.placeholder.placeholder-static {
    color: #003255;
    opacity: 1;
    -webkit-transform: translate(0, 0);
}

.go-desktop .form-group label.placeholder.placeholder-active,
.go-desktop .form-group label.placeholder.placeholder-inactive {
    -webkit-animation: showplaceholder .1s forwards ease-in-out;
    -moz-animation: showplaceholder .1s forwards ease-in-out;
    animation: showplaceholder .1s forwards ease-in-out;
}

.go-desktop .form-group label.placeholder.placeholder-active,
.go-desktop .form-group label.placeholder.placeholder-inactive {
    -webkit-animation: inherit;
    -moz-animation: inherit;
    animation: inherit;
}

.form-group label.placeholder.placeholder-static {
    color: #99adbb;
}

.form-group label.placeholder.placeholder-inactive {
    color: #99adbb;
    top: -20px;
}

.form-group label.placeholder.placeholder-hidden {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
}

.go-desktop .form-group label.placeholder.placeholder-hidden {
    -webkit-animation: hideplaceholder .1s forwards ease-in-out;
    -moz-animation: hideplaceholder .1s forwards ease-in-out;
    animation: hideplaceholder .1s forwards ease-in-out;
}

@-webkit-keyframes showerror {
    0% {
        opacity: 0;
        padding: 0
    }

    100% {
        opacity: 1;
        padding: 4px 0 0 0
    }
}

@-moz-keyframes showerror {
    0% {
        opacity: 0;
        padding: 0
    }

    100% {
        opacity: 1;
        padding: 4px 0 0 0
    }
}

@-o-keyframes showerror {
    0% {
        opacity: 0;
        padding: 0
    }

    100% {
        opacity: 1;
        padding: 4px 0 0 0
    }
}

@keyframes showerror {
    0% {
        opacity: 0;
        padding: 0
    }

    100% {
        opacity: 1;
        padding: 4px 0 0 0
    }
}

div.error,
div.warning,
.checkbox>label.error:not(.focus) {
    color: #E94138;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

div.error,
div.warning {
    display: block !important;
    font-size: 12px;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    height: auto;
    padding: 4px 0 0 0;
    opacity: 1;
}

.go-desktop div.error,
.go-desktop div.warning {
    -webkit-animation: showerror .3s;
    -moz-animation: showerror .3s;
    animation: showerror .3s;
}

.form-group>div.error:not(.bootstrap-select)~div.error,
.form-group>.checkbox>label.error>div.error {
    display: none !important;
}

div.valid {
    display: block !important;
    font-size: 12px;
    color: #E94138;
    overflow: hidden;
    height: 0;
    padding: 0;
}

div.error a:link,
div.error a:visited {
    color: #E94138;
    text-decoration: underline;
    font-family: "Avenir Next Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.checkbox>label.error:not(.focus) a:link,
.checkbox>label.error:not(.focus) a:visited {
    color: #E94138;
    text-decoration: underline;
}

div.warning {
    color: #587288;
}

div.error.error-is-hidden,
div.warning.warning-is-hidden {
    padding: 0;
    display: none !important;
}

.alert,
.alert ul,
.alert li {
    list-style-type: none;
}

.alert ul {
    padding: 0;
}

.alert-danger a:link,
.alert-danger a:visited {
    color: #a94442;
    text-decoration: underline;
}

.alert-has-icon {
    position: relative;
    padding-left: 28px;
}

.alert-has-icon:before {
    display: inline-block;
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
}

.alert-danger .alert-has-icon:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAAI9SURBVHja7Jm/SxxBFMc/t6dEgqAiCYKFaCGmONBAChtBx8UiAXONmEYLUVHBxEKIxICJinJqcrYBCVZuIfgHiP+DaJM/xMJCuDTv5Bi8vd3Z2b09ki8Mx/x6+2Fm9u2bd5lSqUQjyKFB1DCgmbPxMVu2moBzYBK4AKaAh1qTpi+vEl/RJYEEyAPLadz6TuCb1rYl7akC/Q50aG0dwHaaQHPAYpW+BelPBehPIFulLwsU0wD6HlA1xozJuLqBPgOOAo79IePrAvoJ6As4thdYqwdoF7Cpta0BQxVFB/si8xIF3QNatbYicF1R9JeoFdhPEvQNMGv4vBmZHztoBjiWX6PYwnR+WNAPwHBETzMsdmIDfQ4ULH0RC2IvFtDPQLcl0G6xZx20B1i3HAuvi12roAWgxTJoS5ijFAR0RKL1ODTluWrEBqhjK/rxUdFzlRMVdE4+h3FqSJ5jDNoG7CR0ydz1XNVmCroJvEwI9AXw1QS0H/iY8NV91XNVf1jQI6DZIPTzq9dSswTYgUEngHcGK3KrhXm3Bjbeeq6aCJIpaQJugFd1zN78AXLTl1cPfiu6HBHyBvglK2qqAWDFb+ufynaE0QkwKHf811I31Zbnqs5qoDtAewTjG0A52VqSuqnadR/uVGQ75iOerbsa9bCa91yV00GPfbIdQbXyxHmPoqxwPYLmgVELb+sBcCqAv4FDCzZHPVfly+5o16JrmZFiU3vAhSNZjDSrp7z1G8B9SiHvy94j8//vm38V9O8AZyZbR8a0tf8AAAAASUVORK5CYII=) center center no-repeat;
    background-size: 21px 21px;
}

.alert-success .alert-has-icon:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAAGpSURBVHja7Nk/S8NAHMbxb2onFxEUBN3spl0rHRy6iIPg0llxk4KLQ5u6F1MdXMQ6C+IkiDhUhdKtb0HwVbjoIFiXBELM38vdNcX8puQ4kg8XknvuYozHY6ahCkxJ5dB/Cy26T6pWS/f9y8AL8A5sj8zuZxZHtAwMgCVgE3iqWq3ZrEEd5IKrrRaGnQR0zQcZidUNLQHPAchQbEEzcggsx+hbA+4nAU2CdGpDN1QE+QXUdUJFkTsjszvQBV2RhVQJlYpUBXWQq7KQKqAiyG9g154EtKQnUWQdeNUV89IgH2XkUQPoAA/AfECfRaCvEvknj/ogr4BD+7wPbAEfHuTADhrKkFEjeulCAlTskDvnQa6rRoZBLaDh0+5gSwLIH2BfBBn06C0gbE1SAd6AmYTIPeBO1uKuE4F0SgR5K3MV2pQ8AUhB+kGPsoj0g14HvEQidSALGfTW94DjlNdtADc6dkougHYKZE/nlo4lgFWCjDPXJ8EqQ8ZNT3GwSpFJYl4YtqkamTSPWsCpp60NnOvYGCgm7H9if8hN+/hM1zaLkf9syKE5VE79DgCid24CilTJlgAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 21px 21px;
}

.form-group-separator {
    border-bottom: solid 1px #ccc;
    height: 10px;
    position: relative;
}

.form-group-separator span {
    display: block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
}

.form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    color: #999;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 2px solid #efefef;
    border-radius: 4px;
    resize: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .2s, color ease-in-out .15s;
    transition: border-color ease-in-out .2s, color ease-in-out .15s;
    -webkit-backface-visibility: hidden;
}

.form-control:focus {
    border-color: #131313;
    color: #131313;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.error,
.form-control.error:focus {
    border-color: #E94138;
    color: #E94138 !important;
    z-index: 1;
}

.form-control.valid,
.form-control[value]:not([value=""]):not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not(.error) {
    color: #131313;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control[disabled]~.input-group-addon,
.form-control[readonly]~.input-group-addon,
fieldset[disabled] .form-control~.input-group-addon {
    cursor: not-allowed;
    color: #bbb !important;
    background-color: #efefef !important;
    border-color: #efefef !important;
}

.form-control:-moz-placeholder {
    color: #999 !important;
}

.form-control::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999 !important;
}

.form-control::-webkit-input-placeholder {
    color: #999 !important;
}

.form-group label.placeholder.placeholder-active+.form-control:focus:-moz-placeholder,
.form-group label.placeholder.placeholder-active+.form-group>.form-control:focus:-moz-placeholder,
.form-group label.placeholder.placeholder-active+.input-group>.form-control:focus:-moz-placeholder {
    color: transparent !important;
}

.form-group label.placeholder.placeholder-active+.form-control:focus::-moz-placeholder,
.form-group label.placeholder.placeholder-active+.form-group>.form-control:focus::-moz-placeholder,
.form-group label.placeholder.placeholder-active+.input-group>.form-control:focus::-moz-placeholder {
    color: transparent !important;
}

.form-group label.placeholder.placeholder-active+.form-control:focus:-ms-input-input-placeholder,
.form-group label.placeholder.placeholder-active+.form-group>.form-control:focus:-ms-input-input-placeholder,
.form-group label.placeholder.placeholder-active+.input-group>.form-control:focus:-ms-input-input-placeholder {
    color: transparent !important;
}

.form-group label.placeholder.placeholder-active+.form-control:focus::-webkit-input-placeholder,
.form-group label.placeholder.placeholder-active+.form-group>.form-control:focus::-webkit-input-placeholder,
.form-group label.placeholder.placeholder-active+.input-group>.form-control:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.form-control-static {
    font-size: 16px;
    word-break: break-all;
}

a.form-control-link:link,
a.form-control-link:visited {
    font-size: 16px;
    display: block;
    vertical-align: middle;
    margin-top: -15px;
}

.form-group:not(.col-xs-8):not(.col-sm-8):not(.col-xs-12):not(.col-sm-12)>a.form-control-link:link,
.form-group:not(.col-xs-8):not(.col-sm-8):not(.col-xs-12):not(.col-sm-12)>a.form-control-link:visited {
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.form-control-static.static-phone-number {
    text-align: center !important;
    display: block !important;
    line-height: 48px;
    font-size: 16px;
}

.form-or-separator {
    border-bottom: solid 1px #dfdfdf;
    position: relative;
    height: 17px;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
}

.form-or-separator span {
    padding: 0 10px;
    background: #fff;
    color: #999;
    line-height: 30px;
}

.radio,
.checkbox {
    padding-left: 0;
}

.radio:before,
.checkbox:before,
.radio:after,
.checkbox:after {
    content: " ";
    display: table;
    clear: both;
}

.radio+.radio,
.checkbox+.checkbox {
    margin: 15px 0;
}

.form-group>.form-group {
    margin: 0;
    padding: 0;
}

.form-group>.form-group:before,
.form-group>.form-group:after {
    content: " ";
    display: table;
}

.form-group>.form-group:after {
    clear: both;
}

.form-group>.form-group .form-control {
    position: relative;
    float: left;
    width: 50%;
}

.form-group>.form-group .form-control:focus {
    z-index: 2;
}

.form-group>.form-group .form-control+.form-control {
    margin-left: -2px;
}

.form-group>.form-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.form-group>.form-group .form-control:first-child {
    margin-left: 0;
}

.form-group>.form-group .form-control:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.form-group>.form-group>.form-control:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group.open .dropdown-toggle {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select {
    width: 100%;
}

.bootstrap-select.select-inline {
    display: inline;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select>button {
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    color: #999;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 2px solid #efefef;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .2s, color ease-in-out .15s;
    transition: border-color ease-in-out .2s, color ease-in-out .15s;
    -webkit-backface-visibility: hidden;
}

.bootstrap-select.focus>button,
.bootstrap-select>button:focus,
.btn-group.open button.dropdown-toggle {
    border-color: #131313;
    color: #131313;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select>button>.caret {
    border-width: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    vertical-align: middle;
}

.bootstrap-select.show-menu-arrow.open>button {
    z-index: 2051;
}

.bootstrap-select>a {
    display: inline;
    cursor: pointer;
}

.bootstrap-select>a>.caret {
    margin-left: 5px;
    border-width: 6px;
    margin-top: -3px;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
    text-align: left;
}

.bootstrap-select.btn-group>.disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled>a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li>a.opt {
    position: relative;
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li>a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li>dt small {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a .check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small {
    color: #64b1d8;
    color: rgba(255, 255, 255, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li>dt small {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
    padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}

.bootstrap-select .bs-actionsbox .btn-group button {
    width: 50%;
}

.form-group>.form-group .bootstrap-select {
    position: relative;
    float: left;
    width: 50%;
}

.form-group>.form-group .bootstrap-select>button:focus,
.form-group>.form-group .bootstrap-select.open {
    z-index: 20;
}

.form-group>.form-group>select:not(:first-child)+.bootstrap-select {
    margin-left: -2px;
}

.form-group>.form-group>.bootstrap-select:not(:last-child)>button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.form-group>.form-group>select:not(:last-child)+.bootstrap-select button {
    border-right-width: 2px;
}

.form-group>.form-group>select:not(:first-child)+.bootstrap-select:not(:last-child) button {
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.form-group>.form-group>select:first-child+.bootstrap-select:not(:last-child) button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.form-group>.form-group>.bootstrap-select:last-child:not(:first-child) button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bootstrap-select.error>button {
    border-color: #E94138;
    color: #E94138;
    z-index: 1;
}

.bootstrap-select.error.focus>button {
    border-color: #131313;
}

.bootstrap-select.valid>button {
    color: #131313;
}

.bootstrap-select.open~div.error {
    opacity: 0;
}

.bootstrap-select~select {
    left: -9999px;
}

.btn,
a.btn:link,
a.btn:visited {
    font-family: Avenir Next;
    font-style: normal;
    color: #fcfcfc;
    font-size: 16px;
    line-height: 1;
    padding: 15px 12px;
    background-color: #2259FF;
    border-color: #2259FF;
    white-space: normal;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    outline: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
a.btn:hover,
a.btn:focus,
a.btn:active,
a.button-new {
    color: #fff;
    text-decoration: none;
    background-color: #2259FF;
    border-color: #2259FF;
    outline: 0;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
a.btn.disabled:link,
a.btn.disabled:visited,
a.btn.disabled:hover,
a.btn.disabled:focus,
.btn[disabled],
fieldset[disabled] .btn,
fieldset[disabled] a.btn:link,
fieldset[disabled] a.btn:visited,
fieldset[disabled] a.btn:focus,
fieldset[disabled] a.btn:active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-auto,
a.btn-auto:link,
a.btn-auto:visited {
    display: table;
    padding: 15px 12px;
    width: 100%;
}

.btn-add,
a.btn-add:link,
a.btn-add:visited {
    background-color: #999;
    border-color: #999;
}

.btn-add:hover,
.btn-add:focus,
.btn-add:active,
a.btn-add:hover,
a.btn-add:focus,
a.btn-add:active {
    background-color: #bbb;
    border-color: #bbb;
}

.btn-warning,
a.btn-warning:link,
a.btn-warning:visited {
    background-color: #ff9b06;
    border-color: #ff9b06;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
a.btn-warning:hover,
a.btn-warning:focus,
a.btn-warning:active {
    background-color: #ffb100;
    border-color: #ffb100;
}

.btn-facebook,
.btn-google {
    font-size: 16px;
}

.btn-facebook,
a.btn-facebook:link,
a.btn-facebook:visited {
    background-color: #4d669d;
    border-color: #4d669d;
}

.btn-google,
a.btn-google:link,
a.btn-google:visited {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-amazon,
a.btn-amazon:link,
a.btn-amazon:visited {
    background-color: #ff9900;
    border-color: #ff9900;
}

.btn-confirm:before {
    display: block;
    content: " ";
    width: 42px;
    height: 42px;
    position: absolute;
    border: solid 2px #fff;
    border-radius: 4px;
    left: 4px;
    top: 50%;
    margin-top: -21px;
}

.btn-facebook:before,
.btn-google:before,
.btn-amazon:before {
    display: block;
    content: " ";
    width: 50px;
    height: 48px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -23px;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #8294ba;
    border-color: #8294ba;
}

.btn-google:hover,
.btn-google:focus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-amazon:hover,
.btn-amazon:focus {
    background-color: #ffb100;
    border-color: #ffb100;
}

.btn-confirm:hover:before,
.btn-confirm:focus:before,
.btn-confirm.checked:before {
    background: url(../../../../images/ico-btn_check_white_30x30.png) center center no-repeat;
    background-size: 15px 15px;
}

.btn-google:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUAMi8xMC8xNK3m74sAAAOOSURBVGiBvZrhkZswEIWf0kDo4Ogg7iCU4BJIBy7BJTgVhHRw6cAlcB1wHXAVvPyQiDkh7a6EyZu5OQ8Sqw8h7a7WdiThnEOtSDYAOgCn8NcAaAG8VBt96A9I1oL1JF95jEaS3TJQDdh8ENhMso8HtIK14cligxeSbdSvJzkZgC4ku9Vfkxq4dtaGpMHHPU3oo83YSRtcaz8nDL+qT/W43wLZVgGSPCVmbpZmLmNH20z3WsB4zZHkUAIX7DSJB43VFwGSvGYMnUsBFXuLplLA3BO3lYCWWezi+75kjPUAvqbanHNTDaBzbgYwKN02bycJCB+6jtCgtG9czn8FdM6NAD6ELjZHXbpOSkTyLhmP+29mkLqPa/cAArgLbe/xhdQr1gDl0KRrFNqm+MIG0LBLq/zgSrPQtoHPbRJpIb9QC/D1MgPeFUOX3ShbfTjnhvhiDlDLVs61EQV5F3ZLXhVCnZZwDjV0GTeT3zgCYK8AkoWJA336FktOWnOAoU10qqrxz7Yapo8M9Rl1xmgKUpxJps8zk+nhJMACSNLP9jm6t2M65R9pzco1wFU/LeG0yg5XAhj6tiRvtB0pU5qK4AA4VpY+6NdPi21sviCT7AL4kXLG2kClbJKtlBtZqyu1mYsktdIAil4v8HxADaA4hj8bcFLav7M0RD55DbbG3TzSmmw8EzDY02oxi2bTpjkAsGVZ/bCX7D1tDTLU+OB9o3TuiPWLZDoXRIWjDmunw6MmfULeMZfot3OuTw1ogqKPxZakYY+GIsAApi36kT4+X/l4zbGNkgfrY4gcnJS9jPQZtzkyhIew6HOBNAaknP9NrKwPBtsdbTv8tr7JCleWx+UhLa98Xt+w/nwo3GocS5befQJkfs3JVfjjIK9AcNRhdnKZxmttVVVSqLj2Wr8lkvTIO1vzdyKlCgXNn1KfBVDamSVhq0aD2EpSrKgeDLcwpHQGDMkCd5Z8d2gEbNnMUbVASW//NmZ4xZJ3n44koY8usfp1B8uXfX12hP2AcTIyxR0spTZzFasQLnWO7jaA4b9WzrCdIexwTWLMbbBYAabWQkpX7ozLTGc1Q67z+rOlqrrM5o2Fr535clz2QL85k9BviBvs54x3eJ81wn8Hso48DbybauHPMfFvad4B9M65u/RUqWst9fLvHs0M2YqqFOCqreNzf7xTfFQwHTuDwTMex81vRvtv8K/8DuBek7b9BXPP7YiH/yegAAAAAElFTkSuQmCC') center center no-repeat;
    background-size: 16px 16px;
}

.btn-facebook:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMtSURBVHgB7ZnrcRoxEMeX88EM30gH5wpMKghUEKjAuAKSCoIriFMBdgUhFXDpgFSQo4LwjRme+a8jEke3OukeCGbMb0Zjs6cTu9I+JEF04cLrpkYVsV6vO0EQ3Oz3+w4+ttFaqjGLWq2W4Bm3H/gc1+v1mE4NlGltt9tPm83mF9o+Z/uJd8cYIyLfKMU/F1BabGUMye1C+MJb/Hmgf+5RFQnaKAzDpzwv5TKAZx0z9YGOCGLl4erq6qNzf5dOB5fBvwPywwRG3MGYha2jkwFwm6/40yO/PMKd7mydAlsHzjLkX3lmoFY9k8wVWK1WA+T2MZUnhjtM4IpztL9uoTIP14/bjHf7WImJ6aHRgOVyGaHYTPFvRAWB0jMo1+ciZurDBRDPpxnDLBAP16Z4MLoQXhpReeW7Wco70kIMGjOfaADPvmVZraiZt2YRFzDOkDOh+D2SUM1+mS98rGDmX2JcBTEGeJ9CJdwHE9CDAd90uYqrsTB2RHYWCOY3ujDUBRxUVEJ5NcZckivlO1SMFuum72JTLgRfa1NJGo3GTJfx7FNx5Z+RdEsZgOB7R0cAyx9RSeCWHV0WCJ0iOlOg240uk1woovMllUoDl05nREq3VBrlExLlgMt8alBDDZBWF5mlh7izbtoOIJb+0zkU+nD1dF6FPAVL6gsDSq245EKVlH9XpMDM6JtKz5IBM/JInqz3cit+QMpCc/JInsKJvt91mRQDfHgYkiN8JaLL+Dyry3A4akM+1BTK6/+xLkhlIXWA581c4eDSMwXjcHCxkWDcVMaTKvECRuS6m/EB9IoluelEZjyDngrUintRLgnVljWmMyHrgGQ8E8NnORC91gQTptl/fmZ60Gw2k91uZ3zRF4jH+6xqn3mxhYMJX+LGdDomcOdRVgfrzRxyd5/+3Bz7JnG55LUawGkV8dAlv0aw8k53SlYDGI4HNkLaTB2BGMq/dd3lOhnAsBE8MAcVHQmM/QXVtpvnQszZgAMcVFiN64pXI4byXYx91B9PUvD+Bie4qf6bV0Zf/fexqbqHKkxIJThUbL7zgXvxNfl7y/4+UXsavvh9quru9MKF18xvn2DYKCAqFnQAAAAASUVORK5CYII=') center center no-repeat;
    background-size: 24px 24px;
}

.btn-amazon:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANySURBVHgB7VnbUeMwFL0O+495FGAq2GwFmAqgg5AKgApIBwsV4FSwoQKcCpatYF1AHi4gjz0nUWYcRwq2pAzLjM+MxrYsK/dIV/cVkQYNGnxpBHJAhGEYFZ/zPM/EM7wTgNBxq9XqBEFww8edHwyC98ViMUDr+yDkjQAFPzo6esRtXPGTDK03Ho/74gAvBM7Ozjq4JGKHWxcSzgSo51j536JRl4rI5/P5BdQpFwu0xBEQvica4ZfLJQV6Ruvi/h7t3TBFiDluxBLOOwD1WZb7IGyGQ3pVPqQY+yaaM4LxyWQy6YoFnHYA6tPW9cPS9HQWBoK+GsafiCW+iQMg5Pv5+fkVVvs7Hk8gCK8CnR7qxuN9ZpjqWCzhRIAYjUYpLmmVsSCQYxfEJ5wJmED1wuGkirUh9DGE50GPxDO8EjB5YTyvrr5Xn/BCQPmCF6nuhb3BmYASnuYx0r2nP8AOpOrKMbF4hDMBk/D0BVCnLsKEdNMHixWjPxaPcCIAx3QrBuHpyOCcMjkwXEOJjq6TKmNwZLbxkhFOBCBQ2/BqWHO8NZyDOQOmuk7sTMcw3pqYEwF6VsOrq3LH6enpnZgdWUgfIhZw3YHM0H8Hge95Q8lw/wiyT7IH9CMcKzXhugPDPe9+MtSGYFNGp/IxIpVb1IITgdls9qQSlzp41nXS9CKKfZKacCLANBCr+1BlrCJKx0bVKpNI4Td+2FQpvCT1jDzhdX+pUEGHFKvbLQoI9Upk7Uf6IHUrlvBaFyqE0BswYU9NCTvHMymSBl8YOypEW2xbo/EFysDECLc8WyuVpBFAGyBA3DIAOwTgdP7ikviqXdYFDjezOSZHXMSMfYyhVEoqOPBbMmt3QGVXzGU/jUgZIMaFDUGgWgkGyUePnhRtivZiqgEdAlxE5hoshKm6KzVjqgpjWwg+mCiCDr4V7HuG9grTmPg2f2rnb7Drl4WiwMp/yLr8yPrrTiG4kh/gamDix5Kjoo4y1/0DNUtl7ZgrkVJBW7Qpu2Dey2KusElHVc2Jq88Q4xoH+KI8Vy1HZiBSRqYKWDpLxu9CMVeyU7SkvMpK/x/QPyh/YOWJVXJOMtcb62ALVa3oow02K16EqnrEED7Rfe8cSpAMVChmXRTCRLi29wkr63NEVeNfTUPXs3SQP/mUjpd3Jv9sB9mgQYP/EP8AoZae83S+SIMAAAAASUVORK5CYII=') center center no-repeat;
    background-size: 24px 24px;
}

.btn-confirm.spinner-is-visible:before,
.btn-facebook.spinner-is-visible:before,
.btn-google.spinner-is-visible:before,
.btn-amazon.spinner-is-visible:before {
    display: none;
}

button.btn-info,
a.btn-info:link,
a.btn-info:visited {
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 48px;
    position: relative;
    text-decoration: none;
    background: none;
    overflow: hidden;
    text-indent: -9999px;
}

button.btn-info:before,
a.btn-info:before {
    display: block;
    content: "?";
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background: #2259FF;
    border: 0;
    border-radius: 50%;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
}

.radio button.btn-info,
.radio a.btn-info:link,
.radio a.btn-info:visited {
    height: 38px;
    width: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: 0;
}

.radio input,
.checkbox input {
    position: absolute;
    left: -9999px;
}

.radio label.field-label,
.checkbox label.field-label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    float: left;
    line-height: 24px;
}

.radio label.field-label:before,
.checkbox label.field-label:before {
    content: " ";
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    border-radius: 4px;
    left: 0;
}

.radio label.field-label:before {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.radio label.field-label.focus:not(.readonly):not(.disabled):before {
    border-color: #2259FF;
}

.radio label.field-label.checked:before {
    background: #2259FF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowQTgwMTE3NDA3MjA2ODExODA4M0U3NzY5NjBEMjk1RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRTM1MkYzRDc0ODcxMUUzQkIxQzk5MzRGN0ZDQjE4OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRTM1MkYzQzc0ODcxMUUzQkIxQzk5MzRGN0ZDQjE4OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2MDNEQTUzMjIwNjgxMTgwODNFNzc2OTYwRDI5NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE4MDExNzQwNzIwNjgxMTgwODNFNzc2OTYwRDI5NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6jc0E1AAAB20lEQVR42uyXu0sDQRDGcz6CiKAgBFR8xCdRsAiIhYWVGt/aWIiFjVhY2fkv2NlZCSnEIgiKRPFtlDSChdjZWPgXhOAFCUj8BiZwHLuTy+VV6MCvyO3sfbdfdub2jEwm46lEVHkqFBUTrtENpFKpf6vdRgDEQWc5hYdBDIyBR9BdDuEguAc+/k0rfgIDpRQeAbeg2Xa9jR0YNHQNpIBdTbaeg0Yh58owTbOYKx0HUdAg5DyDkN3qFnAB/C5EJ3iuJEq7exIkrMLt7P8078D+PERnwBmoF3Lo3iGQtG6uLptY9iECDkSXwAmoE3JuwCwwreXUy6J+he0xrkVdrIAI8Ao5ZP8C7Vd7A9kHHZpJPq7FoGJsDRyBWkH0FCyDb1XLXAVvwmSqxTswarm2DsKgWpgXYUfSqsFsOdHNrzUry0aS/6chdskQcg/54X50CdY6bgKXtpXZI83WSqIHYFMStbfMBNdYXMj35hAlJzZyiap6dZJr7cFFA9kDW8DRIU71kiDv56if5iG6C7adikpvJ6q5RfDq4B5k706+9uR6SVDffQetmnGqhKlSHH2+QA/4VIxF3Yo6PQhQ1+kDH5Zrx2C+JMdbRf0GuMO9cLssKIp9EHAu/Oe+nX4FGAAhAWhUmwSzigAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 15px 15px;
}

.radio label.field-label.focus.checked:not(.readonly):not(.disabled):before {
    border-color: #2259FF;
}

.checkbox label.field-label:before {
    border: solid 2px #2259FF;
}

.checkbox label.field-label.error:before {
    border-color: #E94138;
    color: #E94138;
}

.checkbox label.field-label.focus:not(.readonly):not(.disabled):before {
    border-color: #2259FF;
}

.checkbox label.field-label.checked:before {
    background: #2259FF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowQTgwMTE3NDA3MjA2ODExODA4M0U3NzY5NjBEMjk1RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRTM1MkYzRDc0ODcxMUUzQkIxQzk5MzRGN0ZDQjE4OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRTM1MkYzQzc0ODcxMUUzQkIxQzk5MzRGN0ZDQjE4OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2MDNEQTUzMjIwNjgxMTgwODNFNzc2OTYwRDI5NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE4MDExNzQwNzIwNjgxMTgwODNFNzc2OTYwRDI5NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6jc0E1AAAB20lEQVR42uyXu0sDQRDGcz6CiKAgBFR8xCdRsAiIhYWVGt/aWIiFjVhY2fkv2NlZCSnEIgiKRPFtlDSChdjZWPgXhOAFCUj8BiZwHLuTy+VV6MCvyO3sfbdfdub2jEwm46lEVHkqFBUTrtENpFKpf6vdRgDEQWc5hYdBDIyBR9BdDuEguAc+/k0rfgIDpRQeAbeg2Xa9jR0YNHQNpIBdTbaeg0Yh58owTbOYKx0HUdAg5DyDkN3qFnAB/C5EJ3iuJEq7exIkrMLt7P8078D+PERnwBmoF3Lo3iGQtG6uLptY9iECDkSXwAmoE3JuwCwwreXUy6J+he0xrkVdrIAI8Ao5ZP8C7Vd7A9kHHZpJPq7FoGJsDRyBWkH0FCyDb1XLXAVvwmSqxTswarm2DsKgWpgXYUfSqsFsOdHNrzUry0aS/6chdskQcg/54X50CdY6bgKXtpXZI83WSqIHYFMStbfMBNdYXMj35hAlJzZyiap6dZJr7cFFA9kDW8DRIU71kiDv56if5iG6C7adikpvJ6q5RfDq4B5k706+9uR6SVDffQetmnGqhKlSHH2+QA/4VIxF3Yo6PQhQ1+kDH5Zrx2C+JMdbRf0GuMO9cLssKIp9EHAu/Oe+nX4FGAAhAWhUmwSzigAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 15px 15px;
}

.checkbox label.field-label.focus.checked:not(.readonly):not(.disabled):before {
    border-color: #2259FF;
    background-color: #2259FF;
}

.input-addon {
    position: absolute;
    z-index: 10;
    right: 18px;
    top: 17px;
    height: 46px;
    border-radius: 4px;
    background: #fff;
}

.form-control[disabled]+.input-addon,
.form-control[readonly]+.input-addon,
.form-control[disabled]+.input-group-addon,
.form-control[readonly]+.input-group-addon,
fieldset[disabled] .input-addon,
fieldset[disabled] .input-group-addon {
    cursor: not-allowed;
    background-color: #efefef !important;
}

.input-group-addon {
    padding: 0;
    background-color: #fff;
    border: 2px solid #efefef;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: border-color ease-in-out .2s, color ease-in-out .15s;
    transition: border-color ease-in-out .2s, color ease-in-out .15s;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control {
    float: left;
}

.input-group .form-control:not(:last-child) {
    border-right: 0 none;
}

.input-group .form-control:focus~.input-group-addon {
    border-color: transparent;
}

.input-group .form-control.error~.input-group-addon,
.input-group .form-control.error:focus~.input-group-addon {
    border-color: #E94138;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-addon .radio,
.input-addon .checkbox,
.input-group-addon .radio,
.input-group-addon .checkbox {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    margin: 0;
}

.input-addon a.btn-link:link,
.input-addon a.btn-link:visited,
.input-group-addon a.btn-link:link,
.input-group-addon a.btn-link:visited {
    padding: 0 15px;
    margin: 0;
    color: #2259FF;
    width: auto;
    height: 44px;
    line-height: 44px;
    text-indent: 0;
}

.input-addon button.btn-info,
.input-addon a.btn-info:link,
.input-addon a.btn-info:visited,
.input-group-addon button.btn-info,
.input-group-addon a.btn-info:link,
.input-group-addon a.btn-info:visited {
    height: 44px;
    float: left;
}

.input-addon a.form-control-link:link,
.input-addon a.form-control-link:visited,
.input-group-addon a.form-control-link:link,
.input-group-addon a.form-control-link:visited {
    display: block;
    color: #fff;
    width: 60px;
    height: 44px;
    margin: 0;
    position: relative;
    text-decoration: none;
    background: none;
    overflow: hidden;
    text-indent: -9999px;
}

.input-addon a.form-control-link:hover,
.input-addon a.form-control-link:focus,
.input-group-addon a.form-control-link:hover,
.input-group-addon a.form-control-link:focus {
    text-decoration: underline;
}

.input-addon a.form-control-link:before,
.input-group-addon a.form-control-link:before {
    display: block;
    content: "?";
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background: #2259FF;
    border: 0;
    border-radius: 50%;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
}

.input-addon .checkbox label.field-label,
.input-addon .radio label.field-label,
.input-group-addon .radio label.field-label,
.input-group-addon .checkbox label.field-label {
    line-height: inherit;
}

.input-addon .checkbox label.field-label:before,
.input-addon .radio label.field-label:before,
.input-group-addon .radio label.field-label:before,
.input-group-addon .checkbox label.field-label:before {
    top: 50%;
    margin-top: -12px;
}

.form-control[disabled]+.input-addon label.field-label,
.form-control[readonly]+.input-addon label.field-label,
.form-control[disabled]+.input-group-addon label.field-label,
.form-control[readonly]+.input-group-addon label.field-label,
fieldset[disabled] .input-addon label.field-label,
label.field-label.disabled,
label.field-label.readonly {
    color: #bbb;
    cursor: not-allowed;
}

.form-control[disabled]+.input-addon label.field-label:before,
.form-control[readonly]+.input-addon label.field-label:before,
fieldset[disabled] .input-addon label.field-label:before,
label.field-label.disabled:before,
label.field-label.readonly:before {
    border-color: #ccc;
}

.form-control[disabled]+.input-addon label.field-label.checked:before,
.form-control[readonly]+.input-addon label.field-label.checked:before,
fieldset[disabled] .input-addon label.field-label.checked:before,
label.field-label.disabled.checked:before,
label.field-label.readonly.checked:before {
    background-color: #ccc;
}

.credit-card-group {
    border: 2px solid #efefef;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 0 16px;
    padding-left: 72px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.credit-card-group.is-focus {
    background: #fff;
    border-color: #131313;
}

.credit-card-group .form-control {
    height: 44px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    background-color: transparent;
    border-color: transparent;
}

.credit-card-group .form-control.hide {
    left: -999999px;
    position: absolute;
}

.credit-card-group .card-number {
    width: 206px;
}

.credit-card-group .card-number.transitioning-out {
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide;
    -moz-animation-name: slide;
    -o-animation-name: slide;
    animation-name: slide;
}

.credit-card-group .card-number.transitioning-in {
    -webkit-transition: width 0s linear;
    -moz-transition: width 0s linear;
    -ms-transition: width 0s linear;
    -o-transition: width 0s linear;
    transition: width 0s linear;
    width: 206px;
}

.credit-card-group .card-number.full {
    width: 15%;
}

.credit-card-group .card-expiration {
    width: 21.5%;
}

.credit-card-group .card-zip {
    width: 20%;
}

.credit-card-group .card-cvv {
    width: 18%;
}

.credit-card-group.invalid {
    border-color: #E94138;
}

.credit-card-group.invalid input {
    color: #b94a48;
}

.card-instruction {
    font-size: 80%;
    color: #999;
}

.card-instruction.invalid {
    color: #E94138;
}

.card-instruction.valid {
    color: #089e00;
}

.card-image {
    background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%221%200%2060%2040%22%20enable-background%3D%22new%201%200%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23C4DAB0%22%20d%3D%22M61%2C35c0%2C2.8-2.2%2C5-5%2C5H6c-2.8%2C0-5-2.2-5-5V5c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V35z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%226.3%22%20fill%3D%22%23424143%22%20width%3D%2259%22%20height%3D%228%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%237D9769%22%20d%3D%22M56%2C1c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4H6c-2.2%2C0-4-1.8-4-4V5c0-2.2%2C1.8-4%2C4-4H56%20M56%2C0H6%0D%0A%09%09%09%09C3.2%2C0%2C1%2C2.2%2C1%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5V5C61%2C2.2%2C58.7%2C0%2C56%2C0L56%2C0z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A") no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 40px;
    height: 27px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -13px;
    z-index: 2;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.card-image.visa {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220.4%2043.8%2060%2040%22%20enable-background%3D%22new%200.4%2043.8%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23F3F4F4%22%20d%3D%22M60.4%2C78.8c0%2C2.8-2.2%2C5-5%2C5h-50c-2.8%2C0-5-2.2-5-5v-30c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V78.8z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M1.4%2C53.8v-5c0-2.8%2C2.2-5%2C5-5h48c2.8%2C0%2C5%2C2.2%2C5%2C5v5%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23E6A124%22%20d%3D%22M59.4%2C73.8v5c0%2C2.8-2.2%2C4-5%2C4h-48c-2.8%2C0-5-1.2-5-4v-5%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M17.8%2C67.2c0.4-1.1%2C0.7-1.9%2C0.9-2.2l3.4-6.9h2.5l-5.8%2C11.4H16l-1-11.4h2.3l0.4%2C6.9c0%2C0.2%2C0%2C0.6%2C0%2C1%0D%0A%09%09%09C17.7%2C66.5%2C17.7%2C66.9%2C17.8%2C67.2L17.8%2C67.2z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M23.4%2C69.5l2.4-11.4h2.4l-2.4%2C11.4H23.4z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M35.6%2C66.1c0%2C1.1-0.4%2C1.9-1.2%2C2.6c-0.8%2C0.6-1.8%2C0.9-3.1%2C0.9c-1.2%2C0-2.1-0.2-2.8-0.7v-2.1%0D%0A%09%09%09c1%2C0.6%2C1.9%2C0.8%2C2.8%2C0.8c0.6%2C0%2C1-0.1%2C1.4-0.3c0.3-0.2%2C0.5-0.5%2C0.5-0.9c0-0.2%2C0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.5%0D%0A%09%09%09c-0.1-0.1-0.5-0.4-1-0.8c-0.7-0.5-1.2-1-1.5-1.5c-0.3-0.5-0.4-1-0.4-1.6c0-0.7%2C0.2-1.3%2C0.5-1.8c0.3-0.5%2C0.8-0.9%2C1.4-1.2%0D%0A%09%09%09c0.6-0.3%2C1.3-0.4%2C2.1-0.4c1.1%2C0%2C2.2%2C0.3%2C3.1%2C0.8L36%2C60.5c-0.8-0.4-1.6-0.6-2.2-0.6c-0.4%2C0-0.8%2C0.1-1.1%2C0.4%0D%0A%09%09%09c-0.3%2C0.2-0.4%2C0.5-0.4%2C0.9c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.8c0.2%2C0.2%2C0.6%2C0.6%2C1.2%2C0.9c0.6%2C0.4%2C1.1%2C0.9%2C1.4%2C1.4C35.4%2C64.9%2C35.6%2C65.5%2C35.6%2C66.1%0D%0A%09%09%09z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M43.2%2C66.8h-3.7l-1.3%2C2.7h-2.5l6-11.5h2.9l1.1%2C11.5h-2.3L43.2%2C66.8z%20M43.1%2C64.8L42.9%2C62%0D%0A%09%09%09c-0.1-0.7-0.1-1.3-0.1-2v-0.3c-0.2%2C0.6-0.5%2C1.3-0.9%2C2l-1.5%2C3H43.1z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M30.4%2C43.8%22/%3E%0D%0A%09%3Cpath%20opacity%3D%224.000000e-02%22%20fill%3D%22%23FFFFFF%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M58.9%2C45.3c0.9%2C0.9%2C1.5%2C2.2%2C1.5%2C3.5v15v15%0D%0A%09%09c0%2C1.4-0.6%2C2.6-1.5%2C3.5s-2.2%2C1.5-3.5%2C1.5h-25h-25c-1.4%2C0-2.6-0.6-3.5-1.5L58.9%2C45.3z%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23F8F8F9%22%20d%3D%22M55.4%2C44.8c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4h-50c-2.2%2C0-4-1.8-4-4v-30c0-2.2%2C1.8-4%2C4-4H55.4%20M55.4%2C43.8%0D%0A%09%09%09h-50c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5v-30C60.4%2C46%2C58.1%2C43.8%2C55.4%2C43.8L55.4%2C43.8z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.card-image.mc {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220.4%2088%2060%2040%22%20enable-background%3D%22new%200.4%2088%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M60.4%2C123c0%2C2.8-2.2%2C5-5%2C5h-50c-2.8%2C0-5-2.2-5-5V93c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V123z%22/%3E%0D%0A%09%3Cpath%20opacity%3D%224.000000e-02%22%20fill%3D%22%23FFFFFF%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M58.9%2C89.5c0.9%2C0.9%2C1.5%2C2.2%2C1.5%2C3.5v15v15%0D%0A%09%09c0%2C1.4-0.6%2C2.6-1.5%2C3.5c-0.9%2C0.9-2.2%2C1.5-3.5%2C1.5h-25h-25c-1.4%2C0-2.6-0.6-3.5-1.5L58.9%2C89.5z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%2356B1D9%22%20d%3D%22M30.4%2C88%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23EA564B%22%20d%3D%22M30.4%2C101.4c-1.8-2.1-4.5-3.4-7.5-3.4c-5.5%2C0-10%2C4.5-10%2C10c0%2C5.5%2C4.5%2C10%2C10%2C10c3%2C0%2C5.7-1.3%2C7.5-3.4%0D%0A%09%09%09c-1.6-1.8-2.5-4.1-2.5-6.6S28.8%2C103.2%2C30.4%2C101.4z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23EA564B%22%20d%3D%22M30.4%2C101.4c-1.6%2C1.8-2.5%2C4.1-2.5%2C6.6s0.9%2C4.8%2C2.5%2C6.6c1.6-1.8%2C2.5-4.1%2C2.5-6.6S31.9%2C103.2%2C30.4%2C101.4z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cpath%20fill%3D%22%23E9D419%22%20d%3D%22M37.9%2C98c-3%2C0-5.7%2C1.3-7.5%2C3.4c-0.4%2C0.5-0.8%2C1-1.1%2C1.6h2.3c0.4%2C0.6%2C0.6%2C1.3%2C0.9%2C2h-4%0D%0A%09%09c-0.2%2C0.6-0.4%2C1.3-0.4%2C2h4.9c0%2C0.3%2C0.1%2C0.7%2C0.1%2C1c0%2C0.3%2C0%2C0.7-0.1%2C1h-4.9c0.1%2C0.7%2C0.2%2C1.4%2C0.4%2C2h4.1c-0.2%2C0.7-0.5%2C1.4-0.9%2C2h-2.3%0D%0A%09%09c0.3%2C0.6%2C0.7%2C1.1%2C1.1%2C1.6c1.8%2C2.1%2C4.5%2C3.4%2C7.5%2C3.4c5.5%2C0%2C10-4.5%2C10-10C47.9%2C102.5%2C43.4%2C98%2C37.9%2C98z%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237684B7%22%20d%3D%22M55.4%2C89c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4h-50c-2.2%2C0-4-1.8-4-4V93c0-2.2%2C1.8-4%2C4-4H55.4%20M55.4%2C88h-50%0D%0A%09%09%09c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5V93C60.4%2C90.2%2C58.1%2C88%2C55.4%2C88L55.4%2C88z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.card-image.amex {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220.1%20131.8%2060%2040%22%20enable-background%3D%22new%200.1%20131.8%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235EC1EC%22%20d%3D%22M60.1%2C166.8c0%2C2.8-2.2%2C5-5%2C5h-50c-2.8%2C0-5-2.2-5-5v-30c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V166.8z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235BBBE6%22%20d%3D%22M58.6%2C133.3c0.9%2C0.9%2C1.5%2C2.2%2C1.5%2C3.5v15v15c0%2C1.4-0.6%2C2.6-1.5%2C3.5c-0.9%2C0.9-2.2%2C1.5-3.5%2C1.5h-25h-25%0D%0A%09%09%09c-1.4%2C0-2.6-0.6-3.5-1.5L58.6%2C133.3z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.7%2C156.7l-0.5-1.7h-3l-0.5%2C1.7H11l3-9.3h3.3l3.1%2C9.3H17.7z%20M16.7%2C152.9l-0.4-1.5%0D%0A%09%09%09%09c-0.1-0.3-0.2-0.8-0.3-1.3c-0.1-0.5-0.2-0.9-0.3-1.2c0%2C0.2-0.1%2C0.6-0.2%2C1.1s-0.4%2C1.5-0.7%2C2.9L16.7%2C152.9L16.7%2C152.9z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.5%2C156.7l-1.9-6.7h-0.1c0.1%2C1.1%2C0.1%2C2%2C0.1%2C2.7v4h-2.2v-9.3h3.3l1.9%2C6.6h0.1l1.9-6.6H32v9.3h-2.3v-4.1%0D%0A%09%09%09%09c0-0.2%2C0-0.4%2C0-0.7s0-0.9%2C0.1-1.9h-0.1l-1.9%2C6.7L25.5%2C156.7L25.5%2C156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M39.2%2C156.7h-5.5v-9.3h5.5v2h-3v1.5H39v2h-2.8v1.8h3V156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M49.2%2C156.7h-2.9l-1.8-2.9l-1.8%2C2.9h-2.8L43%2C152l-2.9-4.5h2.8l1.7%2C2.9l1.6-2.9H49l-2.9%2C4.7L49.2%2C156.7z%22%0D%0A%09%09%09%09/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.7%2C156.7l-0.5-1.7h-3l-0.5%2C1.7H11l3-9.3h3.3l3.1%2C9.3H17.7z%20M16.7%2C152.9l-0.4-1.5%0D%0A%09%09%09%09c-0.1-0.3-0.2-0.8-0.3-1.3c-0.1-0.5-0.2-0.9-0.3-1.2c0%2C0.2-0.1%2C0.6-0.2%2C1.1s-0.4%2C1.5-0.7%2C2.9L16.7%2C152.9L16.7%2C152.9z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.5%2C156.7l-1.9-6.7h-0.1c0.1%2C1.1%2C0.1%2C2%2C0.1%2C2.7v4h-2.2v-9.3h3.3l1.9%2C6.6h0.1l1.9-6.6H32v9.3h-2.3v-4.1%0D%0A%09%09%09%09c0-0.2%2C0-0.4%2C0-0.7s0-0.9%2C0.1-1.9h-0.1l-1.9%2C6.7L25.5%2C156.7L25.5%2C156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M39.2%2C156.7h-5.5v-9.3h5.5v2h-3v1.5H39v2h-2.8v1.8h3V156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M49.2%2C156.7h-2.9l-1.8-2.9l-1.8%2C2.9h-2.8L43%2C152l-2.9-4.5h2.8l1.7%2C2.9l1.6-2.9H49l-2.9%2C4.7L49.2%2C156.7z%22%0D%0A%09%09%09%09/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2356B1D9%22%20d%3D%22M30.1%2C131.8%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%239BCEE0%22%20d%3D%22M55.1%2C132.8c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4h-50c-2.2%2C0-4-1.8-4-4v-30c0-2.2%2C1.8-4%2C4-4H55.1%0D%0A%09%09%09%20M55.1%2C131.8h-50c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5v-30C60.1%2C134%2C57.9%2C131.8%2C55.1%2C131.8L55.1%2C131.8z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.card-image.disc {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220.1%20175.7%2060%2040%22%20enable-background%3D%22new%200.1%20175.7%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFF9F0%22%20d%3D%22M60.1%2C210.7c0%2C2.8-2.2%2C5-5%2C5h-50c-2.8%2C0-5-2.2-5-5v-30c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V210.7z%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M15.2%2C195.7c0%2C1-0.3%2C1.8-0.9%2C2.3c-0.6%2C0.5-1.4%2C0.8-2.5%2C0.8h-1.7v-6.1h1.9c1%2C0%2C1.8%2C0.3%2C2.3%2C0.8%0D%0A%09%09%09C15%2C194%2C15.2%2C194.7%2C15.2%2C195.7z%20M13.9%2C195.7c0-1.3-0.6-2-1.7-2h-0.7v4H12C13.3%2C197.7%2C13.9%2C197%2C13.9%2C195.7z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M16.3%2C198.8v-6.1h1.3v6.1H16.3z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M22.8%2C197.1c0%2C0.6-0.2%2C1-0.6%2C1.3c-0.4%2C0.3-0.9%2C0.5-1.6%2C0.5c-0.6%2C0-1.2-0.1-1.7-0.4v-1.2%0D%0A%09%09%09c0.4%2C0.2%2C0.8%2C0.3%2C1%2C0.4c0.3%2C0.1%2C0.5%2C0.1%2C0.8%2C0.1c0.3%2C0%2C0.5-0.1%2C0.7-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.5c0-0.1%2C0-0.2-0.1-0.3%0D%0A%09%09%09c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.4-0.2-0.8-0.4c-0.4-0.2-0.6-0.3-0.8-0.5c-0.2-0.2-0.3-0.3-0.4-0.6s-0.2-0.5-0.2-0.8%0D%0A%09%09%09c0-0.5%2C0.2-1%2C0.5-1.3c0.4-0.3%2C0.9-0.5%2C1.5-0.5c0.3%2C0%2C0.6%2C0%2C0.9%2C0.1c0.3%2C0.1%2C0.6%2C0.2%2C0.9%2C0.3l-0.4%2C1c-0.3-0.1-0.6-0.2-0.8-0.3%0D%0A%09%09%09c-0.2-0.1-0.4-0.1-0.6-0.1c-0.2%2C0-0.4%2C0.1-0.6%2C0.2c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.4c0%2C0.1%2C0%2C0.2%2C0.1%2C0.3c0.1%2C0.1%2C0.1%2C0.2%2C0.3%2C0.2%0D%0A%09%09%09s0.4%2C0.2%2C0.8%2C0.4c0.6%2C0.3%2C1%2C0.5%2C1.2%2C0.8C22.6%2C196.3%2C22.8%2C196.7%2C22.8%2C197.1z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M26.4%2C193.7c-0.5%2C0-0.9%2C0.2-1.1%2C0.5c-0.3%2C0.4-0.4%2C0.9-0.4%2C1.5c0%2C1.4%2C0.5%2C2%2C1.5%2C2c0.4%2C0%2C0.9-0.1%2C1.6-0.3%0D%0A%09%09%09v1.1c-0.5%2C0.2-1.1%2C0.3-1.7%2C0.3c-0.9%2C0-1.6-0.3-2-0.8c-0.5-0.5-0.7-1.3-0.7-2.3c0-0.6%2C0.1-1.2%2C0.3-1.7c0.2-0.5%2C0.6-0.8%2C1-1.1%0D%0A%09%09%09c0.4-0.3%2C0.9-0.4%2C1.5-0.4c0.6%2C0%2C1.2%2C0.1%2C1.8%2C0.4l-0.4%2C1c-0.2-0.1-0.5-0.2-0.7-0.3C26.9%2C193.7%2C26.7%2C193.7%2C26.4%2C193.7z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M38.3%2C192.7h1.3l-2.1%2C6.1h-1.4l-2.1-6.1h1.3l1.1%2C3.6c0.1%2C0.2%2C0.1%2C0.5%2C0.2%2C0.7c0.1%2C0.3%2C0.1%2C0.5%2C0.1%2C0.6%0D%0A%09%09%09c0-0.3%2C0.1-0.7%2C0.3-1.3L38.3%2C192.7z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M43.9%2C198.8h-3.5v-6.1h3.5v1.1h-2.2v1.3h2.1v1.1h-2.1v1.6h2.2V198.8z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M46.5%2C196.4v2.3h-1.3v-6.1h1.8c0.8%2C0%2C1.4%2C0.1%2C1.8%2C0.5c0.4%2C0.3%2C0.6%2C0.8%2C0.6%2C1.4c0%2C0.4-0.1%2C0.7-0.3%2C1%0D%0A%09%09%09c-0.2%2C0.3-0.5%2C0.5-0.8%2C0.7c0.9%2C1.4%2C1.5%2C2.3%2C1.8%2C2.6h-1.4l-1.5-2.3L46.5%2C196.4L46.5%2C196.4z%20M46.5%2C195.4h0.4c0.4%2C0%2C0.7-0.1%2C0.9-0.2%0D%0A%09%09%09c0.2-0.1%2C0.3-0.4%2C0.3-0.6c0-0.3-0.1-0.5-0.3-0.6s-0.5-0.2-0.9-0.2h-0.4L46.5%2C195.4L46.5%2C195.4z%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23E6A124%22%20cx%3D%2231.2%22%20cy%3D%22195.7%22%20r%3D%223%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cpath%20fill%3D%22%23E6A124%22%20d%3D%22M60.1%2C203.2v7.5c0%2C0.7-0.1%2C1.3-0.4%2C1.9c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6s-1%2C0.8-1.6%2C1.1c-0.6%2C0.3-1.3%2C0.4-1.9%2C0.4%0D%0A%09%09H32.7H10.2L60.1%2C203.2z%22/%3E%0D%0A%09%3Cpath%20opacity%3D%228.000000e-02%22%20fill%3D%22%23FFFFFF%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M58.6%2C177.2c0.9%2C0.9%2C1.5%2C2.2%2C1.5%2C3.5v15v15%0D%0A%09%09c0%2C1.4-0.6%2C2.6-1.5%2C3.5c-0.9%2C0.9-2.2%2C1.5-3.5%2C1.5h-25h-25c-1.4%2C0-2.6-0.6-3.5-1.5L58.6%2C177.2z%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23F7F5F2%22%20d%3D%22M55.1%2C176.7c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4h-50c-2.2%2C0-4-1.8-4-4v-30c0-2.2%2C1.8-4%2C4-4H55.1%0D%0A%09%09%09%20M55.1%2C175.7h-50c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5v-30C60.1%2C178%2C57.9%2C175.7%2C55.1%2C175.7L55.1%2C175.7z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.card-image.cvv2 {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%20308.7%2060%2040%22%20enable-background%3D%22new%200%20308.7%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CDCDCD%22%20d%3D%22M60%2C343.7c0%2C2.8-2.2%2C5-5%2C5H5c-2.8%2C0-5-2.2-5-5v-30c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V343.7z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%221.8%22%20y%3D%22315%22%20fill%3D%22%23424143%22%20width%3D%2258.2%22%20height%3D%228%22/%3E%0D%0A%09%3Crect%20x%3D%227.8%22%20y%3D%22327%22%20fill%3D%22%23FFFFFF%22%20width%3D%2236%22%20height%3D%228%22/%3E%0D%0A%09%3Crect%20x%3D%2210.8%22%20y%3D%22330%22%20fill%3D%22%23424143%22%20width%3D%2229%22%20height%3D%222%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23DFDEDD%22%20d%3D%22M55%2C309.7c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4H5c-2.2%2C0-4-1.8-4-4v-30c0-2.2%2C1.8-4%2C4-4H55%20M55%2C308.7H5%0D%0A%09%09%09%09c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5v-30C60%2C311%2C57.8%2C308.7%2C55%2C308.7L55%2C308.7z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%2246.8%22%20y%3D%22327%22%20fill%3D%22%23FFFFFF%22%20width%3D%228%22%20height%3D%228%22/%3E%0D%0A%09%3Crect%20x%3D%2247.8%22%20y%3D%22330%22%20fill%3D%22%23424143%22%20width%3D%226%22%20height%3D%222%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23E9564B%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2250.2%22%20cy%3D%22330.9%22%20r%3D%227.8%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@-webkit-keyframes slide {

    0%,
    10% {
        text-indent: 0;
        width: 186px;
        -webkit-transform: translateX(-10%);
    }

    10%,
    20% {
        text-indent: -15px;
        width: 176px;
        -webkit-transform: translateX(-10%);
    }

    20%,
    30% {
        text-indent: -30px;
        width: 156px;
        -webkit-transform: translateX(-10%);
    }

    30%,
    40% {
        text-indent: -45px;
        width: 136px;
        -webkit-transform: translateX(-10%);
    }

    40%,
    50% {
        text-indent: -60px;
        width: 116px;
        -webkit-transform: translateX(-10%);
    }

    50%,
    60% {
        text-indent: -75px;
        width: 96px;
        -webkit-transform: translateX(-15%);
    }

    60%,
    70% {
        text-indent: -90px;
        width: 76px;
        -webkit-transform: translateX(-15%);
    }

    70%,
    80% {
        text-indent: -105px;
        width: 66px;
        -webkit-transform: translateX(-10%);
    }

    80%,
    90% {
        text-indent: -110px;
        width: 56px;
        -webkit-transform: translateX(-5%);
    }

    90%,
    100% {
        text-indent: -120px;
        width: 46px;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slide {

    0%,
    10% {
        text-indent: 0;
        width: 186px;
        -moz-transform: translateX(-10%);
    }

    10%,
    20% {
        text-indent: -15px;
        width: 176px;
        -moz-transform: translateX(-10%);
    }

    20%,
    30% {
        text-indent: -30px;
        width: 156px;
        -moz-transform: translateX(-10%);
    }

    30%,
    40% {
        text-indent: -45px;
        width: 136px;
        -moz-transform: translateX(-10%);
    }

    40%,
    50% {
        text-indent: -60px;
        width: 116px;
        -moz-transform: translateX(-10%);
    }

    50%,
    60% {
        text-indent: -75px;
        width: 96px;
        -moz-transform: translateX(-15%);
    }

    60%,
    70% {
        text-indent: -90px;
        width: 76px;
        -moz-transform: translateX(-15%);
    }

    70%,
    80% {
        text-indent: -105px;
        width: 66px;
        -moz-transform: translateX(-10%);
    }

    80%,
    90% {
        text-indent: -110px;
        width: 56px;
        -moz-transform: translateX(-5%);
    }

    90%,
    100% {
        text-indent: -120px;
        width: 46px;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slide {

    0%,
    10% {
        text-indent: 0;
        width: 186px;
        -o-transform: translateX(-10%);
    }

    10%,
    20% {
        text-indent: -15px;
        width: 176px;
        -o-transform: translateX(-10%);
    }

    20%,
    30% {
        text-indent: -30px;
        width: 156px;
        -o-transform: translateX(-10%);
    }

    30%,
    40% {
        text-indent: -45px;
        width: 136px;
        -o-transform: translateX(-10%);
    }

    40%,
    50% {
        text-indent: -60px;
        width: 116px;
        -o-transform: translateX(-10%);
    }

    50%,
    60% {
        text-indent: -75px;
        width: 96px;
        -o-transform: translateX(-15%);
    }

    60%,
    70% {
        text-indent: -90px;
        width: 76px;
        -o-transform: translateX(-15%);
    }

    70%,
    80% {
        text-indent: -105px;
        width: 66px;
        -o-transform: translateX(-10%);
    }

    80%,
    90% {
        text-indent: -110px;
        width: 56px;
        -o-transform: translateX(-5%);
    }

    90%,
    100% {
        text-indent: -120px;
        width: 46px;
        -o-transform: translateX(0);
    }
}

@keyframes slide {

    0%,
    10% {
        text-indent: 0;
        width: 186px;
        transform: translateX(-10%);
    }

    10%,
    20% {
        text-indent: -15px;
        width: 176px;
        transform: translateX(-10%);
    }

    20%,
    30% {
        text-indent: -30px;
        width: 156px;
        transform: translateX(-10%);
    }

    30%,
    40% {
        text-indent: -45px;
        width: 136px;
        transform: translateX(-10%);
    }

    40%,
    50% {
        text-indent: -60px;
        width: 116px;
        transform: translateX(-10%);
    }

    50%,
    60% {
        text-indent: -75px;
        width: 96px;
        transform: translateX(-15%);
    }

    60%,
    70% {
        text-indent: -90px;
        width: 76px;
        transform: translateX(-15%);
    }

    70%,
    80% {
        text-indent: -105px;
        width: 66px;
        transform: translateX(-10%);
    }

    80%,
    90% {
        text-indent: -110px;
        width: 56px;
        transform: translateX(-5%);
    }

    90%,
    100% {
        text-indent: -120px;
        width: 46px;
        transform: translateX(0);
    }
}

.nap-payment-mehods {
    margin: 0;
    line-height: 36px;
}

.nap-payment-mehods:before,
.nap-payment-mehods:after {
    content: " ";
    display: table;
    clear: both;
}

.radio.nap-payment-mehods label.field-label,
.checkbox.nap-payment-mehods label.field-label {
    padding: 0 30px;
}

.radio.nap-payment-mehods label.field-label:last-child,
.checkbox.nap-payment-mehods label.field-label:last-child {
    padding-right: 0;
}

.radio.nap-payment-mehods label.field-label:before,
.checkbox.nap-payment-mehods label.field-label:before {
    top: 50%;
    margin-top: -12px;
}

.radio.nap-payment-mehods button.btn-info,
.radio.nap-payment-mehods a.btn-info:link,
.radio.nap-payment-mehods a.btn-info:visited {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    right: 28px;
}

.pm-cc,
a.pm-cc:link,
a.pm-cc:visited,
.pm-paypal,
a.pm-paypal:link,
a.pm-paypal:visited,
.pm-amazon,
a.pm-amazon:link,
a.pm-amazon:visited {
    display: block;
    width: 42px;
    height: 30px;
    text-indent: -9999px;
    float: left;
    overflow: hidden;
    margin: 3px;
    background: url(../../../../images/ico_payment_methods.png?v=3.8) no-repeat;
    background-size: 251px 90px;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
}

.cc-amex {
    background-position: 0 top;
}

.cc-master {
    background-position: -42px top;
}

.cc-discover {
    background-position: -126px top;
}

.cc-direct {
    background-position: -210px top;
}

.cc-visa {
    background-position: 0 -30px;
}

.cc-visa-electron {
    background-position: -42px -30px;
}

.cc-delta {
    background-position: -84px -30px;
}

.cc-electronic-cache {
    background-position: -168px -30px;
}

.cc-verizon {
    background-position: -210px -30px;
}

.cc-ideal {
    background-position: -126px -60px;
}

.pm-paypal {
    background-position: -168px top;
}

.pm-amazon {
    background-position: -168px -60px
}

.activation-success-msg {
    background: url(../../../../legacy/images/ver_ok.gif?v=3.8) no-repeat 0 0;
    color: #690;
    padding-bottom: 10px;
    padding-left: 25px;
}

.activation-fail-msg {
    background: url(../../../../legacy/images/ver_error.gif?v=3.8) no-repeat 0 0;
    color: #c21d3c;
    padding-bottom: 10px;
    padding-left: 25px;
    text-align: left;
}

.page-header .logo {
    display: block;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto 16px;
    width: 155px;
    background: url(../../../../images/napster_logo.png?v=3.8) no-repeat;
    background-size: 114px 30px;
}

.page-footer nav {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.page-footer nav ul {
    text-align: center;
    padding: 0;
}

.page-footer nav ul li {
    list-style-type: none;
}

.page-footer nav a:link,
.page-footer nav a:visited {
    padding: 0 10px;
}

.page-footer nav ul li a {
    color: rgba(252, 252, 252, 0.8);
}

.language-picker {
    width: 150px;
    margin: 10px auto 0 auto;
    text-align: center;
}

.language-picker a.dropdown-toggle,
.language-picker a.dropdown-toggle small {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: rgba(252, 252, 252, 0.8);
    cursor: pointer;
    text-decoration: none;
}

.language-picker a.dropdown-toggle small {
    text-decoration: underline;
}

.language-picker .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #888;
}

.language-picker .dropdown-menu .muted {
    display: none;
}

.language-picker select {
    left: -9999px;
}

.page-content-header h1,
.page-content-header h2,
.page-content-header h3 {
    text-transform: none;
    text-align: center;
    color: #151722;
    font-size: 30px;
    margin: 0;
}

.page-content-header h4 {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-top: 10px;
    line-height: 1.3em;
}

.page-content-header h1,
.nap-confirm h1,
.nap-warning h1 {
    font-family: Avenir Next;
    font-weight: 700;
    font-style: normal;
}

.page-content-header h2 {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-email {
    color: #2259FF;
}

.text-break {
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.text-break:before,
.text-break:after {
    content: " ";
    display: table;
}

.text-break:after {
    clear: both;
}

.text-no-break {
    white-space: nowrap;
}

.text-line-through {
    text-decoration: line-through;
}

hr {
    border-top: solid 1px #dfdfdf;
    margin: 15px 0;
}

hr:only-child {
    margin: 0;
}

.legal {
    text-align: center;
    font-size: 10px;
}

.text-plan {
    position: relative;
    margin: 0;
}

.text-plan>strong {
    color: #ff9b00;
    line-height: 1.2;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-plan>small {
    font-size: 13px;
    color: #737373;
    padding-top: 6px;
}

.text-plan>span {
    font-size: 13px;
    padding-top: 6px;
}

.text-plan-price {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.text-plan-price small {
    font-size: 14px;
}

.btn-plan,
a.btn-plan:link,
a.btn-plan:visited {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    padding: 13px 6px;
    line-height: 1;
}

.btn-plan.current-plan,
a.btn-plan.current-plan:link,
a.btn-plan.current-plan:visited {
    background: #fff;
    border-color: #fff;
    color: #131313;
    cursor: default;
}

.btn-plan .spinner {
    padding: 10px 0;
}

.user {
    min-height: 50px;
    display: table;
}

.user:before,
.user:after {
    content: " ";
    display: table;
}

.user .user-picture,
.user .user-picture.picture-round {
    display: table-cell;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    overflow: hidden;
    float: left;
    background: #f5f5f5;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
}

.user .user-picture.picture-square {
    border-radius: 0;
}

.user .user-picture img {
    height: 105%;
}

.user .user-data {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.user .user-data>p {
    margin: 0;
}

.user .user-name {
    font-family: "Avenir Next Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.user .user-email {
    color: #999;
}

.facebook-user {
    width: 100%;
    margin-top: -15px;
}

.facebook-user .user-picture {
    width: 50%;
    height: 100px;
    overflow: hidden;
    border-radius: 0;
    float: none;
    background: transparent;
    text-align: right;
    padding-right: 10px;
}

.facebook-user .user-picture img {
    height: 100px;
}

.facebook-user .user-data {
    width: 50%;
    padding-left: 10px;
}

.facebook-user .user-name {
    color: #333;
}

.facebook-user .user-email {
    color: #999;
}

.existingUser {
    min-height: 50px;
}

.domain-nap .page-header .logo {
    width: 132px;
    height: 84px;
    background: url(../../../../images/logo_napster_new_final.png?v=3.8) no-repeat;
    background-size: 132px 84px;
}

.domain-nap.partner-vivo .page-header .logo {
    width: 316px;
    height: 30px;
    background: url(../../../../images/logo_napster_vivomusica.png?v=3.8) no-repeat;
    background-size: 316px 30px;
}

.domain-nap.partner-speedy .page-header .logo {
    width: 316px;
    background: url(../../../../images/logo_napster_speedy.png?v=3.8) no-repeat;
    background-size: 316px 30px;
}

.domain-nap.partner-movistar .page-header .logo {
    width: 316px;
    background: url(../../../../images/logo_napster_movistar.png?v=3.8) no-repeat;
    background-size: 316px 30px;
}

.domain-nap.partner-wind .page-header .logo {
    width: 283px;
    height: 50px;
    background: url(../../../../images/logo_napster_wind.png?v=3.8) no-repeat;
    background-size: 283px 50px;
}

.domain-nap.partner-hartlauer .page-header .logo {
    width: 220px;
    background: url(../../../../images/logo_napster_hartlauer.png?v=3.8) no-repeat;
    background-size: 220px 30px;
}

.domain-nap.partner-o2 .page-header .logo {
    width: 327px;
    height: 60px;
    background: url(../../../../images/logo_napster_o2.png?v=3.8) no-repeat;
    background-size: 327px 60px;
}

.domain-nap.app-order.order-napster4good .page-header .logo {
    width: 316px;
    background: url(../../../../images/logo_napster_napster4good.png?v=3.8) no-repeat;
    background-size: 316px 30px;
}

.domain-nap.partner-tmobile .page-header .logo {
    width: 252px;
    background: url(../../../../images/logo_napster_tmobile.png?v=3.8) no-repeat;
    background-size: 252px 30px;
}

.domain-nap.app-order.partner-tmobile.metropcs .page-header .logo {
    width: 252px;
    background: url(../../../../images/logo_napster_metropcs.png?v=3.8) no-repeat;
    background-size: 252px 30px;
}

.domain-nap.app-order.partner-tmobile.sprint .page-header .logo {
    width: 316px;
    background: url(../../../../images/logo_napster_sprint.png?v=3.8) no-repeat;
    background-size: 316px 30px;
}

.domain-nap.order-costco .page-header .logo {
    width: 239px;
    background: url(../../../../images/logo_napster_costco.png?v=3.8) no-repeat;
    background-size: 239px 30px;
}

.domain-nap.order-twitter .page-header .logo {
    width: 123px;
    background: url(../../../../images/logo_napster_twitter.png?v=3.8) no-repeat;
    background-size: 123px 30px;
}

.domain-nap.partner-corinthians .page-header .logo {
    width: 299px;
    background: url(../../../../images/logo_napster_corinthians.png?v=3.8) no-repeat;
    background-size: 299px 30px;
}

.domain-nap.partner-mmusica .page-header .logo {
    width: 299px;
    height: 50px;
    background: url(../../../../images/logo_napster_mmusica.png?v=3.8) no-repeat;
    background-size: 299px 50px;
}

.domain-nap.partner-windd .page-header .logo {
    width: 0;
    height: 0;
    background: none;
}

body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) .page-header {
    padding: 15px 0;
}

body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) .page-content.container {
    padding: 0;
    width: 100%;
}

body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) .page-content-container {
    padding: 15px;
}

body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) .page-content-header {
    background: #edf4f7;
    max-width: none;
    margin: 0;
    padding: 0;
}

body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) .page-content-header h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 24px;
    text-align: left;
}

body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) fieldset {
    padding: 15px 0;
}

.skin-amazon .btn-facebook,
.skin-amazon .btn-amazon {
    width: 92.5%;
    font-size: 16px;
    padding: 16px 24px 16px 48px;
    margin: 0 auto;
    border: none !important;
}

.btn-amazon {
    background-color: #F6961D !important;
    color: #131313 !important;
}

.btn-amazon img {
    display: none;
}

.btn-facebook {
    background-color: #3879EA !important;
}

.skin-amazon .btn-amazon-placeholder {
    height: 52px;
    position: relative;
}

.skin-amazon .btn-amazon-placeholder img {
    position: absolute;
    left: 50%;
    margin-left: -97px;
}

.skin-amazon .btn-amazon-placeholder img:first-child {
    opacity: 1;
    border: 1px solid black;
    border-radius: 999px;
    max-height: 100% !important;
}

.skin-amazon .btn-amazon-placeholder img:nth-child(2) {
    width: 195px;
    max-height: 46px !important;
}

@media(min-width:768px) {
    html {
        height: 100%;
    }

    body {
        padding-bottom: 120px;
    }

    .container {
        width: 100%;
    }

    .page-footer {
        position: absolute;
        bottom: 0;
    }

    .modal-dialog {
        margin: 50px auto;
    }

    .modal-body .page-content {
        max-height: 260px;
    }

    .page-footer nav ul li {
        display: inline;
    }

    .form-control {
        font-size: 16px;
        line-height: 1.33;
    }

    .form-button {
        padding-top: 30px;
    }

    .btn,
    a.btn:link,
    a.btn:visited {
        font-size: 20px;
        padding: 18px 12px;
    }

    .btn-auto,
    a.btn-auto:link,
    a.btn-auto:visited {
        padding: 18px 90px;
        margin: 0 auto;
        width: auto;
    }

    .btn-facebook,
    .btn-google,
    .btn-amazon {
        font-size: 18px;
    }

    .btn-facebook:before,
    .btn-google:before,
    .btn-amazon:before {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }

    .btn.btn-large {
        padding: 18px 90px;
        font-size: 20px;
    }

    .btn.btn-small {
        padding: 15px 20px;
        font-size: 16px;
    }

    .form-control-static {
        font-size: 16px;
    }

    a.form-control-link:link,
    a.form-control-link:visited {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        font-family: Avenir Next;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: rgba(19, 19, 19, 0.6);
    }

    .form-group:not(.col-xs-8):not(.col-sm-8):not(.col-xs-12):not(.col-sm-12)>a.form-control-link:link,
    .form-group:not(.col-xs-8):not(.col-sm-8):not(.col-xs-12):not(.col-sm-12)>a.form-control-link:visited {
        height: 48px;
        line-height: 48px;
    }

    .form-group:only-child>a.form-control-link:link,
    .form-group:only-child>a.form-control-link:visited {
        display: block;
        vertical-align: middle;
        margin-top: -15px;
    }

    fieldset:not(:last-child)>div:last-child>.form-group:only-child>a.form-control-link {
        height: initial;
    }

    .input-addon {
        height: 44px;
    }

    .input-addon .radio,
    .input-addon .checkbox,
    .input-group-addon .radio,
    .input-group-addon .checkbox {
        height: 44px;
        line-height: 44px;
    }

    .input-addon button.btn-info,
    .input-addon a.btn-info:link,
    .input-addon a.btn-info:visited,
    .input-group-addon button.btn-info,
    .input-group-addon a.btn-info:link,
    .input-group-addon a.btn-info:visited {
        height: 44px;
    }

    .input-addon a.form-control-link:link,
    .input-addon a.form-control-link:visited,
    .input-group-addon a.form-control-link:link,
    .input-group-addon a.form-control-link:visited,
    .input-addon a.btn-link:link,
    .input-addon a.btn-link:visited,
    .input-group-addon a.btn-link:link,
    .input-group-addon a.btn-link:visited {
        padding: 0 15px;
        margin: 0;
        color: rgba(19, 19, 19, 0.6);
        width: auto;
        line-height: 44px;
        text-indent: 0;
        font-family: Avenir Next;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
    }

    .input-addon a.form-control-link:hover,
    .input-addon a.form-control-link:active,
    .input-addon a.form-control-link:focus {
        text-decoration: underline;
    }

    .input-addon a.form-control-link:before,
    .input-group-addon a.form-control-link:before {
        display: none;
    }

    .bootstrap-select>button {
        height: 48px;
    }

    .btn .spinner {}

    .btn-plan .spinner {}

    .page-content-header {
        max-width: 500px;
        margin: 0 auto;
        margin-top: -2.5%;
    }

    .page-content-header h1 {
        padding: 0;
        font-size: 36px;
    }

    .page-content-header h1.col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .page-content-header h1.col-sm-offset-3 {
        margin-left: 25%;
    }

    .nap-confirm,
    .nap-warning {
        padding: 40px;
    }

    .nap-confirm h1,
    .nap-warning h1 {
        font-size: 46px;
    }

    .lead {
        max-width: 500px;
        margin: 0 auto;
    }

    .legal {
        padding: 0 100px;
    }

    .text-plan-current strong {
        display: inline;
    }

    .btn-plan,
    a.btn-plan:link,
    a.btn-plan:visited {
        font-size: 19px;
        padding: 13px;
    }

    body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) .page-content-header h1 {
        font-size: 30px;
        height: 65px;
        line-height: 65px;
        text-align: left;
        padding: 0 7px;
        margin-top: 0;
        margin-bottom: 0;
    }

    body[class*=partner-]:not(.partner-speedy):not(.partner-windd):not(.partner-movistar):not(.partner-pifde):not(.partner-wind):not(.partner-hartlauer):not(.partner-corinthians):not(.partner-mmusica) .form-control {
        height: 60px;
        padding: 10px 16px;
        font-size: 21px;
    }

    body[class*=partner-]:not(.partner-movistar) .form-control-static.static-phone-number {
        height: 60px;
        line-height: 60px;
        font-size: 21px;
    }
}

@media(min-width:800px) {
    .container {
        width: 800px;
    }
}

.grecaptcha-badge {
    z-index: 99999;
}

.news-container {
    text-align: center;
    background: #edf4f7;
    padding: 30px 30px;
    min-height: 100px;
    width: 100%;
    margin-bottom: 20px;
}

#offerTitle,
#offerTermsLink {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #151722;
}

label {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: rgba(19, 19, 19, 0.8);
}

.margin-top {
    margin-top: -2%;
}

.input-fields-font {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.input-fields-background {
    background: rgba(19, 19, 19, 0.05);
    border-color: transparent;
    border-radius: 4px;
    border-width: 2px;
}

.input-fields-background:focus {
    border-color: transparent;
}

.btn {
    transform: scale(1);
    filter: brightness(1);
    transition: transform 0.3s, filter 0.3s;
}

.btn:hover {
    transform: scale(0.96);
    filter: brightness(0.8);
    transition: transform 0.15s, filter 0.15s;
    cursor: pointer;
}

.button-new {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fcfcfc;
    background: #2259FF;
    border-radius: 999px;
    margin-top: -3%;
    padding: 2% 6%;
    height: 52px;
}

.button-new:hover,
.button-new:visited,
.button-new:active,
.button-new:focus {
    background: #2259FF;
}

.general-font-normal-16 {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #151722;
}

.gift-options-cycle {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #131313;
}

label.gift-options-radio {
    font-weight: 600;
    font-size: 16px;
}

a.gift-link {
    font-weight: 600;
    text-decoration: none;
    color: #131313;
    border: 1px solid rgba(19, 19, 19, 0.4);
    border-radius: 999px;
    padding: 1% 3%;
}

article.lead.text-center p {
    font-weight: 500;
}

#btn-facebook .spinner {
    background-color: inherit;
    border-color: inherit;
}

#userMessage {
    font-weight: 500;
}

div.exp-dropdown button {
    background-color: rgba(19, 19, 19, 0.05);
    border-radius: 999px !important;
}

div.exp-dropdown div {
    background-color: rgba(19, 19, 19, 0.05);
}

div.exp-dropdown li {
    background-color: rgba(19, 19, 19, 0.05);
}

div.exp-dropdown button span {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
}

div.exp-dropdown a {
    text-decoration: none;
    color: #131313;
}

div.exp-dropdown section:nth-child(1) {
    padding-right: 8px;
}

div.exp-dropdown section:nth-child(3) {
    padding-left: 8px;
}

#offer-text {
    background-color: #fff;
    padding: 0;
}

#offer-text,
#offer-text strong {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: rgba(19, 19, 19, 0.6);
}

.ty-icons {
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;
}

div.ty-icons img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}

div.ty-icons p {
    color: rgba(19, 19, 19, 0.6);
}

#launch-the-app p a {
    color: #2259FF;
}

#get-the-app a {
    margin-top: 15px;
    margin-bottom: 15px;
}

#city-label {
    display: none;
    color: #999;
    margin-top: -15px;
}

#city-label:before {
    margin-right: 5px;
}

#city-label.active {
    display: block;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    animation: fadein .5s;
}

#city-label.glyphicon {
    font-family: "Avenir Next Medium", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
}

#city-label.glyphicon:before {
    font-family: "Glyphicons Halflings";
}

.form-group:not(.col-xs-12):not(.col-sm-12)>#city-label.active {
    display: table-cell;
}

#payment-method-card .bootstrap-select>button:focus,
#payment-method-card .bootstrap-select.open {
    position: relative;
}

.social-divider-text {
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
    position: relative;
    color: lightgray;
    top: -0.6em;
    font-size: 1.5em;
}

.google-store-badge {
    height: 66px;
    width: 185px;
    display: inline-block;
}

.ios-store-badge {
    width: 135px;
    height: 40px;
    display: inline-block;
}

.windows-store-badge {
    width: 258px;
    height: 67px;
    display: inline-block;
}

.windows-store-get-it {
    width: 258px;
    margin-bottom: 20px;
}

.offer-warning-highlight {
    padding: 0;
}

.offer-warning-highlight li {
    background: #fff;
    padding: 5px 15px 5px 30px;
    margin: 0;
    color: #333;
    list-style-type: none;
    position: relative;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: rgba(19, 19, 19, 0.6);
}

.offer-warning-highlight li:before {
    content: "";
    position: absolute;
    background: #333;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 13px;
    left: 15px;
}

#threedsFrameDiv {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    left: 50%;
    margin-left: -245px;
    position: absolute;
    top: 5px;
    z-index: 105;
}

#threedsiFrame {
    height: 440px;
    width: 490px;
    border: 0;
}

.gift-plans {
    margin-top: 30px;
}

.gift-options {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.gift-option,
.radio.gift-option {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    float: left;
    margin: 8px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 96%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift-discount-price {
    color: rgba(19, 19, 19, 0.6);
}

.gift-options .gift-option:hover,
.gift-options input[type=radio]:checked+.gift-option {
    background: linear-gradient(180deg, #3879EA 0%, #2259FF 100%) !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4) !important;
    border-radius: 8px !important;
    color: #FCFCFC !important;
    cursor: pointer;
}

.gift-options .gift-option:hover .gift-discount-price,
.gift-options input[type=radio]:checked+.gift-option .gift-discount-price {
    color: rgba(252, 252, 252, 0.6);
}

.gift-options input[type=radio] {
    display: none;
}

.radio.gift-option label.field-label {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    display: block;
    width: 100%;
    padding: 5px;
    height: 105px;
    box-sizing: border-box;
    border: solid 2px #bec4c7;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.radio.gift-option label.field-label.checked,
.radio.gift-option label.field-label:hover {
    background: #eafae8;
    border: 2px solid #65BE7A;
}

.radio.gift-option label.field-label:before {
    display: none;
}

.gift-option strong {
    display: block;
    line-height: 18px;
    padding-bottom: 6px;
}

.gift-option strong span {
    display: block;
}

.gift-option s {
    display: block;
    color: #929292;
}

#payment-method-amazon {
    margin-left: -15px;
    margin-right: -15px;
}

#walletWidgetDiv {
    height: 228px;
}

#consentWidgetDiv {
    height: 120px;
    padding-top: 15px
}

#walletWidgetDiv iframe,
#consentWidgetDiv iframe {
    border-radius: 0 !important;
    border-color: #e8e8e8 !important;
}

#consentWidgetDiv.not-valid iframe {
    border-color: #c34331 !important;
    border-bottom: 0 none !important;
}

#payment-method-amazon #amazonError strong {
    color: #c34331;
    font-size: 12px;
    font-family: "Avenir Next Medium", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
    padding: 4px 10px;
    border: solid 1px #c34331;
    border-top: 0 none;
    margin: 0 15px;
    font-weight: normal;
    display: block;
}

.btn-scan,
.btn-scanned {
    color: #4ca7c3;
    font-size: 16px;
    width: 100%;
    font-family: "Avenir Next Medium", "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
    white-space: normal;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 18px 12px;
}

.btn-scan {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-scan span {
    background: url("../../../../images/icon_camera.png?v=3.8") no-repeat;
    background-size: 39px 39px;
    padding-left: 40px;
    background-position: 0 -9px;
    display: inline-block;
    height: 22px;
}

.btn-scanned span {
    background: url("../../../../images/icon_checkmark.png?v=3.8") no-repeat;
    background-size: 25.6px 25.6px;
    padding-left: 30px;
    background-position: 0 -5px;
    display: inline-block;
    height: 20px;
}

span.scan_finish {
    background: url("../../../../images/icon_checkmark.png?v=3.8") no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    display: inline;
    height: 20px;
}

.opt-toggle-pass {
    display: none;
}

.opt-signup .opt-default-pass {
    display: none;
}

.opt-signup .opt-toggle-pass {
    display: block;
}

.opt-signup .opt-toggle-pass .col-sm-4 {
    width: 100%;
}

.sms-highlight {
    color: #666;
    border: 1px solid #e2e2e2;
}

.sms-paragraph-for-top {
    padding-bottom: 20px;
    font-size: 18px;
}

.sms-paragraph-for-bottom {
    padding-top: 20px;
    font-size: 18px;
}

.opt-sms-exp-1 {
    background: transparent;
    border: 0 none;
    padding: 0;
}

.opt-sms-exp-1 #sms-description {
    display: none;
}

@media(min-width:768px) {
    #city-label {
        line-height: 1.33;
        padding: 12px 0;
        margin-top: 15px;
    }

    #city-label.active {
        display: table-cell;
    }

    .geoblock-info ul li {
        float: left;
        width: 50%;
    }

    .gift-option,
    .radio.gift-option label.field-label {
        font-size: 18px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
        position: relative;
    }

    .gift-item {
        width: 33%;
    }

    .gift-options {
        display: flex;
        justify-content: space-between;
    }

    .gift-plan {}

    .sms-highlight {
        max-width: 600px;
        margin: 0 auto;
    }

    #payment-method-amazon #amazonError strong {
        margin: 0 10px;
    }

    .opt-signup .opt-toggle-pass .col-sm-4 {
        width: 66.666666666%;
    }

    .opt-sms-exp-1 {
        max-width: 400px;
    }

    .opt-sms-exp-1 .col-sm-offset-1 {
        margin-left: 0;
    }

    .opt-sms-exp-1 .col-sm-5 {
        width: 50%;
    }
}

#save-cancel-payment a {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.glyphicon-large {
    font-size: 80px;
    font-style: normal;
}

h3.center {
    text-align: center;
}

div.divider {
    margin-top: 15px;
    height: 1px;
    background: rgba(19, 19, 19, 0.2);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.page-content-header.no-bottom-padding {
    padding-bottom: 0px;
}

 .btn-white {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-white .icon-svg {
   fill: #000;
 }

 .btn-white:hover,
 .btn-white:focus {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-white:hover .icon-svg,
 .btn-white:focus .icon-svg {
   fill: #181D38;
 }

 .btn-white:visited,
 .btn-white.visited {
   color: #181D38;
 }

 .btn-white:visited .icon-svg,
 .btn-white.visited .icon-svg {
   fill: #181D38;
 }

 .btn-white.disabled,
 .btn-white:disabled {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-white.disabled .icon-svg,
 .btn-white:disabled .icon-svg {
   fill: #000;
 }

 .btn-white.processing:before {
   border-color: rgba(24, 29, 56, 0.7);
   border-left-color: transparent;
 }

 .btn-white:not(:disabled):not(.disabled):active,
 .btn-white:not(:disabled):not(.disabled).active,
 .show>.btn-white.dropdown-toggle {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-white:not(:disabled):not(.disabled):active .icon-svg,
 .btn-white:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-white.dropdown-toggle .icon-svg {
   fill: #181D38;
 }

.gift-option .popular {
    width: 70px;
    height: 24px;
    left: 0px;
    top: 0px;
    background: #2259FF;
    border-radius: 8px 0px;
    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;
    font-size: 12px;
    color: #FCFCFC;
    position: absolute;
}