@charset 'UTF-8';
.bg-default
{
    background-color: #9dc970 !important;
}

.bg-primary
{
    background-color: #59bcda !important;
}

.bg-success
{
    background-color: #59c8a7 !important;
}

.bg-info
{
    background-color: #976290 !important;
}

/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html
{
    font-family: sans-serif;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}

a
{
    background-color: transparent;
}

a:active,
a:hover
{
    outline: 0;
}

abbr[title]
{
    border-bottom: 1px dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;

    margin: .67em 0;
}

mark
{
    color: #000;
    background: #ff0;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.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
{
    font: inherit;

    margin: 0;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

input
{
    line-height: normal;
}

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

input[type='search']
{
    -webkit-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
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print
{
    *,
    *:before,
    *:after
    {
        color: #000 !important;
        background: transparent !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: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'STHeitiSC-Light', 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;

    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a
{
    text-decoration: none;

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

    color: #125178;
}
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: 3px;
}

.img-thumbnail
{
    line-height: 1.43;

    display: inline-block;

    max-width: 100%;
    height: auto;
    padding: 4px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
}

.img-circle
{
    border-radius: 50%;
}

hr
{
    margin-top: 20px;
    margin-bottom: 20px;

    border: 0;
    border-top: 1px solid #eee;
}

hr.gray
{
    border-color: #555;
}

.sr-only
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

[role='button']
{
    cursor: pointer;
}

.placeholder
{
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'STHeitiSC-Light', Arial, sans-serif;

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

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

    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3
{
    margin-top: 20px;
    margin-bottom: 10px;
}
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: 10px;
    margin-bottom: 10px;
}
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: 36px;
}

h2,
.h2
{
    font-size: 30px;
}

h3,
.h3
{
    font-size: 24px;
}

h4,
.h4
{
    font-size: 18px;
}

h5,
.h5
{
    font-size: 14px;
}

h6,
.h6
{
    font-size: 12px;
}

p
{
    margin: 0 0 10px;
}

.lead
{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;

    margin-bottom: 20px;
}
@media (min-width: 768px)
{
    .lead
    {
        font-size: 21px;
    }
}

small,
.small
{
    font-size: 85%;
}

mark,
.mark
{
    padding: .2em;

    background-color: #fffaf0;
}

.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-wordwrap
{
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-all;
}

.text-required
{
    color: #e94b3b;
}

.text-lowercase
{
    text-transform: lowercase;
}

.text-uppercase,
.initialism
{
    text-transform: uppercase;
}

.text-capitalize
{
    text-transform: capitalize;
}

.text-muted
{
    color: #777;
}

.text-default
{
    color: #9dc970 !important;
}

a.text-default:hover
{
    color: #84bb4b !important;
}

.text-primary
{
    color: #1c7ebb !important;
}

a.text-primary:hover
{
    color: #15608f !important;
}

.text-success,
.with-success
{
    color: #23ae89 !important;
}

a.text-success:hover,
a.with-success:hover
{
    color: #1a8468 !important;
}

.text-info,
.with-info
{
    color: #2ec1cc !important;
}

a.text-info:hover,
a.with-info:hover
{
    color: #259aa2 !important;
}

.text-warning,
.with-warning
{
    color: #ffb61c !important;
}

a.text-warning:hover,
a.with-warning:hover
{
    color: #e89d00 !important;
}

.text-danger,
.with-error
{
    color: #e94b3b !important;
}

a.text-danger:hover,
a.with-error:hover
{
    color: #d92a18 !important;
}

.bg-gray
{
    background-color: #f5f7f8 !important;
}

.bg-primary,
.bg-yellow,
.bg-green,
.bg-red
{
    color: #fff;
}

.bg-primary
{
    background-color: #1c7ebb;
}

a.bg-primary:hover
{
    background-color: #15608f;
}

.bg-success
{
    background-color: #f2fcf9;
}

a.bg-success:hover
{
    background-color: #c9f2e6;
}

.bg-info
{
    background-color: #eef8fc;
}

a.bg-info:hover
{
    background-color: #c3e6f4;
}

.bg-warning
{
    background-color: #fffaf0;
}

a.bg-warning:hover
{
    background-color: #ffe9bd;
}

.bg-danger
{
    background-color: #fdefee;
}

a.bg-danger:hover
{
    background-color: #f8c4c0;
}

.bg-yellow
{
    background-color: #ffb61c;
}

a.bg-yellow:hover
{
    background-color: #e89d00;
}

.bg-green
{
    background-color: #23ae89;
}

a.bg-green:hover
{
    background-color: #1a8468;
}

.bg-red
{
    background-color: #e94b3b;
}

a.bg-red:hover
{
    background-color: #d92a18;
}

.bg-white
{
    background-color: #fff;
}

.page-header
{
    margin: 40px 0 20px;
    padding-bottom: 9px;

    border-bottom: 1px solid #eee;
}

ul,
ol
{
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol
{
    margin-bottom: 0;
}

.list-unstyled
{
    padding-left: 0;

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

    list-style: none;
}
.list-inline > li
{
    display: inline-block;

    padding-right: 5px;
    padding-left: 5px;
}

dl
{
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd
{
    line-height: 1.43;
}

dt
{
    font-weight: bold;
}

dd
{
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after
{
    display: table;

    content: ' ';
}
.dl-horizontal dd:after
{
    clear: both;
}
@media (min-width: 768px)
{
    .dl-horizontal dt
    {
        float: left;
        clear: left;
        overflow: hidden;

        width: 160px;

        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .dl-horizontal dd
    {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;

    border-bottom: 1px dotted #777;
}

.initialism
{
    font-size: 90%;
}

blockquote
{
    font-size: 17.5px;

    margin: 0 0 20px;
    padding: 10px 20px;

    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child
{
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small
{
    font-size: 80%;
    line-height: 1.43;

    display: block;

    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;

    text-align: right;

    border-right: 5px solid #eee;
    border-left: 0;
}
.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
{
    font-style: normal;
    line-height: 1.43;

    margin-bottom: 20px;
}

code,
kbd,
pre,
samp
{
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code
{
    font-size: 90%;

    padding: 2px 4px;

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

    padding: 2px 4px;

    color: #fff;
    border-radius: 1px;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd
{
    font-size: 100%;
    font-weight: bold;

    padding: 0;

    box-shadow: none;
}

pre
{
    font-size: 13px;
    line-height: 1.43;

    display: block;

    margin: 0 0 10px;
    padding: 9.5px;

    word-wrap: break-word;
    word-break: break-all;

    color: #333;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f5f5f5;
}
pre code
{
    font-size: inherit;

    padding: 0;

    white-space: pre-wrap;

    color: inherit;
    border-radius: 0;
    background-color: transparent;
}

.pre-scrollable
{
    overflow-y: scroll;

    max-height: 340px;
}

.container
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container:before,
.container:after
{
    display: table;

    content: ' ';
}
.container:after
{
    clear: both;
}
@media (min-width: 768px)
{
    .container
    {
        width: 750px;
    }
}
@media (min-width: 992px)
{
    .container
    {
        width: 970px;
    }
}
@media (min-width: 1442px)
{
    .container
    {
        width: 1170px;
    }
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid:before,
.container-fluid:after
{
    display: table;

    content: ' ';
}
.container-fluid:after
{
    clear: both;
}

.row
{
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after
{
    display: table;

    content: ' ';
}
.row:after
{
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12
{
    position: relative;

    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12
{
    float: left;
}

.col-xs-1
{
    width: 8.33333%;
}

.col-xs-2
{
    width: 16.66667%;
}

.col-xs-3
{
    width: 25%;
}

.col-xs-4
{
    width: 33.33333%;
}

.col-xs-5
{
    width: 41.66667%;
}

.col-xs-6
{
    width: 50%;
}

.col-xs-7
{
    width: 58.33333%;
}

.col-xs-8
{
    width: 66.66667%;
}

.col-xs-9
{
    width: 75%;
}

.col-xs-10
{
    width: 83.33333%;
}

.col-xs-11
{
    width: 91.66667%;
}

.col-xs-12
{
    width: 100%;
}

.col-xs-pull-0
{
    right: auto;
}

.col-xs-pull-1
{
    right: 8.33333%;
}

.col-xs-pull-2
{
    right: 16.66667%;
}

.col-xs-pull-3
{
    right: 25%;
}

.col-xs-pull-4
{
    right: 33.33333%;
}

.col-xs-pull-5
{
    right: 41.66667%;
}

.col-xs-pull-6
{
    right: 50%;
}

.col-xs-pull-7
{
    right: 58.33333%;
}

.col-xs-pull-8
{
    right: 66.66667%;
}

.col-xs-pull-9
{
    right: 75%;
}

.col-xs-pull-10
{
    right: 83.33333%;
}

.col-xs-pull-11
{
    right: 91.66667%;
}

.col-xs-pull-12
{
    right: 100%;
}

.col-xs-push-0
{
    left: auto;
}

.col-xs-push-1
{
    left: 8.33333%;
}

.col-xs-push-2
{
    left: 16.66667%;
}

.col-xs-push-3
{
    left: 25%;
}

.col-xs-push-4
{
    left: 33.33333%;
}

.col-xs-push-5
{
    left: 41.66667%;
}

.col-xs-push-6
{
    left: 50%;
}

.col-xs-push-7
{
    left: 58.33333%;
}

.col-xs-push-8
{
    left: 66.66667%;
}

.col-xs-push-9
{
    left: 75%;
}

.col-xs-push-10
{
    left: 83.33333%;
}

.col-xs-push-11
{
    left: 91.66667%;
}

.col-xs-push-12
{
    left: 100%;
}

.col-xs-offset-0
{
    margin-left: 0;
}

.col-xs-offset-1
{
    margin-left: 8.33333%;
}

.col-xs-offset-2
{
    margin-left: 16.66667%;
}

.col-xs-offset-3
{
    margin-left: 25%;
}

.col-xs-offset-4
{
    margin-left: 33.33333%;
}

.col-xs-offset-5
{
    margin-left: 41.66667%;
}

.col-xs-offset-6
{
    margin-left: 50%;
}

.col-xs-offset-7
{
    margin-left: 58.33333%;
}

.col-xs-offset-8
{
    margin-left: 66.66667%;
}

.col-xs-offset-9
{
    margin-left: 75%;
}

.col-xs-offset-10
{
    margin-left: 83.33333%;
}

.col-xs-offset-11
{
    margin-left: 91.66667%;
}

.col-xs-offset-12
{
    margin-left: 100%;
}

@media (min-width: 768px)
{
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12
    {
        float: left;
    }

    .col-sm-1
    {
        width: 8.33333%;
    }

    .col-sm-2
    {
        width: 16.66667%;
    }

    .col-sm-3
    {
        width: 25%;
    }

    .col-sm-4
    {
        width: 33.33333%;
    }

    .col-sm-5
    {
        width: 41.66667%;
    }

    .col-sm-6
    {
        width: 50%;
    }

    .col-sm-7
    {
        width: 58.33333%;
    }

    .col-sm-8
    {
        width: 66.66667%;
    }

    .col-sm-9
    {
        width: 75%;
    }

    .col-sm-10
    {
        width: 83.33333%;
    }

    .col-sm-11
    {
        width: 91.66667%;
    }

    .col-sm-12
    {
        width: 100%;
    }

    .col-sm-pull-0
    {
        right: auto;
    }

    .col-sm-pull-1
    {
        right: 8.33333%;
    }

    .col-sm-pull-2
    {
        right: 16.66667%;
    }

    .col-sm-pull-3
    {
        right: 25%;
    }

    .col-sm-pull-4
    {
        right: 33.33333%;
    }

    .col-sm-pull-5
    {
        right: 41.66667%;
    }

    .col-sm-pull-6
    {
        right: 50%;
    }

    .col-sm-pull-7
    {
        right: 58.33333%;
    }

    .col-sm-pull-8
    {
        right: 66.66667%;
    }

    .col-sm-pull-9
    {
        right: 75%;
    }

    .col-sm-pull-10
    {
        right: 83.33333%;
    }

    .col-sm-pull-11
    {
        right: 91.66667%;
    }

    .col-sm-pull-12
    {
        right: 100%;
    }

    .col-sm-push-0
    {
        left: auto;
    }

    .col-sm-push-1
    {
        left: 8.33333%;
    }

    .col-sm-push-2
    {
        left: 16.66667%;
    }

    .col-sm-push-3
    {
        left: 25%;
    }

    .col-sm-push-4
    {
        left: 33.33333%;
    }

    .col-sm-push-5
    {
        left: 41.66667%;
    }

    .col-sm-push-6
    {
        left: 50%;
    }

    .col-sm-push-7
    {
        left: 58.33333%;
    }

    .col-sm-push-8
    {
        left: 66.66667%;
    }

    .col-sm-push-9
    {
        left: 75%;
    }

    .col-sm-push-10
    {
        left: 83.33333%;
    }

    .col-sm-push-11
    {
        left: 91.66667%;
    }

    .col-sm-push-12
    {
        left: 100%;
    }

    .col-sm-offset-0
    {
        margin-left: 0;
    }

    .col-sm-offset-1
    {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2
    {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3
    {
        margin-left: 25%;
    }

    .col-sm-offset-4
    {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5
    {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6
    {
        margin-left: 50%;
    }

    .col-sm-offset-7
    {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8
    {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9
    {
        margin-left: 75%;
    }

    .col-sm-offset-10
    {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11
    {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12
    {
        margin-left: 100%;
    }
}
@media (min-width: 992px)
{
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12
    {
        float: left;
    }

    .col-md-1
    {
        width: 8.33333%;
    }

    .col-md-2
    {
        width: 16.66667%;
    }

    .col-md-3
    {
        width: 25%;
    }

    .col-md-4
    {
        width: 33.33333%;
    }

    .col-md-5
    {
        width: 41.66667%;
    }

    .col-md-6
    {
        width: 50%;
    }

    .col-md-7
    {
        width: 58.33333%;
    }

    .col-md-8
    {
        width: 66.66667%;
    }

    .col-md-9
    {
        width: 75%;
    }

    .col-md-10
    {
        width: 83.33333%;
    }

    .col-md-11
    {
        width: 91.66667%;
    }

    .col-md-12
    {
        width: 100%;
    }

    .col-md-pull-0
    {
        right: auto;
    }

    .col-md-pull-1
    {
        right: 8.33333%;
    }

    .col-md-pull-2
    {
        right: 16.66667%;
    }

    .col-md-pull-3
    {
        right: 25%;
    }

    .col-md-pull-4
    {
        right: 33.33333%;
    }

    .col-md-pull-5
    {
        right: 41.66667%;
    }

    .col-md-pull-6
    {
        right: 50%;
    }

    .col-md-pull-7
    {
        right: 58.33333%;
    }

    .col-md-pull-8
    {
        right: 66.66667%;
    }

    .col-md-pull-9
    {
        right: 75%;
    }

    .col-md-pull-10
    {
        right: 83.33333%;
    }

    .col-md-pull-11
    {
        right: 91.66667%;
    }

    .col-md-pull-12
    {
        right: 100%;
    }

    .col-md-push-0
    {
        left: auto;
    }

    .col-md-push-1
    {
        left: 8.33333%;
    }

    .col-md-push-2
    {
        left: 16.66667%;
    }

    .col-md-push-3
    {
        left: 25%;
    }

    .col-md-push-4
    {
        left: 33.33333%;
    }

    .col-md-push-5
    {
        left: 41.66667%;
    }

    .col-md-push-6
    {
        left: 50%;
    }

    .col-md-push-7
    {
        left: 58.33333%;
    }

    .col-md-push-8
    {
        left: 66.66667%;
    }

    .col-md-push-9
    {
        left: 75%;
    }

    .col-md-push-10
    {
        left: 83.33333%;
    }

    .col-md-push-11
    {
        left: 91.66667%;
    }

    .col-md-push-12
    {
        left: 100%;
    }

    .col-md-offset-0
    {
        margin-left: 0;
    }

    .col-md-offset-1
    {
        margin-left: 8.33333%;
    }

    .col-md-offset-2
    {
        margin-left: 16.66667%;
    }

    .col-md-offset-3
    {
        margin-left: 25%;
    }

    .col-md-offset-4
    {
        margin-left: 33.33333%;
    }

    .col-md-offset-5
    {
        margin-left: 41.66667%;
    }

    .col-md-offset-6
    {
        margin-left: 50%;
    }

    .col-md-offset-7
    {
        margin-left: 58.33333%;
    }

    .col-md-offset-8
    {
        margin-left: 66.66667%;
    }

    .col-md-offset-9
    {
        margin-left: 75%;
    }

    .col-md-offset-10
    {
        margin-left: 83.33333%;
    }

    .col-md-offset-11
    {
        margin-left: 91.66667%;
    }

    .col-md-offset-12
    {
        margin-left: 100%;
    }
}
@media (min-width: 1442px)
{
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12
    {
        float: left;
    }

    .col-lg-1
    {
        width: 8.33333%;
    }

    .col-lg-2
    {
        width: 16.66667%;
    }

    .col-lg-3
    {
        width: 25%;
    }

    .col-lg-4
    {
        width: 33.33333%;
    }

    .col-lg-5
    {
        width: 41.66667%;
    }

    .col-lg-6
    {
        width: 50%;
    }

    .col-lg-7
    {
        width: 58.33333%;
    }

    .col-lg-8
    {
        width: 66.66667%;
    }

    .col-lg-9
    {
        width: 75%;
    }

    .col-lg-10
    {
        width: 83.33333%;
    }

    .col-lg-11
    {
        width: 91.66667%;
    }

    .col-lg-12
    {
        width: 100%;
    }

    .col-lg-pull-0
    {
        right: auto;
    }

    .col-lg-pull-1
    {
        right: 8.33333%;
    }

    .col-lg-pull-2
    {
        right: 16.66667%;
    }

    .col-lg-pull-3
    {
        right: 25%;
    }

    .col-lg-pull-4
    {
        right: 33.33333%;
    }

    .col-lg-pull-5
    {
        right: 41.66667%;
    }

    .col-lg-pull-6
    {
        right: 50%;
    }

    .col-lg-pull-7
    {
        right: 58.33333%;
    }

    .col-lg-pull-8
    {
        right: 66.66667%;
    }

    .col-lg-pull-9
    {
        right: 75%;
    }

    .col-lg-pull-10
    {
        right: 83.33333%;
    }

    .col-lg-pull-11
    {
        right: 91.66667%;
    }

    .col-lg-pull-12
    {
        right: 100%;
    }

    .col-lg-push-0
    {
        left: auto;
    }

    .col-lg-push-1
    {
        left: 8.33333%;
    }

    .col-lg-push-2
    {
        left: 16.66667%;
    }

    .col-lg-push-3
    {
        left: 25%;
    }

    .col-lg-push-4
    {
        left: 33.33333%;
    }

    .col-lg-push-5
    {
        left: 41.66667%;
    }

    .col-lg-push-6
    {
        left: 50%;
    }

    .col-lg-push-7
    {
        left: 58.33333%;
    }

    .col-lg-push-8
    {
        left: 66.66667%;
    }

    .col-lg-push-9
    {
        left: 75%;
    }

    .col-lg-push-10
    {
        left: 83.33333%;
    }

    .col-lg-push-11
    {
        left: 91.66667%;
    }

    .col-lg-push-12
    {
        left: 100%;
    }

    .col-lg-offset-0
    {
        margin-left: 0;
    }

    .col-lg-offset-1
    {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2
    {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3
    {
        margin-left: 25%;
    }

    .col-lg-offset-4
    {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5
    {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6
    {
        margin-left: 50%;
    }

    .col-lg-offset-7
    {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8
    {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9
    {
        margin-left: 75%;
    }

    .col-lg-offset-10
    {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11
    {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12
    {
        margin-left: 100%;
    }
}
table
{
    background-color: transparent;
}

caption
{
    padding-top: 8px;
    padding-bottom: 8px;

    text-align: left;

    color: #777;
}

th
{
    text-align: left;
}

.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td
{
    line-height: 1.43;

    padding: 8px;

    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;

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

    display: table-cell;
    float: none;
}

.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: #f2fcf9;
}

.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: #ddf7ef;
}

.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: #eef8fc;
}

.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: #d8eff8;
}

.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: #fffaf0;
}

.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: #fff2d7;
}

.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: #fdefee;
}

.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: #fadad7;
}

.table-responsive
{
    overflow-x: auto;

    min-height: .01%;
}
@media screen and (max-width: 767px)
{
    .table-responsive
    {
        overflow-y: hidden;

        width: 100%;
        margin-bottom: 15px;

        border: 1px solid #ddd;

        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table
    {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td
    {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered
    {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child
    {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child
    {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td
    {
        border-bottom: 0;
    }
}

tr.nobordered > td,
tr.nobordered > th
{
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
}

.table-nowrap > thead > tr > th,
.table-nowrap > thead > tr > td,
.table-nowrap > tbody > tr > th,
.table-nowrap > tbody > tr > td,
.table-nowrap > tfoot > tr > th,
.table-nowrap > tfoot > tr > td
{
    white-space: nowrap;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: 21px;
    line-height: inherit;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 0;

    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label
{
    font-weight: bold;

    display: inline-block;

    max-width: 100%;
    margin-bottom: 5px;
}

input[type='search']
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox']
{
    line-height: normal;

    margin: 4px 0 0;
    margin-top: 1px \9;
}

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
{
    font-size: 14px;
    line-height: 1.43;

    display: block;

    padding-top: 7px;

    color: #555;
}

.form-control
{
    font-size: 14px;
    line-height: 1.43;

    display: block;

    width: 100%;
    height: 34px;
    padding: 6px 12px;

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus
{
    border-color: #1c7ebb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control::-moz-placeholder
{
    opacity: 1;
    color: #999;
}
.form-control:-ms-input-placeholder
{
    color: #999;
}
.form-control::-webkit-input-placeholder
{
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control
{
    opacity: 1;
    background-color: #eee;
}
.form-control[disabled],
fieldset[disabled] .form-control
{
    cursor: not-allowed;
}

textarea.form-control
{
    height: auto;
}

input[type='search']
{
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    input[type='date'],
    input[type='time'],
    input[type='datetime-local'],
    input[type='month']
    {
        line-height: 34px;
    }
    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: 30px;
    }
    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: 46px;
    }
}
.form-group
{
    margin-bottom: 15px;
}

.radio,
.checkbox
{
    position: relative;

    display: block;

    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label
{
    font-weight: normal;

    min-height: 20px;
    margin-bottom: 0;
    padding-left: 20px;

    cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox']
{
    position: absolute;

    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox
{
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin-bottom: 0;
    padding-left: 20px;

    cursor: pointer;
    vertical-align: middle;
}

.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
{
    min-height: 34px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn
{
    padding-right: 0;
    padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn
{
    font-size: 12px;
    line-height: 1.5;

    height: 30px;
    padding: 5px 10px;

    border-radius: 1px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn
{
    line-height: 30px;

    height: 30px;
}

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
{
    font-size: 12px;
    line-height: 1.5;

    height: 30px;
    padding: 5px 10px;

    border-radius: 1px;
}
.form-group-sm select.form-control
{
    line-height: 30px;

    height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control
{
    height: auto;
}
.form-group-sm .form-control-static
{
    font-size: 12px;
    line-height: 1.5;

    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn
{
    font-size: 18px;
    line-height: 1.33333;

    height: 46px;
    padding: 10px 16px;

    border-radius: 3px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn
{
    line-height: 46px;

    height: 46px;
}

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
{
    font-size: 18px;
    line-height: 1.33333;

    height: 46px;
    padding: 10px 16px;

    border-radius: 3px;
}
.form-group-lg select.form-control
{
    line-height: 46px;

    height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control
{
    height: auto;
}
.form-group-lg .form-control-static
{
    font-size: 18px;
    line-height: 1.33333;

    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
}

.has-feedback
{
    position: relative;
}
.has-feedback .form-control
{
    padding-right: 42.5px;
}

.form-control-feedback
{
    line-height: 34px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: block;

    width: 34px;
    height: 34px;

    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
{
    line-height: 46px;

    width: 46px;
    height: 46px;
}

.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
{
    line-height: 30px;

    width: 30px;
    height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label
{
    color: #229173;
}
.has-success .form-control
{
    border-color: #229173;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus
{
    border-color: #186852;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .input-group-addon
{
    color: #229173;
    border-color: #229173;
    background-color: #f2fcf9;
}
.has-success .form-control-feedback
{
    color: #229173;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label
{
    color: #af7f18;
}
.has-warning .form-control
{
    border-color: #af7f18;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus
{
    border-color: #825e12;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .input-group-addon
{
    color: #af7f18;
    border-color: #af7f18;
    background-color: #fffaf0;
}
.has-warning .form-control-feedback
{
    color: #af7f18;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label
{
    color: #b13d31;
}
.has-error .form-control
{
    border-color: #b13d31;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus
{
    border-color: #892f26;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .input-group-addon
{
    color: #b13d31;
    border-color: #b13d31;
    background-color: #fdefee;
}
.has-error .form-control-feedback
{
    color: #b13d31;
}

.has-feedback label ~ .form-control-feedback
{
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback
{
    top: 0;
}

.help-block
{
    display: block;

    margin-top: 6px;
    margin-bottom: 8px;

    color: #737373;
}

@media (min-width: 768px)
{
    .form-inline .form-group
    {
        display: inline-block;

        margin-bottom: 0;

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

        width: auto;

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

        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control
    {
        width: auto;
    }
    .form-inline .input-group > .form-control
    {
        width: 100%;
    }
    .form-inline .control-label
    {
        margin-bottom: 0;

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

        margin-top: 0;
        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label
    {
        padding-left: 0;
    }
    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox']
    {
        position: relative;

        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
@media (min-width: 768px)
{
    .form-inline .form-group
    {
        margin-right: 15px;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox
{
    min-height: 27px;
}
.form-horizontal .form-group
{
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after
{
    display: table;

    content: ' ';
}
.form-horizontal .form-group:after
{
    clear: both;
}
@media (min-width: 768px)
{
    .form-horizontal .control-label
    {
        padding-top: 7px;

        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback
{
    right: 15px;
}
@media (min-width: 768px)
{
    .form-horizontal .form-group-lg .control-label
    {
        padding-top: 14.33333px;
    }
}
@media (min-width: 768px)
{
    .form-horizontal .form-group-sm .control-label
    {
        padding-top: 6px;
    }
}

@media (min-width: 1442px)
{
    .form-wrapper.form-horizontal
    {
        padding-right: 25%;
    }
}
.form-wrapper div[class^='col-md-offset-'] .btn:not(:first-child):last-child
{
    margin-left: 15px;
}

.form-separate
{
    line-height: 2.5;

    margin-bottom: 15px;
    padding: 0 12px;

    background-color: #eee;
}

.form-view
{
    margin-bottom: 15px;
}
.form-view .control-label
{
    position: relative;

    float: left;

    width: 140px;
    min-height: 1px;
    padding-left: 15px;
}
.form-view .control-item
{
    position: relative;

    margin-left: 150px;
    padding-right: 15px;
}
.form-view .control-submit
{
    margin-left: 150px;
}

@media (min-width: 768px)
{
    .form-filter .form-group
    {
        margin-bottom: 15px;
    }
    .form-filter .form-filter-label
    {
        width: 60px;
        max-width: inherit;

        text-align: right;
    }
    .form-filter .form-filter-control
    {
        width: 224px !important;
    }
    .form-filter .form-filter-control2
    {
        width: 102px !important;
    }
    .form-filter .form-filter-control3
    {
        width: 110px !important;
    }
    .form-filter .input-group-addon
    {
        padding: 6px !important;
    }
}
.form-control-bottom
{
    -webkit-transition: border-color ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s;
            transition: border-color ease-in-out .15s;

    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.btn
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;

    display: inline-block;

    margin-bottom: 0;
    padding: 6px 12px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    border: 1px solid transparent;
    border-radius: 2px;
    background-image: none;

    touch-action: manipulation;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus
{
    text-decoration: none;

    color: #333;
}
.btn:active,
.btn.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn
{
    cursor: not-allowed;
    pointer-events: none;

    opacity: .65;
    -webkit-box-shadow: none;
            box-shadow: none;

    filter: alpha(opacity=65);
}

.btn-default
{
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle
{
    color: #333;
    border-color: #adadad;
    background-color: #e6e6e6;
}
.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
{
    border-color: #ccc;
    background-color: #fff;
}
.btn-default .badge
{
    color: #fff;
    background-color: #333;
}

.btn-primary
{
    color: #fff;
    border-color: #196fa5;
    background-color: #1c7ebb;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle
{
    color: #fff;
    border-color: #114b70;
    background-color: #15608f;
}
.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
{
    border-color: #196fa5;
    background-color: #1c7ebb;
}
.btn-primary .badge
{
    color: #1c7ebb;
    background-color: #fff;
}

.btn-success
{
    color: #fff;
    border-color: #1f9978;
    background-color: #23ae89;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle
{
    color: #fff;
    border-color: #146650;
    background-color: #1a8468;
}
.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
{
    border-color: #1f9978;
    background-color: #23ae89;
}
.btn-success .badge
{
    color: #23ae89;
    background-color: #fff;
}

.btn-info
{
    color: #fff;
    border-color: #29adb7;
    background-color: #2ec1cc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle
{
    color: #fff;
    border-color: #1e7e85;
    background-color: #259aa2;
}
.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
{
    border-color: #29adb7;
    background-color: #2ec1cc;
}
.btn-info .badge
{
    color: #2ec1cc;
    background-color: #fff;
}

.btn-warning
{
    color: #fff;
    border-color: #ffae03;
    background-color: #ffb61c;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle
{
    color: #fff;
    border-color: #c48500;
    background-color: #e89d00;
}
.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
{
    border-color: #ffae03;
    background-color: #ffb61c;
}
.btn-warning .badge
{
    color: #ffb61c;
    background-color: #fff;
}

.btn-danger
{
    color: #fff;
    border-color: #e63624;
    background-color: #e94b3b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle
{
    color: #fff;
    border-color: #b92415;
    background-color: #d92a18;
}
.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
{
    border-color: #e63624;
    background-color: #e94b3b;
}
.btn-danger .badge
{
    color: #e94b3b;
    background-color: #fff;
}

.btn-link
{
    font-weight: normal;

    color: #1c7ebb;
    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
{
    text-decoration: underline;

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

    color: #777;
}

.btn-lg,
.btn-group-lg > .btn
{
    font-size: 18px;
    line-height: 1.33333;

    padding: 10px 16px;

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

    padding: 5px 10px;

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

    padding: 1px 5px;

    border-radius: 1px;
}

.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%;
}

.btn + .btn
{
    margin-left: 15px;
}

.fade
{
    -webkit-transition: opacity .15s linear;
         -o-transition: opacity .15s linear;
            transition: opacity .15s linear;

    opacity: 0;
}
.fade.in
{
    opacity: 1;
}

.collapse
{
    display: none;
}
.collapse.in
{
    display: block;
}

tr.collapse.in
{
    display: table-row;
}

tbody.collapse.in
{
    display: table-row-group;
}

.collapsing
{
    position: relative;

    overflow: hidden;

    height: 0;

    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: height, visibility;
            transition-property: height, visibility;
}

.caret
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 2px;

    vertical-align: middle;

    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown
{
    position: relative;
}

.dropdown-toggle:focus
{
    outline: 0;
}

.dropdown-menu
{
    font-size: 14px;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;

    list-style: none;

    text-align: left;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right
{
    right: 0;
    left: auto;
}
.dropdown-menu .divider
{
    overflow: hidden;

    height: 1px;
    margin: 9px 0;

    background-color: #e5e5e5;
}
.dropdown-menu > li > a
{
    font-weight: normal;
    line-height: 1.43;

    display: block;
    clear: both;

    padding: 3px 20px;

    white-space: nowrap;

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

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

    color: #fff;
    outline: 0;
    background-color: #1c7ebb;
}

.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
{
    cursor: not-allowed;
    text-decoration: none;

    background-color: transparent;
    background-image: none;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu
{
    display: block;
}
.open > a
{
    outline: 0;
}

.dropdown-menu-right
{
    right: 0;
    left: auto;
}

.dropdown-menu-left
{
    right: auto;
    left: 0;
}

.dropdown-header
{
    font-size: 12px;
    line-height: 1.43;

    display: block;

    padding: 3px 20px;

    white-space: nowrap;

    color: #777;
}

.dropdown-backdrop
{
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pull-right > .dropdown-menu
{
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret
{
    content: '';

    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu
{
    top: auto;
    bottom: 100%;

    margin-bottom: 2px;
}

@media (min-width: 768px)
{
    .navbar-right .dropdown-menu
    {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left
    {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn
{
    position: relative;

    float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active
{
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group
{
    margin-left: -1px;
}

.btn-toolbar
{
    margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after
{
    display: table;

    content: ' ';
}
.btn-toolbar:after
{
    clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group
{
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group
{
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
    border-radius: 0;
}

.btn-group > .btn:first-child
{
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group
{
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle
{
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle
{
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle
{
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle
{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn .caret
{
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret
{
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret
{
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn
{
    display: block;
    float: none;

    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after
{
    display: table;

    content: ' ';
}
.btn-group-vertical > .btn-group:after
{
    clear: both;
}
.btn-group-vertical > .btn-group > .btn
{
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group
{
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child)
{
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child)
{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child)
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified
{
    display: table;

    width: 100%;

    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group
{
    display: table-cell;
    float: none;

    width: 1%;
}
.btn-group-justified > .btn-group .btn
{
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu
{
    left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox']
{
    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none;
}

.input-group
{
    position: relative;

    display: table;

    border-collapse: separate;
}
.input-group[class*='col-']
{
    float: none;

    padding-right: 0;
    padding-left: 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%;

    vertical-align: middle;
    white-space: nowrap;
}

.input-group-addon
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1;

    padding: 6px 12px;

    text-align: center;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #eee;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn
{
    font-size: 12px;

    padding: 5px 10px;

    border-radius: 1px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn
{
    font-size: 18px;

    padding: 10px 16px;

    border-radius: 3px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox']
{
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child
{
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child
{
    border-left: 0;
}

.input-group-btn
{
    font-size: 0;

    position: relative;

    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
{
    display: table;

    content: ' ';
}
.nav:after
{
    clear: both;
}
.nav > li
{
    position: relative;

    display: block;
}
.nav > li > a
{
    position: relative;

    display: block;

    padding: 10px 15px;
}
.nav > li > a:hover
{
    text-decoration: none;

    background-color: #eee;
}
.nav > li > a:focus
{
    text-decoration: none;
}
.nav > li.disabled > a
{
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus
{
    cursor: not-allowed;
    text-decoration: none;

    color: #777;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    border-color: #1c7ebb;
    background-color: #eee;
}
.nav .nav-divider
{
    overflow: hidden;

    height: 1px;
    margin: 9px 0;

    background-color: #e5e5e5;
}
.nav > li > a > img
{
    max-width: none;
}

.nav-tabs
{
    margin-bottom: 15px;

    border-bottom: 1px solid #ddd;
}
.nav-tabs > li
{
    float: left;

    margin-bottom: -1px;
}
.nav-tabs > li > a
{
    line-height: 1.43;

    margin-right: 2px;

    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover
{
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    cursor: default;

    color: #555;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
}

.nav-pills > li
{
    float: left;
}
.nav-pills > li > a
{
    border-radius: 2px;
}
.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: #1c7ebb;
}

.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
{
    margin-bottom: 5px;

    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}
@media (min-width: 768px)
{
    .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: 2px;
}
.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: 768px)
{
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a
    {
        border-bottom: 1px solid #ddd;
        border-radius: 2px 2px 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;
}
.tab-content > .active
{
    display: block;
}

.nav-tabs .dropdown-menu
{
    margin-top: -1px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar
{
    position: relative;

    height: 50px \9;
    min-height: 50px;
    margin-bottom: 20px;

    border: 1px solid transparent;
}
.navbar:before,
.navbar:after
{
    display: table;

    content: ' ';
}
.navbar:after
{
    clear: both;
}
@media (min-width: 768px)
{
    .navbar
    {
        border-radius: 2px;
    }
}

.navbar-header:before,
.navbar-header:after
{
    display: table;

    content: ' ';
}
.navbar-header:after
{
    clear: both;
}
@media (min-width: 768px)
{
    .navbar-header
    {
        float: left;
    }
}

.navbar-collapse
{
    overflow-x: visible;

    padding-right: 15px;
    padding-left: 15px;

    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);

    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after
{
    display: table;

    content: ' ';
}
.navbar-collapse:after
{
    clear: both;
}
.navbar-collapse.in
{
    overflow-y: auto;
}
@media (min-width: 768px)
{
    .navbar-collapse
    {
        width: auto;

        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse
    {
        display: block !important;
        overflow: visible !important;

        height: auto !important;
        padding-bottom: 0;
    }
    .navbar-collapse.in
    {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse
{
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape)
{
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse
{
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px)
{
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top
{
    z-index: 1000;

    border-width: 0 0 1px;
    background-color: #2b3d51 !important;
}
@media (min-width: 768px)
{
    .navbar-static-top
    {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom
{
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}
@media (min-width: 768px)
{
    .navbar-fixed-top,
    .navbar-fixed-bottom
    {
        border-radius: 0;
    }
}

.navbar-fixed-top
{
    top: 0;

    border-width: 0 0 1px;
}

.navbar-fixed-bottom
{
    bottom: 0;

    margin-bottom: 0;

    border-width: 1px 0 0;
}

.navbar-brand
{
    font-size: 18px;
    line-height: 20px;

    float: left;

    height: 50px;
    padding: 15px 15px;
}
.navbar-brand:hover,
.navbar-brand:focus
{
    text-decoration: none;
}
.navbar-brand > img
{
    display: block;
}
@media (min-width: 768px)
{
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand
    {
        margin-left: -15px;
    }
}

.navbar-toggle
{
    position: relative;

    float: right;

    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 9px 10px;

    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent;
    background-image: none;
}
.navbar-toggle:focus
{
    outline: 0;
}
.navbar-toggle .icon-bar
{
    display: block;

    width: 22px;
    height: 2px;

    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar
{
    margin-top: 4px;
}
@media (min-width: 768px)
{
    .navbar-toggle
    {
        display: none;
    }
}

.navbar-nav
{
    margin: 7.5px -15px;
}
.navbar-nav > li > a
{
    line-height: 20px;

    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px)
{
    .navbar-nav .open .dropdown-menu
    {
        position: static;

        float: none;

        width: auto;
        margin-top: 0;

        border: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header
    {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a
    {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus
    {
        background-image: none;
    }
}
@media (min-width: 768px)
{
    .navbar-nav
    {
        float: left;

        margin: 0;
    }
    .navbar-nav > li
    {
        float: left;
    }
    .navbar-nav > li > a
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form
{
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    padding: 10px 15px;

    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px)
{
    .navbar-form .form-group
    {
        display: inline-block;

        margin-bottom: 0;

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

        width: auto;

        vertical-align: middle;
    }
    .navbar-form .form-control-static
    {
        display: inline-block;
    }
    .navbar-form .input-group
    {
        display: inline-table;

        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control
    {
        width: auto;
    }
    .navbar-form .input-group > .form-control
    {
        width: 100%;
    }
    .navbar-form .control-label
    {
        margin-bottom: 0;

        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox
    {
        display: inline-block;

        margin-top: 0;
        margin-bottom: 0;

        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label
    {
        padding-left: 0;
    }
    .navbar-form .radio input[type='radio'],
    .navbar-form .checkbox input[type='checkbox']
    {
        position: relative;

        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
@media (max-width: 767px)
{
    .navbar-form .form-group
    {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child
    {
        margin-bottom: 0;
    }
}
@media (min-width: 768px)
{
    .navbar-form
    {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;

        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu
{
    margin-top: 0;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu
{
    margin-bottom: 0;

    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn
{
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn
{
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text
{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px)
{
    .navbar-text
    {
        float: left;

        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px)
{
    .navbar-left
    {
        float: left !important;
    }

    .navbar-right
    {
        float: right !important;

        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right
    {
        margin-right: 0;
    }
}
.navbar-default
{
    border-color: #e7e7e7;
    background-color: #f8f8f8;
}
.navbar-default .navbar-brand
{
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
    color: #fff !important;
    background-color: transparent;
}
.navbar-default .navbar-text
{
    color: #777;
}
.navbar-default .navbar-nav > li > a
{
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus
{
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle
{
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form
{
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link
{
    color: #777;
}
.navbar-default .navbar-link:hover
{
    color: #333;
}
.navbar-default .btn-link
{
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus
{
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus
{
    color: #ccc;
}

.navbar-inverse
{
    border-color: #090909;
    background-color: #222;
}
.navbar-inverse .navbar-brand
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus
{
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle
{
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus
{
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form
{
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus
{
    color: #fff;
    background-color: #090909;
}
@media (max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header
    {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider
    {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a
    {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover
{
    color: #fff;
}
.navbar-inverse .btn-link
{
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus
{
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus
{
    color: #444;
}

.breadcrumb
{
    margin-bottom: 20px;
    padding: 8px 15px;

    list-style: none;

    border-radius: 2px;
    background-color: #f5f5f5;
}
.breadcrumb > li
{
    display: inline-block;
}
.breadcrumb > li + li:before
{
    padding: 0 5px;

    content: '/ ';

    color: #ccc;
}
.breadcrumb > .active
{
    color: #777;
}

.pagination
{
    display: inline-block;

    margin-bottom: 20px;
    padding-left: 0;

    border-radius: 2px;
}
.pagination > li
{
    display: inline;
}
.pagination > li > a,
.pagination > li > span
{
    line-height: 1.43;

    position: relative;

    float: left;

    margin-left: -1px;
    padding: 6px 12px;

    text-decoration: none;

    color: #1c7ebb;
    border: 1px solid #ddd;
    background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span
{
    margin-left: 0;

    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span
{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus
{
    color: #125178;
    border-color: #ddd;
    background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus
{
    z-index: 2;

    cursor: default;

    color: #fff;
    border-color: #1c7ebb;
    background-color: #1c7ebb;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus
{
    cursor: not-allowed;

    color: #777;
    border-color: #ddd;
    background-color: #fff;
}

.pagination-lg > li > a,
.pagination-lg > li > span
{
    font-size: 18px;

    padding: 10px 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span
{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-sm > li > a,
.pagination-sm > li > span
{
    font-size: 12px;

    padding: 5px 10px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span
{
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span
{
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.pagination-info
{
    float: right;

    padding: 7px 13px;
}

.pager
{
    margin: 20px 0;
    padding-left: 0;

    list-style: none;

    text-align: center;
}
.pager:before,
.pager:after
{
    display: table;

    content: ' ';
}
.pager:after
{
    clear: both;
}
.pager li
{
    display: inline;
}
.pager li > a,
.pager li > span
{
    display: inline-block;

    padding: 5px 14px;

    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
}
.pager li > a:hover,
.pager li > a:focus
{
    text-decoration: none;

    background-color: #eee;
}
.pager .next > a,
.pager .next > span
{
    float: right;
}
.pager .previous > a,
.pager .previous > span
{
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span
{
    cursor: not-allowed;

    color: #777;
    background-color: #fff;
}

.label
{
    font-size: 75%;
    font-weight: bold;
    line-height: 1;

    display: inline;

    padding: .2em .6em .3em;

    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;

    color: #fff;
    border-radius: .25em;
}
.label:empty
{
    display: none;
}
.btn .label
{
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus
{
    cursor: pointer;
    text-decoration: none;

    color: #fff;
}

.label-default
{
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus
{
    background-color: #5e5e5e;
}

.label-primary
{
    background-color: #1c7ebb;
}
.label-primary[href]:hover,
.label-primary[href]:focus
{
    background-color: #15608f;
}

.label-success
{
    background-color: #23ae89;
}
.label-success[href]:hover,
.label-success[href]:focus
{
    background-color: #1a8468;
}

.label-info
{
    background-color: #2ec1cc;
}
.label-info[href]:hover,
.label-info[href]:focus
{
    background-color: #259aa2;
}

.label-warning
{
    background-color: #ffb61c;
}
.label-warning[href]:hover,
.label-warning[href]:focus
{
    background-color: #e89d00;
}

.label-danger
{
    background-color: #e94b3b;
}
.label-danger[href]:hover,
.label-danger[href]:focus
{
    background-color: #d92a18;
}

.badge
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    min-width: 10px;
    padding: 3px 7px;

    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;

    color: #fff;
    border-radius: 10px;
    background-color: #777;
}
.badge:empty
{
    display: none;
}
.btn .badge
{
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge
{
    top: 0;

    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge
{
    color: #1c7ebb;
    background-color: #fff;
}
.list-group-item > .badge
{
    float: right;
}
.list-group-item > .badge + .badge
{
    margin-right: 5px;
}
.nav-pills > li > a > .badge
{
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus
{
    cursor: pointer;
    text-decoration: none;

    color: #fff;
}

.thumbnail
{
    line-height: 1.43;

    display: block;

    margin-bottom: 20px;
    padding: 4px;

    -webkit-transition: border .2s ease-in-out;
         -o-transition: border .2s ease-in-out;
            transition: border .2s ease-in-out;

    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
}
.thumbnail > img,
.thumbnail a > img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.thumbnail .caption
{
    padding: 9px;

    color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active
{
    border-color: #1c7ebb;
}

.alert
{
    margin-bottom: 20px;
    padding: 15px;

    border: 1px solid transparent;
    border-radius: 2px;
}
.alert h4
{
    margin-top: 0;

    color: inherit;
}
.alert .alert-link
{
    font-weight: bold;
}
.alert > p,
.alert > ul
{
    margin-bottom: 0;
}
.alert > p + p
{
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible
{
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close
{
    position: relative;
    top: -2px;
    right: -21px;

    color: inherit;
}

.alert-success
{
    color: #229173;
    border-color: #ddf7eb;
    background-color: #f2fcf9;
}
.alert-success hr
{
    border-top-color: #c9f2df;
}
.alert-success .alert-link
{
    color: #186852;
}

.alert-info
{
    color: #26929c;
    border-color: #d0f2f7;
    background-color: #eef8fc;
}
.alert-info hr
{
    border-top-color: #baecf3;
}
.alert-info .alert-link
{
    color: #1c6c73;
}

.alert-warning
{
    color: #af7f18;
    border-color: #ffebd7;
    background-color: #fffaf0;
}
.alert-warning hr
{
    border-top-color: #ffdebd;
}
.alert-warning .alert-link
{
    color: #825e12;
}

.alert-danger
{
    color: #b13d31;
    border-color: #fad7db;
    background-color: #fdefee;
}
.alert-danger hr
{
    border-top-color: #f8c0c6;
}
.alert-danger .alert-link
{
    color: #892f26;
}

@-webkit-keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}
.progress
{
    overflow: hidden;

    height: 20px;
    margin-bottom: 20px;

    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar
{
    font-size: 12px;
    line-height: 20px;

    float: left;

    width: 0;
    height: 100%;

    -webkit-transition: width .6s ease;
         -o-transition: width .6s ease;
            transition: width .6s ease;
    text-align: center;

    color: #fff;
    background-color: #1c7ebb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.progress-striped .progress-bar,
.progress-bar-striped
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active
{
    -webkit-animation: progress-bar-stripes 2s linear infinite;
         -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success
{
    background-color: #23ae89;
}
.progress-striped .progress-bar-success
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info
{
    background-color: #2ec1cc;
}
.progress-striped .progress-bar-info
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning
{
    background-color: #ffb61c;
}
.progress-striped .progress-bar-warning
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger
{
    background-color: #e94b3b;
}
.progress-striped .progress-bar-danger
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group
{
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item
{
    position: relative;

    display: block;

    margin-bottom: -1px;
    padding: 10px 15px;

    border: 1px solid #ddd;
    background-color: #fff;
}
.list-group-item:first-child
{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child
{
    margin-bottom: 0;

    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

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
{
    cursor: not-allowed;

    color: #777;
    background-color: #eee;
}
.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;
    border-color: #1c7ebb;
    background-color: #1c7ebb;
}
.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: #b0d9f3;
}

.list-group-item-success
{
    color: #229173;
    background-color: #f2fcf9;
}

a.list-group-item-success
{
    color: #229173;
}
a.list-group-item-success .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus
{
    color: #229173;
    background-color: #ddf7ef;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus
{
    color: #fff;
    border-color: #229173;
    background-color: #229173;
}

.list-group-item-info
{
    color: #26929c;
    background-color: #eef8fc;
}

a.list-group-item-info
{
    color: #26929c;
}
a.list-group-item-info .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus
{
    color: #26929c;
    background-color: #d8eff8;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus
{
    color: #fff;
    border-color: #26929c;
    background-color: #26929c;
}

.list-group-item-warning
{
    color: #af7f18;
    background-color: #fffaf0;
}

a.list-group-item-warning
{
    color: #af7f18;
}
a.list-group-item-warning .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus
{
    color: #af7f18;
    background-color: #fff2d7;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus
{
    color: #fff;
    border-color: #af7f18;
    background-color: #af7f18;
}

.list-group-item-danger
{
    color: #b13d31;
    background-color: #fdefee;
}

a.list-group-item-danger
{
    color: #b13d31;
}
a.list-group-item-danger .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus
{
    color: #b13d31;
    background-color: #fadad7;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus
{
    color: #fff;
    border-color: #b13d31;
    background-color: #b13d31;
}

.list-group-item-heading
{
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text
{
    line-height: 1.3;

    margin-bottom: 0;
}

.panel
{
    margin-bottom: 20px;

    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body
{
    padding: 15px;
}
.panel-body:before,
.panel-body:after
{
    display: table;

    content: ' ';
}
.panel-body:after
{
    clear: both;
}

.panel-heading
{
    padding: 10px 15px;

    border-bottom: 1px solid transparent;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle
{
    color: inherit;
}

.panel-title
{
    font-size: 16px;

    margin-top: 0;
    margin-bottom: 0;

    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a
{
    color: inherit;
}

.panel-footer
{
    padding: 10px 15px;

    border-top: 1px solid #ddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #f5f5f5;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group
{
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item
{
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child
{
    border-top: 0;
    border-top-left-radius: 1px;
    border-top-right-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-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child
{
    border-top-left-radius: 1px;
    border-top-right-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-right-radius: 1px;
    border-bottom-left-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
{
    margin-bottom: 0;

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

    border-radius: 2px;
}
.panel-group .panel + .panel
{
    margin-top: 5px;
}
.panel-group .panel-heading
{
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group
{
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer
{
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body
{
    border-bottom: 1px solid #ddd;
}

.panel-default
{
    border-color: #ddd;
}
.panel-default > .panel-heading
{
    color: #333;
    border-color: #ddd;
    background-color: #f5f5f5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge
{
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #ddd;
}

.panel-primary
{
    border-color: #1c7ebb;
}
.panel-primary > .panel-heading
{
    color: #fff;
    border-color: #1c7ebb;
    background-color: #1c7ebb;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #1c7ebb;
}
.panel-primary > .panel-heading .badge
{
    color: #1c7ebb;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #1c7ebb;
}

.panel-success
{
    border-color: #ddf7eb;
}
.panel-success > .panel-heading
{
    color: #229173;
    border-color: #ddf7eb;
    background-color: #f2fcf9;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #ddf7eb;
}
.panel-success > .panel-heading .badge
{
    color: #f2fcf9;
    background-color: #229173;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #ddf7eb;
}

.panel-info
{
    border-color: #d0f2f7;
}
.panel-info > .panel-heading
{
    color: #26929c;
    border-color: #d0f2f7;
    background-color: #eef8fc;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #d0f2f7;
}
.panel-info > .panel-heading .badge
{
    color: #eef8fc;
    background-color: #26929c;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #d0f2f7;
}

.panel-warning
{
    border-color: #ffebd7;
}
.panel-warning > .panel-heading
{
    color: #af7f18;
    border-color: #ffebd7;
    background-color: #fffaf0;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #ffebd7;
}
.panel-warning > .panel-heading .badge
{
    color: #fffaf0;
    background-color: #af7f18;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #ffebd7;
}

.panel-danger
{
    border-color: #fad7db;
}
.panel-danger > .panel-heading
{
    color: #b13d31;
    border-color: #fad7db;
    background-color: #fdefee;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #fad7db;
}
.panel-danger > .panel-heading .badge
{
    color: #fdefee;
    background-color: #b13d31;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #fad7db;
}

.panel-box
{
    position: relative;

    display: table;

    width: 100%;
    height: 100%;

    table-layout: fixed;

    text-align: center;

    color: #666;
    border: 1px solid #eaeaea;
}
.panel-box .panel-top
{
    line-height: 1;

    height: 100px;
    padding: 30px 15px;
}
.panel-box .panel-info
{
    position: absolute;
    top: 50%;

    width: 100%;
    margin-top: -12px;

    text-align: center;
}
.panel-box .panel-info span
{
    line-height: 14px;

    display: inline-block;

    height: 24px;
    padding: 4px 10px;

    text-transform: uppercase;

    color: #777;
    border: 1px solid #dfdfdf;
    border-radius: 1em;
    background-color: #fff;
}
.panel-box .panel-bottom
{
    font-size: 40px;
    line-height: 1;

    height: 100px;
    padding: 30px 15px;

    border-top: 1px solid #dfdfdf;
    background-color: #f9f9f9;
}
.panel-box .panel-bottom small
{
    font-size: 14px;
}

.well
{
    min-height: 20px;
    margin-bottom: 20px;
    padding: 19px;

    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote
{
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg
{
    padding: 24px;

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

    border-radius: 1px;
}

.close
{
    font-size: 21px;
    font-weight: bold;
    line-height: 1;

    float: right;

    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;

    filter: alpha(opacity=20);
}
.close:hover,
.close:focus
{
    cursor: pointer;
    text-decoration: none;

    opacity: .5;
    color: #000;

    filter: alpha(opacity=50);
}

button.close
{
    padding: 0;

    cursor: pointer;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
}

.clearfix:before,
.pagination-wrap:before,
.clearfix:after,
.pagination-wrap:after
{
    display: table;

    content: ' ';
}
.clearfix:after,
.pagination-wrap: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;
}

.show
{
    display: block !important;
}

.invisible
{
    visibility: hidden;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.inline
{
    display: inline-block;

    *display: inline;
    *zoom: 1;
}

.hidden
{
    display: none !important;
}

.affix
{
    position: fixed;
}

body
{
    background-color: #f8f8f8;
}

#wrapper
{
    position: relative;

    width: 100%;
}

#page-wrapper
{
    height: auto \9;
    min-height: 568px;
    padding: 30px 15px 60px;

    background-color: white;
}

.page-wrapper
{
    height: 568px \9;
    min-height: 568px;
    padding: 30px 15px 60px;

    background-color: #e7ebee;
}

@media (min-width: 768px)
{
    #page-wrapper
    {
        position: inherit;

        margin: 0 0 0 250px;

        border-left: 1px solid #dedede;
    }
}
@media (min-width: 768px)
{
    .page-wrapper
    {
        position: inherit;

        margin: 0 0 0 250px;

        border-left: 1px solid #dedede;
    }
}
.navbar-top-links
{
    margin-right: 0;
}

.navbar-top-links li
{
    display: inline-block;
}

.navbar-top-links li:last-child
{
    margin-right: 15px;
}

.navbar-top-links li a
{
    height: 50px \9;
    min-height: 50px;
    padding: 15px;
}

.navbar-top-links .dropdown-menu li
{
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child
{
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a
{
    min-height: 0;
    padding: 3px 20px;
}

.navbar-top-links .dropdown-menu li a div
{
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts
{
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages
{
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks
{
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts
{
    margin-left: -123px;
}

.navbar-top-links .dropdown-user
{
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse
{
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search
{
    padding: 15px;
}

.sidebar ul li
{
    border-bottom: 1px solid #dedede;
}
.sidebar ul li a
{
    color: #555;
}

.sidebar > ul > li.active > a
{
    color: #1c7ebb;
    background-color: #fff;
}
.sidebar > ul > li.active > ul
{
    background-color: #fff;
}

.sidebar .arrow
{
    float: right;
}

.sidebar .fa.arrow:before
{
    content: '\f104';
}

.sidebar .active > a > .fa.arrow:before
{
    content: '\f107';
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li
{
    border-bottom: none !important;
    background-color: #fff;
}

.sidebar .nav-second-level li a
{
    padding-left: 37px;

    border-right: 2px solid #fff;
}
.sidebar .nav-second-level li a:hover
{
    border-right-color: #eee;
}

.sidebar .nav-second-level li a.active,
.sidebar .nav-second-level li a.active:hover
{
    border-right-color: #1c7ebb;
    background-color: #eee;
}

@media (min-width: 768px)
{
    .sidebar
    {
        position: absolute;
        z-index: 1;

        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts
    {
        margin-left: auto;
    }
}
.btn-outline
{
    transition: all .5s;

    color: inherit;
    background-color: transparent;
}

.btn-primary.btn-outline
{
    color: #1c7ebb;
}

.btn-success.btn-outline
{
    color: #23ae89;
}

.btn-info.btn-outline
{
    color: #2ec1cc;
}

.btn-warning.btn-outline
{
    color: #ffb61c;
}

.btn-danger.btn-outline
{
    color: #e94b3b;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover
{
    color: white;
}

.chat
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;

    border-bottom: 1px dotted #777;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}

.chat li .chat-body p
{
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon
{
    margin-right: 5px;
}

.chat-panel .panel-body
{
    overflow-y: scroll;

    height: 350px;
}

.login-panel
{
    margin-top: 25%;
}

.flot-chart
{
    display: block;

    height: 400px;
}

.flot-chart-content
{
    width: 100%;
    height: 100%;
}

.btn-circle
{
    font-size: 12px;
    line-height: 1.428571429;

    width: 30px;
    height: 30px;
    padding: 6px 0;

    text-align: center;

    border-radius: 15px;
}

.btn-circle.btn-lg,
.btn-group-lg > .btn-circle.btn
{
    font-size: 18px;
    line-height: 1.33;

    width: 50px;
    height: 50px;
    padding: 10px 16px;

    border-radius: 25px;
}

.btn-circle.btn-xl
{
    font-size: 24px;
    line-height: 1.33;

    width: 70px;
    height: 70px;
    padding: 10px 16px;

    border-radius: 35px;
}

.show-grid [class^='col-']
{
    padding-top: 10px;
    padding-bottom: 10px;

    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid
{
    margin: 15px 0;
}

.huge
{
    font-size: 40px;
}

.panel-green
{
    border-color: #23ae89;
}
.panel-green .panel-heading
{
    color: white;
    border-color: #23ae89;
    background-color: #23ae89;
}
.panel-green a
{
    color: #23ae89;
}
.panel-green a:hover
{
    color: #166e57;
}

.panel-red
{
    border-color: #e94b3b;
}
.panel-red .panel-heading
{
    color: white;
    border-color: #e94b3b;
    background-color: #e94b3b;
}
.panel-red a
{
    color: #e94b3b;
}
.panel-red a:hover
{
    color: #c22616;
}

.panel-yellow
{
    border-color: #ffb61c;
}
.panel-yellow .panel-heading
{
    color: white;
    border-color: #ffb61c;
    background-color: #ffb61c;
}
.panel-yellow a
{
    color: #ffb61c;
}
.panel-yellow a:hover
{
    color: #cf8c00;
}

/*
 * metismenu - v1.1.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.arrow
{
    line-height: 1.42857;

    float: right;
}

.glyphicon.arrow:before
{
    content: '\e079';
}

.active > a > .glyphicon.arrow:before
{
    content: '\e114';
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
.fa.arrow:before
{
    content: '\f104';
}

.active > a > .fa.arrow:before
{
    content: '\f107';
}

.plus-times
{
    float: right;
}

.fa.plus-times:before
{
    content: '\f067';
}

.active > a > .fa.plus-times
{
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.plus-minus
{
    float: right;
}

.fa.plus-minus:before
{
    content: '\f067';
}

.active > a > .fa.plus-minus:before
{
    content: '\f068';
}

div.dataTables_length label
{
    font-weight: normal;

    text-align: left;
    white-space: nowrap;
}

div.dataTables_length select
{
    display: inline-block;

    width: 75px;
}

div.dataTables_filter
{
    text-align: right;
}

div.dataTables_filter label
{
    font-weight: normal;

    text-align: left;
    white-space: nowrap;
}

div.dataTables_filter input
{
    display: inline-block;

    width: auto;
    margin-left: .5em;
}

div.dataTables_info
{
    padding-top: 8px;

    white-space: nowrap;
}

div.dataTables_paginate
{
    margin: 0;

    text-align: right;
    white-space: nowrap;
}

div.dataTables_paginate ul.pagination
{
    margin: 2px 0;

    white-space: nowrap;
}

@media screen and (max-width: 767px)
{
    div.dataTables_wrapper > div.row > div,
    div.dataTables_length,
    div.dataTables_filter,
    div.dataTables_info,
    div.dataTables_paginate
    {
        text-align: center;
    }

    div.DTTT
    {
        margin-bottom: .5em;
    }
}
table.dataTable td,
table.dataTable th
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

table.dataTable
{
    clear: both;

    max-width: none !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled
{
    position: relative;

    cursor: pointer;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after
{
    font-family: 'fontawesome';

    position: absolute;
    top: 8px;
    right: 8px;

    display: block;
}

table.dataTable thead .sorting:after
{
    content: '\f0dc';

    opacity: .5;
    /* sort */
}

table.dataTable thead .sorting_asc:after
{
    content: '\f0de';
    /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after
{
    content: '\f0dd';
    /* sort-by-attributes-alt */
}

div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after
{
    display: none;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after
{
    color: #eee;
}

table.dataTable thead > tr > th
{
    padding-right: 30px;
}

table.dataTable th:active
{
    outline: none;
}

/* Condensed */
table.dataTable.table-condensed thead > tr > th
{
    padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after
{
    top: 6px;
    right: 6px;
}

/* Scrolling */
div.dataTables_scrollHead table
{
    margin-bottom: 0 !important;

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child
{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

div.dataTables_scrollBody table
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    border-top: none;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td
{
    border-top: none;
}

div.dataTables_scrollFoot table
{
    margin-top: 0 !important;

    border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable
{
    border-collapse: separate !important;
}

table.table-bordered thead th,
table.table-bordered thead td
{
    border-top-width: 0;
    border-left-width: 0;
}

table.table-bordered tbody th,
table.table-bordered tbody td
{
    border-bottom-width: 0;
    border-left-width: 0;
}

table.table-bordered tfoot th,
table.table-bordered tfoot td
{
    border-bottom-width: 0;
    border-left-width: 0;
}

table.table-bordered th:last-child,
table.table-bordered td:last-child
{
    border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered
{
    border-bottom-width: 0;
}

/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th
{
    color: white;
    background-color: #08c;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th
{
    background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a
{
    color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th
{
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr
{
    cursor: pointer;
}

div.DTTT .btn:hover
{
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu
{
    z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a
{
    color: #333 !important;
    /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li
{
    position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a
{
    color: white !important;
    background-color: #08c;
}

div.DTTT_collection_background
{
    z-index: 2002;
}

/* TableTools information display */
div.DTTT_print_info
{
    position: fixed;
    top: 50%;
    left: 50%;

    width: 400px;
    height: 150px;
    margin-top: -75px;
    margin-left: -200px;
    padding: 10px 30px;

    text-align: center;

    opacity: .95;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
}

div.DTTT_print_info h6
{
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;

    margin: 1em;
}

div.DTTT_print_info p
{
    font-size: 14px;
    line-height: 20px;
}

div.dataTables_processing
{
    font-size: 1.2em;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 60px;
    margin-top: -25px;
    margin-left: -50%;
    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;

    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background:    -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background:     -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background:      -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background:         linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background-color: white;
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even
{
    margin-bottom: 0;

    background-color: white;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table
{
    margin-bottom: 0 !important;

    border-bottom: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child
{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table
{
    margin: 0 !important;

    border-top: none;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td
{
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table
{
    margin-top: 0 !important;

    border-top: none;
}

div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after
{
    display: none;
}

/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table
{
    margin: 0 !important;
}

.webuploader-container
{
    position: relative;
}

.webuploader-pick-disable
{
    pointer-events: none;

    opacity: .6;
}

.file-item
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.file-item .error
{
    line-height: 28px;

    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 28px;
    margin-bottom: 0;

    text-align: center;

    color: #fff;
    background: #f43838;
}
.file-item .success
{
    line-height: 28px;

    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 28px;
    margin-bottom: 0;

    text-align: center;

    color: #fff;
    background: #23ae89;
}

.file-item-logo
{
    width: 180px;
    height: 60px;
}

@-webkit-keyframes progressmove
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 17px 0;
    }
}
@-moz-keyframes progressmove
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 17px 0;
    }
}
@keyframes progressmove
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 17px 0;
    }
}
.select2-container
{
    position: relative;

    display: inline-block;

    box-sizing: border-box;
    margin: 0;

    vertical-align: middle;
}

.select2-container .select2-selection--single
{
    display: block;

    box-sizing: border-box;
    height: 34px;

    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    display: block;
    overflow: hidden;

    padding-right: 20px;
    padding-left: 14px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered
{
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple
{
    display: block;

    box-sizing: border-box;
    min-height: 32px;

    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered
{
    display: inline-block;
    overflow: hidden;

    padding-left: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container .select2-search--inline
{
    float: left;
}

.select2-container .select2-search--inline .select2-search__field
{
    font-size: 100%;

    box-sizing: border-box;
    margin-top: 5px;

    border: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button
{
    -webkit-appearance: none;
}

.select2-dropdown
{
    position: absolute;
    z-index: 1051;
    left: -100000px;

    display: block;

    box-sizing: border-box;
    width: 100%;

    border: 1px solid #aaa;
    border-radius: 2px;
    background-color: white;
}

.select2-results
{
    display: block;
}

.select2-results__options
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.select2-results__option
{
    padding: 6px;

    -webkit-user-select: none;
            user-select: none;
}

.select2-results__option[aria-selected]
{
    cursor: pointer;
}

.select2-container--open .select2-dropdown
{
    left: 0;
}

.select2-container--open .select2-dropdown--above
{
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below
{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown
{
    display: block;

    padding: 4px;
}

.select2-search--dropdown .select2-search__field
{
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button
{
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide
{
    display: none;
}

.select2-close-mask
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    display: block;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;

    opacity: 0;
    border: 0;
    background-color: #fff;

    filter: alpha(opacity=0);
}

.select2-hidden-accessible
{
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;

    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;

    border: 0 !important;
}

.select2-container--default .select2-selection--single
{
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 34px;

    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__clear
{
    font-weight: bold;

    float: right;

    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder
{
    color: #555;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    position: absolute;
    top: 1px;
    right: 1px;

    width: 20px;
    height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -2px;

    border-width: 6px 3px 0 3px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear
{
    float: left;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow
{
    right: auto;
    left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single
{
    cursor: default;

    background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear
{
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-width: 0 3px 6px 3px;
    border-color: transparent transparent #000 transparent;
}

.select2-container--default .select2-selection--multiple
{
    cursor: text;

    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 5px;

    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder
{
    float: left;

    margin-top: 5px;

    color: #555;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear
{
    font-weight: bold;

    float: right;

    margin-top: 5px;
    margin-right: 10px;

    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    float: left;

    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;

    cursor: default;

    border: 1px solid #aaa;
    border-radius: 2px;
    background-color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    font-weight: bold;

    display: inline-block;

    margin-right: 2px;

    cursor: pointer;

    color: #555;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
{
    color: #333;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__placeholder
{
    float: right;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice
{
    margin-right: auto;
    margin-left: 5px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove
{
    margin-right: auto;
    margin-left: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border: solid #1c7ebb 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple
{
    cursor: default;

    background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove
{
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field
{
    border: none;
    outline: 0;
    background: transparent;
}

.select2-container--default .select2-results > .select2-results__options
{
    overflow-y: auto;

    max-height: 200px;
}

.select2-container--default .select2-results__option[role=group]
{
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true]
{
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true]
{
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option
{
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group
{
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    color: white;
    background-color: #1c7ebb;
}

.select2-container--default .select2-results__group
{
    display: block;

    padding: 6px;

    cursor: default;
}

.select2-container--classic .select2-selection--single
{
    border: 1px solid #aaa;
    border-radius: 2px;
    outline: 0;
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:      -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:         linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus
{
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered
{
    line-height: 34px;

    color: #444;
}

.select2-container--classic .select2-selection--single .select2-selection__clear
{
    font-weight: bold;

    float: right;

    margin-right: 10px;

    cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder
{
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow
{
    position: absolute;
    top: 1px;
    right: 1px;

    width: 20px;
    height: 26px;

    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:      -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:         linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;

    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #888 transparent transparent transparent;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear
{
    float: left;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow
{
    right: auto;
    left: 1px;

    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single
{
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow
{
    border: none;
    background: transparent;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #888 transparent;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single
{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:      -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:         linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single
{
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:      -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:         linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple
{
    cursor: text;

    border: 1px solid #aaa;
    border-radius: 2px;
    outline: 0;
    background-color: white;
}

.select2-container--classic .select2-selection--multiple:focus
{
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered
{
    margin: 0;
    padding: 0 5px;

    list-style: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear
{
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice
{
    float: left;

    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;

    cursor: default;

    border: 1px solid #aaa;
    border-radius: 2px;
    background-color: #e4e4e4;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove
{
    font-weight: bold;

    display: inline-block;

    margin-right: 2px;

    cursor: pointer;

    color: #888;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover
{
    color: #555;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice
{
    float: right;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice
{
    margin-right: auto;
    margin-left: 5px;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove
{
    margin-right: auto;
    margin-left: 2px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple
{
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple
{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple
{
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field
{
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field
{
    outline: 0;
}

.select2-container--classic .select2-dropdown
{
    border: 1px solid transparent;
    background-color: white;
}

.select2-container--classic .select2-dropdown--above
{
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below
{
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options
{
    overflow-y: auto;

    max-height: 200px;
}

.select2-container--classic .select2-results__option[role=group]
{
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true]
{
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected]
{
    color: white;
    background-color: #3875d7;
}

.select2-container--classic .select2-results__group
{
    display: block;

    padding: 6px;

    cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown
{
    border-color: #5897fb;
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control
{
    display: block;
    /* 1 */

    margin: 0;
    padding: 0;

    border: none;
    background: transparent;
    box-shadow: none;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices
{
    font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'STHeitiSC-Light', 'Microsoft YaHei', Arial, sans-serif;

    padding: 0;

    color: #555;
    border-color: #ccc;
    border-radius: 2px;
    background: none;
    background-color: #fff;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-search input
{
    font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'STHeitiSC-Light', 'Microsoft YaHei', Arial, sans-serif;

    color: #555;
    border-color: #ccc;
    border-radius: 2px;
    background-color: #fff;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-container .select2-choices .select2-search-field input
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice
{
    line-height: 1.43;

    height: 34px;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control
{
    height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm > .select2-container.form-control .select2-choice,
.input-group-sm > .select2-container.input-group-addon .select2-choice,
.input-group-sm > .input-group-btn > .select2-container.btn .select2-choice,
.input-group-sm .select2-container .select2-choice
{
    line-height: 1.5;

    height: 30px;

    border-radius: 1px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg > .select2-container.form-control .select2-choice,
.input-group-lg > .select2-container.input-group-addon .select2-choice,
.input-group-lg > .input-group-btn > .select2-container.btn .select2-choice,
.input-group-lg .select2-container .select2-choice
{
    line-height: 1.33333;

    height: 46px;

    border-radius: 3px;
}

.select2-container-multi .select2-choices .select2-search-field input
{
    height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm > .select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-sm > .select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.input-group-sm > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input
{
    height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg > .select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-lg > .select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.input-group-lg > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input
{
    height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input
{
    margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input
{
    padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm > .form-control .select2-chosen,
.input-group-sm > .input-group-addon .select2-chosen,
.input-group-sm > .input-group-btn > .btn .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm > .form-control .select2-choice > span:first-child,
.input-group-sm > .input-group-addon .select2-choice > span:first-child,
.input-group-sm > .input-group-btn > .btn .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm > .form-control .select2-choices .select2-search-field input,
.input-group-sm > .input-group-addon .select2-choices .select2-search-field input,
.input-group-sm > .input-group-btn > .btn .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input
{
    padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg > .form-control .select2-chosen,
.input-group-lg > .input-group-addon .select2-chosen,
.input-group-lg > .input-group-btn > .btn .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg > .form-control .select2-choice > span:first-child,
.input-group-lg > .input-group-addon .select2-choice > span:first-child,
.input-group-lg > .input-group-btn > .btn .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg > .form-control .select2-choices .select2-search-field input,
.input-group-lg > .input-group-addon .select2-choices .select2-search-field input,
.input-group-lg > .input-group-btn > .btn .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input
{
    padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice
{
    margin-top: 5px;
    margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm > .select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-sm > .select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.input-group-sm > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice
{
    margin-top: 3px;
    margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg > .select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-lg > .select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.input-group-lg > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice
{
    line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div
{
    border-left: none;
    background: none;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div
{
    border-left-color: transparent;
    background: none;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b
{
    background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b
{
    background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm > .select2-container.form-control .select2-choice .select2-arrow b,
.input-group-sm > .select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm > .input-group-btn > .select2-container.btn .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm > .select2-container.form-control .select2-choice div b,
.input-group-sm > .select2-container.input-group-addon .select2-choice div b,
.input-group-sm > .input-group-btn > .select2-container.btn .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b
{
    background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm > .select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-sm > .select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm > .input-group-btn > .select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm > .select2-dropdown-open.form-control .select2-choice div b,
.input-group-sm > .select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-sm > .input-group-btn > .select2-dropdown-open.btn .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b
{
    background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg > .select2-container.form-control .select2-choice .select2-arrow b,
.input-group-lg > .select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg > .input-group-btn > .select2-container.btn .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg > .select2-container.form-control .select2-choice div b,
.input-group-lg > .select2-container.input-group-addon .select2-choice div b,
.input-group-lg > .input-group-btn > .select2-container.btn .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b
{
    background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg > .select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-lg > .select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg > .input-group-btn > .select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg > .select2-dropdown-open.form-control .select2-choice div b,
.input-group-lg > .select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-lg > .input-group-btn > .select2-dropdown-open.btn .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b
{
    background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices
{
    border-color: #af7f18;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices
{
    border-color: #825e12;
}
.has-warning.select2-drop-active
{
    border-color: #825e12;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above
{
    border-top-color: #825e12;
}

.has-error .select2-choice,
.has-error .select2-choices
{
    border-color: #b13d31;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices
{
    border-color: #892f26;
}
.has-error.select2-drop-active
{
    border-color: #892f26;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above
{
    border-top-color: #892f26;
}

.has-success .select2-choice,
.has-success .select2-choices
{
    border-color: #229173;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices
{
    border-color: #186852;
}
.has-success.select2-drop-active
{
    border-color: #186852;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above
{
    border-top-color: #186852;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices
{
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    border-color: #1c7ebb;
    outline: none;
}

.select2-drop-active
{
    border-color: #1c7ebb;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active
{
    border-top-color: #1c7ebb;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^='select2-choice']
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^='select2-choice']
{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-dropdown-open [class^='select2-choice']
{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^='select2-choice']
{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    background: #fff;

    filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^='select2-choice']
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^='select2-choice']
{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^='select2-choice']
{
    border-bottom-right-radius: 1px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^='select2-choice']
{
    border-bottom-right-radius: 3px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^='select2-choice']
{
    border-bottom-left-radius: 1px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^='select2-choice']
{
    border-bottom-left-radius: 3px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted
{
    color: #fff;
    background-color: #1c7ebb;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn
{
    vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice
{
    color: #555;
    border-color: #ccc;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-container-multi .select2-choices .select2-search-choice-focus
{
    color: #333;
    border-color: #adadad;
    background: #ebebeb;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close
{
    top: 50%;

    margin-top: -7px;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr
{
    top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit
{
    color: #af7f18;
    background-color: #fffaf0;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices
{
    cursor: not-allowed;

    border-color: #ccc;
    background-color: #eee;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div
{
    border-left: 1px solid transparent;
    background-color: transparent;
    /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active
{
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus
{
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;
}

/*
 * jQuery File Upload UI Plugin CSS 8.8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button
{
    position: relative;

    overflow: hidden;
}

.fileinput-button input
{
    font-size: 23px;

    position: absolute;
    top: 0;
    right: 0;

    margin: 0;

    cursor: pointer;
    transform: translate(-300px, 0) scale(4);

    opacity: 0;

    filter: alpha(opacity=0);
    direction: ltr;
}

.icons
{
    display: inline-block;

    *display: inline;
    *zoom: 1;
}

.icons-text
{
    font-style: normal;
}

.front-sprite,
.front-bgmb50,
.front-cloud82,
.front-ct62,
.front-doctor62,
.front-earth62,
.front-his82,
.front-jbxx50,
.front-jcbw50,
.front-jclx50,
.front-jcxm50,
.front-mbox82,
.front-shield30,
.front-shield62,
.front-yxs50,
.front-zdmb50,
.front-zysxmb50
{
    background-image: url('../images/sprite-front.png');
    background-repeat: no-repeat;
}

.front-bgmb50
{
    width: 50px;
    height: 50px;

    background-position: 0 0;
}

.front-cloud82
{
    width: 82px;
    height: 82px;

    background-position: 0 -841px;
}

.front-ct62
{
    width: 82px;
    height: 61px;

    background-position: 0 -430px;
}

.front-doctor62
{
    width: 44px;
    height: 62px;

    background-position: 0 -615px;
}

.front-earth62
{
    width: 44px;
    height: 62px;

    background-position: 0 -553px;
}

.front-his82
{
    width: 82px;
    height: 82px;

    background-position: 0 -759px;
}

.front-jbxx50
{
    width: 50px;
    height: 50px;

    background-position: 0 -230px;
}

.front-jcbw50
{
    width: 50px;
    height: 50px;

    background-position: 0 -280px;
}

.front-jclx50
{
    width: 50px;
    height: 50px;

    background-position: 0 -380px;
}

.front-jcxm50
{
    width: 50px;
    height: 50px;

    background-position: 0 -330px;
}

.front-mbox82
{
    width: 82px;
    height: 82px;

    background-position: 0 -677px;
}

.front-shield30
{
    width: 30px;
    height: 30px;

    background-position: 0 -50px;
}
.front-shield30:active,
.front-shield30.shield30-active
{
    background-position: -30px -50px;
}

.front-shield62
{
    width: 59px;
    height: 62px;

    background-position: 0 -491px;
}

.front-yxs50
{
    width: 50px;
    height: 50px;

    background-position: 0 -80px;
}

.front-zdmb50
{
    width: 50px;
    height: 50px;

    background-position: 0 -130px;
}

.front-zysxmb50
{
    width: 50px;
    height: 50px;

    background-position: 0 -180px;
}

.checkbox
{
    padding-left: 20px;
}
.checkbox label
{
    position: relative;

    display: inline-block;

    padding-left: 5px;

    vertical-align: middle;
}
.checkbox label::before
{
    position: absolute;
    left: 0;

    display: inline-block;

    width: 17px;
    height: 17px;
    margin-left: -20px;

    content: '';
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
         -o-transition: border .15s ease-in-out, color .15s ease-in-out;
            transition: border .15s ease-in-out, color .15s ease-in-out;

    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}
.checkbox label::after
{
    font-size: 11px;

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin-left: -20px;
    padding-top: 1px;
    padding-left: 3px;

    color: #555;
}
.checkbox input[type='checkbox'],
.checkbox input[type='radio']
{
    z-index: 1;

    opacity: 0;
}
.checkbox input[type='checkbox']:focus + label::before,
.checkbox input[type='radio']:focus + label::before
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type='checkbox']:checked + label::after,
.checkbox input[type='radio']:checked + label::after
{
    font-family: 'FontAwesome';

    content: '';
}
.checkbox input[type='checkbox']:disabled + label,
.checkbox input[type='radio']:disabled + label
{
    opacity: .65;
}
.checkbox input[type='checkbox']:disabled + label::before,
.checkbox input[type='radio']:disabled + label::before
{
    cursor: not-allowed;

    background-color: #eee;
}
.checkbox.checkbox-circle label::before
{
    border-radius: 50%;
}
.checkbox.checkbox-inline
{
    margin-top: 0;
}

.checkbox-primary input[type='checkbox']:checked + label::before,
.checkbox-primary input[type='radio']:checked + label::before
{
    border-color: #1c7ebb;
    background-color: #1c7ebb;
}
.checkbox-primary input[type='checkbox']:checked + label::after,
.checkbox-primary input[type='radio']:checked + label::after
{
    color: #fff;
}

.checkbox-danger input[type='checkbox']:checked + label::before,
.checkbox-danger input[type='radio']:checked + label::before
{
    border-color: #e94b3b;
    background-color: #e94b3b;
}
.checkbox-danger input[type='checkbox']:checked + label::after,
.checkbox-danger input[type='radio']:checked + label::after
{
    color: #fff;
}

.checkbox-info input[type='checkbox']:checked + label::before,
.checkbox-info input[type='radio']:checked + label::before
{
    border-color: #2ec1cc;
    background-color: #2ec1cc;
}
.checkbox-info input[type='checkbox']:checked + label::after,
.checkbox-info input[type='radio']:checked + label::after
{
    color: #fff;
}

.checkbox-warning input[type='checkbox']:checked + label::before,
.checkbox-warning input[type='radio']:checked + label::before
{
    border-color: #ffb61c;
    background-color: #ffb61c;
}
.checkbox-warning input[type='checkbox']:checked + label::after,
.checkbox-warning input[type='radio']:checked + label::after
{
    color: #fff;
}

.checkbox-success input[type='checkbox']:checked + label::before,
.checkbox-success input[type='radio']:checked + label::before
{
    border-color: #23ae89;
    background-color: #23ae89;
}
.checkbox-success input[type='checkbox']:checked + label::after,
.checkbox-success input[type='radio']:checked + label::after
{
    color: #fff;
}

.radio
{
    padding-left: 20px;
}
.radio label
{
    position: relative;

    display: inline-block;

    padding-left: 5px;

    vertical-align: middle;
}
.radio label::before
{
    position: absolute;
    left: 0;

    display: inline-block;

    width: 17px;
    height: 17px;
    margin-left: -20px;

    content: '';
    -webkit-transition: border .15s ease-in-out;
         -o-transition: border .15s ease-in-out;
            transition: border .15s ease-in-out;

    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.radio label::after
{
    position: absolute;
    top: 3px;
    left: 3px;

    display: inline-block;

    width: 11px;
    height: 11px;
    margin-left: -20px;

    content: ' ';
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
       -moz-transition:    -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
         -o-transition:      -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
            transition:         transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);

    border-radius: 50%;
    background-color: #555;
}
.radio input[type='radio']
{
    z-index: 1;

    opacity: 0;
}
.radio input[type='radio']:focus + label::before
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type='radio']:checked + label::after
{
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
}
.radio input[type='radio']:disabled + label
{
    opacity: .65;
}
.radio input[type='radio']:disabled + label::before
{
    cursor: not-allowed;
}
.radio.radio-inline
{
    margin-top: 0;
}

.radio-primary input[type='radio'] + label::after
{
    background-color: #1c7ebb;
}
.radio-primary input[type='radio']:checked + label::before
{
    border-color: #1c7ebb;
}
.radio-primary input[type='radio']:checked + label::after
{
    background-color: #1c7ebb;
}

.radio-danger input[type='radio'] + label::after
{
    background-color: #e94b3b;
}
.radio-danger input[type='radio']:checked + label::before
{
    border-color: #e94b3b;
}
.radio-danger input[type='radio']:checked + label::after
{
    background-color: #e94b3b;
}

.radio-info input[type='radio'] + label::after
{
    background-color: #2ec1cc;
}
.radio-info input[type='radio']:checked + label::before
{
    border-color: #2ec1cc;
}
.radio-info input[type='radio']:checked + label::after
{
    background-color: #2ec1cc;
}

.radio-warning input[type='radio'] + label::after
{
    background-color: #ffb61c;
}
.radio-warning input[type='radio']:checked + label::before
{
    border-color: #ffb61c;
}
.radio-warning input[type='radio']:checked + label::after
{
    background-color: #ffb61c;
}

.radio-success input[type='radio'] + label::after
{
    background-color: #23ae89;
}
.radio-success input[type='radio']:checked + label::before
{
    border-color: #23ae89;
}
.radio-success input[type='radio']:checked + label::after
{
    background-color: #23ae89;
}

input[type='checkbox'].styled:checked + label:after,
input[type='radio'].styled:checked + label:after
{
    font-family: 'FontAwesome';

    content: '\f00c';
}
input[type='checkbox'] .styled:checked + label::before,
input[type='radio'] .styled:checked + label::before
{
    color: #fff;
}
input[type='checkbox'] .styled:checked + label::after,
input[type='radio'] .styled:checked + label::after
{
    color: #fff;
}

.ff-simhei
{
    font-family: \9ED1\4F53 !important;
}

.ff-simsun
{
    font-family: \5B8B\4F53 !important;
}

.ff-kaiti
{
    font-family: \6977\4F53 !important;
}

.ff-arial
{
    font-family: Arial !important;
}

.template-preview
{
    font-size: 18px;

    position: relative;

    padding: 60px;

    background-color: #fff;
}

.tp-head
{
    min-height: 80px;
}

.tp-head-title
{
    font-size: 30px;
    line-height: 60px;

    margin: 0;
}

.tp-content-title
{
    font-size: 20px;

    margin: 20px 0 0;
    padding-bottom: 30px;

    text-align: center;

    border-bottom: 3px solid #777;
}

.tp-content-bglist
{
    margin-bottom: 20px;
    padding: 15px 0;

    border-bottom: 2px solid #777;
}

.tp-content-item
{
    margin-bottom: 20px;
}

.tp-content-hitem
{
    min-height: 160px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.tp-footer-content
{
    margin-bottom: 15px;
    padding: 15px 0;

    border-bottom: 3px solid #777;
}

.w-p5
{
    width: 5% !important;
}

.w-p10
{
    width: 10% !important;
}

.w-p15
{
    width: 15% !important;
}

.w-p20
{
    width: 20% !important;
}

.w-p25
{
    width: 25% !important;
}

.w-p30
{
    width: 30% !important;
}

.w-p35
{
    width: 35% !important;
}

.w-p40
{
    width: 40% !important;
}

.w-p45
{
    width: 45% !important;
}

.w-p50
{
    width: 50% !important;
}

.w-p55
{
    width: 55% !important;
}

.w-p60
{
    width: 60% !important;
}

.w-p65
{
    width: 65% !important;
}

.w-p70
{
    width: 70% !important;
}

.w-p75
{
    width: 75% !important;
}

.w-p80
{
    width: 80% !important;
}

.w-p85
{
    width: 85% !important;
}

.w-p90
{
    width: 90% !important;
}

.w-p95
{
    width: 95% !important;
}

.w-p100
{
    width: 100% !important;
}

.w-10px
{
    width: 10px !important;
}

.w-20px
{
    width: 20px !important;
}

.w-30px
{
    width: 30px !important;
}

.w-40px
{
    width: 40px !important;
}

.w-50px
{
    width: 50px !important;
}

.w-60px
{
    width: 60px !important;
}

.w-70px
{
    width: 70px !important;
}

.w-80px
{
    width: 80px !important;
}

.w-90px
{
    width: 90px !important;
}

.w-100px
{
    width: 100px !important;
}

.w-110px
{
    width: 110px !important;
}

.w-120px
{
    width: 120px !important;
}

.w-130px
{
    width: 130px !important;
}

.w-140px
{
    width: 140px !important;
}

.w-150px
{
    width: 150px !important;
}

.w-160px
{
    width: 160px !important;
}

.w-180px
{
    width: 180px !important;
}

.w-200px
{
    width: 200px !important;
}

.w-220px
{
    width: 220px !important;
}

.w-260px
{
    width: 260px !important;
}

.w-270px
{
    width: 270px !important;
}

.w-280px
{
    width: 280px !important;
}

.w-300px
{
    width: 300px !important;
}

.w-400px
{
    width: 400px !important;
}

.w-450px
{
    width: 450px !important;
}

.w-500px
{
    width: 500px !important;
}

.w-600px
{
    width: 600px !important;
}

.w-700px
{
    width: 700px !important;
}

.w-800px
{
    width: 800px !important;
}

.w-1000px
{
    width: 1000px !important;
}

.ml-0px
{
    margin-left: 0 !important;
}

.ml-5px
{
    margin-left: 5px !important;
}

.ml-10px
{
    margin-left: 10px !important;
}

.ml-15px
{
    margin-left: 15px !important;
}

.ml-20px
{
    margin-left: 20px !important;
}

.mr-0px
{
    margin-right: 0 !important;
}

.mr-5px
{
    margin-right: 5px !important;
}

.mr-10px
{
    margin-right: 10px !important;
}

.mr-15px
{
    margin-right: 15px !important;
}

.mr-20px
{
    margin-right: 20px !important;
}

.mt-0px
{
    margin-top: 0 !important;
}

.mt-5px
{
    margin-top: 5px !important;
}

.mt-10px
{
    margin-top: 10px !important;
}

.mt-15px
{
    margin-top: 15px !important;
}

.mt-20px
{
    margin-top: 20px !important;
}

.mb-0px
{
    margin-bottom: 0 !important;
}

.mb-5px
{
    margin-bottom: 5px !important;
}

.mb-10px
{
    margin-bottom: 10px !important;
}

.mb-15px
{
    margin-bottom: 15px !important;
}

.mb-20px
{
    margin-bottom: 20px !important;
}

.pl-0px
{
    padding-left: 0 !important;
}

.pl-5px
{
    padding-left: 5px !important;
}

.pl-10px
{
    padding-left: 10px !important;
}

.pl-15px
{
    padding-left: 15px !important;
}

.pl-20px
{
    padding-left: 20px !important;
}

.pr-0px
{
    padding-right: 0 !important;
}

.pr-5px
{
    margin-right: 5px !important;
}

.pr-10px
{
    margin-right: 10px !important;
}

.pr-15px
{
    margin-right: 15px !important;
}

.pr-20px
{
    margin-right: 20px !important;
}

.pt-0px
{
    padding-top: 0 !important;
}

.pt-5px
{
    margin-top: 5px !important;
}

.pt-10px
{
    margin-top: 10px !important;
}

.pt-15px
{
    margin-top: 15px !important;
}

.pt-20px
{
    margin-top: 20px !important;
}

.pb-0px
{
    padding-bottom: 0 !important;
}

.pb-5px
{
    margin-bottom: 5px !important;
}

.pb-10px
{
    margin-bottom: 10px !important;
}

.pb-15px
{
    margin-bottom: 15px !important;
}

.pb-20px
{
    margin-bottom: 20px !important;
}

.fs-12
{
    font-size: 12px !important;
}

.fs-14
{
    font-size: 14px !important;
}

.fs-16
{
    font-size: 16px !important;
}

.fs-18
{
    font-size: 18px !important;
}

.fs-20
{
    font-size: 20px !important;
}

.fs-22
{
    font-size: 22px !important;
}

.va-t
{
    vertical-align: top !important;
}

.va-m
{
    vertical-align: middle !important;
}

.va-b
{
    vertical-align: bottom !important;
}

.va-s
{
    vertical-align: super !important;
}

.form-page-header
{
    padding: 2em 0;

    background-color: #dfe0e6;
}
.form-page-header .logo
{
    font-size: 3em;
    font-weight: bold;
}
.form-page-header .logo a:hover,
.form-page-header .logo a:focus
{
    text-decoration: none;
}

.form-page-body
{
    padding: 2em;

    border-top: 1px solid #f8f8f8;
}
.form-page-body .form-container
{
    max-width: 420px;
    margin: 3em auto;
}

.error-box
{
    margin-bottom: 5em;

    text-align: center;

    color: #777;
}
.error-box .error-code
{
    font-size: 6em;
    font-weight: bold;
}
.error-box .error-icon
{
    position: relative;

    margin: 2em 0;

    color: #ccc;
    border-bottom: 1px solid #ccc;
}
.error-box .error-icon span
{
    position: absolute;
    top: 50%;
    left: 50%;

    margin-top: -14px;
    margin-left: -27px;
    padding: 0 1em;

    background-color: #f8f8f8;
}

.footer
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    height: 44px;
    padding: 12px 15px;

    text-align: center;

    color: #777;
}
@media (min-width: 768px)
{
    .footer
    {
        margin-left: 250px;
    }
}

.table-checkall
{
    float: left;

    padding: 0 0 3px 9px;
}

.template-print-box
{
    position: relative;

    width: 960px;
    margin: 0 auto;
}

.template-print-body
{
    min-height: 600px;
}

.template-ul
{
    padding: 0;

    list-style: none;
}
.template-ul > li
{
    margin-bottom: 20px;
}
.template-ul > li > dl
{
    min-height: 60px;
}
.template-ul > li > dt
{
    margin-bottom: 5px;
}

.container-box
{
    padding: 15px;
}

label.sort-label
{
    display: block;
    float: left;

    width: 80px;
    padding-top: 7px;

    cursor: move;
    text-align: right;
}

.sort-text
{
    margin-left: 80px;
}

.sort-text-1
{
    margin-left: 95px;
}
.sort-text-1 .col-sm-3
{
    padding-left: 0;
}

.js-patient-normallist,
.js-patient-normalbox,
.js-patient-signlist,
.js-patient-signbox,
.js-patient-checkingbox,
.js-patient-signlist,
.js-patient-signlist
{
    margin-bottom: 0;
    padding: 0;

    list-style: none;
}
.js-patient-normallist > li,
.js-patient-normalbox > li,
.js-patient-signlist > li,
.js-patient-signbox > li,
.js-patient-checkingbox > li,
.js-patient-signlist > li,
.js-patient-signlist > li
{
    margin-bottom: 15px;

    cursor: move;
    vertical-align: middle;
}
.js-patient-normallist > li input.form-control,
.js-patient-normalbox > li input.form-control,
.js-patient-signlist > li input.form-control,
.js-patient-signbox > li input.form-control,
.js-patient-checkingbox > li input.form-control,
.js-patient-signlist > li input.form-control,
.js-patient-signlist > li input.form-control
{
    display: inline-block;
}

.checkingbox-item
{
    cursor: move;
}

.picbox-item,
.checkingbox-item
{
    min-height: 74px;
    margin-bottom: 15px;
}

.sortable-ghost
{
    margin: -2px;

    opacity: .5;
    border: 1px dashed #1c7ebb;

    filter: alpha(opacity=50);
}

.template-print-box .form-control
{
    display: none !important;
}
.template-print-box label,
.template-print-box li,
.template-print-box .checkingbox-item
{
    cursor: default;
}
.template-print-box hr
{
    border-color: #777;
}
.template-print-box li
{
    margin-bottom: 0;
}
.template-print-box .sort-text
{
    padding-top: 7px;
}

.error-block
{
    font-weight: normal;

    margin: 0;
}

.form-wizard .steps
{
    margin-bottom: 15px;
}
.form-wizard .steps > li:last-child
{
    width: 34%;
}
.form-wizard .steps > li:not(:last-child)
{
    width: 31%;
    margin-right: 2%;
}
.form-wizard .steps > li
{
    float: left;
}
.form-wizard .steps > li > a
{
    color: #777;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}
.form-wizard .steps > li.done > a,
.form-wizard .steps > li.done > a:hover,
.form-wizard .steps > li.done > a:focus
{
    color: #6dbae9;
    border-bottom-color: #6dbae9;
    background-color: #fff;
}
.form-wizard .steps > li.active > a,
.form-wizard .steps > li.active > a:hover,
.form-wizard .steps > li.active > a:focus
{
    color: #1c7ebb;
    border-bottom-color: #1c7ebb;
    background-color: #fff;
}

.form-filter-area
{
    display: block;
    float: left;

    margin: 7px 0 0;
}

.form-filter-warp
{
    font-size: 14px;
    line-height: 1.43;

    position: relative;

    overflow: hidden;

    max-width: 946px;
    height: 34px;
    margin-left: 64px;
    padding: 6px 24px 6px 0;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-filter-warp label:first-child
{
    margin-left: 10px;
}
.form-filter-warp .checkbox-inline
{
    width: 150px;
    padding-bottom: 4px;
}
.form-filter-warp .fa
{
    position: absolute;
    top: 6px;
    right: 6px;

    padding: 3px;

    cursor: pointer;
}

.form-list-warp
{
    font-size: 14px;
    line-height: 1.43;

    overflow: hidden;

    height: auto;
    padding: 6px 6px 6px 0;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-list-warp label:first-child
{
    margin-left: 10px;
}
.form-list-warp .checkbox-inline
{
    width: 150px;
    padding-top: 0;
}

.has-error .form-list-warp
{
    border-color: #b13d31;
}

.form-filter-warp-auto
{
    height: auto;
}

.table-interface > thead > tr > th,
.table-interface > thead > tr > td,
.table-interface > tbody > tr > th,
.table-interface > tbody > tr > td,
.table-interface > tfoot > tr > th,
.table-interface > tfoot > tr > td
{
    line-height: 50px;

    height: 50px;
    padding: 0 8px;

    vertical-align: middle;
}

.has-error .select2-container--default .select2-selection--single
{
    border-color: #b13d31;
}

.col
{
    position: relative;

    float: left;

    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.mask
{
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .3;
    background-color: #000;

    filter: alpha(opacity=30);
}

.template-group
{
    margin: 3px 0;
    padding: 5px;

    border: 1px solid #9bddcc;
    background-color: #d8f5ed;
}
.template-group:before,
.template-group:after
{
    display: table;

    content: ' ';
}
.template-group:after
{
    clear: both;
}
.template-group .control-label
{
    float: left;

    width: 80px;
    padding-top: 7px;

    text-align: right;
}
.template-group .col-md-8
{
    padding-right: 0;
}

.template-group-item
{
    position: relative;

    display: block;

    height: 34px;
    margin-left: 100px;
    padding: 6px 12px;

    border: 1px solid #e1e5ea;
    border-radius: 2px;
    background-color: #d8f5ed;
    background-image: none;
}
.template-group-item input[type='checkbox']
{
    position: absolute;
    right: 10px;
}

.template-select .template-group
{
    border-style: dashed;
    border-color: #e1e5ea;
    background-color: #f3f5f7;
}
.template-select .template-group-item
{
    border-color: #e1e5ea;
    background-color: #f3f5f7;
}

.template-selected
{
    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
.template-selected .col-md-4,
.template-selected .control-label
{
    cursor: move;
}

.template-default .template-group
{
    border-width: 0;
    background-color: transparent;
}
.template-default .template-group-item
{
    border-color: #ccc;
    background-color: #fff;
}
.template-default input[type='checkbox']
{
    display: none;
}

.col-md-roffset-8
{
    margin-right: 66.66667%;
}

.keyimg-box
{
    position: relative;
}
.keyimg-box .fa
{
    font-size: 18px;

    position: absolute;
    top: 5px;
    right: 20px;

    color: #e94b3b;
}

.keyimg-box-add a
{
    position: relative;

    display: block;

    width: 160px;
    height: 200px;

    color: #e1e5ea;
    border: 1px dashed #e1e5ea;
    background-color: #f3f5f7;
}
.keyimg-box-add a:hover
{
    color: #23ae89;
    border-color: #23ae89;
}
.keyimg-box-add a .fa
{
    position: absolute;
    top: 50%;
    left: 50%;

    margin-top: -21px;
    margin-left: -18px;
}

.amolbox
{
    position: relative;

    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;

    border-radius: 2px;
    box-shadow: 0 1px 1px 1px #ddd;
}

.amolbox-content
{
    padding: 20px;

    color: inherit;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
}
.amolbox-content .pagination
{
    margin-bottom: 0;
}

.amolbox-icon
{
    position: relative;

    height: 117px;
}
.amolbox-icon .icons
{
    margin: 27px 0 23px;
}

.amolbox-icon-content
{
    font-size: 18px;
    line-height: 30px;

    height: 60px;
    padding: 15px;

    vertical-align: middle;

    color: #777;
    background-color: #fff;
}
.amolbox-icon-content .icons
{
    vertical-align: middle;
}

.amolbox-content-sm
{
    padding: 15px;
}

.bg-gray-round
{
    float: left;

    width: 190px;
    height: 190px;

    text-align: center;

    border-radius: 50%;
    background-color: #f5f7f8;
}
.bg-gray-round .icons
{
    margin-top: 54px;
}
@media (max-width: 1442px)
{
    .bg-gray-round
    {
        width: 100%;
        height: 100%;
        margin: 0 auto 10px;

        border-radius: 0;
    }
    .bg-gray-round .icons
    {
        margin: 20px 20px 16px;
    }
}

.bg-gray-text
{
    margin-top: 54px;
    margin-left: 220px;

    text-align: center;
}
@media (max-width: 1442px)
{
    .bg-gray-text
    {
        margin-top: 0;
        margin-left: 0;
    }
    .bg-gray-text hr
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.form-control-ue
{
    margin-bottom: -10px;
    padding-top: 7px;
}

.expense-account
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
