    html
    {
        font-family: sans-serif;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    body
    {
        margin: 0;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
    {
        display: block;
    }
 
     [
    hidden], template
    {
        display: none;
    }
    a
    {
        background-color: transparent;
    }
    a:active, a:hover
    {
        outline: 0;
    }
    abbr[title]
    {
        border-bottom: 1px dotted;
    }
    b, strong
    {
        font-weight: 700;
    }
    dfn
    {
        font-style: italic;
    }
    h1
    {
        margin: .67em 0;
        font-size: 2em;
    }
    mark
    {
        color: #000;
        background: #ff0;
    }
    small
    {
        font-size: 80%;
    }
    sub, sup
    {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }
    sup
    {
        top: -.5em;
    }
    sub
    {
        bottom: -.25em;
    }
    img
    {
        border: 0;
    }
    svg:not(:root)
    {
        overflow: hidden;
    }
    figure
    {
        margin: 1em 40px;
    }
    hr
    {
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    pre
    {
        overflow: auto;
    }
  
    button, input, optgroup, select, textarea
    {
        margin: 0;
        font: inherit;
        color: inherit;
    }
    button
    {
        overflow: visible;
    }
    button, select
    {
        text-transform: none;
    }
    button, html input[type=button], input[type=reset], input[type=submit]
    {
        -webkit-appearance: button;
        cursor: pointer;
    }
    button[disabled], html input[disabled]
    {
        cursor: default;
    }
    button::-moz-focus-inner, input::-moz-focus-inner
    {
        padding: 0;
        border: 0;
    }
    input
    {
        line-height: normal;
    }
    input[type=checkbox], input[type=radio]
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }
    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
    {
        -webkit-appearance: none;
    }
    fieldset
    {
        padding: .35em .625em .75em;
        margin: 0 2px;
        border: 1px solid silver;
    }
    legend
    {
        padding: 0;
        border: 0;
    }
    textarea
    {
        overflow: auto;
    }
    optgroup
    {
        font-weight: 700;
    }
    table
    {
        border-spacing: 0;
        border-collapse: collapse;
    }
    td, th
    {
        padding: 0;
    }
    @media print
    {
        *, :after, :before
        {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }
        a, a:visited
        {
            text-decoration: underline;
        }
        a[href]:after
        {
            content: " (" attr(href) ")";
        }
        abbr[title]:after
        {
            content: " (" attr(title) ")";
        }
        a[href^="javascript:"]:after, a[href^="#"]:after
        {
            content: "";
        }
        blockquote, pre
        {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        thead
        {
            display: table-header-group;
        }
        img, tr
        {
            page-break-inside: avoid;
        }
        img
        {
            max-width: 100% !important;
        }
        h2, h3, p
        {
            orphans: 3;
            widows: 3;
        }
        h2, h3
        {
            page-break-after: avoid;
        }
        .navbar
        {
            display: none;
        }
        .btn > .caret, .dropup > .btn > .caret
        {
            border-top-color: #000 !important;
        }
        .label
        {
            border: 1px solid #000;
        }
        .table
        {
            border-collapse: collapse !important;
        }
        .table td, .table th
        {
            background-color: #fff !important;
        }
        .table-bordered td, .table-bordered th
        {
            border: 1px solid #ddd !important;
        }
    }
    *
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    :after, :before
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    html
    {
        font-size: 10px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    body
    {
        font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        background-color: #fff;
    }
    button, input, select, textarea
    {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    a
    {
        color: #fff;
        text-decoration: none;
    }
    a:focus, a:hover
    {
        color: #23527c;
        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;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img
    {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .img-rounded
    {
        border-radius: 6px;
    }
    .img-thumbnail
    {
        display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .img-circle
    {
        border-radius: 50%;
    }
    hr
    {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }
   [
    role=button]
    {
        cursor: pointer;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
    {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }
    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small
    {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }
    .h1, .h2, .h3, h1, h2, h3
    {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small
    {
        font-size: 65%;
    }
    .h4, .h5, .h6, h4, h5, h6
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small
    {
        font-size: 75%;
    }
    .h1, h1
    {
        font-size: 36px;
    }
    .h2, h2
    {
        font-size: 30px;
    }
    .h3, h3
    {
        font-size: 17px;
    }
    .h4, h4
    {
        font-size: 15px;
    }
    .h5, h5
    {
        font-size: 14px;
    }
    .h6, h6
    {
        font-size: 12px;
    }
    p
    {
        margin: 0 0 10px;
    }
    .lead
    {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }
    @media (min-width:768px)
    {
        .lead
        {
            font-size: 21px;
        }
    }
    .small, small
    {
        font-size: 85%;
    }
    .mark, mark
    {
        padding: .2em;
        background-color: #fcf8e3;
    }
    .text-left
    {
        text-align: left;
    }
    .text-right
    {
        text-align: right;
    }
    .text-center
    {
        text-align: center;
    }
    .text-justify
    {
        text-align: justify;
    }
    .text-nowrap
    {
        white-space: nowrap;
    }
    .text-lowercase
    {
        text-transform: lowercase;
    }
    .text-uppercase
    {
        text-transform: uppercase;
    }
    .text-capitalize
    {
        text-transform: capitalize;
    }
    .text-muted
    {
        color: #777;
    }
    .text-primary
    {
        color: #337ab7;
    }
    a.text-primary:focus, a.text-primary:hover
    {
        color: #286090;
    }
    .text-success
    {
        color: #3c763d;
    }
    a.text-success:focus, a.text-success:hover
    {
        color: #2b542c;
    }
    .text-info
    {
        color: #31708f;
    }
    a.text-info:focus, a.text-info:hover
    {
        color: #245269;
    }
    .text-warning
    {
        color: #8a6d3b;
    }
    a.text-warning:focus, a.text-warning:hover
    {
        color: #66512c;
    }
    .text-danger
    {
        color: #a94442;
    }
    a.text-danger:focus, a.text-danger:hover
    {
        color: #843534;
    }
    .bg-primary
    {
        color: #fff;
        background-color: #337ab7;
    }
    a.bg-primary:focus, a.bg-primary:hover
    {
        background-color: #286090;
    }
    .bg-success
    {
        background-color: #dff0d8;
    }
    a.bg-success:focus, a.bg-success:hover
    {
        background-color: #c1e2b3;
    }
    .bg-info
    {
        background-color: #d9edf7;
    }
    a.bg-info:focus, a.bg-info:hover
    {
        background-color: #afd9ee;
    }
    .bg-warning
    {
        background-color: #fcf8e3;
    }
    a.bg-warning:focus, a.bg-warning:hover
    {
        background-color: #f7ecb5;
    }
    .bg-danger
    {
        background-color: #f2dede;
    }
    a.bg-danger:focus, a.bg-danger:hover
    {
        background-color: #e4b9b9;
    }
    .page-header
    {
        padding-bottom: 9px;
        margin: 40px 0 20px;
        border-bottom: 1px solid #eee;
    }
    ol, ul
    {
        margin-top: 0;
        margin-bottom: 10px;
    }
    ol ol, ol ul, ul ol, ul ul
    {
        margin-bottom: 0;
    }
    .list-unstyled
    {
        padding-left: 0;
        list-style: none;
    }
    .list-inline
    {
        padding-left: 0;
        margin-left: -5px;
        list-style: none;
    }
    .list-inline > li
    {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }
    dl
    {
        margin-top: 0;
        margin-bottom: 20px;
    }
    dd, dt
    {
        line-height: 1.42857143;
    }
    dt
    {
        font-weight: 700;
    }
    dd
    {
        margin-left: 0;
    }
    @media (min-width:768px)
    {
        .dl-horizontal dt
        {
            float: left;
            width: 160px;
            overflow: hidden;
            clear: left;
            text-align: right;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .dl-horizontal dd
        {
            margin-left: 180px;
        }
    }
    
    pre
    {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #333;
        word-break: break-all;
        word-wrap: break-word;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    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
    {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    @media (min-width:768px)
    {
        .container
        {
            width: 750px;
        }
    }
    @media (min-width:992px)
    {
        .container
        {
            width: 970px;
        }
    }
    @media (min-width:1200px)
    {
        .container
        {
            width: 1170px;
        }
    }
    .container-fluid
    {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .row
    {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
    {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
    {
        float: left;
    }
    .col-xs-12
    {
        width: 100%;
    }
    .col-xs-11
    {
        width: 91.66666667%;
    }
    .col-xs-10
    {
        width: 83.33333333%;
    }
    .col-xs-9
    {
        width: 75%;
    }
    .col-xs-8
    {
        width: 66.66666667%;
    }
    .col-xs-7
    {
        width: 58.33333333%;
    }
    .col-xs-6
    {
        width: 50%;
    }
    .col-xs-5
    {
        width: 41.66666667%;
    }
    .col-xs-4
    {
        width: 33.33333333%;
    }
    .col-xs-3
    {
        width: 25%;
    }
    .col-xs-2
    {
        width: 16.66666667%;
    }
    .col-xs-1
    {
        width: 8.33333333%;
    }
    .col-xs-pull-12
    {
        right: 100%;
    }
    .col-xs-pull-11
    {
        right: 91.66666667%;
    }
    .col-xs-pull-10
    {
        right: 83.33333333%;
    }
    .col-xs-pull-9
    {
        right: 75%;
    }
    .col-xs-pull-8
    {
        right: 66.66666667%;
    }
    .col-xs-pull-7
    {
        right: 58.33333333%;
    }
    .col-xs-pull-6
    {
        right: 50%;
    }
    .col-xs-pull-5
    {
        right: 41.66666667%;
    }
    .col-xs-pull-4
    {
        right: 33.33333333%;
    }
    .col-xs-pull-3
    {
        right: 25%;
    }
    .col-xs-pull-2
    {
        right: 16.66666667%;
    }
    .col-xs-pull-1
    {
        right: 8.33333333%;
    }
    .col-xs-pull-0
    {
        right: auto;
    }
    .col-xs-push-12
    {
        left: 100%;
    }
    .col-xs-push-11
    {
        left: 91.66666667%;
    }
    .col-xs-push-10
    {
        left: 83.33333333%;
    }
    .col-xs-push-9
    {
        left: 75%;
    }
    .col-xs-push-8
    {
        left: 66.66666667%;
    }
    .col-xs-push-7
    {
        left: 58.33333333%;
    }
    .col-xs-push-6
    {
        left: 50%;
    }
    .col-xs-push-5
    {
        left: 41.66666667%;
    }
    .col-xs-push-4
    {
        left: 33.33333333%;
    }
    .col-xs-push-3
    {
        left: 25%;
    }
    .col-xs-push-2
    {
        left: 16.66666667%;
    }
    .col-xs-push-1
    {
        left: 8.33333333%;
    }
    .col-xs-push-0
    {
        left: auto;
    }
    .col-xs-offset-12
    {
        margin-left: 100%;
    }
    .col-xs-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9
    {
        margin-left: 75%;
    }
    .col-xs-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6
    {
        margin-left: 50%;
    }
    .col-xs-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3
    {
        margin-left: 25%;
    }
    .col-xs-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0
    {
        margin-left: 0;
    }
    @media (min-width:768px)
    {
        .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9
        {
            float: left;
        }
        .col-sm-12
        {
            width: 100%;
        }
        .col-sm-11
        {
            width: 91.66666667%;
        }
        .col-sm-10
        {
            width: 83.33333333%;
        }
        .col-sm-9
        {
            width: 75%;
        }
        .col-sm-8
        {
            width: 66.66666667%;
        }
        .col-sm-7
        {
            width: 58.33333333%;
        }
        .col-sm-6
        {
            width: 50%;
        }
        .col-sm-5
        {
            width: 41.66666667%;
        }
        .col-sm-4
        {
            width: 33.33333333%;
        }
        .col-sm-3
        {
            width: 25%;
        }
        .col-sm-2
        {
            width: 16.66666667%;
        }
        .col-sm-1
        {
            width: 8.33333333%;
        }
        .col-sm-pull-12
        {
            right: 100%;
        }
        .col-sm-pull-11
        {
            right: 91.66666667%;
        }
        .col-sm-pull-10
        {
            right: 83.33333333%;
        }
        .col-sm-pull-9
        {
            right: 75%;
        }
        .col-sm-pull-8
        {
            right: 66.66666667%;
        }
        .col-sm-pull-7
        {
            right: 58.33333333%;
        }
        .col-sm-pull-6
        {
            right: 50%;
        }
        .col-sm-pull-5
        {
            right: 41.66666667%;
        }
        .col-sm-pull-4
        {
            right: 33.33333333%;
        }
        .col-sm-pull-3
        {
            right: 25%;
        }
        .col-sm-pull-2
        {
            right: 16.66666667%;
        }
        .col-sm-pull-1
        {
            right: 8.33333333%;
        }
        .col-sm-pull-0
        {
            right: auto;
        }
        .col-sm-push-12
        {
            left: 100%;
        }
        .col-sm-push-11
        {
            left: 91.66666667%;
        }
        .col-sm-push-10
        {
            left: 83.33333333%;
        }
        .col-sm-push-9
        {
            left: 75%;
        }
        .col-sm-push-8
        {
            left: 66.66666667%;
        }
        .col-sm-push-7
        {
            left: 58.33333333%;
        }
        .col-sm-push-6
        {
            left: 50%;
        }
        .col-sm-push-5
        {
            left: 41.66666667%;
        }
        .col-sm-push-4
        {
            left: 33.33333333%;
        }
        .col-sm-push-3
        {
            left: 25%;
        }
        .col-sm-push-2
        {
            left: 16.66666667%;
        }
        .col-sm-push-1
        {
            left: 8.33333333%;
        }
        .col-sm-push-0
        {
            left: auto;
        }
        .col-sm-offset-12
        {
            margin-left: 100%;
        }
        .col-sm-offset-11
        {
            margin-left: 91.66666667%;
        }
        .col-sm-offset-10
        {
            margin-left: 83.33333333%;
        }
        .col-sm-offset-9
        {
            margin-left: 75%;
        }
        .col-sm-offset-8
        {
            margin-left: 66.66666667%;
        }
        .col-sm-offset-7
        {
            margin-left: 58.33333333%;
        }
        .col-sm-offset-6
        {
            margin-left: 50%;
        }
        .col-sm-offset-5
        {
            margin-left: 41.66666667%;
        }
        .col-sm-offset-4
        {
            margin-left: 33.33333333%;
        }
        .col-sm-offset-3
        {
            margin-left: 25%;
        }
        .col-sm-offset-2
        {
            margin-left: 16.66666667%;
        }
        .col-sm-offset-1
        {
            margin-left: 8.33333333%;
        }
        .col-sm-offset-0
        {
            margin-left: 0;
        }
    }
    @media (min-width:992px)
    {
        .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9
        {
            float: left;
        }
        .col-md-12
        {
            width: 100%;
        }
        .col-md-11
        {
            width: 91.66666667%;
        }
        .col-md-10
        {
            width: 83.33333333%;
        }
        .col-md-9
        {
            width: 75%;
        }
        .col-md-8
        {
            width: 66.66666667%;
        }
        .col-md-7
        {
            width: 58.33333333%;
        }
        .col-md-6
        {
            width: 50%;
        }
        .col-md-5
        {
            width: 41.66666667%;
        }
        .col-md-4
        {
            width: 33.33333333%;
        }
        .col-md-3
        {
            width: 25%;
        }
        .col-md-2
        {
            width: 16.66666667%;
        }
        .col-md-1
        {
            width: 8.33333333%;
        }
        .col-md-pull-12
        {
            right: 100%;
        }
        .col-md-pull-11
        {
            right: 91.66666667%;
        }
        .col-md-pull-10
        {
            right: 83.33333333%;
        }
        .col-md-pull-9
        {
            right: 75%;
        }
        .col-md-pull-8
        {
            right: 66.66666667%;
        }
        .col-md-pull-7
        {
            right: 58.33333333%;
        }
        .col-md-pull-6
        {
            right: 50%;
        }
        .col-md-pull-5
        {
            right: 41.66666667%;
        }
        .col-md-pull-4
        {
            right: 33.33333333%;
        }
        .col-md-pull-3
        {
            right: 25%;
        }
        .col-md-pull-2
        {
            right: 16.66666667%;
        }
        .col-md-pull-1
        {
            right: 8.33333333%;
        }
        .col-md-pull-0
        {
            right: auto;
        }
        .col-md-push-12
        {
            left: 100%;
        }
        .col-md-push-11
        {
            left: 91.66666667%;
        }
        .col-md-push-10
        {
            left: 83.33333333%;
        }
        .col-md-push-9
        {
            left: 75%;
        }
        .col-md-push-8
        {
            left: 66.66666667%;
        }
        .col-md-push-7
        {
            left: 58.33333333%;
        }
        .col-md-push-6
        {
            left: 50%;
        }
        .col-md-push-5
        {
            left: 41.66666667%;
        }
        .col-md-push-4
        {
            left: 33.33333333%;
        }
        .col-md-push-3
        {
            left: 25%;
        }
        .col-md-push-2
        {
            left: 16.66666667%;
        }
        .col-md-push-1
        {
            left: 8.33333333%;
        }
        .col-md-push-0
        {
            left: auto;
        }
        .col-md-offset-12
        {
            margin-left: 100%;
        }
        .col-md-offset-11
        {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10
        {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9
        {
            margin-left: 75%;
        }
        .col-md-offset-8
        {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7
        {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6
        {
            margin-left: 50%;
        }
        .col-md-offset-5
        {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4
        {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3
        {
            margin-left: 25%;
        }
        .col-md-offset-2
        {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1
        {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0
        {
            margin-left: 0;
        }
    }
    @media (min-width:1200px)
    {
        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9
        {
            float: left;
        }
        .col-lg-12
        {
            width: 100%;
        }
        .col-lg-11
        {
            width: 91.66666667%;
        }
        .col-lg-10
        {
            width: 83.33333333%;
        }
        .col-lg-9
        {
            width: 75%;
        }
        .col-lg-8
        {
            width: 66.66666667%;
        }
        .col-lg-7
        {
            width: 58.33333333%;
        }
        .col-lg-6
        {
            width: 50%;
        }
        .col-lg-5
        {
            width: 41.66666667%;
        }
        .col-lg-4
        {
            width: 33.33333333%;
        }
        .col-lg-3
        {
            width: 25%;
        }
        .col-lg-2
        {
            width: 16.66666667%;
        }
        .col-lg-1
        {
            width: 8.33333333%;
        }
        .col-lg-pull-12
        {
            right: 100%;
        }
        .col-lg-pull-11
        {
            right: 91.66666667%;
        }
        .col-lg-pull-10
        {
            right: 83.33333333%;
        }
        .col-lg-pull-9
        {
            right: 75%;
        }
        .col-lg-pull-8
        {
            right: 66.66666667%;
        }
        .col-lg-pull-7
        {
            right: 58.33333333%;
        }
        .col-lg-pull-6
        {
            right: 50%;
        }
        .col-lg-pull-5
        {
            right: 41.66666667%;
        }
        .col-lg-pull-4
        {
            right: 33.33333333%;
        }
        .col-lg-pull-3
        {
            right: 25%;
        }
        .col-lg-pull-2
        {
            right: 16.66666667%;
        }
        .col-lg-pull-1
        {
            right: 8.33333333%;
        }
        .col-lg-pull-0
        {
            right: auto;
        }
        .col-lg-push-12
        {
            left: 100%;
        }
        .col-lg-push-11
        {
            left: 91.66666667%;
        }
        .col-lg-push-10
        {
            left: 83.33333333%;
        }
        .col-lg-push-9
        {
            left: 75%;
        }
        .col-lg-push-8
        {
            left: 66.66666667%;
        }
        .col-lg-push-7
        {
            left: 58.33333333%;
        }
        .col-lg-push-6
        {
            left: 50%;
        }
        .col-lg-push-5
        {
            left: 41.66666667%;
        }
        .col-lg-push-4
        {
            left: 33.33333333%;
        }
        .col-lg-push-3
        {
            left: 25%;
        }
        .col-lg-push-2
        {
            left: 16.66666667%;
        }
        .col-lg-push-1
        {
            left: 8.33333333%;
        }
        .col-lg-push-0
        {
            left: auto;
        }
        .col-lg-offset-12
        {
            margin-left: 100%;
        }
        .col-lg-offset-11
        {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10
        {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9
        {
            margin-left: 75%;
        }
        .col-lg-offset-8
        {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7
        {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6
        {
            margin-left: 50%;
        }
        .col-lg-offset-5
        {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4
        {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3
        {
            margin-left: 25%;
        }
        .col-lg-offset-2
        {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1
        {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0
        {
            margin-left: 0;
        }
    }
    table
    {
        background-color: transparent;
    }
    caption
    {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #777;
        text-align: left;
    }
    th
    {
        text-align: left;
    }
   
    }
   
  
    .media
    {
        margin-top: 15px;
    }
    .media:first-child
    {
        margin-top: 0;
    }
    .media, .media-body
    {
        overflow: hidden;
        zoom: 1;
    }
    .media-body
    {
        width: 10000px;
    }
    .media-object
    {
        display: block;
    }
    .media-object.img-thumbnail
    {
        max-width: none;
    }
    .media-right, .media > .pull-right
    {
        padding-left: 10px;
    }
    .media-left, .media > .pull-left
    {
        padding-right: 10px;
    }
    .media-body, .media-left, .media-right
    {
        display: table-cell;
        vertical-align: top;
    }
    .media-middle
    {
        vertical-align: middle;
    }
    .media-bottom
    {
        vertical-align: bottom;
    }
    .media-heading
    {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .media-list
    {
        padding-left: 0;
        list-style: none;
    }
    .list-group
    {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .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-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .list-group-item:last-child
    {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    a.list-group-item, button.list-group-item
    {
        color: #555;
    }
    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading
    {
        color: #333;
    }
    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover
    {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }
    button.list-group-item
    {
        width: 100%;
        text-align: left;
    }
    .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover
    {
        color: #777;
        cursor: not-allowed;
        background-color: #eee;
    }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading
    {
        color: inherit;
    }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text
    {
        color: #777;
    }
    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
    {
        z-index: 2;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }
    .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: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, .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
    {
        color: inherit;
    }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text
    {
        color: #c7ddef;
    }
    .list-group-item-success
    {
        color: #3c763d;
        background-color: #dff0d8;
    }
    a.list-group-item-success, button.list-group-item-success
    {
        color: #3c763d;
    }
    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading
    {
        color: inherit;
    }
    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover
    {
        color: #3c763d;
        background-color: #d0e9c6;
    }
    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover
    {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }
    .list-group-item-info
    {
        color: #31708f;
        background-color: #d9edf7;
    }
    a.list-group-item-info, button.list-group-item-info
    {
        color: #31708f;
    }
    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading
    {
        color: inherit;
    }
    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover
    {
        color: #31708f;
        background-color: #c4e3f3;
    }
    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover
    {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }
    .list-group-item-warning
    {
        color: #8a6d3b;
        background-color: #fcf8e3;
    }
    a.list-group-item-warning, button.list-group-item-warning
    {
        color: #8a6d3b;
    }
    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading
    {
        color: inherit;
    }
    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover
    {
        color: #8a6d3b;
        background-color: #faf2cc;
    }
    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover
    {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }
    .list-group-item-danger
    {
        color: #a94442;
        background-color: #f2dede;
    }
    a.list-group-item-danger, button.list-group-item-danger

    {
        color: #a94442;
    }
    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading
    {
        color: inherit;
    }
    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover
    {
        color: #a94442;
        background-color: #ebcccc;
    }
    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover
    {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }
    .list-group-item-heading
    {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .list-group-item-text
    {
        margin-bottom: 0;
        line-height: 1.3;
    }
   
    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before
    {
        display: table;
        content: " ";
    }
    .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after
    {
        clear: both;
    }
    .center-block
    {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .pull-right
    {
        float: right !important;
    }
    .pull-left
    {
        float: left !important;
    }
    .hide
    {
        display: none !important;
    }
    .show
    {
        display: block !important;
    }
    .invisible
    {
        visibility: hidden;
    }
    .text-hide
    {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }
    .hidden
    {
        display: none !important;
    }
    .affix
    {
        position: fixed;
    }  
   