﻿@charset "UTF-8";

.color-white
{
    background: #FFFFFF;
}

.color-black
{
    background: #000000;
}

.color-accent
{
    background: #0078D7;
}

.color-alert
{
    background: #D02E00;
}

.color-type-primary
{
    color: #000000;
}

.color-type-secondary
{
    color: rgba(0, 0, 0, 0.6);
}

.color-type-disabled
{
    color: rgba(0, 0, 0, 0.2);
}

.color-type-accent
{
    color: #0078D7;
}

.color-type-alert
{
    color: #D02E00;
}

.color-type-primary-alt
{
    color: #FFFFFF;
}

.color-type-secondary-alt
{
    color: rgba(255, 255, 255, 0.6);
}

.color-type-disabled-alt
{
    color: rgba(255, 255, 255, 0.2);
}

.color-type-accent-alt
{
    color: #0078D7;
}

.color-type-alert-alt
{
    color: #D02E00;
}

.color-fill-dim-low
{
    background-color: rgba(0, 0, 0, 0.05);
}

.color-fill-dim-mid
{
    background-color: rgba(0, 0, 0, 0.1);
}

.color-fill-neutral-low
{
    background-color: rgba(0, 0, 0, 0.2);
}

.color-fill-neutral-mid
{
    background-color: rgba(0, 0, 0, 0.3);
}

.color-fill-neutral-high
{
    background-color: rgba(0, 0, 0, 0.4);
}

.color-fill-vivid-low
{
    background-color: rgba(0, 0, 0, 0.6);
}

.color-fill-vivid-mid
{
    background-color: rgba(0, 0, 0, 0.8);
}

.color-fill-vivid-high
{
    background-color: #000000;
}

.color-fill-dim-mid-alt
{
    background-color: rgba(255, 255, 255, 0.1);
}

.color-fill-dim-high-alt
{
    background-color: rgba(255, 255, 255, 0.15);
}

.color-fill-neutral-low-alt
{
    background-color: rgba(255, 255, 255, 0.2);
}

.color-fill-neutral-mid-alt
{
    background-color: rgba(255, 255, 255, 0.3);
}

.color-fill-neutral-high-alt
{
    background-color: rgba(255, 255, 255, 0.4);
}

.color-fill-vivid-low-alt
{
    background-color: rgba(255, 255, 255, 0.6);
}

.color-fill-vivid-mid-alt
{
    background-color: rgba(255, 255, 255, 0.8);
}

.color-fill-vivid-high-alt
{
    background-color: #FFFFFF;
}

.color-line-dim-low
{
    border-color: rgba(0, 0, 0, 0.05);
}

.color-line-dim-mid
{
    border-color: rgba(0, 0, 0, 0.1);
}

.color-line-neutral-low
{
    border-color: rgba(0, 0, 0, 0.2);
}

.color-line-neutral-mid
{
    border-color: rgba(0, 0, 0, 0.3);
}

.color-line-neutral-high
{
    border-color: rgba(0, 0, 0, 0.4);
}

.color-line-vivid-low
{
    border-color: rgba(0, 0, 0, 0.6);
}

.color-line-vivid-mid
{
    border-color: rgba(0, 0, 0, 0.8);
}

.color-line-vivid-high
{
    border-color: #000000;
}

.color-line-dim-mid-alt
{
    border-color: rgba(255, 255, 255, 0.1);
}

.color-line-dim-high-alt
{
    border-color: rgba(255, 255, 255, 0.15);
}

.color-line-neutral-low-alt
{
    border-color: rgba(255, 255, 255, 0.2);
}

.color-line-neutral-mid-alt
{
    border-color: rgba(255, 255, 255, 0.3);
}

.color-line-neutral-high-alt
{
    border-color: rgba(255, 255, 255, 0.4);
}

.color-line-vivid-low-alt
{
    border-color: rgba(255, 255, 255, 0.6);
}

.color-line-vivid-mid-alt
{
    border-color: rgba(255, 255, 255, 0.8);
}

.color-line-vivid-high-alt
{
    border-color: #FFFFFF;
}

.color-bg-light-vivid-high
{
    background-color: #FFFFFF;
}

.color-bg-light-vivid-mid
{
    background-color: #F2F2F2;
}

.color-bg-light-vivid-low
{
    background-color: #E5E5E5;
}

.color-bg-light-neutral-high
{
    background-color: #D9D9D9;
}

.color-bg-light-neutral-mid
{
    background-color: #CCCCCC;
}

.color-bg-dark-vivid-high
{
    background-color: #000000;
}

.color-bg-dark-vivid-mid
{
    background-color: #191919;
}

.color-bg-dark-vivid-low
{
    background-color: #262626;
}

.color-bg-dark-neutral-high
{
    background-color: #333333;
}

.color-bg-dark-neutral-mid
{
    background: #404040;
}

.color-fill-accent-dim-low
{
    background-color: rgba(0, 120, 215, 0.05);
}

.color-fill-accent-dim-mid
{
    background-color: rgba(0, 120, 215, 0.1);
}

.color-fill-accent-dim-high
{
    background-color: rgba(0, 120, 215, 0.15);
}

.color-fill-accent-neutral-low
{
    background-color: rgba(0, 120, 215, 0.2);
}

.color-fill-accent-neutral-mid
{
    background-color: rgba(0, 120, 215, 0.3);
}

.color-fill-accent-neutral-high
{
    background-color: rgba(0, 120, 215, 0.4);
}

.color-fill-accent-vivid-low
{
    background-color: rgba(0, 120, 215, 0.6);
}

.color-fill-accent-vivid-mid
{
    background-color: rgba(0, 120, 215, 0.8);
}

.color-fill-accent-vivid-high
{
    background-color: #0078D7;
}

.color-fill-alert
{
    background-color: #D02E00;
}

.color-line-accent-dim-low
{
    border-color: rgba(0, 120, 215, 0.05);
}

.color-line-accent-dim-mid
{
    border-color: rgba(0, 120, 215, 0.1);
}

.color-line-accent-dim-high
{
    border-color: rgba(0, 120, 215, 0.15);
}

.color-line-accent-neutral-low
{
    border-color: rgba(0, 120, 215, 0.2);
}

.color-line-accent-neutral-mid
{
    border-color: rgba(0, 120, 215, 0.3);
}

.color-line-accent-neutral-high
{
    border-color: rgba(0, 120, 215, 0.4);
}

.color-line-accent-vivid-low
{
    border-color: rgba(0, 120, 215, 0.6);
}

.color-line-accent-vivid-mid
{
    border-color: rgba(0, 120, 215, 0.8);
}

.color-line-accent-vivid-high
{
    border-color: #0078D7;
}

.color-line-alert
{
    border-color: #D02E00;
}

.color-blue
{
    background-color: #0078D7;
}

.color-purple
{
    background-color: #5C2D91;
}

.color-magenta
{
    background-color: #B4009E;
}

.color-red
{
    background-color: #E81123;
}

.color-orange
{
    background-color: #D83B01;
}

.color-yellow
{
    background-color: #FFB900;
}

.color-green
{
    background-color: #107C10;
}

.color-teal
{
    background-color: #008272;
}

.color-lightblue
{
    background-color: #00BCF2;
}

.color-midblue
{
    background-color: #00188F;
}

.color-darkblue
{
    background-color: #002050;
}

.color-lightpurple
{
    background-color: #B4A0FF;
}

.color-darkpurple
{
    background-color: #32145A;
}

.color-lightmagenta
{
    background-color: #E3008C;
}

.color-darkmagenta
{
    background-color: #5C005C;
}

.color-darkred
{
    background-color: #A80000;
}

.color-lightorange
{
    background-color: #FF8C00;
}

.color-lightyellow
{
    background-color: #FFF100;
}

.color-lightgreen
{
    background-color: #BAD80A;
}

.color-darkgreen
{
    background-color: #004B1C;
}

.color-lightteal
{
    background-color: #00B294;
}

.color-darkteal
{
    background-color: #004B50;
}

.m-v-xxl
{
    margin-top: 84px;
    margin-bottom: 84px;
}

.m-h-xxl
{
    margin-left: 84px;
    margin-right: 84px;
}

.m-t-xxl
{
    margin-top: 84px;
}

.m-r-xxl
{
    margin-right: 84px;
}

.m-b-xxl
{
    margin-bottom: 84px;
}

.m-l-xxl
{
    margin-left: 84px;
}

.p-v-xxl
{
    padding-top: 84px;
    padding-bottom: 84px;
}

.p-h-xxl
{
    padding-left: 84px;
    padding-right: 84px;
}

.p-t-xxl
{
    padding-top: 84px;
}

.p-r-xxl
{
    padding-right: 84px;
}

.p-b-xxl
{
    padding-bottom: 84px;
}

.p-l-xxl
{
    padding-left: 84px;
}

.m-v-xl
{
    margin-top: 72px;
    margin-bottom: 72px;
}

.m-h-xl
{
    margin-left: 72px;
    margin-right: 72px;
}

.m-t-xl
{
    margin-top: 72px;
}

.m-r-xl
{
    margin-right: 72px;
}

.m-b-xl
{
    margin-bottom: 72px;
}

.m-l-xl
{
    margin-left: 72px;
}

.p-v-xl
{
    padding-top: 72px;
    padding-bottom: 72px;
}

.p-h-xl
{
    padding-left: 72px;
    padding-right: 72px;
}

.p-t-xl
{
    padding-top: 72px;
}

.p-r-xl
{
    padding-right: 72px;
}

.p-b-xl
{
    padding-bottom: 72px;
}

.p-l-xl
{
    padding-left: 72px;
}

.m-v-lg
{
    margin-top: 64px;
    margin-bottom: 64px;
}

.m-h-lg
{
    margin-left: 64px;
    margin-right: 64px;
}

.m-t-lg
{
    margin-top: 64px;
}

.m-r-lg
{
    margin-right: 64px;
}

.m-b-lg
{
    margin-bottom: 64px;
}

.m-l-lg
{
    margin-left: 64px;
}

.p-v-lg
{
    padding-top: 64px;
    padding-bottom: 64px;
}

.p-h-lg
{
    padding-left: 64px;
    padding-right: 64px;
}

.p-t-lg
{
    padding-top: 64px;
}

.p-r-lg
{
    padding-right: 64px;
}

.p-b-lg
{
    padding-bottom: 64px;
}

.p-l-lg
{
    padding-left: 64px;
}

.m-v-md
{
    margin-top: 48px;
    margin-bottom: 48px;
}

.m-h-md
{
    margin-left: 48px;
    margin-right: 48px;
}

.m-t-md
{
    margin-top: 48px;
}

.m-r-md
{
    margin-right: 48px;
}

.m-b-md
{
    margin-bottom: 48px;
}

.m-l-md
{
    margin-left: 48px;
}

.p-v-md
{
    padding-top: 48px;
    padding-bottom: 48px;
}

.p-h-md
{
    padding-left: 48px;
    padding-right: 48px;
}

.p-t-md
{
    padding-top: 48px;
}

.p-r-md
{
    padding-right: 48px;
}

.p-b-md
{
    padding-bottom: 48px;
}

.p-l-md
{
    padding-left: 48px;
}

.m-v-sm
{
    margin-top: 36px;
    margin-bottom: 36px;
}

.m-h-sm
{
    margin-left: 36px;
    margin-right: 36px;
}

.m-t-sm
{
    margin-top: 36px;
}

.m-r-sm
{
    margin-right: 36px;
}

.m-b-sm
{
    margin-bottom: 36px;
}

.m-l-sm
{
    margin-left: 36px;
}

.p-v-sm
{
    padding-top: 36px;
    padding-bottom: 36px;
}

.p-h-sm
{
    padding-left: 36px;
    padding-right: 36px;
}

.p-t-sm
{
    padding-top: 36px;
}

.p-r-sm
{
    padding-right: 36px;
}

.p-b-sm
{
    padding-bottom: 36px;
}

.p-l-sm
{
    padding-left: 36px;
}

.m-v-xs
{
    margin-top: 24px;
    margin-bottom: 24px;
}

.m-h-xs
{
    margin-left: 24px;
    margin-right: 24px;
}

.m-t-xs
{
    margin-top: 24px;
}

.m-r-xs
{
    margin-right: 24px;
}

.m-b-xs
{
    margin-bottom: 24px;
}

.m-l-xs
{
    margin-left: 24px;
}

.p-v-xs
{
    padding-top: 24px;
    padding-bottom: 24px;
}

.p-h-xs
{
    padding-left: 24px;
    padding-right: 24px;
}

.p-t-xs
{
    padding-top: 24px;
}

.p-r-xs
{
    padding-right: 24px;
}

.p-b-xs
{
    padding-bottom: 24px;
}

.p-l-xs
{
    padding-left: 24px;
}

.m-v-xxs
{
    margin-top: 12px;
    margin-bottom: 12px;
}

.m-h-xxs
{
    margin-left: 12px;
    margin-right: 12px;
}

.m-t-xxs
{
    margin-top: 12px;
}

.m-r-xxs
{
    margin-right: 12px;
}

.m-b-xxs
{
    margin-bottom: 12px;
}

.m-l-xxs
{
    margin-left: 12px;
}

.p-v-xxs
{
    padding-top: 12px;
    padding-bottom: 12px;
}

.p-h-xxs
{
    padding-left: 12px;
    padding-right: 12px;
}

.p-t-xxs
{
    padding-top: 12px;
}

.p-r-xxs
{
    padding-right: 12px;
}

.p-b-xxs
{
    padding-bottom: 12px;
}

.p-l-xxs
{
    padding-left: 12px;
}

.m-v-xxxs
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.m-h-xxxs
{
    margin-left: 8px;
    margin-right: 8px;
}

.m-t-xxxs
{
    margin-top: 8px;
}

.m-r-xxxs
{
    margin-right: 8px;
}

.m-b-xxxs
{
    margin-bottom: 8px;
}

.m-l-xxxs
{
    margin-left: 8px;
}

.p-v-xxxs
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-h-xxxs
{
    padding-left: 8px;
    padding-right: 8px;
}

.p-t-xxxs
{
    padding-top: 8px;
}

.p-r-xxxs
{
    padding-right: 8px;
}

.p-b-xxxs
{
    padding-bottom: 8px;
}

.p-l-xxxs
{
    padding-left: 8px;
}

.m-v-n
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.m-h-n
{
    margin-left: 0px;
    margin-right: 0px;
}

.m-t-n
{
    margin-top: 0px;
}

.m-r-n
{
    margin-right: 0px;
}

.m-b-n
{
    margin-bottom: 0px;
}

.m-l-n
{
    margin-left: 0px;
}

.p-v-n
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.p-h-n
{
    padding-left: 0px;
    padding-right: 0px;
}

.p-t-n
{
    padding-top: 0px;
}

.p-r-n
{
    padding-right: 0px;
}

.p-b-n
{
    padding-bottom: 0px;
}

.p-l-n
{
    padding-left: 0px;
}

.row.row-sm
{
    margin-left: -2px;
    margin-right: -2px;
}

.row.row-sm .col-xs-1,
.row.row-sm .col-sm-1,
.row.row-sm .col-md-1,
.row.row-sm .col-lg-1,
.row.row-sm .col-xl-1,
.row.row-sm .col-xs-2,
.row.row-sm .col-sm-2,
.row.row-sm .col-md-2,
.row.row-sm .col-lg-2,
.row.row-sm .col-xl-2,
.row.row-sm .col-xs-3,
.row.row-sm .col-sm-3,
.row.row-sm .col-md-3,
.row.row-sm .col-lg-3,
.row.row-sm .col-xl-3,
.row.row-sm .col-xs-4,
.row.row-sm .col-sm-4,
.row.row-sm .col-md-4,
.row.row-sm .col-lg-4,
.row.row-sm .col-xl-4,
.row.row-sm .col-xs-5,
.row.row-sm .col-sm-5,
.row.row-sm .col-md-5,
.row.row-sm .col-lg-5,
.row.row-sm .col-xl-5,
.row.row-sm .col-xs-6,
.row.row-sm .col-sm-6,
.row.row-sm .col-md-6,
.row.row-sm .col-lg-6,
.row.row-sm .col-xl-6,
.row.row-sm .col-xs-7,
.row.row-sm .col-sm-7,
.row.row-sm .col-md-7,
.row.row-sm .col-lg-7,
.row.row-sm .col-xl-7,
.row.row-sm .col-xs-8,
.row.row-sm .col-sm-8,
.row.row-sm .col-md-8,
.row.row-sm .col-lg-8,
.row.row-sm .col-xl-8,
.row.row-sm .col-xs-9,
.row.row-sm .col-sm-9,
.row.row-sm .col-md-9,
.row.row-sm .col-lg-9,
.row.row-sm .col-xl-9,
.row.row-sm .col-xs-10,
.row.row-sm .col-sm-10,
.row.row-sm .col-md-10,
.row.row-sm .col-lg-10,
.row.row-sm .col-xl-10,
.row.row-sm .col-xs-11,
.row.row-sm .col-sm-11,
.row.row-sm .col-md-11,
.row.row-sm .col-lg-11,
.row.row-sm .col-xl-11,
.row.row-sm .col-xs-12,
.row.row-sm .col-sm-12,
.row.row-sm .col-md-12,
.row.row-sm .col-lg-12,
.row.row-sm .col-xl-12,
.row.row-sm .col-xs-13,
.row.row-sm .col-sm-13,
.row.row-sm .col-md-13,
.row.row-sm .col-lg-13,
.row.row-sm .col-xl-13,
.row.row-sm .col-xs-14,
.row.row-sm .col-sm-14,
.row.row-sm .col-md-14,
.row.row-sm .col-lg-14,
.row.row-sm .col-xl-14,
.row.row-sm .col-xs-15,
.row.row-sm .col-sm-15,
.row.row-sm .col-md-15,
.row.row-sm .col-lg-15,
.row.row-sm .col-xl-15,
.row.row-sm .col-xs-16,
.row.row-sm .col-sm-16,
.row.row-sm .col-md-16,
.row.row-sm .col-lg-16,
.row.row-sm .col-xl-16,
.row.row-sm .col-xs-17,
.row.row-sm .col-sm-17,
.row.row-sm .col-md-17,
.row.row-sm .col-lg-17,
.row.row-sm .col-xl-17,
.row.row-sm .col-xs-18,
.row.row-sm .col-sm-18,
.row.row-sm .col-md-18,
.row.row-sm .col-lg-18,
.row.row-sm .col-xl-18,
.row.row-sm .col-xs-19,
.row.row-sm .col-sm-19,
.row.row-sm .col-md-19,
.row.row-sm .col-lg-19,
.row.row-sm .col-xl-19,
.row.row-sm .col-xs-20,
.row.row-sm .col-sm-20,
.row.row-sm .col-md-20,
.row.row-sm .col-lg-20,
.row.row-sm .col-xl-20,
.row.row-sm .col-xs-21,
.row.row-sm .col-sm-21,
.row.row-sm .col-md-21,
.row.row-sm .col-lg-21,
.row.row-sm .col-xl-21,
.row.row-sm .col-xs-22,
.row.row-sm .col-sm-22,
.row.row-sm .col-md-22,
.row.row-sm .col-lg-22,
.row.row-sm .col-xl-22,
.row.row-sm .col-xs-23,
.row.row-sm .col-sm-23,
.row.row-sm .col-md-23,
.row.row-sm .col-lg-23,
.row.row-sm .col-xl-23,
.row.row-sm .col-xs-24,
.row.row-sm .jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap,
.row.row-sm .col-sm-24,
.row.row-sm .col-md-24,
.row.row-sm .col-lg-24,
.row.row-sm .col-xl-24
{
    padding-left: 2px;
    padding-right: 2px;
}

/*! 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: 0.67em 0;
}

mark
{
    background: #ff0;
    color: #000;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}

img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 1em 40px;
}

hr
{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre
{
    overflow: auto;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

input
{
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"]
{
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
    height: auto;
}

input[type="search"]
{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend
{
    border: 0;
    padding: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th
{
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print
{
    *,
    *:before,
    *:after
    {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited
    {
        text-decoration: underline;
    }

    a[href]:after
    {
        content: " (" attr(href) ")";
    }

    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after
    {
        content: "";
    }

    pre,
    blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }

    tr,
    img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
    }

    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3
    {
        page-break-after: avoid;
    }

    select
    {
        background: #fff !important;
    }

    .navbar
    {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret
    {
        border-top-color: #000 !important;
    }

    .label
    {
        border: 1px solid #000;
    }

    .table
    {
        border-collapse: collapse !important;
    }

    .table td,
    .table th
    {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td
    {
        border: 1px solid #ddd !important;
    }
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html
{
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body
{
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.5625;
    color: #000000;
    background-color: #FFFFFF;
}

input,
button,
select,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a
{
    color: #0078D7;
    text-decoration: none;
}

a:hover,
a:focus
{
    color: #0078D7;
    text-decoration: underline;
}

a:focus
{
    outline: 1px dotted #999;
    outline-offset: 1px;
}

figure
{
    margin: 0;
}

img
{
    vertical-align: middle;
}

.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded
{
    border-radius: 0px;
}

.img-thumbnail
{
    padding: 4px;
    line-height: 1.5625;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle
{
    border-radius: 50%;
}

hr
{
    margin-top: 23px;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"]
{
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small
{
    font-weight: normal;
    line-height: 1;
    color: rgba(0, 0, 0, 0.2);
}

h1,
.h1,
h2,
.h2,
h3,
.h3
{
    margin-top: 23px;
    margin-bottom: 11.5px;
}

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: 11.5px;
    margin-bottom: 11.5px;
}

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: 39px;
}

h2,
.h2
{
    font-size: 32px;
}

h3,
.h3
{
    font-size: 26px;
}

h4,
.h4
{
    font-size: 19px;
}

h5,
.h5
{
    font-size: 15px;
}

h6,
.h6
{
    font-size: 13px;
}

p
{
    margin: 0 0 11.5px;
}

.lead
{
    margin-bottom: 23px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 540px)
{
    .lead
    {
        font-size: 22.5px;
    }
}

small,
.small
{
    font-size: 80%;
}

mark,
.mark
{
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

.text-center
{
    text-align: center;
}

.text-justify
{
    text-align: justify;
}

.text-nowrap
{
    white-space: nowrap;
}

.text-lowercase
{
    text-transform: lowercase;
}

.text-uppercase,
.initialism
{
    text-transform: uppercase;
}

.text-capitalize
{
    text-transform: capitalize;
}

.text-muted
{
    color: rgba(0, 0, 0, 0.2);
}

.text-primary
{
    color: #000000;
}

a.text-primary:hover
{
    color: black;
}

.text-success
{
    color: rgba(0, 0, 0, 0.6);
}

a.text-success:hover
{
    color: rgba(0, 0, 0, 0.6);
}

.text-info
{
    color: rgba(0, 0, 0, 0.6);
}

a.text-info:hover
{
    color: rgba(0, 0, 0, 0.6);
}

.text-warning
{
    color: #D02E00;
}

a.text-warning:hover
{
    color: #9d2300;
}

.text-danger
{
    color: #D02E00;
}

a.text-danger:hover
{
    color: #9d2300;
}

.bg-primary
{
    color: #fff;
}

.bg-primary
{
    background-color: #000000;
}

a.bg-primary:hover
{
    background-color: black;
}

.bg-success
{
    background-color: #dff0d8;
}

a.bg-success:hover
{
    background-color: #c1e2b3;
}

.bg-info
{
    background-color: rgba(128, 128, 128, 0.6);
}

a.bg-info:hover
{
    background-color: rgba(102, 102, 102, 0.6);
}

.bg-warning
{
    background-color: #fcf8e3;
}

a.bg-warning:hover
{
    background-color: #f7ecb5;
}

.bg-danger
{
    background-color: #f2dede;
}

a.bg-danger:hover
{
    background-color: #e4b9b9;
}

.page-header
{
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

ul,
ol
{
    margin-top: 0;
    margin-bottom: 11.5px;
}

ul ul,
ul ol,
ol ul,
ol ol
{
    margin-bottom: 0;
}

.list-unstyled
{
    padding-left: 0;
    list-style: none;
}

.list-inline
{
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl
{
    margin-top: 0;
    margin-bottom: 23px;
}

dt,
dd
{
    line-height: 1.5625;
}

dt
{
    font-weight: bold;
}

dd
{
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after
{
    content: " ";
    display: table;
}

.dl-horizontal dd:after
{
    clear: both;
}

@media (min-width: 768px)
{
    .dl-horizontal dt
    {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd
    {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.initialism
{
    font-size: 90%;
}

blockquote
{
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 18.75px;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child
{
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small
{
    display: block;
    font-size: 80%;
    line-height: 1.5625;
    color: rgba(0, 0, 0, 0.2);
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before
{
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right
{
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before
{
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after
{
    content: '\00A0 \2014';
}

address
{
    margin-bottom: 23px;
    font-style: normal;
    line-height: 1.5625;
}

code,
kbd,
pre,
samp
{
    font-family: "Consolas", "Menlo", "Monaco", "Courier New", monospace;
}

code
{
    padding: 2px 4px;
    font-size: 90%;
    color: #000000;
    background-color: #F2F2F2;
    border-radius: 0px;
}

kbd
{
    padding: 2px 4px;
    font-size: 90%;
    color: #FFFFFF;
    background-color: #333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd
{
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre
{
    display: block;
    padding: 11px;
    margin: 0 0 11.5px;
    font-size: 14px;
    line-height: 1.5625;
    word-break: break-all;
    word-wrap: break-word;
    color: #000000;
    background-color: #F2F2F2;
    border: 1px solid #E5E5E5;
    border-radius: 0px;
}

pre code
{
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable
{
    max-height: 340px;
    overflow-y: scroll;
}

.container
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before,
.container:after
{
    content: " ";
    display: table;
}

.container:after
{
    clear: both;
}

@media (min-width: 540px)
{
    .container
    {
        width: 492px;
    }
}

@media (min-width: 768px)
{
    .container
    {
        width: 97%;
    }
}

@media (min-width: 1084px)
{
    .container
    {
        width: 976px;
    }
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid:before,
.container-fluid:after
{
    content: " ";
    display: table;
}

.container-fluid:after
{
    clear: both;
}

.row
{
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after
{
    content: " ";
    display: table;
}

.row:after
{
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap,
.col-sm-24,
.col-md-24,
.col-lg-24
{
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap
{
    float: left;
}

.col-xs-1
{
    width: 4.16667%;
}

.col-xs-2
{
    width: 8.33333%;
}

.col-xs-3
{
    width: 12.5%;
}

.col-xs-4
{
    width: 16.66667%;
}

.col-xs-5
{
    width: 20.83333%;
}

.col-xs-6
{
    width: 25%;
}

.col-xs-7
{
    width: 29.16667%;
}

.col-xs-8
{
    width: 33.33333%;
}

.col-xs-9
{
    width: 37.5%;
}

.col-xs-10
{
    width: 41.66667%;
}

.col-xs-11
{
    width: 45.83333%;
}

.col-xs-12
{
    width: 50%;
}

.col-xs-13
{
    width: 54.16667%;
}

.col-xs-14
{
    width: 58.33333%;
}

.col-xs-15
{
    width: 62.5%;
}

.col-xs-16
{
    width: 66.66667%;
}

.col-xs-17
{
    width: 70.83333%;
}

.col-xs-18
{
    width: 75%;
}

.col-xs-19
{
    width: 79.16667%;
}

.col-xs-20
{
    width: 83.33333%;
}

.col-xs-21
{
    width: 87.5%;
}

.col-xs-22
{
    width: 91.66667%;
}

.col-xs-23
{
    width: 95.83333%;
}

.col-xs-24,
.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap
{
    width: 100%;
}

.col-xs-pull-0
{
    right: auto;
}

.col-xs-pull-1
{
    right: 4.16667%;
}

.col-xs-pull-2
{
    right: 8.33333%;
}

.col-xs-pull-3
{
    right: 12.5%;
}

.col-xs-pull-4
{
    right: 16.66667%;
}

.col-xs-pull-5
{
    right: 20.83333%;
}

.col-xs-pull-6
{
    right: 25%;
}

.col-xs-pull-7
{
    right: 29.16667%;
}

.col-xs-pull-8
{
    right: 33.33333%;
}

.col-xs-pull-9
{
    right: 37.5%;
}

.col-xs-pull-10
{
    right: 41.66667%;
}

.col-xs-pull-11
{
    right: 45.83333%;
}

.col-xs-pull-12
{
    right: 50%;
}

.col-xs-pull-13
{
    right: 54.16667%;
}

.col-xs-pull-14
{
    right: 58.33333%;
}

.col-xs-pull-15
{
    right: 62.5%;
}

.col-xs-pull-16
{
    right: 66.66667%;
}

.col-xs-pull-17
{
    right: 70.83333%;
}

.col-xs-pull-18
{
    right: 75%;
}

.col-xs-pull-19
{
    right: 79.16667%;
}

.col-xs-pull-20
{
    right: 83.33333%;
}

.col-xs-pull-21
{
    right: 87.5%;
}

.col-xs-pull-22
{
    right: 91.66667%;
}

.col-xs-pull-23
{
    right: 95.83333%;
}

.col-xs-pull-24
{
    right: 100%;
}

.col-xs-push-0
{
    left: auto;
}

.col-xs-push-1
{
    left: 4.16667%;
}

.col-xs-push-2
{
    left: 8.33333%;
}

.col-xs-push-3
{
    left: 12.5%;
}

.col-xs-push-4
{
    left: 16.66667%;
}

.col-xs-push-5
{
    left: 20.83333%;
}

.col-xs-push-6
{
    left: 25%;
}

.col-xs-push-7
{
    left: 29.16667%;
}

.col-xs-push-8
{
    left: 33.33333%;
}

.col-xs-push-9
{
    left: 37.5%;
}

.col-xs-push-10
{
    left: 41.66667%;
}

.col-xs-push-11
{
    left: 45.83333%;
}

.col-xs-push-12
{
    left: 50%;
}

.col-xs-push-13
{
    left: 54.16667%;
}

.col-xs-push-14
{
    left: 58.33333%;
}

.col-xs-push-15
{
    left: 62.5%;
}

.col-xs-push-16
{
    left: 66.66667%;
}

.col-xs-push-17
{
    left: 70.83333%;
}

.col-xs-push-18
{
    left: 75%;
}

.col-xs-push-19
{
    left: 79.16667%;
}

.col-xs-push-20
{
    left: 83.33333%;
}

.col-xs-push-21
{
    left: 87.5%;
}

.col-xs-push-22
{
    left: 91.66667%;
}

.col-xs-push-23
{
    left: 95.83333%;
}

.col-xs-push-24
{
    left: 100%;
}

.col-xs-offset-0
{
    margin-left: 0%;
}

.col-xs-offset-1
{
    margin-left: 4.16667%;
}

.col-xs-offset-2
{
    margin-left: 8.33333%;
}

.col-xs-offset-3
{
    margin-left: 12.5%;
}

.col-xs-offset-4
{
    margin-left: 16.66667%;
}

.col-xs-offset-5
{
    margin-left: 20.83333%;
}

.col-xs-offset-6
{
    margin-left: 25%;
}

.col-xs-offset-7
{
    margin-left: 29.16667%;
}

.col-xs-offset-8
{
    margin-left: 33.33333%;
}

.col-xs-offset-9
{
    margin-left: 37.5%;
}

.col-xs-offset-10
{
    margin-left: 41.66667%;
}

.col-xs-offset-11
{
    margin-left: 45.83333%;
}

.col-xs-offset-12
{
    margin-left: 50%;
}

.col-xs-offset-13
{
    margin-left: 54.16667%;
}

.col-xs-offset-14
{
    margin-left: 58.33333%;
}

.col-xs-offset-15
{
    margin-left: 62.5%;
}

.col-xs-offset-16
{
    margin-left: 66.66667%;
}

.col-xs-offset-17
{
    margin-left: 70.83333%;
}

.col-xs-offset-18
{
    margin-left: 75%;
}

.col-xs-offset-19
{
    margin-left: 79.16667%;
}

.col-xs-offset-20
{
    margin-left: 83.33333%;
}

.col-xs-offset-21
{
    margin-left: 87.5%;
}

.col-xs-offset-22
{
    margin-left: 91.66667%;
}

.col-xs-offset-23
{
    margin-left: 95.83333%;
}

.col-xs-offset-24
{
    margin-left: 100%;
}

@media (min-width: 540px)
{
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24
    {
        float: left;
    }

    .col-sm-1
    {
        width: 4.16667%;
    }

    .col-sm-2
    {
        width: 8.33333%;
    }

    .col-sm-3
    {
        width: 12.5%;
    }

    .col-sm-4
    {
        width: 16.66667%;
    }

    .col-sm-5
    {
        width: 20.83333%;
    }

    .col-sm-6
    {
        width: 25%;
    }

    .col-sm-7
    {
        width: 29.16667%;
    }

    .col-sm-8
    {
        width: 33.33333%;
    }

    .col-sm-9
    {
        width: 37.5%;
    }

    .col-sm-10
    {
        width: 41.66667%;
    }

    .col-sm-11
    {
        width: 45.83333%;
    }

    .col-sm-12
    {
        width: 50%;
    }

    .col-sm-13
    {
        width: 54.16667%;
    }

    .col-sm-14
    {
        width: 58.33333%;
    }

    .col-sm-15
    {
        width: 62.5%;
    }

    .col-sm-16
    {
        width: 66.66667%;
    }

    .col-sm-17
    {
        width: 70.83333%;
    }

    .col-sm-18
    {
        width: 75%;
    }

    .col-sm-19
    {
        width: 79.16667%;
    }

    .col-sm-20
    {
        width: 83.33333%;
    }

    .col-sm-21
    {
        width: 87.5%;
    }

    .col-sm-22
    {
        width: 91.66667%;
    }

    .col-sm-23
    {
        width: 95.83333%;
    }

    .col-sm-24
    {
        width: 100%;
    }

    .col-sm-pull-0
    {
        right: auto;
    }

    .col-sm-pull-1
    {
        right: 4.16667%;
    }

    .col-sm-pull-2
    {
        right: 8.33333%;
    }

    .col-sm-pull-3
    {
        right: 12.5%;
    }

    .col-sm-pull-4
    {
        right: 16.66667%;
    }

    .col-sm-pull-5
    {
        right: 20.83333%;
    }

    .col-sm-pull-6
    {
        right: 25%;
    }

    .col-sm-pull-7
    {
        right: 29.16667%;
    }

    .col-sm-pull-8
    {
        right: 33.33333%;
    }

    .col-sm-pull-9
    {
        right: 37.5%;
    }

    .col-sm-pull-10
    {
        right: 41.66667%;
    }

    .col-sm-pull-11
    {
        right: 45.83333%;
    }

    .col-sm-pull-12
    {
        right: 50%;
    }

    .col-sm-pull-13
    {
        right: 54.16667%;
    }

    .col-sm-pull-14
    {
        right: 58.33333%;
    }

    .col-sm-pull-15
    {
        right: 62.5%;
    }

    .col-sm-pull-16
    {
        right: 66.66667%;
    }

    .col-sm-pull-17
    {
        right: 70.83333%;
    }

    .col-sm-pull-18
    {
        right: 75%;
    }

    .col-sm-pull-19
    {
        right: 79.16667%;
    }

    .col-sm-pull-20
    {
        right: 83.33333%;
    }

    .col-sm-pull-21
    {
        right: 87.5%;
    }

    .col-sm-pull-22
    {
        right: 91.66667%;
    }

    .col-sm-pull-23
    {
        right: 95.83333%;
    }

    .col-sm-pull-24
    {
        right: 100%;
    }

    .col-sm-push-0
    {
        left: auto;
    }

    .col-sm-push-1
    {
        left: 4.16667%;
    }

    .col-sm-push-2
    {
        left: 8.33333%;
    }

    .col-sm-push-3
    {
        left: 12.5%;
    }

    .col-sm-push-4
    {
        left: 16.66667%;
    }

    .col-sm-push-5
    {
        left: 20.83333%;
    }

    .col-sm-push-6
    {
        left: 25%;
    }

    .col-sm-push-7
    {
        left: 29.16667%;
    }

    .col-sm-push-8
    {
        left: 33.33333%;
    }

    .col-sm-push-9
    {
        left: 37.5%;
    }

    .col-sm-push-10
    {
        left: 41.66667%;
    }

    .col-sm-push-11
    {
        left: 45.83333%;
    }

    .col-sm-push-12
    {
        left: 50%;
    }

    .col-sm-push-13
    {
        left: 54.16667%;
    }

    .col-sm-push-14
    {
        left: 58.33333%;
    }

    .col-sm-push-15
    {
        left: 62.5%;
    }

    .col-sm-push-16
    {
        left: 66.66667%;
    }

    .col-sm-push-17
    {
        left: 70.83333%;
    }

    .col-sm-push-18
    {
        left: 75%;
    }

    .col-sm-push-19
    {
        left: 79.16667%;
    }

    .col-sm-push-20
    {
        left: 83.33333%;
    }

    .col-sm-push-21
    {
        left: 87.5%;
    }

    .col-sm-push-22
    {
        left: 91.66667%;
    }

    .col-sm-push-23
    {
        left: 95.83333%;
    }

    .col-sm-push-24
    {
        left: 100%;
    }

    .col-sm-offset-0
    {
        margin-left: 0%;
    }

    .col-sm-offset-1
    {
        margin-left: 4.16667%;
    }

    .col-sm-offset-2
    {
        margin-left: 8.33333%;
    }

    .col-sm-offset-3
    {
        margin-left: 12.5%;
    }

    .col-sm-offset-4
    {
        margin-left: 16.66667%;
    }

    .col-sm-offset-5
    {
        margin-left: 20.83333%;
    }

    .col-sm-offset-6
    {
        margin-left: 25%;
    }

    .col-sm-offset-7
    {
        margin-left: 29.16667%;
    }

    .col-sm-offset-8
    {
        margin-left: 33.33333%;
    }

    .col-sm-offset-9
    {
        margin-left: 37.5%;
    }

    .col-sm-offset-10
    {
        margin-left: 41.66667%;
    }

    .col-sm-offset-11
    {
        margin-left: 45.83333%;
    }

    .col-sm-offset-12
    {
        margin-left: 50%;
    }

    .col-sm-offset-13
    {
        margin-left: 54.16667%;
    }

    .col-sm-offset-14
    {
        margin-left: 58.33333%;
    }

    .col-sm-offset-15
    {
        margin-left: 62.5%;
    }

    .col-sm-offset-16
    {
        margin-left: 66.66667%;
    }

    .col-sm-offset-17
    {
        margin-left: 70.83333%;
    }

    .col-sm-offset-18
    {
        margin-left: 75%;
    }

    .col-sm-offset-19
    {
        margin-left: 79.16667%;
    }

    .col-sm-offset-20
    {
        margin-left: 83.33333%;
    }

    .col-sm-offset-21
    {
        margin-left: 87.5%;
    }

    .col-sm-offset-22
    {
        margin-left: 91.66667%;
    }

    .col-sm-offset-23
    {
        margin-left: 95.83333%;
    }

    .col-sm-offset-24
    {
        margin-left: 100%;
    }
}

@media (min-width: 768px)
{
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24
    {
        float: left;
    }

    .col-md-1
    {
        width: 4.16667%;
    }

    .col-md-2
    {
        width: 8.33333%;
    }

    .col-md-3
    {
        width: 12.5%;
    }

    .col-md-4
    {
        width: 16.66667%;
    }

    .col-md-5
    {
        width: 20.83333%;
    }

    .col-md-6
    {
        width: 25%;
    }

    .col-md-7
    {
        width: 29.16667%;
    }

    .col-md-8
    {
        width: 33.33333%;
    }

    .col-md-9
    {
        width: 37.5%;
    }

    .col-md-10
    {
        width: 41.66667%;
    }

    .col-md-11
    {
        width: 45.83333%;
    }

    .col-md-12
    {
        width: 50%;
    }

    .col-md-13
    {
        width: 54.16667%;
    }

    .col-md-14
    {
        width: 58.33333%;
    }

    .col-md-15
    {
        width: 62.5%;
    }

    .col-md-16
    {
        width: 66.66667%;
    }

    .col-md-17
    {
        width: 70.83333%;
    }

    .col-md-18
    {
        width: 75%;
    }

    .col-md-19
    {
        width: 79.16667%;
    }

    .col-md-20
    {
        width: 83.33333%;
    }

    .col-md-21
    {
        width: 87.5%;
    }

    .col-md-22
    {
        width: 91.66667%;
    }

    .col-md-23
    {
        width: 95.83333%;
    }

    .col-md-24
    {
        width: 100%;
    }

    .col-md-pull-0
    {
        right: auto;
    }

    .col-md-pull-1
    {
        right: 4.16667%;
    }

    .col-md-pull-2
    {
        right: 8.33333%;
    }

    .col-md-pull-3
    {
        right: 12.5%;
    }

    .col-md-pull-4
    {
        right: 16.66667%;
    }

    .col-md-pull-5
    {
        right: 20.83333%;
    }

    .col-md-pull-6
    {
        right: 25%;
    }

    .col-md-pull-7
    {
        right: 29.16667%;
    }

    .col-md-pull-8
    {
        right: 33.33333%;
    }

    .col-md-pull-9
    {
        right: 37.5%;
    }

    .col-md-pull-10
    {
        right: 41.66667%;
    }

    .col-md-pull-11
    {
        right: 45.83333%;
    }

    .col-md-pull-12
    {
        right: 50%;
    }

    .col-md-pull-13
    {
        right: 54.16667%;
    }

    .col-md-pull-14
    {
        right: 58.33333%;
    }

    .col-md-pull-15
    {
        right: 62.5%;
    }

    .col-md-pull-16
    {
        right: 66.66667%;
    }

    .col-md-pull-17
    {
        right: 70.83333%;
    }

    .col-md-pull-18
    {
        right: 75%;
    }

    .col-md-pull-19
    {
        right: 79.16667%;
    }

    .col-md-pull-20
    {
        right: 83.33333%;
    }

    .col-md-pull-21
    {
        right: 87.5%;
    }

    .col-md-pull-22
    {
        right: 91.66667%;
    }

    .col-md-pull-23
    {
        right: 95.83333%;
    }

    .col-md-pull-24
    {
        right: 100%;
    }

    .col-md-push-0
    {
        left: auto;
    }

    .col-md-push-1
    {
        left: 4.16667%;
    }

    .col-md-push-2
    {
        left: 8.33333%;
    }

    .col-md-push-3
    {
        left: 12.5%;
    }

    .col-md-push-4
    {
        left: 16.66667%;
    }

    .col-md-push-5
    {
        left: 20.83333%;
    }

    .col-md-push-6
    {
        left: 25%;
    }

    .col-md-push-7
    {
        left: 29.16667%;
    }

    .col-md-push-8
    {
        left: 33.33333%;
    }

    .col-md-push-9
    {
        left: 37.5%;
    }

    .col-md-push-10
    {
        left: 41.66667%;
    }

    .col-md-push-11
    {
        left: 45.83333%;
    }

    .col-md-push-12
    {
        left: 50%;
    }

    .col-md-push-13
    {
        left: 54.16667%;
    }

    .col-md-push-14
    {
        left: 58.33333%;
    }

    .col-md-push-15
    {
        left: 62.5%;
    }

    .col-md-push-16
    {
        left: 66.66667%;
    }

    .col-md-push-17
    {
        left: 70.83333%;
    }

    .col-md-push-18
    {
        left: 75%;
    }

    .col-md-push-19
    {
        left: 79.16667%;
    }

    .col-md-push-20
    {
        left: 83.33333%;
    }

    .col-md-push-21
    {
        left: 87.5%;
    }

    .col-md-push-22
    {
        left: 91.66667%;
    }

    .col-md-push-23
    {
        left: 95.83333%;
    }

    .col-md-push-24
    {
        left: 100%;
    }

    .col-md-offset-0
    {
        margin-left: 0%;
    }

    .col-md-offset-1
    {
        margin-left: 4.16667%;
    }

    .col-md-offset-2
    {
        margin-left: 8.33333%;
    }

    .col-md-offset-3
    {
        margin-left: 12.5%;
    }

    .col-md-offset-4
    {
        margin-left: 16.66667%;
    }

    .col-md-offset-5
    {
        margin-left: 20.83333%;
    }

    .col-md-offset-6
    {
        margin-left: 25%;
    }

    .col-md-offset-7
    {
        margin-left: 29.16667%;
    }

    .col-md-offset-8
    {
        margin-left: 33.33333%;
    }

    .col-md-offset-9
    {
        margin-left: 37.5%;
    }

    .col-md-offset-10
    {
        margin-left: 41.66667%;
    }

    .col-md-offset-11
    {
        margin-left: 45.83333%;
    }

    .col-md-offset-12
    {
        margin-left: 50%;
    }

    .col-md-offset-13
    {
        margin-left: 54.16667%;
    }

    .col-md-offset-14
    {
        margin-left: 58.33333%;
    }

    .col-md-offset-15
    {
        margin-left: 62.5%;
    }

    .col-md-offset-16
    {
        margin-left: 66.66667%;
    }

    .col-md-offset-17
    {
        margin-left: 70.83333%;
    }

    .col-md-offset-18
    {
        margin-left: 75%;
    }

    .col-md-offset-19
    {
        margin-left: 79.16667%;
    }

    .col-md-offset-20
    {
        margin-left: 83.33333%;
    }

    .col-md-offset-21
    {
        margin-left: 87.5%;
    }

    .col-md-offset-22
    {
        margin-left: 91.66667%;
    }

    .col-md-offset-23
    {
        margin-left: 95.83333%;
    }

    .col-md-offset-24
    {
        margin-left: 100%;
    }
}

@media (min-width: 1084px)
{
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24
    {
        float: left;
    }

    .col-lg-1
    {
        width: 4.16667%;
    }

    .col-lg-2
    {
        width: 8.33333%;
    }

    .col-lg-3
    {
        width: 12.5%;
    }

    .col-lg-4
    {
        width: 16.66667%;
    }

    .col-lg-5
    {
        width: 20.83333%;
    }

    .col-lg-6
    {
        width: 25%;
    }

    .col-lg-7
    {
        width: 29.16667%;
    }

    .col-lg-8
    {
        width: 33.33333%;
    }

    .col-lg-9
    {
        width: 37.5%;
    }

    .col-lg-10
    {
        width: 41.66667%;
    }

    .col-lg-11
    {
        width: 45.83333%;
    }

    .col-lg-12
    {
        width: 50%;
    }

    .col-lg-13
    {
        width: 54.16667%;
    }

    .col-lg-14
    {
        width: 58.33333%;
    }

    .col-lg-15
    {
        width: 62.5%;
    }

    .col-lg-16
    {
        width: 66.66667%;
    }

    .col-lg-17
    {
        width: 70.83333%;
    }

    .col-lg-18
    {
        width: 75%;
    }

    .col-lg-19
    {
        width: 79.16667%;
    }

    .col-lg-20
    {
        width: 83.33333%;
    }

    .col-lg-21
    {
        width: 87.5%;
    }

    .col-lg-22
    {
        width: 91.66667%;
    }

    .col-lg-23
    {
        width: 95.83333%;
    }

    .col-lg-24
    {
        width: 100%;
    }

    .col-lg-pull-0
    {
        right: auto;
    }

    .col-lg-pull-1
    {
        right: 4.16667%;
    }

    .col-lg-pull-2
    {
        right: 8.33333%;
    }

    .col-lg-pull-3
    {
        right: 12.5%;
    }

    .col-lg-pull-4
    {
        right: 16.66667%;
    }

    .col-lg-pull-5
    {
        right: 20.83333%;
    }

    .col-lg-pull-6
    {
        right: 25%;
    }

    .col-lg-pull-7
    {
        right: 29.16667%;
    }

    .col-lg-pull-8
    {
        right: 33.33333%;
    }

    .col-lg-pull-9
    {
        right: 37.5%;
    }

    .col-lg-pull-10
    {
        right: 41.66667%;
    }

    .col-lg-pull-11
    {
        right: 45.83333%;
    }

    .col-lg-pull-12
    {
        right: 50%;
    }

    .col-lg-pull-13
    {
        right: 54.16667%;
    }

    .col-lg-pull-14
    {
        right: 58.33333%;
    }

    .col-lg-pull-15
    {
        right: 62.5%;
    }

    .col-lg-pull-16
    {
        right: 66.66667%;
    }

    .col-lg-pull-17
    {
        right: 70.83333%;
    }

    .col-lg-pull-18
    {
        right: 75%;
    }

    .col-lg-pull-19
    {
        right: 79.16667%;
    }

    .col-lg-pull-20
    {
        right: 83.33333%;
    }

    .col-lg-pull-21
    {
        right: 87.5%;
    }

    .col-lg-pull-22
    {
        right: 91.66667%;
    }

    .col-lg-pull-23
    {
        right: 95.83333%;
    }

    .col-lg-pull-24
    {
        right: 100%;
    }

    .col-lg-push-0
    {
        left: auto;
    }

    .col-lg-push-1
    {
        left: 4.16667%;
    }

    .col-lg-push-2
    {
        left: 8.33333%;
    }

    .col-lg-push-3
    {
        left: 12.5%;
    }

    .col-lg-push-4
    {
        left: 16.66667%;
    }

    .col-lg-push-5
    {
        left: 20.83333%;
    }

    .col-lg-push-6
    {
        left: 25%;
    }

    .col-lg-push-7
    {
        left: 29.16667%;
    }

    .col-lg-push-8
    {
        left: 33.33333%;
    }

    .col-lg-push-9
    {
        left: 37.5%;
    }

    .col-lg-push-10
    {
        left: 41.66667%;
    }

    .col-lg-push-11
    {
        left: 45.83333%;
    }

    .col-lg-push-12
    {
        left: 50%;
    }

    .col-lg-push-13
    {
        left: 54.16667%;
    }

    .col-lg-push-14
    {
        left: 58.33333%;
    }

    .col-lg-push-15
    {
        left: 62.5%;
    }

    .col-lg-push-16
    {
        left: 66.66667%;
    }

    .col-lg-push-17
    {
        left: 70.83333%;
    }

    .col-lg-push-18
    {
        left: 75%;
    }

    .col-lg-push-19
    {
        left: 79.16667%;
    }

    .col-lg-push-20
    {
        left: 83.33333%;
    }

    .col-lg-push-21
    {
        left: 87.5%;
    }

    .col-lg-push-22
    {
        left: 91.66667%;
    }

    .col-lg-push-23
    {
        left: 95.83333%;
    }

    .col-lg-push-24
    {
        left: 100%;
    }

    .col-lg-offset-0
    {
        margin-left: 0%;
    }

    .col-lg-offset-1
    {
        margin-left: 4.16667%;
    }

    .col-lg-offset-2
    {
        margin-left: 8.33333%;
    }

    .col-lg-offset-3
    {
        margin-left: 12.5%;
    }

    .col-lg-offset-4
    {
        margin-left: 16.66667%;
    }

    .col-lg-offset-5
    {
        margin-left: 20.83333%;
    }

    .col-lg-offset-6
    {
        margin-left: 25%;
    }

    .col-lg-offset-7
    {
        margin-left: 29.16667%;
    }

    .col-lg-offset-8
    {
        margin-left: 33.33333%;
    }

    .col-lg-offset-9
    {
        margin-left: 37.5%;
    }

    .col-lg-offset-10
    {
        margin-left: 41.66667%;
    }

    .col-lg-offset-11
    {
        margin-left: 45.83333%;
    }

    .col-lg-offset-12
    {
        margin-left: 50%;
    }

    .col-lg-offset-13
    {
        margin-left: 54.16667%;
    }

    .col-lg-offset-14
    {
        margin-left: 58.33333%;
    }

    .col-lg-offset-15
    {
        margin-left: 62.5%;
    }

    .col-lg-offset-16
    {
        margin-left: 66.66667%;
    }

    .col-lg-offset-17
    {
        margin-left: 70.83333%;
    }

    .col-lg-offset-18
    {
        margin-left: 75%;
    }

    .col-lg-offset-19
    {
        margin-left: 79.16667%;
    }

    .col-lg-offset-20
    {
        margin-left: 83.33333%;
    }

    .col-lg-offset-21
    {
        margin-left: 87.5%;
    }

    .col-lg-offset-22
    {
        margin-left: 91.66667%;
    }

    .col-lg-offset-23
    {
        margin-left: 95.83333%;
    }

    .col-lg-offset-24
    {
        margin-left: 100%;
    }
}

table
{
    background-color: transparent;
}

caption
{
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 0.2);
    text-align: left;
}

th
{
    text-align: left;
}

.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td
{
    padding: 8px;
    line-height: 1.5625;
    vertical-align: top;
    border-top: 1px solid transparent;
}

.table > thead > tr > th
{
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
}

.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 transparent;
}

.table .table
{
    background-color: #FFFFFF;
}

.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 transparent;
}

.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 transparent;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td
{
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd)
{
    background-color: #F2F2F2;
}

.table-hover > tbody > tr:hover
{
    background-color: #f5f5f5;
}

table col[class*="col-"]
{
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"]
{
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th
{
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th
{
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th
{
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th
{
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th
{
    background-color: rgba(128, 128, 128, 0.6);
}

.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: rgba(115, 115, 115, 0.6);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th
{
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th
{
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th
{
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th
{
    background-color: #ebcccc;
}

.table-responsive
{
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 539px)
{
    .table-responsive
    {
        width: 100%;
        margin-bottom: 17.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid transparent;
    }

    .table-responsive > .table
    {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td
    {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered
    {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child
    {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child
    {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td
    {
        border-bottom: 0;
    }
}

fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
    font-size: 22.5px;
    line-height: inherit;
    color: rgba(0, 0, 0, 0.6);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"]
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"]
{
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"]
{
    display: block;
}

input[type="range"]
{
    display: block;
    width: 100%;
}

select[multiple],
select[size]
{
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
    outline: 1px dotted #999;
    outline-offset: 1px;
}

output
{
    display: block;
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.5625;
    color: rgba(0, 0, 0, 0.4);
}

.form-control
{
    display: block;
    width: 100%;
    height: 33px;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.5625;
    color: rgba(0, 0, 0, 0.4);
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .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;
}

.form-control:focus
{
    border-color: #0078D7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 120, 215, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 120, 215, 0.6);
}

.form-control::-moz-placeholder
{
    color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.form-control:-ms-input-placeholder
{
    color: rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder
{
    color: rgba(0, 0, 0, 0.2);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control
{
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control
{
    cursor: false;
}

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: 33px;
    }

    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: 24px;
    }

    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
{
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]
{
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox
{
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline
{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline
{
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"]
{
    cursor: false;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline
{
    cursor: false;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label
{
    cursor: false;
}

.form-control-static
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    min-height: 38px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn
{
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn
{
    height: 24px;
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.5625;
    border-radius: 0px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn
{
    height: 24px;
    line-height: 24px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn
{
    height: auto;
}

.form-group-sm .form-control
{
    height: 24px;
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.5625;
    border-radius: 0px;
}

.form-group-sm select.form-control
{
    height: 24px;
    line-height: 24px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control
{
    height: auto;
}

.form-group-sm .form-control-static
{
    height: 24px;
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.5625;
    min-height: 35px;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn
{
    height: 46px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 0px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn
{
    height: 46px;
    line-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
{
    height: 46px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 0px;
}

.form-group-lg select.form-control
{
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control
{
    height: auto;
}

.form-group-lg .form-control-static
{
    height: 46px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.2;
    min-height: 43px;
}

.has-feedback
{
    position: relative;
}

.has-feedback .form-control
{
    padding-right: 41.25px;
}

.form-control-feedback
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback
{
    width: 46px;
    height: 46px;
    line-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
{
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.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: rgba(0, 0, 0, 0.6);
}

.has-success .form-control
{
    border-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus
{
    border-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.6);
}

.has-success .input-group-addon
{
    color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
    background-color: #dff0d8;
}

.has-success .form-control-feedback
{
    color: rgba(0, 0, 0, 0.6);
}

.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: #D02E00;
}

.has-warning .form-control
{
    border-color: #D02E00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus
{
    border-color: #9d2300;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6337;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6337;
}

.has-warning .input-group-addon
{
    color: #D02E00;
    border-color: #D02E00;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback
{
    color: #D02E00;
}

.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: #D02E00;
}

.has-error .form-control
{
    border-color: #D02E00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus
{
    border-color: #9d2300;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6337;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6337;
}

.has-error .input-group-addon
{
    color: #D02E00;
    border-color: #D02E00;
    background-color: #f2dede;
}

.has-error .form-control-feedback
{
    color: #D02E00;
}

.has-feedback label ~ .form-control-feedback
{
    top: 28px;
}

.has-feedback label.sr-only ~ .form-control-feedback
{
    top: 0;
}

.help-block
{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}

@media (min-width: 540px)
{
    .form-inline .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static
    {
        display: inline-block;
    }

    .form-inline .input-group
    {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control
    {
        width: auto;
    }

    .form-inline .input-group > .form-control
    {
        width: 100%;
    }

    .form-inline .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label
    {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"]
    {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.form-horizontal .radio,
.form-horizontal .checkbox
{
    min-height: 28px;
}

.form-horizontal .form-group
{
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after
{
    content: " ";
    display: table;
}

.form-horizontal .form-group:after
{
    clear: both;
}

@media (min-width: 540px)
{
    .form-horizontal .control-label
    {
        text-align: right;
        margin-bottom: 0;
        padding-top: 5px;
    }
}

.form-horizontal .has-feedback .form-control-feedback
{
    right: 10px;
}

@media (min-width: 540px)
{
    .form-horizontal .form-group-lg .control-label
    {
        padding-top: 13px;
    }
}

@media (min-width: 540px)
{
    .form-horizontal .form-group-sm .control-label
    {
        padding-top: 3px;
    }
}

.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.5625;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus
{
    outline: 1px dotted #999;
    outline-offset: 1px;
}

.btn:hover,
.btn:focus,
.btn.focus
{
    color: #000000;
    text-decoration: none;
}

.btn:active,
.btn.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn
{
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default
{
    color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle
{
    color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle
{
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active
{
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn-default .badge
{
    color: rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.btn-primary
{
    color: #FFFFFF;
    background-color: #0078D7;
    border-color: #0078D7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #005ca4;
    border-color: #00569a;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle
{
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active
{
    background-color: #0078D7;
    border-color: #0078D7;
}

.btn-primary .badge
{
    color: #0078D7;
    background-color: #FFFFFF;
}

.btn-success
{
    color: #FFFFFF;
    background-color: #0078D7;
    border-color: #0078D7;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #005ca4;
    border-color: #00569a;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle
{
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active
{
    background-color: #0078D7;
    border-color: #0078D7;
}

.btn-success .badge
{
    color: #0078D7;
    background-color: #FFFFFF;
}

.btn-info
{
    color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle
{
    color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle
{
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active
{
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn-info .badge
{
    color: rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.btn-warning
{
    color: #FFFFFF;
    background-color: #D02E00;
    border-color: #D02E00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #9d2300;
    border-color: #932000;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle
{
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active
{
    background-color: #D02E00;
    border-color: #D02E00;
}

.btn-warning .badge
{
    color: #D02E00;
    background-color: #FFFFFF;
}

.btn-danger
{
    color: #FFFFFF;
    background-color: #D02E00;
    border-color: #D02E00;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #9d2300;
    border-color: #932000;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle
{
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active
{
    background-color: #D02E00;
    border-color: #D02E00;
}

.btn-danger .badge
{
    color: #D02E00;
    background-color: #FFFFFF;
}

.btn-link
{
    color: #0078D7;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link
{
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active
{
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus
{
    color: #0078D7;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus
{
    color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn
{
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 0px;
}

.btn-sm,
.btn-group-sm > .btn
{
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.5625;
    border-radius: 0px;
}

.btn-xs,
.btn-group-xs > .btn
{
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5625;
    border-radius: 0px;
}

.btn-block
{
    display: block;
    width: 100%;
}

.btn-block + .btn-block
{
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block
{
    width: 100%;
}

.fade
{
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in
{
    opacity: 1;
}

.collapse
{
    display: none;
}

.collapse.in
{
    display: block;
}

tr.collapse.in
{
    display: table-row;
}

tbody.collapse.in
{
    display: table-row-group;
}

.collapsing
{
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown
{
    position: relative;
}

.dropdown-toggle:focus
{
    outline: 0;
}

.dropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right
{
    right: 0;
    left: auto;
}

.dropdown-menu .divider
{
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

.dropdown-menu > li > a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5625;
    color: #000000;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none;
    color: #000000;
    background-color: #F2F2F2;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    background-color: #000000;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus
{
    color: rgba(0, 0, 0, 0.6);
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus
{
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: false;
}

.open > .dropdown-menu
{
    display: block;
}

.open > a
{
    outline: 0;
}

.dropdown-menu-right
{
    left: auto;
    right: 0;
}

.dropdown-menu-left
{
    left: 0;
    right: auto;
}

.dropdown-header
{
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.5625;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
}

.dropdown-backdrop
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu
{
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret
{
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu
{
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px)
{
    .navbar-right .dropdown-menu
    {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left
    {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn
{
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active
{
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group
{
    margin-left: -1px;
}

.btn-toolbar
{
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after
{
    content: " ";
    display: table;
}

.btn-toolbar:after
{
    clear: both;
}

.btn-toolbar .btn-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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child)
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group
{
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle
{
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle
{
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle
{
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle
{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret
{
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret
{
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret
{
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn
{
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after
{
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after
{
    clear: both;
}

.btn-group-vertical > .btn-group > .btn
{
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group
{
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child)
{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child)
{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child: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-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified
{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group
{
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn
{
    width: 100%;
}

.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-left: 0;
    padding-right: 0;
}

.input-group .form-control
{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control
{
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.input-group-addon,
.input-group-btn
{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon
{
    padding: 4px 8px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 0px;
}

.input-group-addon + input.form-control
{
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn
{
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 0px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn
{
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"]
{
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child
{
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child
{
    border-left: 0;
}

.input-group-btn
{
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn
{
    position: relative;
}

.input-group-btn > .btn + .btn
{
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active
{
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group
{
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group
{
    margin-left: -1px;
}

.nav
{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after
{
    content: " ";
    display: table;
}

.nav:after
{
    clear: both;
}

.nav > li
{
    position: relative;
    display: block;
}

.nav > li > a
{
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus
{
    text-decoration: none;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

.nav > li.disabled > a
{
    color: rgba(0, 0, 0, 0.2);
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus
{
    color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background-color: transparent;
    cursor: false;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    background-color: rgba(0, 0, 0, 0.1);
    border-color: #0078D7;
}

.nav .nav-divider
{
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img
{
    max-width: none;
}

.nav-tabs
{
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li
{
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a
{
    margin-right: 2px;
    line-height: 1.5625;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover
{
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    color: rgba(0, 0, 0, 0.4);
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li
{
    float: left;
}

.nav-pills > li > a
{
    border-radius: 0px;
}

.nav-pills > li + li
{
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus
{
    color: #FFFFFF;
    background-color: #000000;
}

.nav-stacked > li
{
    float: none;
}

.nav-stacked > li + li
{
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified
{
    width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li
{
    float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a
{
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}

@media (min-width: 540px)
{
    .nav-justified > li,
    .nav-tabs.nav-justified > li
    {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a
    {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified
{
    border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a
{
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus
{
    border: 1px solid #ddd;
}

@media (min-width: 540px)
{
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a
    {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus
    {
        border-bottom-color: #FFFFFF;
    }
}

.tab-content > .tab-pane
{
    display: none;
}

.tab-content > .active
{
    display: block;
}

.nav-tabs .dropdown-menu
{
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar
{
    position: relative;
    min-height: 70px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after
{
    content: " ";
    display: table;
}

.navbar:after
{
    clear: both;
}

@media (min-width: 768px)
{
    .navbar
    {
        border-radius: 0px;
    }
}

.navbar-header:before,
.navbar-header:after
{
    content: " ";
    display: table;
}

.navbar-header:after
{
    clear: both;
}

@media (min-width: 768px)
{
    .navbar-header
    {
        float: left;
    }
}

.navbar-collapse
{
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after
{
    content: " ";
    display: table;
}

.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;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in
    {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse
{
    max-height: 340px;
}

@media (max-device-width: 320px) 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: -10px;
    margin-left: -10px;
}

@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;
}

@media (min-width: 768px)
{
    .navbar-static-top
    {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom
{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@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
{
    float: left;
    padding: 23.5px 10px;
    font-size: 20px;
    line-height: 23px;
    height: 70px;
}

.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: -10px;
    }
}

.navbar-toggle
{
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.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: 11.75px -10px;
}

.navbar-nav > li > a
{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
}

@media (max-width: 767px)
{
    .navbar-nav .open .dropdown-menu
    {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        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: 23px;
    }

    .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: 23.5px;
        padding-bottom: 23.5px;
    }
}

.navbar-form
{
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 18.5px;
    margin-bottom: 18.5px;
}

@media (min-width: 540px)
{
    .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;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu
{
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu
{
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn
{
    margin-top: 18.5px;
    margin-bottom: 18.5px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn
{
    margin-top: 23px;
    margin-bottom: 23px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn
{
    margin-top: 24px;
    margin-bottom: 24px;
}

.navbar-text
{
    margin-top: 23.5px;
    margin-bottom: 23.5px;
}

@media (min-width: 768px)
{
    .navbar-text
    {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 768px)
{
    .navbar-left
    {
        float: left !important;
    }

    .navbar-right
    {
        float: right !important;
        margin-right: -10px;
    }

    .navbar-right ~ .navbar-right
    {
        margin-right: 0;
    }
}

.navbar-default
{
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-brand
{
    color: #000000;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-text
{
    color: rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-nav > li > a
{
    color: #000000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #000000;
    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: #eeeeee;
}

.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: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form
{
    border-color: rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    background-color: #eeeeee;
    color: #555;
}

@media (max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #000000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #000000;
        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: #eeeeee;
    }

    .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: #000000;
}

.navbar-default .navbar-link:hover
{
    color: #000000;
}

.navbar-default .btn-link
{
    color: #000000;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus
{
    color: #000000;
}

.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
{
    background-color: #000000;
    border-color: transparent;
}

.navbar-inverse .navbar-brand
{
    color: white;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus
{
    color: #FFFFFF;
    background-color: transparent;
}

.navbar-inverse .navbar-text
{
    color: white;
}

.navbar-inverse .navbar-nav > li > a
{
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus
{
    color: white;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
    color: white;
    background-color: black;
}

.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: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus
{
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar
{
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form
{
    border-color: black;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus
{
    background-color: black;
    color: white;
}

@media (max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header
    {
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider
    {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a
    {
        color: white;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: white;
        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: white;
        background-color: black;
    }

    .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: white;
}

.navbar-inverse .navbar-link:hover
{
    color: white;
}

.navbar-inverse .btn-link
{
    color: white;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus
{
    color: white;
}

.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
{
    padding: 0 0;
    margin-bottom: 23px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb > li
{
    display: inline-block;
}

.breadcrumb > li + li:before
{
    content: "\203a\00a0";
    padding: 0 5px;
    color: #000000;
}

.breadcrumb > .active
{
    color: #000000;
}

.pagination,
.pager
{
    display: inline-block;
    padding-left: 0;
    margin: 23px 0;
    border-radius: 0px;
}

.pagination > li,
.pager > li
{
    display: inline;
}

.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span
{
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.5625;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pager > li:first-child > a,
.pagination > li:first-child > span,
.pager > li:first-child > span
{
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pager > li:last-child > a,
.pagination > li:last-child > span,
.pager > li:last-child > span
{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a:hover,
.pager > li > a:hover,
.pagination > li > a:focus,
.pager > li > a:focus,
.pagination > li > span:hover,
.pager > li > span:hover,
.pagination > li > span:focus,
.pager > li > span:focus
{
    color: #000000;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.pagination > .active > a,
.pager > .active > a,
.pagination > .active > a:hover,
.pager > .active > a:hover,
.pagination > .active > a:focus,
.pager > .active > a:focus,
.pagination > .active > span,
.pager > .active > span,
.pagination > .active > span:hover,
.pager > .active > span:hover,
.pagination > .active > span:focus,
.pager > .active > span:focus
{
    z-index: 2;
    color: #000000;
    background-color: transparent;
    border-color: #0078D7;
    cursor: default;
}

.pagination > .disabled > span,
.pager > .disabled > span,
.pagination > .disabled > span:hover,
.pager > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pager > .disabled > span:focus,
.pagination > .disabled > a,
.pager > .disabled > a,
.pagination > .disabled > a:hover,
.pager > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pager > .disabled > a:focus
{
    color: rgba(0, 0, 0, 0.6);
    background-color: transparent;
    border-color: transparent;
    cursor: false;
}

.pagination-lg > li > a,
.pagination-lg > li > span
{
    padding: 10px 16px;
    font-size: 20px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span
{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span
{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span
{
    padding: 2px 7px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span
{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span
{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pager
{
    padding-left: 0;
    margin: 23px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after
{
    content: " ";
    display: table;
}

.pager:after
{
    clear: both;
}

.pager li
{
    display: inline;
}

.pager li > a,
.pager li > span
{
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus
{
    text-decoration: none;
    background-color: transparent;
}

.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
{
    color: rgba(0, 0, 0, 0.6);
    background-color: transparent;
    cursor: false;
}

.label
{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty
{
    display: none;
}

.btn .label
{
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus
{
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.label-default
{
    background-color: rgba(0, 0, 0, 0.2);
}

.label-default[href]:hover,
.label-default[href]:focus
{
    background-color: rgba(0, 0, 0, 0.2);
}

.label-primary
{
    background-color: #000000;
}

.label-primary[href]:hover,
.label-primary[href]:focus
{
    background-color: black;
}

.label-success
{
    background-color: rgba(0, 0, 0, 0.6);
}

.label-success[href]:hover,
.label-success[href]:focus
{
    background-color: rgba(0, 0, 0, 0.6);
}

.label-info
{
    background-color: rgba(0, 0, 0, 0.6);
}

.label-info[href]:hover,
.label-info[href]:focus
{
    background-color: rgba(0, 0, 0, 0.6);
}

.label-warning
{
    background-color: #D02E00;
}

.label-warning[href]:hover,
.label-warning[href]:focus
{
    background-color: #9d2300;
}

.label-danger
{
    background-color: #D02E00;
}

.label-danger[href]:hover,
.label-danger[href]:focus
{
    background-color: #9d2300;
}

.badge
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.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: #0078D7;
    background-color: #FFFFFF;
}

.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
{
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.alert
{
    padding: 1em;
    margin-bottom: 23px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert h4
{
    margin-top: 0;
    color: inherit;
}

.alert .alert-link
{
    font-weight: normal;
}

.alert > p,
.alert > ul
{
    margin-bottom: 0;
}

.alert > p + p
{
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible
{
    padding-right: 21em;
}

.alert-dismissable .close,
.alert-dismissible .close
{
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: rgba(0, 0, 0, 0.6);
}

.alert-success hr
{
    border-top-color: #c9e2b3;
}

.alert-success .alert-link
{
    color: rgba(0, 0, 0, 0.6);
}

.alert-info
{
    background-color: rgba(128, 128, 128, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
}

.alert-info hr
{
    border-top-color: rgba(0, 0, 0, 0.6);
}

.alert-info .alert-link
{
    color: rgba(0, 0, 0, 0.6);
}

.alert-warning
{
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #D02E00;
}

.alert-warning hr
{
    border-top-color: #f8e2b5;
}

.alert-warning .alert-link
{
    color: #9d2300;
}

.alert-danger
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #D02E00;
}

.alert-danger hr
{
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link
{
    color: #9d2300;
}

@-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: 23px;
    margin-bottom: 23px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar
{
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active
{
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success
{
    background-color: rgba(0, 0, 0, 0.6);
}

.progress-striped .progress-bar-success
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info
{
    background-color: rgba(0, 0, 0, 0.6);
}

.progress-striped .progress-bar-info
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning
{
    background-color: #D02E00;
}

.progress-striped .progress-bar-warning
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger
{
    background-color: #D02E00;
}

.progress-striped .progress-bar-danger
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group
{
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item
{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
}

.list-group-item:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child
{
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item
{
    color: #000000;
}

a.list-group-item .list-group-item-heading
{
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus
{
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus
{
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
    cursor: false;
}

.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: rgba(0, 0, 0, 0.2);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus
{
    z-index: 2;
    color: inherit;
    background-color: transparent;
    border-color: transparent;
}

.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: #000000;
}

.list-group-item-success
{
    color: rgba(0, 0, 0, 0.6);
    background-color: #dff0d8;
}

a.list-group-item-success
{
    color: rgba(0, 0, 0, 0.6);
}

a.list-group-item-success .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus
{
    color: rgba(0, 0, 0, 0.6);
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}

.list-group-item-info
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(128, 128, 128, 0.6);
}

a.list-group-item-info
{
    color: rgba(0, 0, 0, 0.6);
}

a.list-group-item-info .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(115, 115, 115, 0.6);
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}

.list-group-item-warning
{
    color: #D02E00;
    background-color: #fcf8e3;
}

a.list-group-item-warning
{
    color: #D02E00;
}

a.list-group-item-warning .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus
{
    color: #D02E00;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus
{
    color: #fff;
    background-color: #D02E00;
    border-color: #D02E00;
}

.list-group-item-danger
{
    color: #D02E00;
    background-color: #f2dede;
}

a.list-group-item-danger
{
    color: #D02E00;
}

a.list-group-item-danger .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus
{
    color: #D02E00;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus
{
    color: #fff;
    background-color: #D02E00;
    border-color: #D02E00;
}

.list-group-item-heading
{
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text
{
    margin-bottom: 0;
    line-height: 1.3;
}

.panel
{
    margin-bottom: 23px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body
{
    padding: 15px;
}

.panel-body:before,
.panel-body:after
{
    content: " ";
    display: table;
}

.panel-body:after
{
    clear: both;
}

.panel-heading
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle
{
    color: inherit;
}

.panel-title
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a
{
    color: inherit;
}

.panel-footer
{
    padding: 10px 15px;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group
{
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item
{
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child
{
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child
{
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel-heading + .list-group .list-group-item:first-child
{
    border-top-width: 0;
}

.list-group + .panel-footer
{
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table
{
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption
{
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child
{
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
{
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child
{
    border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child
{
    border-top-right-radius: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child
{
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
{
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child
{
    border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child
{
    border-bottom-right-radius: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body
{
    border-top: 1px solid transparent;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td
{
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered
{
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child
{
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child
{
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th
{
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th
{
    border-bottom: 0;
}

.panel > .table-responsive
{
    border: 0;
    margin-bottom: 0;
}

.panel-group
{
    margin-bottom: 23px;
}

.panel-group .panel
{
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-group .panel + .panel
{
    margin-top: 5px;
}

.panel-group .panel-heading
{
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group
{
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.panel-group .panel-footer
{
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.panel-default
{
    border-color: #ddd;
}

.panel-default > .panel-heading
{
    color: rgba(0, 0, 0, 0.6);
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge
{
    color: #f5f5f5;
    background-color: rgba(0, 0, 0, 0.6);
}

.panel-default > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #ddd;
}

.panel-primary
{
    border-color: #000000;
}

.panel-primary > .panel-heading
{
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #000000;
}

.panel-primary > .panel-heading .badge
{
    color: #000000;
    background-color: #FFFFFF;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #000000;
}

.panel-success
{
    border-color: #d6e9c6;
}

.panel-success > .panel-heading
{
    color: rgba(0, 0, 0, 0.6);
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge
{
    color: #dff0d8;
    background-color: rgba(0, 0, 0, 0.6);
}

.panel-success > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #d6e9c6;
}

.panel-info
{
    border-color: rgba(0, 0, 0, 0.6);
}

.panel-info > .panel-heading
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(128, 128, 128, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}

.panel-info > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: rgba(0, 0, 0, 0.6);
}

.panel-info > .panel-heading .badge
{
    color: rgba(128, 128, 128, 0.6);
    background-color: rgba(0, 0, 0, 0.6);
}

.panel-info > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: rgba(0, 0, 0, 0.6);
}

.panel-warning
{
    border-color: #faebcc;
}

.panel-warning > .panel-heading
{
    color: #D02E00;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge
{
    color: #fcf8e3;
    background-color: #D02E00;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #faebcc;
}

.panel-danger
{
    border-color: #ebccd1;
}

.panel-danger > .panel-heading
{
    color: #D02E00;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body
{
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge
{
    color: #f2dede;
    background-color: #D02E00;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body
{
    border-bottom-color: #ebccd1;
}

.embed-responsive
{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9
{
    padding-bottom: 56.25%;
}

.embed-responsive-4by3
{
    padding-bottom: 75%;
}

.well
{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote
{
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg
{
    padding: 24px;
    border-radius: 0px;
}

.well-sm
{
    padding: 9px;
    border-radius: 0px;
}

.close
{
    float: right;
    font-size: 22.5px;
    font-weight: normal;
    line-height: 1;
    color: #000000;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close
{
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open
{
    overflow: hidden;
}

.modal
{
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog
{
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog
{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog
{
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content
{
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade
{
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.modal-header
{
    padding: 10px;
    border-bottom: 1px solid transparent;
    min-height: 11.5625px;
}

.modal-header .close
{
    margin-top: -2px;
}

.modal-title
{
    margin: 0;
    line-height: 1.5625;
}

.modal-body
{
    position: relative;
    padding: 10px;
}

.modal-footer
{
    padding: 10px;
    text-align: right;
    border-top: 1px solid transparent;
}

.modal-footer:before,
.modal-footer:after
{
    content: " ";
    display: table;
}

.modal-footer:after
{
    clear: both;
}

.modal-footer .btn + .btn
{
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn
{
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block
{
    margin-left: 0;
}

.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 540px)
{
    .modal-dialog
    {
        width: 548px;
        margin: 30px auto;
    }

    .modal-content
    {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm
    {
        width: 480px;
    }
}

@media (min-width: 768px)
{
    .modal-lg
    {
        width: 900px;
    }
}

.tooltip
{
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top
{
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right
{
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom
{
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left
{
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner
{
    max-width: 296px;
    padding: 3px 8px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background-color: #F2F2F2;
    border-radius: 0px;
}

.tooltip-arrow
{
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow
{
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #F2F2F2;
}

.tooltip.top-left .tooltip-arrow
{
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #F2F2F2;
}

.tooltip.top-right .tooltip-arrow
{
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #F2F2F2;
}

.tooltip.right .tooltip-arrow
{
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #F2F2F2;
}

.tooltip.left .tooltip-arrow
{
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #F2F2F2;
}

.tooltip.bottom .tooltip-arrow
{
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #F2F2F2;
}

.tooltip.bottom-left .tooltip-arrow
{
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #F2F2F2;
}

.tooltip.bottom-right .tooltip-arrow
{
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #F2F2F2;
}

.popover
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 296px;
    padding: 1px;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5625;
    text-align: left;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top
{
    margin-top: -10px;
}

.popover.right
{
    margin-left: 10px;
}

.popover.bottom
{
    margin-top: 10px;
}

.popover.left
{
    margin-left: -10px;
}

.popover-title
{
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #eaeaea;
    border-bottom: 1px solid #dedede;
    border-radius: -1px -1px 0 0;
}

.popover-content
{
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow
{
    border-width: 11px;
}

.popover > .arrow:after
{
    border-width: 10px;
    content: "";
}

.popover.top > .arrow
{
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.35);
    bottom: -11px;
}

.popover.top > .arrow:after
{
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #F2F2F2;
}

.popover.right > .arrow
{
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.35);
}

.popover.right > .arrow:after
{
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #F2F2F2;
}

.popover.bottom > .arrow
{
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.35);
    top: -11px;
}

.popover.bottom > .arrow:after
{
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #F2F2F2;
}

.popover.left > .arrow
{
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.35);
}

.popover.left > .arrow:after
{
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #F2F2F2;
    bottom: -10px;
}

.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.center-block
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right
{
    float: right !important;
}

.pull-left
{
    float: left !important;
}

.hide
{
    display: none !important;
}

.show
{
    display: block !important;
}

.invisible
{
    visibility: hidden;
}

.text-hide
{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden
{
    display: none !important;
}

.affix
{
    position: fixed;
}

@-ms-viewport
{
    width: device-width;
}

.visible-xs
{
    display: none !important;
}

.visible-sm
{
    display: none !important;
}

.visible-md
{
    display: none !important;
}

.visible-lg
{
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block
{
    display: none !important;
}

@media (max-width: 539px)
{
    .visible-xs
    {
        display: block !important;
    }

    table.visible-xs
    {
        display: table;
    }

    tr.visible-xs
    {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs
    {
        display: table-cell !important;
    }
}

@media (max-width: 539px)
{
    .visible-xs-block
    {
        display: block !important;
    }
}

@media (max-width: 539px)
{
    .visible-xs-inline
    {
        display: inline !important;
    }
}

@media (max-width: 539px)
{
    .visible-xs-inline-block
    {
        display: inline-block !important;
    }
}

@media (min-width: 540px) and (max-width: 767px)
{
    .visible-sm
    {
        display: block !important;
    }

    table.visible-sm
    {
        display: table;
    }

    tr.visible-sm
    {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm
    {
        display: table-cell !important;
    }
}

@media (min-width: 540px) and (max-width: 767px)
{
    .visible-sm-block
    {
        display: block !important;
    }
}

@media (min-width: 540px) and (max-width: 767px)
{
    .visible-sm-inline
    {
        display: inline !important;
    }
}

@media (min-width: 540px) and (max-width: 767px)
{
    .visible-sm-inline-block
    {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1083px)
{
    .visible-md
    {
        display: block !important;
    }

    table.visible-md
    {
        display: table;
    }

    tr.visible-md
    {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md
    {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 1083px)
{
    .visible-md-block
    {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1083px)
{
    .visible-md-inline
    {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1083px)
{
    .visible-md-inline-block
    {
        display: inline-block !important;
    }
}

@media (min-width: 1084px)
{
    .visible-lg
    {
        display: block !important;
    }

    table.visible-lg
    {
        display: table;
    }

    tr.visible-lg
    {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg
    {
        display: table-cell !important;
    }
}

@media (min-width: 1084px)
{
    .visible-lg-block
    {
        display: block !important;
    }
}

@media (min-width: 1084px)
{
    .visible-lg-inline
    {
        display: inline !important;
    }
}

@media (min-width: 1084px)
{
    .visible-lg-inline-block
    {
        display: inline-block !important;
    }
}

@media (max-width: 539px)
{
    .hidden-xs
    {
        display: none !important;
    }
}

@media (min-width: 540px) and (max-width: 767px)
{
    .hidden-sm
    {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1083px)
{
    .hidden-md
    {
        display: none !important;
    }
}

@media (min-width: 1084px)
{
    .hidden-lg
    {
        display: none !important;
    }
}

.visible-print
{
    display: none !important;
}

@media print
{
    .visible-print
    {
        display: block !important;
    }

    table.visible-print
    {
        display: table;
    }

    tr.visible-print
    {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print
    {
        display: table-cell !important;
    }
}

.visible-print-block
{
    display: none !important;
}

@media print
{
    .visible-print-block
    {
        display: block !important;
    }
}

.visible-print-inline
{
    display: none !important;
}



@media print
{
    .visible-print-inline
    {
        display: inline !important;
    }
}

.visible-print-inline-block
{
    display: none !important;
}

@media print
{
    .visible-print-inline-block
    {
        display: inline-block !important;
    }
}

@media print {
    .print-inline {
        display: inline !important; } }


@media print {
    .print-inline-block {
        display: inline-block !important; } }

@media print
{
    .hidden-print
    {
        display: none !important;
    }
}

i[class*="icon-"]
{
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    overflow: hidden;
}

i[class*="icon-"]:before
{
    display: block;
    width: 1em;
    height: 1em;
    font-family: "winjs-symbols";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-scrollup:before
{
    content: "\E018";
}

.icon-scrolldown:before
{
    content: "\E019";
}

.icon-checkbox:before
{
    content: "\E081";
}

.icon-ratingstar:before
{
    content: "\E082";
}

.icon-magnifier:before
{
    content: "\E094";
}

.icon-magnifiertool:before
{
    content: "\E0B8";
}

.icon-backarrow:before
{
    content: "\E0D5";
}

.icon-forwardarrow:before
{
    content: "\E0AE";
}

.icon-flipviewleft:before
{
    content: "\E0E2";
}

.icon-flipviewright:before
{
    content: "\E0E3";
}

.icon-flipviewup:before
{
    content: "\E0E4";
}

.icon-flipviewdown:before
{
    content: "\E0E5";
}

.icon-menucheckmark:before
{
    content: "\E0E7";
}

.icon-ratingstaroutline:before
{
    content: "\E224";
}

.icon-grouparrowright:before
{
    content: "\E26B";
}

.icon-grouparrowleft:before
{
    content: "\E26C";
}

.icon-previous:before
{
    content: "\E100";
}

.icon-next:before
{
    content: "\E101";
}

.icon-play:before
{
    content: "\E102";
}

.icon-pause:before
{
    content: "\E103";
}

.icon-edit:before
{
    content: "\E104";
}

.icon-save:before
{
    content: "\E105";
}

.icon-clear:before
{
    content: "\E106";
}

.icon-delete:before
{
    content: "\E107";
}

.icon-remove:before
{
    content: "\E108";
}

.icon-add:before
{
    content: "\E109";
}

.icon-cancel:before
{
    content: "\E10A";
}

.icon-accept:before
{
    content: "\E10B";
}

.icon-more:before
{
    content: "\E10C";
}

.icon-redo:before
{
    content: "\E10D";
}

.icon-undo:before
{
    content: "\E10E";
}

.icon-home:before
{
    content: "\E10F";
}

.icon-up:before
{
    content: "\E110";
}

.icon-forward:before
{
    content: "\E111";
}

.icon-right:before
{
    content: "\E111";
}

.icon-back:before
{
    content: "\E112";
}

.icon-left:before
{
    content: "\E112";
}

.icon-favorite:before
{
    content: "\E113";
}

.icon-camera:before
{
    content: "\E114";
}

.icon-settings:before
{
    content: "\E115";
}

.icon-video:before
{
    content: "\E116";
}

.icon-sync:before
{
    content: "\E117";
}

.icon-download:before
{
    content: "\E118";
}

.icon-mail:before
{
    content: "\E119";
}

.icon-find:before
{
    content: "\E11A";
}

.icon-help:before
{
    content: "\E11B";
}

.icon-upload:before
{
    content: "\E11C";
}

.icon-emoji:before
{
    content: "\E11D";
}

.icon-twopage:before
{
    content: "\E11E";
}

.icon-leavechat:before
{
    content: "\E11F";
}

.icon-mailforward:before
{
    content: "\E120";
}

.icon-clock:before
{
    content: "\E121";
}

.icon-send:before
{
    content: "\E122";
}

.icon-crop:before
{
    content: "\E123";
}

.icon-rotatecamera:before
{
    content: "\E124";
}

.icon-people:before
{
    content: "\E125";
}

.icon-closepane:before
{
    content: "\E126";
}

.icon-openpane:before
{
    content: "\E127";
}

.icon-world:before
{
    content: "\E128";
}

.icon-flag:before
{
    content: "\E129";
}

.icon-previewlink:before
{
    content: "\E12A";
}

.icon-globe:before
{
    content: "\E12B";
}

.icon-trim:before
{
    content: "\E12C";
}

.icon-attachcamera:before
{
    content: "\E12D";
}

.icon-zoomin:before
{
    content: "\E12E";
}

.icon-bookmarks:before
{
    content: "\E12F";
}

.icon-document:before
{
    content: "\E130";
}

.icon-protecteddocument:before
{
    content: "\E131";
}

.icon-page:before
{
    content: "\E132";
}

.icon-bullets:before
{
    content: "\E133";
}

.icon-comment:before
{
    content: "\E134";
}

.icon-mail2:before
{
    content: "\E135";
}

.icon-contactinfo:before
{
    content: "\E136";
}

.icon-hangup:before
{
    content: "\E137";
}

.icon-viewall:before
{
    content: "\E138";
}

.icon-mappin:before
{
    content: "\E139";
}

.icon-phone:before
{
    content: "\E13A";
}

.icon-videochat:before
{
    content: "\E13B";
}

.icon-switch:before
{
    content: "\E13C";
}

.icon-contact:before
{
    content: "\E13D";
}

.icon-rename:before
{
    content: "\E13E";
}

.icon-pin:before
{
    content: "\E141";
}

.icon-musicinfo:before
{
    content: "\E142";
}

.icon-go:before
{
    content: "\E143";
}

.icon-keyboard:before
{
    content: "\E144";
}

.icon-dockleft:before
{
    content: "\E145";
}

.icon-dockright:before
{
    content: "\E146";
}

.icon-dockbottom:before
{
    content: "\E147";
}

.icon-remote:before
{
    content: "\E148";
}

.icon-refresh:before
{
    content: "\E149";
}

.icon-rotate:before
{
    content: "\E14A";
}

.icon-shuffle:before
{
    content: "\E14B";
}

.icon-list:before
{
    content: "\E14C";
}

.icon-shop:before
{
    content: "\E14D";
}

.icon-selectall:before
{
    content: "\E14E";
}

.icon-orientation:before
{
    content: "\E14F";
}

.icon-import:before
{
    content: "\E150";
}

.icon-importall:before
{
    content: "\E151";
}

.icon-browsephotos:before
{
    content: "\E155";
}

.icon-webcam:before
{
    content: "\E156";
}

.icon-pictures:before
{
    content: "\E158";
}

.icon-savelocal:before
{
    content: "\E159";
}

.icon-caption:before
{
    content: "\E15A";
}

.icon-stop:before
{
    content: "\E15B";
}

.icon-showresults:before
{
    content: "\E15C";
}

.icon-volume:before
{
    content: "\E15D";
}

.icon-repair:before
{
    content: "\E15E";
}

.icon-message:before
{
    content: "\E15F";
}

.icon-page2:before
{
    content: "\E160";
}

.icon-calendarday:before
{
    content: "\E161";
}

.icon-calendarweek:before
{
    content: "\E162";
}

.icon-calendar:before
{
    content: "\E163";
}

.icon-characters:before
{
    content: "\E164";
}

.icon-mailreplyall:before
{
    content: "\E165";
}

.icon-read:before
{
    content: "\E166";
}

.icon-link:before
{
    content: "\E167";
}

.icon-accounts:before
{
    content: "\E168";
}

.icon-showbcc:before
{
    content: "\E169";
}

.icon-hidebcc:before
{
    content: "\E16A";
}

.icon-cut:before
{
    content: "\E16B";
}

.icon-attach:before
{
    content: "\E16C";
}

.icon-paste:before
{
    content: "\E16D";
}

.icon-filter:before
{
    content: "\E16E";
}

.icon-copy:before
{
    content: "\E16F";
}

.icon-emoji2:before
{
    content: "\E170";
}

.icon-important:before
{
    content: "\E171";
}

.icon-mailreply:before
{
    content: "\E172";
}

.icon-slideshow:before
{
    content: "\E173";
}

.icon-sort:before
{
    content: "\E174";
}

.icon-manage:before
{
    content: "\E178";
}

.icon-allapps:before
{
    content: "\E179";
}

.icon-disconnectdrive:before
{
    content: "\E17A";
}

.icon-mapdrive:before
{
    content: "\E17B";
}

.icon-newwindow:before
{
    content: "\E17C";
}

.icon-openwith:before
{
    content: "\E17D";
}

.icon-contactpresence:before
{
    content: "\E181";
}

.icon-priority:before
{
    content: "\E182";
}

.icon-uploadskydrive:before
{
    content: "\E183";
}

.icon-gototoday:before
{
    content: "\E184";
}

.icon-font:before
{
    content: "\E185";
}

.icon-fontcolor:before
{
    content: "\E186";
}

.icon-contact2:before
{
    content: "\E187";
}

.icon-folder:before
{
    content: "\E188";
}

.icon-audio:before
{
    content: "\E189";
}

.icon-placeholder:before
{
    content: "\E18A";
}

.icon-view:before
{
    content: "\E18B";
}

.icon-setlockscreen:before
{
    content: "\E18C";
}

.icon-settile:before
{
    content: "\E18D";
}

.icon-cc:before
{
    content: "\E190";
}

.icon-stopslideshow:before
{
    content: "\E191";
}

.icon-permissions:before
{
    content: "\E192";
}

.icon-highlight:before
{
    content: "\E193";
}

.icon-disableupdates:before
{
    content: "\E194";
}

.icon-unfavorite:before
{
    content: "\E195";
}

.icon-unpin:before
{
    content: "\E196";
}

.icon-openlocal:before
{
    content: "\E197";
}

.icon-mute:before
{
    content: "\E198";
}

.icon-italic:before
{
    content: "\E199";
}

.icon-underline:before
{
    content: "\E19A";
}

.icon-bold:before
{
    content: "\E19B";
}

.icon-movetofolder:before
{
    content: "\E19C";
}

.icon-likedislike:before
{
    content: "\E19D";
}

.icon-dislike:before
{
    content: "\E19E";
}

.icon-like:before
{
    content: "\E19F";
}

.icon-alignright:before
{
    content: "\E1A0";
}

.icon-aligncenter:before
{
    content: "\E1A1";
}

.icon-alignleft:before
{
    content: "\E1A2";
}

.icon-zoom:before
{
    content: "\E1A3";
}

.icon-zoomout:before
{
    content: "\E1A4";
}

.icon-openfile:before
{
    content: "\E1A5";
}

.icon-otheruser:before
{
    content: "\E1A6";
}

.icon-admin:before
{
    content: "\E1A7";
}

.icon-street:before
{
    content: "\E1C3";
}

.icon-map:before
{
    content: "\E1C4";
}

.icon-clearselection:before
{
    content: "\E1C5";
}

.icon-fontdecrease:before
{
    content: "\E1C6";
}

.icon-fontincrease:before
{
    content: "\E1C7";
}

.icon-fontsize:before
{
    content: "\E1C8";
}

.icon-cellphone:before
{
    content: "\E1C9";
}

.icon-reshare:before
{
    content: "\E1CA";
}

.icon-tag:before
{
    content: "\E1CB";
}

.icon-repeatone:before
{
    content: "\E1CC";
}

.icon-repeatall:before
{
    content: "\E1CD";
}

.icon-outlinestar:before
{
    content: "\E1CE";
}

.icon-solidstar:before
{
    content: "\E1CF";
}

.icon-calculator:before
{
    content: "\E1D0";
}

.icon-directions:before
{
    content: "\E1D1";
}

.icon-target:before
{
    content: "\E1D2";
}

.icon-library:before
{
    content: "\E1D3";
}

.icon-phonebook:before
{
    content: "\E1D4";
}

.icon-memo:before
{
    content: "\E1D5";
}

.icon-microphone:before
{
    content: "\E1D6";
}

.icon-postupdate:before
{
    content: "\E1D7";
}

.icon-backtowindow:before
{
    content: "\E1D8";
}

.icon-fullscreen:before
{
    content: "\E1D9";
}

.icon-newfolder:before
{
    content: "\E1DA";
}

.icon-calendarreply:before
{
    content: "\E1DB";
}

.icon-unsyncfolder:before
{
    content: "\E1DD";
}

.icon-reporthacked:before
{
    content: "\E1DE";
}

.icon-syncfolder:before
{
    content: "\E1DF";
}

.icon-blockcontact:before
{
    content: "\E1E0";
}

.icon-switchapps:before
{
    content: "\E1E1";
}

.icon-addfriend:before
{
    content: "\E1E2";
}

.icon-touchpointer:before
{
    content: "\E1E3";
}

.icon-gotostart:before
{
    content: "\E1E4";
}

.icon-zerobars:before
{
    content: "\E1E5";
}

.icon-onebar:before
{
    content: "\E1E6";
}

.icon-twobars:before
{
    content: "\E1E7";
}

.icon-threebars:before
{
    content: "\E1E8";
}

.icon-fourbars:before
{
    content: "\E1E9";
}

.icon-scan:before
{
    content: "\E294";
}

.icon-preview:before
{
    content: "\E295";
}

.icon-hamburger:before
{
    content: "\E700";
}

.checkbox label input:checked ~ span::before
{
    content: "\E081";
}

.checkbox label input:indeterminate ~ span::before
{
    content: "■";
}

.radio label input:checked ~ span::before
{
    content: "•";
}

.no-outline:focus,
.no-outline:focus:active,
.no-outline:active,
.no-outline.focus,
.no-outline.focus.active,
.no-outline.active,
.no-outline.active:focus
{
    outline: none;
}

﻿ .inline-block
{
    display: inline-block;
}

@font-face
{
    font-family: "winjs-symbols";
    src: url("/resources/fonts/winjs-symbols.eot");
    src: url("/resources/fonts/winjs-symbols.eot#iefix") format("embedded-opentype"), url("/resources/fonts/winjs-symbols.ttf") format("truetype");
}

@font-face
{
    font-family: "Selawik";
    src: url("/resources/fonts/selawk.eot");
    src: url("/resources/fonts/selawk.eot#iefix") format("embedded-opentype"), url("/resources/fonts/selawk.ttf") format("truetype");
}

@font-face
{
    font-family: "Selawik Bold";
    src: url("/resources/fonts/selawkb.eot");
    src: url("/resources/fonts/selawkb.eot#iefix") format("embedded-opentype"), url("/resources/fonts/selawkb.ttf") format("truetype");
}

@font-face
{
    font-family: "Selawik Light";
    src: url("/resources/fonts/selawkl.eot");
    src: url("/resources/fonts/selawkl.eot#iefix") format("embedded-opentype"), url("/resources/fonts/selawkl.ttf") format("truetype");
}

@font-face
{
    font-family: "Selawik Semibold";
    src: url("/resources/fonts/selawksb.eot");
    src: url("/resources/fonts/selawksb.eot#iefix") format("embedded-opentype"), url("/resources/fonts/selawksb.ttf") format("truetype");
}

@font-face
{
    font-family: "Selawik Semilight";
    src: url("/resources/fonts/selawksl.eot");
    src: url("/resources/fonts/selawksl.eot#iefix") format("embedded-opentype"), url("/resources/fonts/selawksl.ttf") format("truetype");
}

h1,
.h1,
.type-headline,
.text-headline
{
    letter-spacing: -0.01em;
    font-size: 62px;
    font-weight: 200;
    font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    line-height: 1.16129;
}

@media (max-width: 767px)
{
    h1,
    .h1,
    .type-headline,
    .text-headline
    {
        font-size: 46px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    h1,
    .h1,
    .type-headline,
    .text-headline
    {
        font-size: 80px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    h1,
    .h1,
    .type-headline,
    .text-headline
    {
        line-height: 1.21739;
    }
}

@media (min-width: 2048px)
{
    h1,
    .h1,
    .type-headline,
    .text-headline
    {
        line-height: 1.1;
    }
}

h2,
.h2,
.type-header,
.text-header
{
    letter-spacing: -0.01em;
    font-size: 46px;
    font-weight: 200;
    font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    line-height: 1.21739;
}

@media (max-width: 767px)
{
    h2,
    .h2,
    .type-header,
    .text-header
    {
        font-size: 34px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    h2,
    .h2,
    .type-header,
    .text-header
    {
        font-size: 58px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    h2,
    .h2,
    .type-header,
    .text-header
    {
        line-height: 1.17647;
    }
}

@media (min-width: 2048px)
{
    h2,
    .h2,
    .type-header,
    .text-header
    {
        line-height: 1.24138;
    }
}

h3,
.h3,
.type-subheader,
.text-subheader
{
    font-size: 34px;
    font-weight: 200;
    font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    line-height: 1.17647;
}

@media (max-width: 767px)
{
    h3,
    .h3,
    .type-subheader,
    .text-subheader
    {
        font-size: 26px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    h3,
    .h3,
    .type-subheader,
    .text-subheader
    {
        font-size: 46px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    h3,
    .h3,
    .type-subheader,
    .text-subheader
    {
        line-height: 1.23077;
    }
}

@media (min-width: 2048px)
{
    h3,
    .h3,
    .type-subheader,
    .text-subheader
    {
        line-height: 1.21739;
    }
}

h4,
.h4,
.type-title,
.text-title
{
    font-size: 24px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    line-height: 1.16667;
}

@media (max-width: 767px)
{
    h4,
    .h4,
    .type-title,
    .text-title
    {
        font-size: 20px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    h4,
    .h4,
    .type-title,
    .text-title
    {
        font-size: 34px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    h4,
    .h4,
    .type-title,
    .text-title
    {
        line-height: 1.2;
    }
}

@media (min-width: 2048px)
{
    h4,
    .h4,
    .type-title,
    .text-title
    {
        line-height: 1.17647;
    }
}

h5,
.h5,
.type-subtitle,
.text-subtitle
{
    font-size: 20px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    line-height: 1.2;
}

@media (max-width: 767px)
{
    h5,
    .h5,
    .type-subtitle,
    .text-subtitle
    {
        font-size: 18px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    h5,
    .h5,
    .type-subtitle,
    .text-subtitle
    {
        font-size: 24px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    h5,
    .h5,
    .type-subtitle,
    .text-subtitle
    {
        line-height: 1.33333;
    }
}

@media (min-width: 2048px)
{
    h5,
    .h5,
    .type-subtitle,
    .text-subtitle
    {
        line-height: 1.16667;
    }
}

h6,
.h6,
.type-subtitle-alt,
.text-subtitle-alt
{
    font-size: 18px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    line-height: 1.33333;
}

@media (max-width: 767px)
{
    h6,
    .h6,
    .type-subtitle-alt,
    .text-subtitle-alt
    {
        font-size: 16px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    h6,
    .h6,
    .type-subtitle-alt,
    .text-subtitle-alt
    {
        font-size: 20px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    h6,
    .h6,
    .type-subtitle-alt,
    .text-subtitle-alt
    {
        line-height: 1.25;
    }
}

@media (min-width: 2048px)
{
    h6,
    .h6,
    .type-subtitle-alt,
    .text-subtitle-alt
    {
        line-height: 1.2;
    }
}

.type-base,
.text-base
{
    font-size: 15px;
    font-weight: 500;
    font-family: "Segoe UI Semibold", "Segoe UI", "Selawik Semibold", "Arial", sans-serif;
    line-height: 1.33333;
}

@media (max-width: 767px)
{
    .type-base,
    .text-base
    {
        font-size: 15px;
        font-weight: 500;
        font-family: "Segoe UI Semibold", "Segoe UI", "Selawik Semibold", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    .type-base,
    .text-base
    {
        font-size: 18px;
        font-weight: 500;
        font-family: "Segoe UI Semibold", "Segoe UI", "Selawik Semibold", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    .type-base,
    .text-base
    {
        line-height: 1.33333;
    }
}

@media (min-width: 2048px)
{
    .type-base,
    .text-base
    {
        line-height: 1.33333;
    }
}

p,
.type-body,
.text-body
{
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    line-height: 1.33333;
}

@media (max-width: 767px)
{
    p,
    .type-body,
    .text-body
    {
        font-size: 15px;
        font-weight: 400;
        font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    p,
    .type-body,
    .text-body
    {
        font-size: 18px;
        font-weight: 400;
        font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    p,
    .type-body,
    .text-body
    {
        line-height: 1.33333;
    }
}

@media (min-width: 2048px)
{
    p,
    .type-body,
    .text-body
    {
        line-height: 1.33333;
    }
}

.type-caption,
.text-caption
{
    font-size: 13px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    line-height: 1.23077;
}

@media (max-width: 767px)
{
    .type-caption,
    .text-caption
    {
        font-size: 12px;
        font-weight: 400;
        font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    .type-caption,
    .text-caption
    {
        font-size: 15px;
        font-weight: 400;
        font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    .type-caption,
    .text-caption
    {
        line-height: 1.33333;
    }
}

@media (min-width: 2048px)
{
    .type-caption,
    .text-caption
    {
        line-height: 1.33333;
    }
}

.type-caption-alt,
.text-caption-alt
{
    font-size: 11px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    line-height: 1.45455;
}

@media (max-width: 767px)
{
    .type-caption-alt,
    .text-caption-alt
    {
        font-size: 10px;
        font-weight: 400;
        font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    }
}

@media (min-width: 2048px)
{
    .type-caption-alt,
    .text-caption-alt
    {
        font-size: 13px;
        font-weight: 400;
        font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    }
}

@media (max-width: 767px)
{
    .type-caption-alt,
    .text-caption-alt
    {
        line-height: 1.2;
    }
}

@media (min-width: 2048px)
{
    .type-caption-alt,
    .text-caption-alt
    {
        line-height: 1.23077;
    }
}

@media (min-width: 1400px)
{
    .container
    {
        width: 1260px;
    }
}

@media (min-width: 1400px)
{
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-13,
    .col-xl-14,
    .col-xl-15,
    .col-xl-16,
    .col-xl-17,
    .col-xl-18,
    .col-xl-19,
    .col-xl-20,
    .col-xl-21,
    .col-xl-22,
    .col-xl-23,
    .col-xl-24
    {
        float: left;
    }

    .col-xl-1
    {
        width: 4.16667%;
    }

    .col-xl-2
    {
        width: 8.33333%;
    }

    .col-xl-3
    {
        width: 12.5%;
    }

    .col-xl-4
    {
        width: 16.66667%;
    }

    .col-xl-5
    {
        width: 20.83333%;
    }

    .col-xl-6
    {
        width: 25%;
    }

    .col-xl-7
    {
        width: 29.16667%;
    }

    .col-xl-8
    {
        width: 33.33333%;
    }

    .col-xl-9
    {
        width: 37.5%;
    }

    .col-xl-10
    {
        width: 41.66667%;
    }

    .col-xl-11
    {
        width: 45.83333%;
    }

    .col-xl-12
    {
        width: 50%;
    }

    .col-xl-13
    {
        width: 54.16667%;
    }

    .col-xl-14
    {
        width: 58.33333%;
    }

    .col-xl-15
    {
        width: 62.5%;
    }

    .col-xl-16
    {
        width: 66.66667%;
    }

    .col-xl-17
    {
        width: 70.83333%;
    }

    .col-xl-18
    {
        width: 75%;
    }

    .col-xl-19
    {
        width: 79.16667%;
    }

    .col-xl-20
    {
        width: 83.33333%;
    }

    .col-xl-21
    {
        width: 87.5%;
    }

    .col-xl-22
    {
        width: 91.66667%;
    }

    .col-xl-23
    {
        width: 95.83333%;
    }

    .col-xl-24
    {
        width: 100%;
    }

    .col-xl-pull-0
    {
        right: auto;
    }

    .col-xl-pull-1
    {
        right: 4.16667%;
    }

    .col-xl-pull-2
    {
        right: 8.33333%;
    }

    .col-xl-pull-3
    {
        right: 12.5%;
    }

    .col-xl-pull-4
    {
        right: 16.66667%;
    }

    .col-xl-pull-5
    {
        right: 20.83333%;
    }

    .col-xl-pull-6
    {
        right: 25%;
    }

    .col-xl-pull-7
    {
        right: 29.16667%;
    }

    .col-xl-pull-8
    {
        right: 33.33333%;
    }

    .col-xl-pull-9
    {
        right: 37.5%;
    }

    .col-xl-pull-10
    {
        right: 41.66667%;
    }

    .col-xl-pull-11
    {
        right: 45.83333%;
    }

    .col-xl-pull-12
    {
        right: 50%;
    }

    .col-xl-pull-13
    {
        right: 54.16667%;
    }

    .col-xl-pull-14
    {
        right: 58.33333%;
    }

    .col-xl-pull-15
    {
        right: 62.5%;
    }

    .col-xl-pull-16
    {
        right: 66.66667%;
    }

    .col-xl-pull-17
    {
        right: 70.83333%;
    }

    .col-xl-pull-18
    {
        right: 75%;
    }

    .col-xl-pull-19
    {
        right: 79.16667%;
    }

    .col-xl-pull-20
    {
        right: 83.33333%;
    }

    .col-xl-pull-21
    {
        right: 87.5%;
    }

    .col-xl-pull-22
    {
        right: 91.66667%;
    }

    .col-xl-pull-23
    {
        right: 95.83333%;
    }

    .col-xl-pull-24
    {
        right: 100%;
    }

    .col-xl-push-0
    {
        left: auto;
    }

    .col-xl-push-1
    {
        left: 4.16667%;
    }

    .col-xl-push-2
    {
        left: 8.33333%;
    }

    .col-xl-push-3
    {
        left: 12.5%;
    }

    .col-xl-push-4
    {
        left: 16.66667%;
    }

    .col-xl-push-5
    {
        left: 20.83333%;
    }

    .col-xl-push-6
    {
        left: 25%;
    }

    .col-xl-push-7
    {
        left: 29.16667%;
    }

    .col-xl-push-8
    {
        left: 33.33333%;
    }

    .col-xl-push-9
    {
        left: 37.5%;
    }

    .col-xl-push-10
    {
        left: 41.66667%;
    }

    .col-xl-push-11
    {
        left: 45.83333%;
    }

    .col-xl-push-12
    {
        left: 50%;
    }

    .col-xl-push-13
    {
        left: 54.16667%;
    }

    .col-xl-push-14
    {
        left: 58.33333%;
    }

    .col-xl-push-15
    {
        left: 62.5%;
    }

    .col-xl-push-16
    {
        left: 66.66667%;
    }

    .col-xl-push-17
    {
        left: 70.83333%;
    }

    .col-xl-push-18
    {
        left: 75%;
    }

    .col-xl-push-19
    {
        left: 79.16667%;
    }

    .col-xl-push-20
    {
        left: 83.33333%;
    }

    .col-xl-push-21
    {
        left: 87.5%;
    }

    .col-xl-push-22
    {
        left: 91.66667%;
    }

    .col-xl-push-23
    {
        left: 95.83333%;
    }

    .col-xl-push-24
    {
        left: 100%;
    }

    .col-xl-offset-0
    {
        margin-left: 0%;
    }

    .col-xl-offset-1
    {
        margin-left: 4.16667%;
    }

    .col-xl-offset-2
    {
        margin-left: 8.33333%;
    }

    .col-xl-offset-3
    {
        margin-left: 12.5%;
    }

    .col-xl-offset-4
    {
        margin-left: 16.66667%;
    }

    .col-xl-offset-5
    {
        margin-left: 20.83333%;
    }

    .col-xl-offset-6
    {
        margin-left: 25%;
    }

    .col-xl-offset-7
    {
        margin-left: 29.16667%;
    }

    .col-xl-offset-8
    {
        margin-left: 33.33333%;
    }

    .col-xl-offset-9
    {
        margin-left: 37.5%;
    }

    .col-xl-offset-10
    {
        margin-left: 41.66667%;
    }

    .col-xl-offset-11
    {
        margin-left: 45.83333%;
    }

    .col-xl-offset-12
    {
        margin-left: 50%;
    }

    .col-xl-offset-13
    {
        margin-left: 54.16667%;
    }

    .col-xl-offset-14
    {
        margin-left: 58.33333%;
    }

    .col-xl-offset-15
    {
        margin-left: 62.5%;
    }

    .col-xl-offset-16
    {
        margin-left: 66.66667%;
    }

    .col-xl-offset-17
    {
        margin-left: 70.83333%;
    }

    .col-xl-offset-18
    {
        margin-left: 75%;
    }

    .col-xl-offset-19
    {
        margin-left: 79.16667%;
    }

    .col-xl-offset-20
    {
        margin-left: 83.33333%;
    }

    .col-xl-offset-21
    {
        margin-left: 87.5%;
    }

    .col-xl-offset-22
    {
        margin-left: 91.66667%;
    }

    .col-xl-offset-23
    {
        margin-left: 95.83333%;
    }

    .col-xl-offset-24
    {
        margin-left: 100%;
    }
}

a
{
    color: #0078D7;
}

a:hover
{
    text-decoration: underline;
}

a:focus
{
    outline: 1px dotted #999;
    outline-offset: 1px;
}

hr
{
    margin-top: 36px;
    margin-bottom: 0;
    border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 540px)
{
    hr
    {
        margin-top: 48px;
    }
}

hr.theme-alt
{
    border-color: rgba(255, 255, 255, 0.2);
}

.labels-list
{
    display: inline;
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0;
}

.labels-list li
{
    margin: 0 .25em;
}

.label
{
    font-weight: normal;
    font-family: "Segoe UI Bold", "Segoe UI", "Selawik Bold", "Arial", sans-serif;
    border-radius: 0;
}

.page-header .nav-pills
{
    margin-top: 2em;
}

.page-header .nav-pills > li > a
{
    margin-right: 2.5em;
    padding: 1em 0;
    color: black;
}

.page-header .nav-pills > li > a:hover
{
    color: #000000;
    text-decoration: underline;
    background: none;
}

.page-header .nav-pills > li.active > a,
.page-header .nav-pills > li.active > a:hover,
.page-header .nav-pills > li.active > a:focus
{
    background: none;
    color: #000000;
    text-decoration: none;
}

.nav-tabs
{
    border-bottom: 0;
    margin-left: -12px;
    margin-right: -12px;
}

.nav-tabs > li
{
    margin-bottom: 0;
}

.nav-tabs > li > a
{
    font-size: 24px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus
{
    border: 0;
    background: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    border: 0;
    background: transparent;
}

.nav-tabs > li > a
{
    color: rgba(0, 0, 0, 0.6);
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus
{
    color: rgba(0, 0, 0, 0.8);
}

.nav-tabs > li.active > a
{
    color: #000000;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    color: rgba(0, 0, 0, 0.8);
}

.nav-tabs.theme-alt > li > a
{
    color: rgba(255, 255, 255, 0.6);
}

.nav-tabs.theme-alt > li > a:hover,
.nav-tabs.theme-alt > li > a:focus
{
    color: rgba(255, 255, 255, 0.8);
}

.nav-tabs.theme-alt > li.active > a
{
    color: #FFFFFF;
}

.nav-tabs.theme-alt > li.active > a:hover,
.nav-tabs.theme-alt > li.active > a:focus
{
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb
{
    margin: 20px 0 25px;
    font-size: 12px;
}

.breadcrumb a
{
    color: #000000;
    text-decoration: none;
}

.breadcrumb a:hover
{
    color: #0078D7;
    text-decoration: underline;
}

.breadcrumb > li + li:before
{
    font-family: "winjs-symbols";
    content: "\E26B";
    display: inline-block;
    padding: 0 4px 0 1px;
    font-size: .8em;
    vertical-align: -0.15em;
}

.alert
{
    position: relative;
    border: none;
    padding: 12px 12px 12px 20px;
    min-height: 48px;
    color: #000000;
}

.alert.alert-dismissible
{
    padding-right: 48px;
}

.alert .alert-title
{
    font-size: 18px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    line-height: 1.33333;
    margin-bottom: 5px;
    margin-top: 1px;
}

.alert p
{
    font-size: 13px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    line-height: 1.23077;
    margin: 0;
    padding: 4px 0 0;
}

.alert .close
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    line-height: 1;
    opacity: 1;
    height: 48px;
    width: 48px;
}

.alert .close span
{
    font-size: 16px;
    top: -5px;
    position: relative;
}

.alert.with-icon
{
    padding-left: 48px;
}

.alert .alert-icon
{
    position: absolute;
    top: 4px;
    left: 12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.alert.alert-info
{
    background-color: #F2F2F2;
    color: #000000;
}

.alert.alert-warning
{
    background-color: rgba(255, 241, 0, 0.4);
}

.alert.alert-danger
{
    background-color: rgba(208, 46, 0, 0.3);
}

.navbar
{
    border-top: none;
    border-left: none;
    border-right: none;
}

.navbar .icon-flipviewdown
{
    font-size: 6px;
    margin: 0 0 0 5px;
    color: rgba(0, 0, 0, 0.6);
}

.navbar .icon-hamburger
{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.navbar .navbar-toggle
{
    padding: 4px 10px;
}

.modal-content
{
    margin-top: 20px;
    padding: 20px 24px 20px;
    box-shadow: none;
}

.modal-content .modal-header
{
    padding: 0;
}

.modal-content .modal-header .modal-title
{
    font-size: 20px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
}

.modal-content .modal-header .close
{
    display: none;
}

.modal-content .modal-body
{
    padding: 0;
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
}

.modal-content .modal-footer
{
    padding: 0;
    margin: 28px 0 0;
}

.modal-content .modal-footer .btn
{
    width: 100%;
    margin: 4px 0 0 -5px;
}

@media (min-width: 540px)
{
    .modal-content .modal-footer .btn
    {
        max-width: 50%;
        max-width: calc(50% - 2px);
    }

    .modal-content .modal-footer .btn + .btn
    {
        margin-left: 0;
    }
}

.modal-center-vertical
{
    text-align: center;
}

.modal-center-vertical:before
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media (min-width: 540px)
{
    .modal-center-vertical:before
    {
        content: "";
    }
}

.modal-center-vertical .modal-dialog
{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.modal-backdrop
{
    background-color: transparent;
}

.modal
{
    background-color: rgba(255, 255, 255, 0.6);
}

.modal .modal-content
{
    background-color: #F2F2F2;
    border-color: #0078D7;
    color: #000000;
}

.modal.theme-alt
{
    background-color: rgba(0, 0, 0, 0.6);
}

.modal.theme-alt .modal-content
{
    background-color: #262626;
    color: #FFFFFF;
}

.btn-group
{
    margin: 12px 0 0;
}

@media (min-width: 768px)
{
    .btn-group
    {
        margin: 24px 0 0;
    }
}

@media (min-width: 1400px)
{
    .btn-group
    {
        margin: 24px 0 0;
    }
}

.btn
{
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    min-width: 120px;
    line-height: 1;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    padding: 9px 12px 10px;
    margin: 12px 8px 0 0;
}

.btn.btn-primary
{
    color: #FFFFFF;
    background-color: #0078D7;
    border-color: transparent;
}

.btn.btn-primary:hover
{
    color: #FFFFFF;
    background-color: #006abe;
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active
{
    background-color: #005ca4;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary:disabled,
.btn.btn-primary.disabled
{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 120, 215, 0.2);
}

.btn.btn-primary.theme-alt:hover
{
    background-color: #0086f1;
    border-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-primary.theme-alt:focus,
.btn.btn-primary.theme-alt:active,
.btn.btn-primary.theme-alt.active
{
    background-color: #0b93ff;
}



.btn.btn-primary.theme-alt:disabled,
.btn.btn-primary.theme-alt.disabled
{
    color: rgba(255, 255, 255, 0.2);
}

.btn.btn-primary.theme-on-color,
.btn.btn-primary.theme-on-img-dark,
.jumbotron.highlight-bar.theme-on-img-dark .btn.btn-primary
{
    color: #000000;
    background-color: #FFFFFF;
}

.btn.btn-primary.theme-on-color:hover,
.btn.btn-primary.theme-on-img-dark:hover,
.jumbotron.highlight-bar.theme-on-img-dark .btn.btn-primary:hover
{
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #FFFFFF;
}

.btn.btn-primary.theme-on-color:focus,
.btn.btn-primary.theme-on-color:active,
.btn.btn-primary.theme-on-color.active,
.btn.btn-primary.theme-on-img-dark:focus,
.jumbotron.highlight-bar.theme-on-img-dark .btn.btn-primary:focus,
.btn.btn-primary.theme-on-img-dark:active,
.jumbotron.highlight-bar.theme-on-img-dark .btn.btn-primary:active,
.btn.btn-primary.theme-on-img-dark.active,
.jumbotron.highlight-bar.theme-on-img-dark .btn.active.btn-primary
{
    background-color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
}

.btn.btn-primary.theme-on-color:disabled,
.btn.btn-primary.theme-on-color.disabled,
.btn.btn-primary.theme-on-img-dark:disabled,
.jumbotron.highlight-bar.theme-on-img-dark .btn.btn-primary:disabled,
.btn.btn-primary.theme-on-img-dark.disabled,
.jumbotron.highlight-bar.theme-on-img-dark .btn.disabled.btn-primary
{
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}



.btn.btn-primary.theme-on-img-light,
.jumbotron.highlight-bar.theme-on-img-light .btn.btn-primary
{
    color: #FFFFFF;
    background-color: #000000;
}

.btn.btn-primary.theme-on-img-light:hover,
.jumbotron.highlight-bar.theme-on-img-light .btn.btn-primary:hover
{
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-primary.theme-on-img-light:focus,
.jumbotron.highlight-bar.theme-on-img-light .btn.btn-primary:focus,
.btn.btn-primary.theme-on-img-light:active,
.jumbotron.highlight-bar.theme-on-img-light .btn.btn-primary:active,
.btn.btn-primary.theme-on-img-light.active,
.jumbotron.highlight-bar.theme-on-img-light .btn.active.btn-primary
{
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
}

.btn.btn-primary.theme-on-img-light:disabled,
.jumbotron.highlight-bar.theme-on-img-light .btn.btn-primary:disabled,
.btn.btn-primary.theme-on-img-light.disabled,
.jumbotron.highlight-bar.theme-on-img-light .btn.disabled.btn-primary
{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}

.btn.btn-secondary,
.btn.btn-default
{
    color: #000000;
    background-color: #F0F0F0;
    border-color: transparent;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.open > .btn.btn-secondary.dropdown-toggle,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default.focus,
.open > .btn.btn-default.dropdown-toggle
{
    color: #000000;
    background-color: #d4d4d4;
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-secondary:active,
.btn.btn-secondary.active,
.open > .btn.btn-secondary.dropdown-toggle,
.btn.btn-default:active,
.btn.btn-default.active,
.open > .btn.btn-default.dropdown-toggle
{
    background-image: none;
    color: #000000;
    background-color: #d4d4d4;
    border-color: transparent;
}

.btn.btn-secondary.disabled,
.btn.btn-secondary.disabled:hover,
.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary.disabled:active,
.btn.btn-secondary.disabled.active,
.btn.btn-secondary[disabled],
.btn.btn-secondary[disabled]:hover,
.btn.btn-secondary[disabled]:focus,
.btn.btn-secondary[disabled].focus,
.btn.btn-secondary[disabled]:active,
.btn.btn-secondary[disabled].active,
fieldset[disabled] .btn.btn-secondary,
fieldset[disabled] .btn.btn-secondary:hover,
fieldset[disabled] .btn.btn-secondary:focus,
fieldset[disabled] .btn.btn-secondary.focus,
fieldset[disabled] .btn.btn-secondary:active,
fieldset[disabled] .btn.btn-secondary.active,
.btn.btn-default.disabled,
.btn.btn-default.disabled:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:active,
.btn.btn-default.disabled.active,
.btn.btn-default[disabled],
.btn.btn-default[disabled]:hover,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:active,
.btn.btn-default[disabled].active,
fieldset[disabled] .btn.btn-default,
fieldset[disabled] .btn.btn-default:hover,
fieldset[disabled] .btn.btn-default:focus,
fieldset[disabled] .btn.btn-default.focus,
fieldset[disabled] .btn.btn-default:active,
fieldset[disabled] .btn.btn-default.active
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn.btn-secondary:hover,
.btn.btn-default:hover
{
    background-color: #d4d4d4;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active
{
    background-color: #bababa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled,
.btn.btn-default:disabled,
.btn.btn-default.disabled
{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}

.btn.btn-secondary.theme-alt,
.btn.btn-default.theme-alt
{
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-secondary.theme-alt:hover,
.btn.btn-default.theme-alt:hover
{
    border-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-secondary.theme-alt:focus,
.btn.btn-secondary.theme-alt:active,
.btn.btn-secondary.theme-alt.active,
.btn.btn-default.theme-alt:focus,
.btn.btn-default.theme-alt:active,
.btn.btn-default.theme-alt.active
{
    background-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-secondary.theme-alt:disabled,
.btn.btn-secondary.theme-alt.disabled,
.btn.btn-default.theme-alt:disabled,
.btn.btn-default.theme-alt.disabled
{
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    opacity: 1;
}

.btn.btn-secondary.theme-on-color,
.btn.btn-secondary.theme-on-img-dark,
.jumbotron.highlight-bar.theme-on-img-dark .btn,
.btn.btn-default.theme-on-color,
.btn.btn-default.theme-on-img-dark
{
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}

.btn.btn-secondary.theme-on-color:hover,
.btn.btn-secondary.theme-on-img-dark:hover,
.jumbotron.highlight-bar.theme-on-img-dark .btn:hover,
.btn.btn-default.theme-on-color:hover,
.btn.btn-default.theme-on-img-dark:hover
{
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #FFFFFF;
}

.btn.btn-secondary.theme-on-color:focus,
.btn.btn-secondary.theme-on-color:active,
.btn.btn-secondary.theme-on-color.active,
.btn.btn-secondary.theme-on-img-dark:focus,
.jumbotron.highlight-bar.theme-on-img-dark .btn:focus,
.btn.btn-secondary.theme-on-img-dark:active,
.jumbotron.highlight-bar.theme-on-img-dark .btn:active,
.btn.btn-secondary.theme-on-img-dark.active,
.jumbotron.highlight-bar.theme-on-img-dark .btn.active,
.btn.btn-default.theme-on-color:focus,
.btn.btn-default.theme-on-color:active,
.btn.btn-default.theme-on-color.active,
.btn.btn-default.theme-on-img-dark:focus,
.btn.btn-default.theme-on-img-dark:active,
.btn.btn-default.theme-on-img-dark.active
{
    background-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-secondary.theme-on-color:disabled,
.btn.btn-secondary.theme-on-color.disabled,
.btn.btn-secondary.theme-on-img-dark:disabled,
.jumbotron.highlight-bar.theme-on-img-dark .btn:disabled,
.btn.btn-secondary.theme-on-img-dark.disabled,
.jumbotron.highlight-bar.theme-on-img-dark .btn.disabled,
.btn.btn-default.theme-on-color:disabled,
.btn.btn-default.theme-on-color.disabled,
.btn.btn-default.theme-on-img-dark:disabled,
.btn.btn-default.theme-on-img-dark.disabled
{
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-secondary.theme-on-img-light,
.jumbotron.highlight-bar.theme-on-img-light .btn,
.btn.btn-default.theme-on-img-light
{
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

.btn.btn-secondary.theme-on-img-light:hover,
.jumbotron.highlight-bar.theme-on-img-light .btn:hover,
.btn.btn-default.theme-on-img-light:hover
{
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-secondary.theme-on-img-light:focus,
.jumbotron.highlight-bar.theme-on-img-light .btn:focus,
.btn.btn-secondary.theme-on-img-light:active,
.jumbotron.highlight-bar.theme-on-img-light .btn:active,
.btn.btn-secondary.theme-on-img-light.active,
.jumbotron.highlight-bar.theme-on-img-light .btn.active,
.btn.btn-default.theme-on-img-light:focus,
.btn.btn-default.theme-on-img-light:active,
.btn.btn-default.theme-on-img-light.active
{
    background-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-secondary.theme-on-img-light:disabled,
.jumbotron.highlight-bar.theme-on-img-light .btn:disabled,
.btn.btn-secondary.theme-on-img-light.disabled,
.jumbotron.highlight-bar.theme-on-img-light .btn.disabled,
.btn.btn-default.theme-on-img-light:disabled,
.btn.btn-default.theme-on-img-light.disabled
{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-success
{
    color: #FFFFFF;
    background-color: #0078D7;
    border-color: #0078D7;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.open > .btn.btn-success.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #0078D7;
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-success:active,
.btn.btn-success.active,
.open > .btn.btn-success.dropdown-toggle
{
    background-image: none;
    color: #FFFFFF;
    background-color: #005ca4;
    border-color: transparent;
}

.btn.btn-success.disabled,
.btn.btn-success.disabled:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success.disabled:active,
.btn.btn-success.disabled.active,
.btn.btn-success[disabled],
.btn.btn-success[disabled]:hover,
.btn.btn-success[disabled]:focus,
.btn.btn-success[disabled].focus,
.btn.btn-success[disabled]:active,
.btn.btn-success[disabled].active,
fieldset[disabled] .btn.btn-success,
fieldset[disabled] .btn.btn-success:hover,
fieldset[disabled] .btn.btn-success:focus,
fieldset[disabled] .btn.btn-success.focus,
fieldset[disabled] .btn.btn-success:active,
fieldset[disabled] .btn.btn-success.active
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn.btn-info
{
    color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.open > .btn.btn-info.dropdown-toggle
{
    color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-info:active,
.btn.btn-info.active,
.open > .btn.btn-info.dropdown-toggle
{
    background-image: none;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn.btn-info.disabled,
.btn.btn-info.disabled:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info.disabled:active,
.btn.btn-info.disabled.active,
.btn.btn-info[disabled],
.btn.btn-info[disabled]:hover,
.btn.btn-info[disabled]:focus,
.btn.btn-info[disabled].focus,
.btn.btn-info[disabled]:active,
.btn.btn-info[disabled].active,
fieldset[disabled] .btn.btn-info,
fieldset[disabled] .btn.btn-info:hover,
fieldset[disabled] .btn.btn-info:focus,
fieldset[disabled] .btn.btn-info.focus,
fieldset[disabled] .btn.btn-info:active,
fieldset[disabled] .btn.btn-info.active
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn.btn-info:active,
.btn.btn-info.active
{
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-warning
{
    color: #FFFFFF;
    background-color: #D02E00;
    border-color: #D02E00;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.open > .btn.btn-warning.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #D02E00;
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-warning:active,
.btn.btn-warning.active,
.open > .btn.btn-warning.dropdown-toggle
{
    background-image: none;
    color: #FFFFFF;
    background-color: #9d2300;
    border-color: transparent;
}

.btn.btn-warning.disabled,
.btn.btn-warning.disabled:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning.disabled:active,
.btn.btn-warning.disabled.active,
.btn.btn-warning[disabled],
.btn.btn-warning[disabled]:hover,
.btn.btn-warning[disabled]:focus,
.btn.btn-warning[disabled].focus,
.btn.btn-warning[disabled]:active,
.btn.btn-warning[disabled].active,
fieldset[disabled] .btn.btn-warning,
fieldset[disabled] .btn.btn-warning:hover,
fieldset[disabled] .btn.btn-warning:focus,
fieldset[disabled] .btn.btn-warning.focus,
fieldset[disabled] .btn.btn-warning:active,
fieldset[disabled] .btn.btn-warning.active
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn.btn-danger
{
    color: #FFFFFF;
    background-color: #D02E00;
    border-color: #D02E00;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.open > .btn.btn-danger.dropdown-toggle
{
    color: #FFFFFF;
    background-color: #D02E00;
    border-color: rgba(0, 0, 0, 0.4);
}

.btn.btn-danger:active,
.btn.btn-danger.active,
.open > .btn.btn-danger.dropdown-toggle
{
    background-image: none;
    color: #FFFFFF;
    background-color: #9d2300;
    border-color: transparent;
}

.btn.btn-danger.disabled,
.btn.btn-danger.disabled:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger.disabled:active,
.btn.btn-danger.disabled.active,
.btn.btn-danger[disabled],
.btn.btn-danger[disabled]:hover,
.btn.btn-danger[disabled]:focus,
.btn.btn-danger[disabled].focus,
.btn.btn-danger[disabled]:active,
.btn.btn-danger[disabled].active,
fieldset[disabled] .btn.btn-danger,
fieldset[disabled] .btn.btn-danger:hover,
fieldset[disabled] .btn.btn-danger:focus,
fieldset[disabled] .btn.btn-danger.focus,
fieldset[disabled] .btn.btn-danger:active,
fieldset[disabled] .btn.btn-danger.active
{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.btn-link
{
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    min-width: 120px;
    line-height: 1;
    font-weight: normal;
    border: none;
    border-radius: 0;
    padding: 9px 12px 10px;
    color: #0078D7;
}

.btn-link:focus,
.btn-link:active
{
    color: #006abe;
    border-color: transparent;
}

.btn-link:disabled,
.btn-link.disabled,
.btn-link[disabled],
.btn-link fieldset[disabled]
{
    color: rgba(0, 0, 0, 0.2);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link.theme-alt:disabled,
.btn-link.theme-alt.disabled,
.btn-link.theme-alt[disabled],
.btn-link.theme-alt fieldset[disabled]
{
    color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link.theme-on-color,
.btn-link.theme-on-img-dark
{
    color: #FFFFFF;
}

.btn-link.theme-on-color:focus,
.btn-link.theme-on-color:active,
.btn-link.theme-on-img-dark:focus,
.btn-link.theme-on-img-dark:active
{
    color: rgba(255, 255, 255, 0.6);
}

.btn-link.theme-on-color:disabled,
.btn-link.theme-on-color.disabled,
.btn-link.theme-on-color[disabled],
.btn-link.theme-on-color fieldset[disabled],
.btn-link.theme-on-img-dark:disabled,
.btn-link.theme-on-img-dark.disabled,
.btn-link.theme-on-img-dark[disabled],
.btn-link.theme-on-img-dark fieldset[disabled]
{
    color: rgba(255, 255, 255, 0.2);
}

.btn-link.theme-on-img-light
{
    color: #000000;
}

.btn-link.theme-on-img-light:focus,
.btn-link.theme-on-img-light:active
{
    color: rgba(0, 0, 0, 0.6);
}

.btn-link.theme-on-img-light:disabled,
.btn-link.theme-on-img-light.disabled,
.btn-link.theme-on-img-light[disabled],
.btn-link.theme-on-img-light fieldset[disabled]
{
    color: rgba(0, 0, 0, 0.2);
}

.btn-dropdown
{
    background: none;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.btn-dropdown .caret
{
    margin-left: .5em;
    border-top-width: 7px;
}

.btn[data-toggle="button"].active
{
    background-color: #0078D7;
    border-color: transparent;
    color: #FFFFFF;
}

.btn[data-toggle="button"].active:active
{
    background-color: #006abe;
    border-color: transparent;
    color: #000000;
}

.btn[data-toggle="button"]:hover
{
    border-color: #0078D7;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch),
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-light,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch),
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-light
{
    color: #000000;
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.4);
    margin: 0 8px 8px 0;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch):hover,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-light:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch):hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-light:hover
{
    color: #000000;
    border-color: rgba(0, 0, 0, 0.8);
}

.btn[data-toggle="button"]:not(.btn-toggle-switch):active,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-light:active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch):active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-light:active
{
    color: #000000;
    background-color: #FFFFFF;
    border-color: #0078D7;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).active,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-light.active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-light.active
{
    color: #000000;
    border-color: #000000;
    box-shadow: 0px 0px 0px 1px #000000 inset;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).active:hover,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-light.active:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).active:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-light.active:hover
{
    color: #000000;
    border-color: #004881;
    box-shadow: 0px 0px 0px 1px #004881 inset;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch):disabled,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-light:disabled,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch):disabled,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-light:disabled
{
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-alt,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-dark,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-alt,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-dark
{
    color: #FFFFFF;
    background-color: #000000;
    border-color: rgba(255, 255, 255, 0.4);
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-alt:hover,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-dark:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-alt:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-dark:hover
{
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.8);
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-alt:active,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-dark:active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-alt:active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-dark:active
{
    color: #FFFFFF;
    background-color: #000000;
    border-color: #0078D7;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-alt.active,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-dark.active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-alt.active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-dark.active
{
    color: #FFFFFF;
    background-color: #000000;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FFFFFF inset;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-alt.active:hover,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-dark.active:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-alt.active:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-dark.active:hover
{
    border-color: #66aee7;
    box-shadow: 0px 0px 0px 1px #66aee7 inset;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-alt:disabled,
.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-img-dark:disabled,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-alt:disabled,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-img-dark:disabled
{
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-color,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-color
{
    color: #FFFFFF;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4);
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-color:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-color:hover
{
    border-color: #FFFFFF;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-color:active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-color:active
{
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #FFFFFF;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-color.active,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-color.active
{
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FFFFFF inset;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-color.active:hover,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-color.active:hover
{
    border-color: #66aee7;
    box-shadow: 0px 0px 0px 1px #66aee7 inset;
}

.btn[data-toggle="button"]:not(.btn-toggle-switch).theme-on-color:disabled,
.btn-group[data-toggle="buttons"] .btn:not(.btn-toggle-switch).theme-on-color:disabled
{
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="collapse"] i[class*="icon-"]
{
    font-size: .9em;
}

.btn[data-toggle="collapse"][aria-expanded="true"] .button-label-collapsed
{
    display: none;
}

.btn[data-toggle="collapse"][aria-expanded="false"] .button-label-expanded
{
    display: none;
}

.btn-xs,
.btn-group-xs > .btn
{
    padding: 0 5px;
}

.btn-sm,
.btn-group-sm > .btn
{
    padding: 2px 7px;
}

.btn-lg,
.btn-group-lg > .btn
{
    padding: 10px 16px;
}

.dropdown-picker
{
    margin: 0 0 2em 0;
}

.dropdown-picker .dropdown-label
{
    display: inline-block;
}

.dropdown-picker .dropdown
{
    display: inline-block;
    margin: 0 .5em;
    vertical-align: bottom;
}

.dropdown-menu
{
    box-shadow: none;
    background-color: #F2F2F2;
    color: #000000;
    border: none;
    padding-top: 5px;
    padding-bottom: 7px;
}

.dropdown-menu li
{
    padding: 0;
    margin: 0;
}

.dropdown-menu li a
{
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    line-height: 32px;
    height: 32px;
    padding: 0;
    padding-left: 12px;
    text-decoration: none;
}

.dropdown-menu li a:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu li a:active
{
    background-color: rgba(0, 0, 0, 0.3);
}

.dropdown-menu li.active a
{
    color: #000000;
    background-color: rgba(0, 120, 215, 0.4);
}

.dropdown-menu li.active a:hover,
.dropdown-menu li.active a:focus
{
    color: #000000;
    background-color: rgba(0, 120, 215, 0.6);
}

dl.dropdown-menu
{
    min-width: 300px;
    padding: 10px;
}

.btn-dropdown
{
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
}

.btn-dropdown:focus
{
    background-color: rgba(0, 120, 215, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
    outline: 0;
}

.btn-dropdown:hover
{
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 0, 0, 0.4);
}

.btn-dropdown:active
{
    background-color: rgba(0, 0, 0, 0.3);
    outline: 0;
}

.btn-dropdown:active:focus
{
    outline: 0;
}

.btn-dropdown:disabled
{
    color: rgba(255, 255, 255, 0.2);
    border-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
}

.dropdown.open .btn-dropdown:focus
{
    background-color: rgba(255, 255, 255, 0.4);
}

.btn-dropdown .caret
{
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
    color: #000000;
    font-family: "winjs-symbols";
    font-size: 12px;
}

.btn-dropdown .caret::before
{
    content: "\E0E5";
    vertical-align: bottom;
}

.btn-dropdown:disabled .caret
{
    color: rgba(0, 0, 0, 0.4);
}

.tooltip
{
    font-size: 13px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
}

.tooltip .tooltip-inner
{
    padding: 7px 8px 9px 8px;
    border-style: solid;
    border-width: 1px;
    text-align: left;
}

.tooltip .tooltip-arrow
{
    display: none;
}

.tooltip .tooltip-inner
{
    border-color: rgba(0, 0, 0, 0.3);
    background-color: #F2F2F2;
    color: #000000;
}

.theme-alt + .tooltip .tooltip-inner,
.theme-on-color + .tooltip .tooltip-inner,
.theme-on-img-dark + .tooltip .tooltip-inner
{
    border-color: rgba(255, 255, 255, 0.3);
    background-color: #191919;
    color: #FFFFFF;
}

.popover
{
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    color: #000000;
    background-color: #F2F2F2;
    border-color: rgba(0, 0, 0, 0.3);
}

.popover.top
{
    margin-top: -8px;
}

.popover.right
{
    margin-left: 8px;
}

.popover.bottom
{
    margin-top: 8px;
}

.popover.left
{
    margin-left: -8px;
}

.popover .arrow,
.popover .popover-title
{
    display: none;
}

.popover .popover-content
{
    padding: 8px 12px 10px;
}

.popover .popover-content .btn
{
    margin: 14px 0 12px;
    float: right;
}

.popover.theme-alt,
.popover.theme-on-color,
.popover.theme-on-img-dark
{
    color: #FFFFFF;
    background-color: #191919;
    border-color: rgba(255, 255, 255, 0.3);
}

.progress
{
    box-shadow: none;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

.progress .progress-bar
{
    -webkit-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    background-color: #0078D7;
}

.progress.theme-alt,
.progress.theme-on-img-dark
{
    background-color: rgba(255, 255, 255, 0.2);
}

.progress.theme-alt .progress-bar,
.progress.theme-on-img-dark .progress-bar
{
    background-color: #0078D7;
}

.progress.theme-on-color
{
    background-color: rgba(255, 255, 255, 0.2);
}

.progress.theme-on-color .progress-bar
{
    background-color: #FFFFFF;
}

.panel
{
    box-shadow: none;
}

.panel .pager
{
    margin: 0;
}

.panel .pager li > a
{
    padding: 0;
}

.panel .pager i[class*="icon-"]
{
    font-size: 1.7em;
}

.panel .nav-pills > .dropdown > a
{
    border-left: none;
    margin: 0 25px;
    padding: 0;
    color: #000000;
    background: none;
}

input.form-control,
textarea.form-control
{
    -ms-user-select: element;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    margin-top: 2px;
    margin-bottom: 20px;
    max-width: 296px;
    min-width: 88px;
    min-height: 36px;
    background-clip: border-box;
    box-sizing: border-box;
    padding-left: 11px;
    vertical-align: top;
    outline: 0;
}

.input-group input.form-control,
.input-group textarea.form-control
{
    margin-top: 0px;
}

input.form-control::-ms-value
{
    margin: 0;
    padding: 0;
}

input.form-control::-ms-clear,
input.form-control::-ms-reveal
{
    margin-right: -8px;
    width: 36px;
    height: 36px;
    display: block;
}

textarea.form-control
{
    resize: none;
    overflow-y: auto;
}

.form-group
{
    margin-bottom: 22px;
}

.form-group .checkbox:first-of-type,
.form-group .radio:first-of-type
{
    margin-top: 22px;
}

.form-group .checkbox:last-of-type,
.form-group .radio:last-of-type
{
    margin-bottom: 27px;
}

.form-group label,
.form-group .form-group-label
{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1em;
    vertical-align: top;
}

.radio + .radio,
.checkbox + .checkbox
{
    margin-top: initial;
}

.checkbox,
.radio
{
    margin: 22px 0;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio]
{
    width: 20px;
    height: 20px;
    margin-left: -28px;
    margin-top: 0;
}

.checkbox label,
.radio label
{
    padding-left: 0px;
    font-weight: 400;
    margin-left: 28px;
    min-height: initial;
    line-height: 20px;
}

.checkbox label span::before,
.radio label span::before
{
    border-width: 1px;
    border-style: solid;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.checkbox label input:checked ~ span::before
{
    font-family: "winjs-symbols";
    text-indent: 2px;
    line-height: 1em;
    padding-top: 2px;
}

.checkbox label input:indeterminate ~ span::before
{
    text-indent: 2px;
    line-height: 12px;
    font-size: 17px;
    padding-top: 2px;
}

.radio label span::before
{
    border-radius: 100%;
}

.radio label input:checked ~ span::before
{
    text-indent: 0px;
    line-height: 6px;
    padding-top: 2px;
    font-size: 45px;
}

.combobox
{
    position: relative;
}

.combobox:after
{
    font-family: "winjs-symbols";
    content: "\E019";
    position: absolute;
    font-size: 1rem;
    top: 13px;
    right: 9px;
}

select
{
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
}

select.form-control
{
    width: 100%;
    min-width: 67px;
    max-width: 368px;
    min-height: 36px;
    padding: 4px 42px 4px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

select.form-control::-ms-expand
{
    display: none;
}

select.form-control[multiple]
{
    padding: 0;
}

select.form-control[multiple] option
{
    padding-left: 1em;
    padding-top: 11px;
    padding-bottom: 11px;
}

select.form-control option
{
    padding-left: 1em;
}

select[multiple].form-control
{
    border: none;
}

form,
form p,
form label
{
    color: #000000;
}

input.form-control,
textarea.form-control
{
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.6);
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

input.form-control:hover,
textarea.form-control:hover
{
    border-color: rgba(0, 0, 0, 0.8);
}

input.form-control:focus,
textarea.form-control:focus
{
    color: #000000;
    background-color: #FFFFFF;
    border-color: #0078D7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.form-control:disabled,
input.form-control[disabled],
textarea.form-control:disabled,
textarea.form-control[disabled]
{
    color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

input.form-control::-ms-clear,
input.form-control::-ms-reveal
{
    color: rgba(0, 0, 0, 0.6);
}

input.form-control::-ms-clear:hover,
input.form-control::-ms-reveal:hover
{
    color: #0078D7;
}

input.form-control::-ms-clear:active,
input.form-control::-ms-reveal:active
{
    color: #FFFFFF;
    background-color: #0078D7;
}

.form-group label.disabled,
.form-group .form-group-label.disabled
{
    color: rgba(0, 0, 0, 0.2);
}

.checkbox label input[type=checkbox],
.checkbox label input[type=radio],
.radio label input[type=checkbox],
.radio label input[type=radio]
{
    opacity: 0;
}

.checkbox label span::before,
.radio label span::before
{
    border-color: rgba(0, 0, 0, 0.8);
}

.checkbox label input:disabled ~ span,
.radio label input:disabled ~ span
{
    color: rgba(0, 0, 0, 0.2);
}

.checkbox label input:disabled ~ span::before,
.radio label input:disabled ~ span::before
{
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
}

.checkbox label input:checked ~ span::before
{
    background-color: #0078D7;
    border-color: #0078D7;
    color: #FFFFFF;
}

.checkbox label input:indeterminate ~ span::before
{
    border-color: #0078D7;
    color: rgba(0, 0, 0, 0.8);
}

.checkbox:hover span::before,
.checkbox:hover input:checked ~ span::before
{
    border-color: #000000;
}

.checkbox:hover input:indeterminate ~ span::before
{
    color: #000000;
}

.radio label input:checked ~ span::before
{
    border-color: #0078D7;
    color: #000000;
}

.radio:hover span::before,
.radio:hover input:checked ~ span::before
{
    border-color: #0078D7;
    color: rgba(0, 0, 0, 0.8);
}

.radio:hover input:disabled ~ span::before
{
    border-color: rgba(0, 0, 0, 0.2);
}

select.form-control
{
    color: #000000;
    border-color: rgba(0, 0, 0, 0.6);
    background-color: rgba(255, 255, 255, 0.8);
}

select.form-control:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}

select.form-control:active
{
    background-color: rgba(0, 0, 0, 0.2);
}

select.form-control:after
{
    color: rgba(0, 0, 0, 0.6);
}

select.form-control:focus
{
    color: #FFFFFF;
    background-color: #0078D7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control:focus option
{
    background-color: #F2F2F2;
    color: #000000;
}

select.form-control option:checked
{
    color: #FFFFFF;
    background-color: #0078D7;
}

form.theme-alt,
form.theme-alt p,
form.theme-alt label,
form .theme-alt,
form .theme-alt p,
form .theme-alt label,
form.theme-on-img-dark,
form.theme-on-img-dark p,
form.theme-on-img-dark label,
form .theme-on-img-dark,
form .theme-on-img-dark p,
form .theme-on-img-dark label
{
    color: #FFFFFF;
}

form.theme-alt label.disabled,
form.theme-alt .form-group-label.disabled,
form .theme-alt label.disabled,
form .theme-alt .form-group-label.disabled,
form.theme-on-img-dark label.disabled,
form.theme-on-img-dark .form-group-label.disabled,
form .theme-on-img-dark label.disabled,
form .theme-on-img-dark .form-group-label.disabled
{
    color: rgba(255, 255, 255, 0.2);
}

form.theme-alt input.form-control,
form.theme-alt textarea.form-control,
form .theme-alt input.form-control,
form .theme-alt textarea.form-control,
form.theme-on-img-dark input.form-control,
form.theme-on-img-dark textarea.form-control,
form .theme-on-img-dark input.form-control,
form .theme-on-img-dark textarea.form-control
{
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

form.theme-alt input.form-control:-ms-input-placeholder,
form.theme-alt textarea.form-control:-ms-input-placeholder,
form .theme-alt input.form-control:-ms-input-placeholder,
form .theme-alt textarea.form-control:-ms-input-placeholder,
form.theme-on-img-dark input.form-control:-ms-input-placeholder,
form.theme-on-img-dark textarea.form-control:-ms-input-placeholder,
form .theme-on-img-dark input.form-control:-ms-input-placeholder,
form .theme-on-img-dark textarea.form-control:-ms-input-placeholder
{
    color: rgba(255, 255, 255, 0.6);
}

form.theme-alt input.form-control::-webkit-input-placeholder,
form.theme-alt textarea.form-control::-webkit-input-placeholder,
form .theme-alt input.form-control::-webkit-input-placeholder,
form .theme-alt textarea.form-control::-webkit-input-placeholder,
form.theme-on-img-dark input.form-control::-webkit-input-placeholder,
form.theme-on-img-dark textarea.form-control::-webkit-input-placeholder,
form .theme-on-img-dark input.form-control::-webkit-input-placeholder,
form .theme-on-img-dark textarea.form-control::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, 0.6);
}

form.theme-alt input.form-control:-moz-placeholder,
form.theme-alt textarea.form-control:-moz-placeholder,
form .theme-alt input.form-control:-moz-placeholder,
form .theme-alt textarea.form-control:-moz-placeholder,
form.theme-on-img-dark input.form-control:-moz-placeholder,
form.theme-on-img-dark textarea.form-control:-moz-placeholder,
form .theme-on-img-dark input.form-control:-moz-placeholder,
form .theme-on-img-dark textarea.form-control:-moz-placeholder
{
    color: rgba(255, 255, 255, 0.6);
}

form.theme-alt input.form-control::-moz-placeholder,
form.theme-alt textarea.form-control::-moz-placeholder,
form .theme-alt input.form-control::-moz-placeholder,
form .theme-alt textarea.form-control::-moz-placeholder,
form.theme-on-img-dark input.form-control::-moz-placeholder,
form.theme-on-img-dark textarea.form-control::-moz-placeholder,
form .theme-on-img-dark input.form-control::-moz-placeholder,
form .theme-on-img-dark textarea.form-control::-moz-placeholder
{
    color: rgba(255, 255, 255, 0.6);
}

form.theme-alt input.form-control:hover,
form.theme-alt textarea.form-control:hover,
form .theme-alt input.form-control:hover,
form .theme-alt textarea.form-control:hover,
form.theme-on-img-dark input.form-control:hover,
form.theme-on-img-dark textarea.form-control:hover,
form .theme-on-img-dark input.form-control:hover,
form .theme-on-img-dark textarea.form-control:hover
{
    border-color: rgba(255, 255, 255, 0.8);
}

form.theme-alt input.form-control:focus,
form.theme-alt textarea.form-control:focus,
form .theme-alt input.form-control:focus,
form .theme-alt textarea.form-control:focus,
form.theme-on-img-dark input.form-control:focus,
form.theme-on-img-dark textarea.form-control:focus,
form .theme-on-img-dark input.form-control:focus,
form .theme-on-img-dark textarea.form-control:focus
{
    color: #000000;
    background-color: #FFFFFF;
    border-color: #0078D7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.theme-alt input.form-control:disabled,
form.theme-alt input.form-control[disabled],
form.theme-alt textarea.form-control:disabled,
form.theme-alt textarea.form-control[disabled],
form .theme-alt input.form-control:disabled,
form .theme-alt input.form-control[disabled],
form .theme-alt textarea.form-control:disabled,
form .theme-alt textarea.form-control[disabled],
form.theme-on-img-dark input.form-control:disabled,
form.theme-on-img-dark input.form-control[disabled],
form.theme-on-img-dark textarea.form-control:disabled,
form.theme-on-img-dark textarea.form-control[disabled],
form .theme-on-img-dark input.form-control:disabled,
form .theme-on-img-dark input.form-control[disabled],
form .theme-on-img-dark textarea.form-control:disabled,
form .theme-on-img-dark textarea.form-control[disabled]
{
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}

form.theme-alt .form-group label.disabled,
form.theme-alt .form-group .form-group-label.disabled,
form .theme-alt .form-group label.disabled,
form .theme-alt .form-group .form-group-label.disabled,
form.theme-on-img-dark .form-group label.disabled,
form.theme-on-img-dark .form-group .form-group-label.disabled,
form .theme-on-img-dark .form-group label.disabled,
form .theme-on-img-dark .form-group .form-group-label.disabled
{
    color: rgba(255, 255, 255, 0.2);
}

form.theme-alt .checkbox label span::before,
form.theme-alt .radio label span::before,
form .theme-alt .checkbox label span::before,
form .theme-alt .radio label span::before,
form.theme-on-img-dark .checkbox label span::before,
form.theme-on-img-dark .radio label span::before,
form .theme-on-img-dark .checkbox label span::before,
form .theme-on-img-dark .radio label span::before
{
    border-color: rgba(255, 255, 255, 0.8);
}

form.theme-alt .checkbox label input:disabled ~ span,
form.theme-alt .radio label input:disabled ~ span,
form .theme-alt .checkbox label input:disabled ~ span,
form .theme-alt .radio label input:disabled ~ span,
form.theme-on-img-dark .checkbox label input:disabled ~ span,
form.theme-on-img-dark .radio label input:disabled ~ span,
form .theme-on-img-dark .checkbox label input:disabled ~ span,
form .theme-on-img-dark .radio label input:disabled ~ span
{
    color: rgba(255, 255, 255, 0.2);
}

form.theme-alt .checkbox label input:disabled ~ span::before,
form.theme-alt .radio label input:disabled ~ span::before,
form .theme-alt .checkbox label input:disabled ~ span::before,
form .theme-alt .radio label input:disabled ~ span::before,
form.theme-on-img-dark .checkbox label input:disabled ~ span::before,
form.theme-on-img-dark .radio label input:disabled ~ span::before,
form .theme-on-img-dark .checkbox label input:disabled ~ span::before,
form .theme-on-img-dark .radio label input:disabled ~ span::before
{
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
}

form.theme-alt .checkbox label input:checked ~ span::before,
form .theme-alt .checkbox label input:checked ~ span::before,
form.theme-on-img-dark .checkbox label input:checked ~ span::before,
form .theme-on-img-dark .checkbox label input:checked ~ span::before
{
    background-color: #0078D7;
    border-color: #0078D7;
    color: #FFFFFF;
}

form.theme-alt .checkbox label input:indeterminate ~ span::before,
form .theme-alt .checkbox label input:indeterminate ~ span::before,
form.theme-on-img-dark .checkbox label input:indeterminate ~ span::before,
form .theme-on-img-dark .checkbox label input:indeterminate ~ span::before
{
    border-color: #0078D7;
    color: rgba(255, 255, 255, 0.8);
}

form.theme-alt .checkbox:hover span::before,
form.theme-alt .checkbox:hover input:checked ~ span::before,
form .theme-alt .checkbox:hover span::before,
form .theme-alt .checkbox:hover input:checked ~ span::before,
form.theme-on-img-dark .checkbox:hover span::before,
form.theme-on-img-dark .checkbox:hover input:checked ~ span::before,
form .theme-on-img-dark .checkbox:hover span::before,
form .theme-on-img-dark .checkbox:hover input:checked ~ span::before
{
    border-color: #FFFFFF;
}

form.theme-alt .checkbox:hover input:indeterminate ~ span::before,
form .theme-alt .checkbox:hover input:indeterminate ~ span::before,
form.theme-on-img-dark .checkbox:hover input:indeterminate ~ span::before,
form .theme-on-img-dark .checkbox:hover input:indeterminate ~ span::before
{
    color: #FFFFFF;
}

form.theme-alt .radio label input:checked ~ span::before,
form .theme-alt .radio label input:checked ~ span::before,
form.theme-on-img-dark .radio label input:checked ~ span::before,
form .theme-on-img-dark .radio label input:checked ~ span::before
{
    border-color: #0078D7;
    color: #FFFFFF;
}

form.theme-alt .radio:hover span::before,
form.theme-alt .radio:hover input:checked ~ span::before,
form .theme-alt .radio:hover span::before,
form .theme-alt .radio:hover input:checked ~ span::before,
form.theme-on-img-dark .radio:hover span::before,
form.theme-on-img-dark .radio:hover input:checked ~ span::before,
form .theme-on-img-dark .radio:hover span::before,
form .theme-on-img-dark .radio:hover input:checked ~ span::before
{
    border-color: #0078D7;
    color: rgba(255, 255, 255, 0.8);
}

form.theme-alt .radio:hover input:disabled ~ span::before,
form .theme-alt .radio:hover input:disabled ~ span::before,
form.theme-on-img-dark .radio:hover input:disabled ~ span::before,
form .theme-on-img-dark .radio:hover input:disabled ~ span::before
{
    border-color: rgba(255, 255, 255, 0.2);
}

form.theme-alt .combobox:after,
form .theme-alt .combobox:after,
form.theme-on-img-dark .combobox:after,
form .theme-on-img-dark .combobox:after
{
    color: rgba(255, 255, 255, 0.6);
}

form.theme-alt select,
form .theme-alt select,
form.theme-on-img-dark select,
form .theme-on-img-dark select
{
    color: #FFFFFF;
}

form.theme-alt select.form-control,
form .theme-alt select.form-control,
form.theme-on-img-dark select.form-control,
form .theme-on-img-dark select.form-control
{
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.8);
}

form.theme-alt select.form-control:hover,
form .theme-alt select.form-control:hover,
form.theme-on-img-dark select.form-control:hover,
form .theme-on-img-dark select.form-control:hover
{
    border-color: rgba(255, 255, 255, 0.8);
    background-color: #191919;
}

form.theme-alt select.form-control:active,
form .theme-alt select.form-control:active,
form.theme-on-img-dark select.form-control:active,
form .theme-on-img-dark select.form-control:active
{
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
}

form.theme-alt select.form-control:after,
form .theme-alt select.form-control:after,
form.theme-on-img-dark select.form-control:after,
form .theme-on-img-dark select.form-control:after
{
    color: rgba(255, 255, 255, 0.6);
}

form.theme-alt select.form-control:focus,
form .theme-alt select.form-control:focus,
form.theme-on-img-dark select.form-control:focus,
form .theme-on-img-dark select.form-control:focus
{
    color: #FFFFFF;
    background-color: #0078D7;
}

form.theme-alt select.form-control:focus option,
form .theme-alt select.form-control:focus option,
form.theme-on-img-dark select.form-control:focus option,
form .theme-on-img-dark select.form-control:focus option
{
    background-color: #191919;
    color: #FFFFFF;
}

form.theme-alt select.form-control option:checked,
form .theme-alt select.form-control option:checked,
form.theme-on-img-dark select.form-control option:checked,
form .theme-on-img-dark select.form-control option:checked
{
    color: #FFFFFF;
    background-color: #0078D7;
}

form.theme-alt select.form-control[multiple] option:checked,
form .theme-alt select.form-control[multiple] option:checked,
form.theme-on-img-dark select.form-control[multiple] option:checked,
form .theme-on-img-dark select.form-control[multiple] option:checked
{
    color: #FFFFFF;
    background-color: #0078D7;
}

form.theme-on-color,
form.theme-on-color p,
form.theme-on-color label,
form .theme-on-color,
form .theme-on-color p,
form .theme-on-color label
{
    color: #FFFFFF;
}

form.theme-on-color label.disabled,
form.theme-on-color .form-group-label.disabled,
form .theme-on-color label.disabled,
form .theme-on-color .form-group-label.disabled
{
    color: rgba(255, 255, 255, 0.2);
}

form.theme-on-color input.form-control,
form.theme-on-color textarea.form-control,
form .theme-on-color input.form-control,
form .theme-on-color textarea.form-control
{
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.6);
}

form.theme-on-color input.form-control:-ms-input-placeholder,
form.theme-on-color textarea.form-control:-ms-input-placeholder,
form .theme-on-color input.form-control:-ms-input-placeholder,
form .theme-on-color textarea.form-control:-ms-input-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

form.theme-on-color input.form-control::-webkit-input-placeholder,
form.theme-on-color textarea.form-control::-webkit-input-placeholder,
form .theme-on-color input.form-control::-webkit-input-placeholder,
form .theme-on-color textarea.form-control::-webkit-input-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

form.theme-on-color input.form-control:-moz-placeholder,
form.theme-on-color textarea.form-control:-moz-placeholder,
form .theme-on-color input.form-control:-moz-placeholder,
form .theme-on-color textarea.form-control:-moz-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

form.theme-on-color input.form-control::-moz-placeholder,
form.theme-on-color textarea.form-control::-moz-placeholder,
form .theme-on-color input.form-control::-moz-placeholder,
form .theme-on-color textarea.form-control::-moz-placeholder
{
    color: rgba(0, 0, 0, 0.6);
}

form.theme-on-color input.form-control:hover,
form.theme-on-color textarea.form-control:hover,
form .theme-on-color input.form-control:hover,
form .theme-on-color textarea.form-control:hover
{
    background-color: rgba(255, 255, 255, 0.8);
}

form.theme-on-color input.form-control:focus,
form.theme-on-color textarea.form-control:focus,
form .theme-on-color input.form-control:focus,
form .theme-on-color textarea.form-control:focus
{
    color: #000000;
    background-color: #FFFFFF;
    border-color: rgba(0, 120, 215, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.theme-on-color input.form-control:disabled,
form.theme-on-color input.form-control[disabled],
form.theme-on-color textarea.form-control:disabled,
form.theme-on-color textarea.form-control[disabled],
form .theme-on-color input.form-control:disabled,
form .theme-on-color input.form-control[disabled],
form .theme-on-color textarea.form-control:disabled,
form .theme-on-color textarea.form-control[disabled]
{
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

form.theme-on-color .form-group label.disabled,
form.theme-on-color .form-group .form-group-label.disabled,
form .theme-on-color .form-group label.disabled,
form .theme-on-color .form-group .form-group-label.disabled
{
    color: rgba(255, 255, 255, 0.2);
}

form.theme-on-color .checkbox label span::before,
form.theme-on-color .radio label span::before,
form .theme-on-color .checkbox label span::before,
form .theme-on-color .radio label span::before
{
    border-color: #FFFFFF;
}

form.theme-on-color .checkbox label input:disabled ~ span,
form.theme-on-color .radio label input:disabled ~ span,
form .theme-on-color .checkbox label input:disabled ~ span,
form .theme-on-color .radio label input:disabled ~ span
{
    color: rgba(0, 0, 0, 0.2);
}

form.theme-on-color .checkbox label input:disabled ~ span::before,
form.theme-on-color .radio label input:disabled ~ span::before,
form .theme-on-color .checkbox label input:disabled ~ span::before,
form .theme-on-color .radio label input:disabled ~ span::before
{
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
}

form.theme-on-color .checkbox label input:checked ~ span::before,
form .theme-on-color .checkbox label input:checked ~ span::before
{
    background-color: #FFFFFF;
    border-color: rgba(0, 120, 215, 0.4);
    color: #0078D7;
}

form.theme-on-color .checkbox label input:indeterminate ~ span::before,
form .theme-on-color .checkbox label input:indeterminate ~ span::before
{
    border-color: #FFFFFF;
    color: #FFFFFF;
}

form.theme-on-color .checkbox:hover span::before,
form.theme-on-color .checkbox:hover input:checked ~ span::before,
form .theme-on-color .checkbox:hover span::before,
form .theme-on-color .checkbox:hover input:checked ~ span::before
{
    border-color: #FFFFFF;
}

form.theme-on-color .checkbox:hover input:indeterminate ~ span::before,
form .theme-on-color .checkbox:hover input:indeterminate ~ span::before
{
    color: #FFFFFF;
}

form.theme-on-color .radio label input:checked ~ span::before,
form .theme-on-color .radio label input:checked ~ span::before
{
    border-color: #FFFFFF;
    color: #FFFFFF;
}

form.theme-on-color .radio:hover span::before,
form.theme-on-color .radio:hover input:checked ~ span::before,
form .theme-on-color .radio:hover span::before,
form .theme-on-color .radio:hover input:checked ~ span::before
{
    border-color: rgba(255, 255, 255, 0.8);
    color: #FFFFFF;
}

form.theme-on-color .radio:hover input:disabled ~ span::before,
form .theme-on-color .radio:hover input:disabled ~ span::before
{
    border-color: rgba(0, 0, 0, 0.2);
}

form.theme-on-color select,
form .theme-on-color select
{
    color: #000000;
}

form.theme-on-color select.form-control,
form .theme-on-color select.form-control
{
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.6);
}

form.theme-on-color select.form-control:hover,
form .theme-on-color select.form-control:hover
{
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
}

form.theme-on-color select.form-control:active,
form .theme-on-color select.form-control:active
{
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

form.theme-on-color select.form-control:after,
form .theme-on-color select.form-control:after
{
    color: rgba(0, 0, 0, 0.6);
}

form.theme-on-color select.form-control:focus,
form .theme-on-color select.form-control:focus
{
    color: #FFFFFF;
    background-color: #000000;
}

form.theme-on-color select.form-control:focus option,
form .theme-on-color select.form-control:focus option
{
    background-color: #F2F2F2;
    color: #000000;
}

form.theme-on-color select.form-control option:checked,
form .theme-on-color select.form-control option:checked
{
    color: #FFFFFF;
    background-color: #000000;
}

form.theme-on-color select.form-control[multiple] option:checked,
form .theme-on-color select.form-control[multiple] option:checked
{
    color: #FFFFFF;
    background-color: #000000;
}

form.theme-on-img-light select,
form .theme-on-img-light select
{
    color: #000000;
}

form.theme-on-img-light select.form-control,
form .theme-on-img-light select.form-control
{
    border-color: rgba(0, 0, 0, 0.6);
    background-color: rgba(255, 255, 255, 0.8);
}

form.theme-on-img-light select.form-control:hover,
form .theme-on-img-light select.form-control:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}

form.theme-on-img-light select.form-control:active,
form .theme-on-img-light select.form-control:active
{
    background-color: rgba(0, 0, 0, 0.2);
}

form.theme-on-img-light select.form-control:after,
form .theme-on-img-light select.form-control:after
{
    color: rgba(0, 0, 0, 0.6);
}

form.theme-on-img-light select.form-control:focus,
form .theme-on-img-light select.form-control:focus
{
    color: #FFFFFF;
    background-color: #0078D7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.theme-on-img-light select.form-control:focus option,
form .theme-on-img-light select.form-control:focus option
{
    background-color: #F2F2F2;
    color: #000000;
}

form.theme-on-img-light select.form-control option:checked,
form .theme-on-img-light select.form-control option:checked
{
    color: #FFFFFF;
    background-color: #0078D7;
}

.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span
{
    min-width: 34px;
    margin: 5px;
    padding: 4px 8px 5px;
    text-align: center;
}

.pagination > li > a:focus,
.pager > li > a:focus,
.pagination > li > span:focus,
.pager > li > span:focus
{
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    outline: none;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td
{
    padding: 10px 12px;
}

.table tr th
{
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

.table thead tr th
{
    font-size: 11px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 13px;
}

.table.table-striped > tbody tr td,
.table.table-striped > tbody tr th
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table.table-striped > tbody > tr:nth-of-type(odd)
{
    background: transparent;
}

.table.theme-alt
{
    background: #262626;
    color: #FFFFFF;
}

.table.theme-alt tr th
{
    color: rgba(255, 255, 255, 0.6);
}

.table.theme-alt thead tr th
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.table.theme-alt.table-striped > tbody tr td,
.table.theme-alt.table-striped > tbody tr th
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-responsive
{
    padding-bottom: 17px;
}

@media (min-width: 768px)
{
    .table-responsive
    {
        padding-bottom: 0;
    }
}

/*--------------------------- MIXINS ----------------------------------------
---------------------------------------------------------------------------*/

/*--------------------------- Start Component Layout ------------------------
---------------------------------------------------------------------------*/

.jumbotron
{
    position: relative;
    /*--------------------------- Start Colors ----------------------------------
	---------------------------------------------------------------------------*/
    /*--------------------------- Jumbotron Primary Colors ----------------------
	---------------------------------------------------------------------------*/
}

.jumbotron .jumbotron-background
{
    position: relative;
}

.jumbotron .jumbotron-background img
{
    vertical-align: bottom;
}

.jumbotron .jumbotron-background:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.jumbotron > .container-wrap
{
    position: relative;
    width: 100%;
    height: 100%;
}

.jumbotron > .container-wrap > .container
{
    height: 100%;
}

.jumbotron > .container-wrap > .container > .row
{
    height: 100%;
}

.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap
{
    height: 100%;
    position: relative;
}

.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content
{
    position: relative;
}

.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content p,
.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content .jumbotron-subheader
{
    bottom: auto;
    margin-bottom: 23px;
}

.jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content.centered
{
    text-align: center;
    left: 0;
    width: 100%;
}

.jumbotron .jumbotron-header,
.jumbotron h1
{
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
}

.jumbotron .jumbotron-subheader,
.jumbotron p
{
    margin-top: 0px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
}

.jumbotron .jumbotron-background,
.jumbotron .container-wrap
{
    top: 0;
    position: relative;
}

.jumbotron .jumbotron-background
{
    position: relative;
    left: 0;
}

.jumbotron .jumbotron-background img
{
    max-width: 100%;
}

.jumbotron.highlight-bar .jumbotron-content
{
    padding: 28px 0px;
}

.jumbotron.highlight-bar .img-container
{
    padding: 28px 0px 0px 0px;
}

.jumbotron.highlight-bar h1
{
    margin-top: 0px;
    margin-bottom: 24px;
}

.jumbotron.highlight-bar p
{
    margin-top: 0;
    margin-bottom: 28px;
}

.jumbotron.highlight-bar img,
.jumbotron.highlight-bar video
{
    max-width: 100%;
}

.jumbotron.highlight-bar a
{
    display: block;
    margin-bottom: 14px;
}

.jumbotron.highlight-bar > .container
{
    height: 100%;
}

.jumbotron.highlight-bar > .container > .row
{
    height: 100%;
}

@media (min-width: 540px)
{
    .jumbotron .jumbotron-header,
    .jumbotron h1
    {
        margin-bottom: 6px;
        font-size: 24px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }

    .jumbotron .jumbotron-subheader,
    .jumbotron p
    {
        margin-top: 0px;
        font-size: 15px;
        font-weight: 400;
        font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    }

    .jumbotron > .container-wrap
    {
        position: absolute;
    }

    .jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content
    {
        position: absolute;
        bottom: 5px;
    }
}

@media (min-width: 768px)
{
    .jumbotron .jumbotron-header,
    .jumbotron h1
    {
        font-size: 34px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }

    .jumbotron .jumbotron-subheader,
    .jumbotron p
    {
        font-size: 20px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }

    .jumbotron.highlight-bar .img-container
    {
        padding: 28px 0px 28px 0px;
    }

    .jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content
    {
        bottom: 15px;
    }
}

@media (min-width: 1084px)
{
    .jumbotron .jumbotron-header,
    .jumbotron h1
    {
        letter-spacing: -0.01em;
        font-size: 46px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }

    .jumbotron .jumbotron-subheader,
    .jumbotron p
    {
        font-size: 24px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }

    .jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content
    {
        bottom: 30px;
    }
}

@media (min-width: 1400px)
{
    .jumbotron .jumbotron-header,
    .jumbotron h1
    {
        letter-spacing: -0.01em;
        font-size: 62px;
        font-weight: 200;
        font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    }

    .jumbotron .jumbotron-subheader,
    .jumbotron p
    {
        font-size: 24px;
        font-weight: 300;
        font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    }

    .jumbotron > .container-wrap > .container > .row > .jumbotron-content-wrap > .jumbotron-content
    {
        bottom: 60px;
    }
}

.jumbotron.highlight-bar
{
    background-color: #E5E5E5;
}

.jumbotron.highlight-bar.theme-on-img-dark
{
    color: #FFFFFF;
    background-color: inherit;
}

.jumbotron.theme-on-img-dark
{
    color: #FFFFFF;
}

.jumbotron.theme-on-img-dark .jumbotron-background:before
{
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    /* Standard syntax */
}

.jumbotron.theme-on-img-dark > .container-wrap > .container > .row > .jumbotron-content-wrap
{
    background-color: #262626;
}

.jumbotron.theme-on-img-light
{
    color: #000000;
}

.jumbotron.theme-on-img-light .jumbotron-background:before
{
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    /* Standard syntax */
}

.jumbotron.theme-on-img-light > .container-wrap > .container > .row > .jumbotron-content-wrap
{
    background-color: #E5E5E5;
}

@media (min-width: 540px)
{
    .jumbotron.theme-on-img-dark > .container-wrap > .container > .row > .jumbotron-content-wrap,
    .jumbotron.theme-on-img-light > .container-wrap > .container > .row > .jumbotron-content-wrap
    {
        background-color: transparent;
    }
}

p
{
    margin: 12px 0 0;
    padding: 0 24px 0 0;
}

@media (min-width: 768px)
{
    p
    {
        margin: 24px 0 0;
        padding: 0 24px 0 0;
    }
}

@media (min-width: 1400px)
{
    p
    {
        margin: 24px 0 0;
        padding: 0 12px 0 0;
    }
}

.button-filter
{
    border-color: rgba(0, 0, 0, 0.6);
    background: none;
}

.button-filter .icon-clear
{
    margin-left: 5px;
}

a.link-on-light
{
    text-decoration: underline;
    color: #000000;
}

a.link-on-dark
{
    text-decoration: underline;
    color: #FFFFFF;
}

.btn[data-toggle="button"].btn-toggle-switch
{
    position: relative;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 20px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
}

.btn[data-toggle="button"].btn-toggle-switch .stateLabel
{
    position: absolute;
    top: 1px;
    left: 54px;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
}

.btn[data-toggle="button"].btn-toggle-switch .stateLabel-on
{
    display: none;
}

.btn[data-toggle="button"].btn-toggle-switch::before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    border-radius: 5px;
}

.btn[data-toggle="button"].btn-toggle-switch.active::before
{
    left: 28px;
}

.btn[data-toggle="button"].btn-toggle-switch.active .stateLabel-on
{
    display: block;
}

.btn[data-toggle="button"].btn-toggle-switch.active .stateLabel-off
{
    display: none;
}

.btn[data-toggle="button"].btn-toggle-switch,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light
{
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.8);
}

.btn[data-toggle="button"].btn-toggle-switch::before,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light::before
{
    background-color: rgba(0, 0, 0, 0.8);
}

.btn[data-toggle="button"].btn-toggle-switch .stateLabel,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light .stateLabel
{
    color: #000000;
}

.btn[data-toggle="button"].btn-toggle-switch.active,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light.active
{
    background-color: #0078D7;
    border-color: transparent;
}

.btn[data-toggle="button"].btn-toggle-switch.active::before,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light.active::before
{
    background-color: #FFFFFF;
}

.btn[data-toggle="button"].btn-toggle-switch:disabled,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light:disabled
{
    border-color: rgba(0, 0, 0, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch:disabled::before,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light:disabled::before
{
    background-color: rgba(0, 0, 0, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch:disabled .stateLabel,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light:disabled .stateLabel
{
    color: rgba(0, 0, 0, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch:disabled.active,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-light:disabled.active
{
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark
{
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt::before,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark::before
{
    background-color: rgba(255, 255, 255, 0.8);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt .stateLabel,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark .stateLabel
{
    color: #FFFFFF;
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt.active,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark.active
{
    background-color: #0078D7;
    border-color: transparent;
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt.active::before,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark.active::before
{
    background-color: #FFFFFF;
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt:disabled,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark:disabled
{
    border-color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt:disabled::before,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark:disabled::before
{
    background-color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt:disabled .stateLabel,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark:disabled .stateLabel
{
    color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-alt:disabled.active,
.btn[data-toggle="button"].btn-toggle-switch.theme-on-img-dark:disabled.active
{
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color
{
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color::before
{
    background-color: rgba(255, 255, 255, 0.8);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color .stateLabel
{
    color: #FFFFFF;
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color.active
{
    background-color: #FFFFFF;
    border-color: transparent;
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color.active::before
{
    background-color: #0078D7;
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color:disabled
{
    border-color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color:disabled::before
{
    background-color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color:disabled .stateLabel
{
    color: rgba(255, 255, 255, 0.2);
}

.btn[data-toggle="button"].btn-toggle-switch.theme-on-color:disabled.active
{
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
}

.rating .rating-label
{
    font-size: 24px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    line-height: 44px;
    margin-bottom: 1px;
    vertical-align: bottom;
}

.rating .rating-label.rating-label-left
{
    display: inline-block;
    margin-right: 16px;
}

.rating .rating-label.rating-label-right
{
    display: inline-block;
}

.rating .rating-stars
{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-left: -10px;
}

.rating .rating-stars ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.rating .rating-stars ul li
{
    display: inline-block;
    padding: 6px 10px 10px;
}

.rating .rating-stars .rating-stars-value
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating .rating-stars .rating-stars-input
{
    position: absolute;
    top: 0;
    left: 0;
}

.rating .rating-stars .rating-stars-input .rating-btn
{
    padding: 6px 10px 10px;
    border: none;
    line-height: 1;
    background: none;
}

.rating .rating-stars .rating-stars-input .rating-btn .icon-ratingstar
{
    visibility: hidden;
}

.rating .rating-stars .rating-stars-input .rating-btn.active .icon-ratingstar
{
    visibility: visible;
}

.rating.rating-small .rating-label
{
    font-size: 13px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    line-height: 16px;
}

.rating.rating-small .rating-label.rating-label-left
{
    margin-right: 5px;
}

.rating.rating-small .rating-label.rating-label-right
{
    margin-left: 3px;
}

.rating.rating-small .rating-stars
{
    font-size: 12px;
    margin-left: -2px;
}

.rating.rating-small .rating-stars ul li
{
    padding: 0px 2px 2px;
}

.rating.rating-small .rating-stars .rating-stars-input .rating-btn
{
    padding: 0px 2px 2px;
}

.rating .rating-stars .icon-ratingstar
{
    color: rgba(0, 0, 0, 0.2);
}

.rating .rating-stars-value .icon-ratingstar
{
    color: #000000;
}

.rating .rating-stars-value.rating-stars-value-user .icon-ratingstar
{
    color: #0078D7;
}

.rating .rating-btn.active .icon-ratingstar
{
    color: rgba(0, 0, 0, 0.8);
}

.rating .rating-label
{
    color: #000000;
}

.rating.color-alt .rating-stars .icon-ratingstar
{
    color: rgba(255, 255, 255, 0.2);
}

.rating.color-alt .rating-stars-value .icon-ratingstar
{
    color: #FFFFFF;
}

.rating.color-alt .rating-stars-value.rating-stars-value-user .icon-ratingstar
{
    color: #0078D7;
}

.rating.color-alt .rating-btn.active .icon-ratingstar
{
    color: rgba(255, 255, 255, 0.8);
}

.rating.color-alt .rating-label
{
    color: #FFFFFF;
}

.media
{
    position: relative;
    margin: 0;
}

.media .media-img
{
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}

.media .media-img.ratio-movie
{
    padding-bottom: 137%;
}

.media .media-img.ratio-2-1
{
    padding-bottom: 50%;
}

.media .media-img.ratio-16-9
{
    padding-bottom: 56.25%;
}

.media .media-img.ratio-1-1
{
    padding-bottom: 100%;
}

.media .media-img a
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.media .media-img a:after
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.media .media-img a:hover:after
{
    background-color: rgba(255, 255, 255, 0.3);
}

.media .media-img a:before
{
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: bottom;
}

.media .media-img.media-img-has-play a i[class*="icon-"]
{
    z-index: 1;
}

.media .media-img.media-img-has-play a:after
{
    background-color: rgba(0, 0, 0, 0.3);
}

.media .media-img.media-img-has-play a:hover:after
{
    background-color: transparent;
}

.media .media-img img
{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.media .media-img img.loading
{
    opacity: 0;
}

.media .media-img img.loaded
{
    opacity: 1;
}

.media .media-img i[class*="icon-"]
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    margin-left: -30px;
    margin-top: -30px;
    color: white;
}

.media .media-img .progress
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.media.row .media-img
{
    margin-bottom: 10px;
}

.media.row .media-img a:before,
.media.row .media-img img
{
    vertical-align: top;
}

.media.row .media-header
{
    margin-top: 0;
}

.media .media-header
{
    font-size: 15px;
    font-weight: 500;
    font-family: "Segoe UI Semibold", "Segoe UI", "Selawik Semibold", "Arial", sans-serif;
    margin: .5em 0 .25em;
    color: inherit;
}

.media .media-header a
{
    color: #000000;
}

.media [class*="media-header-clamp-"]
{
    position: relative;
    overflow: hidden;
}

.media [class*="media-header-clamp-"]:after
{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2em;
    height: 1.3em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
    pointer-events: none;
}

.media .media-header-clamp-1
{
    height: 1.3em;
}

.media .media-header-clamp-2
{
    height: 2.6em;
}

.media .media-subheader
{
    font-size: 11px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    color: #000000;
}

.media .media-subheader a
{
    color: inherit;
}

.media .media-caption
{
    font-size: 15px;
    white-space: normal;
}

.media .media-caption p
{
    margin-bottom: 0;
}

.media .rating
{
    margin-bottom: .25em;
}

.media .media-img-has-label a:before,
.media .media-img-has-label img
{
    vertical-align: top;
}

.media .media-img-has-label i[class*="icon-"]
{
    top: 36%;
}

.media .media-img-label
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 27%;
    padding: 10% .75em 12%;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    pointer-events: none;
}

.media-play-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.media-play-overlay .btn-icon
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background: rgba(0, 0, 0, 0.3);
}

.media-play-overlay .btn-icon:hover
{
    background: transparent;
}

.media-info
{
    font-size: 11px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

.section
{
    margin-bottom: 1.5em;
}

.section-header
{
    position: relative;
    margin-bottom: 1.5em;
}

.section-header .section-title
{
    letter-spacing: -0.01em;
    font-size: 46px;
    font-weight: 200;
    font-family: "Segoe UI Light", "Segoe UI", "Selawik Light", "Arial", sans-serif;
    margin-bottom: 0;
    color: inherit;
}

.section-header .section-title a
{
    color: inherit;
}

.section-header .section-title a:hover,
.section-header .section-title a:focus
{
    text-decoration: none;
    color: #000000;
}

.section-header-aside
{
    position: absolute;
    top: .25em;
    right: 10px;
}

.section-header-more
{
    margin-left: .5em;
}

.section-header-more.btn-link
{
    padding-right: 0;
}

.section-body
{
    margin-bottom: 1.5em;
}

.section-gallery .media
{
    margin-bottom: 20px;
}

.list-items
{
    padding-left: 0;
    list-style: none;
    margin: 1em 0;
}

.list-items .row
{
    padding: 10px;
}

.list-items .row .row
{
    padding: 0;
}

.list-items .list-items-row
{
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.list-items [data-toggle="collapse"]
{
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    cursor: pointer;
}

.list-items [data-toggle="collapse"][aria-expanded="true"],
.list-items [data-toggle="collapse"]:hover
{
    background: rgba(0, 0, 0, 0.05);
}

.list-items .icon-add,
.list-items .icon-remove
{
    font-size: .75em;
    height: 1.25em;
}

.list-items [aria-expanded="false"] .icon-remove
{
    display: none;
}

.list-items [aria-expanded="true"] .icon-add
{
    display: none;
}

.list-items .collapse,
.list-items .collapsing
{
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.list-quick-links
{
    padding-left: 0;
    list-style: none;
    margin-bottom: 2em;
}

.list-quick-links li
{
    font-size: 24px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", "Arial", sans-serif;
    margin-bottom: 4px;
}

.list-quick-links a
{
    display: block;
    padding: .5em .25em;
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
}

@media (min-width: 540px)
{
    .list-quick-links a
    {
        display: inline-block;
        padding: 0;
        margin-bottom: 10px;
        background: none;
    }
}

.back-to-top
{
    visibility: hidden;
    width: 48px;
    height: 48px;
    padding: 10px 12px 12px;
    opacity: 0;
    -webkit-transform: translate(0, 24px);
    -ms-transform: translate(0, 24px);
    -o-transform: translate(0, 24px);
    transform: translate(0, 24px);
    -webkit-transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.back-to-top.affix
{
    visibility: visible;
    opacity: 1;
    z-index: 1030;
    right: 24px;
    bottom: 12px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.back-to-top [class*="icon"]
{
    font-size: 24px;
}

.back-to-top,
.back-to-top:focus
{
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.1);
}

.back-to-top:hover
{
    color: #000000;
    background: rgba(0, 0, 0, 0.3);
}

.back-to-top.theme-alt,
.back-to-top.theme-alt:focus
{
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
}

.back-to-top.theme-alt:hover
{
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.3);
}

.progress-ring
{
    position: relative;
    width: 20px;
    height: 20px;
}

.progress-ring .progress-circle
{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation: progress-ring-animation 5s infinite;
    -o-animation: progress-ring-animation 5s infinite;
    animation: progress-ring-animation 5s infinite;
}

.progress-ring .progress-circle:after
{
    content: "\2022";
    position: absolute;
    font-size: 10px;
    color: #0078D7;
}

.progress-ring .progress-circle:nth-child(2)
{
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.progress-ring .progress-circle:nth-child(3)
{
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.progress-ring .progress-circle:nth-child(4)
{
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.progress-ring .progress-circle:nth-child(5)
{
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.progress-ring.progress-medium
{
    width: 40px;
    height: 40px;
}

.progress-ring.progress-large
{
    width: 60px;
    height: 60px;
}

.progress-ring.progress-medium .progress-circle
{
    width: 40px;
    height: 40px;
}

.progress-ring.progress-medium .progress-circle:after
{
    font-size: 16px;
}

.progress-ring.progress-large .progress-circle
{
    width: 60px;
    height: 60px;
}

.progress-ring.progress-large .progress-circle:after
{
    font-size: 20px;
}

@-webkit-keyframes progress-ring-animation
{
    0%
    {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    7%
    {
        -webkit-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
        -o-transform: rotate(345deg);
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    30%
    {
        -webkit-transform: rotate(455deg);
        -ms-transform: rotate(455deg);
        -o-transform: rotate(455deg);
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    39%
    {
        -webkit-transform: rotate(690deg);
        -ms-transform: rotate(690deg);
        -o-transform: rotate(690deg);
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    70%
    {
        -webkit-transform: rotate(815deg);
        -ms-transform: rotate(815deg);
        -o-transform: rotate(815deg);
        transform: rotate(815deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    75%
    {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    76%
    {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
    }

    100%
    {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
    }
}

@keyframes progress-ring-animation
{
    0%
    {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    7%
    {
        -webkit-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
        -o-transform: rotate(345deg);
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    30%
    {
        -webkit-transform: rotate(455deg);
        -ms-transform: rotate(455deg);
        -o-transform: rotate(455deg);
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    39%
    {
        -webkit-transform: rotate(690deg);
        -ms-transform: rotate(690deg);
        -o-transform: rotate(690deg);
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    70%
    {
        -webkit-transform: rotate(815deg);
        -ms-transform: rotate(815deg);
        -o-transform: rotate(815deg);
        transform: rotate(815deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    75%
    {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    76%
    {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
    }

    100%
    {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0;
    }
}

.progress-bar
{
    position: relative;
    width: 180px;
    height: 4px;
}

.progress-bar .progress-circle
{
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    -webkit-animation: progress-bar-animation 3s infinite;
    -o-animation: progress-bar-animation 3s infinite;
    animation: progress-bar-animation 3s infinite;
}

.progress-bar .progress-circle:after
{
    content: "\2022";
    position: absolute;
    font-size: 10px;
    color: #0078D7;
}

.progress-bar .progress-circle:nth-child(2)
{
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.progress-bar .progress-circle:nth-child(3)
{
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.progress-bar .progress-circle:nth-child(4)
{
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.progress-bar .progress-circle:nth-child(5)
{
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.progress-bar.progress-medium
{
    width: 296px;
}

.progress-bar.progress-large
{
    width: 100%;
}

@-webkit-keyframes progress-bar-animation
{
    0%
    {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    30%
    {
        -webkit-transform: translate(60px, 0px);
        -ms-transform: translate(60px, 0px);
        -o-transform: translate(60px, 0px);
        transform: translate(60px, 0px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
    }

    70%
    {
        -webkit-transform: translate(120px, 0px);
        -ms-transform: translate(120px, 0px);
        -o-transform: translate(120px, 0px);
        transform: translate(120px, 0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    100%
    {
        -webkit-transform: translate(180px, 0px);
        -ms-transform: translate(180px, 0px);
        -o-transform: translate(180px, 0px);
        transform: translate(180px, 0px);
        opacity: 0;
    }
}

@keyframes progress-bar-animation
{
    0%
    {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    30%
    {
        -webkit-transform: translate(60px, 0px);
        -ms-transform: translate(60px, 0px);
        -o-transform: translate(60px, 0px);
        transform: translate(60px, 0px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
    }

    70%
    {
        -webkit-transform: translate(120px, 0px);
        -ms-transform: translate(120px, 0px);
        -o-transform: translate(120px, 0px);
        transform: translate(120px, 0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    100%
    {
        -webkit-transform: translate(180px, 0px);
        -ms-transform: translate(180px, 0px);
        -o-transform: translate(180px, 0px);
        transform: translate(180px, 0px);
        opacity: 0;
    }
}

.panel-clean
{
    border: none;
}

.panel-clean .panel-heading,
.panel-clean .panel-footer
{
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.1);
}

.panel-clean .panel-heading:before,
.panel-clean .panel-heading:after,
.panel-clean .panel-footer:before,
.panel-clean .panel-footer:after
{
    content: " ";
    display: table;
}

.panel-clean .panel-heading:after,
.panel-clean .panel-footer:after
{
    clear: both;
}

.panel-clean .panel-heading p,
.panel-clean .panel-footer p
{
    margin-bottom: 0;
}

.panel-clean .panel-heading + .panel-heading
{
    padding-top: 0;
    padding-bottom: 10px;
}

.panel-clean .panel-body
{
    padding: 25px 0 0;
}

.panel-clean .panel-footer
{
    border: none;
}

.panel-clean .nav-pills > li > a
{
    padding: 0 1em;
    border-left: 1px solid rgba(0, 0, 0, 0.8);
    color: #000000;
    background: none;
}

.panel-clean .nav-pills > li > a:hover
{
    color: #000000;
    background: none;
    text-decoration: underline;
}

.panel-clean .nav-pills > li:first-child > a
{
    padding-left: 0;
    border-left: none;
}

.panel-clean .nav-pills > li.active > a
{
    color: #000000;
    text-decoration: none;
    cursor: default;
}

.panel-line
{
    margin: 0 0 15px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.panel-line .panel-heading,
.panel-line .panel-footer
{
    padding: 20px 0;
    background: none;
}

.panel-line .panel-body
{
    padding: 0;
}

.panel-line .panel-footer .icon-flag,
.panel-line .panel-footer .icon-completed
{
    font-size: 1.2em;
}

.panel-line .list-inline
{
    display: inline;
}

.panel-line .list-inline li
{
    padding: 0 0 0 3em;
}

.panel-line .list-inline li.active a
{
    color: rgba(0, 0, 0, 0.6);
}

.panel-line .list-inline li .icon-completed
{
    color: #000000;
}

.panel-line .rating-inline
{
    margin-right: 1em;
}

.alert-stack
{
    background-color: #FFFFFF;
}

.alert-stack.affix
{
    top: 0;
    width: 100%;
    z-index: 1000;
}

.alert-stack .alert
{
    margin: 0 0 1px 0;
    padding-right: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.alert-stack .alert p
{
    font-size: 13px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
    margin-bottom: 0;
    padding-top: 4px;
}

.pager .pager-prev > a:after,
.pager .pager-prev > span:after
{
    content: attr(aria-label);
}

.pager .pager-next > a:before,
.pager .pager-next > span:before
{
    content: attr(aria-label);
}

.pager li:first-child a
{
    margin-left: -10px;
}

.pagination:before,
.pager:before,
.pagination:after,
.pager:after
{
    content: " ";
    display: table;
}

.pagination:after,
.pager:after
{
    clear: both;
}

.pagination li.pagination-ellipsis > span,
.pager li.pagination-ellipsis > span
{
    background: none;
    margin: 5px 0;
    padding: 4px 0 5px;
    min-width: 18px;
}

.pagination li.pagination-prev i[class*="icon"],
.pager li.pagination-prev i[class*="icon"],
.pager li.pager-prev i[class*="icon"],
.pagination li.pagination-next i[class*="icon"],
.pager li.pagination-next i[class*="icon"],
.pager li.pager-next i[class*="icon"]
{
    margin: 0 2px;
    font-size: .813em;
    vertical-align: -.1em;
}

.pagination li.pagination-prev.disabled,
.pager li.pagination-prev.disabled,
.pager li.disabled.pager-prev,
.pagination li.pagination-next.disabled,
.pager li.pagination-next.disabled,
.pager li.disabled.pager-next
{
    display: none;
}

.pagination li.pagination-prev > a,
.pager li.pagination-prev > a,
.pager li.pager-prev > a,
.pagination li.pagination-prev > span,
.pager li.pagination-prev > span,
.pager li.pager-prev > span
{
    padding: 5px 10px 5px 6px;
    margin-left: -6px;
}

.pagination li.pagination-next > a,
.pager li.pagination-next > a,
.pager li.pager-next > a,
.pagination li.pagination-next > span,
.pager li.pagination-next > span,
.pager li.pager-next > span
{
    padding: 5px 6px 5px 10px;
}

.pagination li.pagination-prev > a,
.pager li.pagination-prev > a,
.pager li.pager-prev > a,
.pagination li.pagination-prev > span,
.pager li.pagination-prev > span,
.pager li.pager-prev > span,
.pagination li.pagination-next > a,
.pager li.pagination-next > a,
.pager li.pager-next > a,
.pagination li.pagination-next > span,
.pager li.pagination-next > span,
.pager li.pager-next > span
{
    background: none;
    border-color: transparent;
}

.pagination li.pagination-prev > a:hover,
.pager li.pagination-prev > a:hover,
.pager li.pager-prev > a:hover,
.pagination li.pagination-prev > span:hover,
.pager li.pagination-prev > span:hover,
.pager li.pager-prev > span:hover,
.pagination li.pagination-next > a:hover,
.pager li.pagination-next > a:hover,
.pager li.pager-next > a:hover,
.pagination li.pagination-next > span:hover,
.pager li.pagination-next > span:hover,
.pager li.pager-next > span:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}

.pagination li.pagination-prev > a:focus,
.pager li.pagination-prev > a:focus,
.pager li.pager-prev > a:focus,
.pagination li.pagination-prev > span:focus,
.pager li.pagination-prev > span:focus,
.pager li.pager-prev > span:focus,
.pagination li.pagination-next > a:focus,
.pager li.pagination-next > a:focus,
.pager li.pager-next > a:focus,
.pagination li.pagination-next > span:focus,
.pager li.pagination-next > span:focus,
.pager li.pager-next > span:focus
{
    background-color: rgba(0, 0, 0, 0.3);
}

.pagination.theme-alt > li > a,
.theme-alt.pager > li > a,
.pagination.theme-alt > li > span,
.theme-alt.pager > li > span
{
    color: #FFFFFF;
}

.pagination.theme-alt > li > a:hover,
.theme-alt.pager > li > a:hover,
.pagination.theme-alt > li > span:hover,
.theme-alt.pager > li > span:hover
{
    background-color: rgba(255, 255, 255, 0.1);
}

.pagination.theme-alt > li > a:focus,
.theme-alt.pager > li > a:focus,
.pagination.theme-alt > li > span:focus,
.theme-alt.pager > li > span:focus
{
    background-color: rgba(255, 255, 255, 0.3);
}

.pagination.theme-alt > .active > a:hover,
.theme-alt.pager > .active > a:hover,
.pagination.theme-alt > .active > a:focus,
.theme-alt.pager > .active > a:focus,
.pagination.theme-alt > .active > span:hover,
.theme-alt.pager > .active > span:hover,
.pagination.theme-alt > .active > span:focus,
.theme-alt.pager > .active > span:focus
{
    color: #FFFFFF;
    background-color: transparent;
}

@media (min-width: 540px)
{
    .pagination-prev > a:after,
    .pager .pager-prev > a:after,
    .pagination-prev > span:after,
    .pager .pager-prev > span:after
    {
        content: attr(aria-label);
    }

    .pagination-next > a:before,
    .pager .pager-next > a:before,
    .pagination-next > span:before,
    .pager .pager-next > span:before
    {
        content: attr(aria-label);
    }
}

main
{
    padding: 0 0 10vh;
}

.page-header
{
    margin: 0 0 1.5em;
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
}

#icons i[class*="icon-"]
{
    font-size: 2em;
}

.color
{
    height: 0;
    padding-bottom: 39px;
}

.line
{
    border-width: 4px;
    border-style: solid;
    padding-bottom: 29px;
}

pre
{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
    border-left: 8px solid #E5E5E5;
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", "Arial", sans-serif;
}

@media (min-width: 768px)
{
    pre
    {
        margin: 24px 0 0;
    }
}

@media (min-width: 1400px)
{
    pre
    {
        margin: 24px 0 0;
    }
}

code .tag
{
    color: #008080;
}

code .tag .title
{
    color: #800000;
}

code .value,
code .string
{
    color: #0451A5;
}

code .attribute
{
    color: red;
}

code .comment
{
    color: #008000;
    font-style: italic;
}

code .number
{
    color: #09885A;
}

.caption-style-example
{
    font-size: 6.67vh;
    background: rgba(0, 0, 0, 0.5) !important;
    color: white;
}

#alt-colors > .col-sm-6
{
    background-color: #000000;
}

.nav a,
.section-title a
{
    text-decoration: none;
}

#tiles > .row > .col-md-3
{
    margin-right: 8px;
}

.example-dark-image-bg
{
    background-image: url('../images/example_dark.jpg');
    background-position: top left;
    background-size: cover;
}

.example-light-image-bg
{
    background-image: url('../images/example_light.jpg');
    background-position: top right;
    background-size: cover;
}

/*# sourceMappingURL=winstrap.css.map */



.glyph
{
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    overflow: hidden;
}

.glyph:before
{
    display: block;
    width: 1em;
    height: 1em;
    font-family: "winjs-symbols";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyph-chevron-up::before
{
    content: "";
}

.glyph-chevron-down::before
{
    content: "";
}

.glyph-checkmark::before
{
    content: "";
}

.glyph-star::before
{
    content: "";
}

.glyph-magnifier::before
{
    content: "";
}

.glyph-semantic-zoom::before
{
    content: "";
}

.glyph-arrow-left::before
{
    content: "";
}

.glyph-arrow-right::before
{
    content: "";
}

.glyph-chevron-left::before
{
    content: "";
}

.glyph-chevron-right::before
{
    content: "";
}

.glyph-chevron-up-2::before
{
    content: "";
}

.glyph-chevron-down-2::before
{
    content: "";
}

.glyph-checkmark-2::before
{
    content: "";
}

.glyph-star-outline::before
{
    content: "";
}

.glyph-chevron-right-2::before
{
    content: "";
}

.glyph-chevron-left-2::before
{
    content: "";
}

.glyph-previous::before
{
    content: "";
}

.glyph-next::before
{
    content: "";
}

.glyph-play::before
{
    content: "";
}

.glyph-pause::before
{
    content: "";
}

.glyph-edit::before
{
    content: "";
}

.glyph-edit-mirrored::before
{
    content: "";
}

.glyph-save::before
{
    content: "";
}

.glyph-clear::before
{
    content: "";
}

.glyph-delete::before
{
    content: "";
}

.glyph-remove::before
{
    content: "";
}

.glyph-add::before
{
    content: "";
}

.glyph-cancel::before
{
    content: "";
}

.glyph-accept::before
{
    content: "";
}

.glyph-more::before
{
    content: "";
}

.glyph-redo::before
{
    content: "";
}

.glyph-undo::before
{
    content: "";
}

.glyph-home::before
{
    content: "";
}

.glyph-up::before
{
    content: "";
}

.glyph-forward::before
{
    content: "";
}

.glyph-back::before
{
    content: "";
}

.glyph-favorite::before
{
    content: "";
}

.glyph-camera::before
{
    content: "";
}

.glyph-settings::before
{
    content: "";
}

.glyph-video::before
{
    content: "";
}

.glyph-sync::before
{
    content: "";
}

.glyph-download::before
{
    content: "";
}

.glyph-mail::before
{
    content: "";
}

.glyph-magnifier-2::before
{
    content: "";
}

.glyph-help::before
{
    content: "";
}

.glyph-help-mirrored::before
{
    content: "";
}

.glyph-upload::before
{
    content: "";
}

.glyph-emoji::before
{
    content: "";
}

.glyph-two-page::before
{
    content: "";
}

.glyph-leave-chat::before
{
    content: "";
}

.glyph-mail-forward::before
{
    content: "";
}

.glyph-clock::before
{
    content: "";
}

.glyph-send::before
{
    content: "";
}

.glyph-crop::before
{
    content: "";
}

.glyph-rotate-camera::before
{
    content: "";
}

.glyph-people::before
{
    content: "";
}

.glyph-close-pane::before
{
    content: "";
}

.glyph-close-pane-mirrored::before
{
    content: "";
}

.glyph-open-pane::before
{
    content: "";
}

.glyph-open-pane-mirrored::before
{
    content: "";
}

.glyph-world::before
{
    content: "";
}

.glyph-flag::before
{
    content: "";
}

.glyph-preview-link::before
{
    content: "";
}

.glyph-globe::before
{
    content: "";
}

.glyph-trim::before
{
    content: "";
}

.glyph-attach-camera::before
{
    content: "";
}

.glyph-zoom-in::before
{
    content: "";
}

.glyph-bookmarks::before
{
    content: "";
}

.glyph-bookmarks-mirrored::before
{
    content: "";
}

.glyph-document::before
{
    content: "";
}

.glyph-protected-document::before
{
    content: "";
}

.glyph-page::before
{
    content: "";
}

.glyph-multi-select::before
{
    content: "";
}

.glyph-multi-select-mirrored::before
{
    content: "";
}

.glyph-comment::before
{
    content: "";
}

.glyph-mail-2::before
{
    content: "";
}

.glyph-contact-info::before
{
    content: "";
}

.glyph-contact-info-mirrored::before
{
    content: "";
}

.glyph-hang-up::before
{
    content: "";
}

.glyph-view-all::before
{
    content: "";
}

.glyph-map-pin::before
{
    content: "";
}

.glyph-phone::before
{
    content: "";
}

.glyph-video-chat::before
{
    content: "";
}

.glyph-switch::before
{
    content: "";
}

.glyph-contact::before
{
    content: "";
}

.glyph-rename::before
{
    content: "";
}

.glyph-pin::before
{
    content: "";
}

.glyph-music-info::before
{
    content: "";
}

.glyph-go::before
{
    content: "";
}

.glyph-go-mirrored::before
{
    content: "";
}

.glyph-keyboard::before
{
    content: "";
}

.glyph-dock-left::before
{
    content: "";
}

.glyph-dock-left-mirrored::before
{
    content: "";
}

.glyph-dock-right::before
{
    content: "";
}

.glyph-dock-right-mirrored::before
{
    content: "";
}

.glyph-dock-bottom::before
{
    content: "";
}

.glyph-remote::before
{
    content: "";
}

.glyph-refresh::before
{
    content: "";
}

.glyph-rotate::before
{
    content: "";
}

.glyph-shuffle::before
{
    content: "";
}

.glyph-list::before
{
    content: "";
}

.glyph-list-mirrored::before
{
    content: "";
}

.glyph-shop::before
{
    content: "";
}

.glyph-select-all::before
{
    content: "";
}

.glyph-orientation::before
{
    content: "";
}

.glyph-import::before
{
    content: "";
}

.glyph-import-mirrored::before
{
    content: "";
}

.glyph-import-all::before
{
    content: "";
}

.glyph-import-all-mirrored::before
{
    content: "";
}

.glyph-browse-photos::before
{
    content: "";
}

.glyph-webcam::before
{
    content: "";
}

.glyph-picture::before
{
    content: "";
}

.glyph-save-local::before
{
    content: "";
}

.glyph-caption::before
{
    content: "";
}

.glyph-stop::before
{
    content: "";
}

.glyph-show-results::before
{
    content: "";
}

.glyph-show-results-mirrored::before
{
    content: "";
}

.glyph-volume::before
{
    content: "";
}

.glyph-repair::before
{
    content: "";
}

.glyph-message::before
{
    content: "";
}

.glyph-page-outline::before
{
    content: "";
}

.glyph-calendar-day::before
{
    content: "";
}

.glyph-calendar-week::before
{
    content: "";
}

.glyph-calendar::before
{
    content: "";
}

.glyph-calendar-mirrored::before
{
    content: "";
}

.glyph-characters::before
{
    content: "";
}

.glyph-mail-reply-all::before
{
    content: "";
}

.glyph-mail-reply-all-mirrored::before
{
    content: "";
}

.glyph-mail-read::before
{
    content: "";
}

.glyph-link::before
{
    content: "";
}

.glyph-accounts::before
{
    content: "";
}

.glyph-show-bcc::before
{
    content: "";
}

.glyph-hide-bcc::before
{
    content: "";
}

.glyph-cut::before
{
    content: "";
}

.glyph-attach::before
{
    content: "";
}

.glyph-paste::before
{
    content: "";
}

.glyph-filter::before
{
    content: "";
}

.glyph-copy::before
{
    content: "";
}

.glyph-emoji-2::before
{
    content: "";
}

.glyph-important::before
{
    content: "";
}

.glyph-mail-reply::before
{
    content: "";
}

.glyph-mail-reply-mirrored::before
{
    content: "";
}

.glyph-slideshow::before
{
    content: "";
}

.glyph-sort::before
{
    content: "";
}

.glyph-manage::before
{
    content: "";
}

.glyph-all-apps::before
{
    content: "";
}

.glyph-all-apps-mirrored::before
{
    content: "";
}

.glyph-disconnect-drive::before
{
    content: "";
}

.glyph-map-drive::before
{
    content: "";
}

.glyph-new-window::before
{
    content: "";
}

.glyph-open-with::before
{
    content: "";
}

.glyph-open-with-mirrored::before
{
    content: "";
}

.glyph-contact-presence::before
{
    content: "";
}

.glyph-priority::before
{
    content: "";
}

.glyph-upload-2::before
{
    content: "";
}

.glyph-go-to-today::before
{
    content: "";
}

.glyph-font::before
{
    content: "";
}

.glyph-font-color::before
{
    content: "";
}

.glyph-contact-2::before
{
    content: "";
}

.glyph-folder-fill::before
{
    content: "";
}

.glyph-audio::before
{
    content: "";
}

.glyph-placeholder::before
{
    content: "";
}

.glyph-view::before
{
    content: "";
}

.glyph-set-lockscreen::before
{
    content: "";
}

.glyph-set-tile::before
{
    content: "";
}

.glyph-cc::before
{
    content: "";
}

.glyph-stop-slideshow::before
{
    content: "";
}

.glyph-permissions::before
{
    content: "";
}

.glyph-highlight::before
{
    content: "";
}

.glyph-disable-updates::before
{
    content: "";
}

.glyph-unfavorite::before
{
    content: "";
}

.glyph-unpin::before
{
    content: "";
}

.glyph-open-local::before
{
    content: "";
}

.glyph-mute::before
{
    content: "";
}

.glyph-italic::before
{
    content: "";
}

.glyph-underline::before
{
    content: "";
}

.glyph-bold::before
{
    content: "";
}

.glyph-move-to-folder::before
{
    content: "";
}

.glyph-like-dislike::before
{
    content: "";
}

.glyph-dislike::before
{
    content: "";
}

.glyph-like::before
{
    content: "";
}

.glyph-align-right::before
{
    content: "";
}

.glyph-align-center::before
{
    content: "";
}

.glyph-align-left::before
{
    content: "";
}

.glyph-magnifier-3::before
{
    content: "";
}

.glyph-zoom-out::before
{
    content: "";
}

.glyph-open-file::before
{
    content: "";
}

.glyph-other-user::before
{
    content: "";
}

.glyph-admin::before
{
    content: "";
}

.glyph-street::before
{
    content: "";
}

.glyph-map::before
{
    content: "";
}

.glyph-clear-selection::before
{
    content: "";
}

.glyph-clear-selection-mirrored::before
{
    content: "";
}

.glyph-font-decrease::before
{
    content: "";
}

.glyph-font-increase::before
{
    content: "";
}

.glyph-font-size::before
{
    content: "";
}

.glyph-cellphone::before
{
    content: "";
}

.glyph-reshare::before
{
    content: "";
}

.glyph-tag::before
{
    content: "";
}

.glyph-repeat-once::before
{
    content: "";
}

.glyph-repeat-all::before
{
    content: "";
}

.glyph-star-outline-2::before
{
    content: "";
}

.glyph-star-2::before
{
    content: "";
}

.glyph-calculator::before
{
    content: "";
}

.glyph-directions::before
{
    content: "";
}

.glyph-location::before
{
    content: "";
}

.glyph-library::before
{
    content: "";
}

.glyph-phonebook::before
{
    content: "";
}

.glyph-memo::before
{
    content: "";
}

.glyph-microphone::before
{
    content: "";
}

.glyph-post-update::before
{
    content: "";
}

.glyph-back-to-window::before
{
    content: "";
}

.glyph-fullscreen::before
{
    content: "";
}

.glyph-new-folder::before
{
    content: "";
}

.glyph-calendar-reply::before
{
    content: "";
}

.glyph-unsync-folder::before
{
    content: "";
}

.glyph-report-hacked::before
{
    content: "";
}

.glyph-sync-folder::before
{
    content: "";
}

.glyph-block-contact::before
{
    content: "";
}

.glyph-switch-apps::before
{
    content: "";
}

.glyph-add-friend::before
{
    content: "";
}

.glyph-touch-pointer::before
{
    content: "";
}

.glyph-go-to-start::before
{
    content: "";
}

.glyph-zero-bar::before
{
    content: "";
}

.glyph-one-bar::before
{
    content: "";
}

.glyph-two-bars::before
{
    content: "";
}

.glyph-three-bars::before
{
    content: "";
}

.glyph-four-bars::before
{
    content: "";
}

.glyph-scan::before
{
    content: "";
}

.glyph-preview::before
{
    content: "";
}

.glyph-hamburger::before
{
    content: "";
}

.glyph-checkbox-composite::before
{
    content: "";
}

.glyph-checkbox-indeterminate::before
{
    content: "";
}

.glyph-erase-tool::before
{
    content: "";
}

.glyph-warning::before
{
    content: "";
}

.glyph-shopping-cart::before
{
    content: "";
}

.glyph-flag-2::before
{
    content: "";
}

.glyph-folder-open::before
{
    content: "";
}

.glyph-folder::before
{
    content: "";
}

.glyph-completed::before
{
    content: "";
}

.glyph-music-album::before
{
    content: "";
}

.glyph-info::before
{
    content: "";
}

.glyph-devices::before
{
    content: "";
}

.glyph-expand::before
{
    content: "";
}

.glyph-collapse::before
{
    content: "";
}

.glyph-radio-btn-off::before
{
    content: "";
}

.glyph-radio-btn-on::before
{
    content: "";
}

.glyph-radio-bullet::before
{
    content: "";
}

.glyph-media-browse::before
{
    content: "";
}

.glyph-miracast-small::before
{
    content: "";
}

.glyph-miracast-large::before
{
    content: "";
}

.glyph-playback-rate-1x::before
{
    content: "";
}

.glyph-playback-rate-other::before
{
    content: "";
}

.glyph-subscription-add::before
{
    content: "";
}

.glyph-subscription-add-mirrored::before
{
    content: "";
}

.glyph-subscriptions::before
{
    content: "";
}

.glyph-subscriptions-mirrored::before
{
    content: "";
}

.glyph-folder-horizontal-open::before
{
    content: "";
}

.glyph-folder-horizontal::before
{
    content: "";
}



.side-navigation li
{
    margin: 0px;
}

.side-navigation.side-navigation-large
{
    display: none;
    cursor: text;
}

@media (min-width: 768px)
{
    .side-navigation.side-navigation-large
    {
        display: block;
        max-width: 225px;
    }
}

@media (min-width: 768px)
{
    .side-navigation.side-navigation-large.side-navigation-affix.affix
    {
        top: 0px;
    }

    .side-navigation.side-navigation-large.side-navigation-affix.affix-bottom
    {
        position: absolute;
    }
}

.side-navigation.side-navigation-large ul
{
    padding: 0px;
}

.side-navigation.side-navigation-large ul li
{
    padding: 12px 0px;
    word-wrap: break-word;
    word-break: normal;
    list-style-type: none;
}

.side-navigation.side-navigation-large .close
{
    position: absolute;
    top: 23px;
    right: 9px;
    font-size: 18px;
    padding: 9px;
}

@media (min-width: 768px)
{
    .side-navigation.side-navigation-large .close
    {
        display: none;
    }
}

.side-navigation.side-navigation-small
{
    word-wrap: break-word;
    word-break: normal;
    display: none;
    margin-top: 64px;
    max-width: calc(100% - 32px);
}

.side-navigation.side-navigation-small.affix
{
    margin-top: 0px;
    top: 12px;
    position: fixed;
}

.side-navigation.side-navigation-small.affix-bottom
{
    position: absolute;
}

@media (min-width: 768px)
{
    .side-navigation.side-navigation-small
    {
        display: block;
        max-width: initial;
    }
}

.side-navigation.side-navigation-small.nav > li a
{
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.side-navigation.side-navigation-small.nav .side-nav-c2
{
    position: relative;
    font-size: 15px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", Tahoma, Verdana, Arial, sans-serif;
    letter-spacing: normal;
}

.side-navigation.side-navigation-small.nav .side-nav-c2 a
{
    padding-left: 0px;
}

.side-navigation.side-navigation-small.nav .side-nav-c2.with-icon a
{
    padding-left: 12px;
}

.side-navigation.side-navigation-small.nav .side-nav-c2.with-icon:before
{
    position: absolute;
    top: 7px;
    font-size: 10px;
}

.side-navigation.side-navigation-small.nav .side-nav-c2.with-icon:before
{
    font-family: "winjs-symbols";
    content: "";
}

.side-navigation.side-navigation-small.nav .side-nav-c2.with-icon.active.with-icon:before
{
    content: "";
}

.side-navigation.side-navigation-small.nav .side-nav-c2:not(:first-of-type)
{
    margin-top: 12px;
}

.side-navigation.side-navigation-small.nav .nav
{
    margin: 0px;
    padding-left: 24px;
}

.side-navigation.side-navigation-small.nav .nav li a
{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Segoe UI", "Selawik", Tahoma, Verdana, Arial, sans-serif;
    letter-spacing: normal;
}

.side-navigation.side-navigation-small.nav .panel
{
    margin: initial;
    background: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: none;
}

.side-navigation.side-navigation-small .close
{
    position: absolute;
    top: -8px;
    right: 10px;
    font-size: 15px;
    padding: 8px;
}

@media (min-width: 768px)
{
    .side-navigation.side-navigation-small .close
    {
        display: none;
    }
}

.side-navigation .navigation-label
{
    margin-top: 24px;
    font-size: 24px;
    font-weight: 300;
    font-family: "Segoe UI Semilight", "Segoe UI", "Selawik Semilight", Tahoma, Verdana, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 400;
}

@media (min-width: 768px)
{
    .side-navigation .navigation-label
    {
        margin-top: 48px;
        pointer-events: none;
    }
}

.side-navigation.navigation-modal, .side-navigation.theme-default.navigation-modal
{
    background-color: #FFFFFF;
}

.side-navigation a, .side-navigation.theme-default a
{
    color: rgba(0, 0, 0, 0.6);
}

.side-navigation a:hover, .side-navigation.theme-default a:hover
{
    text-decoration: underline;
}

.side-navigation .active, .side-navigation.theme-default .active
{
    color: #000000;
    font-weight: 400;
}

.side-navigation .side-nav-c2 a, .side-navigation.theme-default .side-nav-c2 a
{
    color: rgba(0, 0, 0, 0.6);
}

.side-navigation .side-nav-c2 a:hover, .side-navigation.theme-default .side-nav-c2 a:hover
{
    text-decoration: underline;
    background-color: transparent;
}

.side-navigation .side-nav-c2.active > a,
.side-navigation .side-nav-c2 .active, .side-navigation.theme-default .side-nav-c2.active > a,
.side-navigation.theme-default .side-nav-c2 .active
{
    color: #000000;
    background-color: transparent;
}

.side-navigation.theme-alt.navigation-modal
{
    background-color: #000000;
}

.side-navigation.theme-alt .navigation-label
{
    color: #FFFFFF;
}

.side-navigation.theme-alt .navigation-label:after
{
    color: rgba(255, 255, 255, 0.6);
}

.side-navigation.theme-alt a
{
    color: rgba(255, 255, 255, 0.6);
}

.side-navigation.theme-alt .active
{
    color: #FFFFFF;
}

.side-navigation.theme-alt .side-nav-c2 a
{
    color: rgba(255, 255, 255, 0.6);
}

.side-navigation.theme-alt .side-nav-c2.active > a,
.side-navigation.theme-alt .side-nav-c2 .active
{
    color: #FFFFFF;
}