@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Lato:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a,
a:active,
a:focus {
    outline: none
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.pointer {
    cursor: pointer
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px
}

@media screen and (max-height: 414px) {
    .clear-center {
        position: relative;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        margin-bottom: 4.2554% !important
    }
}

.clearfix,
.header,
.center,
.container,
.group,
.grid {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.header:before,
.header:after,
.center:before,
.center:after,
.container:before,
.container:after,
.group:before,
.group:after,
.grid:before,
.grid:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after,
.header:after,
.center:after,
.container:after,
.group:after,
.grid:after {
    clear: both
}

.shadow-1 {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.shadow-2 {
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.shadow-3 {
    display: block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.shadow-4 {
    display: block;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}

.shadow-5 {
    display: block;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.shadow-hover {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.shadow-hover:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer
}

.row-count td:first-child::before {
    content: counter(rowNumber, decimal);
    min-width: 1em;
    margin-right: 0.5em;
    font-weight: bold
}

* {
    box-sizing: border-box !important
}

.container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 2.1277%
}

.group {
    flex-direction: column
}

body {
    display: flex;
    height: 100%;
    flex-direction: column;
    margin: 0
}

.main {
    min-height: 73vh;
    flex-direction: column
}

footer {
    text-align: center;
    color: #535353;
    background-image: url(../images/bg.jpg);
    padding: 30px 0 30px 0;
    line-height: 18px;
    font-size: 12px;
    z-index: 2;
    position: relative;
    flex: none;
    border-top: 5px solid #d42b1e
}

footer a {
    color: #535353
}

footer a:hover {
    color: #d42b1e
}

@media screen and (min-width: 599px) {
    .group,
    .row {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -2.1277% !important
    }
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        flex: 0 0 auto
    }
    .span1 {
        flex-basis: 6.20563%;
        margin-left: 2.1277%;
        max-width: 6.20563%
    }
    .offset1 {
        margin-left: 10.46103% !important
    }
    .span2 {
        flex-basis: 14.53897%;
        margin-left: 2.1277%;
        max-width: 14.53897%
    }
    .offset2 {
        margin-left: 18.79437% !important
    }
    .span3 {
        flex-basis: 22.8723%;
        margin-left: 2.1277%;
        max-width: 22.8723%
    }
    .offset3 {
        margin-left: 27.1277% !important
    }
    .span4 {
        flex-basis: 31.20563%;
        margin-left: 2.1277%;
        max-width: 31.20563%
    }
    .offset4 {
        margin-left: 35.46103% !important
    }
    .span5 {
        flex-basis: 39.53897%;
        margin-left: 2.1277%;
        max-width: 39.53897%
    }
    .offset5 {
        margin-left: 43.79437% !important
    }
    .span6 {
        flex-basis: 47.8723%;
        margin-left: 2.1277%;
        max-width: 47.8723%
    }
    .offset6 {
        margin-left: 52.1277% !important
    }
    .span7 {
        flex-basis: 56.20563%;
        margin-left: 2.1277%;
        max-width: 56.20563%
    }
    .offset7 {
        margin-left: 60.46103% !important
    }
    .span8 {
        flex-basis: 64.53897%;
        margin-left: 2.1277%;
        max-width: 64.53897%
    }
    .offset8 {
        margin-left: 68.79437% !important
    }
    .span9 {
        flex-basis: 72.8723%;
        margin-left: 2.1277%;
        max-width: 72.8723%
    }
    .offset9 {
        margin-left: 77.1277% !important
    }
    .span10 {
        flex-basis: 81.20563%;
        margin-left: 2.1277%;
        max-width: 81.20563%
    }
    .offset10 {
        margin-left: 85.46103% !important
    }
    .span11 {
        flex-basis: 89.53897%;
        margin-left: 2.1277%;
        max-width: 89.53897%
    }
    .offset11 {
        margin-left: 93.79437% !important
    }
    .span12 {
        flex-basis: 97.8723%;
        margin-left: 2.1277%;
        max-width: 97.8723%
    }
    .offset12 {
        margin-left: 102.1277% !important
    }
}

html {
    min-height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important
}

body {
    background: #ffffff;
    background-color: #fcfafa;
    height: 100%;
    overflow-x: hidden
}

@media screen and (max-width: 599px) {
    body {
        overflow-x: hidden
    }
}

header {
    zoom: 1;
    background-image: url(../images/bg.jpg);
    border-bottom: 5px solid #d42b1e;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    margin-bottom: 50px
}

header:before,
header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

header:after {
    clear: both
}

header img {
    max-width: 150px;
    margin: 25px 20px 0 0;
    width: 200px;
    height: auto;
}

#right-divider {
    border-right: 1px solid #d42b1e;
    margin: 0 0 20px
}

@media screen and (max-width: 768px) {
    #right-divider {
        border-right: 1px solid #d42b1e
    }
}

@media screen and (max-width: 320px) {
    #right-divider {
        border-bottom: 2px solid #d42b1e;
        border-right: none;
        padding-bottom: 10px !important
    }
}

@media screen and (max-width: 599px) {
    #right-divider {
        border-bottom: 2px solid #d42b1e;
        border-right: none;
        padding-bottom: 10px !important
    }
    #right-divider h3 {
        margin: 20px 0 0 0
    }
}

@media screen and (max-width: 599px) and (max-width: 599px) {
    #right-divider h3 {
        margin: 20px 0 0 0
    }
}

#left-divider h3 {
    margin-bottom: 20px
}

@media screen and (max-width: 599px) {
    #left-divider {
        margin: 20px 0
    }
}

.valign,
.valign-mid {
    vertical-align: middle
}

.relative {
    position: relative
}

.right {
    float: right
}

.left {
    float: left
}

.nopad {
    margin: 0 !important
}

body {
    font-family: 'din-regular', Arial, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #161515
}

blockquote {
    border-left: 2px solid #d42b1e;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 1em;
    padding-left: 25px
}

p {
    line-height: 18px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "din-regular", Arial, Sans-Serif;
    font-style: normal
}

h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 35px;
    color: #d42b1e
}

h2 {
    font-size: 28px;
    font-weight: 200;
    margin: 0 0 4px 0;
    line-height: normal;
    color: #d42b1e
}

h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 25px 0;
    color: #d42b1e
}

h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0
}

h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 25px
}

p {
    margin: 0
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em
}

sub {
    top: 0.4em
}

pre {
    background: #222;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 1em;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word
}

code {
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 20px;
    padding: 2px 10px;
    word-break: break-all;
    word-wrap: break-word
}

a {
    color: #d42b1e;
    text-decoration: underline
}

a:hover,
a:focus {
    color: #000000
}

ul {
    zoom: 1;
    margin: 0 0 0 18px;
    padding: 0
}

ul:before,
ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

ul:after {
    clear: both
}

li {
    padding: 3px 0 3px 0
}

.list-unstyled {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

@media screen and (max-width: 599px) {
    body {
        font-size: 14px
    }
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd
}

.orange {
    color: #fd8204
}

.text-tiny {
    font-size: 0.8em
}

.hr-alt {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 4.24% 0
}

.subtle {
    color: #aaa
}

.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.red {
    color: red
}

.green {
    color: #25A634
}

.white {
    color: #fff
}

.schema-menu-icon,
.account-menu-icon {
    padding: 15px 4px 18px 35px !important;
    height: 60px !important
}

.global-menu,
.account-menu,
.applications-menu {
    @inlclude clearfix;
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-align: right;
    float: right
}

.account-menu ul {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none
}

.account-menu ul li {
    display: inline-block;
    margin-right: 0;
    position: relative;
    padding: 15px 20px 15px 5px;
    cursor: pointer;
    min-height: 50px- !important;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (max-width: 320px) {
    .account-menu ul li {
        margin: 0;
        padding: 0
    }
}

.account-menu ul li:hover {
    background: #77777a;
    color: #fff
}

.account-menu ul li ul {
    padding: 0;
    position: absolute;
    top: 60px;
    left: -115px;
    width: 178px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.account-menu ul li ul li {
    background: #555;
    display: block;
    color: #fff;
    padding: 17px 20px 15px 15px
}

.account-menu ul li ul li:hover {
    background: #82786e
}

.account-menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible
}

.account-menu a {
    color: #fff;
    text-decoration: none
}

.account-menu i {
    margin: 8px 18px 0 -12px
}

.account-menu i i:hover {
    color: #fff
}

.applications-menu-icon {
    padding: 18px 21px !important;
    height: 60px
}

@media screen and (max-width: 599px) {
    .applications-menu {
        height: 60px
    }
}

.applications-menu ul {
    text-align: right;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px 0 0;
    list-style: none
}

.applications-menu ul li {
    display: inline-block;
    margin-right: -5px;
    position: relative;
    padding: 20px 29px 20px 22px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.applications-menu ul li:hover {
    background: #77777a;
    color: #fff
}

.applications-menu ul li i:hover {
    background: #77777a;
    color: #fff
}

.applications-menu ul li ul {
    padding: 0;
    position: absolute;
    top: 60px;
    left: -155px;
    width: 210px;
    background: #77777a;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.applications-menu ul li ul li {
    background: #77777a;
    display: block;
    color: #fff;
    float: left;
    margin: 5px
}

.applications-menu ul li ul li:hover {
    background: #82786e
}

.applications-menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible
}

.applications-menu a {
    color: #fff;
    text-decoration: none
}

.applications-menu i {
    text-align: center
}

nav {
    background: #272525;
    width: 100%;
    min-width: 320px;
    z-index: 1
}

@media screen and (max-width: 599px) {
    nav {
        padding: 0 0 0 7px;
        height: 45px
    }
}

nav ul {
    margin: 0 auto;
    padding: 0;
    position: relative
}

nav ul li {
    display: inline-block;
    margin-right: 0;
    position: relative;
    cursor: pointer;
    height: 50px;
    width: 50px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

nav ul li:hover {
    background: #82786e
}

@media screen and (max-width: 599px) {
    nav ul li {
        width: 40px;
        height: 45px
    }
}

@media screen and (max-width: 320px) {
    nav ul li {
        width: 40px;
        height: 45px
    }
}

@media screen and (max-width: 599px) {
    nav {
        float: left
    }
}

nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px
}

@media screen and (max-width: 599px) {
    nav a {
        width: 40px
    }
}

nav a:active {
    outline: none
}

nav a:focus {
    -moz-outline-style: none
}

nav i {
    padding: 18px 15px
}

nav i i:hover {
    color: #fff
}

@media screen and (max-width: 599px) {
    nav i {
        padding: 16px 15px;
        margin-left: -3px
    }
}

nav.sub-nav {
    margin-top: 48px;
    background: #82786e;
    width: 100%;
    min-width: 320px;
    position: absolute
}

nav.sub-nav ul {
    padding: 0;
    position: relative;
    list-style-type: none
}

nav.sub-nav ul li {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    margin-right: 0;
    -moz-margin: -9px 0pt 10px;
    position: relative
}

nav.sub-nav ul li:hover {
    background: #d42b1e
}

nav.sub-nav a {
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    display: block;
    height: 45px
}

nav.sub-nav a:active {
    outline: none
}

nav.sub-nav a:focus {
    -moz-outline-style: none
}

@media screen and (max-width: 599px) {
    nav.sub-nav i {
        margin: 16px 0 5px 12px;
        padding: 0
    }
}

@media screen and (max-width: 320px) {
    nav.sub-nav i {
        margin: 16px 0 5px 12px;
        padding: 0
    }
}

.btn,
.btn-sm,
.btn-white,
.btn-red,
.btn-blue,
.btn-link,
.btn-primary,
.btn-green {
    border-radius: 3px;
    border: 1px solid #d42b1e;
    color: #fff;
    display: inline-block;
    height: 44px;
    outline: none;
    padding: 0 40px;
    margin-bottom: 40px;
    background-color: #d42b1e;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold
}

.btn:hover,
.btn-sm:hover,
.btn-white:hover,
.btn-red:hover,
.btn-blue:hover,
.btn-link:hover,
.btn-primary:hover,
.btn-green:hover,
.btn:focus,
.btn-sm:focus,
.btn-white:focus,
.btn-red:focus,
.btn-blue:focus,
.btn-link:focus,
.btn-primary:focus,
.btn-green:focus {
    background: #a72218;
    border-color: #a72218;
    color: #fff;
    text-decoration: none
}

.btn:active,
.btn-sm:active,
.btn-white:active,
.btn-red:active,
.btn-blue:active,
.btn-link:active,
.btn-primary:active,
.btn-green:active {
    background: #a72218;
    border-color: #a72218
}

@media screen and (max-width: 599px) {
    .btn,
    .btn-sm,
    .btn-white,
    .btn-red,
    .btn-blue,
    .btn-link,
    .btn-primary,
    .btn-green {
        display: block;
        margin-bottom: 10px
    }
}

.btn-sm,
.btn-white,
.btn-red,
.btn-blue {
    font-size: .85em;
    height: 30.8px;
    padding: 0 10px
}

.wide {
    width: 100%
}

.btn-link {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #d42b1e;
    text-shadow: none;
    text-transform: none
}

.btn-link:hover,
.btn-link:focus {
    background: transparent;
    color: #d42b1e;
    text-decoration: underline
}

.btn-disabled {
    background-color: #ccc;
    border-color: #333
}

.btn-disabled:hover {
    background-color: #ccc;
    border-color: #333
}

.btn-primary {
    background-color: #d42b1e;
    border-color: #d42b1e;
    color: #fff
}

@media screen and (max-width: 599px) {
    .btn-primary {
        width: 100%
    }
}

.btn-primary:hover,
.btn-primary:focus {
    background: #be261b;
    border-color: #be261b;
    color: #fff
}

.btn-primary:active {
    background: #a72218;
    border-color: #a72218;
    color: #fff
}

.btn-white {
    background-color: #fff
}

.btn-red {
    background-color: red;
    border-color: #FF7A7A;
    color: #fff
}

.btn-red:hover {
    background-color: #FF7A7A;
    border-color: red;
    color: #fff
}

.btn-red:active {
    background-color: #fff;
    border-color: red;
    color: red
}

.btn-green {
    background-color: #25A634;
    border-color: #73FF6F;
    color: #fff
}

.btn-green:hover {
    background: #1c7c27;
    border-color: #1c7c27;
    color: #fff
}

.btn-green:active {
    background-color: #fff;
    border-color: #25A634;
    color: #25A634
}

.btn-blue {
    background-color: #d42b1e;
    border-color: #5287e5;
    color: #fff
}

.btn-blue:hover {
    background-color: #82786e;
    border-color: #82786e;
    color: #fff
}

.btn-blue:active {
    background-color: #fff;
    border-color: #5287e5;
    color: #d42b1e
}

.action-buttons {
    float: right;
    width: 100%;
    margin: 1.06385% 0;
    padding: 0;
    margin-top: 40px
}

.action-buttons button {
    float: right;
    margin-right: 10px
}

.action-buttons button:first-of-type {
    margin: 0
}

@media screen and (max-width: 599px) {
    .action-buttons button {
        margin: 0 2.1277% 1.06385% 0
    }
}

.action-buttons.notop {
    margin-top: 0 !important
}

.fileUpload {
    position: relative;
    overflow: hidden;
    padding-top: 2px
}

@media screen and (max-width: 599px) {
    .fileUpload {
        margin: 0
    }
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

label {
    display: block
}

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
textarea,
select {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding: 5px 10px;
    line-height: 1.2em !important;
    border: 1px solid #907959;
    background-color: #fff;
    outline: none;
    overflow: hidden;
    height: 30px !important;
    color: #000000
}

@media screen and (max-width: 599px) {
    input[type=text],
    input[type=email],
    input[type=phone],
    input[type=password],
    input[type=number],
    input[type=search],
    textarea,
    select {
        height: 2.5em
    }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
    border-color: #d42b1e
}

input[type=text].full-width,
input[type=email].full-width,
input[type=phone].full-width,
input[type=password].full-width,
input[type=number].full-width,
input[type=search].full-width,
textarea.full-width,
select.full-width {
    width: 100%
}

select {
    padding: 2px 7px;
    height: 33px
}

option {
    width: 100%
}

textarea {
    min-height: 101.2px !important
}

.required:before {
    content: "* ";
    color: red
}

form p {
    padding: 0;
    margin: 0
}

form .field {
    margin-bottom: 1em;
    height: 40px
}

form .hint {
    color: #aaa;
    margin-top: 5px
}

form .is-required {
    font-style: italic
}

form .has-error .error-description {
    color: red;
    margin-top: 5px
}

form .has-error input[type=text],
form .has-error input[type=email],
form .has-error input[type=phone],
form .has-error input[type=password],
form .has-error input[type=number],
form .has-error input[type=search],
form .has-error textarea {
    border-color: red;
    color: #333;
    height: 33px
}

form .checkbox input[type=radio],
form .checkbox input[type=checkbox],
form .checkbox label,
form .radio input[type=radio],
form .radio input[type=checkbox],
form .radio label {
    display: inline-block;
    font-weight: 400
}

.field {
    margin-bottom: 20px
}

.field label {
    color: #161515;
    float: left;
    width: 100%;
    text-align: left !important;
    font-weight: bold;
    margin: 0 0 3px 0
}

.small-field {
    width: 80px !important
}

.text {
    margin: 15px 0;
    -ms-word-break: break-all;
    word-break: hyphens;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.month {
    width: 33%;
    margin-right: 2%;
    overflow: hidden;
    white-space: nowrap
}

.day {
    width: 33%;
    margin-right: 2%;
    overflow: hidden;
    white-space: nowrap
}

.year {
    width: 30%;
    overflow: hidden;
    white-space: nowrap
}

.check-with-label:checked+.label-for-check {
    font-weight: 500
}

.dropdown dd,
.dropdown dt {
    margin: 0;
    padding: 0
}

.dropdown ul {
    margin: -1px 0 0 0
}

.dropdown dd {
    position: relative
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px
}

.dropdown dt a {
    background-color: #fff;
    display: block;
    height: 32px;
    overflow: hidden;
    border: 1px solid #silver;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dropdown dt a span,
.mutliSelect span {
    cursor: pointer;
    display: inline-block;
    color: #333;
    font-size: 1.3em;
    padding: 7px
}

.dropdown dd ul {
    position: absolute;
    top: 43px;
    left: 0px;
    margin: 0;
    background-color: #fff;
    list-style: none;
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    z-index: 1
}

@media screen and (max-width: 599px) {
    .dropdown dd ul {
        top: 45px;
        margin: 0
    }
}

.dropdown span.value {
    display: none
}

.dropdown dd ul li a {
    padding: 10px 0;
    display: block
}

.dropdown dd ul li a:hover {
    background-color: #fff;
    padding: 0
}

.mutliSelect li {
    margin: 15px 0 0;
    color: #333;
    font-weight: 400
}

.mutliSelect input[type=checkbox] {
    margin-right: 10px
}

.dropdown.mutliSelect span {
    padding: 0
}

@media screen and (max-width: 599px) {
    #timeFrameUnit {
        margin: 20px 0
    }
}

.site-search input[type="text"],
.site-search input[type="password"],
.site-search input[type="datetime"],
.site-search input[type="datetime-local"],
.site-search input[type="date"],
.site-search input[type="month"],
.site-search input[type="time"],
.site-search input[type="week"],
.site-search input[type="number"],
.site-search input[type="email"],
.site-search input[type="url"],
.site-search input[type="search"],
.site-search input[type="tel"],
.site-search input[type="color"],
.site-search select,
.site-search textarea,
.site-search .field {
    font-family: "fontawesome";
    display: block;
    height: 31px;
    line-height: 1em;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5287e5;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    border-radius: 0px;
    width: 100%;
    font-family: "din-regular", Arial, Sans-Serif;
    background-color: #fff;
    border-bottom: 3px solid #90adc7;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.site-search input[type="text"]:focus,
.site-search input[type="text"]:active,
.site-search input[type="password"]:focus,
.site-search input[type="password"]:active,
.site-search input[type="datetime"]:focus,
.site-search input[type="datetime"]:active,
.site-search input[type="datetime-local"]:focus,
.site-search input[type="datetime-local"]:active,
.site-search input[type="date"]:focus,
.site-search input[type="date"]:active,
.site-search input[type="month"]:focus,
.site-search input[type="month"]:active,
.site-search input[type="time"]:focus,
.site-search input[type="time"]:active,
.site-search input[type="week"]:focus,
.site-search input[type="week"]:active,
.site-search input[type="number"]:focus,
.site-search input[type="number"]:active,
.site-search input[type="email"]:focus,
.site-search input[type="email"]:active,
.site-search input[type="url"]:focus,
.site-search input[type="url"]:active,
.site-search input[type="search"]:focus,
.site-search input[type="search"]:active,
.site-search input[type="tel"]:focus,
.site-search input[type="tel"]:active,
.site-search input[type="color"]:focus,
.site-search input[type="color"]:active,
.site-search select:focus,
.site-search select:active,
.site-search textarea:focus,
.site-search textarea:active,
.site-search .field:focus,
.site-search .field:active {
    background-color: #e1e8ec;
    border-bottom: 3px solid #5287e5;
    outline: none;
    font-weight: 100
}

.site-search input[type="text"].error,
.site-search input[type="text"].is-invalid,
.site-search input[type="password"].error,
.site-search input[type="password"].is-invalid,
.site-search input[type="datetime"].error,
.site-search input[type="datetime"].is-invalid,
.site-search input[type="datetime-local"].error,
.site-search input[type="datetime-local"].is-invalid,
.site-search input[type="date"].error,
.site-search input[type="date"].is-invalid,
.site-search input[type="month"].error,
.site-search input[type="month"].is-invalid,
.site-search input[type="time"].error,
.site-search input[type="time"].is-invalid,
.site-search input[type="week"].error,
.site-search input[type="week"].is-invalid,
.site-search input[type="number"].error,
.site-search input[type="number"].is-invalid,
.site-search input[type="email"].error,
.site-search input[type="email"].is-invalid,
.site-search input[type="url"].error,
.site-search input[type="url"].is-invalid,
.site-search input[type="search"].error,
.site-search input[type="search"].is-invalid,
.site-search input[type="tel"].error,
.site-search input[type="tel"].is-invalid,
.site-search input[type="color"].error,
.site-search input[type="color"].is-invalid,
.site-search select.error,
.site-search select.is-invalid,
.site-search textarea.error,
.site-search textarea.is-invalid,
.site-search .field.error,
.site-search .field.is-invalid {
    color: red;
    border-color: red;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: red
}

.site-search input[type="text"].success,
.site-search input[type="text"].is-valid,
.site-search input[type="password"].success,
.site-search input[type="password"].is-valid,
.site-search input[type="datetime"].success,
.site-search input[type="datetime"].is-valid,
.site-search input[type="datetime-local"].success,
.site-search input[type="datetime-local"].is-valid,
.site-search input[type="date"].success,
.site-search input[type="date"].is-valid,
.site-search input[type="month"].success,
.site-search input[type="month"].is-valid,
.site-search input[type="time"].success,
.site-search input[type="time"].is-valid,
.site-search input[type="week"].success,
.site-search input[type="week"].is-valid,
.site-search input[type="number"].success,
.site-search input[type="number"].is-valid,
.site-search input[type="email"].success,
.site-search input[type="email"].is-valid,
.site-search input[type="url"].success,
.site-search input[type="url"].is-valid,
.site-search input[type="search"].success,
.site-search input[type="search"].is-valid,
.site-search input[type="tel"].success,
.site-search input[type="tel"].is-valid,
.site-search input[type="color"].success,
.site-search input[type="color"].is-valid,
.site-search select.success,
.site-search select.is-valid,
.site-search textarea.success,
.site-search textarea.is-valid,
.site-search .field.success,
.site-search .field.is-valid {
    color: #25A634;
    border-color: #25A634;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #25A634
}

.site-search input[type="text"][disabled],
.site-search input[type="text"].is-disabled,
.site-search input[type="password"][disabled],
.site-search input[type="password"].is-disabled,
.site-search input[type="datetime"][disabled],
.site-search input[type="datetime"].is-disabled,
.site-search input[type="datetime-local"][disabled],
.site-search input[type="datetime-local"].is-disabled,
.site-search input[type="date"][disabled],
.site-search input[type="date"].is-disabled,
.site-search input[type="month"][disabled],
.site-search input[type="month"].is-disabled,
.site-search input[type="time"][disabled],
.site-search input[type="time"].is-disabled,
.site-search input[type="week"][disabled],
.site-search input[type="week"].is-disabled,
.site-search input[type="number"][disabled],
.site-search input[type="number"].is-disabled,
.site-search input[type="email"][disabled],
.site-search input[type="email"].is-disabled,
.site-search input[type="url"][disabled],
.site-search input[type="url"].is-disabled,
.site-search input[type="search"][disabled],
.site-search input[type="search"].is-disabled,
.site-search input[type="tel"][disabled],
.site-search input[type="tel"].is-disabled,
.site-search input[type="color"][disabled],
.site-search input[type="color"].is-disabled,
.site-search select[disabled],
.site-search select.is-disabled,
.site-search textarea[disabled],
.site-search textarea.is-disabled,
.site-search .field[disabled],
.site-search .field.is-disabled {
    cursor: not-allowed;
    border-color: #aaa;
    opacity: 0.6
}

.site-search input[type="text"][disabled]:focus,
.site-search input[type="text"][disabled]:active,
.site-search input[type="text"].is-disabled:focus,
.site-search input[type="text"].is-disabled:active,
.site-search input[type="password"][disabled]:focus,
.site-search input[type="password"][disabled]:active,
.site-search input[type="password"].is-disabled:focus,
.site-search input[type="password"].is-disabled:active,
.site-search input[type="datetime"][disabled]:focus,
.site-search input[type="datetime"][disabled]:active,
.site-search input[type="datetime"].is-disabled:focus,
.site-search input[type="datetime"].is-disabled:active,
.site-search input[type="datetime-local"][disabled]:focus,
.site-search input[type="datetime-local"][disabled]:active,
.site-search input[type="datetime-local"].is-disabled:focus,
.site-search input[type="datetime-local"].is-disabled:active,
.site-search input[type="date"][disabled]:focus,
.site-search input[type="date"][disabled]:active,
.site-search input[type="date"].is-disabled:focus,
.site-search input[type="date"].is-disabled:active,
.site-search input[type="month"][disabled]:focus,
.site-search input[type="month"][disabled]:active,
.site-search input[type="month"].is-disabled:focus,
.site-search input[type="month"].is-disabled:active,
.site-search input[type="time"][disabled]:focus,
.site-search input[type="time"][disabled]:active,
.site-search input[type="time"].is-disabled:focus,
.site-search input[type="time"].is-disabled:active,
.site-search input[type="week"][disabled]:focus,
.site-search input[type="week"][disabled]:active,
.site-search input[type="week"].is-disabled:focus,
.site-search input[type="week"].is-disabled:active,
.site-search input[type="number"][disabled]:focus,
.site-search input[type="number"][disabled]:active,
.site-search input[type="number"].is-disabled:focus,
.site-search input[type="number"].is-disabled:active,
.site-search input[type="email"][disabled]:focus,
.site-search input[type="email"][disabled]:active,
.site-search input[type="email"].is-disabled:focus,
.site-search input[type="email"].is-disabled:active,
.site-search input[type="url"][disabled]:focus,
.site-search input[type="url"][disabled]:active,
.site-search input[type="url"].is-disabled:focus,
.site-search input[type="url"].is-disabled:active,
.site-search input[type="search"][disabled]:focus,
.site-search input[type="search"][disabled]:active,
.site-search input[type="search"].is-disabled:focus,
.site-search input[type="search"].is-disabled:active,
.site-search input[type="tel"][disabled]:focus,
.site-search input[type="tel"][disabled]:active,
.site-search input[type="tel"].is-disabled:focus,
.site-search input[type="tel"].is-disabled:active,
.site-search input[type="color"][disabled]:focus,
.site-search input[type="color"][disabled]:active,
.site-search input[type="color"].is-disabled:focus,
.site-search input[type="color"].is-disabled:active,
.site-search select[disabled]:focus,
.site-search select[disabled]:active,
.site-search select.is-disabled:focus,
.site-search select.is-disabled:active,
.site-search textarea[disabled]:focus,
.site-search textarea[disabled]:active,
.site-search textarea.is-disabled:focus,
.site-search textarea.is-disabled:active,
.site-search .field[disabled]:focus,
.site-search .field[disabled]:active,
.site-search .field.is-disabled:focus,
.site-search .field.is-disabled:active {
    background-color: #5287e5
}

.site-search button {
    margin-top: -53px;
    color: #d42b1e;
    margin-right: 5px
}

img,
video,
audio,
iframe,
object {
    max-width: 100%
}

.media {
    margin: 0;
    padding: 0;
    list-style: none
}

.media .item {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-top: 1px dotted #82786e;
    zoom: 1
}

.media .item:hover {
    background: #efb530
}

.media .item:last-of-type {
    border-bottom: 1px dotted #82786e
}

.media .item:before,
.media .item:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.media .item:after {
    clear: both
}

.media .head {
    margin: 0;
    padding: 0;
    color: #d42b1e;
    font-size: 2rem
}

#typography .media .head {
    color: red
}

.media p {
    margin: 0;
    font-size: 1.5rem
}

.media img {
    float: left;
    margin-right: 10px
}

.media a {
    text-decoration: none;
    color: #d42b1e
}

.table-wrap {
    zoom: 1;
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border: 1px solid #ccc;
    margin-bottom: 2.1277%
}

.table-wrap:before,
.table-wrap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.table-wrap:after {
    clear: both
}

@media screen and (max-width: 768px) {
    .table-wrap {
        overflow-y: hidden;
        padding: 0 !important
    }
}

.card-table-wrap {
    zoom: 1;
    font-family: "Century Gothic", Helvetica, Arial;
    background-color: #fff;
    margin-bottom: 2.1277%
}

.card-table-wrap:before,
.card-table-wrap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.card-table-wrap:after {
    clear: both
}

.card-table-wrap:last-of-type {
    margin-bottom: 1.06385%
}

@media screen and (max-width: 768px) {
    .card-table-wrap {
        overflow-y: hidden;
        padding: 0
    }
}

.table-nav {
    padding: 10px
}

.table-nav a {
    color: #333
}

.table-nav a:hover {
    color: #82786e
}

.table-nav i {
    font-size: 1.3em;
    padding-left: 15px
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Helvetica, Arial;
    counter-reset: rowNumber
}

table th,
table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #000000
}

table th {
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #fff
}

table tr a {
    color: #333
}

table tr:not(:first-child) {
    counter-increment: rowNumber
}

table tr:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #161515
}

table.clickable tr {
    cursor: pointer;
    cursor: hand;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

table.clickable tr:hover:nth-child(even) {
    background: #7fdbff
}

table.clickable tr:hover:nth-child(odd) {
    background: #7fdbff
}

tr.row-white {
    border-left: 5px solid #aaa
}

tr.row-green {
    border-left: 5px solid #25A634
}

tr.row-yellow {
    border-left: 5px solid #e6a120
}

tr.row-red {
    border-left: 5px solid red
}

.alert-placeholder {
    display: none
}

.alert,
.alert-danger,
.alert-success,
.alert-warning,
.alert-info,
.alert-empty {
    zoom: 1;
    border-left: 3px solid;
    margin-bottom: 2.1277%;
    padding: 1em
}

.alert:before,
.alert-danger:before,
.alert-success:before,
.alert-warning:before,
.alert-info:before,
.alert-empty:before,
.alert:after,
.alert-danger:after,
.alert-success:after,
.alert-warning:after,
.alert-info:after,
.alert-empty:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.alert:after,
.alert-danger:after,
.alert-success:after,
.alert-warning:after,
.alert-info:after,
.alert-empty:after {
    clear: both
}

.alert p:last-child,
.alert-danger p:last-child,
.alert-success p:last-child,
.alert-warning p:last-child,
.alert-info p:last-child,
.alert-empty p:last-child {
    margin-bottom: 0
}

.alert .btn,
.alert-danger .btn,
.alert-success .btn,
.alert-warning .btn,
.alert-info .btn,
.alert-empty .btn,
.alert .btn-sm,
.alert-danger .btn-sm,
.alert-success .btn-sm,
.alert-warning .btn-sm,
.alert-info .btn-sm,
.alert-empty .btn-sm,
.alert .btn-white,
.alert-danger .btn-white,
.alert-success .btn-white,
.alert-warning .btn-white,
.alert-info .btn-white,
.alert-empty .btn-white,
.alert .btn-red,
.alert-danger .btn-red,
.alert-success .btn-red,
.alert-warning .btn-red,
.alert-info .btn-red,
.alert-empty .btn-red,
.alert .btn-blue,
.alert-danger .btn-blue,
.alert-success .btn-blue,
.alert-warning .btn-blue,
.alert-info .btn-blue,
.alert-empty .btn-blue,
.alert .btn-link,
.alert-danger .btn-link,
.alert-success .btn-link,
.alert-warning .btn-link,
.alert-info .btn-link,
.alert-empty .btn-link,
.alert .btn-primary,
.alert-danger .btn-primary,
.alert-success .btn-primary,
.alert-warning .btn-primary,
.alert-info .btn-primary,
.alert-empty .btn-primary,
.alert .btn-green,
.alert-danger .btn-green,
.alert-success .btn-green,
.alert-warning .btn-green,
.alert-info .btn-green,
.alert-empty .btn-green {
    margin: 0
}

.alert-danger {
    background: #ffb3b3;
    border-color: red;
    color: #b30000
}

.alert-danger i {
    color: #c00
}

.alert-danger i:hover {
    color: #f33
}

.alert-success {
    display: block;
    background: #c0f1c5;
    border-color: #25A634;
    color: #1c7c27
}

.alert-success i {
    color: #1c7c27
}

.alert-success i:hover {
    color: #2ed041
}

.alert-warning {
    background: #fbeed7;
    border-color: #e6a120;
    color: #be8315
}

.alert-warning i {
    color: #be8315
}

.alert-warning i:hover {
    color: #ebb44e
}

.alert-info {
    background: #fff;
    border-color: #5287e5;
    color: #2668de
}

.alert-info i {
    color: #2668de
}

.alert-info i:hover {
    color: #7ea6ec
}

.alert-empty {
    background: #f4f4f4;
    border: 1px dashed #ccc;
    text-align: center
}

.alert-empty i {
    color: #77777a
}

.alert-empty i:hover {
    color: #7ea6ec
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #d42b1e;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.2s infinite ease;
    animation: sk-cubeGridScaleDelay 1.2s infinite ease
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.card {
    zoom: 1;
    background: #ffffff;
    border: 1px solid #82786e;
    margin-bottom: 2.1277%;
    border-radius: 5px;
    padding: 2.1277%
}

.card:before,
.card:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.card:after {
    clear: both
}

.card header {
    height: 55px;
    position: relative;
    margin: 0
}

@media screen and (max-width: 599px) {
    .card header {
        margin: 0;
        height: 50px
    }
}

@media screen and (max-width: 320px) {
    .card header {
        border-top: 0px solid #fff;
        margin: 0;
        height: 50px
    }
}

.card header i {
    display: inline-block;
    width: 55px;
    background-color: #d42b1e;
    border-right: 3px solid #fff;
    padding: 11px;
    color: #fff;
    font-size: 2em;
    text-align: center
}

.card header label {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin: 0;
    margin-left: 10px;
    color: #82786e;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.card .body {
    zoom: 1;
    padding: 1.1% 2.1277%
}

.card .body:before,
.card .body:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.card .body:after {
    clear: both
}

@media screen and (max-width: 599px) {
    .card .body {
        padding: 2.1277%;
        padding-bottom: .8%
    }
}

.card .body label {
    font-weight: bold;
    display: inline-block !important
}

.card .body h3 {
    padding: 0;
    margin: 0
}

.picker {
    font-size: 1em;
    text-align: left;
    line-height: 1.2;
    color: #333;
    position: relative;
    z-index: 1000
}

.picker__input.picker__input--active {
    border-color: #fdf4f4
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    box-sizing: border-box;
    min-width: 225px;
    border-radius: 0 0 3px 3px;
    max-height: 0;
    opacity: 0;
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: all .15s ease-out, max-height 0 .15s
}

.picker--opened .picker__holder {
    max-height: 25em;
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: all .15s ease-out, max-height 0;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12)
}

.picker__list {
    list-style: none;
    padding: 0 0 .8em;
    margin: 0
}

.picker__list li {
    color: inherit
}

.picker__list li:nth-child(50) {
    border-top: none
}

.picker__list-item {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: -1px;
    position: relative;
    background: #fff;
    padding: .75em 1.25em
}

.picker__list-item:hover {
    cursor: pointer;
    color: #000;
    z-index: 10
}

@media (min-height: 40.125em) {
    .picker__list-item .picker__list-item {
        padding: .5em 1em
    }
}

.picker__list-item--selected,
.picker__list-item--selected:hover {
    border-color: #0089ec;
    z-index: 10
}

.picker__list-item--highlighted {
    background: #7fdbff
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
    background: #0089ec;
    color: #fff
}

.picker__list-item--disabled,
.picker__list-item--disabled:hover {
    background: whitesmoke;
    border-color: whitesmoke;
    color: #ddd;
    cursor: default;
    border-color: #777;
    z-index: auto
}

.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: 0;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    background: #e20;
    border-color: #e20;
    cursor: pointer;
    color: #fff;
    outline: 0
}

.picker--time .picker__button--clear:before {
    top: -.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: 700
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
    color: #fff
}

.picker--time {
    min-width: 256px
}

.picker--time .picker__holder {
    background: #f2f2f2
}

@media (min-height: 33.875em) {
    .picker--time .picker__holder {
        font-size: .875em
    }
}

.picker--time .picker__box {
    padding: 0
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666
}

.noscroll {
    overflow: hidden
}

[aria-hidden="true"] {
    display: none
}

[aria-hidden="false"] {
    display: block
}

.overlay {
    background-size: cover;
    color: #333;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
    margin: 0
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.overlay h1 {
    text-align: center;
    margin: 10vh 0
}

#popup {
    margin: 0;
    width: 100vw;
    z-index: 1000
}

.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    min-width: 50vw;
    max-width: 600px;
    position: relative;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 599px) {
    .popup {
        padding: 20px;
        background: #fff;
        min-width: 50vw;
        border-radius: 0px;
        width: 100vw;
        height: 100vh;
        position: relative;
        transition: all .2s ease-in-out;
        position: relative;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

.popup .close {
    position: absolute;
    bottom: 20px;
    right: 30px;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #333
}

.popup .overlay-content {
    max-height: 30%
}

.loading-popup {
    margin: 30vh auto 0 !important;
    position: relative;
    transition: all .5s ease-in-out
}

ul.simple-pagination {
    list-style: none
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

span.ellipse.clickable {
    cursor: pointer
}

.ellipse input {
    width: 3em
}

.compact-theme a,
.compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%)
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: -o-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: linear-gradient(to bottom, #efefef 0%, #bbbbbb 100%)
}

.compact-theme li:first-child a,
.compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px
}

.compact-theme li:last-child a,
.compact-theme li:last-child span {
    border-radius: 0 3px 3px 0
}

.compact-theme .current {
    background: #bbbbbb;
    background: -moz-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -o-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: linear-gradient(to bottom, #bbbbbb 0%, #efefef 100%);
    cursor: default
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default
}

.light-theme a,
.light-theme span {
    float: left;
    color: #77777a;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 7px 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%)
}

.light-theme a:hover,
.light-theme span:hover {
    text-decoration: none;
    background: #FCFCFC
}

.light-theme .current {
    background: #77777a;
    color: #fff;
    border-color: #444;
    box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default
}

.progress {
    margin: 0px auto 40px;
    text-align: center
}

.progress .circle,
.progress .bar {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da
}

.progress .bar {
    position: relative;
    width: 80px;
    height: 6px;
    margin: -10px -5px 33px -5px;
    border-left: none;
    border-right: none;
    border-radius: 0
}

.progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #77777a;
    font-size: 17px
}

.progress .circle .title {
    color: #77777a;
    font-size: 13px;
    line-height: 30px;
    text-align: center
}

.progress .bar.done,
.progress .circle.done {
    background: #eee
}

.progress .bar.active {
    background: linear-gradient(to right, #eeeeee 40%, #ffffff 60%)
}

.progress .circle.done .label {
    color: #fff;
    background: #006699;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2)
}

.progress .circle.done .title {
    color: #444;
    text-align: center
}

.progress .circle.active .label {
    color: #fff;
    background: #00aeef;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    font-weight: 900;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.progress .circle.active .title {
    color: #00aeef;
    font-weight: 900
}

.circle {
    display: block;
    clear: both
}

.inoutswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.inoutswitch-checkbox {
    display: none
}

.inoutswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 20px
}

.inoutswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.inoutswitch-inner:before,
.inoutswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    font-family: "din-regular", Arial, Sans-Serif;
    font-weight: bold;
    box-sizing: border-box
}

.inoutswitch-inner:before {
    content: "In";
    padding-left: 10px;
    background-color: #d42b1e;
    color: #fff
}

.inoutswitch-inner:after {
    content: "Out";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #ccc;
    text-align: right
}

.inoutswitch-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

.inoutswitch -checkbox:checked+.inoutswitch-label .inoutswitch-inner {
    margin-left: 0
}

.inoutswitch-checkbox:checked+.inoutswitch-label .inoutswitch-switch {
    right: 0px
}

.yesnoswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.yesnoswitch-checkbox {
    display: none
}

.yesnoswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin-bottom: 15px
}

.yesnoswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.yesnoswitch-inner:before,
.yesnoswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    font-family: "din-regular", Arial, Sans-Serif;
    font-weight: bold;
    box-sizing: border-box
}

.yesnoswitch-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: #d42b1e;
    color: #fff
}

.yesnoswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #ccc;
    text-align: right
}

.yesnoswitch-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #fff;
    position: absolute;
    top: 28px;
    bottom: 0;
    right: 41px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

@media screen and (max-width: 599px) {
    .yesnoswitch-switch {
        top: 25px
    }
}

.yesnoswitch-checkbox:checked+.yesnoswitch-label .yesnoswitch-inner {
    margin-left: 0
}

.yesnoswitch-checkbox:checked+.yesnoswitch-label .yesnoswitch-switch {
    right: 0px
}

.tiles {
    padding: 50px 0 0 0;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    min-width: 300px;
    max-width: 610px
}

@media screen and (min-width: 768px) {
    .tiles {
        margin: 0 auto 20px;
        display: block;
        padding: 25px 15px 0 0
    }
}

@media screen and (max-width: 599px) {
    .tiles {
        display: block;
        padding: 15px 0 0 0
    }
}

@media screen and (max-width: 320px) {
    .tiles {
        display: block;
        padding: 15px 0 0 0
    }
}

.tiles p,
.tiles a,
.tiles h3,
.tiles li,
.tiles i,
.tiles li h3 {
    color: #fff
}

.tiles p {
    font-size: .8rem;
    margin: 15px 0 0 0;
    line-height: 1.1em
}

.tiles a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%
}

.tiles h2 {
    color: #d42b1e;
    padding-left: 15px
}

.tiles h3 {
    font-weight: bold;
    margin: 0;
    text-size: 8.5vw;
    line-height: .9em
}

.tiles ul {
    padding: 0;
    height: 100%;
    min-width: 250px
}

@media screen and (max-width: 768px) {
    .tiles ul {
        position: relative;
        margin: 0 auto 20px;
        padding: 0
    }
}

@media screen and (max-width: 599px) {
    .tiles ul {
        position: relative;
        margin: 12px auto 20px
    }
}

@media screen and (max-width: 320px) {
    .tiles ul {
        position: relative;
        margin: 12px auto 20px;
        padding: 0
    }
}

.tiles li {
    padding: 1em;
    margin-bottom: 2.1277%;
    background-color: #d42b1e;
    height: 0;
    padding-bottom: 27%;
    position: relative;
    min-height: 125px;
    list-style: none;
    -moz-box-shadow: #161515 2px 2px 3px;
    -webkit-box-shadow: #161515 2px 2px 3px;
    box-shadow: #161515 2px 2px 3px
}

.tiles li:hover {
    background-color: #82786e;
    transition: background .15s ease;
    -moz-box-shadow: #161515 0 0 1px;
    -webkit-box-shadow: #161515 0 0 1px;
    box-shadow: #161515 0 0 1px
}

.tiles li h3 {
    font-size: 20px;
    margin-bottom: 5px
}

.tiles li i {
    position: absolute;
    bottom: 15px;
    margin-bottom: -35px;
    line-height: 3em;
    font-size: 1.75rem
}

@media screen and (max-width: 768px) {
    .tiles li p {
        font-size: 12px
    }
}

.inactive-tile {
    background-color: #aaa !important;
    -moz-box-shadow: #161515 2px 2px 3px !important;
    -webkit-box-shadow: #161515 2px 2px 3px !important;
    box-shadow: #161515 2px 2px 3px !important
}

.inactive-tile:hover {
    cursor: no-drop
}

.inactive-tile p:hover,
.inactive-tile h3:hover,
.inactive-tile i:hover {
    cursor: no-drop
}

#transition-hover-content {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

#transition-hover:hover #transition-hover-content {
    opacity: 1
}

.grid .item {
    float: left;
    width: 18.29784%
}

.grid .item:nth-child(n) {
    margin-right: 2.1277%;
    margin-bottom: 2.1277%
}

.grid .item:nth-child(5n) {
    margin-right: 0;
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .grid .item {
        width: 23.40423%
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(4n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .grid .item {
        width: 31.91487%
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(3n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 599px) {
    .grid .item {
        width: 48.93615%
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 320px) {
    .grid .item {
        width: 100%;
        margin: 2.1722% 0
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(1n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

.grid img {
    display: block;
    border-radius: 10px;
    max-width: 100%
}

@media print {
    header,
    nav,
    footer {
        display: none
    }
    img {
        max-width: 500px
    }
    body {
        font: 14pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3
    }
}

.frame,
.frame-1 {
    position: relative;
    transition: all 500ms;
    min-height: 100vh;
    height: auto;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    zoom: 1
}

.frame:before,
.frame-1:before,
.frame:after,
.frame-1:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.frame:after,
.frame-1:after {
    clear: both
}

@media screen and (max-width: 1024px) {
    .frame,
    .frame-1 {
        background-attachment: scroll
    }
}

@media screen and (max-width: 599px) {
    .frame,
    .frame-1 {
        max-height: none;
        padding-top: 0;
        zoom: 1
    }
    .frame:before,
    .frame-1:before,
    .frame:after,
    .frame-1:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }
    .frame:after,
    .frame-1:after {
        clear: both
    }
}

@media screen and (max-width: 414px) {
    .frame,
    .frame-1 {
        position: relative;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

.short-frame {
    position: relative;
    transition: all 500ms;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    zoom: 1
}

.short-frame:before,
.short-frame:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.short-frame:after {
    clear: both
}

@media screen and (max-width: 599px) {
    .short-frame {
        max-height: none;
        padding-top: 0;
        zoom: 1
    }
    .short-frame:before,
    .short-frame:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }
    .short-frame:after {
        clear: both
    }
}

.frame-1 {
    background-image: url("../images/frame.jpg");
    background-color: #d42b1e
}

.frame-1 h1,
.frame-1 h2,
.frame-1 h3,
.frame-1 p,
.frame-1 a {
    color: #fff
}

.frame-1 a {
    text-shadow: 2px 2px 20px #000
}

.demo {
    display: none !important
}

.sub-header {
    color: #fff;
    padding: 10px 0 10px 0;
    float: right;
    background-image: url(../images/bg.jpg);
    position: fixed;
    width: 100%;
    bottom: 0
}

.sub-header a {
    color: #fff;
    text-decoration: none;
    font-weight: bold
}

.isi-info {
    text-align: right;
    margin-right: 20px;
    text-decoration: none
}

.logo {
    float: right;
    width: 150px;
    height: 110px
}

.instructional-text {
    line-height: normal;
    margin-top: 30px
}

.top-link {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px
}

.top-link a {
    margin-bottom: 5px;
    position: relative;
    width: 100%
}

.inactive {
    color: #aaa !important
}

.hide {
    display: none
}

.clear {
    clear: both
}

.sub-note {
    border-bottom: 1px solid #82786e;
    margin: 0 0 20px 0;
    padding: 5px 0 5px 0
}

@media screen and (max-width: 599px) {
    .mobile-center {
        text-align: center !important;
        margin-top: 20px 0 20px 0;
        padding: 0 !important
    }
}
