@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes zoom-down {
    from {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-moz-keyframes zoom-down {
    from {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-o-keyframes zoom-down {
    from {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-ms-keyframes zoom-down {
    from {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes zoom-down {
    from {
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-webkit-keyframes zoom-up {
    from {
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-moz-keyframes zoom-up {
    from {
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-o-keyframes zoom-up {
    from {
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-ms-keyframes zoom-up {
    from {
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes zoom-up {
    from {
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0)
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-webkit-keyframes slide-right {
    from {
        -webkit-transform: translate(-20px,0);
        -ms-transform: translate(-20px,0);
        -o-transform: translate(-20px,0);
        transform: translate(-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes slide-right {
    from {
        -webkit-transform: translate(-20px,0);
        -ms-transform: translate(-20px,0);
        -o-transform: translate(-20px,0);
        transform: translate(-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes slide-right {
    from {
        -webkit-transform: translate(-20px,0);
        -ms-transform: translate(-20px,0);
        -o-transform: translate(-20px,0);
        transform: translate(-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-ms-keyframes slide-right {
    from {
        -webkit-transform: translate(-20px,0);
        -ms-transform: translate(-20px,0);
        -o-transform: translate(-20px,0);
        transform: translate(-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@keyframes slide-right {
    from {
        -webkit-transform: translate(-20px,0);
        -ms-transform: translate(-20px,0);
        -o-transform: translate(-20px,0);
        transform: translate(-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes slide-left {
    from {
        -webkit-transform: translate(20px,0);
        -ms-transform: translate(20px,0);
        -o-transform: translate(20px,0);
        transform: translate(20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes slide-left {
    from {
        -webkit-transform: translate(20px,0);
        -ms-transform: translate(20px,0);
        -o-transform: translate(20px,0);
        transform: translate(20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes slide-left {
    from {
        -webkit-transform: translate(20px,0);
        -ms-transform: translate(20px,0);
        -o-transform: translate(20px,0);
        transform: translate(20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-ms-keyframes slide-left {
    from {
        -webkit-transform: translate(20px,0);
        -ms-transform: translate(20px,0);
        -o-transform: translate(20px,0);
        transform: translate(20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@keyframes slide-left {
    from {
        -webkit-transform: translate(20px,0);
        -ms-transform: translate(20px,0);
        -o-transform: translate(20px,0);
        transform: translate(20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes slide-down {
    from {
        -webkit-transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);
        -o-transform: translate(0,-20px);
        transform: translate(0,-20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes slide-down {
    from {
        -webkit-transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);
        -o-transform: translate(0,-20px);
        transform: translate(0,-20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes slide-down {
    from {
        -webkit-transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);
        -o-transform: translate(0,-20px);
        transform: translate(0,-20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-ms-keyframes slide-down {
    from {
        -webkit-transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);
        -o-transform: translate(0,-20px);
        transform: translate(0,-20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@keyframes slide-down {
    from {
        -webkit-transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);
        -o-transform: translate(0,-20px);
        transform: translate(0,-20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes slide-up {
    from {
        -webkit-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes slide-up {
    from {
        -webkit-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-ms-keyframes slide-up {
    from {
        -webkit-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    to {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

.full-height, body, html {
    height: 100%
}

body {
    background-size: 100% 100%;
    color: #313335;
    -ms-overflow-style: scrollbar
}

.container {
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

    a:focus, a:hover {
        color: inherit
    }

hr {
    border-top-color: rgba(12,12,12,.12)
}

    hr.ruler-lg {
        margin: 8px 0
    }

    hr.ruler-xl {
        margin: 24px 0
    }

    hr.ruler-xxl {
        margin: 56px 0
    }

.img-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

    .img-backdrop img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        height: auto
    }

.img-rounded {
    border-radius: 4px
}

.doc-section {
    margin-bottom: 80px
}

    .doc-section.doc-lead {
        margin-bottom: 20px
    }

    .doc-section h3 {
        margin-top: 20px
    }

    .doc-section h4 {
        margin-top: 17px
    }

    .doc-section h5 {
        margin-top: 15px
    }

.fuelphp-dump {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0
}

.hbox-lg, .hbox-md, .hbox-sm {
    padding: 0
}

    .hbox-lg .hbox-column, .hbox-md .hbox-column, .hbox-sm .hbox-column {
        display: block;
        vertical-align: top
    }

        .hbox-lg .hbox-column.v-top, .hbox-md .hbox-column.v-top, .hbox-sm .hbox-column.v-top {
            vertical-align: top
        }

        .hbox-lg .hbox-column.v-middle, .hbox-md .hbox-column.v-middle, .hbox-sm .hbox-column.v-middle {
            vertical-align: middle
        }

        .hbox-lg .hbox-column.v-bottom, .hbox-md .hbox-column.v-bottom, .hbox-sm .hbox-column.v-bottom {
            vertical-align: bottom
        }

.hbox-xs {
    display: table;
    table-layout: fixed;
    padding: 0
}

    .hbox-xs .hbox-column {
        display: table-cell
    }

@media (min-width:769px) {
    .hbox-sm {
        display: table;
        table-layout: fixed
    }

        .hbox-sm .hbox-column {
            float: none;
            display: table-cell
        }
}

@media (min-width:992px) {
    .hbox-md {
        float: none;
        display: table;
        table-layout: fixed
    }

        .hbox-md .hbox-column {
            float: none;
            display: table-cell
        }
}

@media (min-width:1200px) {
    .hbox-lg {
        display: table;
        table-layout: fixed
    }

        .hbox-lg .hbox-column {
            float: none;
            display: table-cell
        }
}

.v-inline-top, .v-top {
    float: none !important;
    display: table-cell;
    vertical-align: top
}

.v-inline-middle, .v-middle {
    float: none !important;
    display: table-cell;
    vertical-align: middle
}

.v-bottom, .v-inline-bottom {
    float: none !important;
    display: table-cell;
    vertical-align: bottom
}

.v-inline-bottom, .v-inline-middle, .v-inline-top {
    display: inline-block
}

.card-tiles .hbox-column {
    padding: 20px
}

.text-light {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-medium, strong {
    font-weight: 500
}

.text-bold {
    font-weight: 700
}

.text-ultra-bold {
    font-weight: 900
}

h1 > strong, h2 > strong, h3 > strong, h4 > strong, h5 > strong, h6 > strong {
    font-weight: 700
}

h3, h4, h5, h6 {
    font-weight: 500
}

.text-display-lines {
    line-height: 1.1
}

    .text-display-lines h1, .text-display-lines h2, .text-display-lines h3, .text-display-lines h4, .text-display-lines h5, .text-display-lines h6, .text-display-lines p, .text-display-lines span {
        position: relative
    }

        .text-display-lines h1:after, .text-display-lines h1:before, .text-display-lines h2:after, .text-display-lines h2:before, .text-display-lines h3:after, .text-display-lines h3:before, .text-display-lines h4:after, .text-display-lines h4:before, .text-display-lines h5:after, .text-display-lines h5:before, .text-display-lines h6:after, .text-display-lines h6:before, .text-display-lines p:after, .text-display-lines p:before, .text-display-lines span:after, .text-display-lines span:before {
            content: '';
            position: absolute;
            display: block;
            height: 1px;
            width: 100%;
            background: #f0c
        }

        .text-display-lines h1:before, .text-display-lines h2:before, .text-display-lines h3:before, .text-display-lines h4:before, .text-display-lines h5:before, .text-display-lines h6:before, .text-display-lines p:before, .text-display-lines span:before {
            top: 0
        }

        .text-display-lines h1:after, .text-display-lines h2:after, .text-display-lines h3:after, .text-display-lines h4:after, .text-display-lines h5:after, .text-display-lines h6:after, .text-display-lines p:after, .text-display-lines span:after {
            bottom: 0
        }

.text-xs {
    font-size: 75%
}

.text-sm {
    font-size: 85%
}

.text-lg {
    font-size: 125%
}

.text-xl {
    font-size: 180%
}

.text-xxl {
    font-size: 225%
}

.text-xxxl {
    font-size: 330%
}

.text-xxxxl {
    font-size: 500%
}

p {
    letter-spacing: .1px
}

.text-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.text-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.text-columns-4, .text-columns-sm {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.text-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.text-columns-lg {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

@media (max-width:992px) {
    .text-columns-sm {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .text-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .text-columns-lg {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media (max-width:769px) {
    .text-columns-sm {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .text-columns, .text-columns-lg {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media (max-width:480px) {
    .text-columns, .text-columns-lg, .text-columns-sm {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

.line-height-xxs {
    line-height: .94615385
}

.line-height-xs {
    line-height: 1.29615385
}

.line-height-sm {
    line-height: 1.54615385
}

.line-height-normal {
    line-height: 1.84615385
}

.line-height-lg {
    line-height: 2.14615385
}

.line-height-xl {
    line-height: 2.39615385
}

.line-height-xxl {
    line-height: 2.74615385
}

.text-caption {
    display: block;
    margin-bottom: 29px;
    font-size: 12px
}

.card ~ .text-caption, .panel-group ~ .text-caption {
    margin-top: -15px
}

.no-linebreak {
    white-space: nowrap
}

.text-shadow {
    text-shadow: 0 1px 2px #000
}

blockquote small {
    color: inherit;
    opacity: .7
}

article img.pull-right, p img.pull-right {
    margin-left: 10px;
    margin-bottom: 2px
}

article img.pull-left, p img.pull-left {
    margin-right: 10px;
    margin-bottom: 2px
}

ol, ul {
    padding-left: 16px
}

    ol.list-divided li, ul.list-divided li {
        margin-top: 16px
    }

        ol.list-divided li:first-child, ul.list-divided li:first-child {
            margin-top: 0
        }

ol {
    list-style-position: inside;
    padding-left: 0
}

.page-header {
    border-bottom-color: rgba(0,0,0,.3)
}

    .page-header.no-border {
        border: none;
        margin-bottom: 10px;
        padding-bottom: 0
    }

.text-divider {
    display: table;
    width: 100%;
    margin: 13px 0 20px;
    opacity: .5
}

    .text-divider span {
        display: table-cell;
        padding: 0 10px;
        position: relative;
        bottom: -7px;
        white-space: nowrap
    }

    .text-divider:after, .text-divider:before {
        content: '';
        width: 50%;
        display: table-cell;
        border-bottom: 1px solid rgba(12,12,12,.3)
    }

.dl-horizontal.dl-icon dd {
    margin-bottom: 15px
}

@media (min-width:769px) {
    .dl-horizontal.dl-icon dt {
        width: 30px;
        text-align: left;
        padding-top: 5px
    }

    .dl-horizontal.dl-icon dd {
        margin-left: 35px
    }
}

.dl-horizontal dd.full-width {
    margin-left: 0
}

.text-default-bright {
    color: #fff !important
}

a.text-default-bright:hover {
    color: #e6e6e6 !important
}

.text-default-light {
    color: #96999c
}

a.text-default-light:hover {
    color: #7c8083
}

.text-default {
    color: #313335
}

a.text-default:hover {
    color: #191a1a
}

.text-default-dark {
    color: #20252b
}

a.text-default-dark:hover {
    color: #0a0c0e
}

.text-primary-bright {
    color: #c5d8eb
}

a.text-primary-bright:hover {
    color: #9fbfdd
}

.text-primary-light {
    color: #75a1ca
}

a.text-primary-light:hover {
    color: #5087bb
}

.text-primary {
    color: #004280
}

a.text-primary:hover {
    color: #00284d
}

.text-primary-dark {
    color: #001f43
}

a.text-primary-dark:hover {
    color: #000710
}

.text-accent-bright {
    color: #e0f2cb
}

a.text-accent-bright:hover {
    color: #c8e7a2
}

.text-accent-light {
    color: #b2dc80
}

a.text-accent-light:hover {
    color: #99d158
}

.text-accent {
    color: #79bd28
}

a.text-accent:hover {
    color: #5e931f
}

.text-accent-dark {
    color: #538226
}

a.text-accent-dark:hover {
    color: #3a5a1a
}

.text-info {
    color: #efedee
}

a.text-info:hover {
    color: #d7d2d5
}

.text-warning {
    color: #d98289
}

a.text-warning:hover {
    color: #cd5b64
}

.text-danger {
    color: #c85a64
}

a.text-danger:hover {
    color: #b33c47
}

.text-success {
    color: #999798
}

a.text-success:hover {
    color: #807d7f
}

.text-advantech-blue {
    color: #004280
}

a.text-advantech-blue:hover {
    color: #00284d
}

.text-advantech-grey {
    color: #8c8c8c
}

a.text-advantech-grey:hover {
    color: #737373
}

.text-advantech-orange {
    color: #f39800
}

a.text-advantech-orange:hover {
    color: #c07800
}

.text-advantech-green {
    color: #79bd28
}

a.text-advantech-green:hover {
    color: #5e931f
}

.text-bu-blue {
    color: #0085cc
}

a.text-bu-blue:hover {
    color: #006499
}

.text-bu-green {
    color: #008039
}

a.text-bu-green:hover {
    color: #004d22
}

.text-bu-lightblue {
    color: #5ca3e5
}

a.text-bu-lightblue:hover {
    color: #308ade
}

.text-bu-purple {
    color: #801a7a
}

a.text-bu-purple:hover {
    color: #561152
}

.text-bu-red {
    color: #cc2931
}

a.text-bu-red:hover {
    color: #a22027
}

.text-bu-yellow {
    color: #e6a800
}

a.text-bu-yellow:hover {
    color: #b38300
}

#base {
    overflow: hidden;
    padding-left: 64px;
    width: 100%;
    min-height: 100%
}

    #base > .backdrop {
        position: fixed;
        z-index: 1031;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        background-color: rgba(12,12,12,.33)
    }

    #base.hide-backdrop > .backdrop {
        display: none;
        position: relative
    }

#content {
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 115px
}

@media (min-width:1200px) {
    .menubar-pin #base {
        padding-left: 240px
    }
}

@media (min-width:769px) {
    .full-content #base, .full-content #content {
        height: 100%
    }
}

@media (max-width:768px) {
    #base {
        padding-left: 0;
        padding-right: 0
    }
}

#header {
    position: absolute;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 1005;
    background: #fff;
    color: rgba(49,51,53,.6);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
}

.header-fixed #header {
    position: fixed
}

.no-sidebar #header {
    right: 12px
}

#header a {
    color: #004280
}

.headerbar {
    position: relative;
    min-height: 55px
}

    .headerbar:after, .headerbar:before {
        content: " ";
        display: table
    }

    .headerbar:after {
        clear: both
    }

    .headerbar .navbar-devider {
        display: block;
        width: 20px;
        height: 5px
    }

.headerbar-left {
    position: absolute
}

    .headerbar-left a {
        float: left
    }

    .headerbar-left .header-nav {
        margin-left: 24px
    }

.headerbar-right {
    float: right
}

    .headerbar-right .header-nav {
        display: inline-block;
        float: left
    }

    .headerbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .headerbar-right .header-nav-toggle {
        margin-left: 0
    }

.header-nav {
    margin: 0 12px;
    padding-left: 0;
    list-style: none
}

    .header-nav > li {
        position: relative;
        display: block;
        padding: 14px 0 14px 12px;
        float: left
    }

        .header-nav > li:first-child {
            padding-left: 0
        }

        .header-nav > li > a {
            position: relative;
            display: block
        }

            .header-nav > li > a:focus, .header-nav > li > a:hover {
                text-decoration: none;
                background-color: rgba(12,12,12,0)
            }

        .header-nav > li.disabled > a {
            color: #96999c
        }

            .header-nav > li.disabled > a:focus, .header-nav > li.disabled > a:hover {
                color: #96999c;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .header-nav .open > a, .header-nav .open > a:focus, .header-nav .open > a:hover {
        background-color: #e5e6e6;
        border-color: #004280
    }

    .header-nav > li > a > img {
        max-width: none
    }

    .header-nav .btn-icon-toggle:hover {
        background-color: rgba(12,12,12,0);
        opacity: .7
    }

    .header-nav .navbar-search {
        float: right
    }

    .header-nav .header-nav-brand {
        display: inline-table;
        padding: 0;
        height: 55px
    }

        .header-nav .header-nav-brand .brand-holder {
            display: table-cell;
            vertical-align: middle
        }

        .header-nav .header-nav-brand a {
            text-decoration: none
        }

        .header-nav .header-nav-brand img {
            max-height: 39px
        }

.header-nav-profile .dropdown {
    padding: 0
}

    .header-nav-profile .dropdown > a {
        position: relative;
        min-height: 64px;
        min-width: 210px;
        padding: 12px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent
    }

        .header-nav-profile .dropdown > a:after {
            content: "\f107";
            position: absolute;
            *margin-right: .3em;
            right: 10px;
            top: 22px;
            font-family: FontAwesome;
            font-weight: 400;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased
        }

        .header-nav-profile .dropdown > a .ink {
            background-color: rgba(83,86,88,.15)
        }

    .header-nav-profile .dropdown img {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }

    .header-nav-profile .dropdown .profile-info {
        display: inline-block;
        vertical-align: middle;
        padding: 0 20px 0 10px;
        line-height: 15px
    }

        .header-nav-profile .dropdown .profile-info small {
            display: block;
            opacity: .5
        }

    .header-nav-profile .dropdown .dropdown-menu {
        min-width: 100%
    }

    .header-nav-profile .dropdown.open {
        color: #313335
    }

        .header-nav-profile .dropdown.open > a {
            margin-top: 6px;
            padding: 6px 12px 12px;
            min-height: 58px;
            background-color: #fff;
            border-color: rgba(255,255,255,.9);
            -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
            box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
        }

            .header-nav-profile .dropdown.open > a:after {
                top: 16px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg)
            }

        .header-nav-profile .dropdown.open .dropdown-menu {
            margin-top: -1px;
            border-top: none
        }

.header-nav-options .dropdown > a .badge {
    position: absolute;
    font-size: 10px;
    top: -1px;
    right: 4px
}

.header-nav-options .dropdown .dropdown-menu {
    top: 14px
}

@media (min-width:1200px) {
    .menubar-first.menubar-pin .header-nav .header-nav-brand {
        display: none
    }

    .menubar-first.menubar-pin #header {
        left: 240px
    }
}

@media (min-width:769px) {
    .menubar-first #header .menubar-toggle {
        display: none
    }

    .menubar-first #header {
        left: 64px
    }
}

@media (max-width:768px) {
    #header, .header-fixed #header {
        position: fixed
    }

        .header-fixed #header:before {
            z-index: 0;
            position: fixed;
            top: 0;
            display: block;
            width: 100%;
            height: 55px;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
            box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
        }

    .headerbar-left {
        z-index: 1011;
        left: 0;
        right: 0;
        height: 55px;
        background: #fff;
        border-bottom: 1px solid #e5e6e6
    }

    .header-fixed .headerbar-left {
        position: fixed
    }

    .headerbar-right {
        position: absolute;
        left: 0;
        right: 0;
        min-height: 55px;
        top: 55px;
        float: none !important;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
    }

        .headerbar-right .header-nav-options {
            margin-right: 12px;
            float: right
        }

        .headerbar-right .header-nav-profile {
            position: absolute;
            float: left
        }

        .headerbar-right .header-nav-toggle {
            position: absolute;
            z-index: 1012;
            top: -55px;
            right: 0
        }

    .header-fixed .headerbar-right .header-nav-toggle {
        position: fixed;
        top: 0
    }

    .headerbar-left .header-nav {
        margin-left: 12px
    }

    .header-nav-profile .dropdown img {
        width: 0;
        opacity: 0
    }

    .header-nav-profile .dropdown .profile-info {
        padding-left: 0;
        padding-right: 30px
    }

    .navbar-search {
        position: relative;
        z-index: 1
    }

        .navbar-search.expanded .form-group {
            max-width: 100%;
            width: 480px
        }
}

#header.header-inverse {
    background: #242a31;
    color: rgba(255,255,255,.6)
}

.header-inverse .header-nav .btn-icon-toggle:hover {
    background-color: rgba(255,255,255,.15)
}

@media (max-width:768px) {
    .header-inverse .headerbar-left {
        background: #242a31;
        border-bottom-color: rgba(255,255,255,.15)
    }

    .header-inverse .headerbar-right {
        background: #242a31
    }
}

#menubar {
    position: fixed;
    z-index: 1004;
    left: 0;
    top: 115px;
    bottom: 0;
    width: 64px;
    color: #333
}

.menubar-first #menubar {
    z-index: 1006
}

#menubar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
}

#menubar .nano-content:focus, #menubar .nano:focus {
    outline: 0
}

#menubar .nano-pane {
    z-index: 2;
    width: 5px;
    background: 0 0
}

#menubar .nano-slider {
    background: rgba(12,12,12,.2)
}

#menubar .menubar-scroll-panel {
    position: relative;
    padding-top: 16px;
    z-index: 2;
    min-height: 100%
}

#menubar .menubar-foot-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(12,12,12,.07);
    padding: 16px
}

.menubar-visible #menubar {
    width: 240px
}

#menubar.animate {
    -webkit-transition: width .5s cubic-bezier(.15,.99,.18,1.01);
    -o-transition: width .5s cubic-bezier(.15,.99,.18,1.01);
    transition: width .5s cubic-bezier(.15,.99,.18,1.01)
}

.menubar-first #menubar, body:not(.header-fixed) #menubar {
    top: 0
}

.menubar-fixed-panel {
    position: relative;
    display: inline-table;
    width: 100%;
    height: 55px;
    z-index: 10;
    border-bottom: 1px solid rgba(12,12,12,.07)
}

    .menubar-fixed-panel > div {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 12px
    }

        .menubar-fixed-panel > div:first-child {
            max-width: 26px
        }

    .menubar-fixed-panel a {
        text-decoration: none
    }

    .menubar-fixed-panel img {
        max-height: 39px
    }

    .menubar-fixed-panel .expanded {
        display: none
    }

.menubar-pin .menubar-fixed-panel .expanded, .menubar-visible .menubar-fixed-panel .expanded {
    display: table-cell
}

body:not(.menubar-first) .menubar-fixed-panel {
    display: none
}

#menubar.menubar-inverse {
    color: #fff
}

    #menubar.menubar-inverse:before {
        background: #3f72a1
    }

    #menubar.menubar-inverse .nano-slider {
        background: rgba(255,255,255,.4)
    }

.hidden-folded {
    display: none
}

.menubar-visible .hidden-folded {
    display: inherit
}

@media (min-width:1200px) {
    .menubar-pin #menubar {
        width: 240px
    }

    .menubar-pin .brand-holder {
        display: table-cell
    }

    .menubar-pin .hidden-folded {
        display: inherit
    }
}

@media (max-width:768px) {
    #menubar {
        width: 240px;
        z-index: 1013;
        -webkit-transform: translate(-250px,0);
        -ms-transform: translate(-250px,0);
        -o-transform: translate(-250px,0);
        transform: translate(-250px,0);
        -webkit-transition: -webkit-transform .5s ease-in;
        -moz-transition: -moz-transform .5s ease-in;
        -o-transition: -o-transform .5s ease-in;
        transition: transform .5s ease-in
    }

    .menubar-visible #menubar {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.15,.99,.18,1.01);
        -moz-transition: -moz-transform .5s cubic-bezier(.15,.99,.18,1.01);
        -o-transition: -o-transform .5s cubic-bezier(.15,.99,.18,1.01);
        transition: transform .5s cubic-bezier(.15,.99,.18,1.01)
    }

    #menubar {
        top: 115px
    }
}

@media (min-width:769px) {
    .header-single #menubar {
        top: 55px
    }

    .header-single #content {
        padding-top: 55px
    }
}

@media (max-width:768px) {
    .header-single #menubar {
        top: 119px
    }
}

.gui-controls {
    font-size: 13px;
    padding: 0;
    margin-bottom: 30px
}

    .gui-controls small {
        display: block;
        margin: 30px 12px 12px;
        font-size: 10px;
        font-weight: 500;
        opacity: .7
    }

.menubar-pin .gui-controls small, .menubar-visible .gui-controls small {
    color: #333
}

.gui-controls li:first-child > small {
    margin-top: 0
}

.gui-controls .badge {
    position: absolute;
    top: 1px;
    margin-left: 8px;
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 10px
}

.gui-controls li {
    list-style: none
}

    .gui-controls li.gui-folder > a {
        cursor: pointer
    }

.gui-controls > li {
    position: relative;
    margin-bottom: 12px
}

    .gui-controls > li > a {
        position: relative;
        display: block;
        text-decoration: none;
        padding: 12px 0;
        font-size: 13px;
        line-height: normal;
        border-radius: 0;
        min-height: 40px;
        min-width: 64px;
        z-index: 1
    }

        .gui-controls > li > a.btn-flat {
            padding: 12px 0
        }

        .gui-controls > li > a:focus {
            outline: 0
        }

    .gui-controls > li ul > li > a {
        position: relative;
        display: block;
        text-decoration: none;
        padding: 7px 17px 7px 57px;
        font-size: 13px;
        line-height: normal;
        border-radius: 0
    }

        .gui-controls > li ul > li > a.btn-flat {
            padding: 7px 8.5px
        }

        .gui-controls > li ul > li > a.active, .gui-controls > li ul > li > a:active, .gui-controls > li ul > li > a:focus, .gui-controls > li ul > li > a:hover {
            background-color: #ddd
        }

.gui-controls.nav > li > a:hover {
    background: inherit
}

.expanded-menu-item-markup .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: #ddd
}

.expanded-menu-item-markup .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #ddd;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear
}

.gui-controls li ul {
    padding: 0;
    display: none
}

.gui-controls li.expanded > ul {
    display: block
}

.gui-controls > li > ul > li > ul li:before {
    left: 51px
}

.gui-controls > li > ul > li > ul a {
    padding-left: 78px
}

    .gui-controls > li > ul > li > ul a:before {
        left: 51px
    }

.gui-controls > li > ul > li > ul > li > ul li:before {
    left: 72px
}

.gui-controls > li > ul > li > ul > li > ul a {
    padding-left: 99px
}

    .gui-controls > li > ul > li > ul > li > ul a:before {
        left: 72px
    }

.gui-controls > li > ul > li > ul > li > ul > li > ul li:before {
    left: 93px
}

.gui-controls > li > ul > li > ul > li > ul > li > ul a {
    padding-left: 120px
}

    .gui-controls > li > ul > li > ul > li > ul > li > ul a:before {
        left: 93px
    }

.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul li:before {
    left: 114px
}

.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a {
    padding-left: 141px
}

    .gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a:before {
        left: 114px
    }

.gui-controls li .title {
    position: relative;
    left: -10px;
    display: block;
    padding-left: 6px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    text-shadow: none;
    -webkit-transition: all .5s cubic-bezier(.15,.99,.18,1.01);
    -o-transition: all .5s cubic-bezier(.15,.99,.18,1.01);
    transition: all .5s cubic-bezier(.15,.99,.18,1.01)
}

.gui-controls li > a:hover .title {
    color: #004280
}

.gui-controls li.active > a .title {
    color: #004280;
    font-weight: 500
}

.gui-controls li.gui-folder.active > a .title, .gui-controls li.gui-folder.expanded > a .title, .gui-controls li.gui-folder > a .title {
    color: #333
}

.gui-controls > li > a .title {
    margin-left: 57px
}

.expanded-menu-title .gui-controls li .title, .menubar-visible .gui-controls li .title {
    left: 0;
    opacity: 1
}

.gui-folder > a:after {
    content: "<";
    position: absolute;
    top: 7px;
    display: inline-block;
    margin-left: -12px;
    color: rgba(51,51,51,.5);
    font-size: 12px;
    font-weight: inherit;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.gui-folder.expanded > a:after, .gui-folder.expanding > a:after {
    font-weight: 400;
    margin-top: -2px;
    margin-left: -12px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.gui-controls > .gui-folder > a:after {
    top: 12px;
    margin-left: 220px
}

.gui-controls > .gui-folder.expanded > a:after, .gui-controls > .gui-folder.expanding > a:after {
    color: rgba(51,51,51,.4);
    margin-left: 220px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.expanded-menu-sign .gui-folder > a:after, .menubar-visible .gui-folder > a:after {
    opacity: 1
}

.gui-icon {
    position: absolute;
    left: 12px;
    top: 0;
    width: 40px;
    height: 40px;
    color: #004280;
    font-size: 18px;
    overflow: hidden;
    border-radius: 0;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

    .gui-icon .fa:first-child, .gui-icon .glyphicon:first-child, .gui-icon .md:first-child {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 40px;
        width: 1em
    }

    .gui-icon:hover {
        background-color: transparent;
        color: #004280
    }

        .gui-icon:hover img {
            left: -5px;
            top: -5px;
            width: 50px;
            height: 50px
        }

.gui-controls a.expanded .gui-icon, .gui-controls li.active .gui-icon, .gui-controls li.active .gui-icon:hover, .gui-icon-active {
    background-color: transparent;
    border-color: #fff;
    color: #004280
}

.expanded-menu-icon .gui-folder:hover:not(.active) .gui-icon {
    background-color: transparent;
    color: #004280
}

.expanded-menu-icon .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: inherit
}

.expanded-menu-icon .gui-icon:hover {
    background: inherit
}

.gui-controls a.blink .gui-icon {
    -webkit-animation: normal 1.4s 4 blink cubic-bezier(.9,0,.1,1) 1s ease-in;
    -moz-animation: normal 1.4s 4 blink cubic-bezier(.9,0,.1,1) 1s ease-in;
    -ms-animation: normal 1.4s 4 blink cubic-bezier(.9,0,.1,1) 1s ease-in;
    -o-animation: normal 1.4s 4 blink cubic-bezier(.9,0,.1,1) 1s ease-in;
    animation: normal 1.4s 4 blink cubic-bezier(.9,0,.1,1) 1s ease-in
}

@-moz-keyframes blink {
    50% {
        background-color: transparent;
        border-color: #fff;
        color: #004280
    }
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent;
        border-color: #fff;
        color: #004280
    }
}

@keyframes blink {
    50% {
        background-color: transparent;
        border-color: #fff;
        color: #004280
    }
}

@media (min-width:1200px) {
    .menubar-pin .gui-controls > li:not(.gui-folder) > a:hover {
        background-color: #ddd
    }

    .menubar-pin .gui-controls > li.active:not(.gui-folder) > a {
        background-color: #ddd;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear
    }

    .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
        background-color: #004280
    }

    .menubar-pin .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
        background-color: #004280
    }

    .menubar-pin .gui-controls li .title {
        left: 0;
        opacity: 1
    }

    .menubar-pin .gui-folder > a:after {
        opacity: 1
    }

    .menubar-pin .gui-folder:hover:not(.active) .gui-icon {
        background-color: transparent;
        color: #004280
    }

    .menubar-pin .gui-controls > li:not(.gui-folder) .gui-icon:hover {
        background: inherit
    }

    .menubar-pin .gui-icon:hover {
        background: inherit
    }

    .menubar-pin .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
        background-color: transparent;
        color: #fff
    }

    .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
        background: 0 0
    }

    .menubar-pin .menubar-inverse .gui-icon:hover {
        background: inherit
    }
}

.gui-controls li a:hover {
    background-color: #ddd
}

.gui-controls .expanded > ul > li > ul, .gui-controls .gui-folder > ul {
    background-color: #fff
}

.gui-controls .gui-folder .gui-icon a {
    background-color: transparent
}

.menubar-pin .menubar-inverse .gui-controls small, .menubar-visible .menubar-inverse .gui-controls small {
    color: #fff
}

.menubar-inverse .gui-controls > li ul > li > a.active, .menubar-inverse .gui-controls > li ul > li > a:active, .menubar-inverse .gui-controls > li ul > li > a:focus, .menubar-inverse .gui-controls > li ul > li > a:hover {
    background-color: #004280
}

.expanded-menu-item-markup .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: #004280
}

.expanded-menu-item-markup .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #004280
}

.menubar-visible .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: #ddd
}

.menubar-visible .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #ddd;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear
}

.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: #004280
}

.menubar-visible .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #004280
}

.menubar-inverse .gui-controls li .title, .menubar-inverse .gui-controls li.active > a .title, .menubar-inverse .gui-controls li.gui-folder.active > a .title, .menubar-inverse .gui-controls li.gui-folder.expanded > a .title, .menubar-inverse .gui-controls li.gui-folder > a .title, .menubar-inverse .gui-controls li > a:hover .title {
    color: #fff
}

.menubar-inverse .gui-folder > a:after {
    color: rgba(255,255,255,.5)
}

.menubar-inverse .gui-controls > .gui-folder.expanded > a:after, .menubar-inverse .gui-controls > .gui-folder.expanding > a:after {
    color: rgba(255,255,255,.4)
}

.menubar-inverse .gui-icon {
    color: #fff
}

    .menubar-inverse .gui-icon:hover {
        background-color: transparent;
        color: #fff
    }

.menubar-inverse .gui-controls a.expanded .gui-icon, .menubar-inverse .gui-controls li.active .gui-icon, .menubar-inverse .gui-controls li.active .gui-icon:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.menubar-inverse .gui-icon-active {
    background-color: #C00;
    border-color: #fff;
    color: #fff
}

.expanded-menu-icon .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
    background-color: transparent;
    color: #fff
}

.expanded-menu-icon .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: 0 0
}

.expanded-menu-icon .menubar-inverse .gui-icon:hover {
    background: inherit
}

.menubar-visible .gui-folder:hover:not(.active) .gui-icon {
    background-color: transparent;
    color: #004280
}

.menubar-visible .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: inherit
}

.menubar-visible .gui-icon:hover {
    background: inherit
}

.menubar-visible .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
    background-color: transparent;
    color: #fff
}

.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: 0 0
}

.menubar-visible .menubar-inverse .gui-icon:hover {
    background: inherit
}

@media (min-width:1200px) {
    .menubar-pin .gui-controls > li:not(.gui-folder) > a:hover {
        background-color: #ddd
    }

    .menubar-pin .gui-controls > li.active:not(.gui-folder) > a {
        background-color: #ddd;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear
    }

    .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
        background-color: #004280
    }

    .menubar-pin .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
        background-color: #004280
    }

    .menubar-pin .gui-folder:hover:not(.active) .gui-icon {
        background-color: transparent;
        color: #004280
    }

    .menubar-pin .gui-controls > li:not(.gui-folder) .gui-icon:hover {
        background: inherit
    }

    .menubar-pin .gui-icon:hover {
        background: inherit
    }

    .menubar-pin .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
        background-color: transparent;
        color: #fff
    }

    .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
        background: 0 0
    }

    .menubar-pin .menubar-inverse .gui-icon:hover {
        background: inherit
    }
}

.menubar-inverse .gui-controls li a:hover {
    background-color: #004280
}

.menubar-inverse .gui-controls .gui-folder > ul {
    background-color: #4c87bf
}

.menubar-inverse .gui-controls .expanded > ul > li > ul {
    background-color: #5794cd
}

.menubar-inverse .gui-controls .gui-folder .gui-icon a {
    background-color: transparent
}

section {
    position: relative;
    padding: 24px
}

    section:first-child {
        padding-top: 0
    }

.row section {
    margin-bottom: 0
}

section.full-bleed {
    padding: 0 !important
}

.section-body:first-child {
    margin-top: 24px
}

.full-bleed .section-body:first-child {
    margin-top: 0
}

.section-body.full-bleed {
    margin: 0 -24px
}

.section-header {
    height: 64px;
    padding: 14px 0
}

    .section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
        text-shadow: none;
        line-height: 1.84615385;
        margin: 0
    }

    .section-header h1 {
        margin-top: -9px;
        margin-bottom: -6px
    }

    .section-header h2 {
        margin-top: -3px;
        margin-bottom: -6px
    }

    .section-header h3 {
        margin-top: 0
    }

    .section-header h4 {
        margin-top: 5px
    }

    .section-header h5 {
        margin-top: 9px
    }

    .section-header h6 {
        margin-top: 8px
    }

.section-action {
    position: relative;
    height: 55px;
    padding-bottom: 8px;
    padding-top: 8px
}

    .section-action:after, .section-action:before {
        content: " ";
        display: table
    }

    .section-action:after {
        clear: both
    }

.full-content .section-action {
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 64px;
    right: 0;
    -webkit-box-shadow: 0 -1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,.33)
}

.section-action-row {
    padding: 6px 16px
}

.section-floating-action-row {
    position: absolute;
    right: 24px;
    top: 0
}

    .section-floating-action-row .btn {
        top: -20px
    }

    .section-floating-action-row .btn-lg {
        top: -28px
    }

    .section-floating-action-row .btn-sm {
        top: -18px
    }

    .section-floating-action-row .btn-xs {
        top: -15px
    }

section.section-account .img-backdrop {
    background-position: center;
    height: 0
}

section.section-account .spacer {
    display: block;
    position: relative
}

section.section-account .img-circle {
    float: left;
    right: 0;
    border: 5px solid #fff;
    margin-right: 20px;
    width: 120px;
    height: 120px
}

@media (min-height:500px) and (max-height:700px) {
    section.section-account .img-backdrop, section.section-account .spacer {
        height: 150px
    }

    section.section-account .img-circle {
        position: absolute;
        top: -80px;
        margin-right: 0
    }

    section.section-account .img-backdrop {
        -webkit-animation: backdrop-animation .8s ease-out 1s ease-in;
        -moz-animation: backdrop-animation .8s ease-out 1s ease-in;
        -ms-animation: backdrop-animation .8s ease-out 1s ease-in;
        -o-animation: backdrop-animation .8s ease-out 1s ease-in;
        animation: backdrop-animation .8s ease-out 1s ease-in
    }

    section.section-account .card-body {
        -webkit-animation: box-animation 1s ease-out 1s ease-in;
        -moz-animation: box-animation 1s ease-out 1s ease-in;
        -ms-animation: box-animation 1s ease-out 1s ease-in;
        -o-animation: box-animation 1s ease-out 1s ease-in;
        animation: box-animation 1s ease-out 1s ease-in
    }
}

@media (min-height:700px) {
    section.section-account .img-backdrop, section.section-account .spacer {
        height: 300px
    }

    section.section-account .img-circle {
        position: absolute;
        top: -80px;
        margin-right: 0
    }

    section.section-account .img-backdrop {
        -webkit-animation: backdrop-animation .8s ease-out 1s ease-in;
        -moz-animation: backdrop-animation .8s ease-out 1s ease-in;
        -ms-animation: backdrop-animation .8s ease-out 1s ease-in;
        -o-animation: backdrop-animation .8s ease-out 1s ease-in;
        animation: backdrop-animation .8s ease-out 1s ease-in
    }

    section.section-account .card-body {
        -webkit-animation: box-animation 1s ease-out 1s ease-in;
        -moz-animation: box-animation 1s ease-out 1s ease-in;
        -ms-animation: box-animation 1s ease-out 1s ease-in;
        -o-animation: box-animation 1s ease-out 1s ease-in;
        animation: box-animation 1s ease-out 1s ease-in
    }
}

@-webkit-keyframes backdrop-animation {
    from {
        margin-top: -10px
    }

    to {
        margin-top: 0
    }
}

@keyframes backdrop-animation {
    from {
        margin-top: -10px
    }

    to {
        margin-top: 0
    }
}

@-webkit-keyframes box-animation {
    from {
        opacity: 0;
        margin-top: -20px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@keyframes box-animation {
    from {
        opacity: 0;
        margin-top: -20px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .menubar-pin.full-content .section-action {
        left: 240px
    }
}

@media (min-width:769px) {
    .full-content section {
        position: absolute;
        top: 55px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto
    }

        .full-content section.has-actions {
            bottom: 55px
        }
}

@media (max-width:768px) {
    section {
        padding: 12px
    }

    .full-content section.has-actions {
        padding-bottom: 55px
    }

    .full-content .section-action {
        left: 0
    }
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: baseline
}

.table thead {
    opacity: .75
}

    .table thead > tr > th {
        color: inherit;
        font-weight: 500
    }

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: rgba(163,166,168,.2)
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(242,242,243,.35)
}

.table-banded > tbody > tr > td:nth-child(odd), .table-banded > tbody > tr > th:nth-child(odd) {
    background-color: rgba(242,242,243,.35)
}

.table-no-border, .table-no-border > tbody > tr > td, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > td, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > thead > tr > th {
    border-color: transparent
}

.table-condensed > tbody > tr > td {
    vertical-align: middle
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(229,230,230,.25)
}

.input-group-lg > .input-group-addon, .input-group-lg > .input-group-content > .form-control {
    height: 45px;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-content > .form-control {
    height: 45px;
    line-height: 45px
}

select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-content > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-content > .form-control {
    height: auto
}

.floating-label .input-group-lg > .input-group-addon ~ label, .floating-label .input-group-lg > .input-group-content > .form-control ~ label {
    font-size: 1.6em
}

.input-group-sm > .input-group-addon, .input-group-sm > .input-group-content > .form-control {
    height: 30px;
    padding: 0;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0
}

select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-content > .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-content > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-content > .form-control {
    height: auto
}

.floating-label .input-group-sm > .input-group-addon ~ label, .floating-label .input-group-sm > .input-group-content > .form-control ~ label {
    font-size: 1em
}

.input-group-addon {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    opacity: .7
}

.input-group-addon, .input-group-btn {
    padding-left: 10px
}

    .input-group-addon:first-child, .input-group-btn:first-child {
        padding-left: 0;
        padding-right: 10px
    }

    .input-group-addon:last-child, .input-group-btn:last-child {
        padding-right: 0
    }

    .input-group-addon .btn-floating-action, .input-group-btn .btn-floating-action {
        margin-top: -7px
    }

        .input-group-addon .btn-floating-action.btn-lg, .input-group-btn .btn-floating-action.btn-lg {
            margin-top: -19px
        }

.input-group-content {
    position: relative;
    display: table-cell;
    vertical-align: bottom
}

.input-group .form-control-static {
    display: table-cell
}

    .input-group .form-control-static:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .input-group .form-control-static:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group .form-control-static:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.form .form-group .input-group {
    margin-top: -16px
}

.form .form-group .input-group-addon, .form .form-group .input-group-btn, .form .form-group .input-group-content {
    padding-top: 16px
}

.form .form-group .input-group-addon {
    vertical-align: bottom
}

    .form .form-group .input-group-addon:first-child {
        min-width: 42px;
        text-align: left
    }

legend {
    display: table;
    width: 100%;
    margin: 13px 0 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none
}

    legend span {
        display: table-cell;
        padding: 0 10px 0 0;
        position: relative;
        bottom: -7px;
        white-space: nowrap;
        opacity: .8
    }

    legend:after, legend:before {
        content: '';
        display: table-cell;
        border-bottom: 1px solid rgba(12,12,12,.25)
    }

    legend:before {
        width: 0
    }

    legend:after {
        width: 100%
    }

    legend.text-center span {
        padding: 0 10px
    }

    legend.text-center:after, legend.text-center:before {
        width: 50%
    }

    legend.text-right span {
        padding: 0 0 0 10px
    }

    legend.text-right:before {
        width: 100%
    }

    legend.text-right:after {
        width: 0
    }

label {
    font-weight: 400
}

.form-group .control-label, .form-group > label {
    font-size: 12px;
    opacity: .5;
    margin-bottom: 0
}

.form .form-group > label, .form-inline .form-group > label {
    position: absolute;
    top: 0;
    left: 0
}

.form-control-static {
    font-size: 16px
}

.form-control-feedback, .has-feedback label ~ .form-control-feedback {
    top: auto;
    bottom: 0
}

.form-control {
    padding: 0;
    height: 37px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: rgba(12,12,12,.12);
    background: 0 0;
    color: #0c0c0c;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .form-control.placeholder {
        color: #96999c
    }

        .form-control.placeholder option {
            color: #0c0c0c
        }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: transparent;
        border-bottom-color: rgba(12,12,12,.2);
        border-bottom-style: dashed
    }

        .form-control[disabled]::-moz-placeholder, .form-control[readonly]::-moz-placeholder, fieldset[disabled] .form-control::-moz-placeholder {
            color: #b0b3b5;
            opacity: 1
        }

        .form-control[disabled]:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder, fieldset[disabled] .form-control:-ms-input-placeholder {
            color: #b0b3b5
        }

        .form-control[disabled]::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder, fieldset[disabled] .form-control::-webkit-input-placeholder {
            color: #b0b3b5
        }

        .form-control[disabled] ~ .form-control-line:after, .form-control[disabled] ~ label:after, .form-control[readonly] ~ .form-control-line:after, .form-control[readonly] ~ label:after, fieldset[disabled] .form-control ~ .form-control-line:after, fieldset[disabled] .form-control ~ label:after {
            display: none
        }

textarea.form-control {
    padding: 4px 0
}

textarea.autosize {
    min-height: 38px
}

.form .form-group, .form-inline .form-group {
    padding-top: 16px
}

.form-group {
    position: relative;
    margin-bottom: 19px
}

    .form-group .form-control:not(.static) ~ .form-control-line, .form-group .form-control:not(.static) ~ label {
        -webkit-transition: .2s ease all;
        -o-transition: .2s ease all;
        transition: .2s ease all
    }

    .form-group .form-control ~ .form-control-line, .form-group .form-control ~ label {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        pointer-events: none
    }

        .form-group .form-control ~ .form-control-line:after, .form-group .form-control ~ label:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 45%;
            height: 2px;
            width: 10px;
            visibility: hidden;
            background-color: #004280;
            -webkit-transition: .2s ease all;
            -o-transition: .2s ease all;
            transition: .2s ease all
        }

    .form-group .form-control ~ label {
        top: 0;
        margin-bottom: 0;
        font-size: 12px;
        opacity: .5
    }

    .form-group .form-control:focus {
        border-color: rgba(12,12,12,.12)
    }

        .form-group .form-control:focus ~ label {
            color: #004280;
            opacity: 1
        }

            .form-group .form-control:focus ~ .form-control-line:after, .form-group .form-control:focus ~ label:after {
                visibility: visible;
                width: 100%;
                left: 0
            }

.floating-label .form-control ~ label {
    top: 19px;
    font-size: 16px
}

.floating-label .form-control.dirty ~ label, .floating-label .form-control:focus ~ label {
    top: 0;
    font-size: 12px !important
}

.input-sm {
    height: 30px;
    padding: 0;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.floating-label .input-sm ~ label {
    font-size: 1em
}

.input-lg {
    height: 45px;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.floating-label .input-lg ~ label {
    font-size: 1.6em
}

.form-group.control-width-tiny {
    max-width: 40px
}

.form-group.control-width-mini {
    max-width: 72px
}

.form-group.control-width-small {
    max-width: 136px
}

.form-group.control-width-medium {
    max-width: 200px
}

.form-group.control-width-normal {
    max-width: 300px
}

.form-group.control-width-large {
    max-width: 500px
}

.form-group.control-width-xlarge {
    max-width: 800px
}

.form-group.control-width-xxlarge {
    max-width: 1200px
}

textarea.control-2-rows {
    height: 64px
}

textarea.control-3-rows {
    height: 96px
}

textarea.control-4-rows {
    height: 128px
}

textarea.control-5-rows {
    height: 160px
}

textarea.control-6-rows {
    height: 192px
}

textarea.control-7-rows {
    height: 224px
}

textarea.control-8-rows {
    height: 256px
}

textarea.control-9-rows {
    height: 288px
}

textarea.control-10-rows {
    height: 320px
}

textarea.control-11-rows {
    height: 352px
}

textarea.control-12-rows {
    height: 384px
}

textarea.no-resize {
    resize: none
}

.form-horizontal .form-group {
    padding-top: 0;
    margin-bottom: 11px
}

.form-horizontal .form-control ~ .form-control-line {
    left: 12px;
    right: 12px;
    width: auto
}

.form-horizontal .input-group .form-control ~ .form-control-line {
    left: 0;
    right: 0
}

@media (min-width:769px) {
    .form-inline .form-group {
        margin-right: 12px
    }

    .form-inline .btn, .form-inline .checkbox, .form-inline .radio {
        margin-top: 16px;
        margin-right: 12px
    }
}

.help-block {
    position: absolute;
    right: 0;
    bottom: -20px;
    margin: 0;
    color: inherit;
    opacity: .7;
    font-size: 12px
}

.form-horizontal .help-block {
    bottom: -20px;
    right: 10px
}

.form-horizontal span.help-block, span.help-block {
    right: auto
}

.form-inverse .form-group .form-control {
    color: #f2f2f3;
    border-bottom-color: rgba(255,255,255,.25)
}

    .form-inverse .form-group .form-control::-moz-placeholder {
        color: rgba(255,255,255,.5);
        opacity: 1
    }

    .form-inverse .form-group .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.5)
    }

    .form-inverse .form-group .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.5)
    }

    .form-inverse .form-group .form-control ~ .form-control-line:after, .form-inverse .form-group .form-control ~ label:after {
        background-color: #a6cbed
    }

    .form-inverse .form-group .form-control:focus {
        border-color: rgba(255,255,255,.25)
    }

        .form-inverse .form-group .form-control:focus ~ label {
            color: #a6cbed
        }

    .form-inverse .form-group .form-control[disabled], .form-inverse .form-group .form-control[readonly], fieldset[disabled] .form-inverse .form-group .form-control {
        border-bottom-color: rgba(255,255,255,.4)
    }

.form-inverse select:focus {
    background: #fff;
    color: #313335 !important
}

.has-warning .help-block {
    color: #d98289;
    opacity: 1
}

.has-warning .form-control, .has-warning .form-control.dirty, .has-warning .form-control:focus {
    border-bottom-color: #d98289
}

    .has-warning .form-control.dirty ~ label, .has-warning .form-control:focus ~ label, .has-warning .form-control ~ .form-control-line, .has-warning .form-control ~ label {
        color: inherit
    }

        .has-warning .form-control ~ .form-control-line:after, .has-warning .form-control ~ label:after {
            background-color: #d98289
        }

.has-warning .control-label, .has-warning .form-control-feedback, .has-warning label {
    color: #d98289
}

.form-horizontal .has-warning .control-label, .form-horizontal .has-warning .form-control-feedback, .form-horizontal .has-warning label {
    opacity: 1
}

.form-inverse .has-warning .help-block {
    color: #e62e3d;
    opacity: 1
}

.form-inverse .has-warning .form-control, .form-inverse .has-warning .form-control.dirty, .form-inverse .has-warning .form-control:focus {
    border-bottom-color: #e62e3d
}

    .form-inverse .has-warning .form-control.dirty ~ label, .form-inverse .has-warning .form-control:focus ~ label, .form-inverse .has-warning .form-control ~ .form-control-line, .form-inverse .has-warning .form-control ~ label {
        color: inherit
    }

        .form-inverse .has-warning .form-control ~ .form-control-line:after, .form-inverse .has-warning .form-control ~ label:after {
            background-color: #e62e3d
        }

.form-inverse .has-warning .control-label, .form-inverse .has-warning .form-control-feedback, .form-inverse .has-warning label {
    color: #e62e3d
}

.form-horizontal .form-inverse .has-warning .control-label, .form-horizontal .form-inverse .has-warning .form-control-feedback, .form-horizontal .form-inverse .has-warning label {
    opacity: 1
}

.has-error .help-block {
    color: #c85a64;
    opacity: 1
}

.has-error .form-control, .has-error .form-control.dirty, .has-error .form-control:focus {
    border-bottom-color: #c85a64
}

    .has-error .form-control.dirty ~ label, .has-error .form-control:focus ~ label, .has-error .form-control ~ .form-control-line, .has-error .form-control ~ label {
        color: inherit
    }

        .has-error .form-control ~ .form-control-line:after, .has-error .form-control ~ label:after {
            background-color: #c85a64
        }

.has-error .control-label, .has-error .form-control-feedback, .has-error label {
    color: #c85a64
}

.form-horizontal .has-error .control-label, .form-horizontal .has-error .form-control-feedback, .form-horizontal .has-error label {
    opacity: 1
}

.form-inverse .has-error .help-block {
    color: #e64553;
    opacity: 1
}

.form-inverse .has-error .form-control, .form-inverse .has-error .form-control.dirty, .form-inverse .has-error .form-control:focus {
    border-bottom-color: #e64553
}

    .form-inverse .has-error .form-control.dirty ~ label, .form-inverse .has-error .form-control:focus ~ label, .form-inverse .has-error .form-control ~ .form-control-line, .form-inverse .has-error .form-control ~ label {
        color: inherit
    }

        .form-inverse .has-error .form-control ~ .form-control-line:after, .form-inverse .has-error .form-control ~ label:after {
            background-color: #e64553
        }

.form-inverse .has-error .control-label, .form-inverse .has-error .form-control-feedback, .form-inverse .has-error label {
    color: #e64553
}

.form-horizontal .form-inverse .has-error .control-label, .form-horizontal .form-inverse .has-error .form-control-feedback, .form-horizontal .form-inverse .has-error label {
    opacity: 1
}

.has-success .help-block {
    color: #999798;
    opacity: 1
}

.has-success .form-control, .has-success .form-control.dirty, .has-success .form-control:focus {
    border-bottom-color: #999798
}

    .has-success .form-control.dirty ~ label, .has-success .form-control:focus ~ label, .has-success .form-control ~ .form-control-line, .has-success .form-control ~ label {
        color: inherit
    }

        .has-success .form-control ~ .form-control-line:after, .has-success .form-control ~ label:after {
            background-color: #999798
        }

.has-success .control-label, .has-success .form-control-feedback, .has-success label {
    color: #999798
}

.form-horizontal .has-success .control-label, .form-horizontal .has-success .form-control-feedback, .form-horizontal .has-success label {
    opacity: 1
}

.form-inverse .has-success .help-block {
    color: #e64595;
    opacity: 1
}

.form-inverse .has-success .form-control, .form-inverse .has-success .form-control.dirty, .form-inverse .has-success .form-control:focus {
    border-bottom-color: #e64595
}

    .form-inverse .has-success .form-control.dirty ~ label, .form-inverse .has-success .form-control:focus ~ label, .form-inverse .has-success .form-control ~ .form-control-line, .form-inverse .has-success .form-control ~ label {
        color: inherit
    }

        .form-inverse .has-success .form-control ~ .form-control-line:after, .form-inverse .has-success .form-control ~ label:after {
            background-color: #e64595
        }

.form-inverse .has-success .control-label, .form-inverse .has-success .form-control-feedback, .form-inverse .has-success label {
    color: #e64595
}

.form-horizontal .form-inverse .has-success .control-label, .form-horizontal .form-inverse .has-success .form-control-feedback, .form-horizontal .form-inverse .has-success label {
    opacity: 1
}

.btn-default-bright {
    color: #313335;
    background-color: #fff;
    border-color: #e5e6e6
}

    .btn-default-bright.active, .btn-default-bright.focus, .btn-default-bright:active, .btn-default-bright:focus, .btn-default-bright:hover, .open > .dropdown-toggle.btn-default-bright {
        color: #e5e6e6;
        background-color: #e6e6e6;
        border-color: #c5c7c9
    }

    .btn-default-bright.active, .btn-default-bright:active, .open > .dropdown-toggle.btn-default-bright {
        background-image: none
    }

    .btn-default-bright.disabled, .btn-default-bright.disabled.active, .btn-default-bright.disabled.focus, .btn-default-bright.disabled:active, .btn-default-bright.disabled:focus, .btn-default-bright.disabled:hover, .btn-default-bright[disabled], .btn-default-bright[disabled].active, .btn-default-bright[disabled].focus, .btn-default-bright[disabled]:active, .btn-default-bright[disabled]:focus, .btn-default-bright[disabled]:hover, fieldset[disabled] .btn-default-bright, fieldset[disabled] .btn-default-bright.active, fieldset[disabled] .btn-default-bright.focus, fieldset[disabled] .btn-default-bright:active, fieldset[disabled] .btn-default-bright:focus, fieldset[disabled] .btn-default-bright:hover {
        background-color: #fff;
        border-color: #e5e6e6
    }

    .btn-default-bright .badge {
        color: #fff;
        background-color: #e5e6e6
    }

    .btn-default-bright:focus, .btn-default-bright:hover, .open .dropdown-toggle.btn-default-bright {
        color: #313335;
        background-color: #ededed;
        border-color: #ededed
    }

    .btn-default-bright.active, .btn-default-bright:active {
        color: #313335;
        background-color: #e6e6e6;
        border-color: #e6e6e6
    }

    .btn-default-bright.btn-flat, .btn-default-bright.btn-icon-toggle {
        color: #e5e6e6
    }

.open .dropdown-toggle.btn-default-bright.btn-flat, .open .dropdown-toggle.btn-default-bright.btn-icon-toggle {
    color: #fff
}

.btn-default-light {
    color: #313335;
    background-color: #f2f2f3;
    border-color: #f2f2f3
}

    .btn-default-light.active, .btn-default-light.focus, .btn-default-light:active, .btn-default-light:focus, .btn-default-light:hover, .open > .dropdown-toggle.btn-default-light {
        color: #bdbfc1;
        background-color: #d8d9da;
        border-color: #d2d4d5
    }

    .btn-default-light.active, .btn-default-light:active, .open > .dropdown-toggle.btn-default-light {
        background-image: none
    }

    .btn-default-light.disabled, .btn-default-light.disabled.active, .btn-default-light.disabled.focus, .btn-default-light.disabled:active, .btn-default-light.disabled:focus, .btn-default-light.disabled:hover, .btn-default-light[disabled], .btn-default-light[disabled].active, .btn-default-light[disabled].focus, .btn-default-light[disabled]:active, .btn-default-light[disabled]:focus, .btn-default-light[disabled]:hover, fieldset[disabled] .btn-default-light, fieldset[disabled] .btn-default-light.active, fieldset[disabled] .btn-default-light.focus, fieldset[disabled] .btn-default-light:active, fieldset[disabled] .btn-default-light:focus, fieldset[disabled] .btn-default-light:hover {
        background-color: #f2f2f3;
        border-color: #f2f2f3
    }

    .btn-default-light .badge {
        color: #f2f2f3;
        background-color: #bdbfc1
    }

    .btn-default-light:focus, .btn-default-light:hover, .open .dropdown-toggle.btn-default-light {
        color: #313335;
        background-color: #dfe0e1;
        border-color: #dfe0e1
    }

    .btn-default-light.active, .btn-default-light:active {
        color: #fff;
        background-color: #d8d9da;
        border-color: #d8d9da
    }

    .btn-default-light.btn-flat, .btn-default-light.btn-icon-toggle {
        color: #bdbfc1
    }

.open .dropdown-toggle.btn-default-light.btn-flat, .open .dropdown-toggle.btn-default-light.btn-icon-toggle {
    color: #f2f2f3
}

.btn-default-dark {
    color: #fff;
    background-color: #20252b;
    border-color: #20252b
}

    .btn-default-dark.active, .btn-default-dark.focus, .btn-default-dark:active, .btn-default-dark:focus, .btn-default-dark:hover, .open > .dropdown-toggle.btn-default-dark {
        color: #20252b;
        background-color: #0a0c0e;
        border-color: #060708
    }

    .btn-default-dark.active, .btn-default-dark:active, .open > .dropdown-toggle.btn-default-dark {
        background-image: none
    }

    .btn-default-dark.disabled, .btn-default-dark.disabled.active, .btn-default-dark.disabled.focus, .btn-default-dark.disabled:active, .btn-default-dark.disabled:focus, .btn-default-dark.disabled:hover, .btn-default-dark[disabled], .btn-default-dark[disabled].active, .btn-default-dark[disabled].focus, .btn-default-dark[disabled]:active, .btn-default-dark[disabled]:focus, .btn-default-dark[disabled]:hover, fieldset[disabled] .btn-default-dark, fieldset[disabled] .btn-default-dark.active, fieldset[disabled] .btn-default-dark.focus, fieldset[disabled] .btn-default-dark:active, fieldset[disabled] .btn-default-dark:focus, fieldset[disabled] .btn-default-dark:hover {
        background-color: #20252b;
        border-color: #20252b
    }

    .btn-default-dark .badge {
        color: #20252b;
        background-color: #20252b
    }

    .btn-default-dark:focus, .btn-default-dark:hover, .open .dropdown-toggle.btn-default-dark {
        color: #fff;
        background-color: #111317;
        border-color: #111317
    }

    .btn-default-dark.active, .btn-default-dark:active {
        color: #fff;
        background-color: #0a0c0e;
        border-color: #0a0c0e
    }

    .btn-default-dark.btn-flat, .btn-default-dark.btn-icon-toggle, .open .dropdown-toggle.btn-default-dark.btn-flat, .open .dropdown-toggle.btn-default-dark.btn-icon-toggle {
        color: #20252b
    }

.btn-primary-bright {
    color: #fff;
    background-color: #c5d8eb;
    border-color: #c5d8eb
}

    .btn-primary-bright.active, .btn-primary-bright.focus, .btn-primary-bright:active, .btn-primary-bright:focus, .btn-primary-bright:hover, .open > .dropdown-toggle.btn-primary-bright {
        color: #c5d8eb;
        background-color: #9fbfdd;
        border-color: #98badb
    }

    .btn-primary-bright.active, .btn-primary-bright:active, .open > .dropdown-toggle.btn-primary-bright {
        background-image: none
    }

    .btn-primary-bright.disabled, .btn-primary-bright.disabled.active, .btn-primary-bright.disabled.focus, .btn-primary-bright.disabled:active, .btn-primary-bright.disabled:focus, .btn-primary-bright.disabled:hover, .btn-primary-bright[disabled], .btn-primary-bright[disabled].active, .btn-primary-bright[disabled].focus, .btn-primary-bright[disabled]:active, .btn-primary-bright[disabled]:focus, .btn-primary-bright[disabled]:hover, fieldset[disabled] .btn-primary-bright, fieldset[disabled] .btn-primary-bright.active, fieldset[disabled] .btn-primary-bright.focus, fieldset[disabled] .btn-primary-bright:active, fieldset[disabled] .btn-primary-bright:focus, fieldset[disabled] .btn-primary-bright:hover {
        background-color: #c5d8eb;
        border-color: #c5d8eb
    }

    .btn-primary-bright .badge {
        color: #c5d8eb;
        background-color: #c5d8eb
    }

    .btn-primary-bright:focus, .btn-primary-bright:hover, .open .dropdown-toggle.btn-primary-bright {
        color: #fff;
        background-color: #abc7e1;
        border-color: #abc7e1
    }

    .btn-primary-bright.active, .btn-primary-bright:active {
        color: #fff;
        background-color: #9fbfdd;
        border-color: #9fbfdd
    }

    .btn-primary-bright.btn-flat, .btn-primary-bright.btn-icon-toggle, .open .dropdown-toggle.btn-primary-bright.btn-flat, .open .dropdown-toggle.btn-primary-bright.btn-icon-toggle {
        color: #c5d8eb
    }

.btn-primary-light {
    color: #fff;
    background-color: #75a1ca;
    border-color: #75a1ca
}

    .btn-primary-light.active, .btn-primary-light.focus, .btn-primary-light:active, .btn-primary-light:focus, .btn-primary-light:hover, .open > .dropdown-toggle.btn-primary-light {
        color: #75a1ca;
        background-color: #5087bb;
        border-color: #4982b9
    }

    .btn-primary-light.active, .btn-primary-light:active, .open > .dropdown-toggle.btn-primary-light {
        background-image: none
    }

    .btn-primary-light.disabled, .btn-primary-light.disabled.active, .btn-primary-light.disabled.focus, .btn-primary-light.disabled:active, .btn-primary-light.disabled:focus, .btn-primary-light.disabled:hover, .btn-primary-light[disabled], .btn-primary-light[disabled].active, .btn-primary-light[disabled].focus, .btn-primary-light[disabled]:active, .btn-primary-light[disabled]:focus, .btn-primary-light[disabled]:hover, fieldset[disabled] .btn-primary-light, fieldset[disabled] .btn-primary-light.active, fieldset[disabled] .btn-primary-light.focus, fieldset[disabled] .btn-primary-light:active, fieldset[disabled] .btn-primary-light:focus, fieldset[disabled] .btn-primary-light:hover {
        background-color: #75a1ca;
        border-color: #75a1ca
    }

    .btn-primary-light .badge {
        color: #75a1ca;
        background-color: #75a1ca
    }

    .btn-primary-light:focus, .btn-primary-light:hover, .open .dropdown-toggle.btn-primary-light {
        color: #fff;
        background-color: #5b8fc0;
        border-color: #5b8fc0
    }

    .btn-primary-light.active, .btn-primary-light:active {
        color: #fff;
        background-color: #5087bb;
        border-color: #5087bb
    }

    .btn-primary-light.btn-flat, .btn-primary-light.btn-icon-toggle, .open .dropdown-toggle.btn-primary-light.btn-flat, .open .dropdown-toggle.btn-primary-light.btn-icon-toggle {
        color: #75a1ca
    }

.btn-primary-dark {
    color: #fff;
    background-color: #001f43;
    border-color: #001f43
}

    .btn-primary-dark.active, .btn-primary-dark.focus, .btn-primary-dark:active, .btn-primary-dark:focus, .btn-primary-dark:hover, .open > .dropdown-toggle.btn-primary-dark {
        color: #001f43;
        background-color: #000710;
        border-color: #000205
    }

    .btn-primary-dark.active, .btn-primary-dark:active, .open > .dropdown-toggle.btn-primary-dark {
        background-image: none
    }

    .btn-primary-dark.disabled, .btn-primary-dark.disabled.active, .btn-primary-dark.disabled.focus, .btn-primary-dark.disabled:active, .btn-primary-dark.disabled:focus, .btn-primary-dark.disabled:hover, .btn-primary-dark[disabled], .btn-primary-dark[disabled].active, .btn-primary-dark[disabled].focus, .btn-primary-dark[disabled]:active, .btn-primary-dark[disabled]:focus, .btn-primary-dark[disabled]:hover, fieldset[disabled] .btn-primary-dark, fieldset[disabled] .btn-primary-dark.active, fieldset[disabled] .btn-primary-dark.focus, fieldset[disabled] .btn-primary-dark:active, fieldset[disabled] .btn-primary-dark:focus, fieldset[disabled] .btn-primary-dark:hover {
        background-color: #001f43;
        border-color: #001f43
    }

    .btn-primary-dark .badge {
        color: #001f43;
        background-color: #001f43
    }

    .btn-primary-dark:focus, .btn-primary-dark:hover, .open .dropdown-toggle.btn-primary-dark {
        color: #fff;
        background-color: #000e1f;
        border-color: #000e1f
    }

    .btn-primary-dark.active, .btn-primary-dark:active {
        color: #fff;
        background-color: #000710;
        border-color: #000710
    }

    .btn-primary-dark.btn-flat, .btn-primary-dark.btn-icon-toggle, .open .dropdown-toggle.btn-primary-dark.btn-flat, .open .dropdown-toggle.btn-primary-dark.btn-icon-toggle {
        color: #001f43
    }

.btn-accent-bright {
    color: #313335;
    background-color: #e0f2cb;
    border-color: #e0f2cb
}

    .btn-accent-bright.active, .btn-accent-bright.focus, .btn-accent-bright:active, .btn-accent-bright:focus, .btn-accent-bright:hover, .open > .dropdown-toggle.btn-accent-bright {
        color: #e0f2cb;
        background-color: #c8e7a2;
        border-color: #c3e59a
    }

    .btn-accent-bright.active, .btn-accent-bright:active, .open > .dropdown-toggle.btn-accent-bright {
        background-image: none
    }

    .btn-accent-bright.disabled, .btn-accent-bright.disabled.active, .btn-accent-bright.disabled.focus, .btn-accent-bright.disabled:active, .btn-accent-bright.disabled:focus, .btn-accent-bright.disabled:hover, .btn-accent-bright[disabled], .btn-accent-bright[disabled].active, .btn-accent-bright[disabled].focus, .btn-accent-bright[disabled]:active, .btn-accent-bright[disabled]:focus, .btn-accent-bright[disabled]:hover, fieldset[disabled] .btn-accent-bright, fieldset[disabled] .btn-accent-bright.active, fieldset[disabled] .btn-accent-bright.focus, fieldset[disabled] .btn-accent-bright:active, fieldset[disabled] .btn-accent-bright:focus, fieldset[disabled] .btn-accent-bright:hover {
        background-color: #e0f2cb;
        border-color: #e0f2cb
    }

    .btn-accent-bright .badge {
        color: #e0f2cb;
        background-color: #e0f2cb
    }

    .btn-accent-bright:focus, .btn-accent-bright:hover, .open .dropdown-toggle.btn-accent-bright {
        color: #313335;
        background-color: #cfeaaf;
        border-color: #cfeaaf
    }

    .btn-accent-bright.active, .btn-accent-bright:active {
        color: #313335;
        background-color: #c8e7a2;
        border-color: #c8e7a2
    }

    .btn-accent-bright.btn-flat, .btn-accent-bright.btn-icon-toggle, .open .dropdown-toggle.btn-accent-bright.btn-flat, .open .dropdown-toggle.btn-accent-bright.btn-icon-toggle {
        color: #e0f2cb
    }

.btn-accent-light {
    color: #fff;
    background-color: #b2dc80;
    border-color: #b2dc80
}

    .btn-accent-light.active, .btn-accent-light.focus, .btn-accent-light:active, .btn-accent-light:focus, .btn-accent-light:hover, .open > .dropdown-toggle.btn-accent-light {
        color: #b2dc80;
        background-color: #99d158;
        border-color: #95cf50
    }

    .btn-accent-light.active, .btn-accent-light:active, .open > .dropdown-toggle.btn-accent-light {
        background-image: none
    }

    .btn-accent-light.disabled, .btn-accent-light.disabled.active, .btn-accent-light.disabled.focus, .btn-accent-light.disabled:active, .btn-accent-light.disabled:focus, .btn-accent-light.disabled:hover, .btn-accent-light[disabled], .btn-accent-light[disabled].active, .btn-accent-light[disabled].focus, .btn-accent-light[disabled]:active, .btn-accent-light[disabled]:focus, .btn-accent-light[disabled]:hover, fieldset[disabled] .btn-accent-light, fieldset[disabled] .btn-accent-light.active, fieldset[disabled] .btn-accent-light.focus, fieldset[disabled] .btn-accent-light:active, fieldset[disabled] .btn-accent-light:focus, fieldset[disabled] .btn-accent-light:hover {
        background-color: #b2dc80;
        border-color: #b2dc80
    }

    .btn-accent-light .badge {
        color: #b2dc80;
        background-color: #b2dc80
    }

    .btn-accent-light:focus, .btn-accent-light:hover, .open .dropdown-toggle.btn-accent-light {
        color: #fff;
        background-color: #a1d464;
        border-color: #a1d464
    }

    .btn-accent-light.active, .btn-accent-light:active {
        color: #fff;
        background-color: #99d158;
        border-color: #99d158
    }

    .btn-accent-light.btn-flat, .btn-accent-light.btn-icon-toggle, .open .dropdown-toggle.btn-accent-light.btn-flat, .open .dropdown-toggle.btn-accent-light.btn-icon-toggle {
        color: #b2dc80
    }

.btn-accent {
    color: #fff;
    background-color: #79bd28;
    border-color: #79bd28
}

    .btn-accent.active, .btn-accent.focus, .btn-accent:active, .btn-accent:focus, .btn-accent:hover, .open > .dropdown-toggle.btn-accent {
        color: #79bd28;
        background-color: #5e931f;
        border-color: #598a1d
    }

    .btn-accent.active, .btn-accent:active, .open > .dropdown-toggle.btn-accent {
        background-image: none
    }

    .btn-accent.disabled, .btn-accent.disabled.active, .btn-accent.disabled.focus, .btn-accent.disabled:active, .btn-accent.disabled:focus, .btn-accent.disabled:hover, .btn-accent[disabled], .btn-accent[disabled].active, .btn-accent[disabled].focus, .btn-accent[disabled]:active, .btn-accent[disabled]:focus, .btn-accent[disabled]:hover, fieldset[disabled] .btn-accent, fieldset[disabled] .btn-accent.active, fieldset[disabled] .btn-accent.focus, fieldset[disabled] .btn-accent:active, fieldset[disabled] .btn-accent:focus, fieldset[disabled] .btn-accent:hover {
        background-color: #79bd28;
        border-color: #79bd28
    }

    .btn-accent .badge {
        color: #79bd28;
        background-color: #79bd28
    }

    .btn-accent:focus, .btn-accent:hover, .open .dropdown-toggle.btn-accent {
        color: #fff;
        background-color: #66a022;
        border-color: #66a022
    }

    .btn-accent.active, .btn-accent:active {
        color: #fff;
        background-color: #5e931f;
        border-color: #5e931f
    }

    .btn-accent.btn-flat, .btn-accent.btn-icon-toggle, .open .dropdown-toggle.btn-accent.btn-flat, .open .dropdown-toggle.btn-accent.btn-icon-toggle {
        color: #79bd28
    }

.btn-accent-dark {
    color: #fff;
    background-color: #538226;
    border-color: #538226
}

    .btn-accent-dark.active, .btn-accent-dark.focus, .btn-accent-dark:active, .btn-accent-dark:focus, .btn-accent-dark:hover, .open > .dropdown-toggle.btn-accent-dark {
        color: #538226;
        background-color: #3a5a1a;
        border-color: #355218
    }

    .btn-accent-dark.active, .btn-accent-dark:active, .open > .dropdown-toggle.btn-accent-dark {
        background-image: none
    }

    .btn-accent-dark.disabled, .btn-accent-dark.disabled.active, .btn-accent-dark.disabled.focus, .btn-accent-dark.disabled:active, .btn-accent-dark.disabled:focus, .btn-accent-dark.disabled:hover, .btn-accent-dark[disabled], .btn-accent-dark[disabled].active, .btn-accent-dark[disabled].focus, .btn-accent-dark[disabled]:active, .btn-accent-dark[disabled]:focus, .btn-accent-dark[disabled]:hover, fieldset[disabled] .btn-accent-dark, fieldset[disabled] .btn-accent-dark.active, fieldset[disabled] .btn-accent-dark.focus, fieldset[disabled] .btn-accent-dark:active, fieldset[disabled] .btn-accent-dark:focus, fieldset[disabled] .btn-accent-dark:hover {
        background-color: #538226;
        border-color: #538226
    }

    .btn-accent-dark .badge {
        color: #538226;
        background-color: #538226
    }

    .btn-accent-dark:focus, .btn-accent-dark:hover, .open .dropdown-toggle.btn-accent-dark {
        color: #fff;
        background-color: #41661e;
        border-color: #41661e
    }

    .btn-accent-dark.active, .btn-accent-dark:active {
        color: #fff;
        background-color: #3a5a1a;
        border-color: #3a5a1a
    }

    .btn-accent-dark.btn-flat, .btn-accent-dark.btn-icon-toggle, .open .dropdown-toggle.btn-accent-dark.btn-flat, .open .dropdown-toggle.btn-accent-dark.btn-icon-toggle {
        color: #538226
    }

.btn {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 2px;
    margin-right: 2px
}

    .btn.active, .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0
    }

        .btn.active:focus, .btn:active:focus, .btn:focus {
            outline: 0
        }

    .btn .pull-left, .btn .pull-right {
        line-height: 1.5em
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        border-color: transparent;
        background: rgba(0,0,0,.15);
        color: #313335;
        opacity: .4;
        filter: alpha(opacity=40)
    }

.ink-reaction {
    position: relative;
    overflow: hidden
}

    .ink-reaction .ink {
        position: absolute;
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
        background-color: rgba(255,255,255,.5);
        border-radius: 50%;
        z-index: 1;
        pointer-events: none;
        opacity: 0;
        -webkit-animation: ripple-animation 1.5s;
        animation: ripple-animation 1.5s
    }

        .ink-reaction .ink.inverse {
            background-color: rgba(12,12,12,.5)
        }

    .ink-reaction.btn-floating-action, .ink-reaction.btn-icon-toggle {
        overflow: visible
    }

        .ink-reaction.btn-floating-action .ink, .ink-reaction.btn-icon-toggle .ink {
            width: 100px;
            height: 100px;
            margin-left: -50px;
            margin-top: -50px
        }

        .ink-reaction.btn-flat .ink, .ink-reaction.btn-icon-toggle .ink {
            background-color: rgba(255,255,255,.25)
        }

            .ink-reaction.btn-flat .ink.inverse, .ink-reaction.btn-icon-toggle .ink.inverse {
                background-color: rgba(12,12,12,.25)
            }

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 0
    }
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 0
    }
}

.btn-raised {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    -moz-transition: -moz-box-shadow .15s ease-out;
    -o-transition: -o-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out
}

    .btn-raised.active, .btn-raised:active, .btn-raised:hover {
        -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.38);
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.38)
    }

    .btn-raised.disabled, .btn-raised[disabled], .pager .disabled .btn-raised {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-flat, .btn-icon-toggle {
    background-color: transparent;
    font-weight: 500;
    border-color: transparent
}

    .btn-flat:focus, .btn-flat:hover, .btn-icon-toggle:focus, .btn-icon-toggle:hover, .open .dropdown-toggle.btn-flat, .open .dropdown-toggle.btn-icon-toggle {
        background-color: rgba(12,12,12,0);
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        opacity: .7
    }

    .btn-flat.active, .btn-flat:active, .btn-icon-toggle.active, .btn-icon-toggle:active {
        background-color: rgba(12,12,12,.25);
        border-color: transparent;
        color: #fff
    }

    .btn-flat.disabled, .btn-flat[disabled], .btn-icon-toggle.disabled, .btn-icon-toggle[disabled], fieldset[disabled] .btn-flat, fieldset[disabled] .btn-icon-toggle {
        background: 0 0;
        opacity: .3;
        filter: alpha(opacity=30)
    }

.btn-rounded {
    border-radius: 999px
}

    .btn-rounded .label {
        top: 0;
        right: 3px
    }

.btn-plane {
    display: table;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0
}

    .btn-plane > div {
        display: table-cell;
        vertical-align: middle
    }

.btn-labeled {
    position: relative
}

    .btn-labeled .label {
        position: absolute;
        top: -6px;
        right: -6px
    }

.btn-rounded.btn-labeled .label {
    top: 7px;
    right: auto;
    left: 99%;
    margin: auto
}

.btn-icon-toggle {
    padding: 0;
    width: 36px
}

    .btn-icon-toggle .fa, .btn-icon-toggle .glyphicon, .btn-icon-toggle .md {
        line-height: 34px
    }

    .btn-icon-toggle.btn-lg {
        width: 46px
    }

        .btn-icon-toggle.btn-lg .fa, .btn-icon-toggle.btn-lg .glyphicon, .btn-icon-toggle.btn-lg .md {
            line-height: 44px
        }

    .btn-icon-toggle.btn-sm {
        width: 32px
    }

        .btn-icon-toggle.btn-sm .fa, .btn-icon-toggle.btn-sm .glyphicon, .btn-icon-toggle.btn-sm .md {
            line-height: 30px
        }

    .btn-icon-toggle.btn-xs {
        width: 24px
    }

        .btn-icon-toggle.btn-xs .fa, .btn-icon-toggle.btn-xs .glyphicon, .btn-icon-toggle.btn-xs .md {
            line-height: 22px
        }

.btn-group-xs > .btn.btn-icon-toggle {
    width: 22px;
    padding: 0
}

.btn-group-sm > .btn.btn-icon-toggle {
    width: 30px;
    padding: 0
}

.btn-group-lg > .btn.btn-icon-toggle {
    width: 44px;
    padding: 0
}

.checkbox-styled:not(ie8), .radio-styled:not(ie8) {
    position: relative;
    margin-top: 0
}

    .checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
        position: relative;
        padding-left: 30px;
        display: inline-block;
        cursor: pointer;
        vertical-align: text-top
    }

        .checkbox-styled:not(ie8) input ~ span:before, .radio-styled:not(ie8) input ~ span:before {
            content: "";
            position: absolute;
            left: 0;
            z-index: 1;
            width: 20px;
            height: 20px;
            border: 2px solid #535658;
            margin-top: 3px
        }

    .checkbox-styled:not(ie8) input[type=radio], .checkbox-styled:not(ie8) input[type=checkbox], .radio-styled:not(ie8) input[type=radio], .radio-styled:not(ie8) input[type=checkbox] {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .checkbox-styled:not(ie8) label, .radio-styled:not(ie8) label {
        padding-left: 0
    }

    .checkbox-styled:not(ie8).checkbox-inline, .checkbox-styled:not(ie8).radio-inline, .radio-styled:not(ie8).checkbox-inline, .radio-styled:not(ie8).radio-inline {
        padding-left: 0
    }

    .checkbox-styled:not(ie8) input[disabled] ~ span:before, .checkbox-styled:not(ie8) input[readonly] ~ span:before, .checkbox-styled:not(ie8).disabled ~ span:before, .radio-styled:not(ie8) input[disabled] ~ span:before, .radio-styled:not(ie8) input[readonly] ~ span:before, .radio-styled:not(ie8).disabled ~ span:before {
        border-color: #004280
    }

    .checkbox-styled:not(ie8) input[disabled]:checked ~ span:before, .checkbox-styled:not(ie8) input[readonly]:checked ~ span:before, .checkbox-styled:not(ie8).disabled:checked ~ span:before, .radio-styled:not(ie8) input[disabled]:checked ~ span:before, .radio-styled:not(ie8) input[readonly]:checked ~ span:before, .radio-styled:not(ie8).disabled:checked ~ span:before {
        border-color: #004280
    }

    .checkbox-styled:not(ie8) input[disabled]:checked ~ span:after, .checkbox-styled:not(ie8) input[readonly]:checked ~ span:after, .checkbox-styled:not(ie8).disabled:checked ~ span:after, .radio-styled:not(ie8) input[disabled]:checked ~ span:after, .radio-styled:not(ie8) input[readonly]:checked ~ span:after, .radio-styled:not(ie8).disabled:checked ~ span:after {
        background-color: #004280
    }

    .checkbox-styled:not(ie8) input ~ span:before {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .checkbox-styled:not(ie8) input:checked ~ span:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 10px;
        border-color: #004280;
        border-top-style: none;
        border-right-style: none
    }

    .radio-styled:not(ie8) input ~ span:before {
        top: 0;
        border-radius: 50%;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

    .radio-styled:not(ie8) input:checked ~ span:before {
        border-color: #004280
    }

    .radio-styled:not(ie8) input ~ span:after {
        content: "";
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 1;
        width: 0;
        height: 0;
        background-color: #004280;
        border-radius: 50%;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

    .radio-styled:not(ie8) input:checked ~ span:after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
        margin-top: 3px
    }

.form-inverse .checkbox-styled:not(ie8) input ~ span:before, .form-inverse .radio-styled:not(ie8) input ~ span:before {
    border-color: rgba(255,255,255,.8)
}

.form-inverse .checkbox-styled:not(ie8) input:checked ~ span:before, .form-inverse .radio-styled:not(ie8) input:checked ~ span:before {
    border-color: #004280
}

.form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span:before, .form-inverse .checkbox-styled:not(ie8) input[disabled] ~ span:before, .form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span:before, .form-inverse .checkbox-styled:not(ie8) input[readonly] ~ span:before, .form-inverse .checkbox-styled:not(ie8).disabled:checked ~ span:before, .form-inverse .checkbox-styled:not(ie8).disabled ~ span:before, .form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:before, .form-inverse .radio-styled:not(ie8) input[disabled] ~ span:before, .form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:before, .form-inverse .radio-styled:not(ie8) input[readonly] ~ span:before, .form-inverse .radio-styled:not(ie8).disabled:checked ~ span:before, .form-inverse .radio-styled:not(ie8).disabled ~ span:before {
    border-color: rgba(255,255,255,.2)
}

.form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span:after, .form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span:after, .form-inverse .checkbox-styled:not(ie8).disabled:checked ~ span:after, .form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:after, .form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:after, .form-inverse .radio-styled:not(ie8).disabled:checked ~ span:after {
    background-color: rgba(255,255,255,.2)
}

.checkbox-styled:not(ie8).checkbox-default-bright input:checked ~ span:before, .checkbox-styled:not(ie8).radio-default-bright input:checked ~ span:before, .radio-styled:not(ie8).checkbox-default-bright input:checked ~ span:before, .radio-styled:not(ie8).radio-default-bright input:checked ~ span:before {
    border-color: #fff
}

.checkbox-styled:not(ie8).checkbox-default-bright input ~ span:after, .checkbox-styled:not(ie8).radio-default-bright input ~ span:after, .radio-styled:not(ie8).checkbox-default-bright input ~ span:after, .radio-styled:not(ie8).radio-default-bright input ~ span:after {
    background-color: #fff
}

.checkbox-styled:not(ie8).checkbox-default-light input:checked ~ span:before, .checkbox-styled:not(ie8).radio-default-light input:checked ~ span:before, .radio-styled:not(ie8).checkbox-default-light input:checked ~ span:before, .radio-styled:not(ie8).radio-default-light input:checked ~ span:before {
    border-color: #f2f2f3
}

.checkbox-styled:not(ie8).checkbox-default-light input ~ span:after, .checkbox-styled:not(ie8).radio-default-light input ~ span:after, .radio-styled:not(ie8).checkbox-default-light input ~ span:after, .radio-styled:not(ie8).radio-default-light input ~ span:after {
    background-color: #f2f2f3
}

.checkbox-styled:not(ie8).checkbox-default input:checked ~ span:before, .checkbox-styled:not(ie8).radio-default input:checked ~ span:before, .radio-styled:not(ie8).checkbox-default input:checked ~ span:before, .radio-styled:not(ie8).radio-default input:checked ~ span:before {
    border-color: #e5e6e6
}

.checkbox-styled:not(ie8).checkbox-default input ~ span:after, .checkbox-styled:not(ie8).radio-default input ~ span:after, .radio-styled:not(ie8).checkbox-default input ~ span:after, .radio-styled:not(ie8).radio-default input ~ span:after {
    background-color: #e5e6e6
}

.checkbox-styled:not(ie8).checkbox-default-dark input:checked ~ span:before, .checkbox-styled:not(ie8).radio-default-dark input:checked ~ span:before, .radio-styled:not(ie8).checkbox-default-dark input:checked ~ span:before, .radio-styled:not(ie8).radio-default-dark input:checked ~ span:before {
    border-color: #20252b
}

.checkbox-styled:not(ie8).checkbox-default-dark input ~ span:after, .checkbox-styled:not(ie8).radio-default-dark input ~ span:after, .radio-styled:not(ie8).checkbox-default-dark input ~ span:after, .radio-styled:not(ie8).radio-default-dark input ~ span:after {
    background-color: #20252b
}

.checkbox-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before, .checkbox-styled:not(ie8).radio-primary-bright input:checked ~ span:before, .radio-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before, .radio-styled:not(ie8).radio-primary-bright input:checked ~ span:before {
    border-color: #c5d8eb
}

.checkbox-styled:not(ie8).checkbox-primary-bright input ~ span:after, .checkbox-styled:not(ie8).radio-primary-bright input ~ span:after, .radio-styled:not(ie8).checkbox-primary-bright input ~ span:after, .radio-styled:not(ie8).radio-primary-bright input ~ span:after {
    background-color: #c5d8eb
}

.checkbox-styled:not(ie8).checkbox-primary-light input:checked ~ span:before, .checkbox-styled:not(ie8).radio-primary-light input:checked ~ span:before, .radio-styled:not(ie8).checkbox-primary-light input:checked ~ span:before, .radio-styled:not(ie8).radio-primary-light input:checked ~ span:before {
    border-color: #75a1ca
}

.checkbox-styled:not(ie8).checkbox-primary-light input ~ span:after, .checkbox-styled:not(ie8).radio-primary-light input ~ span:after, .radio-styled:not(ie8).checkbox-primary-light input ~ span:after, .radio-styled:not(ie8).radio-primary-light input ~ span:after {
    background-color: #75a1ca
}

.checkbox-styled:not(ie8).checkbox-primary input:checked ~ span:before, .checkbox-styled:not(ie8).radio-primary input:checked ~ span:before, .radio-styled:not(ie8).checkbox-primary input:checked ~ span:before, .radio-styled:not(ie8).radio-primary input:checked ~ span:before {
    border-color: #004280
}

.checkbox-styled:not(ie8).checkbox-primary input ~ span:after, .checkbox-styled:not(ie8).radio-primary input ~ span:after, .radio-styled:not(ie8).checkbox-primary input ~ span:after, .radio-styled:not(ie8).radio-primary input ~ span:after {
    background-color: #004280
}

.checkbox-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before, .checkbox-styled:not(ie8).radio-primary-dark input:checked ~ span:before, .radio-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before, .radio-styled:not(ie8).radio-primary-dark input:checked ~ span:before {
    border-color: #001f43
}

.checkbox-styled:not(ie8).checkbox-primary-dark input ~ span:after, .checkbox-styled:not(ie8).radio-primary-dark input ~ span:after, .radio-styled:not(ie8).checkbox-primary-dark input ~ span:after, .radio-styled:not(ie8).radio-primary-dark input ~ span:after {
    background-color: #001f43
}

.checkbox-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before, .checkbox-styled:not(ie8).radio-accent-bright input:checked ~ span:before, .radio-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before, .radio-styled:not(ie8).radio-accent-bright input:checked ~ span:before {
    border-color: #e0f2cb
}

.checkbox-styled:not(ie8).checkbox-accent-bright input ~ span:after, .checkbox-styled:not(ie8).radio-accent-bright input ~ span:after, .radio-styled:not(ie8).checkbox-accent-bright input ~ span:after, .radio-styled:not(ie8).radio-accent-bright input ~ span:after {
    background-color: #e0f2cb
}

.checkbox-styled:not(ie8).checkbox-accent-light input:checked ~ span:before, .checkbox-styled:not(ie8).radio-accent-light input:checked ~ span:before, .radio-styled:not(ie8).checkbox-accent-light input:checked ~ span:before, .radio-styled:not(ie8).radio-accent-light input:checked ~ span:before {
    border-color: #b2dc80
}

.checkbox-styled:not(ie8).checkbox-accent-light input ~ span:after, .checkbox-styled:not(ie8).radio-accent-light input ~ span:after, .radio-styled:not(ie8).checkbox-accent-light input ~ span:after, .radio-styled:not(ie8).radio-accent-light input ~ span:after {
    background-color: #b2dc80
}

.checkbox-styled:not(ie8).checkbox-accent input:checked ~ span:before, .checkbox-styled:not(ie8).radio-accent input:checked ~ span:before, .radio-styled:not(ie8).checkbox-accent input:checked ~ span:before, .radio-styled:not(ie8).radio-accent input:checked ~ span:before {
    border-color: #79bd28
}

.checkbox-styled:not(ie8).checkbox-accent input ~ span:after, .checkbox-styled:not(ie8).radio-accent input ~ span:after, .radio-styled:not(ie8).checkbox-accent input ~ span:after, .radio-styled:not(ie8).radio-accent input ~ span:after {
    background-color: #79bd28
}

.checkbox-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before, .checkbox-styled:not(ie8).radio-accent-dark input:checked ~ span:before, .radio-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before, .radio-styled:not(ie8).radio-accent-dark input:checked ~ span:before {
    border-color: #538226
}

.checkbox-styled:not(ie8).checkbox-accent-dark input ~ span:after, .checkbox-styled:not(ie8).radio-accent-dark input ~ span:after, .radio-styled:not(ie8).checkbox-accent-dark input ~ span:after, .radio-styled:not(ie8).radio-accent-dark input ~ span:after {
    background-color: #538226
}

.checkbox-styled:not(ie8).checkbox-success input:checked ~ span:before, .checkbox-styled:not(ie8).radio-success input:checked ~ span:before, .radio-styled:not(ie8).checkbox-success input:checked ~ span:before, .radio-styled:not(ie8).radio-success input:checked ~ span:before {
    border-color: #999798
}

.checkbox-styled:not(ie8).checkbox-success input ~ span:after, .checkbox-styled:not(ie8).radio-success input ~ span:after, .radio-styled:not(ie8).checkbox-success input ~ span:after, .radio-styled:not(ie8).radio-success input ~ span:after {
    background-color: #999798
}

.checkbox-styled:not(ie8).checkbox-warning input:checked ~ span:before, .checkbox-styled:not(ie8).radio-warning input:checked ~ span:before, .radio-styled:not(ie8).checkbox-warning input:checked ~ span:before, .radio-styled:not(ie8).radio-warning input:checked ~ span:before {
    border-color: #d98289
}

.checkbox-styled:not(ie8).checkbox-warning input ~ span:after, .checkbox-styled:not(ie8).radio-warning input ~ span:after, .radio-styled:not(ie8).checkbox-warning input ~ span:after, .radio-styled:not(ie8).radio-warning input ~ span:after {
    background-color: #d98289
}

.checkbox-styled:not(ie8).checkbox-danger input:checked ~ span:before, .checkbox-styled:not(ie8).radio-danger input:checked ~ span:before, .radio-styled:not(ie8).checkbox-danger input:checked ~ span:before, .radio-styled:not(ie8).radio-danger input:checked ~ span:before {
    border-color: #c85a64
}

.checkbox-styled:not(ie8).checkbox-danger input ~ span:after, .checkbox-styled:not(ie8).radio-danger input ~ span:after, .radio-styled:not(ie8).checkbox-danger input ~ span:after, .radio-styled:not(ie8).radio-danger input ~ span:after {
    background-color: #c85a64
}

.checkbox-styled:not(ie8).checkbox-info input:checked ~ span:before, .checkbox-styled:not(ie8).radio-info input:checked ~ span:before, .radio-styled:not(ie8).checkbox-info input:checked ~ span:before, .radio-styled:not(ie8).radio-info input:checked ~ span:before {
    border-color: #efedee
}

.checkbox-styled:not(ie8).checkbox-info input ~ span:after, .checkbox-styled:not(ie8).radio-info input ~ span:after, .radio-styled:not(ie8).checkbox-info input ~ span:after, .radio-styled:not(ie8).radio-info input ~ span:after {
    background-color: #efedee
}

.btn-floating-action {
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 17px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    -moz-transition: -moz-box-shadow .15s ease-out;
    -o-transition: -o-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out
}

    .btn-floating-action .fa, .btn-floating-action .glyphicon, .btn-floating-action .md {
        top: 0;
        margin: 0;
        line-height: 42px
    }

    .btn-floating-action.btn-lg {
        width: 56px;
        height: 56px
    }

        .btn-floating-action.btn-lg .fa, .btn-floating-action.btn-lg .glyphicon, .btn-floating-action.btn-lg .md {
            line-height: 54px;
            font-size: 1.3em
        }

        .btn-floating-action.btn-lg .md {
            font-size: 1.5em
        }

    .btn-floating-action.btn-sm {
        width: 36px;
        height: 36px
    }

        .btn-floating-action.btn-sm .fa, .btn-floating-action.btn-sm .glyphicon, .btn-floating-action.btn-sm .md {
            line-height: 34px
        }

    .btn-floating-action.btn-xs {
        width: 28px;
        height: 28px
    }

        .btn-floating-action.btn-xs .fa, .btn-floating-action.btn-xs .glyphicon, .btn-floating-action.btn-xs .md {
            line-height: 26px
        }

    .btn-floating-action.active, .btn-floating-action:active, .btn-floating-action:hover {
        -webkit-box-shadow: 0 8px 14px 0 rgba(0,0,0,.38);
        box-shadow: 0 8px 14px 0 rgba(0,0,0,.38)
    }

.btn-group-xs > .btn.btn-floating-action {
    width: 22px;
    padding: 0
}

.btn-group-sm > .btn.btn-floating-action, .input-group-sm .btn.btn-floating-action {
    width: 30px;
    padding: 0
}

.btn-group-lg > .btn.btn-floating-action, .input-group-lg .btn.btn-floating-action {
    width: 44px;
    padding: 0
}

.btn-group-vertical.full-width, .btn-group-vertical.full-width .btn, .btn-group-vertical.full-width .btn-group {
    width: 100%
}

.link-default {
    text-decoration: none;
    font-weight: 500;
    color: inherit
}

    .link-default:hover {
        opacity: 1
    }

    .link-default .fa, .link-default .glyphicon, .link-default .md {
        margin-right: 12px
    }

.btn-lg {
    font-size: 17px
}

.btn-sm, .btn-xs {
    font-size: 12px
}

.fa.icon-tilt, .glyphicon.icon-tilt, .icon-tilt, .md.icon-tilt {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
}

.fa.icon-tilt-alt, .glyphicon.icon-tilt-alt, .icon-tilt-alt, .md.icon-tilt-alt {
    -webkit-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    transform: rotate(350deg)
}

.btn + .dropdown-toggle .fa, .btn + .dropdown-toggle .md {
    margin: 0
}

.btn .fa + .fa, .btn .md + .md {
    margin-right: 0;
    margin-left: 6px
}

.btn-icon-toggle .fa, .btn-icon-toggle .glyphicon, .btn-icon-toggle .md, .nav a + .dropdown-toggle .fa, .nav a + .dropdown-toggle .md {
    margin: 0
}

.nav a .fa + .fa, .nav a .md + .md {
    margin-right: 0;
    margin-left: 6px
}

[class^=md-], body [class*=" md-"] {
    font-size: 1.2em;
    margin-top: -.2em;
    margin-bottom: -.2em
}

.dropdown-menu {
    margin: 0;
    border-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
}

    .dropdown-menu > li > a {
        padding: 5px 20px
    }

    .dropdown-menu .alert {
        min-width: 250px;
        margin: 10px;
        padding: 10px
    }

        .dropdown-menu .alert:after, .dropdown-menu .alert:before {
            content: " ";
            display: table
        }

        .dropdown-menu .alert:after {
            clear: both
        }

    .dropdown-menu img.pull-right {
        margin-left: 10px;
        margin-bottom: 2px
    }

    .dropdown-menu img.pull-left {
        margin-right: 10px;
        margin-bottom: 2px
    }

.dropdown-header {
    padding: 15px 20px 5px;
    font-size: 10px;
    font-weight: 500;
    opacity: .6
}

.dropdown-avatar {
    max-width: 40px
}

li.dropdown-progress {
    min-width: 250px
}

    li.dropdown-progress > a {
        padding: 15px 0
    }

    li.dropdown-progress .dropdown-label {
        padding: 5px 20px
    }

    li.dropdown-progress .progress {
        margin-bottom: 0;
        height: 5px
    }

.dropdown-label:after, .dropdown-label:before {
    content: " ";
    display: table
}

.dropdown-label:after {
    clear: both
}

.dropup .dropdown-menu {
    margin-bottom: 0
}

.open > .dropdown-menu.animation-zoom {
    -webkit-animation: zoom-down .25s ease-out;
    -moz-animation: zoom-down .25s ease-out;
    -ms-animation: zoom-down .25s ease-out;
    -o-animation: zoom-down .25s ease-out;
    animation: zoom-down .25s ease-out
}

.dropup.open > .dropdown-menu.animation-zoom {
    -webkit-animation: zoom-up .25s ease-out;
    -moz-animation: zoom-up .25s ease-out;
    -ms-animation: zoom-up .25s ease-out;
    -o-animation: zoom-up .25s ease-out;
    animation: zoom-up .25s ease-out
}

.open > .dropdown-menu.animation-slide {
    -webkit-animation: slide-right .3s ease-out;
    -moz-animation: slide-right .3s ease-out;
    -ms-animation: slide-right .3s ease-out;
    -o-animation: slide-right .3s ease-out;
    animation: slide-right .3s ease-out
}

.open > .dropdown-menu.animation-dock {
    -webkit-animation: slide-up .3s ease-out;
    -moz-animation: slide-up .3s ease-out;
    -ms-animation: slide-up .3s ease-out;
    -o-animation: slide-up .3s ease-out;
    animation: slide-up .3s ease-out
}

.dropup.open > .dropdown-menu.animation-dock, .open > .dropdown-menu.animation-expand {
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
    -ms-animation: slide-down .3s ease-out;
    -o-animation: slide-down .3s ease-out;
    animation: slide-down .3s ease-out
}

.dropup.open > .dropdown-menu.animation-expand {
    -webkit-animation: slide-up .3s ease-out;
    -moz-animation: slide-up .3s ease-out;
    -ms-animation: slide-up .3s ease-out;
    -o-animation: slide-up .3s ease-out;
    animation: slide-up .3s ease-out
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.84615385;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: none;
    opacity: .55;
    font-weight: 500;
    text-transform: uppercase
}

    .nav-tabs > li > a:hover {
        border-color: #e5e6e6 #e5e6e6 #ddd
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-bottom: 2px solid #004280;
    color: #004280;
    background-color: transparent;
    cursor: default;
    opacity: 1
}

.card-head.nav-tabs, .card-head > .nav-tabs {
    padding: 0 24px
}

    .card-head.nav-tabs > li > a, .card-head > .nav-tabs > li > a {
        line-height: 54px;
        padding-top: 0;
        padding-bottom: 0
    }

.card-head.card-head-xs.nav-tabs > li > a, .card-head.card-head-xs > .nav-tabs > li > a {
    line-height: 34px
}

.card-head.card-head-sm.nav-tabs > li > a, .card-head.card-head-sm > .nav-tabs > li > a {
    line-height: 46px
}

.card-head.card-head-lg.nav-tabs > li > a, .card-head.card-head-lg > .nav-tabs > li > a {
    line-height: 78px
}

.nav-tabs.nav-justified {
    padding: 0
}

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: none;
        border-bottom: 2px solid #004280
    }

.nav-tabs.tabs-center > li {
    float: none;
    display: inline-block
}

.nav-tabs.tabs-center {
    text-align: center
}

.tabs-text-contrast {
    border-bottom-color: rgba(255,255,255,.15)
}

    .tabs-text-contrast > li > a:focus, .tabs-text-contrast > li > a:hover {
        background-color: rgba(255,255,255,.35)
    }

    .tabs-text-contrast > li.active > a, .tabs-text-contrast > li.active > a:focus, .tabs-text-contrast > li.active > a:hover {
        color: inherit !important
    }

.card-underline .card-head .nav-tabs {
    border-bottom: none
}

.nav-tabs a small {
    color: inherit;
    text-transform: initial
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    border: none
}

.pill-content > .pill-pane, .tab-content > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
}

    .tabs-below > .nav-tabs > li {
        margin-bottom: 0
    }

        .tabs-below > .nav-tabs > li > a {
            border-bottom: none
        }

            .tabs-below > .nav-tabs > li > a:focus, .tabs-below > .nav-tabs > li > a:hover {
                border-top-color: #ddd;
                border-bottom-color: transparent
            }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:focus, .tabs-below > .nav-tabs > .active > a:hover {
        border-bottom: none;
        line-height: 50px;
        border-top: 2px solid #004280
    }

.tabs-left > .tab-content, .tabs-right > .tab-content {
    overflow: auto
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    padding-left: 0;
    padding-right: 0
}

    .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
        float: none
    }

        .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
            min-width: 74px;
            margin-right: 0
        }

.tabs-left > .nav-tabs {
    float: left
}

    .tabs-left > .nav-tabs > li > a {
        border-bottom: none;
        border-right: 2px solid transparent
    }

        .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            border-color: transparent;
            border-right-color: #ddd
        }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:focus, .tabs-left > .nav-tabs .active > a:hover {
        border-bottom: none;
        border-right: 2px solid #004280
    }

.tabs-right > .nav-tabs {
    float: right;
    border-left: 1px solid #ddd
}

    .tabs-right > .nav-tabs > li > a {
        border-bottom: none;
        border-left: 2px solid transparent
    }

        .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
            border-color: transparent;
            border-left-color: #ddd
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:focus, .tabs-right > .nav-tabs .active > a:hover {
        border-bottom: none;
        border-left: 2px solid #004280
    }

.nav-tabs.tabs-default-dark > li.active > a, .nav-tabs.tabs-default-dark > li.active > a:focus, .nav-tabs.tabs-default-dark > li.active > a:hover {
    border-color: #20252b;
    color: #20252b
}

.nav-tabs.tabs-default > li.active > a, .nav-tabs.tabs-default > li.active > a:focus, .nav-tabs.tabs-default > li.active > a:hover {
    border-color: #e5e6e6;
    color: #e5e6e6
}

.nav-tabs.tabs-default-light > li.active > a, .nav-tabs.tabs-default-light > li.active > a:focus, .nav-tabs.tabs-default-light > li.active > a:hover {
    border-color: #f2f2f3;
    color: #f2f2f3
}

.nav-tabs.tabs-default-bright > li.active > a, .nav-tabs.tabs-default-bright > li.active > a:focus, .nav-tabs.tabs-default-bright > li.active > a:hover {
    border-color: #fff;
    color: #fff
}

.nav-tabs.tabs-primary-dark > li.active > a, .nav-tabs.tabs-primary-dark > li.active > a:focus, .nav-tabs.tabs-primary-dark > li.active > a:hover {
    border-color: #001f43;
    color: #001f43
}

.nav-tabs.tabs-primary > li.active > a, .nav-tabs.tabs-primary > li.active > a:focus, .nav-tabs.tabs-primary > li.active > a:hover {
    border-color: #004280;
    color: #004280
}

.nav-tabs.tabs-primary-light > li.active > a, .nav-tabs.tabs-primary-light > li.active > a:focus, .nav-tabs.tabs-primary-light > li.active > a:hover {
    border-color: #75a1ca;
    color: #75a1ca
}

.nav-tabs.tabs-primary-bright > li.active > a, .nav-tabs.tabs-primary-bright > li.active > a:focus, .nav-tabs.tabs-primary-bright > li.active > a:hover {
    border-color: #c5d8eb;
    color: #c5d8eb
}

.nav-tabs.tabs-accent-dark > li.active > a, .nav-tabs.tabs-accent-dark > li.active > a:focus, .nav-tabs.tabs-accent-dark > li.active > a:hover {
    border-color: #538226;
    color: #538226
}

.nav-tabs.tabs-accent > li.active > a, .nav-tabs.tabs-accent > li.active > a:focus, .nav-tabs.tabs-accent > li.active > a:hover {
    border-color: #79bd28;
    color: #79bd28
}

.nav-tabs.tabs-accent-light > li.active > a, .nav-tabs.tabs-accent-light > li.active > a:focus, .nav-tabs.tabs-accent-light > li.active > a:hover {
    border-color: #b2dc80;
    color: #b2dc80
}

.nav-tabs.tabs-accent-bright > li.active > a, .nav-tabs.tabs-accent-bright > li.active > a:focus, .nav-tabs.tabs-accent-bright > li.active > a:hover {
    border-color: #e0f2cb;
    color: #e0f2cb
}

.nav-tabs.tabs-success > li.active > a, .nav-tabs.tabs-success > li.active > a:focus, .nav-tabs.tabs-success > li.active > a:hover {
    border-color: #999798;
    color: #999798
}

.nav-tabs.tabs-warning > li.active > a, .nav-tabs.tabs-warning > li.active > a:focus, .nav-tabs.tabs-warning > li.active > a:hover {
    border-color: #d98289;
    color: #d98289
}

.nav-tabs.tabs-danger > li.active > a, .nav-tabs.tabs-danger > li.active > a:focus, .nav-tabs.tabs-danger > li.active > a:hover {
    border-color: #c85a64;
    color: #c85a64
}

.nav-tabs.tabs-info > li.active > a, .nav-tabs.tabs-info > li.active > a:focus, .nav-tabs.tabs-info > li.active > a:hover {
    border-color: #efedee;
    color: #efedee
}

.card {
    position: relative;
    margin-bottom: 24px;
    background-color: #fff;
    color: #313335;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
}

    .card:after, .card:before {
        content: " ";
        display: table
    }

    .card:after {
        clear: both
    }

    .card .btn-flat:hover, .card .btn-icon-toggle:hover {
        background-color: rgba(12,12,12,0)
    }

    .card > .nano:last-child {
        border-radius: 0
    }

    .card.no-shadow {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.card-head {
    position: relative;
    line-height: 52px;
    min-height: 56px;
    vertical-align: middle;
    border-radius: 0
}

    .card-head:after, .card-head:before {
        content: " ";
        display: table
    }

    .card-head:after {
        clear: both
    }

    .card-head header {
        display: inline-block;
        padding: 11px 24px;
        vertical-align: middle;
        line-height: 17px;
        font-size: 20px
    }

        .card-head header > h1, .card-head header > h2, .card-head header > h3, .card-head header > h4, .card-head header > h5, .card-head header > h6 {
            vertical-align: middle;
            margin: 0;
            line-height: 1
        }

        .card-head header small {
            color: inherit;
            opacity: .6;
            font-size: 75%
        }

    .card-head > div {
        display: inline-block
    }

    .card-head .tools {
        padding-right: 16px;
        float: right
    }

        .card-head .tools form {
            margin-top: 7px;
            margin-bottom: 7px;
            margin-left: 24px;
            line-height: normal;
            vertical-align: middle
        }

        .card-head .tools .btn-floating-action {
            margin-left: 8px
        }

        .card-head .tools > .btn-group {
            margin-right: 4px
        }

        .card-head .tools > .btn-group-xs {
            margin-right: 10px
        }

        .card-head .tools > .btn-group-sm {
            margin-right: 4px
        }

        .card-head .tools > .btn-group-lg {
            margin-right: 0
        }

        .card-head .tools.pull-left > .btn-group {
            margin-left: 4px
        }

        .card-head .tools.pull-left > .btn-group-xs {
            margin-left: 10px
        }

        .card-head .tools.pull-left > .btn-group-sm {
            margin-left: 4px
        }

        .card-head .tools.pull-left > .btn-group-lg {
            margin-left: 0
        }

    .card-head.card-head-xs {
        line-height: 32px;
        min-height: 36px
    }

        .card-head.card-head-xs header {
            font-size: 15px;
            padding: 8px 24px
        }

    .card-head.card-head-sm {
        line-height: 44px;
        min-height: 48px
    }

        .card-head.card-head-sm header {
            font-size: 15px
        }

    .card-head.card-head-lg {
        line-height: 76px;
        min-height: 80px
    }

        .card-head.card-head-lg header {
            font-size: 24px
        }

.card-body {
    padding: 24px;
    position: relative
}

    .card-body:after, .card-body:before {
        content: " ";
        display: table
    }

    .card-body:after {
        clear: both
    }

    .card-body:last-child {
        border-radius: 0
    }

    .card-body.table-responsive {
        margin: 0
    }

.card-actionbar {
    padding-bottom: 8px;
    position: relative
}

    .card-actionbar:after, .card-actionbar:before {
        content: " ";
        display: table
    }

    .card-actionbar:after {
        clear: both
    }

    .card-actionbar:last-child {
        border-radius: 0
    }

.card-actionbar-row {
    padding: 6px 16px;
    text-align: right
}

.card-tiles > .row, .card-type-blog-masonry > .row {
    margin: 0
}

    .card-tiles > .row > [class^=col-], .card-type-blog-masonry > .row > [class^=col-] {
        padding: 0
    }

.card-underline .card-head {
    border-bottom: 1px solid rgba(150,153,156,.4)
}

.card-underline .card-foot {
    border-top: 1px solid rgba(150,153,156,.4)
}

.card-bordered, .card-outlined {
    border: 1px solid #96999c
}

.card .style-default-dark, .card.style-default-dark, .offcanvas-pane .style-default-dark, .offcanvas-pane.style-default-dark, section .style-default-dark, section.style-default-dark {
    background-color: #20252b;
    border-color: #20252b;
    color: #fff
}

    .card .style-default-dark .btn-flat:hover, .card .style-default-dark .btn-icon-toggle:hover, .card.style-default-dark .btn-flat:hover, .card.style-default-dark .btn-icon-toggle:hover, .offcanvas-pane .style-default-dark .btn-flat:hover, .offcanvas-pane .style-default-dark .btn-icon-toggle:hover, .offcanvas-pane.style-default-dark .btn-flat:hover, .offcanvas-pane.style-default-dark .btn-icon-toggle:hover, section .style-default-dark .btn-flat:hover, section .style-default-dark .btn-icon-toggle:hover, section.style-default-dark .btn-flat:hover, section.style-default-dark .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-default-dark, .card-body-darken.style-default-dark {
    background-color: #1c2025;
    border-color: #1c2025;
    color: #fff
}

.badge.style-default-dark {
    border-color: #20252b
}

.card .style-default, .card.style-default, .offcanvas-pane .style-default, .offcanvas-pane.style-default, section .style-default, section.style-default {
    background-color: #e5e6e6;
    border-color: #e5e6e6;
    color: #313335
}

    .card .style-default .btn-flat:hover, .card .style-default .btn-icon-toggle:hover, .card.style-default .btn-flat:hover, .card.style-default .btn-icon-toggle:hover, .offcanvas-pane .style-default .btn-flat:hover, .offcanvas-pane .style-default .btn-icon-toggle:hover, .offcanvas-pane.style-default .btn-flat:hover, .offcanvas-pane.style-default .btn-icon-toggle:hover, section .style-default .btn-flat:hover, section .style-default .btn-icon-toggle:hover, section.style-default .btn-flat:hover, section.style-default .btn-icon-toggle:hover {
        background-color: rgba(49,51,53,0)
    }

.card-body-darken .style-default, .card-body-darken.style-default {
    background-color: #dfe0e1;
    border-color: #dfe0e1;
    color: #313335
}

.badge.style-default {
    border-color: #e5e6e6
}

.card .style-default-light, .card.style-default-light, .offcanvas-pane .style-default-light, .offcanvas-pane.style-default-light, section .style-default-light, section.style-default-light {
    background-color: #f2f2f3;
    border-color: #f2f2f3;
    color: #313335
}

    .card .style-default-light .btn-flat:hover, .card .style-default-light .btn-icon-toggle:hover, .card.style-default-light .btn-flat:hover, .card.style-default-light .btn-icon-toggle:hover, .offcanvas-pane .style-default-light .btn-flat:hover, .offcanvas-pane .style-default-light .btn-icon-toggle:hover, .offcanvas-pane.style-default-light .btn-flat:hover, .offcanvas-pane.style-default-light .btn-icon-toggle:hover, section .style-default-light .btn-flat:hover, section .style-default-light .btn-icon-toggle:hover, section.style-default-light .btn-flat:hover, section.style-default-light .btn-icon-toggle:hover {
        background-color: rgba(49,51,53,0)
    }

.card-body-darken .style-default-light, .card-body-darken.style-default-light {
    background-color: #ededee;
    border-color: #ededee;
    color: #313335
}

.badge.style-default-light {
    border-color: #f2f2f3
}

.card .style-default-bright, .card.style-default-bright, .offcanvas-pane .style-default-bright, .offcanvas-pane.style-default-bright, section .style-default-bright, section.style-default-bright {
    background-color: #fff;
    border-color: #fff;
    color: #313335
}

    .card .style-default-bright .btn-flat:hover, .card .style-default-bright .btn-icon-toggle:hover, .card.style-default-bright .btn-flat:hover, .card.style-default-bright .btn-icon-toggle:hover, .offcanvas-pane .style-default-bright .btn-flat:hover, .offcanvas-pane .style-default-bright .btn-icon-toggle:hover, .offcanvas-pane.style-default-bright .btn-flat:hover, .offcanvas-pane.style-default-bright .btn-icon-toggle:hover, section .style-default-bright .btn-flat:hover, section .style-default-bright .btn-icon-toggle:hover, section.style-default-bright .btn-flat:hover, section.style-default-bright .btn-icon-toggle:hover {
        background-color: rgba(49,51,53,0)
    }

.card-body-darken .style-default-bright, .card-body-darken.style-default-bright {
    background-color: #fafafa;
    border-color: #fafafa;
    color: #313335
}

.badge.style-default-bright {
    border-color: #fff
}

.card .style-gray-dark, .card.style-gray-dark, .offcanvas-pane .style-gray-dark, .offcanvas-pane.style-gray-dark, section .style-gray-dark, section.style-gray-dark {
    background-color: #313335;
    border-color: #313335;
    color: #fff
}

    .card .style-gray-dark .btn-flat:hover, .card .style-gray-dark .btn-icon-toggle:hover, .card.style-gray-dark .btn-flat:hover, .card.style-gray-dark .btn-icon-toggle:hover, .offcanvas-pane .style-gray-dark .btn-flat:hover, .offcanvas-pane .style-gray-dark .btn-icon-toggle:hover, .offcanvas-pane.style-gray-dark .btn-flat:hover, .offcanvas-pane.style-gray-dark .btn-icon-toggle:hover, section .style-gray-dark .btn-flat:hover, section .style-gray-dark .btn-icon-toggle:hover, section.style-gray-dark .btn-flat:hover, section.style-gray-dark .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-gray-dark, .card-body-darken.style-gray-dark {
    background-color: #2d2e2f;
    border-color: #2d2e2f;
    color: #fff
}

.badge.style-gray-dark {
    background-color: #313335;
    border-color: #313335;
    color: #fff
}

.card .style-gray, .card.style-gray, .offcanvas-pane .style-gray, .offcanvas-pane.style-gray, section .style-gray, section.style-gray {
    background-color: #535658;
    border-color: #535658;
    color: #fff
}

    .card .style-gray .btn-flat:hover, .card .style-gray .btn-icon-toggle:hover, .card.style-gray .btn-flat:hover, .card.style-gray .btn-icon-toggle:hover, .offcanvas-pane .style-gray .btn-flat:hover, .offcanvas-pane .style-gray .btn-icon-toggle:hover, .offcanvas-pane.style-gray .btn-flat:hover, .offcanvas-pane.style-gray .btn-icon-toggle:hover, section .style-gray .btn-flat:hover, section .style-gray .btn-icon-toggle:hover, section.style-gray .btn-flat:hover, section.style-gray .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-gray, .card-body-darken.style-gray {
    background-color: #4e5053;
    border-color: #4e5053;
    color: #fff
}

.badge.style-gray {
    background-color: #535658;
    border-color: #535658;
    color: #fff
}

.card .style-gray-light, .card.style-gray-light, .offcanvas-pane .style-gray-light, .offcanvas-pane.style-gray-light, section .style-gray-light, section.style-gray-light {
    background-color: #96999c;
    border-color: #96999c;
    color: #fff
}

    .card .style-gray-light .btn-flat:hover, .card .style-gray-light .btn-icon-toggle:hover, .card.style-gray-light .btn-flat:hover, .card.style-gray-light .btn-icon-toggle:hover, .offcanvas-pane .style-gray-light .btn-flat:hover, .offcanvas-pane .style-gray-light .btn-icon-toggle:hover, .offcanvas-pane.style-gray-light .btn-flat:hover, .offcanvas-pane.style-gray-light .btn-icon-toggle:hover, section .style-gray-light .btn-flat:hover, section .style-gray-light .btn-icon-toggle:hover, section.style-gray-light .btn-flat:hover, section.style-gray-light .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-gray-light, .card-body-darken.style-gray-light {
    background-color: #919497;
    border-color: #919497;
    color: #fff
}

.badge.style-gray-light {
    background-color: #96999c;
    border-color: #96999c;
    color: #fff
}

.card .style-gray-bright, .card.style-gray-bright, .offcanvas-pane .style-gray-bright, .offcanvas-pane.style-gray-bright, section .style-gray-bright, section.style-gray-bright {
    background-color: #bdbfc1;
    border-color: #bdbfc1;
    color: #fff
}

    .card .style-gray-bright .btn-flat:hover, .card .style-gray-bright .btn-icon-toggle:hover, .card.style-gray-bright .btn-flat:hover, .card.style-gray-bright .btn-icon-toggle:hover, .offcanvas-pane .style-gray-bright .btn-flat:hover, .offcanvas-pane .style-gray-bright .btn-icon-toggle:hover, .offcanvas-pane.style-gray-bright .btn-flat:hover, .offcanvas-pane.style-gray-bright .btn-icon-toggle:hover, section .style-gray-bright .btn-flat:hover, section .style-gray-bright .btn-icon-toggle:hover, section.style-gray-bright .btn-flat:hover, section.style-gray-bright .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-gray-bright, .card-body-darken.style-gray-bright {
    background-color: #b8babc;
    border-color: #b8babc;
    color: #fff
}

.badge.style-gray-bright {
    background-color: #bdbfc1;
    border-color: #bdbfc1;
    color: #fff
}

.card .style-primary, .card.style-primary, .offcanvas-pane .style-primary, .offcanvas-pane.style-primary, section .style-primary, section.style-primary {
    background-color: #004280;
    border-color: #004280;
    color: #fff
}

    .card .style-primary .btn-flat:hover, .card .style-primary .btn-icon-toggle:hover, .card.style-primary .btn-flat:hover, .card.style-primary .btn-icon-toggle:hover, .offcanvas-pane .style-primary .btn-flat:hover, .offcanvas-pane .style-primary .btn-icon-toggle:hover, .offcanvas-pane.style-primary .btn-flat:hover, .offcanvas-pane.style-primary .btn-icon-toggle:hover, section .style-primary .btn-flat:hover, section .style-primary .btn-icon-toggle:hover, section.style-primary .btn-flat:hover, section.style-primary .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-primary, .card-body-darken.style-primary {
    background-color: #003d76;
    border-color: #003d76;
    color: #fff
}

.badge.style-primary {
    border-color: #004280
}

.card .style-primary-light, .card.style-primary-light, .offcanvas-pane .style-primary-light, .offcanvas-pane.style-primary-light, section .style-primary-light, section.style-primary-light {
    background-color: #75a1ca;
    border-color: #75a1ca;
    color: #fff
}

    .card .style-primary-light .btn-flat:hover, .card .style-primary-light .btn-icon-toggle:hover, .card.style-primary-light .btn-flat:hover, .card.style-primary-light .btn-icon-toggle:hover, .offcanvas-pane .style-primary-light .btn-flat:hover, .offcanvas-pane .style-primary-light .btn-icon-toggle:hover, .offcanvas-pane.style-primary-light .btn-flat:hover, .offcanvas-pane.style-primary-light .btn-icon-toggle:hover, section .style-primary-light .btn-flat:hover, section .style-primary-light .btn-icon-toggle:hover, section.style-primary-light .btn-flat:hover, section.style-primary-light .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-primary-light, .card-body-darken.style-primary-light {
    background-color: #6e9cc7;
    border-color: #6e9cc7;
    color: #fff
}

.badge.style-primary-light {
    border-color: #75a1ca
}

.card .style-primary-dark, .card.style-primary-dark, .offcanvas-pane .style-primary-dark, .offcanvas-pane.style-primary-dark, section .style-primary-dark, section.style-primary-dark {
    background-color: #001f43;
    border-color: #001f43;
    color: #fff
}

    .card .style-primary-dark .btn-flat:hover, .card .style-primary-dark .btn-icon-toggle:hover, .card.style-primary-dark .btn-flat:hover, .card.style-primary-dark .btn-icon-toggle:hover, .offcanvas-pane .style-primary-dark .btn-flat:hover, .offcanvas-pane .style-primary-dark .btn-icon-toggle:hover, .offcanvas-pane.style-primary-dark .btn-flat:hover, .offcanvas-pane.style-primary-dark .btn-icon-toggle:hover, section .style-primary-dark .btn-flat:hover, section .style-primary-dark .btn-icon-toggle:hover, section.style-primary-dark .btn-flat:hover, section.style-primary-dark .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-primary-dark, .card-body-darken.style-primary-dark {
    background-color: #001a38;
    border-color: #001a38;
    color: #fff
}

.badge.style-primary-dark {
    border-color: #001f43
}

.card .style-primary-bright, .card.style-primary-bright, .offcanvas-pane .style-primary-bright, .offcanvas-pane.style-primary-bright, section .style-primary-bright, section.style-primary-bright {
    background-color: #c5d8eb;
    border-color: #c5d8eb;
    color: #fff
}

    .card .style-primary-bright .btn-flat:hover, .card .style-primary-bright .btn-icon-toggle:hover, .card.style-primary-bright .btn-flat:hover, .card.style-primary-bright .btn-icon-toggle:hover, .offcanvas-pane .style-primary-bright .btn-flat:hover, .offcanvas-pane .style-primary-bright .btn-icon-toggle:hover, .offcanvas-pane.style-primary-bright .btn-flat:hover, .offcanvas-pane.style-primary-bright .btn-icon-toggle:hover, section .style-primary-bright .btn-flat:hover, section .style-primary-bright .btn-icon-toggle:hover, section.style-primary-bright .btn-flat:hover, section.style-primary-bright .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-primary-bright, .card-body-darken.style-primary-bright {
    background-color: #bed3e8;
    border-color: #bed3e8;
    color: #fff
}

.badge.style-primary-bright {
    border-color: #c5d8eb
}

.card .style-accent, .card.style-accent, .offcanvas-pane .style-accent, .offcanvas-pane.style-accent, section .style-accent, section.style-accent {
    background-color: #79bd28;
    border-color: #79bd28;
    color: #fff
}

    .card .style-accent .btn-flat:hover, .card .style-accent .btn-icon-toggle:hover, .card.style-accent .btn-flat:hover, .card.style-accent .btn-icon-toggle:hover, .offcanvas-pane .style-accent .btn-flat:hover, .offcanvas-pane .style-accent .btn-icon-toggle:hover, .offcanvas-pane.style-accent .btn-flat:hover, .offcanvas-pane.style-accent .btn-icon-toggle:hover, section .style-accent .btn-flat:hover, section .style-accent .btn-icon-toggle:hover, section.style-accent .btn-flat:hover, section.style-accent .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-accent, .card-body-darken.style-accent {
    background-color: #74b526;
    border-color: #74b526;
    color: #fff
}

.badge.style-accent {
    border-color: #79bd28
}

.card .style-accent-light, .card.style-accent-light, .offcanvas-pane .style-accent-light, .offcanvas-pane.style-accent-light, section .style-accent-light, section.style-accent-light {
    background-color: #b2dc80;
    border-color: #b2dc80;
    color: #fff
}

    .card .style-accent-light .btn-flat:hover, .card .style-accent-light .btn-icon-toggle:hover, .card.style-accent-light .btn-flat:hover, .card.style-accent-light .btn-icon-toggle:hover, .offcanvas-pane .style-accent-light .btn-flat:hover, .offcanvas-pane .style-accent-light .btn-icon-toggle:hover, .offcanvas-pane.style-accent-light .btn-flat:hover, .offcanvas-pane.style-accent-light .btn-icon-toggle:hover, section .style-accent-light .btn-flat:hover, section .style-accent-light .btn-icon-toggle:hover, section.style-accent-light .btn-flat:hover, section.style-accent-light .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-accent-light, .card-body-darken.style-accent-light {
    background-color: #adda78;
    border-color: #adda78;
    color: #fff
}

.badge.style-accent-light {
    border-color: #b2dc80
}

.card .style-accent-dark, .card.style-accent-dark, .offcanvas-pane .style-accent-dark, .offcanvas-pane.style-accent-dark, section .style-accent-dark, section.style-accent-dark {
    background-color: #538226;
    border-color: #538226;
    color: #fff
}

    .card .style-accent-dark .btn-flat:hover, .card .style-accent-dark .btn-icon-toggle:hover, .card.style-accent-dark .btn-flat:hover, .card.style-accent-dark .btn-icon-toggle:hover, .offcanvas-pane .style-accent-dark .btn-flat:hover, .offcanvas-pane .style-accent-dark .btn-icon-toggle:hover, .offcanvas-pane.style-accent-dark .btn-flat:hover, .offcanvas-pane.style-accent-dark .btn-icon-toggle:hover, section .style-accent-dark .btn-flat:hover, section .style-accent-dark .btn-icon-toggle:hover, section.style-accent-dark .btn-flat:hover, section.style-accent-dark .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-accent-dark, .card-body-darken.style-accent-dark {
    background-color: #4e7a23;
    border-color: #4e7a23;
    color: #fff
}

.badge.style-accent-dark {
    border-color: #538226
}

.card .style-accent-bright, .card.style-accent-bright, .offcanvas-pane .style-accent-bright, .offcanvas-pane.style-accent-bright, section .style-accent-bright, section.style-accent-bright {
    background-color: #e0f2cb;
    border-color: #e0f2cb;
    color: #313335
}

    .card .style-accent-bright .btn-flat:hover, .card .style-accent-bright .btn-icon-toggle:hover, .card.style-accent-bright .btn-flat:hover, .card.style-accent-bright .btn-icon-toggle:hover, .offcanvas-pane .style-accent-bright .btn-flat:hover, .offcanvas-pane .style-accent-bright .btn-icon-toggle:hover, .offcanvas-pane.style-accent-bright .btn-flat:hover, .offcanvas-pane.style-accent-bright .btn-icon-toggle:hover, section .style-accent-bright .btn-flat:hover, section .style-accent-bright .btn-icon-toggle:hover, section.style-accent-bright .btn-flat:hover, section.style-accent-bright .btn-icon-toggle:hover {
        background-color: rgba(49,51,53,0)
    }

.card-body-darken .style-accent-bright, .card-body-darken.style-accent-bright {
    background-color: #dbf0c3;
    border-color: #dbf0c3;
    color: #313335
}

.badge.style-accent-bright {
    border-color: #e0f2cb
}

.card .style-success, .card.style-success, .offcanvas-pane .style-success, .offcanvas-pane.style-success, section .style-success, section.style-success {
    background-color: #999798;
    border-color: #999798;
    color: #fff
}

    .card .style-success .btn-flat:hover, .card .style-success .btn-icon-toggle:hover, .card.style-success .btn-flat:hover, .card.style-success .btn-icon-toggle:hover, .offcanvas-pane .style-success .btn-flat:hover, .offcanvas-pane .style-success .btn-icon-toggle:hover, .offcanvas-pane.style-success .btn-flat:hover, .offcanvas-pane.style-success .btn-icon-toggle:hover, section .style-success .btn-flat:hover, section .style-success .btn-icon-toggle:hover, section.style-success .btn-flat:hover, section.style-success .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-success, .card-body-darken.style-success {
    background-color: #949293;
    border-color: #949293;
    color: #fff
}

.badge.style-success {
    border-color: #999798
}

.card .style-warning, .card.style-warning, .offcanvas-pane .style-warning, .offcanvas-pane.style-warning, section .style-warning, section.style-warning {
    background-color: #d98289;
    border-color: #d98289;
    color: #fff
}

    .card .style-warning .btn-flat:hover, .card .style-warning .btn-icon-toggle:hover, .card.style-warning .btn-flat:hover, .card.style-warning .btn-icon-toggle:hover, .offcanvas-pane .style-warning .btn-flat:hover, .offcanvas-pane .style-warning .btn-icon-toggle:hover, .offcanvas-pane.style-warning .btn-flat:hover, .offcanvas-pane.style-warning .btn-icon-toggle:hover, section .style-warning .btn-flat:hover, section .style-warning .btn-icon-toggle:hover, section.style-warning .btn-flat:hover, section.style-warning .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-warning, .card-body-darken.style-warning {
    background-color: #d77a82;
    border-color: #d77a82;
    color: #fff
}

.badge.style-warning {
    border-color: #d98289
}

.card .style-danger, .card.style-danger, .offcanvas-pane .style-danger, .offcanvas-pane.style-danger, section .style-danger, section.style-danger {
    background-color: #c85a64;
    border-color: #c85a64;
    color: #fff
}

    .card .style-danger .btn-flat:hover, .card .style-danger .btn-icon-toggle:hover, .card.style-danger .btn-flat:hover, .card.style-danger .btn-icon-toggle:hover, .offcanvas-pane .style-danger .btn-flat:hover, .offcanvas-pane .style-danger .btn-icon-toggle:hover, .offcanvas-pane.style-danger .btn-flat:hover, .offcanvas-pane.style-danger .btn-icon-toggle:hover, section .style-danger .btn-flat:hover, section .style-danger .btn-icon-toggle:hover, section.style-danger .btn-flat:hover, section.style-danger .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-danger, .card-body-darken.style-danger {
    background-color: #c5525d;
    border-color: #c5525d;
    color: #fff
}

.badge.style-danger {
    border-color: #c85a64
}

.card .style-info, .card.style-info, .offcanvas-pane .style-info, .offcanvas-pane.style-info, section .style-info, section.style-info {
    background-color: #efedee;
    border-color: #efedee;
    color: #313335
}

    .card .style-info .btn-flat:hover, .card .style-info .btn-icon-toggle:hover, .card.style-info .btn-flat:hover, .card.style-info .btn-icon-toggle:hover, .offcanvas-pane .style-info .btn-flat:hover, .offcanvas-pane .style-info .btn-icon-toggle:hover, .offcanvas-pane.style-info .btn-flat:hover, .offcanvas-pane.style-info .btn-icon-toggle:hover, section .style-info .btn-flat:hover, section .style-info .btn-icon-toggle:hover, section.style-info .btn-flat:hover, section.style-info .btn-icon-toggle:hover {
        background-color: rgba(49,51,53,0)
    }

.card-body-darken .style-info, .card-body-darken.style-info {
    background-color: #eae8e9;
    border-color: #eae8e9;
    color: #313335
}

.badge.style-info {
    border-color: #efedee
}

.card .style-advantech-blue, .card.style-advantech-blue, .offcanvas-pane .style-advantech-blue, .offcanvas-pane.style-advantech-blue, section .style-advantech-blue, section.style-advantech-blue {
    background-color: #004280;
    border-color: #004280;
    color: #fff
}

    .card .style-advantech-blue .btn-flat:hover, .card .style-advantech-blue .btn-icon-toggle:hover, .card.style-advantech-blue .btn-flat:hover, .card.style-advantech-blue .btn-icon-toggle:hover, .offcanvas-pane .style-advantech-blue .btn-flat:hover, .offcanvas-pane .style-advantech-blue .btn-icon-toggle:hover, .offcanvas-pane.style-advantech-blue .btn-flat:hover, .offcanvas-pane.style-advantech-blue .btn-icon-toggle:hover, section .style-advantech-blue .btn-flat:hover, section .style-advantech-blue .btn-icon-toggle:hover, section.style-advantech-blue .btn-flat:hover, section.style-advantech-blue .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-advantech-blue, .card-body-darken.style-advantech-blue {
    background-color: #003d76;
    border-color: #003d76;
    color: #fff
}

.badge.style-advantech-blue {
    background-color: #004280;
    border-color: #004280;
    color: #fff
}

.card .style-advantech-grey, .card.style-advantech-grey, .offcanvas-pane .style-advantech-grey, .offcanvas-pane.style-advantech-grey, section .style-advantech-grey, section.style-advantech-grey {
    background-color: #8c8c8c;
    border-color: #8c8c8c;
    color: #fff
}

    .card .style-advantech-grey .btn-flat:hover, .card .style-advantech-grey .btn-icon-toggle:hover, .card.style-advantech-grey .btn-flat:hover, .card.style-advantech-grey .btn-icon-toggle:hover, .offcanvas-pane .style-advantech-grey .btn-flat:hover, .offcanvas-pane .style-advantech-grey .btn-icon-toggle:hover, .offcanvas-pane.style-advantech-grey .btn-flat:hover, .offcanvas-pane.style-advantech-grey .btn-icon-toggle:hover, section .style-advantech-grey .btn-flat:hover, section .style-advantech-grey .btn-icon-toggle:hover, section.style-advantech-grey .btn-flat:hover, section.style-advantech-grey .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-advantech-grey, .card-body-darken.style-advantech-grey {
    background-color: #878787;
    border-color: #878787;
    color: #fff
}

.badge.style-advantech-grey {
    background-color: #8c8c8c;
    border-color: #8c8c8c;
    color: #fff
}

.card .style-advantech-orange, .card.style-advantech-orange, .offcanvas-pane .style-advantech-orange, .offcanvas-pane.style-advantech-orange, section .style-advantech-orange, section.style-advantech-orange {
    background-color: #f39800;
    border-color: #f39800;
    color: #fff
}

    .card .style-advantech-orange .btn-flat:hover, .card .style-advantech-orange .btn-icon-toggle:hover, .card.style-advantech-orange .btn-flat:hover, .card.style-advantech-orange .btn-icon-toggle:hover, .offcanvas-pane .style-advantech-orange .btn-flat:hover, .offcanvas-pane .style-advantech-orange .btn-icon-toggle:hover, .offcanvas-pane.style-advantech-orange .btn-flat:hover, .offcanvas-pane.style-advantech-orange .btn-icon-toggle:hover, section .style-advantech-orange .btn-flat:hover, section .style-advantech-orange .btn-icon-toggle:hover, section.style-advantech-orange .btn-flat:hover, section.style-advantech-orange .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-advantech-orange, .card-body-darken.style-advantech-orange {
    background-color: #e99200;
    border-color: #e99200;
    color: #fff
}

.badge.style-advantech-orange {
    background-color: #f39800;
    border-color: #f39800;
    color: #fff
}

.card .style-advantech-green, .card.style-advantech-green, .offcanvas-pane .style-advantech-green, .offcanvas-pane.style-advantech-green, section .style-advantech-green, section.style-advantech-green {
    background-color: #79bd28;
    border-color: #79bd28;
    color: #fff
}

    .card .style-advantech-green .btn-flat:hover, .card .style-advantech-green .btn-icon-toggle:hover, .card.style-advantech-green .btn-flat:hover, .card.style-advantech-green .btn-icon-toggle:hover, .offcanvas-pane .style-advantech-green .btn-flat:hover, .offcanvas-pane .style-advantech-green .btn-icon-toggle:hover, .offcanvas-pane.style-advantech-green .btn-flat:hover, .offcanvas-pane.style-advantech-green .btn-icon-toggle:hover, section .style-advantech-green .btn-flat:hover, section .style-advantech-green .btn-icon-toggle:hover, section.style-advantech-green .btn-flat:hover, section.style-advantech-green .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-advantech-green, .card-body-darken.style-advantech-green {
    background-color: #74b526;
    border-color: #74b526;
    color: #fff
}

.badge.style-advantech-green {
    background-color: #79bd28;
    border-color: #79bd28;
    color: #fff
}

.card .style-bu-blue, .card.style-bu-blue, .offcanvas-pane .style-bu-blue, .offcanvas-pane.style-bu-blue, section .style-bu-blue, section.style-bu-blue {
    background-color: #0085cc;
    border-color: #0085cc;
    color: #fff
}

    .card .style-bu-blue .btn-flat:hover, .card .style-bu-blue .btn-icon-toggle:hover, .card.style-bu-blue .btn-flat:hover, .card.style-bu-blue .btn-icon-toggle:hover, .offcanvas-pane .style-bu-blue .btn-flat:hover, .offcanvas-pane .style-bu-blue .btn-icon-toggle:hover, .offcanvas-pane.style-bu-blue .btn-flat:hover, .offcanvas-pane.style-bu-blue .btn-icon-toggle:hover, section .style-bu-blue .btn-flat:hover, section .style-bu-blue .btn-icon-toggle:hover, section.style-bu-blue .btn-flat:hover, section.style-bu-blue .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-bu-blue, .card-body-darken.style-bu-blue {
    background-color: #007ec2;
    border-color: #007ec2;
    color: #fff
}

.badge.style-bu-blue {
    background-color: #0085cc;
    border-color: #0085cc;
    color: #fff
}

.card .style-bu-green, .card.style-bu-green, .offcanvas-pane .style-bu-green, .offcanvas-pane.style-bu-green, section .style-bu-green, section.style-bu-green {
    background-color: #008039;
    border-color: #008039;
    color: #fff
}

    .card .style-bu-green .btn-flat:hover, .card .style-bu-green .btn-icon-toggle:hover, .card.style-bu-green .btn-flat:hover, .card.style-bu-green .btn-icon-toggle:hover, .offcanvas-pane .style-bu-green .btn-flat:hover, .offcanvas-pane .style-bu-green .btn-icon-toggle:hover, .offcanvas-pane.style-bu-green .btn-flat:hover, .offcanvas-pane.style-bu-green .btn-icon-toggle:hover, section .style-bu-green .btn-flat:hover, section .style-bu-green .btn-icon-toggle:hover, section.style-bu-green .btn-flat:hover, section.style-bu-green .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-bu-green, .card-body-darken.style-bu-green {
    background-color: #007634;
    border-color: #007634;
    color: #fff
}

.badge.style-bu-green {
    background-color: #008039;
    border-color: #008039;
    color: #fff
}

.card .style-bu-lightblue, .card.style-bu-lightblue, .offcanvas-pane .style-bu-lightblue, .offcanvas-pane.style-bu-lightblue, section .style-bu-lightblue, section.style-bu-lightblue {
    background-color: #5ca3e5;
    border-color: #5ca3e5;
    color: #fff
}

    .card .style-bu-lightblue .btn-flat:hover, .card .style-bu-lightblue .btn-icon-toggle:hover, .card.style-bu-lightblue .btn-flat:hover, .card.style-bu-lightblue .btn-icon-toggle:hover, .offcanvas-pane .style-bu-lightblue .btn-flat:hover, .offcanvas-pane .style-bu-lightblue .btn-icon-toggle:hover, .offcanvas-pane.style-bu-lightblue .btn-flat:hover, .offcanvas-pane.style-bu-lightblue .btn-icon-toggle:hover, section .style-bu-lightblue .btn-flat:hover, section .style-bu-lightblue .btn-icon-toggle:hover, section.style-bu-lightblue .btn-flat:hover, section.style-bu-lightblue .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-bu-lightblue, .card-body-darken.style-bu-lightblue {
    background-color: #539ee4;
    border-color: #539ee4;
    color: #fff
}

.badge.style-bu-lightblue {
    background-color: #5ca3e5;
    border-color: #5ca3e5;
    color: #fff
}

.card .style-bu-purple, .card.style-bu-purple, .offcanvas-pane .style-bu-purple, .offcanvas-pane.style-bu-purple, section .style-bu-purple, section.style-bu-purple {
    background-color: #801a7a;
    border-color: #801a7a;
    color: #fff
}

    .card .style-bu-purple .btn-flat:hover, .card .style-bu-purple .btn-icon-toggle:hover, .card.style-bu-purple .btn-flat:hover, .card.style-bu-purple .btn-icon-toggle:hover, .offcanvas-pane .style-bu-purple .btn-flat:hover, .offcanvas-pane .style-bu-purple .btn-icon-toggle:hover, .offcanvas-pane.style-bu-purple .btn-flat:hover, .offcanvas-pane.style-bu-purple .btn-icon-toggle:hover, section .style-bu-purple .btn-flat:hover, section .style-bu-purple .btn-icon-toggle:hover, section.style-bu-purple .btn-flat:hover, section.style-bu-purple .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-bu-purple, .card-body-darken.style-bu-purple {
    background-color: #781872;
    border-color: #781872;
    color: #fff
}

.badge.style-bu-purple {
    background-color: #801a7a;
    border-color: #801a7a;
    color: #fff
}

.card .style-bu-red, .card.style-bu-red, .offcanvas-pane .style-bu-red, .offcanvas-pane.style-bu-red, section .style-bu-red, section.style-bu-red {
    background-color: #cc2931;
    border-color: #cc2931;
    color: #fff
}

    .card .style-bu-red .btn-flat:hover, .card .style-bu-red .btn-icon-toggle:hover, .card.style-bu-red .btn-flat:hover, .card.style-bu-red .btn-icon-toggle:hover, .offcanvas-pane .style-bu-red .btn-flat:hover, .offcanvas-pane .style-bu-red .btn-icon-toggle:hover, .offcanvas-pane.style-bu-red .btn-flat:hover, .offcanvas-pane.style-bu-red .btn-icon-toggle:hover, section .style-bu-red .btn-flat:hover, section .style-bu-red .btn-icon-toggle:hover, section.style-bu-red .btn-flat:hover, section.style-bu-red .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-bu-red, .card-body-darken.style-bu-red {
    background-color: #c4272f;
    border-color: #c4272f;
    color: #fff
}

.badge.style-bu-red {
    background-color: #cc2931;
    border-color: #cc2931;
    color: #fff
}

.card .style-bu-yellow, .card.style-bu-yellow, .offcanvas-pane .style-bu-yellow, .offcanvas-pane.style-bu-yellow, section .style-bu-yellow, section.style-bu-yellow {
    background-color: #e6a800;
    border-color: #e6a800;
    color: #fff
}

    .card .style-bu-yellow .btn-flat:hover, .card .style-bu-yellow .btn-icon-toggle:hover, .card.style-bu-yellow .btn-flat:hover, .card.style-bu-yellow .btn-icon-toggle:hover, .offcanvas-pane .style-bu-yellow .btn-flat:hover, .offcanvas-pane .style-bu-yellow .btn-icon-toggle:hover, .offcanvas-pane.style-bu-yellow .btn-flat:hover, .offcanvas-pane.style-bu-yellow .btn-icon-toggle:hover, section .style-bu-yellow .btn-flat:hover, section .style-bu-yellow .btn-icon-toggle:hover, section.style-bu-yellow .btn-flat:hover, section.style-bu-yellow .btn-icon-toggle:hover {
        background-color: rgba(255,255,255,0)
    }

.card-body-darken .style-bu-yellow, .card-body-darken.style-bu-yellow {
    background-color: #dca100;
    border-color: #dca100;
    color: #fff
}

.badge.style-bu-yellow {
    background-color: #e6a800;
    border-color: #e6a800;
    color: #fff
}

.card .style-transparent, .card.style-transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit
}

.style-image {
    background-image: url(graphics/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -o-filter: saturate(200%);
    -ms-filter: saturate(200%)
}

.card-transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit
}

    .card-transparent .card-head .tools, .card-transparent .card-head header {
        padding-left: 4px;
        padding-right: 4px
    }

    .card-transparent .card-body {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
    }

.card.card-outlined {
    background-color: #fff;
    background-image: none;
    color: #313335
}

    .card.card-outlined .btn-flat:hover, .card.card-outlined .btn-icon-toggle:hover {
        background-color: rgba(12,12,12,0);
        opacity: .7
    }

.card-loader {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255,255,255,.6);
    z-index: 999
}

.card .btn-collapse {
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.card-collapsed .btn-collapse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.card .prettyprint {
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none
}

.card-type-pricing .list-unstyled {
    margin: 0
}

    .card-type-pricing .list-unstyled li {
        padding: 15px 30px;
        border-top: 1px solid #e5e6e6
    }

        .card-type-pricing .list-unstyled li:first-child {
            border-top: none
        }

.card-type-pricing .price h1, .card-type-pricing .price h2, .card-type-pricing .price h3, .card-type-pricing .price h4, .card-type-pricing .price h5, .card-type-pricing .price h6 {
    display: inline-block;
    margin: 0
}

.card-type-blog-masonry article .blog-image img {
    width: 100%
}

.card-type-blog-masonry article .blog-text {
    position: relative
}

.card-type-blog-masonry article > div + div.blog-text:before {
    position: absolute;
    margin: auto;
    top: -20px;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: transparent transparent #fff;
    z-index: 1
}

.card-type-blog-masonry article .blog-text:first-child:before {
    position: absolute;
    margin: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #fff transparent transparent;
    z-index: 1
}

@media (max-width:768px) {
    .card {
        margin-bottom: 24px
    }

    .card-head header {
        padding: 11px 24px
    }

    .card-head.card-head-xs header {
        padding: 8px 24px
    }

    .card .force-padding, .card-body {
        padding: 24px
    }

    .card .small-padding {
        padding: 12px
    }

    .card .form-padding {
        padding: 0 24px
    }

    .card .no-side-padding {
        padding: 24px 0
    }
}

.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1032
}

body.offcanvas-expanded {
    overflow: hidden
}

.offcanvas:first-child {
    left: 0;
    right: auto
}

.offcanvas-pane {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 8px;
    background-color: #fff;
    overflow: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-transform .33s ease-in;
    -moz-transition: -moz-transform .33s ease-in;
    -o-transition: -o-transform .33s ease-in;
    transition: transform .33s ease-in
}

    .offcanvas-pane.active {
        display: block;
        -webkit-box-shadow: 0 8px 14px 0 rgba(0,0,0,.38);
        box-shadow: 0 8px 14px 0 rgba(0,0,0,.38);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.22,.99,.68,.98);
        -moz-transition: -moz-transform .5s cubic-bezier(.22,.99,.68,.98);
        -o-transition: -o-transform .5s cubic-bezier(.22,.99,.68,.98);
        transition: transform .5s cubic-bezier(.22,.99,.68,.98)
    }

.offcanvas:first-child .offcanvas-pane {
    right: 0
}

.offcanvas-body {
    padding: 16px
}

.offcanvas-head {
    position: relative;
    padding: 4px 16px
}

    .offcanvas-head header {
        font-size: 20px
    }

    .offcanvas-head .offcanvas-tools {
        position: absolute;
        left: 4px;
        right: 4px;
        top: 4px
    }

sup.badge {
    font-size: 70%;
    top: -.9em;
    margin-left: -5px;
    margin-right: -5px
}

sub.badge {
    font-size: 70%;
    bottom: -.9em;
    margin-left: -5px;
    margin-right: -5px
}

.badge.style-default-dark {
    background-color: #20252b;
    color: #fff
}

.badge.style-default {
    background-color: #e5e6e6;
    color: #313335
}

.badge.style-default-light {
    background-color: #f2f2f3;
    color: #313335
}

.badge.style-default-bright {
    background-color: #fff;
    color: #313335
}

.badge.style-primary {
    background-color: #004280;
    color: #fff
}

.badge.style-primary-light {
    background-color: #75a1ca;
    color: #fff
}

.badge.style-primary-dark {
    background-color: #001f43;
    color: #fff
}

.badge.style-primary-bright {
    background-color: #c5d8eb;
    color: #fff
}

.badge.style-accent {
    background-color: #79bd28;
    color: #fff
}

.badge.style-accent-light {
    background-color: #b2dc80;
    color: #fff
}

.badge.style-accent-dark {
    background-color: #538226;
    color: #fff
}

.badge.style-accent-bright {
    background-color: #e0f2cb;
    color: #313335
}

.badge.style-success {
    background-color: #999798;
    color: #fff
}

.badge.style-warning {
    background-color: #d98289;
    color: #fff
}

.badge.style-danger {
    background-color: #c85a64;
    color: #fff
}

.badge.style-info {
    background-color: #efedee;
    color: #313335
}

.progress-hairline {
    margin-top: 8px;
    height: 2px
}

.progress-bar-default-dark {
    background-color: #20252b
}

.progress-striped .progress-bar-default-dark {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-default {
    background-color: #e5e6e6
}

.progress-striped .progress-bar-default {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-default-light {
    background-color: #f2f2f3
}

.progress-striped .progress-bar-default-light {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-default-bright {
    background-color: #fff
}

.progress-striped .progress-bar-default-bright {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-primary-dark {
    background-color: #004280
}

.progress-striped .progress-bar-primary-dark {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-primary {
    background-color: #75a1ca
}

.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-primary-light {
    background-color: #001f43
}

.progress-striped .progress-bar-primary-light {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-primary-bright {
    background-color: #c5d8eb
}

.progress-striped .progress-bar-primary-bright {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-accent-dark {
    background-color: #79bd28
}

.progress-striped .progress-bar-accent-dark {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-accent {
    background-color: #b2dc80
}

.progress-striped .progress-bar-accent {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-accent-light {
    background-color: #538226
}

.progress-striped .progress-bar-accent-light {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-accent-bright {
    background-color: #e0f2cb
}

.progress-striped .progress-bar-accent-bright {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-success {
    background-color: #999798
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #d98289
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #c85a64
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #efedee
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    line-height: 24px
}

    .list .tile {
        position: relative;
        display: table;
        width: 100%;
        min-height: 48px
    }

        .list .tile > a {
            text-decoration: none
        }

            .list .tile > a:hover {
                color: #004280
            }

        .list .tile .tile-content {
            display: table-cell;
            padding-left: 16px
        }

            .list .tile .tile-content:last-child {
                padding-right: 16px
            }

            .list .tile .tile-content > div {
                display: table-cell;
                vertical-align: middle
            }

        .list .tile > .btn {
            display: table-cell;
            vertical-align: middle;
            min-width: 56px;
            width: 56px;
            text-align: center
        }

            .list .tile > .btn .fa, .list .tile > .btn .glyphicon, .list .tile > .btn .md {
                width: 24px;
                font-size: 20px;
                text-align: center
            }

        .list .tile .tile-icon {
            min-width: 56px;
            width: 56px;
            padding: 8px 0;
            text-align: right
        }

            .list .tile .tile-icon:first-child {
                text-align: left
            }

            .list .tile .tile-icon img {
                width: 40px;
                height: 40px;
                border-radius: 40px
            }

            .list .tile .tile-icon .fa, .list .tile .tile-icon .glyphicon, .list .tile .tile-icon .md {
                width: 24px;
                margin-top: 4px;
                font-size: 20px;
                text-align: center
            }

        .list .tile .tile-text {
            padding: 12px 0;
            font-size: 16px;
            width: 100%
        }

            .list .tile .tile-text small {
                display: block;
                font-size: 14px;
                opacity: .6
            }

                .list .tile .tile-text small span {
                    opacity: 1
                }

        .list .tile .checkbox-styled:not(ie8), .list .tile .radio-styled:not(ie8) {
            display: table-cell;
            padding: 0
        }

            .list .tile .checkbox-styled:not(ie8) label, .list .tile .radio-styled:not(ie8) label {
                display: block;
                padding-left: 16px;
                padding-top: 12px;
                padding-bottom: 12px
            }

            .list .tile .checkbox-styled:not(ie8):last-child label, .list .tile .radio-styled:not(ie8):last-child label {
                padding-right: 16px
            }

            .list .tile .checkbox-styled:not(ie8) input ~ span, .list .tile .radio-styled:not(ie8) input ~ span {
                padding-left: 54px
            }

        .list .tile .ink-reaction .ink {
            width: 600px;
            height: 600px;
            margin-left: -300px;
            margin-top: -300px;
            background-color: rgba(83,86,88,.15)
        }

    .list li.divider-full-bleed, .list li.divider-inset {
        position: relative
    }

        .list li.divider-full-bleed:after, .list li.divider-inset:after, .list.divider-full-bleed li:after, .list.divider-inset li:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            height: 1px;
            background: rgba(150,153,156,.3)
        }

        .list li.divider-full-bleed:after, .list.divider-full-bleed li:after {
            left: 0
        }

        .list li.divider-inset:after, .list.divider-inset li:after {
            left: 72px
        }

.list-group .fa, .list-group .glyphicon, .list-group .md {
    margin-right: 5px
}

.list-group .btn[class*=" btn-radio"], .list-group .btn[class*=" btn-checkbox"], .list-group .btn[class^=btn-checkbox], .list-group .btn[class^=btn-radio] {
    padding: 0
}

.list-group-item {
    color: #313335
}

    .list-group-item.focus, .list-group-item.focus:focus, .list-group-item.focus:hover {
        background-color: #f2f2f3
    }

        .list-group-item.focus .list-group-item-heading, .list-group-item.focus:focus .list-group-item-heading, .list-group-item.focus:hover .list-group-item-heading {
            color: inherit
        }

        .list-group-item.focus .list-group-item-text, .list-group-item.focus:focus .list-group-item-text, .list-group-item.focus:hover .list-group-item-text {
            opacity: .75
        }

.card-body .list-group:first-child:nth-last-child(1) {
    margin-bottom: 0
}

.list-email {
    margin-bottom: 20px !important
}

    .list-email a {
        border-left: none;
        border-right: none;
        padding: 20px 20px 20px 40px
    }

        .list-email a:first-child {
            border-top: none
        }

    .list-email h2, .list-email h3, .list-email h4, .list-email h5, .list-email h6 {
        margin-top: 0;
        margin-bottom: 5px
    }

    .list-email p {
        color: #a3a6a8;
        margin-bottom: 0;
        line-height: 1.3
    }

.list-tags .btn {
    margin-bottom: 3px
}

.list-comments {
    padding-left: 0;
    list-style: none
}

    .list-comments > li {
        margin-bottom: 20px
    }

        .list-comments > li ul {
            padding-top: 10px;
            padding-left: 60px;
            list-style: none;
            border-left: 1px solid #d9d9d9
        }

            .list-comments > li ul li {
                padding-top: 10px
            }

    .list-comments .card {
        margin: 0
    }

    .list-comments .comment-title {
        margin: 0 50px 7px 0
    }

        .list-comments .comment-title small {
            font-size: 11px;
            margin-left: 7px
        }

    .list-comments .comment-avatar {
        position: relative;
        float: left;
        width: 60px;
        height: 60px;
        margin: 20px 0 0 20px;
        text-align: center;
        border: 1px solid #d9d9d9;
        border-radius: 999px
    }

        .list-comments .comment-avatar img {
            width: 100%
        }

        .list-comments .comment-avatar .fa, .list-comments .comment-avatar .md {
            line-height: 60px;
            font-size: 28px
        }

        .list-comments .comment-avatar .glyphicon {
            line-height: 52px;
            font-size: 20px
        }

    .list-comments .card-body {
        margin-left: 80px
    }

.list-chats {
    padding-left: 0;
    list-style: none
}

    .list-chats .chat {
        position: relative;
        min-height: 40px;
        margin: 16px 0 0;
        padding: 0 52px;
        text-align: right
    }

        .list-chats .chat:after, .list-chats .chat:before {
            content: " ";
            display: table
        }

        .list-chats .chat:after {
            clear: both
        }

    .list-chats .chat-avatar {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        margin: 0;
        text-align: center;
        border-radius: 999px
    }

        .list-chats .chat-avatar img {
            width: 100%
        }

        .list-chats .chat-avatar .fa, .list-chats .chat-avatar .md {
            line-height: 40px;
            font-size: 18px
        }

        .list-chats .chat-avatar .glyphicon {
            line-height: 32px;
            font-size: 16px
        }

    .list-chats .chat-body {
        position: relative;
        display: inline-block;
        float: right;
        clear: both;
        padding: 12px;
        margin-bottom: 2px;
        text-align: left;
        color: #313335;
        background: #fff
    }

        .list-chats .chat-body small {
            display: block;
            margin-bottom: -4px;
            opacity: .7
        }

    .list-chats .chat-avatar + .chat-body:after {
        position: absolute;
        content: '';
        z-index: 0;
        width: 0;
        height: 0;
        border-style: solid;
        top: 0;
        right: -12px;
        border-width: 0 0 12px 12px;
        border-color: transparent transparent transparent #fff
    }

    .list-chats .chat-left .chat {
        text-align: left
    }

    .list-chats .chat-left .chat-avatar {
        left: 0;
        right: auto
    }

    .list-chats .chat-left .chat-body {
        float: left;
        background-color: #004280;
        color: #fff
    }

    .list-chats .chat-left .chat-avatar + .chat-body:after {
        top: 0;
        left: -12px;
        border-width: 0 12px 12px 0;
        border-color: transparent #004280 transparent transparent
    }

.list-results {
    margin-bottom: 24px;
    margin-top: 1px;
    border-left: 1px solid #f2f2f3
}

    .list-results:after, .list-results:before {
        content: " ";
        display: table
    }

    .list-results:after {
        clear: both
    }

    .list-results > div {
        padding: 20px 10px;
        margin-top: -1px;
        border-top: 1px solid #f2f2f3;
        border-right: 1px solid #f2f2f3;
        border-bottom: 1px solid #f2f2f3;
        background: inherit;
        color: inherit;
        text-decoration: none
    }

        .list-results > div:hover {
            background: #f2f2f3
        }

        .list-results > div img {
            margin-right: 10px
        }

    .list-results.list-results-underlined {
        border-left: none
    }

        .list-results.list-results-underlined > div {
            padding: 20px 0;
            border-right: none;
            border-top: none
        }

.nav-stacked {
    border-bottom: none
}

    .nav-stacked > li {
        margin-bottom: 0
    }

        .nav-stacked > li + li {
            margin-top: 1px;
            margin-bottom: 0
        }

        .nav-stacked > li > a {
            margin-right: 0
        }

    .nav-stacked.nav-tabs > li.active > a, .nav-stacked.nav-tabs > li.active > a:focus, .nav-stacked.nav-tabs > li.active > a:hover {
        border: none
    }

.nav > li > small {
    display: block;
    margin: 20px 0 10px 10px;
    font-size: 10px;
    font-weight: 500;
    opacity: .6
}

.nav > li:first-child > small {
    margin-top: 0
}

.nav.nav-icon > li a {
    padding-left: 32px
}

    .nav.nav-icon > li a .fa, .nav.nav-icon > li a .glyphicon, .nav.nav-icon > li a .md {
        position: relative;
        width: 32px;
        text-align: center;
        margin-left: -32px;
        float: left;
        font-size: 1.3em
    }

.nav-transparent a {
    color: inherit;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

    .nav-transparent a:hover {
        color: #313335
    }

.nav-pills img {
    margin-right: 10px
}

.nav-pills li.focus > a, .nav-pills li.focus > a:focus, .nav-pills li.focus > a:hover {
    background-color: #f2f2f3
}

.navbar-search {
    position: relative;
    display: inline-table;
    padding: 0;
    white-space: nowrap;
    border-radius: 2px;
    -webkit-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

    .navbar-search .form-group {
        display: table-cell;
        margin-bottom: 0;
        max-width: 0;
        vertical-align: middle;
        overflow: hidden;
        -webkit-transition: max-width .25s ease-in-out;
        -o-transition: max-width .25s ease-in-out;
        transition: max-width .25s ease-in-out
    }

    .navbar-search input {
        display: inline-block;
        padding: 0 10px;
        max-width: 0;
        height: 36px;
        border: none;
        -webkit-transition: max-width .25s ease-in-out;
        -o-transition: max-width .25s ease-in-out;
        transition: max-width .25s ease-in-out
    }

    .navbar-search .btn {
        display: table-cell
    }

    .navbar-search.expanded {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
    }

        .navbar-search.expanded .form-group {
            max-width: 500px
        }

        .navbar-search.expanded .btn {
            color: #0c0c0c;
            background: inherit
        }

        .navbar-search.expanded input {
            max-width: 500px
        }

.nav li.padded {
    padding: 10px
}

.alert.alert-callout {
    position: relative;
    padding-left: 20px;
    background: #fff;
    color: #313335;
    border-radius: 3px;
    border-color: rgba(83,86,88,.15)
}

    .alert.alert-callout:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        left: -1px;
        top: -1px;
        bottom: -1px;
        background: red
    }

.alert-callout.alert-success:before {
    background: #999798
}

.alert-callout.alert-info:before {
    background: #efedee
}

.alert-callout.alert-warning:before {
    background: #d98289
}

.alert-callout.alert-danger:before {
    background: #c85a64
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
    text-shadow: none
}

    .breadcrumb > li {
        opacity: .8;
        display: inline-block
    }

        .breadcrumb > li + li:before {
            color: inherit;
            content: "/";
            font-size: 10px;
            padding: 0 5px
        }

    .breadcrumb > .active {
        color: inherit;
        opacity: .7;
        font-weight: 400;
        font-size: 20px
    }

.panel-group .card {
    border: inherit;
    -webkit-transition: margin .33s ease-out;
    -o-transition: margin .33s ease-out;
    transition: margin .33s ease-out
}

    .panel-group .card .fa-angle-down, .panel-group .card .fa-caret-down, .panel-group .card .fa-chevron-down {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }

    .panel-group .card .collapsed .fa-angle-down, .panel-group .card .collapsed .fa-caret-down, .panel-group .card .collapsed .fa-chevron-down {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .panel-group .card .fa-plus {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .panel-group .card .collapsed .fa-plus {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .panel-group .card + .card {
        margin-top: 1px
    }

    .panel-group .card.expanded {
        margin: 16px 0
    }

        .panel-group .card.expanded:first-child {
            margin-top: 0
        }

.timeline {
    position: relative;
    list-style: none;
    padding: 20px 0 0;
    left: 50%
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 4px;
        background-color: #0c0c0c;
        opacity: .15;
        left: 0;
        margin-left: -2px
    }

.timeline-hairline.timeline:before {
    width: 2px;
    margin-left: -1px
}

.timeline li {
    position: relative;
    display: block;
    width: 50%;
    left: -50%;
    white-space: nowrap;
    min-height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.timeline-entry {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: top;
    margin: 0 -3px 0 0;
    white-space: normal
}

    .timeline-entry .card {
        position: relative;
        margin-right: 30px
    }

        .timeline-entry .card .fa, .timeline-entry .card .glyphicon, .timeline-entry .card .md, .timeline-entry .card img {
            margin-right: 10px
        }

.timeline-inverted .timeline-entry {
    left: 100%
}

    .timeline-inverted .timeline-entry .card {
        margin-left: 30px;
        margin-bottom: 15px;
        margin-right: 0
    }

.timeline-entry .card:after {
    content: "";
    position: absolute;
    top: 16px;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #fff
}

.timeline-inverted .timeline-entry .card:after {
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.timeline-entry .card.style-default-dark:after {
    border-color: transparent transparent transparent #20252b
}

.timeline-entry .card.style-default:after {
    border-color: transparent transparent transparent #e5e6e6
}

.timeline-entry .card.style-default-light:after {
    border-color: transparent transparent transparent #f2f2f3
}

.timeline-entry .card.style-default-bright:after {
    border-color: transparent transparent transparent #fff
}

.timeline-entry .card.style-primary:after {
    border-color: transparent transparent transparent #004280
}

.timeline-entry .card.style-primary-light:after {
    border-color: transparent transparent transparent #75a1ca
}

.timeline-entry .card.style-primary-dark:after {
    border-color: transparent transparent transparent #001f43
}

.timeline-entry .card.style-primary-bright:after {
    border-color: transparent transparent transparent #c5d8eb
}

.timeline-entry .card.style-accent:after {
    border-color: transparent transparent transparent #79bd28
}

.timeline-entry .card.style-accent-light:after {
    border-color: transparent transparent transparent #b2dc80
}

.timeline-entry .card.style-accent-dark:after {
    border-color: transparent transparent transparent #538226
}

.timeline-entry .card.style-accent-bright:after {
    border-color: transparent transparent transparent #e0f2cb
}

.timeline-entry .card.style-success:after {
    border-color: transparent transparent transparent #999798
}

.timeline-entry .card.style-warning:after {
    border-color: transparent transparent transparent #d98289
}

.timeline-entry .card.style-danger:after {
    border-color: transparent transparent transparent #c85a64
}

.timeline-entry .card.style-info:after {
    border-color: transparent transparent transparent #efedee
}

.timeline-circ {
    position: absolute;
    top: 15px;
    left: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: -10px;
    text-align: center;
    background: #96999c;
    color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: #fff !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.33)
}

    .timeline-circ .fa, .timeline-circ .glyphicon, .timeline-circ .md {
        top: 0;
        margin: 0
    }

    .timeline-circ.circ-lg {
        top: 10px;
        width: 30px;
        height: 30px;
        margin-left: -15px
    }

        .timeline-circ.circ-lg .fa, .timeline-circ.circ-lg .glyphicon, .timeline-circ.circ-lg .md {
            font-size: 14px;
            line-height: 24px
        }

    .timeline-circ.circ-xl {
        top: 6px;
        width: 38px;
        height: 38px;
        margin-left: -19px
    }

        .timeline-circ.circ-xl .fa, .timeline-circ.circ-xl .glyphicon, .timeline-circ.circ-xl .md {
            font-size: 18px;
            line-height: 32px
        }

.timeline.no-card-shadow .card, .timeline.no-shadow .card, .timeline.no-shadow .timeline-circ {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:768px) {
    .timeline.collapse-xs {
        left: 0
    }

        .timeline.collapse-xs:before {
            left: 10px
        }

        .timeline.collapse-xs li {
            left: 0;
            width: 100%
        }

        .timeline.collapse-xs .timeline-entry {
            left: 0 !important
        }

            .timeline.collapse-xs .timeline-entry .card {
                margin-left: 40px !important;
                margin-right: 0
            }

                .timeline.collapse-xs .timeline-entry .card:after {
                    right: auto;
                    left: -9px;
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

        .timeline.collapse-xs .timeline-circ {
            left: 10px
        }
}

@media (max-width:991px) {
    .timeline.collapse-sm {
        left: 0
    }

        .timeline.collapse-sm:before {
            left: 10px
        }

        .timeline.collapse-sm li {
            left: 0;
            width: 100%
        }

        .timeline.collapse-sm .timeline-entry {
            left: 0 !important
        }

            .timeline.collapse-sm .timeline-entry .card {
                margin-left: 40px !important;
                margin-right: 0
            }

                .timeline.collapse-sm .timeline-entry .card:after {
                    right: auto;
                    left: -9px;
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

        .timeline.collapse-sm .timeline-circ {
            left: 10px
        }
}

@media (max-width:1199px) {
    .timeline.collapse-md {
        left: 0
    }

        .timeline.collapse-md:before {
            left: 10px
        }

        .timeline.collapse-md li {
            left: 0;
            width: 100%
        }

        .timeline.collapse-md .timeline-entry {
            left: 0 !important
        }

            .timeline.collapse-md .timeline-entry .card {
                margin-left: 40px !important;
                margin-right: 0
            }

                .timeline.collapse-md .timeline-entry .card:after {
                    right: auto;
                    left: -9px;
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

        .timeline.collapse-md .timeline-circ {
            left: 10px
        }
}

.timeline.collapse-lg {
    left: 0
}

    .timeline.collapse-lg:before {
        left: 10px
    }

    .timeline.collapse-lg li {
        left: 0;
        width: 100%
    }

    .timeline.collapse-lg .timeline-entry {
        left: 0 !important
    }

        .timeline.collapse-lg .timeline-entry .card {
            margin-left: 40px !important;
            margin-right: 0
        }

            .timeline.collapse-lg .timeline-entry .card:after {
                right: auto;
                left: -9px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg)
            }

    .timeline.collapse-lg .timeline-circ {
        left: 10px
    }

.knob {
    position: relative;
    display: inline-block;
    border-color: #e0e0e0
}

    .knob canvas {
        position: relative;
        vertical-align: top
    }

    .knob.knob-shadow:before {
        position: absolute;
        content: "";
        height: 15%;
        left: 30%;
        right: 30%;
        bottom: -8%;
        box-shadow: 0 0 10px 10px rgba(0,0,0,.2),0 0 40px 20px rgba(0,0,0,.2),inset 0 0 50px 100px rgba(0,0,0,.3);
        border-radius: 50%;
        -webkit-transform: scaleY(.07);
        -ms-transform: scaleY(.07);
        -o-transform: scaleY(.07);
        transform: scaleY(.07);
        z-index: 0
    }

.knob-stack {
    position: relative;
    display: block
}

    .knob-stack .knob-pane {
        display: block
    }

        .knob-stack .knob-pane:after {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 10;
            content: "\25CF";
            display: block;
            color: #fff;
            text-align: center
        }

        .knob-stack .knob-pane .knob-legend {
            position: absolute
        }

            .knob-stack .knob-pane .knob-legend strong {
                position: absolute;
                top: -22px;
                font-size: 16px;
                display: block;
                width: 100%
            }

            .knob-stack .knob-pane .knob-legend span {
                position: relative;
                top: 2px
            }

            .knob-stack .knob-pane .knob-legend:after, .knob-stack .knob-pane .knob-legend:before {
                position: absolute;
                z-index: 10;
                content: "";
                display: block;
                height: 1px;
                background-color: #bdbfc1
            }

            .knob-stack .knob-pane .knob-legend:after {
                width: 176.78px
            }

        .knob-stack .knob-pane:nth-child(1) .knob-legend {
            left: 5%;
            right: 50%;
            top: 10px
        }

            .knob-stack .knob-pane:nth-child(1) .knob-legend:before {
                top: 0;
                right: 0;
                left: 0
            }

            .knob-stack .knob-pane:nth-child(1) .knob-legend:after {
                width: 0
            }

        .knob-stack .knob-pane:nth-child(2):after {
            top: 20px
        }

        .knob-stack .knob-pane:nth-child(2) .knob-legend {
            left: 50%;
            right: 5%;
            top: 30px;
            text-align: right
        }

            .knob-stack .knob-pane:nth-child(2) .knob-legend:before {
                top: 0;
                right: 0;
                left: 0
            }

            .knob-stack .knob-pane:nth-child(2) .knob-legend:after {
                width: 0
            }

        .knob-stack .knob-pane:nth-child(3):after {
            top: 40px
        }

        .knob-stack .knob-pane:nth-child(3) .knob-legend {
            left: 5%;
            right: 50%;
            top: 175px
        }

            .knob-stack .knob-pane:nth-child(3) .knob-legend:before {
                top: 0;
                right: 125px;
                left: 0
            }

            .knob-stack .knob-pane:nth-child(3) .knob-legend:after {
                right: -25.89px;
                top: -62.5px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .knob-stack .knob-pane:nth-child(4):after {
            top: 60px
        }

        .knob-stack .knob-pane:nth-child(4) .knob-legend {
            left: 50%;
            right: 5%;
            top: 195px;
            text-align: right
        }

            .knob-stack .knob-pane:nth-child(4) .knob-legend:before {
                top: 0;
                right: 0;
                left: 125px
            }

            .knob-stack .knob-pane:nth-child(4) .knob-legend:after {
                left: -25.89px;
                top: -62.5px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg)
            }

    .knob-stack .knob {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.knob-default-dark {
    color: #20252b
}

.knob-default-dark-track {
    border-color: #20252b
}

.knob-default {
    color: #e5e6e6
}

.knob-default-track {
    border-color: #e5e6e6
}

.knob-default-light {
    color: #f2f2f3
}

.knob-default-light-track {
    border-color: #f2f2f3
}

.knob-default-bright {
    color: #fff
}

.knob-default-bright-track {
    border-color: #fff
}

.knob-primary-dark {
    color: #001f43
}

.knob-primary-dark-track {
    border-color: #001f43
}

.knob-primary {
    color: #004280
}

.knob-primary-track {
    border-color: #004280
}

.knob-primary-light {
    color: #75a1ca
}

.knob-primary-light-track {
    border-color: #75a1ca
}

.knob-primary-bright {
    color: #c5d8eb
}

.knob-primary-bright-track {
    border-color: #c5d8eb
}

.knob-accent-dark {
    color: #538226
}

.knob-accent-dark-track {
    border-color: #538226
}

.knob-accent {
    color: #79bd28
}

.knob-accent-track {
    border-color: #79bd28
}

.knob-accent-light {
    color: #b2dc80
}

.knob-accent-light-track {
    border-color: #b2dc80
}

.knob-accent-bright {
    color: #e0f2cb
}

.knob-accent-bright-track {
    border-color: #e0f2cb
}

.knob-success {
    color: #999798
}

.knob-success-track {
    border-color: #999798
}

.knob-warning {
    color: #d98289
}

.knob-warning-track {
    border-color: #d98289
}

.knob-danger {
    color: #c85a64
}

.knob-danger-track {
    border-color: #c85a64
}

.knob-info {
    color: #efedee
}

.knob-info-track {
    border-color: #efedee
}

.flot {
    min-height: 20px
}

    .flot div.legend > div {
        border: 1px solid rgba(255,255,255,.4)
    }

    .flot div.legend > table {
        color: inherit !important
    }

        .flot div.legend > table td {
            padding: 4px
        }

.legendColorBox > div {
    margin: 5px;
    border: none !important
}

    .legendColorBox > div > div {
        border-radius: 50%
    }

.flot-legend-horizontal table tr {
    float: left;
    padding-right: 8px
}

.piechart {
    position: relative;
    display: inline-table;
    min-width: 10px;
    min-height: 10px;
    text-align: center
}

    .piechart canvas {
        position: absolute;
        top: 0;
        left: 0
    }

    .piechart .display {
        display: table-cell;
        width: 100%;
        vertical-align: middle
    }

        .piechart .display .percent:after {
            content: '%';
            font-weight: 300;
            margin-left: .1em;
            font-size: .6em
        }

.jqstooltip {
    box-sizing: content-box
}

.modal, .popover {
    color: #313335
}

.gui-popover {
    position: fixed;
    background-color: #f6f6f6;
    color: #313335
}

    .gui-popover .popover-title {
        background-color: #ddd;
        color: rgba(255,255,255,.9);
        border-bottom-color: rgba(49,51,53,.2)
    }

    .gui-popover.top > .arrow :after {
        border-top-color: #f6f6f6
    }

    .gui-popover.right > .arrow:after {
        border-right-color: #f6f6f6
    }

    .gui-popover.bottom > .arrow:after {
        border-bottom-color: #f6f6f6
    }

    .gui-popover.left > .arrow:after {
        border-left-color: #f6f6f6
    }

    .gui-popover.popover-info {
        background-color: #efedee;
        color: #313335
    }

        .gui-popover.popover-info .popover-title {
            background-color: #d7d2d5;
            color: rgba(255,255,255,.9);
            border-bottom-color: rgba(49,51,53,.2)
        }

        .gui-popover.popover-info.top > .arrow :after {
            border-top-color: #efedee
        }

        .gui-popover.popover-info.right > .arrow:after {
            border-right-color: #efedee
        }

        .gui-popover.popover-info.bottom > .arrow:after {
            border-bottom-color: #efedee
        }

        .gui-popover.popover-info.left > .arrow:after {
            border-left-color: #efedee
        }

    .gui-popover.popover-warning {
        background-color: #d98289;
        color: #fff
    }

        .gui-popover.popover-warning .popover-title {
            background-color: #cd5b64;
            color: rgba(255,255,255,.9);
            border-bottom-color: rgba(255,255,255,.2)
        }

        .gui-popover.popover-warning.top > .arrow :after {
            border-top-color: #d98289
        }

        .gui-popover.popover-warning.right > .arrow:after {
            border-right-color: #d98289
        }

        .gui-popover.popover-warning.bottom > .arrow:after {
            border-bottom-color: #d98289
        }

        .gui-popover.popover-warning.left > .arrow:after {
            border-left-color: #d98289
        }

    .gui-popover.popover-success {
        background-color: #999798;
        color: #fff
    }

        .gui-popover.popover-success .popover-title {
            background-color: #807d7f;
            color: rgba(255,255,255,.9);
            border-bottom-color: rgba(255,255,255,.2)
        }

        .gui-popover.popover-success.top > .arrow :after {
            border-top-color: #999798
        }

        .gui-popover.popover-success.right > .arrow:after {
            border-right-color: #999798
        }

        .gui-popover.popover-success.bottom > .arrow:after {
            border-bottom-color: #999798
        }

        .gui-popover.popover-success.left > .arrow:after {
            border-left-color: #999798
        }

    .gui-popover.popover-danger {
        background-color: #c85a64;
        color: #fff
    }

        .gui-popover.popover-danger .popover-title {
            background-color: #b33c47;
            color: rgba(255,255,255,.9);
            border-bottom-color: rgba(255,255,255,.2)
        }

        .gui-popover.popover-danger.top > .arrow :after {
            border-top-color: #c85a64
        }

        .gui-popover.popover-danger.right > .arrow:after {
            border-right-color: #c85a64
        }

        .gui-popover.popover-danger.bottom > .arrow:after {
            border-bottom-color: #c85a64
        }

        .gui-popover.popover-danger.left > .arrow:after {
            border-left-color: #c85a64
        }

.carousel-control.left, .carousel-control.right {
    background: 0 0
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

        .nano > .nano-content:focus {
            outline: dotted thin
        }

        .nano > .nano-content::-webkit-scrollbar {
            display: none
        }

    .nano > .nano-pane {
        background: rgba(0,0,0,.25);
        position: absolute;
        width: 10px;
        right: 0;
        top: 0;
        bottom: 0;
        visibility: hidden\9;
        opacity: .01;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }

        .nano > .nano-pane > .nano-slider {
            background: #444;
            background: rgba(0,0,0,.5);
            position: relative;
            margin: 0 1px
        }

    .nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane {
        visibility: visible\9;
        opacity: .99
    }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block
}

.holder {
    position: relative
}

.no-radius {
    border-radius: 0
}

.opacity-25 {
    opacity: .25;
    filter: alpha(opacity=25)
}

.opacity-50 {
    opacity: .5;
    filter: alpha(opacity=50)
}

.opacity-75 {
    opacity: .75;
    filter: alpha(opacity=75)
}

.opacity-100 {
    opacity: 1;
    filter: alpha(opacity=100)
}

.no-margin {
    margin: 0 !important
}

.margin-bottom-lg {
    margin-bottom: 5px
}

.margin-bottom-xl {
    margin-bottom: 10px
}

.margin-bottom-xxl {
    margin-bottom: 20px
}

.no-padding {
    padding: 0 !important
}

.force-padding {
    padding: 24px
}

.large-padding {
    padding: 48px
}

.small-padding {
    padding: 12px
}

.small-y-padding {
    padding: 12px 0
}

.small-x-padding {
    padding: 0 12px
}

.mini-padding {
    padding: 6px
}

.mini-y-padding {
    padding: 6px 0
}

.mini-x-padding {
    padding: 0 6px
}

.no-y-padding {
    padding: 0 24px
}

.no-side-padding {
    padding: 24px 0
}

.border-black, .border-gray, .border-lg, .border-white, .border-xl, .border-xxl {
    border-style: solid;
    border-width: 1px;
    border-color: #0c0c0c
}

.border-lg {
    border-width: 2px
}

.border-xl {
    border-width: 3px
}

.border-xxl {
    border-width: 5px
}

.border-white {
    border-color: #fff
}

.border-gray {
    border-color: #96999c
}

.border-transparent {
    border-color: transparent
}

.hidden-border {
    border-color: transparent !important
}

.border-dashed {
    border-style: dashed
}

.border-top {
    border-right: none;
    border-bottom: none;
    border-left: none
}

.border-right {
    border-top: none;
    border-bottom: none;
    border-left: none
}

.border-bottom {
    border-top: none;
    border-right: none;
    border-left: none
}

.border-left {
    border-top: none;
    border-right: none;
    border-bottom: none
}

.border-default-bright {
    border-color: #fff !important
}

.border-default-light {
    border-color: #96999c
}

.border-default {
    border-color: #313335
}

.border-default-dark {
    border-color: #20252b
}

.border-primary-bright {
    border-color: #c5d8eb
}

.border-primary-light {
    border-color: #75a1ca
}

.border-primary {
    border-color: #004280
}

.border-primary-dark {
    border-color: #001f43
}

.border-accent-bright {
    border-color: #e0f2cb
}

.border-accent-light {
    border-color: #b2dc80
}

.border-accent {
    border-color: #79bd28
}

.border-accent-dark {
    border-color: #538226
}

.border-info {
    border-color: #efedee
}

.border-warning {
    border-color: #d98289
}

.border-danger {
    border-color: #c85a64
}

.border-success {
    border-color: #999798
}

.border-advantech-blue {
    border-color: #004280
}

.border-advantech-grey {
    border-color: #8c8c8c
}

.border-advantech-orange {
    border-color: #f39800
}

.border-advantech-green {
    border-color: #79bd28
}

.border-bu-blue {
    border-color: #0085cc
}

.border-bu-green {
    border-color: #008039
}

.border-bu-lightblue {
    border-color: #5ca3e5
}

.border-bu-purple {
    border-color: #801a7a
}

.border-bu-red {
    border-color: #cc2931
}

.border-bu-yellow {
    border-color: #e6a800
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px
}

.overlay-default {
    background-color: rgba(150,153,156,.75);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.5)
}

.overlay-primary {
    background-color: rgba(0,66,128,.75);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.5)
}

.overlay-shade-top {
    background-image: -webkit-linear-gradient(top,rgba(12,12,12,.6) 0,rgba(12,12,12,0) 100%);
    background-image: -o-linear-gradient(top,rgba(12,12,12,.6) 0,rgba(12,12,12,0) 100%);
    background-image: linear-gradient(to bottom,rgba(12,12,12,.6) 0,rgba(12,12,12,0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990c0c0c', endColorstr='#000c0c0c', GradientType=0)
}

.overlay-shade-bottom {
    background-image: -webkit-linear-gradient(top,rgba(12,12,12,0) 0,rgba(12,12,12,.6) 100%);
    background-image: -o-linear-gradient(top,rgba(12,12,12,0) 0,rgba(12,12,12,.6) 100%);
    background-image: linear-gradient(to bottom,rgba(12,12,12,0) 0,rgba(12,12,12,.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c0c0c', endColorstr='#990c0c0c', GradientType=0)
}

.mask {
    position: relative;
    overflow: hidden
}

.bottom-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.top-layer {
    position: relative;
    z-index: 1
}

.stick-top-left, .stick-top-left-right, .stick-top-right {
    position: absolute;
    top: 0
}

.stick-bottom-left, .stick-bottom-left-right, .stick-bottom-right {
    position: absolute;
    bottom: 0
}

.stick-bottom-left, .stick-bottom-left-right, .stick-top-left, .stick-top-left-right {
    left: 0
}

.stick-bottom-left-right, .stick-bottom-right, .stick-top-left-right, .stick-top-right {
    right: 0
}

.height-1, .size-1 {
    height: 40px
}

.height-2, .size-2 {
    height: 80px
}

.height-3, .size-3 {
    height: 120px
}

.height-4, .size-4 {
    height: 160px
}

.height-5, .size-5 {
    height: 200px
}

.height-6, .size-6 {
    height: 240px
}

.height-7, .size-7 {
    height: 280px
}

.height-8, .size-8 {
    height: 320px
}

.height-9, .size-9 {
    height: 360px
}

.height-10, .size-10 {
    height: 400px
}

.height-11, .size-11 {
    height: 440px
}

.height-12, .size-12 {
    height: 480px
}

.size-1, .width-1 {
    width: 40px
}

.size-2, .width-2 {
    width: 80px
}

.size-3, .width-3 {
    width: 120px
}

.size-4, .width-4 {
    width: 160px
}

.size-5, .width-5 {
    width: 200px
}

.size-6, .width-6 {
    width: 240px
}

.size-7, .width-7 {
    width: 280px
}

.size-8, .width-8 {
    width: 320px
}

.size-9, .width-9 {
    width: 360px
}

.size-10, .width-10 {
    width: 400px
}

.size-11, .width-11 {
    width: 440px
}

.size-12, .width-12 {
    width: 480px
}

.auto-width {
    width: auto
}

@media (min-width:769px) {
    .scroll-xs {
        height: auto !important
    }
}

@media (min-width:992px) {
    .scroll-sm {
        height: auto !important
    }
}

@media (min-width:1200px) {
    .scroll-md {
        height: auto !important
    }
}

.contain-xs {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

.contain-sm {
    max-width: 769px;
    margin-left: auto;
    margin-right: auto
}

.contain-md {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto
}

.contain-lg {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.demo-color, .star-rating {
    display: inline-block
}

pre.prettyprint {
    display: block;
    background-color: #f7f7f9;
    font-size: 13px;
    padding: 9px 14px !important;
    border-color: #e1e1e8 !important;
    tab-size: 2;
    -moz-tab-size: 2;
    -o-tab-size: 2
}

pre .nocode {
    background-color: none;
    color: #fff
}

pre .str {
    color: #da4950
}

pre .kwd {
    color: #2f6f9f
}

pre .com {
    color: #999
}

pre .typ {
    color: #2f6f9f
}

pre .lit {
    color: #cd5c5c
}

pre .pun {
    color: #4f9fcf
}

pre .pln {
    color: #333
}

pre .tag {
    color: #2f6f9f
}

pre .atn {
    color: #4f9fcf
}

pre .atv {
    color: #da4950
}

pre .dec {
    color: #099
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #aeaeae
}

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
    list-style-type: none
}
