﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: CurrysSans,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

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: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -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
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: CurrysSans,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #213038;
    background-color: #fff
}

@font-face {
    font-family: 'CurrysSans';
    src: url("../../../fonts/CurrysSans/CurrysSans-Headline.woff");
    src: url("../../../fonts/CurrysSans/CurrysSans-Regular.woff");
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #008cc1;
    text-decoration: none
}

    a:hover, a:focus {
        color: #005575;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #ccc
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: CurrysSans,"Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 700;
    line-height: 1.044;
    color: #4C12A1
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 28px
}

h2, .h2 {
    font-size: 23px
}

h3, .h3 {
    font-size: 20px
}

h4, .h4 {
    font-size: 15px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 480px) {
    .lead {
        font-size: 22.5px
    }
}

small, .small {
    font-size: 100%
}

mark, .mark {
    background-color: #fff7d9;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #0076a3
}

a.text-primary:hover {
    color: #005170
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #cb003a
}

a.text-danger:hover {
    color: #98002b
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #0076a3
}

a.bg-primary:hover {
    background-color: #005170
}

.bg-success {
    background-color: #dbf2d9
}

a.bg-success:hover {
    background-color: #b7e5b3
}

.bg-info {
    background-color: #d9ebf1
}

a.bg-info:hover {
    background-color: #b4d7e3
}

.bg-warning {
    background-color: #fff7d9
}

a.bg-warning:hover {
    background-color: #ffeca6
}

.bg-danger {
    background-color: #f7d9e2
}

a.bg-danger:hover {
    background-color: #eeafc2
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #fafafa
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11px
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt, dd {
    line-height: 1.5
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 480px) {
    .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
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 18.75px;
    border-left: 5px solid #fafafa
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.5;
        color: #777
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #fafafa;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.5
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none
    }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

    .container:before, .container:after {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width: 480px) {
    .container {
        width: 480px
    }
}

@media (min-width: 720px) {
    .container {
        width: 720px
    }
}

@media (min-width: 960px) {
    .container {
        width: 960px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -10px;
    margin-right: -10px
}

    .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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
    float: left
}

.col-xs-1 {
    width: 4.16667%
}

.col-xs-2 {
    width: 8.33333%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-4 {
    width: 16.66667%
}

.col-xs-5 {
    width: 20.83333%
}

.col-xs-6 {
    width: 25%
}

.col-xs-7 {
    width: 29.16667%
}

.col-xs-8 {
    width: 33.33333%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-10 {
    width: 41.66667%
}

.col-xs-11 {
    width: 45.83333%
}

.col-xs-12 {
    width: 50%
}

.col-xs-13 {
    width: 54.16667%
}

.col-xs-14 {
    width: 58.33333%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-16 {
    width: 66.66667%
}

.col-xs-17 {
    width: 70.83333%
}

.col-xs-18 {
    width: 75%
}

.col-xs-19 {
    width: 79.16667%
}

.col-xs-20 {
    width: 83.33333%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-22 {
    width: 91.66667%
}

.col-xs-23 {
    width: 95.83333%
}

.col-xs-24 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 4.16667%
}

.col-xs-pull-2 {
    right: 8.33333%
}

.col-xs-pull-3 {
    right: 12.5%
}

.col-xs-pull-4 {
    right: 16.66667%
}

.col-xs-pull-5 {
    right: 20.83333%
}

.col-xs-pull-6 {
    right: 25%
}

.col-xs-pull-7 {
    right: 29.16667%
}

.col-xs-pull-8 {
    right: 33.33333%
}

.col-xs-pull-9 {
    right: 37.5%
}

.col-xs-pull-10 {
    right: 41.66667%
}

.col-xs-pull-11 {
    right: 45.83333%
}

.col-xs-pull-12 {
    right: 50%
}

.col-xs-pull-13 {
    right: 54.16667%
}

.col-xs-pull-14 {
    right: 58.33333%
}

.col-xs-pull-15 {
    right: 62.5%
}

.col-xs-pull-16 {
    right: 66.66667%
}

.col-xs-pull-17 {
    right: 70.83333%
}

.col-xs-pull-18 {
    right: 75%
}

.col-xs-pull-19 {
    right: 79.16667%
}

.col-xs-pull-20 {
    right: 83.33333%
}

.col-xs-pull-21 {
    right: 87.5%
}

.col-xs-pull-22 {
    right: 91.66667%
}

.col-xs-pull-23 {
    right: 95.83333%
}

.col-xs-pull-24 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 4.16667%
}

.col-xs-push-2 {
    left: 8.33333%
}

.col-xs-push-3 {
    left: 12.5%
}

.col-xs-push-4 {
    left: 16.66667%
}

.col-xs-push-5 {
    left: 20.83333%
}

.col-xs-push-6 {
    left: 25%
}

.col-xs-push-7 {
    left: 29.16667%
}

.col-xs-push-8 {
    left: 33.33333%
}

.col-xs-push-9 {
    left: 37.5%
}

.col-xs-push-10 {
    left: 41.66667%
}

.col-xs-push-11 {
    left: 45.83333%
}

.col-xs-push-12 {
    left: 50%
}

.col-xs-push-13 {
    left: 54.16667%
}

.col-xs-push-14 {
    left: 58.33333%
}

.col-xs-push-15 {
    left: 62.5%
}

.col-xs-push-16 {
    left: 66.66667%
}

.col-xs-push-17 {
    left: 70.83333%
}

.col-xs-push-18 {
    left: 75%
}

.col-xs-push-19 {
    left: 79.16667%
}

.col-xs-push-20 {
    left: 83.33333%
}

.col-xs-push-21 {
    left: 87.5%
}

.col-xs-push-22 {
    left: 91.66667%
}

.col-xs-push-23 {
    left: 95.83333%
}

.col-xs-push-24 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 4.16667%
}

.col-xs-offset-2 {
    margin-left: 8.33333%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-4 {
    margin-left: 16.66667%
}

.col-xs-offset-5 {
    margin-left: 20.83333%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-7 {
    margin-left: 29.16667%
}

.col-xs-offset-8 {
    margin-left: 33.33333%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-10 {
    margin-left: 41.66667%
}

.col-xs-offset-11 {
    margin-left: 45.83333%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-13 {
    margin-left: 54.16667%
}

.col-xs-offset-14 {
    margin-left: 58.33333%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-16 {
    margin-left: 66.66667%
}

.col-xs-offset-17 {
    margin-left: 70.83333%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-19 {
    margin-left: 79.16667%
}

.col-xs-offset-20 {
    margin-left: 83.33333%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-22 {
    margin-left: 91.66667%
}

.col-xs-offset-23 {
    margin-left: 95.83333%
}

.col-xs-offset-24 {
    margin-left: 100%
}

@media (min-width: 480px) {
    .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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
        float: left
    }

    .col-sm-1 {
        width: 4.16667%
    }

    .col-sm-2 {
        width: 8.33333%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-4 {
        width: 16.66667%
    }

    .col-sm-5 {
        width: 20.83333%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-7 {
        width: 29.16667%
    }

    .col-sm-8 {
        width: 33.33333%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-10 {
        width: 41.66667%
    }

    .col-sm-11 {
        width: 45.83333%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-13 {
        width: 54.16667%
    }

    .col-sm-14 {
        width: 58.33333%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-16 {
        width: 66.66667%
    }

    .col-sm-17 {
        width: 70.83333%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-19 {
        width: 79.16667%
    }

    .col-sm-20 {
        width: 83.33333%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-22 {
        width: 91.66667%
    }

    .col-sm-23 {
        width: 95.83333%
    }

    .col-sm-24 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 4.16667%
    }

    .col-sm-pull-2 {
        right: 8.33333%
    }

    .col-sm-pull-3 {
        right: 12.5%
    }

    .col-sm-pull-4 {
        right: 16.66667%
    }

    .col-sm-pull-5 {
        right: 20.83333%
    }

    .col-sm-pull-6 {
        right: 25%
    }

    .col-sm-pull-7 {
        right: 29.16667%
    }

    .col-sm-pull-8 {
        right: 33.33333%
    }

    .col-sm-pull-9 {
        right: 37.5%
    }

    .col-sm-pull-10 {
        right: 41.66667%
    }

    .col-sm-pull-11 {
        right: 45.83333%
    }

    .col-sm-pull-12 {
        right: 50%
    }

    .col-sm-pull-13 {
        right: 54.16667%
    }

    .col-sm-pull-14 {
        right: 58.33333%
    }

    .col-sm-pull-15 {
        right: 62.5%
    }

    .col-sm-pull-16 {
        right: 66.66667%
    }

    .col-sm-pull-17 {
        right: 70.83333%
    }

    .col-sm-pull-18 {
        right: 75%
    }

    .col-sm-pull-19 {
        right: 79.16667%
    }

    .col-sm-pull-20 {
        right: 83.33333%
    }

    .col-sm-pull-21 {
        right: 87.5%
    }

    .col-sm-pull-22 {
        right: 91.66667%
    }

    .col-sm-pull-23 {
        right: 95.83333%
    }

    .col-sm-pull-24 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 4.16667%
    }

    .col-sm-push-2 {
        left: 8.33333%
    }

    .col-sm-push-3 {
        left: 12.5%
    }

    .col-sm-push-4 {
        left: 16.66667%
    }

    .col-sm-push-5 {
        left: 20.83333%
    }

    .col-sm-push-6 {
        left: 25%
    }

    .col-sm-push-7 {
        left: 29.16667%
    }

    .col-sm-push-8 {
        left: 33.33333%
    }

    .col-sm-push-9 {
        left: 37.5%
    }

    .col-sm-push-10 {
        left: 41.66667%
    }

    .col-sm-push-11 {
        left: 45.83333%
    }

    .col-sm-push-12 {
        left: 50%
    }

    .col-sm-push-13 {
        left: 54.16667%
    }

    .col-sm-push-14 {
        left: 58.33333%
    }

    .col-sm-push-15 {
        left: 62.5%
    }

    .col-sm-push-16 {
        left: 66.66667%
    }

    .col-sm-push-17 {
        left: 70.83333%
    }

    .col-sm-push-18 {
        left: 75%
    }

    .col-sm-push-19 {
        left: 79.16667%
    }

    .col-sm-push-20 {
        left: 83.33333%
    }

    .col-sm-push-21 {
        left: 87.5%
    }

    .col-sm-push-22 {
        left: 91.66667%
    }

    .col-sm-push-23 {
        left: 95.83333%
    }

    .col-sm-push-24 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-offset-4 {
        margin-left: 16.66667%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-offset-7 {
        margin-left: 29.16667%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-offset-10 {
        margin-left: 41.66667%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-offset-13 {
        margin-left: 54.16667%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-offset-16 {
        margin-left: 66.66667%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-offset-19 {
        margin-left: 79.16667%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-offset-22 {
        margin-left: 91.66667%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333%
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 720px) {
    .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
        float: left
    }

    .col-md-1 {
        width: 4.16667%
    }

    .col-md-2 {
        width: 8.33333%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-4 {
        width: 16.66667%
    }

    .col-md-5 {
        width: 20.83333%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-7 {
        width: 29.16667%
    }

    .col-md-8 {
        width: 33.33333%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-10 {
        width: 41.66667%
    }

    .col-md-11 {
        width: 45.83333%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-13 {
        width: 54.16667%
    }

    .col-md-14 {
        width: 58.33333%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-16 {
        width: 66.66667%
    }

    .col-md-17 {
        width: 70.83333%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-19 {
        width: 79.16667%
    }

    .col-md-20 {
        width: 83.33333%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-22 {
        width: 91.66667%
    }

    .col-md-23 {
        width: 95.83333%
    }

    .col-md-24 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 4.16667%
    }

    .col-md-pull-2 {
        right: 8.33333%
    }

    .col-md-pull-3 {
        right: 12.5%
    }

    .col-md-pull-4 {
        right: 16.66667%
    }

    .col-md-pull-5 {
        right: 20.83333%
    }

    .col-md-pull-6 {
        right: 25%
    }

    .col-md-pull-7 {
        right: 29.16667%
    }

    .col-md-pull-8 {
        right: 33.33333%
    }

    .col-md-pull-9 {
        right: 37.5%
    }

    .col-md-pull-10 {
        right: 41.66667%
    }

    .col-md-pull-11 {
        right: 45.83333%
    }

    .col-md-pull-12 {
        right: 50%
    }

    .col-md-pull-13 {
        right: 54.16667%
    }

    .col-md-pull-14 {
        right: 58.33333%
    }

    .col-md-pull-15 {
        right: 62.5%
    }

    .col-md-pull-16 {
        right: 66.66667%
    }

    .col-md-pull-17 {
        right: 70.83333%
    }

    .col-md-pull-18 {
        right: 75%
    }

    .col-md-pull-19 {
        right: 79.16667%
    }

    .col-md-pull-20 {
        right: 83.33333%
    }

    .col-md-pull-21 {
        right: 87.5%
    }

    .col-md-pull-22 {
        right: 91.66667%
    }

    .col-md-pull-23 {
        right: 95.83333%
    }

    .col-md-pull-24 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 4.16667%
    }

    .col-md-push-2 {
        left: 8.33333%
    }

    .col-md-push-3 {
        left: 12.5%
    }

    .col-md-push-4 {
        left: 16.66667%
    }

    .col-md-push-5 {
        left: 20.83333%
    }

    .col-md-push-6 {
        left: 25%
    }

    .col-md-push-7 {
        left: 29.16667%
    }

    .col-md-push-8 {
        left: 33.33333%
    }

    .col-md-push-9 {
        left: 37.5%
    }

    .col-md-push-10 {
        left: 41.66667%
    }

    .col-md-push-11 {
        left: 45.83333%
    }

    .col-md-push-12 {
        left: 50%
    }

    .col-md-push-13 {
        left: 54.16667%
    }

    .col-md-push-14 {
        left: 58.33333%
    }

    .col-md-push-15 {
        left: 62.5%
    }

    .col-md-push-16 {
        left: 66.66667%
    }

    .col-md-push-17 {
        left: 70.83333%
    }

    .col-md-push-18 {
        left: 75%
    }

    .col-md-push-19 {
        left: 79.16667%
    }

    .col-md-push-20 {
        left: 83.33333%
    }

    .col-md-push-21 {
        left: 87.5%
    }

    .col-md-push-22 {
        left: 91.66667%
    }

    .col-md-push-23 {
        left: 95.83333%
    }

    .col-md-push-24 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 4.16667%
    }

    .col-md-offset-2 {
        margin-left: 8.33333%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-offset-4 {
        margin-left: 16.66667%
    }

    .col-md-offset-5 {
        margin-left: 20.83333%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-offset-7 {
        margin-left: 29.16667%
    }

    .col-md-offset-8 {
        margin-left: 33.33333%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-offset-10 {
        margin-left: 41.66667%
    }

    .col-md-offset-11 {
        margin-left: 45.83333%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-offset-13 {
        margin-left: 54.16667%
    }

    .col-md-offset-14 {
        margin-left: 58.33333%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-offset-16 {
        margin-left: 66.66667%
    }

    .col-md-offset-17 {
        margin-left: 70.83333%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-offset-19 {
        margin-left: 79.16667%
    }

    .col-md-offset-20 {
        margin-left: 83.33333%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-offset-22 {
        margin-left: 91.66667%
    }

    .col-md-offset-23 {
        margin-left: 95.83333%
    }

    .col-md-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 960px) {
    .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
        float: left
    }

    .col-lg-1 {
        width: 4.16667%
    }

    .col-lg-2 {
        width: 8.33333%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-4 {
        width: 16.66667%
    }

    .col-lg-5 {
        width: 20.83333%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-7 {
        width: 29.16667%
    }

    .col-lg-8 {
        width: 33.33333%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-10 {
        width: 41.66667%
    }

    .col-lg-11 {
        width: 45.83333%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-13 {
        width: 54.16667%
    }

    .col-lg-14 {
        width: 58.33333%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-16 {
        width: 66.66667%
    }

    .col-lg-17 {
        width: 70.83333%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-19 {
        width: 79.16667%
    }

    .col-lg-20 {
        width: 83.33333%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-22 {
        width: 91.66667%
    }

    .col-lg-23 {
        width: 95.83333%
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 4.16667%
    }

    .col-lg-pull-2 {
        right: 8.33333%
    }

    .col-lg-pull-3 {
        right: 12.5%
    }

    .col-lg-pull-4 {
        right: 16.66667%
    }

    .col-lg-pull-5 {
        right: 20.83333%
    }

    .col-lg-pull-6 {
        right: 25%
    }

    .col-lg-pull-7 {
        right: 29.16667%
    }

    .col-lg-pull-8 {
        right: 33.33333%
    }

    .col-lg-pull-9 {
        right: 37.5%
    }

    .col-lg-pull-10 {
        right: 41.66667%
    }

    .col-lg-pull-11 {
        right: 45.83333%
    }

    .col-lg-pull-12 {
        right: 50%
    }

    .col-lg-pull-13 {
        right: 54.16667%
    }

    .col-lg-pull-14 {
        right: 58.33333%
    }

    .col-lg-pull-15 {
        right: 62.5%
    }

    .col-lg-pull-16 {
        right: 66.66667%
    }

    .col-lg-pull-17 {
        right: 70.83333%
    }

    .col-lg-pull-18 {
        right: 75%
    }

    .col-lg-pull-19 {
        right: 79.16667%
    }

    .col-lg-pull-20 {
        right: 83.33333%
    }

    .col-lg-pull-21 {
        right: 87.5%
    }

    .col-lg-pull-22 {
        right: 91.66667%
    }

    .col-lg-pull-23 {
        right: 95.83333%
    }

    .col-lg-pull-24 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 4.16667%
    }

    .col-lg-push-2 {
        left: 8.33333%
    }

    .col-lg-push-3 {
        left: 12.5%
    }

    .col-lg-push-4 {
        left: 16.66667%
    }

    .col-lg-push-5 {
        left: 20.83333%
    }

    .col-lg-push-6 {
        left: 25%
    }

    .col-lg-push-7 {
        left: 29.16667%
    }

    .col-lg-push-8 {
        left: 33.33333%
    }

    .col-lg-push-9 {
        left: 37.5%
    }

    .col-lg-push-10 {
        left: 41.66667%
    }

    .col-lg-push-11 {
        left: 45.83333%
    }

    .col-lg-push-12 {
        left: 50%
    }

    .col-lg-push-13 {
        left: 54.16667%
    }

    .col-lg-push-14 {
        left: 58.33333%
    }

    .col-lg-push-15 {
        left: 62.5%
    }

    .col-lg-push-16 {
        left: 66.66667%
    }

    .col-lg-push-17 {
        left: 70.83333%
    }

    .col-lg-push-18 {
        left: 75%
    }

    .col-lg-push-19 {
        left: 79.16667%
    }

    .col-lg-push-20 {
        left: 83.33333%
    }

    .col-lg-push-21 {
        left: 87.5%
    }

    .col-lg-push-22 {
        left: 91.66667%
    }

    .col-lg-push-23 {
        left: 95.83333%
    }

    .col-lg-push-24 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-4 {
        margin-left: 16.66667%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-7 {
        margin-left: 29.16667%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-10 {
        margin-left: 41.66667%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-13 {
        margin-left: 54.16667%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-16 {
        margin-left: 66.66667%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-19 {
        margin-left: 79.16667%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-22 {
        margin-left: 91.66667%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333%
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 4px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dbf2d9
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #c9ebc6
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9ebf1
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c6e1ea
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fff7d9
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #fff2c0
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f7d9e2
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #f3c4d2
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 479px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #fafafa;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 36px
    }

        input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
            line-height: 34px
        }

        input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
            line-height: 48px
        }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

    .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="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0px
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 34px;
    line-height: 34px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0px
}

.form-group-sm select.form-control {
    height: 34px;
    line-height: 34px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 0px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 48px;
    line-height: 48px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 0px
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 45px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px
}

.has-success .help-block, .has-success .has-error label.has-error, .has-error .has-success label.has-error, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dbf2d9
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .has-error label.has-error, .has-error .has-warning label.has-error, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fff7d9
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error label.has-error, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #cb003a
}

.has-error .form-control {
    border-color: #cb003a;
    -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: #98002b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ff326d;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ff326d
    }

.has-error .input-group-addon {
    color: #cb003a;
    border-color: #cb003a;
    background-color: #f7d9e2
}

.has-error .form-control-feedback {
    color: #cb003a
}

.has-feedback label ~ .form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block, .has-error label.has-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 480px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media (min-width: 480px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width: 480px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width: 480px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        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;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #0076a3;
    border-color: #00648a
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #005170;
        border-color: #00374c
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #0076a3;
        border-color: #00648a
    }

    .btn-primary .badge {
        color: #0076a3;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #4C12A1;
    border-color: #4C12A1
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #008cc1;
    font-weight: normal;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #005575;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 0px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .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: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -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: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        color: #333;
        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: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0076a3
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .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-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap
}

.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: 2px
}

@media (min-width: 480px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.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 {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

    .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: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 0px
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 15px;
        border-radius: 0px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 19px;
        border-radius: 0px
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-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 > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:before, .nav:after {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #fafafa
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fafafa;
        border-color: #008cc1
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.5;
            border: 1px solid transparent;
            border-radius: 0px 0px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #fafafa #fafafa #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #0076a3
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width: 480px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0px
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media (min-width: 480px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.alert {
    padding: 10px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: bold
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 30px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dbf2d9;
    border-color: #cfebc6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #bfe5b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9ebf1;
    border-color: #bfe4e7;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #acdce1
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fff7d9;
    border-color: #ffe7c0;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #ffdda6
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f7d9e2;
    border-color: #f3c4da;
    color: #cb003a
}

    .alert-danger hr {
        border-top-color: #eeafcc
    }

    .alert-danger .alert-link {
        color: #98002b
    }

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #fafafa;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0076a3;
    border-color: #0076a3
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #70d8ff
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dbf2d9
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #c9ebc6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9ebf1
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c6e1ea
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fff7d9
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #fff2c0
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #cb003a;
    background-color: #f7d9e2
}

a.list-group-item-danger {
    color: #cb003a
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #cb003a;
        background-color: #f3c4d2
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #cb003a;
        border-color: #cb003a
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table
    }

    .panel-body:after {
        clear: both
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1px;
            border-bottom-right-radius: -1px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ccc
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ccc
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ccc
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ccc
    }

.panel-primary {
    border-color: #0076a3
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0076a3;
        border-color: #0076a3
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0076a3
        }

        .panel-primary > .panel-heading .badge {
            color: #0076a3;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0076a3
    }

.panel-success {
    border-color: #cfebc6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dbf2d9;
        border-color: #cfebc6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #cfebc6
        }

        .panel-success > .panel-heading .badge {
            color: #dbf2d9;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #cfebc6
    }

.panel-info {
    border-color: #bfe4e7
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9ebf1;
        border-color: #bfe4e7
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bfe4e7
        }

        .panel-info > .panel-heading .badge {
            color: #d9ebf1;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bfe4e7
    }

.panel-warning {
    border-color: #ffe7c0
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fff7d9;
        border-color: #ffe7c0
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ffe7c0
        }

        .panel-warning > .panel-heading .badge {
            color: #fff7d9;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ffe7c0
    }

.panel-danger {
    border-color: #f3c4da
}

    .panel-danger > .panel-heading {
        color: #cb003a;
        background-color: #f7d9e2;
        border-color: #f3c4da
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #f3c4da
        }

        .panel-danger > .panel-heading .badge {
            color: #f7d9e2;
            background-color: #cb003a
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #f3c4da
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-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);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0px;
    -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: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: 0.5
    }

.modal-header {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #ccc;
    min-height: 10px 10px 10px 20px1.5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 30px
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #ccc
}

    .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
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 480px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 720px) {
    .modal-lg {
        width: 900px
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: CurrysSans,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0px;
    -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: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 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: #999;
    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: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    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: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    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: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 480px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.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 {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 479px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 479px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 479px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 479px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 480px) and (max-width: 719px) {
    .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: 480px) and (max-width: 719px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 480px) and (max-width: 719px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 480px) and (max-width: 719px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 720px) and (max-width: 959px) {
    .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: 720px) and (max-width: 959px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 720px) and (max-width: 959px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 720px) and (max-width: 959px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 960px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 960px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 960px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 960px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 479px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 480px) and (max-width: 719px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 720px) and (max-width: 959px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 960px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

#content {
    background-color: #fff
}

main.container {
    padding: 5px 10px
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin: 0 0 186px;
    text-align: center
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 186px;
    width: 100%
}

.login article, .my-profile article {
    text-align: center
}

    .login article .form-group, .my-profile article .form-group {
        text-align: left
    }

        .login article .form-group label, .my-profile article .form-group label {
            font-weight: normal
        }

    .login article .intro, .my-profile article .intro {
        font-size: 15px;
        margin: 30px 0 40px
    }

.login #profile > .list-group, .my-profile #profile > .list-group {
    text-align: left
}

.login #profile.align-left, .my-profile #profile.align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

hr {
    margin-top: 12px;
    margin-bottom: 12px
}

@media only screen and (min-width: 480px) {
    hr {
        margin-top: 22px;
        margin-bottom: 22px
    }
}

header {
    margin-top: 5px;
    text-align: center
}

@media only screen and (min-width: 720px) {
    header {
        min-height: 70px;
        margin-top: 15px
    }
}

header .offcanvas-toggle {
    display: block;
    height: 34px;
    width: 34px;
    padding: 10px 6px 0 6px;
    margin: 13px 10px 0 0;
    cursor: pointer
}

    header .offcanvas-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #333
    }

        header .offcanvas-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

header .btn-toggle-search {
    border-color: transparent;
    border-radius: 0;
    font-size: 24px;
    height: 70px;
    width: 60px;
    padding-top: 18px;
    margin-right: 20px;
    color: #333;
    background-color: #777
}

    header .btn-toggle-search:hover, header .btn-toggle-search:focus, header .btn-toggle-search:active {
        color: #333;
        background-color: #777;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .btn-toggle-search.collapsed, header .btn-toggle-search.collapsed:hover, header .btn-toggle-search.collapsed:focus, header .btn-toggle-search.collapsed:active {
        color: #333;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

header .logo {
    margin: 0 0 5px 0;
    top: 0
}

    header .logo h1 {
        background: url("/Content/Dixons/Images/yourplan.png") no-repeat;
        background-size: 25%;
        width: 135px;
        text-indent: -9999px;
        padding: 13px 50px;
        margin: 10px 0 10px 5px;
        font-size: 17px
    }

@media only screen and (min-width: 480px) {
    header .logo h1 {
        display: inline-block;
        width: 175px;
        padding: 13px 50px 20px
    }
}

@media only screen and (min-width: 720px) {
    header .logo h1 {
        width: 200px;
        padding: 13px 50px 30px
    }
}

@media only screen and (min-width: 960px) {
    header .logo h1 {
        width: 250px;
        padding: 13px 50px 50px
    }
}

@media only screen and (min-width: 720px) {
    header .logo {
        left: auto;
        margin-left: 0;
        min-width: 208px;
        text-align: left
    }
}

header .logo > a {
    text-decoration: none
}

    header .logo > a span {
        display: none;
        font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
        font-size: 16px;
        color: #502f72;
        position: relative;
        margin-left: 5px
    }

@media only screen and (min-width: 720px) {
    header .logo > a span {
        display: inline-block;
        top: 4px
    }
}

@media only screen and (min-width: 960px) {
    header .logo > a span {
        top: 12px;
        font-size: 19px;
        margin-left: 10px
    }
}

header .img-logo-header-left {
    height: 110px !important;
}

header .img-logo-header-right {
    margin-top: 60px !important;
}

header .img-logo {
    height: 20px;
    margin-top: 18px
}

@media only screen and (min-width: 480px) {
    header .img-logo {
        margin-top: 14px;
        height: 35px
    }
}

@media only screen and (min-width: 720px) {
    header .img-logo {
        margin-top: 16px
    }
}

@media only screen and (min-width: 960px) {
    header .img-logo {
        margin-top: 22px
    }
}

header .tagline {
    font-size: 38px;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: 700;
    height: 50px;
    padding: 22px 0 0 20px
}

header .nav-main {
    margin-top: 3px
}

    header .nav-main > li > .dropdown-menu {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

@media only screen and (min-width: 720px) {
    header .nav-metamenu-wrapper {
        min-width: 208px
    }
}

@media only screen and (min-width: 960px) {
    header .nav-metamenu-wrapper {
        width: 323px
    }
}

header .nav-metamenu {
    display: inline-block;
    clear: both;
    font-size: 12px;
    margin-top: 13px
}

@media only screen and (min-width: 480px) {
    header .nav-metamenu {
        margin-top: 14px
    }
}

@media only screen and (min-width: 720px) {
    header .nav-metamenu {
        margin-top: 16px
    }
}

@media only screen and (min-width: 960px) {
    header .nav-metamenu {
        margin-top: 22px
    }
}

header .nav-metamenu a {
    color: #000000
}

    header .nav-metamenu a i {
        font-size: 18px;
        display: block;
        margin-top: -10px
    }

header .nav-metamenu li.active > a {
    background: none;
    color: #0076a3
}

    header .nav-metamenu li.active > a:hover {
        background: none;
        color: #005170
    }

header .nav-metamenu li:hover > a {
    background: none;
    color: #005170
}

header .container {
    min-height: 45px;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    position: relative
}

footer {
    background-color: #ffffff
}

    footer a {
        color: #767676
    }

        footer a:hover, footer a:focus {
            color: #434343;
            text-decoration: none
        }

    footer .poweredby {
        font-family: CurrysSans,Arial;
        color: #767676;
        font-size: 12px
    }

@media only screen and (min-width: 720px) {
    footer .poweredby {
        margin-left: -40px
    }
}

@media only screen and (min-width: 960px) {
    footer .poweredby {
        margin-left: 0px
    }
}

footer #logo-creation {
    margin-top: 20px;
    float: none !important;
    text-align: center;
    white-space: nowrap
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff
}

footer .footer-nav {
    background-color: #ffffff
}

    footer .footer-nav .container {
        border-top: 1px solid #cccccc
    }

    footer .footer-nav .footer-links {
        list-style: none;
        text-align: center;
        margin-top: 25px;
        padding-left: 0
    }

        footer .footer-nav .footer-links li {
            display: block;
            margin: 0 auto 30px auto;
            font-size: 14px;
            font-family: CurrysSans,"Gotham SSm A","Gotham SSm B",sans-serif
        }

@media only screen and (min-width: 720px) {
    footer .footer-nav .footer-links li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 20px;
        padding-left: 20px;
        border-left: 1px solid #767676
    }

        footer .footer-nav .footer-links li:first-child {
            padding-left: 0;
            border-left: 0
        }

        footer .footer-nav .footer-links li:last-child {
            margin-right: 0
        }
}

footer .footer-menu {
    padding: 20px 0;
    background-color: #ffffff;
    color: #fff;
    text-align: center
}

a, .btn, .form-control {
    transition: color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s, text-decoration 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s
}

p {
    line-height: 2
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 33px;
    margin-bottom: 28px
}

h2 {
    margin-bottom: 17px
}

h3 {
    margin-top: 27px
}

h4 {
    margin-top: 4px;
    margin-bottom: 4px
}

@media only screen and (min-width: 480px) {
    h4 {
        margin-bottom: 16px;
        margin-top: 2px
    }
}

label strong {
    font-size: 17px
}

.lead {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-top: -8px;
    margin-bottom: 43px
}

@media (min-width: 480px) {
    .lead {
        font-size: 18px
    }
}

@font-face {
    font-family: 'moon-icons';
    src: url("../fonts/icons/icons.eot?mn9aw3");
    src: url("../fonts/icons/icons.eot?#iefixmn9aw3") format("embedded-opentype"),url("../fonts/icons/icons.woff?mn9aw3") format("woff"),url("../fonts/icons/icons.ttf?mn9aw3") format("truetype"),url("../fonts/icons/icons.svg?mn9aw3#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

.btn {
    font-family: CurrysSans,"Gotham SSm A","Gotham SSm B",sans-serif;
    font-weight: bold;
    padding: 9px 8px;
    white-space: inherit
}

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        opacity: 1
    }

    .btn i.busy-indicator {
        display: none
    }

.btn-busy i.fa {
    display: none
}

.btn-busy i.busy-indicator {
    display: inline-block
}

.btn-success {
    border-color: #357714;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.25);
    background-image: -webkit-linear-gradient(top, #4C12A1 0%, #4C12A1 100%);
    background-image: -o-linear-gradient(top, #4C12A1 0%, #4C12A1 100%);
    background-image: linear-gradient(to bottom, #4C12A1 0%, #4C12A1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF64B222', endColorstr='#FF4C9726', GradientType=0)
}

    .btn-success:hover, .btn-success:active {
        background: #4c9726;
        background-image: -webkit-linear-gradient(top, #5aa01f 0%, #482 100%);
        background-image: -o-linear-gradient(top, #5aa01f 0%, #482 100%);
        background-image: linear-gradient(to bottom, #5aa01f 0%, #482 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5AA01F', endColorstr='#FF448822', GradientType=0)
    }

    .btn-success.btn-lg {
        padding: 12px 16px;
        margin-top: 24px;
        margin-bottom: 5px
    }

.btn-secondary {
    color: #555555;
    padding: 8px;
    border-color: #bdbdbd;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.25);
    background-image: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDEDED', endColorstr='#FFDEDEDE', GradientType=0)
}

    .btn-secondary:hover, .btn-secondary:active {
        background-image: -webkit-linear-gradient(top, #dedede 0%, #c9c9c9 100%);
        background-image: -o-linear-gradient(top, #dedede 0%, #c9c9c9 100%);
        background-image: linear-gradient(to bottom, #dedede 0%, #c9c9c9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDEDEDE', endColorstr='#FFC9C9C9', GradientType=0)
    }

    .btn-secondary i {
        font-size: 12px;
        margin-left: 4px;
        line-height: 0.1
    }

    .btn-secondary.btn-lg i {
        font-size: 6px
    }

.btn-tiny {
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 11px;
    font-family: CurrysSans,"Gotham SSm A","Gotham SSm B",sans-serif;
    width: auto
}

.btn-link i {
    margin-right: 4px
}

.form-control {
    font-size: 16px;
    border-radius: 0;
    padding: 8px;
    height: 40px;
    box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.12)
}

    .form-control.form-control-25 {
        width: 25%
    }

    .form-control.form-control-50 {
        width: 50%
    }

    .form-control.form-control-75 {
        width: 75%
    }

    .form-control:focus {
        background: #feffac;
        border-color: #0076a3;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.24)
    }

.control-label {
    line-height: 1em
}

label {
    margin-bottom: 3px
}

.has-error .help-block, .has-error label.has-error, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: inherit
}

.has-error label.has-error {
    font-weight: normal;
    color: #cb003a
}

.has-error .form-control {
    box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.12)
}

.form-group-grouped-inputs .form-control {
    margin-bottom: 10px
}

.form-horizontal .form-group, .form-basket .form-group {
    text-align: left;
    margin-bottom: 10px
}

    .form-horizontal .form-group p, .form-basket .form-group p {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 0;
        margin-top: 5px;
        color: #666
    }

        .form-horizontal .form-group p a, .form-basket .form-group p a {
            white-space: nowrap
        }

    .form-horizontal .form-group.has-success i.has-success, .form-basket .form-group.has-success i.has-success {
        display: block
    }

    .form-horizontal .form-group.has-error p.errorMessage, .form-basket .form-group.has-error p.errorMessage {
        color: #cb003a;
        font-size: 13px;
        line-height: 1.7;
        margin-top: 0
    }

    .form-horizontal .form-group.has-error i.has-error, .form-basket .form-group.has-error i.has-error {
        display: block
    }

    .form-horizontal .form-group i.has-info, .form-basket .form-group i.has-info {
        font-family: FontAwesome;
        font-size: 18px;
        margin: 12px 0 0 -12px;
        display: none;
        text-align: center
    }

    .form-horizontal .form-group i.has-error, .form-basket .form-group i.has-error {
        color: #cb003a
    }

    .form-horizontal .form-group i.has-success, .form-basket .form-group i.has-success {
        color: #0ca600
    }

.form-horizontal label, .form-basket label {
    font-weight: normal;
    padding-right: 2px
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.cc-image {
    height: 20px;
    position: absolute;
    right: 13px;
    top: 10px;
    width: 34px;
    background-repeat: no-repeat;
    background-position: center
}

    .cc-image.M {
        background-image: url("../images/mastercard.png")
    }

    .cc-image.VISACC {
        background-image: url("../images/visa.png")
    }

.modal-header {
    background-color: #fafafa;
    text-align: left
}

    .modal-header .btn {
        float: right;
        height: 30px;
        border-radius: 2px;
        line-height: 1.0
    }

.panel-group .panel-heading {
    padding: 0
}

    .panel-group .panel-heading a[data-toggle="collapse"] {
        position: relative;
        display: block;
        padding: 10px 15px 10px 30px;
        text-decoration: none
    }

        .panel-group .panel-heading a[data-toggle="collapse"]:before {
            width: 0;
            height: 0;
            content: '';
            position: absolute;
            border-top: 4px solid #000;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            left: 15px;
            top: 17px
        }

        .panel-group .panel-heading a[data-toggle="collapse"].collapsed:before {
            width: 0;
            height: 0;
            content: '';
            position: absolute;
            border-left: 4px solid #000;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            margin-left: 2px;
            margin-top: -2px
        }

.panel {
    background: #fafafa;
    margin-bottom: 18px
}

    .panel.align-left {
        text-align: left
    }

.panel-login {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto
}

.panel-body {
    padding: 20px
}

@media only screen and (min-width: 480px) {
    .panel-body {
        padding: 30px
    }
}

.panel-body h2:first-child, .panel-body h3:first-child {
    margin-top: 0
}

.panel-transparent {
    border: 0;
    background: none;
    box-shadow: none
}

    .panel-transparent .icons {
        margin-bottom: 35px
    }

        .panel-transparent .icons span {
            position: absolute;
            font-size: 10px;
            color: #ffffff;
            top: 5px;
            margin-left: -9px
        }

@media only screen and (min-width: 480px) {
    .panel-transparent .icons span {
        margin-left: -19px
    }
}

.panel-transparent .icons i {
    position: absolute;
    color: #555555;
    font-size: 25px;
    margin-left: -10px
}

@media only screen and (min-width: 480px) {
    .panel-transparent .icons i {
        margin-left: -20px
    }
}

.panel-transparent .bordered {
    padding: 8px 5px;
    border: 1px solid #ccc;
    margin-bottom: -1px
}

@media only screen and (min-width: 480px) {
    .panel-transparent .bordered {
        padding: 18px 15px
    }
}

.panel-transparent .bordered strong {
    color: #555555
}

@media only screen and (min-width: 480px) {
    .panel-transparent .bordered input {
        margin-top: -10px;
        display: block
    }
}

.list-group-item-thumbnail {
    width: 100%
}

#profile .list-group > a:before, .well .list-group > a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: FontAwesome;
    color: #008cc1
}

#profile .list-group {
    padding-left: 10px
}

    #profile .list-group .list-group-item {
        color: #000000;
        background: #fafafa;
        padding-left: 0
    }

@media only screen and (min-width: 480px) {
    #profile .list-group .list-group-item {
        padding-left: 15px
    }
}

#profile .list-group .list-group-item:hover, #profile .list-group .list-group-item:active {
    background: #f5f5f5
}

#profile .list-group .list-group-item strong {
    color: #555555
}

#profile .list-group .list-group-item i {
    font-size: 21px;
    width: 20px;
    top: 2px;
    color: #555555;
    line-height: 0.1
}

@media only screen and (min-width: 480px) {
    #profile .list-group .list-group-item i {
        margin: 0 5px 0 -8px
    }
}

#profile .list-group .list-group-item .address-details {
    display: block;
    margin: -15px 0 -15px 10px
}

@media only screen and (min-width: 480px) {
    #profile .list-group .list-group-item .address-details {
        margin: 0
    }
}

#profile .list-group .list-group-item .row {
    margin: 0
}

#profile .transactions .list-group-item {
    padding-left: 0;
    padding-right: 0
}

    #profile .transactions .list-group-item.open {
        background: #ffffff
    }

        #profile .transactions .list-group-item.open .details {
            animation: openTransactions 0.5s;
            animation-timing-function: ease-in;
            animation-fill-mode: forwards
        }

@keyframes openTransactions {
    0% {
        max-height: 0
    }

    99% {
        max-height: 200px
    }

    100% {
        max-height: 4000px
    }
}

.loading {
    position: relative
}

.loading-indicator {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    background: #fafafa;
    overflow: hidden;
    font-size: 48px;
    color: #ffffff;
    padding: 30px 0 0;
    text-align: center
}

.chartWrapper {
    position: relative
}

    .chartWrapper #piechartWrapper {
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transform: scale(0.8,0.8);
        -ms-transform: scale(0.8,0.8);
        -o-transform: scale(0.8,0.8);
        transform: scale(0.8,0.8)
    }

@media only screen and (min-width: 480px) {
    .chartWrapper #piechartWrapper {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

.chartWrapper svg:not(:root) {
    position: relative;
    z-index: -1;
    overflow: visible
}

.chartWrapper .wrapper {
    border: 1px solid #cccccc;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto
}

    .chartWrapper .wrapper .chartContainer {
        position: relative;
        height: 320px;
        min-width: 640px;
        z-index: 2
    }

    .chartWrapper .wrapper .left {
        background: #fafafa;
        left: 0;
        top: 0;
        bottom: 0;
        width: 90px;
        position: absolute;
        z-index: 0;
        border-right: 1px #cccccc
    }

    .chartWrapper .wrapper .bottom {
        background: #fafafa;
        left: 0;
        bottom: 0;
        right: 0;
        height: 80px;
        position: absolute;
        z-index: 0;
        border-right: 1px #cccccc
    }

    .chartWrapper .wrapper .bg {
        background: transparent;
        left: 90px;
        top: -5px;
        bottom: -5px;
        right: 0;
        position: absolute;
        z-index: 1;
        box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
        min-width: 550px
    }

    .chartWrapper .wrapper #endIndicator {
        display: inline-block;
        font-size: 13px;
        line-height: 1.1;
        font-family: CurrysSans,"Gotham SSm A","Gotham SSm B",sans-serif;
        color: #003d58;
        left: 60px;
        line-height: 1.1;
        position: absolute;
        text-align: left;
        top: 40px;
        z-index: 1
    }

        .chartWrapper .wrapper #endIndicator:after {
            background: none repeat scroll 0 0 #ffffff;
            border: 1px solid #003d58;
            border-radius: 50%;
            content: "";
            height: 7px;
            margin: 201px 0 0 -64.5px;
            position: absolute;
            width: 7px;
            left: 50px;
            z-index: 1
        }

    .chartWrapper .wrapper .planEndIndicator {
        margin: 295px 0 0 -11px;
        position: absolute;
        z-index: 1;
        font-size: 15px;
        width: 22px;
        height: 22px;
        text-align: center;
        cursor: pointer
    }

        .chartWrapper .wrapper .planEndIndicator.s_3, .chartWrapper .wrapper .planEndIndicator.s_9 {
            color: #a066ab
        }

        .chartWrapper .wrapper .planEndIndicator.s_1, .chartWrapper .wrapper .planEndIndicator.s_7 {
            color: #003d58
        }

        .chartWrapper .wrapper .planEndIndicator.s_2, .chartWrapper .wrapper .planEndIndicator.s_8 {
            color: #cf2f40
        }

        .chartWrapper .wrapper .planEndIndicator.s_4, .chartWrapper .wrapper .planEndIndicator.s_10 {
            color: #f7a35c
        }

        .chartWrapper .wrapper .planEndIndicator.s_5, .chartWrapper .wrapper .planEndIndicator.s_11 {
            color: #8085e9
        }

        .chartWrapper .wrapper .planEndIndicator.s_6, .chartWrapper .wrapper .planEndIndicator.s_12 {
            color: #ff5340
        }

    .chartWrapper .wrapper .pound {
        text-align: right;
        width: 70px;
        display: block;
        margin-top: 6px
    }

.chartWrapper .legend {
    text-align: left;
    list-style: none;
    margin: 5px 0 0 10px;
    padding: 0
}

    .chartWrapper .legend li {
        list-style: none;
        margin: 0 35px 0 0;
        display: inline-block;
        font-size: 12px;
        color: #555
    }

        .chartWrapper .legend li .bullit {
            display: inline-block;
            background: #000000;
            width: 12px;
            height: 12px;
            position: relative;
            border-radius: 50%;
            margin-right: 3px;
            top: 1px
        }

            .chartWrapper .legend li .bullit.series_1, .chartWrapper .legend li .bullit.series_7 {
                background-color: #003d58
            }

            .chartWrapper .legend li .bullit.series_2, .chartWrapper .legend li .bullit.series_8 {
                background-color: #cf2f40
            }

            .chartWrapper .legend li .bullit.series_3, .chartWrapper .legend li .bullit.series_9 {
                background-color: #a066ab
            }

            .chartWrapper .legend li .bullit.series_4, .chartWrapper .legend li .bullit.series_10 {
                background-color: #f7a35c
            }

            .chartWrapper .legend li .bullit.series_5, .chartWrapper .legend li .bullit.series_11 {
                background-color: #8085e9
            }

            .chartWrapper .legend li .bullit.series_6, .chartWrapper .legend li .bullit.series_12 {
                background-color: #ff5340
            }

        .chartWrapper .legend li .pounds {
            color: #000000
        }

.chartWrapper .piechartLabel {
    display: block;
    background: #000000;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease-in-out 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.chartWrapper .series_3, .chartWrapper .series_9 {
    background-color: #a066ab;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.chartWrapper .series_1, .chartWrapper .series_7 {
    background-color: #003d58;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.chartWrapper .series_2, .chartWrapper .series_8 {
    background-color: #cf2f40;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.chartWrapper .series_4, .chartWrapper .series_10 {
    background-color: #f7a35c;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.chartWrapper .series_5, .chartWrapper .series_11 {
    background-color: #8085e9;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.chartWrapper .series_6, .chartWrapper .series_12 {
    background-color: #ff5340;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.chartWrapper #creditLimit {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px dashed #d5d5d5;
    border-radius: 50%;
    height: 250px;
    margin: 0 auto;
    position: relative;
    top: 53px;
    width: 250px;
    transition: transform 0.3s ease-out 0.6s
}

    .chartWrapper #creditLimit.small {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .chartWrapper #creditLimit.medium {
        -webkit-transform: scale(1.26);
        transform: scale(1.26)
    }

.chartWrapper #pie {
    z-index: 1;
    position: relative;
    top: -270px;
    left: 0;
    margin: 0 auto -270px;
    max-width: 280px;
    overflow: visible
}

    .chartWrapper #pie > div {
        overflow: visible !important
    }

.chartWrapper #onePlanPie {
    background-image: -webkit-linear-gradient(top, #003f5a 0%, #00729d 100%);
    background-image: -o-linear-gradient(top, #003f5a 0%, #00729d 100%);
    background-image: linear-gradient(to bottom, #003f5a 0%, #00729d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF003F5A', endColorstr='#FF00729D', GradientType=0);
    border-radius: 50%;
    height: 220px;
    margin: 0 auto -97px;
    position: relative;
    top: -181px;
    width: 220px;
    z-index: 0
}

.chartWrapper #holidayPlanPie {
    background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #ddd 100%);
    background-image: -o-linear-gradient(top, #e1e1e1 0%, #ddd 100%);
    background-image: linear-gradient(to bottom, #e1e1e1 0%, #ddd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE1E1E1', endColorstr='#FFDDDDDD', GradientType=0);
    border-radius: 50%;
    height: 220px;
    margin: 0 auto -97px;
    position: relative;
    top: -181px;
    width: 220px;
    z-index: 0
}

.chartWrapper #noPlanPie {
    position: relative;
    height: 270px;
    left: 97px;
    margin: 0 0 -25px;
    top: -208px;
    width: 270px;
    z-index: 0
}

.chartWrapper .textInPie {
    position: relative;
    text-align: center;
    top: -290px;
    margin: 0 auto -195px;
    width: 200px;
    font-family: CurrysSans,"Gotham SSm A","Gotham SSm B",sans-serif;
    color: #003d58
}

    .chartWrapper .textInPie.oneplan {
        color: #ffffff
    }

    .chartWrapper .textInPie.noplan {
        margin-bottom: -165px
    }

    .chartWrapper .textInPie.holidayPlans {
        color: #888888
    }

    .chartWrapper .textInPie strong {
        font-size: 18px;
        display: block
    }

    .chartWrapper .textInPie .total {
        margin-top: 15px;
        font-size: 16px;
        vertical-align: top;
        position: relative;
        line-height: 1
    }

        .chartWrapper .textInPie .total .poundsign {
            position: relative;
            top: -20px;
            font-size: 26px
        }

        .chartWrapper .textInPie .total .pounds {
            position: relative;
            top: 0;
            font-size: 56px
        }

        .chartWrapper .textInPie .total .cents {
            position: relative;
            top: -20px;
            font-size: 26px
        }

        .chartWrapper .textInPie .total .monthly {
            font-size: 11px;
            margin: -23px 0 0;
            position: absolute;
            right: 0
        }

    .chartWrapper .textInPie .balance {
        margin-top: 8px;
        font-size: 14px
    }

        .chartWrapper .textInPie .balance strong {
            font-size: 19px
        }

    .chartWrapper .textInPie #limit, .chartWrapper .textInPie #available {
        color: #000000;
        font-size: 12px;
        font-family: CurrysSans,arial, sans-serif;
        position: absolute
    }

    .chartWrapper .textInPie #limit {
        bottom: -53px;
        left: -58px
    }

    .chartWrapper .textInPie #available {
        bottom: -100px;
        left: 60px
    }

    .chartWrapper .textInPie.oneplan #limit {
        bottom: 66px;
        left: -95px
    }

    .chartWrapper .textInPie.oneplan #available {
        bottom: -75px
    }

    .chartWrapper .textInPie.noplan #limit {
        bottom: 98px
    }

.chartWrapper .btn.noplan {
    position: relative;
    top: -267px
}

.highcharts-background {
    display: none !important
}

.highcharts-container {
    position: inherit !important
}

    .highcharts-container > span {
        z-index: -10 !important
    }

.highcharts-tooltip {
    z-index: 9998;
    background: #f1f1f1
}

    .highcharts-tooltip span {
        background: #f1f1f1
    }

#charts {
    margin-bottom: 20px
}

#limit {
    margin: 15px 0 0
}

.popover {
    max-width: inherit !important;
    width: 276px
}

.popover-content {
    margin: 0 auto
}

.panel.shortTokenPanel {
    text-align: center;
    border: 1px solid #ccc;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold
}

    .panel.shortTokenPanel .panel-body {
        padding: 20px
    }

    .panel.shortTokenPanel i {
        color: #ccc
    }

    .panel.shortTokenPanel img {
        max-width: 100%;
        display: block;
        margin: 0 auto 10px
    }

.titleYour {
    font-weight: normal;
    display: inline-block
}

.titlePlan {
    color: #6e2c6b
}

.userError, .page, .spinnerPage {
    display: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out
}

.spinnerPage {
    position: absolute;
    top: 0;
    transition-duration: 150ms
}

.repeatSpendVisible {
    display: block
}

.repeatSpendNotVisible {
    display: none
}

.userError, .error .pageError, .basket .pageBasket, .plan .pagePlan, .eligibility .pageEligibility, .apply .pageApply, .uru .pageUru, .review .pageReview, .busyReviewing .pageBusyReviewing, .approved .pageApproved, .done .pageDone, .referred .pageReferred, .declined .pageDeclined, .continueLater .pageContinueLater, .uruRepeatSpend .pageUruRepeatSpend, .smsRepeatSpend .pageSmsRepeatSpend, .redirectToUrl .pageRedirectToUrl, .customerSelect .pageCustomerSelect, .searchRedirectToUrl .pageSearchRedirectToUrl, .search .pageSearch, .declinedCustomerRecognition .pageDeclinedCustomerRecognition, .securityCode .pageSecurityCode, .preApproved .pagePreApproved, .smsCustomerRecognition .pageSmsCustomerRecognition, .error .hiddenLong .genericSpinner, .basket .hiddenLong .genericSpinner, .plan .hiddenLong .genericSpinner, .eligibility .hiddenLong .genericSpinner, .apply .hiddenLong .genericSpinner, .uru .hiddenLong .genericSpinner, .review .hiddenLong .reviewSpinner, .busyReviewing .hiddenLong .genericSpinner, .approved .hiddenLong .genericSpinner, .done .hiddenLong .genericSpinner, .referred .hiddenLong .genericSpinner, .declined .hiddenLong .genericSpinner, .uruRepeatSpend .hiddenLong .genericSpinner, .smsRepeatSpend .hiddenLong .genericSpinner, .continueLater .hiddenLong .genericSpinner, .redirectToUrl .hiddenLong .genericSpinner, .customerSelect .hiddenLong .genericSpinner, .searchRedirectToUrl .hiddenLong .genericSpinner, .search .hiddenLong .pageSearch, .declinedCustomerRecognition .hiddenLong .genericSpinner, .securityCode .hiddenLong .genericSpinner, .preApproved .hiddenLong .genericSpinner, .smsCustomerRecognition .hiddenLong .genericSpinner {
    display: block;
    opacity: 1
}

.fadingOut .userError, .hiddenShort .userError, .hiddenLong .userError {
    opacity: 0
}

.fadingOut .page, .hiddenShort .page, .hiddenLong .page {
    opacity: 0
}

.hiddenShort .userError, .hiddenLong .userError {
    visibility: hidden
}

.hiddenShort .page, .hiddenLong .page {
    visibility: hidden
}

    .hiddenShort .page .collapse, .hiddenLong .page .collapse {
        visibility: inherit
    }

.largeSpinner {
    width: 100%
}

    .largeSpinner .pulsate {
        width: 100%;
        font-size: 100px;
        color: #ccc
    }

#preLoadContent {
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: white;
    top: 90px
}

@media only screen and (min-width: 720px) {
    #preLoadContent {
        top: 102px
    }
}

#preLoadContent .panel {
    min-height: 499px
}

#preLoadContent, #postLoadContent {
    transition: opacity 350ms ease-out
}

#loaded #postLoadContent, #preLoadContent, #loaded footer {
    opacity: 1
}

#loaded #preLoadContent, #postLoadContent, footer {
    opacity: 0
}

h1.titles {
    position: relative;
    padding: 0 33px;
    margin-top: 15px
}

    h1.titles a.goBackArrow {
        font-size: 11px;
        position: absolute;
        left: 0
    }

#loaded.securityCode .wizard-panel, #loaded.declinedCustomerRecognition .wizard-panel, #loaded.declined .wizard-panel, #loaded.error .wizard-panel {
    margin-top: 30px
}

@media only screen and (min-width: 480px) {
    #loaded.securityCode .wizard-panel, #loaded.declinedCustomerRecognition .wizard-panel, #loaded.declined .wizard-panel, #loaded.error .wizard-panel {
        margin-top: 30px
    }
}

#loaded.securityCode .summary, #loaded.declinedCustomerRecognition .summary, #loaded.declined .summary, #loaded.error .summary {
    display: none
}

#postLoadContent .wizard-panel {
    display: none
}

#loaded #postLoadContent .wizard-panel {
    display: block
}

.wizard-panel {
    margin-top: 146px;
    position: relative
}

@media only screen and (min-width: 480px) {
    .wizard-panel {
        margin-top: 131px
    }
}

@media only screen and (max-width: 479px) {
    .wizard-panel {
        margin-left: -10px;
        margin-right: -10px;
        border-left: none;
        border-right: none
    }
}

.wizard-panel p {
    line-height: 1.6
}

.wizard-panel h2.statusHeader {
    color: #0ca600;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 30px
}

@media only screen and (min-width: 480px) {
    .wizard-panel h2.statusHeader {
        font-size: 21px;
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 479px) {
    .wizard-panel .panel-body {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.wizard-panel #wizard-step {
    position: relative;
    margin: 112px auto 7px;
    max-width: 400px;
    text-align: center
}

    .wizard-panel #wizard-step.none {
        margin-top: 0
    }

    .wizard-panel #wizard-step.phase1, .wizard-panel #wizard-step.phase1Revisited {
        margin-top: 112px
    }

    .wizard-panel #wizard-step.phase2 {
        margin-top: 30px
    }

.wizard-panel .postcode input, .wizard-panel .postcode button.btn, .wizard-panel .postcode a.btn {
    width: 49%
}

.wizard-panel .postcode input {
    float: left
}

.wizard-panel .postcode button.btn, .wizard-panel .postcode a.btn {
    float: right
}

.wizard-panel .postcode p {
    float: left;
    width: 100%
}

.wizard-panel .pound-input {
    position: relative
}

    .wizard-panel .pound-input:after {
        content: "\00A3";
        position: absolute;
        left: 14px;
        top: 8px;
        font-size: 16px
    }

    .wizard-panel .pound-input input {
        padding-left: 30px
    }

.wizard-panel a.help-tooltip {
    font-size: 16px;
    border: 1px solid #008cc1;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    color: #008cc1;
    margin-right: 2px
}

    .wizard-panel a.help-tooltip:active, .wizard-panel a.help-tooltip:hover {
        text-decoration: none
    }

.wizard-panel .boxed-form-line {
    border: 1px solid #dfdfdf;
    display: block;
    width: 100%;
    padding: 4px 17px;
    text-align: center;
    margin-bottom: 9px
}

.wizard-panel .checkbox .pureCssCheckbox {
    position: relative;
    margin-right: 4px
}

    .wizard-panel .checkbox .pureCssCheckbox input {
        opacity: 0
    }

    .wizard-panel .checkbox .pureCssCheckbox span:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -24px;
        height: 20px;
        width: 20px;
        box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.12);
        border-radius: 2px;
        background-color: #dfdfdf
    }

    .wizard-panel .checkbox .pureCssCheckbox :checked + span:before {
        background-color: #008cc1
    }

    .wizard-panel .checkbox .pureCssCheckbox :checked + span:after {
        content: '\f00c';
        position: absolute;
        font-family: FontAwesome;
        font-size: 22px;
        top: -11px;
        left: -23px;
        height: 20px;
        width: 20px;
        color: white;
        text-shadow: 1px 0px 6px #333
    }

    .wizard-panel .checkbox .pureCssCheckbox :focus + span:before {
        border: 1px solid #0076a3
    }

    .wizard-panel .checkbox .pureCssCheckbox :checked:focus + span:before {
        background-color: #0076a3;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.24)
    }

.wizard-panel .white-group {
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    margin: 0 0 20px 0
}

@media only screen and (min-width: 480px) {
    .wizard-panel .white-group {
        padding: 23px 20px
    }
}

.wizard-panel .white-group .list-group {
    margin: 12px -10px 0 -10px
}

@media only screen and (min-width: 480px) {
    .wizard-panel .white-group .list-group {
        margin: 10px -20px 0 -20px
    }
}

.wizard-panel .white-group .list-group .list-group-item {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin: 0
}

@media only screen and (max-width: 479px) {
    .wizard-panel .white-group .list-group .list-group-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.wizard-panel .white-group .list-group .list-group-item:first-child {
    border-top: 1px solid #e6e6e6
}

.wizard-panel .white-group .list-group a {
    display: block;
    padding: 10px 20px
}

.wizard-panel .addressSelector .addressList {
    overflow: hidden;
    text-align: left
}

    .wizard-panel .addressSelector .addressList p {
        margin-top: 15px;
        margin-bottom: 0
    }

.wizard-panel .addressSelector .again {
    white-space: nowrap;
    margin-top: 10px
}

    .wizard-panel .addressSelector .again a {
        font-size: 13px
    }

.wizard-panel .addressSelector > h4 {
    margin-top: 30px
}

#yourSpheres {
    display: none
}

#loaded #yourSpheres {
    display: block
}

#yourSpheres {
    position: absolute;
    top: -115px;
    left: 0;
    width: 100%;
    font-family: CurrysSans,"Gotham SSm A","Gotham SSm B",sans-serif
}

    #yourSpheres #basketSphere, #yourSpheres #planSphere {
        position: absolute;
        display: block;
        left: 50%;
        width: 100px;
        height: 100px;
        background-color: white;
        border-radius: 50px;
        top: 66px;
        transition: all 350ms ease-in-out;
        z-index: 3;
        overflow: hidden
    }

    #yourSpheres #basketSphere {
        border: 1px solid #ccc
    }

        #yourSpheres #basketSphere.active, #yourSpheres #planSphere.active {
            width: 226px;
            height: 226px;
            border-radius: 113px;
            top: 0;
            z-index: 2
        }

    #yourSpheres #stepSphereList {
        position: absolute;
        top: 103px;
        transition: all 350ms ease-in-out;
        z-index: 1;
        width: 100%;
        left: 0;
        opacity: 1
    }

        #yourSpheres #stepSphereList > div {
            position: absolute;
            top: 0;
            margin-left: 50%;
            width: 22px;
            height: 22px;
            border-radius: 11px;
            box-shadow: 1px 1.732px 6px 0px rgba(0,0,0,0.071);
            transition: all 350ms ease-in-out
        }

    #yourSpheres.none #basketSphere, #yourSpheres.none #planSphere, #yourSpheres.none #stepSphereList {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    #yourSpheres.phase1 #basketSphere, #yourSpheres.phase1 #planSphere {
        margin-top: -89px
    }

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1 #basketSphere, #yourSpheres.phase1 #planSphere {
        margin-top: 0px
    }
}

#yourSpheres.phase1 #basketSphere {
    margin-left: -155px
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1 #basketSphere {
        margin-left: -200px
    }
}

#yourSpheres.phase1 #planSphere {
    margin-left: 55px
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1 #planSphere {
        margin-left: 100px
    }
}

#yourSpheres.phase1 #basketSphere.active, #yourSpheres.phase1 #planSphere.active {
    margin-left: -113px;
    margin-top: 0px
}

#yourSpheres.phase1 #stepSphereList {
    opacity: 0
}

#yourSpheres.phase2 #basketSphere, #yourSpheres.phase2 #planSphere {
    top: -6px
}

#yourSpheres.phase2 #basketSphere {
    margin-left: -94px
}

#yourSpheres.phase2 #planSphere {
    margin-left: -6px
}

#yourSpheres.phase2 #stepSphereList #item1 {
    margin-left: 12%
}

#yourSpheres.phase2 #stepSphereList #item2 {
    margin-left: 36%
}

#yourSpheres.phase2 #stepSphereList #item3 {
    margin-left: 60%
}

#yourSpheres.phase2 #stepSphereList #item4 {
    margin-left: 83%
}

#yourSpheres.phase1Revisited #basketSphere, #yourSpheres.phase1Revisited #planSphere {
    margin-top: -89px
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1Revisited #basketSphere, #yourSpheres.phase1Revisited #planSphere {
        margin-top: 0px
    }
}

#yourSpheres.phase1Revisited #basketSphere {
    margin-left: -155px
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1Revisited #basketSphere {
        margin-left: -200px
    }
}

#yourSpheres.phase1Revisited #planSphere {
    margin-left: 55px
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1Revisited #planSphere {
        margin-left: 13px
    }
}

#yourSpheres.phase1Revisited #basketSphere.active, #yourSpheres.phase1Revisited #planSphere.active {
    margin-left: -113px;
    margin-top: 0px
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1Revisited #basketSphere.active {
        margin-left: -197px
    }
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1Revisited #planSphere.active {
        margin-left: -113px
    }
}

#yourSpheres.phase1Revisited #stepSphereList #item1 {
    margin-left: 84%;
    z-index: 6
}

#yourSpheres.phase1Revisited #stepSphereList #item2 {
    margin-left: 88%;
    z-index: 5
}

#yourSpheres.phase1Revisited #stepSphereList #item3 {
    margin-left: 92%;
    z-index: 4
}

#yourSpheres.phase1Revisited #stepSphereList #item4 {
    margin-left: 96%;
    z-index: 3
}

@media only screen and (min-width: 480px) {
    #yourSpheres.phase1Revisited #stepSphereList #item1 {
        margin-left: 76%
    }

    #yourSpheres.phase1Revisited #stepSphereList #item2 {
        margin-left: 82%
    }

    #yourSpheres.phase1Revisited #stepSphereList #item3 {
        margin-left: 88%
    }

    #yourSpheres.phase1Revisited #stepSphereList #item4 {
        margin-left: 94%
    }
}

#yourSpheres .activeState, #yourSpheres .inactiveState {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 350ms ease-in-out
}

#yourSpheres .activeState {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

#yourSpheres .inactiveState {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#yourSpheres .active .activeState {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#yourSpheres .active .inactiveState {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

#yourSpheres #basketSphere, #yourSpheres #planSphere {
    text-decoration: none;
    cursor: default
}

    #yourSpheres #basketSphere .link, #yourSpheres #planSphere .link {
        display: none
    }

    #yourSpheres #basketSphere.clickable, #yourSpheres #planSphere.clickable {
        cursor: pointer
    }

        #yourSpheres #basketSphere.clickable .link, #yourSpheres #planSphere.clickable .link {
            display: block;
            font-family: CurrysSans,Arial;
            font-size: 11px;
            position: relative
        }

        #yourSpheres #basketSphere.clickable:hover .link, #yourSpheres #planSphere.clickable:hover .link {
            text-decoration: underline
        }

#yourSpheres .spherePrice {
    margin-left: -100%;
    margin-right: -100%;
    text-align: center
}

#yourSpheres .spherePriceAsInput {
    margin: 9px 25px 5px;
    font-size: 21px
}

#yourSpheres #basketSphere .basketHeader i {
    font-size: 25px
}

#yourSpheres #basketSphere .basketHeader span {
    font-size: 13px;
    position: relative;
    top: -5px
}

#yourSpheres #basketSphere .activeState {
    padding-top: 58px;
    color: #333
}

    #yourSpheres #basketSphere .activeState .basketName {
        position: absolute;
        display: block;
        width: 80%;
        left: 10%;
        max-height: 44px;
        overflow: hidden
    }

    #yourSpheres #basketSphere .activeState .spherePrice {
        font-weight: bold;
        white-space: nowrap
    }

        #yourSpheres #basketSphere .activeState .spherePrice .sphereCurrency {
            font-size: 24px;
            position: relative;
            right: 2px;
            top: -10px
        }

        #yourSpheres #basketSphere .activeState .spherePrice .sphereWholeNumber {
            font-size: 39px
        }

        #yourSpheres #basketSphere .activeState .spherePrice .sphereCents {
            font-size: 24px;
            position: relative;
            top: -10px
        }

#yourSpheres #basketSphere .inactiveState {
    display: block;
    padding-top: 11px;
    color: #333
}

    #yourSpheres #basketSphere .inactiveState .spherePrice {
        font-size: 16px;
        white-space: nowrap
    }

#yourSpheres #basketSphere .link {
    color: #008cc1
}

#yourSpheres #planSphere {
    color: white;
    background-color: #4C12A1;
    /*background: transparent url("../../../images/blueSphere.png") center center no-repeat;
    */
    background-size: 100% 100%
}

    #yourSpheres #planSphere .activeState {
        padding-top: 25px
    }

        #yourSpheres #planSphere .activeState .planMonths {
            font-size: 18px;
            position: relative;
            top: 15px
        }

        #yourSpheres #planSphere .activeState .spherePrice {
            font-weight: bold;
            position: relative;
            top: 15px;
            white-space: nowrap
        }

            #yourSpheres #planSphere .activeState .spherePrice .sphereCurrency {
                font-size: 28px;
                position: relative;
                left: 4px;
                top: -20px
            }

            #yourSpheres #planSphere .activeState .spherePrice .sphereWholeNumber {
                font-size: 57px
            }

            #yourSpheres #planSphere .activeState .spherePrice .sphereCents {
                position: relative;
                font-size: 28px;
                left: -4px;
                top: -21px
            }

            #yourSpheres #planSphere .activeState .spherePrice .sphereTerm {
                font-size: 11px;
                font-weight: normal;
                white-space: nowrap;
                position: absolute;
                left: 1px;
                top: 29px
            }

        #yourSpheres #planSphere .activeState .sphereInfoLine {
            font-size: 11px;
            position: relative;
            top: 8px;
            margin-bottom: 5px
        }

    #yourSpheres #planSphere .inactiveState {
        display: block;
        color: white;
        position: relative;
        padding-top: 11px
    }

        #yourSpheres #planSphere .inactiveState .sphereTerm {
            font-size: 10px;
            font-weight: normal;
            position: relative;
            top: 7px
        }

        #yourSpheres #planSphere .inactiveState .spherePrice {
            font-weight: bold;
            position: relative;
            white-space: nowrap
        }

            #yourSpheres #planSphere .inactiveState .spherePrice .sphereCurrency {
                font-size: 14px;
                position: relative;
                left: 2px
            }

            #yourSpheres #planSphere .inactiveState .spherePrice .sphereWholeNumber {
                font-size: 25px;
                position: relative;
                top: 7px
            }

            #yourSpheres #planSphere .inactiveState .spherePrice .sphereCents {
                font-size: 14px;
                position: relative;
                left: -4px;
                top: -1px
            }

#yourSpheres #stepSphereList > div {
    color: #555;
    font-size: 13px
}

    #yourSpheres #stepSphereList > div.futureState {
        color: #ccc
    }

#yourSpheres #stepSphereList .stepLabel {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
    top: 25px;
    white-space: nowrap;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-left: -39px;
    transition: all 350ms ease-in-out
}

#yourSpheres #stepSphereList .stepState {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 22px;
    background-color: white;
    border-radius: 11px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 350ms ease-in-out
}

#yourSpheres #stepSphereList .done {
    background-color: #0ca600;
    color: white;
    font-size: 12px;
    border: 1px solid #0ca600
}

#yourSpheres #stepSphereList .busyReviewing, #yourSpheres #stepSphereList .current {
    border: 1px solid #003d58;
    color: #003d58
}

#yourSpheres #stepSphereList .future {
    border: 1px solid #ccc
}

#yourSpheres #stepSphereList .declined {
    background-color: #cb003a;
    border: 1px solid #cb003a;
    color: white
}

#yourSpheres #stepSphereList .referred {
    background-color: #ffdf2c;
    border: 1px solid #ffdf2c;
    color: white
}

#yourSpheres #stepSphereList .doneState .done, #yourSpheres #stepSphereList .currentState .current, #yourSpheres #stepSphereList .declinedState .declined, #yourSpheres #stepSphereList .busyReviewingState .busyReviewing, #yourSpheres #stepSphereList .referredState .referred, #yourSpheres #stepSphereList .futureState .future {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#yourSpheres.phase1Revisited #stepSphereList .stepLabel {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.summary {
    display: none
}

#loaded .summary {
    display: block
}

.summary {
    margin-top: 40px
}

    .summary h4 {
        margin-bottom: 17px;
        margin-left: 13px
    }

@media only screen and (min-width: 720px) {
    .summary {
        margin-top: 144px
    }
}

.summary .table {
    margin-left: 6px;
    margin-bottom: 10px
}

    .summary .table th {
        font-weight: normal;
        padding-left: 10px
    }

    .summary .table td {
        font-weight: bold;
        padding: 5px 10px 5px 0;
        text-align: right
    }

    .summary .table tr:last-child td, .summary .table tr:last-child th {
        border-bottom: 1px solid #ddd
    }

.summary > p {
    text-align: left;
    line-height: 1.5;
    font-size: 13px;
    padding: 0 0 0 17px;
    margin: 14px 0 19px 0
}

    .summary > p i {
        font-size: 16px
    }

.pageBasket .basketName {
    margin-bottom: 32px;
    text-align: left
}

    .pageBasket .basketName input {
        width: 92%
    }

.pageBasket a.help-tooltip {
    position: relative;
    top: 10px;
    left: 7px
}

.pageBasket .table th, .pageBasket .table td {
    text-align: right;
    vertical-align: top
}

    .pageBasket .table th:nth-child(1), .pageBasket .table td:nth-child(1) {
        width: 60%;
        padding-left: 0;
        padding-right: 5px;
        text-align: left
    }

    .pageBasket .table th:nth-child(2), .pageBasket .table td:nth-child(2) {
        width: 15%;
        text-align: center
    }

    .pageBasket .table th:nth-child(3), .pageBasket .table td:nth-child(3) {
        width: 25%
    }

.pageBasket .addProduct {
    display: inline-block;
    margin: 5px 0 23px;
    padding: 0
}

    .pageBasket .addProduct i {
        position: relative;
        top: -1px;
        left: 2px;
        margin-right: 6px;
        font-size: 13px
    }

.plan .has-error p.errorMessage {
    color: #cb003a;
    font-family: CurrysSans,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px
}

.plan .has-error .saveButton {
    display: none
}

.pagePlan {
    text-align: center
}

    .pagePlan .sliderContainer {
        height: 56px;
        position: relative;
        top: -4px
    }

        .pagePlan .sliderContainer input {
            position: absolute;
            width: 50px;
            top: -13px;
            right: 16px;
            padding-left: 15px
        }

        .pagePlan .sliderContainer label {
            position: absolute;
            font-weight: normal;
            right: 11px;
            top: 31px;
            font-size: 13px
        }

        .pagePlan .sliderContainer a.spinner {
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #008cc1;
            border: 1px solid #ccc;
            color: white;
            font-size: 11px;
            right: 0;
            line-height: 20px
        }

            .pagePlan .sliderContainer a.spinner:hover {
                text-decoration: none
            }

        .pagePlan .sliderContainer a.plus {
            top: -13px
        }

        .pagePlan .sliderContainer a.min {
            top: 7px
        }

    .pagePlan #deposit-input-line {
        table: table;
        width: 100%
    }

        .pagePlan #deposit-input-line > * {
            display: inline-block;
            vertical-align: middle
        }

        .pagePlan #deposit-input-line label {
            font-weight: normal;
            margin: 0 5px
        }

        .pagePlan #deposit-input-line input {
            width: 136px
        }

        .pagePlan #deposit-input-line .errorMessage {
            display: block
        }

    .pagePlan .alreadyAMemberQuestion {
        margin-top: 19px;
        font-size: 15px
    }

    .pagePlan .checkbox > div p {
        text-align: left;
        margin: 0;
        padding: 11px 0 9px 0px
    }

    .pagePlan .checkbox .help-tooltip, .pagePlan p .help-tooltip {
        position: relative;
        top: 2px;
        left: 2px
    }

    .pagePlan #slider {
        width: 90%;
        margin-left: 5%
    }

@media only screen and (min-width: 480px) {
    .pagePlan #slider {
        width: 310px;
        margin-left: 0
    }
}

@media only screen and (min-width: 720px) {
    .pagePlan #slider {
        width: 290px
    }
}

@media only screen and (min-width: 960px) {
    .pagePlan #slider {
        width: 310px
    }
}

.pagePlan .noUi-base {
    background-image: -webkit-linear-gradient(top, #104189 0%, #553273 100%);
    background-image: -o-linear-gradient(top, #104189 0%, #553273 100%);
    background-image: linear-gradient(to bottom, #104189 0%, #553273 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF104189', endColorstr='#FF553273', GradientType=0);
    position: relative;
    z-index: 2
}

.pagePlan .noUi-target {
    border-radius: 0;
    border: none
}

.pagePlan .noUi-origin {
    background-color: #cfcdce;
    border-radius: 0;
    right: -1px
}

.pagePlan .noUi-horizontal {
    height: 14px
}

.pagePlan .noUi-pips-horizontal {
    padding-top: 0px;
    position: relative;
    z-index: 0;
    top: 0
}

.pagePlan .noUi-marker-horizontal.noUi-marker-large {
    height: 12px
}

.pagePlan .noUi-marker-horizontal.noUi-marker {
    width: 1px;
    background: #cfcdce;
    margin-left: 0px
}

.pagePlan .noUi-value-horizontal {
    color: #333
}

.pagePlan .noUi-horizontal .noUi-handle {
    width: 38px;
    height: 38px;
    border: 1px solid #357714;
    background-image: -webkit-linear-gradient(top, #64b222 0%, #4c9726 100%);
    background-image: -o-linear-gradient(top, #64b222 0%, #4c9726 100%);
    background-image: linear-gradient(to bottom, #64b222 0%, #4c9726 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF64B222', endColorstr='#FF4C9726', GradientType=0);
    border-radius: 50%;
    left: -19px;
    top: -12px;
    position: relative;
    box-shadow: 1px 1.732px 6px 0px rgba(0,0,0,0.071),inset 0px 1px 0px 0px rgba(255,255,255,0.25);
    cursor: ew-resize
}

    .pagePlan .noUi-horizontal .noUi-handle:after, .pagePlan .noUi-horizontal .noUi-handle:before {
        font-family: FontAwesome;
        position: absolute;
        top: 7px;
        color: white;
        font-size: 15px
    }

    .pagePlan .noUi-horizontal .noUi-handle:before {
        content: "\f061";
        left: 17px
    }

    .pagePlan .noUi-horizontal .noUi-handle:after {
        content: "\f060";
        left: 5px
    }

.pageReview .read, .pageReview .write {
    overflow: hidden
}

    .pageReview .read.in, .pageReview .write.in {
        overflow: visible
    }

.pageReview .read {
    line-height: 1.4;
    text-align: left
}

    .pageReview .read p {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 0;
        margin-top: 13px;
        color: #666
    }

@media only screen and (max-width: 479px) {
    .pageReview .read .row {
        padding: 2px 0
    }
}

.pageReview .read .row > div:first-child {
    color: #555
}

@media only screen and (max-width: 479px) {
    .pageReview .read .row > div:first-child {
        margin-bottom: -2px
    }
}

.pageReview .review-group {
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    margin: 35px -10px 20px -10px
}

@media only screen and (min-width: 480px) {
    .pageReview .review-group {
        padding: 23px 20px;
        margin: 28px 0 20px 0
    }
}

.pageReview .tight p, .pageReview .tight label, .pageReview .tight li {
    size: 14px;
    font-size: 14px;
    text-align: left;
    line-height: 1.35;
    font-weight: normal
}

.pageBusyReviewing p {
    color: #ccc
}

.pageBusyReviewing i {
    font-size: 90px;
    color: #ccc;
    margin: 20px auto
}

#continueLaterModal {
    text-align: left
}

.shake {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

    .shake.shake-horizontal {
        -webkit-animation-name: panelShakeAnimation;
        -ms-animation-name: panelShakeAnimation;
        animation-name: panelShakeAnimation;
        -webkit-animation-duration: 400ms;
        -ms-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-delay: 0s;
        -ms-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-play-state: running;
        -ms-animation-play-state: running;
        animation-play-state: running
    }

@-moz-keyframes panelShakeAnimation {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    12.5% {
        -webkit-transform: translateX(-6px) rotateY(-5deg);
        -moz-transform: translateX(-6px) rotateY(-5deg);
        -ms-transform: translateX(-6px) rotateY(-5deg);
        -o-transform: translateX(-6px) rotateY(-5deg);
        transform: translateX(-6px) rotateY(-5deg)
    }

    37.5% {
        -webkit-transform: translateX(5px) rotateY(4deg);
        -moz-transform: translateX(5px) rotateY(4deg);
        -ms-transform: translateX(5px) rotateY(4deg);
        -o-transform: translateX(5px) rotateY(4deg);
        transform: translateX(5px) rotateY(4deg)
    }

    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }

    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes panelShakeAnimation {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    12.5% {
        -webkit-transform: translateX(-6px) rotateY(-5deg);
        -moz-transform: translateX(-6px) rotateY(-5deg);
        -ms-transform: translateX(-6px) rotateY(-5deg);
        -o-transform: translateX(-6px) rotateY(-5deg);
        transform: translateX(-6px) rotateY(-5deg)
    }

    37.5% {
        -webkit-transform: translateX(5px) rotateY(4deg);
        -moz-transform: translateX(5px) rotateY(4deg);
        -ms-transform: translateX(5px) rotateY(4deg);
        -o-transform: translateX(5px) rotateY(4deg);
        transform: translateX(5px) rotateY(4deg)
    }

    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }

    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes panelShakeAnimation {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    12.5% {
        -webkit-transform: translateX(-6px) rotateY(-5deg);
        -moz-transform: translateX(-6px) rotateY(-5deg);
        -ms-transform: translateX(-6px) rotateY(-5deg);
        -o-transform: translateX(-6px) rotateY(-5deg);
        transform: translateX(-6px) rotateY(-5deg)
    }

    37.5% {
        -webkit-transform: translateX(5px) rotateY(4deg);
        -moz-transform: translateX(5px) rotateY(4deg);
        -ms-transform: translateX(5px) rotateY(4deg);
        -o-transform: translateX(5px) rotateY(4deg);
        transform: translateX(5px) rotateY(4deg)
    }

    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }

    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes panelShakeAnimation {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    12.5% {
        -webkit-transform: translateX(-6px) rotateY(-5deg);
        -moz-transform: translateX(-6px) rotateY(-5deg);
        -ms-transform: translateX(-6px) rotateY(-5deg);
        -o-transform: translateX(-6px) rotateY(-5deg);
        transform: translateX(-6px) rotateY(-5deg)
    }

    37.5% {
        -webkit-transform: translateX(5px) rotateY(4deg);
        -moz-transform: translateX(5px) rotateY(4deg);
        -ms-transform: translateX(5px) rotateY(4deg);
        -o-transform: translateX(5px) rotateY(4deg);
        transform: translateX(5px) rotateY(4deg)
    }

    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }

    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes panelShakeAnimation {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    12.5% {
        -webkit-transform: translateX(-6px) rotateY(-5deg);
        -moz-transform: translateX(-6px) rotateY(-5deg);
        -ms-transform: translateX(-6px) rotateY(-5deg);
        -o-transform: translateX(-6px) rotateY(-5deg);
        transform: translateX(-6px) rotateY(-5deg)
    }

    37.5% {
        -webkit-transform: translateX(5px) rotateY(4deg);
        -moz-transform: translateX(5px) rotateY(4deg);
        -ms-transform: translateX(5px) rotateY(4deg);
        -o-transform: translateX(5px) rotateY(4deg);
        transform: translateX(5px) rotateY(4deg)
    }

    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }

    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-stacking + .noUi-origin {
    *z-index: -1
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51,51,51,0.45),0 3px 6px -5px #BBB
    }

.noUi-dragable {
    cursor: w-resize
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    font: 400 12px Arial;
    color: #999
}

.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px
}

    .noUi-value-horizontal.noUi-value-sub {
        padding-top: 15px
    }

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}
/*# sourceMappingURL=base.css.map */
