﻿html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

html, body, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
    }

a:hover, a:active, .tile:active {
    outline: 0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .google-maps img {
    max-width: none;
}

button, input, select, textarea {
    margin: 0;
    vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type=text]::-ms-clear, input[type=email]::-ms-clear, input[type=url]::-ms-clear, input[type=tel]::-ms-clear, input[type=number]::-ms-clear, input[type=time]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

* {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.box-sizing-border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.box-sizing-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.text-italic {
    font-style: italic;
}

.no-border {
    border: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.border {
    border: 1px #eaeaea solid;
}

.border-left {
    border-left: 1px #eaeaea solid;
}

.border-right {
    border-right: 1px #eaeaea solid;
}

.border-top {
    border-top: 1px #eaeaea solid;
}

.border-bottom {
    border-bottom: 1px #eaeaea solid;
}

.collapse-separate {
    border-collapse: separate;
}

.collapse-collapse {
    border-collapse: collapse;
}

.pos-abs {
    position: absolute;
}

.pos-rel {
    position: relative;
}

.pos-fix {
    position: fixed;
}

.place-left {
    float: left;
}

.place-right {
    float: right;
}

.place-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.place-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.place-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.place-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.on-left {
    margin-right: 5px;
}

.on-right {
    margin-left: 5px;
}

.on-left-more {
    margin-right: 10px;
}

.on-right-more {
    margin-left: 10px;
}

.padding-bottom-20{
    padding-bottom:20px;
}

.padding1 {
    padding: 1px;
}

.padding2 {
    padding: 2px;
}

.padding3 {
    padding: 3px;
}

.padding4 {
    padding: 4px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.margin5 {
    margin: 5px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.nlm {
    margin-left: 0 !important;
}

.nrm {
    margin-right: 0 !important;
}

.ntm {
    margin-top: 0 !important;
}

.nbm {
    margin-bottom: 0 !important;
}

.nlp {
    padding-left: 0 !important;
}

.nrp {
    padding-right: 0 !important;
}

.ntp {
    padding-top: 0 !important;
}

.nbp {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-float {
    float: none !important;
}

.block {
    display: block !important;
    float: none !important;
}

.inline-block {
    display: inline-block !important;
}

.hide, .no-display {
    display: none !important;
}

.no-visible {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

.scroll-y, .scroll-vertical {
    overflow-y: scroll;
}

.scroll-x, .scroll-horizontal {
    overflow-x: scroll;
}

.no-overflow {
    overflow: hidden;
}

.overflow {
    overflow: scroll;
}

.one-column {
    -moz-columns: 1;
    -webkit-columns: 1;
    -o-columns: 1;
    -ms-columns: 1;
    columns: 1;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
    -ms-column-gap: 20px;
    column-gap: 20px;
}

.two-columns {
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    -ms-columns: 2;
    columns: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
    -ms-column-gap: 20px;
    column-gap: 20px;
}

.three-columns {
    -moz-columns: 3;
    -webkit-columns: 3;
    -o-columns: 3;
    -ms-columns: 3;
    columns: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
    -ms-column-gap: 20px;
    column-gap: 20px;
}

.four-columns {
    -moz-columns: 4;
    -webkit-columns: 4;
    -o-columns: 4;
    -ms-columns: 4;
    columns: 4;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
    -ms-column-gap: 20px;
    column-gap: 20px;
}

.five-columns {
    -moz-columns: 5;
    -webkit-columns: 5;
    -o-columns: 5;
    -ms-columns: 5;
    columns: 5;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
    -ms-column-gap: 20px;
    column-gap: 20px;
}

.square5 {
    width: 5px;
    height: 5px;
}

.square10 {
    width: 10px;
    height: 10px;
}

.square15 {
    width: 15px;
    height: 15px;
}

.square20 {
    width: 20px;
    height: 20px;
}

.shadow {
    box-shadow: 0 2px 6px rgba(0,0,0,.3),0 3px 8px rgba(0,0,0,.2);
}

.text-shadow {
    -webkit-text-shadow: 2px 2px 4px rgba(0,0,0,.4);
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}

.opacity {
    opacity: .9;
}

.half-opacity {
    opacity: .5;
}

.hi-opacity {
    opacity: .2;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

#element .selected {
    border: 4px #4390df solid;
}

    #element .selected:after {
        position: absolute;
        display: block;
        border-top: 28px solid #4390df;
        border-left: 28px solid transparent;
        right: 0;
        content: "";
        top: 0;
        z-index: 101;
    }

    #element .selected:before {
        position: absolute;
        display: block;
        content: "";
        color: #fff;
        right: 0;
        font-family: iconFont;
        font-size: 9pt;
        font-weight: normal;
        z-index: 102;
        top: 0;
    }

.rotate45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate225 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rotate360 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rotateX45 {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
}

.rotateX90 {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.rotateX135 {
    -webkit-transform: rotateX(135deg);
    -moz-transform: rotateX(135deg);
    -ms-transform: rotateX(135deg);
    -o-transform: rotateX(135deg);
    transform: rotateX(135deg);
}

.rotateX180 {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.rotateX225 {
    -webkit-transform: rotateX(225deg);
    -moz-transform: rotateX(225deg);
    -ms-transform: rotateX(225deg);
    -o-transform: rotateX(225deg);
    transform: rotateX(225deg);
}

.rotateX270 {
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    -o-transform: rotateX(270deg);
    transform: rotateX(270deg);
}

.rotateX360 {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.rotateY45 {
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
    -ms-transform: rotateY(45deg);
    -o-transform: rotateY(45deg);
    transform: rotateY(45deg);
}

.rotateY90 {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.rotateY135 {
    -webkit-transform: rotateY(135deg);
    -moz-transform: rotateY(135deg);
    -ms-transform: rotateY(135deg);
    -o-transform: rotateY(135deg);
    transform: rotateY(135deg);
}

.rotateY180 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rotateY225 {
    -webkit-transform: rotateY(225deg);
    -moz-transform: rotateY(225deg);
    -ms-transform: rotateY(225deg);
    -o-transform: rotateY(225deg);
    transform: rotateY(225deg);
}

.rotateY270 {
    -webkit-transform: rotateY(270deg);
    -moz-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
}

.rotateY360 {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@font-face {
    font-family: "PT Serif Caption";
    font-style: normal;
    font-weight: 400;
    src: local("Cambria"),local("PT Serif Caption"),local("PTSerif-Caption"),url(https://themes.googleusercontent.com/static/fonts/ptserifcaption/v4/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
}

@font-face {
    font-family: "Open Sans Light";
    font-style: normal;
    font-weight: 300;
    src: local("Segoe UI Light"),local("Open Sans Light"),local("OpenSans-Light"),url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Segoe UI"),local("Open Sans"),local("OpenSans"),url(https://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: "Open Sans Bold";
    font-style: normal;
    font-weight: 700;
    src: local("Segoe UI Bold"),local("Open Sans Bold"),local("OpenSans-Bold"),url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

.text-rest-state {
    color: #000;
}

.text-rest2-state {
    color: rgba(0,0,0,.6);
}

.text-hover-state {
    color: rgba(0,0,0,.8);
}

.text-pressed-state {
    color: rgba(0,0,0,.4);
}

#font .light {
    font-weight: 300;
}

#font .normal {
    font-weight: normal;
    font-style: normal;
}

#font .bold {
    font-weight: bold;
}

#font .italic {
    font-style: italic;
}

#font .segoe {
    font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}

#font .segoe-bold {
    font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
}

#font .segoe-light {
    font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
}

#font .cambria {
    font-family: 'Cambria_','PT Serif Caption',Verdana,Arial,Helvetica,sans-serif;
}

#font .mono {
    font-family: 'Courier New',monospace;
}

#font .serif {
    font-family: Georgia,"Times New Roman",Times,serif;
}

#font .sans {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header, .subheader {
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
}

.header {
    font-size: 4.8rem;
    line-height: 4.8rem;
}

.subheader {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .01em;
}

.subheader-secondary {
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .01em;
    color: rgba(0,0,0,.6);
    font-size: 2.2rem;
    line-height: 2.2rem;
}

.item-title {
    /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: bold;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: .02em;
}

.item-title-secondary {
    /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: bold;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: .02em;
    color: rgba(0,0,0,.6);
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.navigation {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,.6);
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: .02em;
}

.body-text {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 11pt;
    line-height: 15pt;
    letter-spacing: .02em;
}

.code-text {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 11pt;
    line-height: 15pt;
    letter-spacing: .02em;
    font-family: 'Courier New',monospace;
}

.tertiary-text {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    color: #000;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: normal !important;
}

.tertiary-text-secondary {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    color: #000;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: normal !important;
    color: rgba(0,0,0,.6);
}

.readable-text {
    font-family: 'Cambria_','PT Serif Caption',Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2rem;
}

.menu-title {
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .01em;
    font-size: 4rem;
}

.menu-item {
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .01em;
    color: rgba(0,0,0,.6);
    line-height: 2.2rem;
    font-size: 2.2rem;
}

.menu-item-secondary {
    /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: bold;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: .02em;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4rem;
}

h1 small {
    font-size: 19.25pt;
}

h2 small {
    font-size: 13.75pt;
}

h3 small {
    font-size: 11pt;
}

h4 small {
    font-size: 11pt;
}


div, span, p {
}

p {
    margin: 0 0 7pt;
}

strong {
    font-weight: bold;
}

.text-muted {
    color: #999 !important;
}

.text-info {
    color: #1ba1e2 !important;
}

.text-alert {
    color: #e51400 !important;
}

.text-warning {
    color: #fa6800 !important;
}

.text-success {
    color: #60a917 !important;
}

abbr {
    text-decoration: none;
    border-bottom: 1px #999 dotted;
    cursor: help;
}

address {
    font-weight: normal;
    font-style: normal;
    margin-bottom: 7pt;
}

blockquote {
    margin: 0;
    padding: 0;
    border-left: 4px #999 solid;
    padding-left: 10px;
}

    blockquote small {
        color: #999;
    }

        blockquote small:before {
            content: "— ";
        }

    blockquote.place-right {
        border: 0;
        border-right: 4px #999 solid;
        padding-right: 10px;
        text-align: right;
    }

        blockquote.place-right small:before {
            content: "";
        }

        blockquote.place-right small:after {
            content: "  —";
        }

.unstyled {
    padding-left: 0;
    list-style: none;
}

    .unstyled li ul, .unstyled li ol {
        list-style: none;
        padding-left: 25px;
    }

.inline {
    list-style: none;
}

    .inline li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

ul, ol {
}

    ul li, ol li {
    }

        ul li ul, ol li ul, ul li ol, ol li ol {
            padding-left: 0;
        }

    ol.styled {
        counter-reset: li;
        margin-left: 0;
        padding-left: 0;
        font-family: 'Cambria_','PT Serif Caption',Verdana,Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2rem;
    }

        ol.styled > li {
            position: relative;
            margin: 0 0 6px 2em;
            padding: 4px 12px;
            list-style: none;
        }

            ol.styled > li:before {
                content: counter(li);
                counter-increment: li;
                position: absolute;
                top: -2px;
                left: -2em;
                box-sizing: border-box;
                width: 2em;
                margin-right: 8px;
                padding: 4px;
                color: #fff;
                background: #666;
                font-weight: bold;
                font-family: "Helvetica Neue",Arial,sans-serif;
                text-align: center;
            }

        ol.styled.rounded > li:before {
            border-radius: 100%;
        }

dl dt, dl dd {
    line-height: 20px;
}

dl dt {
    /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
}

dl dd {
    margin-left: 15px;
}

dl.horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

dl.horizontal dd {
    margin-left: 180px;
}

.prettyprint * {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 11pt;
    line-height: 15pt;
    letter-spacing: .02em;
    font-family: 'Courier New',monospace;
    font-size: .9em !important;
    line-height: 10pt;
}

.container {
    margin: 0 auto;
}

.page {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

    .page:before, .page:after {
        display: table;
        content: "";
    }

    .page:after {
        clear: both;
    }

    .page .page-header .page-header-content {
        min-height: auto;
    }

        .page .page-header .page-header-content:before, .page .page-header .page-header-content:after {
            display: table;
            content: "";
        }

        .page .page-header .page-header-content:after {
            clear: both;
        }

        .page .page-header .page-header-content .branding {
            display: inline-block;
            width: auto;
            padding: 10px 0;
            margin-right: 20px;
        }

            .page .page-header .page-header-content .branding .brand-title {
                /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                font-weight: 300;
                color: #000;
                letter-spacing: 0;
                font-size: 2.5rem;
                line-height: 2.5rem;
                letter-spacing: .01em;
                display: block;
            }

            .page .page-header .page-header-content .branding .brand-slogan {
                /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
                font-weight: bold;
                color: #000;
                font-size: 1.6rem;
                line-height: 1.6rem;
                letter-spacing: .02em;
                color: rgba(0,0,0,.6);
                font-size: 1.4rem;
                line-height: 1.4rem;
                font-weight: normal;
                font-style: normal;
                /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                display: block;
            }

            .page .page-header .page-header-content .branding .brand-title, .page .page-header .page-header-content .branding .brand-slogan {
                margin: 0;
            }

            .page .page-header .page-header-content .branding a + .brand-title, .page .page-header .page-header-content .branding a + .brand-slogan {
                text-decoration: none !important;
            }

    .page .page-region .page-region-content {
        min-height: 500px;
    }

        .page .page-region .page-region-content:before, .page .page-region .page-region-content:after {
            display: table;
            content: "";
        }

        .page .page-region .page-region-content:after {
            clear: both;
        }

    .page .page-footer .page-footer-content {
        height: 100px;
    }

        .page .page-footer .page-footer-content:before, .page .page-footer .page-footer-content:after {
            display: table;
            content: "";
        }

        .page .page-footer .page-footer-content:after {
            clear: both;
        }

    .page.secondary .page-region-content, .page.secondary .page-header-content {
        padding-left: 80px;
    }

.app-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d1d1d;
    z-index: 1060;
}

.charms {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1060;
}

    .charms.place-left {
        left: 0;
        right: auto;
    }

.message-dialog {
    position: fixed;
    left: 0;
    right: 0;
    height: auto;
    min-height: 100px;
    top: 30%;
    padding: 10px 10px 0;
    z-index: 1050;
}

.error-bar, .warning-bar, .info-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    min-height: 100px;
    z-index: 1050;
}

.error-bar {
    background-color: #9a1616 !important;
}

.warning-bar {
    background-color: #bf5a15 !important;
}

.info-bar {
    background-color: #4390df !important;
}

.span1, .size1 {
    width: 60px;
}

.span2, .size2 {
    width: 140px;
}

.span3, .size3 {
    width: 220px;
}

.span4, .size4 {
    width: 300px;
}

.span5, .size5 {
    width: 380px;
}

.span6, .size6 {
    width: 460px;
}

.span7, .size7 {
    width: 540px;
}

.span8, .size8 {
    width: 620px;
}

.span9, .size9 {
    width: 700px;
}

.span10, .size10 {
    width: 780px;
}

.span11, .size11 {
    width: 860px;
}

.span12, .size12 {
    width: 940px;
}

.offset1 {
    margin-left: 80px !important;
}

    .offset1:not(:first-child) {
        margin-left: 100px !important;
    }

.offset2 {
    margin-left: 160px !important;
}

    .offset2:not(:first-child) {
        margin-left: 180px !important;
    }

.offset3 {
    margin-left: 240px !important;
}

    .offset3:not(:first-child) {
        margin-left: 260px !important;
    }

.offset4 {
    margin-left: 320px !important;
}

    .offset4:not(:first-child) {
        margin-left: 340px !important;
    }

.offset5 {
    margin-left: 400px !important;
}

    .offset5:not(:first-child) {
        margin-left: 420px !important;
    }

.offset6 {
    margin-left: 480px !important;
}

    .offset6:not(:first-child) {
        margin-left: 500px !important;
    }

.offset7 {
    margin-left: 560px !important;
}

    .offset7:not(:first-child) {
        margin-left: 580px !important;
    }

.offset8 {
    margin-left: 640px !important;
}

    .offset8:not(:first-child) {
        margin-left: 660px !important;
    }

.offset9 {
    margin-left: 720px !important;
}

    .offset9:not(:first-child) {
        margin-left: 740px !important;
    }

.offset10 {
    margin-left: 800px !important;
}

    .offset10:not(:first-child) {
        margin-left: 820px !important;
    }

.offset11 {
    margin-left: 880px !important;
}

    .offset11:not(:first-child) {
        margin-left: 900px !important;
    }

.offset12 {
    margin-left: 960px !important;
}

    .offset12:not(:first-child) {
        margin-left: 980px !important;
    }

.grid {
    margin-bottom: 20px;
}

    .grid .row {
        display: block;
        margin-top: 20px;
    }

        .grid .row:before, .grid .row:after {
            display: table;
            content: "";
        }

        .grid .row:after {
            clear: both;
        }

        .grid .row [class*="span"] {
            float: left;
            min-height: 1px;
            margin-left: 20px;
        }

            .grid .row [class*="span"]:first-child {
                margin-left: 0;
            }

    .grid.fluid {
        width: 100%;
    }

        .grid.fluid .row .span1 {
            width: 6.382978% !important;
        }

        .grid.fluid .row .span2 {
            width: 14.893614999999999% !important;
        }

        .grid.fluid .row .span3 {
            width: 23.404251999999996% !important;
        }

        .grid.fluid .row .span4 {
            width: 31.914889% !important;
        }

        .grid.fluid .row .span5 {
            width: 40.425526% !important;
        }

        .grid.fluid .row .span6 {
            width: 48.93616299999999% !important;
        }

        .grid.fluid .row .span7 {
            width: 57.446799999999996% !important;
        }

        .grid.fluid .row .span8 {
            width: 65.957437% !important;
        }

        .grid.fluid .row .span9 {
            width: 74.468074% !important;
        }

        .grid.fluid .row .span10 {
            width: 82.978711% !important;
        }

        .grid.fluid .row .span11 {
            width: 91.48934799999999% !important;
        }

        .grid.fluid .row .span12 {
            width: 99.99998499999998% !important;
        }

        .grid.fluid .row [class*="span"] {
            margin-left: 2.127659%;
        }

            .grid.fluid .row [class*="span"]:first-child {
                margin-left: 0;
            }

        .grid.fluid .row .offset1 {
            margin-left: 8.510637% !important;
        }

            .grid.fluid .row .offset1:not(:first-child) {
                margin-left: 10.638296% !important;
            }

        .grid.fluid .row .offset2 {
            margin-left: 17.021274% !important;
        }

            .grid.fluid .row .offset2:not(:first-child) {
                margin-left: 19.148933% !important;
            }

        .grid.fluid .row .offset3 {
            margin-left: 25.531910999999997% !important;
        }

            .grid.fluid .row .offset3:not(:first-child) {
                margin-left: 27.659569999999995% !important;
            }

        .grid.fluid .row .offset4 {
            margin-left: 34.042548% !important;
        }

            .grid.fluid .row .offset4:not(:first-child) {
                margin-left: 36.170207% !important;
            }

        .grid.fluid .row .offset5 {
            margin-left: 42.553185% !important;
        }

            .grid.fluid .row .offset5:not(:first-child) {
                margin-left: 44.680844% !important;
            }

        .grid.fluid .row .offset6 {
            margin-left: 51.063821999999995% !important;
        }

            .grid.fluid .row .offset6:not(:first-child) {
                margin-left: 53.191480999999996% !important;
            }

        .grid.fluid .row .offset7 {
            margin-left: 59.574459% !important;
        }

            .grid.fluid .row .offset7:not(:first-child) {
                margin-left: 61.702118% !important;
            }

        .grid.fluid .row .offset8 {
            margin-left: 68.085096% !important;
        }

            .grid.fluid .row .offset8:not(:first-child) {
                margin-left: 70.212755% !important;
            }

        .grid.fluid .row .offset9 {
            margin-left: 76.595733% !important;
        }

            .grid.fluid .row .offset9:not(:first-child) {
                margin-left: 78.72339199999999% !important;
            }

        .grid.fluid .row .offset10 {
            margin-left: 85.10637% !important;
        }

            .grid.fluid .row .offset10:not(:first-child) {
                margin-left: 87.23402899999999% !important;
            }

        .grid.fluid .row .offset11 {
            margin-left: 93.617007% !important;
        }

            .grid.fluid .row .offset11:not(:first-child) {
                margin-left: 95.744666% !important;
            }

        .grid.fluid .row .offset12 {
            margin-left: 102.12764399999999% !important;
        }

            .grid.fluid .row .offset12:not(:first-child) {
                margin-left: 104.25530299999998% !important;
            }

table {
    max-width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 14pt;
}

    .table th, .table td {
        padding: 8px;
        font-size: 14px;
        line-height: 14pt;
        vertical-align: top;
        border-bottom: 1px #eaeaea solid;
    }

        .table th[class*="span"], .table td[class*="span"] {
            display: table-cell !important;
            float: none !important;
            margin: 0;
        }

    .table thead th {
        vertical-align: bottom;
    }

    .table tbody tr:last-child td {
        border-bottom: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #eaeaea;
    }

    .table .table {
        background-color: #bfbfbf;
    }

    .table.condensed th, .table.condensed td {
        padding: 4px 5px;
    }

    .table.striped tbody tr:nth-child(odd) {
        background: #eee;
    }

    .table.bordered {
        border: 1px #eaeaea solid;
        border-left: 0;
    }

        .table.bordered td, .table.bordered th {
            border-left: 1px #eaeaea solid;
            border-bottom: 1px #eaeaea solid;
        }

    .table.no-border td, .table.no-border th {
        border: 0;
    }

    .table.border {
        border: 1px #eaeaea solid !important;
    }

    .table.hovered tbody tr:hover {
        background-color: rgba(28,183,236,.1);
    }

    .table tr.success {
        background-color: #60a917 !important;
    }

    .table tr.error {
        background-color: #e51400 !important;
    }

    .table tr.warning {
        background-color: #fa6800 !important;
    }

    .table tr.info {
        background-color: #4390df !important;
    }

        .table tr.info td, .table tr.warning td, .table tr.error td, .table tr.success td, .table tr.info td *, .table tr.warning td *, .table tr.error td *, .table tr.success td * {
            color: #fff !important;
        }

    .table tr.selected {
        background-color: rgba(28,183,236,.1);
    }

.button {
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #d9d9d9;
    border: 1px transparent solid;
    color: #222;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 16px;
}

    .button.default {
        background-color: #008287;
        color: #fff;
    }

    .button:focus {
        outline: 0;
        border: 1px #353535 dotted;
    }

    .button:disabled, .button.disabled {
        background-color: #eaeaea !important;
        color: #bebebe !important;
        cursor: not-allowed !important;
    }

    .button * {
        color: inherit;
    }

        .button *:hover {
            color: inherit;
        }

a.button:hover {
    color: inherit;
}

a.button * {
    color: inherit;
}

    a.button *:hover {
        color: inherit;
    }

.button.primary {
    background-color: #16499a !important;
    color: #fff !important;
}

.button.info {
    background-color: #4390df !important;
    color: #fff !important;
}

.button.success {
    background-color: #60a917 !important;
    color: #fff !important;
}

.button.warning {
    background-color: #fa6800 !important;
    color: #fff !important;
}

.button.danger {
    background-color: #9a1616 !important;
    color: #fff !important;
}

.button.inverse {
    background-color: #1d1d1d !important;
    color: #fff !important;
}

.button.link {
    background-color: transparent !important;
    color: #2e92cf !important;
}

    .button.link:hover {
        text-decoration: underline;
    }

    .button.link:disabled, .button.link.disabled {
        background-color: transparent !important;
        color: #bebebe !important;
        cursor: not-allowed !important;
    }

    .button.link [class*="icon-"] {
        text-decoration: none !important;
    }

button {
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #d9d9d9;
    border: 1px transparent solid;
    color: #222;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 16px;
}

    button.default {
        background-color: #008287;
        color: #fff;
    }

    button:focus {
        outline: 0;
        border: 1px #353535 dotted;
    }

    button:disabled, button.disabled {
        background-color: #eaeaea !important;
        color: #bebebe !important;
        cursor: not-allowed !important;
    }

    button * {
        color: inherit;
    }

        button *:hover {
            color: inherit;
        }

    button.primary {
        background-color: #16499a !important;
        color: #fff !important;
    }

    button.info {
        background-color: #4390df !important;
        color: #fff !important;
    }

    button.success {
        background-color: #60a917 !important;
        color: #fff !important;
    }

    button.warning {
        background-color: #fa6800 !important;
        color: #fff !important;
    }

    button.danger {
        background-color: #9a1616 !important;
        color: #fff !important;
    }

    button.inverse {
        background-color: #1d1d1d !important;
        color: #fff !important;
    }

    button.link {
        background-color: transparent !important;
        color: #2e92cf !important;
    }

        button.link:hover {
            text-decoration: underline;
        }

        button.link:disabled, button.link.disabled {
            background-color: transparent !important;
            color: #bebebe !important;
            cursor: not-allowed !important;
        }

        button.link [class*="icon-"] {
            text-decoration: none !important;
        }

    button:active {
        background-color: #1d1d1d !important;
        color: #fff !important;
        border-color: transparent;
    }

    button.large {
        padding: 11px 19px;
        font-size: 17.5px;
    }

    button.small {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    button.mini {
        padding: 0 6px;
        font-size: 10.5px;
    }

.command-button {
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #d9d9d9;
    border: 1px transparent solid;
    color: #222;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-size: 14pt;
    width: auto;
}

    .command-button.default {
        background-color: #008287;
        color: #fff;
    }

    .command-button:focus {
        outline: 0;
        border: 1px #353535 dotted;
    }

    .command-button:disabled, .command-button.disabled {
        background-color: #eaeaea !important;
        color: #bebebe !important;
        cursor: not-allowed !important;
    }

    .command-button * {
        color: inherit;
    }

        .command-button *:hover {
            color: inherit;
        }

    .command-button.primary {
        background-color: #16499a !important;
        color: #fff !important;
    }

    .command-button.info {
        background-color: #4390df !important;
        color: #fff !important;
    }

    .command-button.success {
        background-color: #60a917 !important;
        color: #fff !important;
    }

    .command-button.warning {
        background-color: #fa6800 !important;
        color: #fff !important;
    }

    .command-button.danger {
        background-color: #9a1616 !important;
        color: #fff !important;
    }

    .command-button.inverse {
        background-color: #1d1d1d !important;
        color: #fff !important;
    }

    .command-button.link {
        background-color: transparent !important;
        color: #2e92cf !important;
    }

        .command-button.link:hover {
            text-decoration: underline;
        }

        .command-button.link:disabled, .command-button.link.disabled {
            background-color: transparent !important;
            color: #bebebe !important;
            cursor: not-allowed !important;
        }

        .command-button.link [class*="icon-"] {
            text-decoration: none !important;
        }

    .command-button:active {
        background-color: #1d1d1d !important;
        color: #fff !important;
        border-color: transparent;
    }

    .command-button.large {
        padding: 11px 19px;
        font-size: 17.5px;
    }

    .command-button.small {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    .command-button.mini {
        padding: 0 6px;
        font-size: 10.5px;
    }

    .command-button small {
        display: block;
        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
        color: #000;
        font-size: 1.3rem;
        line-height: 1.5rem;
        font-weight: normal !important;
        color: rgba(0,0,0,.6);
        color: inherit;
    }

    .command-button [class*="icon-"] {
        font-size: 1.7em;
        margin-top: 0;
    }

        .command-button [class*="icon-"].on-left {
            float: left;
        }

        .command-button [class*="icon-"].on-right {
            float: right;
        }

        .command-button [class*="icon-"].on-left + small {
            margin-left: 40px;
        }

        .command-button [class*="icon-"].on-right + small {
            margin-right: 40px;
        }

.toolbar {
    width: auto;
    margin-bottom: 10px;
}

    .toolbar:before, .toolbar:after {
        display: table;
        content: "";
    }

    .toolbar:after {
        clear: both;
    }

    .toolbar.transparent button, .toolbar .transparent button, .toolbar.transparent .button, .toolbar .transparent .button {
        background-color: transparent;
    }

        .toolbar.transparent button:hover, .toolbar .transparent button:hover, .toolbar.transparent .button:hover, .toolbar .transparent .button:hover {
            background-color: #eee;
            border: 1px #fff solid;
        }

    .toolbar button, .toolbar .button {
        color: inherit;
        padding: 4px 8px;
        display: block;
        float: left;
        font-size: 12pt;
        line-height: 12pt;
        margin-right: 2px;
    }

        .toolbar button:last-child, .toolbar .button:last-child {
            margin-right: 0;
        }

    .toolbar.no-spaces button, .toolbar .toolbar-group.no-spaces button, .toolbar.no-spaces .button, .toolbar .toolbar-group.no-spaces .button {
        margin-right: 0;
    }

        .toolbar.no-spaces button:active, .toolbar .toolbar-group.no-spaces button:active, .toolbar.no-spaces .button:active, .toolbar .toolbar-group.no-spaces .button:active {
            background-color: #1d1d1d;
            color: #fff;
            top: auto;
            left: auto;
        }

    .toolbar .divider {
        display: block;
        float: left;
        height: 12px;
        width: 1px;
        margin: 8px 8px;
        background-color: #999;
        vertical-align: middle !important;
    }

    .toolbar .toolbar-group {
        padding: 0;
        margin: 0;
        display: inline-block;
        margin-right: 10px;
        color: inherit;
    }

        .toolbar .toolbar-group:before, .toolbar .toolbar-group:after {
            display: table;
            content: "";
        }

        .toolbar .toolbar-group:after {
            clear: both;
        }

.button-dropdown {
    position: relative;
    display: inline-block;
}

    .button-dropdown .dropdown-menu.place-right {
        right: 0;
        left: auto;
    }

button.dropdown-toggle, .button.dropdown-toggle {
    padding-right: 16px;
    border: 0;
}

    button.dropdown-toggle:before, .button.dropdown-toggle:before {
        position: absolute;
        font-family: iconFont;
        font-size: 14px;
        right: 1px;
        z-index: 2;
    }

.image-button {
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #d9d9d9;
    border: 1px transparent solid;
    color: #222;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 16px;
    position: relative;
    border: 0;
    padding-right: 45px;
}

    .image-button.default {
        background-color: #008287;
        color: #fff;
    }

    .image-button:focus {
        outline: 0;
        border: 1px #353535 dotted;
    }

    .image-button:disabled, .image-button.disabled {
        background-color: #eaeaea !important;
        color: #bebebe !important;
        cursor: not-allowed !important;
    }

    .image-button * {
        color: inherit;
    }

        .image-button *:hover {
            color: inherit;
        }

    .image-button.primary {
        background-color: #16499a !important;
        color: #fff !important;
    }

    .image-button.info {
        background-color: #4390df !important;
        color: #fff !important;
    }

    .image-button.success {
        background-color: #60a917 !important;
        color: #fff !important;
    }

    .image-button.warning {
        background-color: #fa6800 !important;
        color: #fff !important;
    }

    .image-button.danger {
        background-color: #9a1616 !important;
        color: #fff !important;
    }

    .image-button.inverse {
        background-color: #1d1d1d !important;
        color: #fff !important;
    }

    .image-button.link {
        background-color: transparent !important;
        color: #2e92cf !important;
    }

        .image-button.link:hover {
            text-decoration: underline;
        }

        .image-button.link:disabled, .image-button.link.disabled {
            background-color: transparent !important;
            color: #bebebe !important;
            cursor: not-allowed !important;
        }

        .image-button.link [class*="icon-"] {
            text-decoration: none !important;
        }

    .image-button:active {
        background-color: #1d1d1d !important;
        color: #fff !important;
        border-color: transparent;
    }

    .image-button.large {
        padding: 11px 19px;
        font-size: 17.5px;
    }

    .image-button.small {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    .image-button.mini {
        padding: 0 6px;
        font-size: 10.5px;
    }

    .image-button img, .image-button:active img, .image-button [class*="icon-"] {
        display: block;
        position: absolute;
        float: right;
        right: 0;
        top: 0;
        padding: 5px;
        height: 100%;
        margin-left: 0;
        box-sizing: border-box;
        border: 1px transparent solid;
        z-index: 2;
        text-align: center;
    }

    .image-button [class*="icon-"] {
        vertical-align: middle !important;
        font-size: 12pt;
        line-height: 12pt;
        top: 0;
        right: 0;
    }

    .image-button.image-left {
        padding-right: 12px;
        padding-left: 45px;
    }

        .image-button.image-left img, .image-button.image-left:active img, .image-button.image-left [class*="icon-"] {
            right: auto;
            left: 0;
        }

    .image-button:focus {
        border: 0;
    }

.shortcut {
    padding: 4px 12px;
    vertical-align: middle !important;
    background-color: #d9d9d9;
    border: 1px transparent solid;
    color: #222;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 16px;
    height: 92px;
    width: 92px;
    text-align: center;
    font-size: 12pt;
    border: 0;
    border-bottom: 2px solid transparent;
    display: inline-block;
    position: relative;
}

    .shortcut.default {
        background-color: #008287;
        color: #fff;
    }

    .shortcut:focus {
        outline: 0;
        border: 1px #353535 dotted;
    }

    .shortcut:disabled, .shortcut.disabled {
        background-color: #eaeaea !important;
        color: #bebebe !important;
        cursor: not-allowed !important;
    }

    .shortcut * {
        color: inherit;
    }

        .shortcut *:hover {
            color: inherit;
        }

    .shortcut.primary {
        background-color: #16499a !important;
        color: #fff !important;
    }

    .shortcut.info {
        background-color: #4390df !important;
        color: #fff !important;
    }

    .shortcut.success {
        background-color: #60a917 !important;
        color: #fff !important;
    }

    .shortcut.warning {
        background-color: #fa6800 !important;
        color: #fff !important;
    }

    .shortcut.danger {
        background-color: #9a1616 !important;
        color: #fff !important;
    }

    .shortcut.inverse {
        background-color: #1d1d1d !important;
        color: #fff !important;
    }

    .shortcut.link {
        background-color: transparent !important;
        color: #2e92cf !important;
    }

        .shortcut.link:hover {
            text-decoration: underline;
        }

        .shortcut.link:disabled, .shortcut.link.disabled {
            background-color: transparent !important;
            color: #bebebe !important;
            cursor: not-allowed !important;
        }

        .shortcut.link [class*="icon-"] {
            text-decoration: none !important;
        }

    .shortcut:active {
        background-color: #1d1d1d !important;
        color: #fff !important;
        border-color: transparent;
    }

    .shortcut.large {
        padding: 11px 19px;
        font-size: 17.5px;
    }

    .shortcut.small {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    .shortcut.mini {
        padding: 0 6px;
        font-size: 10.5px;
    }

    .shortcut [class*="icon-"] {
        display: block;
        margin: 10px;
        font-size: 1.5em;
    }

    .shortcut small {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 2px 4px;
        min-height: 10px;
        min-width: 10px;
        text-align: center;
        vertical-align: middle;
        /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
    }

    .shortcut:hover {
        border-color: #e51400;
    }

    .shortcut.link {
        border: 1px #2e92cf solid;
        text-decoration: none !important;
    }

        .shortcut.link:hover {
            border-bottom-width: 2px;
        }

a.shortcut {
    padding: 12px 0;
}

    a.shortcut:hover {
        color: inherit;
    }

.button-set:before, .button-set:after {
    display: table;
    content: "";
}

.button-set:after {
    clear: both;
}

.button-set .button, .button-set button {
    display: block;
    float: left;
    margin-right: 2px;
}

    .button-set .button.active, .button-set button.active {
        background-color: #555;
        color: #fff;
    }

.button-set.no-spaces button, .button-set.no-spaces .button {
    margin-right: 0 !important;
}

    .button-set.no-spaces button:active, .button-set.no-spaces .button:active {
        background-color: #1d1d1d;
        color: #fff;
        top: auto;
        left: auto;
    }

.button-set.transparent .button, .button-set.transparent button {
    background-color: transparent;
}

    .button-set.transparent .button.active, .button-set.transparent button.active {
        background-color: #555;
        color: #fff;
    }

.button:active {
    background-color: #1d1d1d !important;
    color: #fff !important;
    border-color: transparent;
}

.button.large, button.large {
    padding: 11px 19px;
    font-size: 17.5px;
}

.button.small, button.small {
    padding: 2px 10px;
    font-size: 11.9px;
}

.button.mini, button.mini {
    padding: 0 6px;
    font-size: 10.5px;
}

/*.breadcrumbs {
    margin: .2em;
}

    .breadcrumbs ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

        .breadcrumbs ul li {
            float: left;
            margin: 0 .2em 0 1em;
        }

            .breadcrumbs ul li:first-child {
                margin-left: 0 !important;
            }

                .breadcrumbs ul li:first-child a:before {
                    content: normal;
                }

            .breadcrumbs ul li:last-child {
                background: none;
            }

                .breadcrumbs ul li:last-child a {
                    color: #1d1d1d;
                }

                .breadcrumbs ul li:last-child:after, .breadcrumbs ul li:last-child:before {
                    content: normal;
                }

        .breadcrumbs ul a {
            background: #d9d9d9;
            padding: .3em 1em;
            float: left;
            text-decoration: none;
            color: #2e92cf;
            position: relative;
        }

            .breadcrumbs ul a:hover {
                background: #1ba1e2;
                color: #fff;
            }

                .breadcrumbs ul a:hover:before {
                    border-color: #1ba1e2 #1ba1e2 #1ba1e2 transparent;
                }

                .breadcrumbs ul a:hover:after {
                    border-left-color: #1ba1e2;
                }

            .breadcrumbs ul a:before {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -1.5em;
                border-width: 1.5em 0 1.5em 1em;
                border-style: solid;
                border-color: #ddd #ddd #ddd transparent;
                left: -1em;
                margin-left: 1px;
            }

            .breadcrumbs ul a:after {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -1.5em;
                border-top: 1.5em solid transparent;
                border-bottom: 1.5em solid transparent;
                border-left: 1em solid #ddd;
                right: -1em;
                margin-right: 1px;
            }

        .breadcrumbs ul .active, .breadcrumbs ul .active:hover {
            background: none;
        }

            .breadcrumbs ul .active a, .breadcrumbs ul .active:hover a {
                color: #1d1d1d;
            }

            .breadcrumbs ul .active:hover a {
                color: #fff;
            }

            .breadcrumbs ul .active:after, .breadcrumbs ul .active:before {
                content: normal;
            }

    .breadcrumbs.small li {
        margin: 0 .2em 0 .8em;
    }

    .breadcrumbs.small a {
        padding: .2em 1em;
        font-size: 11.9px;
    }

    .breadcrumbs.mini li {
        margin: 0 .2em 0 .6em;
    }

    .breadcrumbs.mini a {
        padding: .1em 1em;
        font-size: 10.5px;
    }*/

form {
    margin: 0 0 14pt;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 14pt;
    font-size: 16.5pt;
    line-height: 28pt;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    legend small {
        font-size: 10.5pt;
        color: #999;
    }

label {
    display: block;
    margin: 5px 0;
}

.input-control.checkbox, .input-control.radio, .input-control.switch, .input-control.text, .input-control.password, .input-control.select, .input-control.textarea {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-bottom: 7pt;
}

    .input-control.checkbox input[type="checkbox"], .input-control.radio input[type="checkbox"], .input-control.checkbox input[type="radio"], .input-control.radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
    }

        .input-control.checkbox input[type="checkbox"]:focus ~ .check, .input-control.radio input[type="checkbox"]:focus ~ .check, .input-control.checkbox input[type="radio"]:focus ~ .check, .input-control.radio input[type="radio"]:focus ~ .check {
            outline: 1px #999 dotted !important;
        }

    .input-control.checkbox .caption, .input-control.radio .caption {
        margin: 0 5px;
    }

    .input-control.checkbox .check, .input-control.radio .check {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 2px #d9d9d9 solid;
        padding: 0;
        margin: 0 5px 0 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .input-control.checkbox.text-left .check, .input-control.radio.text-left .check {
        margin: 0 0 0 5px;
    }

    .input-control.checkbox:hover .check, .input-control.radio:hover .check {
        border-color: #919191;
    }

    .input-control.checkbox .check:active, .input-control.radio .check:active {
        border-color: #1e1e1e;
    }

    .input-control.checkbox .check:focus, .input-control.radio .check:focus {
        border-color: #919191;
    }

    .input-control.checkbox .check:after, .input-control.radio .check:after {
        position: absolute;
        font-family: iconFont;
        font-size: 9pt;
        line-height: 9pt;
    }

    .input-control.checkbox input[type="checkbox"]:checked ~ .check:after, .input-control.radio input[type="checkbox"]:checked ~ .check:after, .input-control.checkbox input[type="radio"]:checked ~ .check:after, .input-control.radio input[type="radio"]:checked ~ .check:after {
        content: "";
        margin: 2px;
        top: 0;
        color: #1d1d1d;
    }

    .input-control.checkbox input[type="checkbox"]:disabled ~ .check, .input-control.radio input[type="checkbox"]:disabled ~ .check, .input-control.checkbox input[type="radio"]:disabled ~ .check, .input-control.radio input[type="radio"]:disabled ~ .check {
        border-color: #d9d9d9;
        background-color: #e6e6e6;
    }

        .input-control.checkbox input[type="checkbox"]:disabled ~ .check:after, .input-control.radio input[type="checkbox"]:disabled ~ .check:after, .input-control.checkbox input[type="radio"]:disabled ~ .check:after, .input-control.radio input[type="radio"]:disabled ~ .check:after {
            color: #8a8a8a;
        }

    .input-control.checkbox input[data-show="intermediate"] ~ .check:after, .input-control.radio input[data-show="intermediate"] ~ .check:after, .input-control.checkbox input[data-show="intermediate"]:checked ~ .check:after, .input-control.radio input[data-show="intermediate"]:checked ~ .check:after {
        display: block;
        content: "" !important;
        width: 10px;
        height: 10px;
        background-color: #1d1d1d;
        margin: 3px;
    }

    .input-control.checkbox input[data-show="intermediate"]:disabled ~ .check:after, .input-control.radio input[data-show="intermediate"]:disabled ~ .check:after {
        background-color: #8a8a8a;
    }

    .input-control.radio .check {
        border-radius: 50%;
    }

    .input-control.radio.default-style input[type="radio"]:checked ~ .check:after {
        display: block;
        content: "" !important;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #1d1d1d;
        margin: 3px;
    }

    .input-control.radio.default-style input[type="radio"]:checked:disabled ~ .check:after {
        background-color: #8a8a8a;
    }

    .input-control.switch input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
    }

    .input-control.switch .caption {
        margin: 0 5px;
    }

    .input-control.switch .check {
        background-color: transparent;
        position: relative;
        width: 45px;
        height: 18px;
        outline: 2px #a6a6a6 solid;
        border: 1px #fff solid;
        cursor: pointer;
        background: #a6a6a6;
        z-index: 1;
        display: inline-block;
        vertical-align: middle;
    }

        .input-control.switch .check:after {
            position: absolute;
            left: -1px;
            top: -1px;
            display: block;
            content: "";
            width: 9px;
            height: 16px;
            outline: 2px #333 solid;
            border: 1px #333 solid;
            cursor: pointer;
            background: #333;
            z-index: 2;
        }

    .input-control.switch input[type="checkbox"]:focus ~ .check, .input-control.switch input[type="radio"]:focus ~ .check {
        outline: 1px #999 dotted !important;
    }

    .input-control.switch input[type="checkbox"]:checked ~ .check {
        background: #008287;
    }

        .input-control.switch input[type="checkbox"]:checked ~ .check:after {
            left: auto;
            right: -1px;
        }

    .input-control.switch input[type="checkbox"]:disabled ~ .check {
        background-color: #e6e6e6;
        border-color: #fff;
    }

        .input-control.switch input[type="checkbox"]:disabled ~ .check:after {
            background-color: #8a8a8a;
            outline-color: #8a8a8a;
            border-color: #8a8a8a;
        }

.input-control.text, .input-control.password, .input-control.file {
    display: inline-block;
    cursor: pointer;
    /*background-color: #fff;*/
    outline: 0;
    height: 34px;
    position: relative;
    width: 100%;
}

    .input-control.text .btn-clear, .input-control.password .btn-clear, .input-control.file .btn-clear, .input-control.text .btn-reveal, .input-control.password .btn-reveal, .input-control.file .btn-reveal, .input-control.text .btn-date, .input-control.password .btn-date, .input-control.file .btn-date, .input-control.text .btn-file, .input-control.password .btn-file, .input-control.file .btn-file, .input-control.text .btn-search, .input-control.password .btn-search, .input-control.file .btn-search {
        background-color: transparent;
        position: absolute;
        top: 4px;
        right: 5px;
        z-index: 2;
        border: 0;
        right: 4px;
        width: 26px;
        height: 26px;
        min-height: 1px;
        min-width: 1px;
        padding: 0;
        margin: 0;
        display: none;
    }

        .input-control.text .btn-clear:after, .input-control.password .btn-clear:after, .input-control.file .btn-clear:after, .input-control.text .btn-reveal:after, .input-control.password .btn-reveal:after, .input-control.file .btn-reveal:after, .input-control.text .btn-date:after, .input-control.password .btn-date:after, .input-control.file .btn-date:after, .input-control.text .btn-file:after, .input-control.password .btn-file:after, .input-control.file .btn-file:after, .input-control.text .btn-search:after, .input-control.password .btn-search:after, .input-control.file .btn-search:after {
            font-family: iconFont;
            font-size: 10pt;
            left: 6px;
            position: absolute;
            top: 4px;
        }

        .input-control.text .btn-clear:not(:disabled):active, .input-control.password .btn-clear:not(:disabled):active, .input-control.file .btn-clear:not(:disabled):active, .input-control.text .btn-reveal:not(:disabled):active, .input-control.password .btn-reveal:not(:disabled):active, .input-control.file .btn-reveal:not(:disabled):active, .input-control.text .btn-date:not(:disabled):active, .input-control.password .btn-date:not(:disabled):active, .input-control.file .btn-date:not(:disabled):active, .input-control.text .btn-file:not(:disabled):active, .input-control.password .btn-file:not(:disabled):active, .input-control.file .btn-file:not(:disabled):active, .input-control.text .btn-search:not(:disabled):active, .input-control.password .btn-search:not(:disabled):active, .input-control.file .btn-search:not(:disabled):active {
            background-color: #1d1d1d;
            color: #fff;
        }

        .input-control.text .btn-clear:active, .input-control.password .btn-clear:active, .input-control.file .btn-clear:active, .input-control.text .btn-reveal:active, .input-control.password .btn-reveal:active, .input-control.file .btn-reveal:active, .input-control.text .btn-date:active, .input-control.password .btn-date:active, .input-control.file .btn-date:active, .input-control.text .btn-file:active, .input-control.password .btn-file:active, .input-control.file .btn-file:active, .input-control.text .btn-search:active, .input-control.password .btn-search:active, .input-control.file .btn-search:active {
            left: auto;
        }

        .input-control.text .btn-clear:focus, .input-control.password .btn-clear:focus, .input-control.file .btn-clear:focus, .input-control.text .btn-reveal:focus, .input-control.password .btn-reveal:focus, .input-control.file .btn-reveal:focus, .input-control.text .btn-date:focus, .input-control.password .btn-date:focus, .input-control.file .btn-date:focus, .input-control.text .btn-file:focus, .input-control.password .btn-file:focus, .input-control.file .btn-file:focus, .input-control.text .btn-search:focus, .input-control.password .btn-search:focus, .input-control.file .btn-search:focus {
            outline: 1px #ccc dotted;
        }

    .input-control.text input:focus ~ .btn-clear, .input-control.password input:focus ~ .btn-clear, .input-control.file input:focus ~ .btn-clear, .input-control.text input:focus ~ .btn-reveal, .input-control.password input:focus ~ .btn-reveal, .input-control.file input:focus ~ .btn-reveal {
        display: block;
    }

    .input-control.text input:not(:focus) ~ .btn-clear:active, .input-control.password input:not(:focus) ~ .btn-clear:active, .input-control.file input:not(:focus) ~ .btn-clear:active, .input-control.text input:not(:focus) ~ .btn-reveal:active, .input-control.password input:not(:focus) ~ .btn-reveal:active, .input-control.file input:not(:focus) ~ .btn-reveal:active {
        display: block;
    }

    .input-control.text .btn-clear:after, .input-control.password .btn-clear:after, .input-control.file .btn-clear:after {
        content: "";
    }

    .input-control.text .btn-reveal:after, .input-control.password .btn-reveal:after, .input-control.file .btn-reveal:after {
        content: "";
    }

    .input-control.text .btn-search:after, .input-control.password .btn-search:after, .input-control.file .btn-search:after {
        content: "";
    }

    .input-control.text .btn-date:after, .input-control.password .btn-date:after, .input-control.file .btn-date:after {
        content: "";
    }

    .input-control.text .btn-file:after, .input-control.password .btn-file:after, .input-control.file .btn-file:after {
        content: "";
    }

    .input-control.text .btn-search, .input-control.password .btn-search, .input-control.file .btn-search {
        display: block;
    }

    .input-control.text .btn-date, .input-control.password .btn-date, .input-control.file .btn-date {
        display: block;
    }

    .input-control.text .btn-file, .input-control.password .btn-file, .input-control.file .btn-file {
        display: block;
    }

    /*.input-control.text [class*="btn-"], .input-control.password [class*="btn-"], .input-control.file [class*="btn-"] {
        background-color: transparent;
    }*/

    .input-control.text input::-ms-reveal, .input-control.password input::-ms-reveal, .input-control.file input::-ms-reveal, .input-control.text input::-ms-clear, .input-control.password input::-ms-clear, .input-control.file input::-ms-clear {
        display: none;
    }

    .input-control.text input, .input-control.password input, .input-control.file input {
        border: 1px #d9d9d9 solid;
        width: 100%;
        height: 100%;
        padding: 5px;
        z-index: 1;
    }

        .input-control.text input:focus, .input-control.password input:focus, .input-control.file input:focus {
            outline: 0;
            border-color: #919191;
        }

        .input-control.text input:disabled, .input-control.password input:disabled, .input-control.file input:disabled {
            padding-right: 5px;
        }

            .input-control.text input:disabled ~ .btn-clear, .input-control.password input:disabled ~ .btn-clear, .input-control.file input:disabled ~ .btn-clear, .input-control.text input:disabled ~ .btn-reveal, .input-control.password input:disabled ~ .btn-reveal, .input-control.file input:disabled ~ .btn-reveal {
                display: none;
            }

        .input-control.text input::-moz-placeholder, .input-control.password input::-moz-placeholder, .input-control.file input::-moz-placeholder {
            color: #999;
        }

        .input-control.text input::-webkit-input-placeholder, .input-control.password input::-webkit-input-placeholder, .input-control.file input::-webkit-input-placeholder {
            color: #999;
        }

.input-control.select, .input-control.textarea {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 100%;
}

    .input-control.select select, .input-control.textarea select, .input-control.select textarea, .input-control.textarea textarea {
        border: 1px #d9d9d9 solid;
        width: 100%;
        padding: 5px;
    }

        .input-control.select select:focus, .input-control.textarea select:focus, .input-control.select textarea:focus, .input-control.textarea textarea:focus {
            outline: 0;
            border-color: #919191;
        }

        .input-control.select select:disabled, .input-control.textarea select:disabled, .input-control.select textarea:disabled, .input-control.textarea textarea:disabled {
            padding-right: 5px;
        }

    .input-control.select textarea, .input-control.textarea textarea {
        min-height: 100px;
    }

    .input-control.text.warning-state input, .input-control.password.warning-state input, .input-control.select.warning-state input, .input-control.textarea.warning-state input, .input-control.file.warning-state input, .input-control.text.warning-state select, .input-control.password.warning-state select, .input-control.select.warning-state select, .input-control.textarea.warning-state select, .input-control.file.warning-state select, .input-control.text.warning-state textarea, .input-control.password.warning-state textarea, .input-control.select.warning-state textarea, .input-control.textarea.warning-state textarea, .input-control.file.warning-state textarea {
        border-color: #fa6800;
    }

    .input-control.text.error-state input, .input-control.password.error-state input, .input-control.select.error-state input, .input-control.textarea.error-state input, .input-control.file.error-state input, .input-control.text.error-state select, .input-control.password.error-state select, .input-control.select.error-state select, .input-control.textarea.error-state select, .input-control.file.error-state select, .input-control.text.error-state textarea, .input-control.password.error-state textarea, .input-control.select.error-state textarea, .input-control.textarea.error-state textarea, .input-control.file.error-state textarea {
        border-color: #e51400;
    }

    .input-control.text.info-state input, .input-control.password.info-state input, .input-control.select.info-state input, .input-control.textarea.info-state input, .input-control.file.info-state input, .input-control.text.info-state select, .input-control.password.info-state select, .input-control.select.info-state select, .input-control.textarea.info-state select, .input-control.file.info-state select, .input-control.text.info-state textarea, .input-control.password.info-state textarea, .input-control.select.info-state textarea, .input-control.textarea.info-state textarea, .input-control.file.info-state textarea {
        border-color: #4390df;
    }

    .input-control.text.success-state input, .input-control.password.success-state input, .input-control.select.success-state input, .input-control.textarea.success-state input, .input-control.file.success-state input, .input-control.text.success-state select, .input-control.password.success-state select, .input-control.select.success-state select, .input-control.textarea.success-state select, .input-control.file.success-state select, .input-control.text.success-state textarea, .input-control.password.success-state textarea, .input-control.select.success-state textarea, .input-control.textarea.success-state textarea, .input-control.file.success-state textarea {
        border-color: #60a917;
    }

    .input-control.text input[data-state="warning"], .input-control.password input[data-state="warning"], .input-control.select input[data-state="warning"], .input-control.textarea input[data-state="warning"], .input-control.file input[data-state="warning"] {
        border-color: #fa6800;
    }

    .input-control.text input[data-state="error"], .input-control.password input[data-state="error"], .input-control.select input[data-state="error"], .input-control.textarea input[data-state="error"], .input-control.file input[data-state="error"] {
        border-color: #e51400;
    }

    .input-control.text input[data-state="info"], .input-control.password input[data-state="info"], .input-control.select input[data-state="info"], .input-control.textarea input[data-state="info"], .input-control.file input[data-state="info"] {
        border-color: #4390df;
    }

    .input-control.text input[data-state="success"], .input-control.password input[data-state="success"], .input-control.select input[data-state="success"], .input-control.textarea input[data-state="success"], .input-control.file input[data-state="success"] {
        border-color: #60a917;
    }

    .input-control.text[class*="span"], .input-control.password[class*="span"], .input-control.select[class*="span"], .input-control.textarea[class*="span"], .input-control.file[class*="span"] {
        margin-left: 0;
    }

.input-control.file {
    overflow: hidden;
}

    .input-control.file input[type="file"] {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
        bottom: 0;
        right: 0;
    }

input[type="button"], input[type="submit"], input[type="reset"] {
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #d9d9d9;
    border: 1px transparent solid;
    color: #222;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 16px;
}

    input[type="button"].default, input[type="submit"].default, input[type="reset"].default {
        background-color: #008287;
        color: #fff;
    }

    input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {
        outline: 0;
        border: 1px #353535 dotted;
    }

    input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="submit"].disabled, input[type="reset"].disabled {
        background-color: #eaeaea !important;
        color: #bebebe !important;
        cursor: not-allowed !important;
    }

    input[type="button"] *, input[type="submit"] *, input[type="reset"] * {
        color: inherit;
    }

        input[type="button"] *:hover, input[type="submit"] *:hover, input[type="reset"] *:hover {
            color: inherit;
        }

    input[type="button"].primary, input[type="submit"].primary, input[type="reset"].primary {
        background-color: #16499a !important;
        color: #fff !important;
    }

    input[type="button"].info, input[type="submit"].info, input[type="reset"].info {
        background-color: #4390df !important;
        color: #fff !important;
    }

    input[type="button"].success, input[type="submit"].success, input[type="reset"].success {
        background-color: #60a917 !important;
        color: #fff !important;
    }

    input[type="button"].warning, input[type="submit"].warning, input[type="reset"].warning {
        background-color: #fa6800 !important;
        color: #fff !important;
    }

    input[type="button"].danger, input[type="submit"].danger, input[type="reset"].danger {
        background-color: #9a1616 !important;
        color: #fff !important;
    }

    input[type="button"].inverse, input[type="submit"].inverse, input[type="reset"].inverse {
        background-color: #1d1d1d !important;
        color: #fff !important;
    }

    input[type="button"].link, input[type="submit"].link, input[type="reset"].link {
        background-color: transparent !important;
        color: #2e92cf !important;
    }

        input[type="button"].link:hover, input[type="submit"].link:hover, input[type="reset"].link:hover {
            text-decoration: underline;
        }

        input[type="button"].link:disabled, input[type="submit"].link:disabled, input[type="reset"].link:disabled, input[type="button"].link.disabled, input[type="submit"].link.disabled, input[type="reset"].link.disabled {
            background-color: transparent !important;
            color: #bebebe !important;
            cursor: not-allowed !important;
        }

        input[type="button"].link [class*="icon-"], input[type="submit"].link [class*="icon-"], input[type="reset"].link [class*="icon-"] {
            text-decoration: none !important;
        }

    input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
        background-color: #1d1d1d !important;
        color: #fff !important;
        border-color: transparent;
    }

    input[type="button"].large, input[type="submit"].large, input[type="reset"].large {
        padding: 11px 19px;
        font-size: 17.5px;
    }

    input[type="button"].small, input[type="submit"].small, input[type="reset"].small {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    input[type="button"].mini, input[type="submit"].mini, input[type="reset"].mini {
        padding: 0 6px;
        font-size: 10.5px;
    }

img {
    max-width: 100%;
}

    img.rounded, img.cycle, img.polaroid {
        background-color: #fff;
        border: 1px #eaeaea solid;
    }

    img.rounded {
        border-radius: 10px;
    }

    img.cycle {
        border-radius: 50%;
    }

    img.polaroid {
        padding: 10px;
    }

.image-container {
    position: relative;
    padding: 0;
    background-color: #333;
    width: 240px;
    overflow: hidden;
}

    .image-container.full-size {
        width: 100%;
    }

    .image-container img {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .image-container > .overlay, .image-container > .overlay-fluid {
        position: absolute;
        width: 100%;
        height: 55px;
        overflow: hidden;
        background-color: #1e1e1e;
        padding: 5px 10px;
        opacity: .8;
        bottom: 0;
        font-size: 8pt;
        color: #fff;
    }

    .image-container > .overlay-fluid {
        bottom: -55px;
        font-size: 8pt;
        color: #fff;
    }

    .image-container:hover .overlay-fluid {
        -webkit-transform: translate(0,-55px);
        -ms-transform: translate(0,-55px);
        -o-transform: translate(0,-55px);
        -moz-transform: translate(0,-55px);
        transform: translate(0,-55px);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .image-container.selected {
        border: 4px #4390df solid;
    }

        .image-container.selected:after {
            position: absolute;
            display: block;
            border-top: 28px solid #4390df;
            border-left: 28px solid transparent;
            right: 0;
            content: "";
            top: 0;
            z-index: 101;
        }

        .image-container.selected:before {
            position: absolute;
            display: block;
            content: "";
            color: #fff;
            right: 0;
            font-family: iconFont;
            font-size: 9pt;
            font-weight: normal;
            z-index: 102;
            top: 0;
        }

#menu .init {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu .item-vertical {
    display: block;
    margin: 10px 0;
    padding: 0;
    vertical-align: baseline;
    position: relative;
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
}

#menu .item-horizontal {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    vertical-align: baseline;
    position: relative;
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
}

.vertical-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .vertical-menu li {
        display: block;
        margin: 10px 0;
        padding: 0;
        vertical-align: baseline;
        position: relative;
        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    }

        .vertical-menu li a {
            display: block;
            text-decoration: none;
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: 300;
            color: #000;
            letter-spacing: 0;
            font-size: 2.5rem;
            line-height: 2.5rem;
            letter-spacing: .01em;
            color: rgba(0,0,0,.6);
            line-height: 2.2rem;
            font-size: 2.2rem;
            color: inherit;
        }

        .vertical-menu li.title {
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: 300;
            color: #000;
            letter-spacing: 0;
            font-size: 2.5rem;
            line-height: 2.5rem;
            letter-spacing: .01em;
            font-size: 4rem;
            margin-bottom: 20px;
        }

    .vertical-menu.compact a {
        font-weight: normal;
        font-size: 10.5pt;
        line-height: 12pt;
        color: inherit;
    }

    .vertical-menu.compact li.title {
        margin-bottom: 10px;
        /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
        font-weight: bold;
        color: #000;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: .02em;
    }

    .vertical-menu ul.secondary {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 15px;
    }

        .vertical-menu ul.secondary li a {
            /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: bold;
            color: #000;
            font-size: 1.6rem;
            line-height: 1.6rem;
            letter-spacing: .02em;
            font-weight: normal;
            font-style: normal;
            line-height: 1.4rem;
            color: inherit;
        }

.horizontal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0;
}

    .horizontal-menu li {
        display: inline-block;
        margin: 0 15px;
        padding: 0;
        vertical-align: baseline;
        position: relative;
        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    }

        .horizontal-menu li a {
            display: inline-block;
            text-decoration: none;
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: 300;
            color: #000;
            letter-spacing: 0;
            font-size: 2.5rem;
            line-height: 2.5rem;
            letter-spacing: .01em;
            color: rgba(0,0,0,.6);
            line-height: 2.2rem;
            font-size: 2.2rem;
            color: inherit;
            padding: 5px;
        }

            .horizontal-menu li a:hover {
                background: inherit;
            }

    .horizontal-menu.compact li {
        margin-left: 5px;
    }

    .horizontal-menu.compact a {
        font-weight: normal;
        font-size: 10.5pt;
        color: inherit;
    }

    .horizontal-menu.compact .dropdown-toggle:after {
        bottom: 2px;
    }

    .horizontal-menu li:first-child {
        margin-left: 0;
    }

    .horizontal-menu li:hover > .dropdown-menu[data-show="hover"] {
        display: block;
    }

.side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background: #fff;
    min-width: 200px;
    width: auto;
    border: 1px solid rgba(0,0,0,.2);
}

    .side-menu li {
        display: block;
        margin: 10px 0;
        padding: 0;
        vertical-align: baseline;
        position: relative;
        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    }

        .side-menu li a {
            display: block;
            text-decoration: none;
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: 300;
            color: #000;
            letter-spacing: 0;
            font-size: 2.5rem;
            line-height: 2.5rem;
            letter-spacing: .01em;
            color: rgba(0,0,0,.6);
            line-height: 2.2rem;
            font-size: 2.2rem;
            color: inherit;
        }

        .side-menu li.title {
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: 300;
            color: #000;
            letter-spacing: 0;
            font-size: 2.5rem;
            line-height: 2.5rem;
            letter-spacing: .01em;
            font-size: 4rem;
            margin-bottom: 20px;
        }

    .side-menu.compact a {
        font-weight: normal;
        font-size: 10.5pt;
        line-height: 12pt;
        color: inherit;
    }

    .side-menu.compact li.title {
        margin-bottom: 10px;
        /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
        font-weight: bold;
        color: #000;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: .02em;
    }

    .side-menu ul.secondary {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 15px;
    }

        .side-menu ul.secondary li a {
            /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: bold;
            color: #000;
            font-size: 1.6rem;
            line-height: 1.6rem;
            letter-spacing: .02em;
            font-weight: normal;
            font-style: normal;
            line-height: 1.4rem;
            color: inherit;
        }

    .side-menu li {
        margin: 5px 0 0;
        width: 100%;
    }

        .side-menu li:last-child {
            margin-bottom: 5px;
        }

    .side-menu a {
        padding: 8px 20px !important;
        color: inherit;
        font-size: 15px !important;
        line-height: 14px !important;
    }

    .side-menu li:hover {
        background: #1ba1e2;
        color: #fff;
    }

    .side-menu .divider {
        padding: 0;
        height: 1px;
        margin: 9px 1px;
        overflow: hidden;
        background-color: #e5e5e5;
    }

        .side-menu .divider:hover {
            background: #e5e5e5;
        }

    .side-menu .dropdown-menu {
        left: 100%;
        top: -10%;
    }

    .side-menu.left .dropdown-menu {
        left: -100%;
    }

    .side-menu > li:hover > .dropdown-menu[data-show="hover"] {
        display: block;
    }

    .side-menu > li > a.dropdown-toggle:after {
        font-family: iconFont;
        font-size: .8em;
        content: "";
        left: 85%;
        top: .75em;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .side-menu.text-right li {
        text-align: right;
    }

.dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    display: none;
    z-index: 1000;
    background: #fff;
    min-width: 220px;
    width: auto;
    border: 1px solid #dcddde;
}

    .dropdown-menu li {
        display: block;
        margin: 10px 0;
        padding: 0;
        vertical-align: baseline;
        position: relative;
        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    }

        .dropdown-menu li a {
            display: block;
            text-decoration: none;
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: 300;
            color: #000;
            letter-spacing: 0;
            font-size: 2.5rem;
            line-height: 2.5rem;
            letter-spacing: .01em;
            color: rgba(0,0,0,.6);
            line-height: 2.2rem;
            font-size: 2.2rem;
            color: inherit;
        }

        .dropdown-menu li.title {
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: 300;
            color: #000;
            letter-spacing: 0;
            font-size: 2.5rem;
            line-height: 2.5rem;
            letter-spacing: .01em;
            font-size: 4rem;
            margin-bottom: 20px;
        }

    .dropdown-menu.compact a {
        font-weight: normal;
        font-size: 10.5pt;
        line-height: 12pt;
        color: inherit;
    }

    .dropdown-menu.compact li.title {
        margin-bottom: 10px;
        /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
        font-weight: bold;
        color: #000;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: .02em;
    }

    .dropdown-menu ul.secondary {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 15px;
    }

        .dropdown-menu ul.secondary li a {
            /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
            font-weight: bold;
            color: #000;
            font-size: 1.6rem;
            line-height: 1.6rem;
            letter-spacing: .02em;
            font-weight: normal;
            font-style: normal;
            line-height: 1.4rem;
            color: inherit;
        }

    .dropdown-menu.shadow {
        box-shadow: 3px 3px 0 rgba(236,236,236,.7);
    }

    .dropdown-menu li {
        margin: 5px 0 0;
        width: 100%;
        border: 1px transparent solid;
    }

        .dropdown-menu li:last-child {
            margin-bottom: 5px;
        }

        .dropdown-menu li.disabled, .dropdown-menu li.disabled:hover {
            cursor: default !important;
            background: transparent !important;
            color: #eee;
        }

            .dropdown-menu li.disabled a, .dropdown-menu li.disabled:hover a {
                color: inherit;
                cursor: inherit;
                background: inherit;
            }

    .dropdown-menu a {
        padding: 8px 32px !important;
        color: inherit;
        font-size: 15px !important;
        line-height: 14px !important;
        cursor: pointer;
    }

    .dropdown-menu li:hover {
        background: #edf4fc;
        border-color: #a8d2fd;
    }

    .dropdown-menu li.checked a:before, .dropdown-menu li.checked-partial a:before {
        position: absolute;
        left: 10px;
        content: "";
        font-family: iconFont;
    }

    .dropdown-menu li.checked-partial a:before {
        content: "";
    }

    .dropdown-menu.place-right {
        right: -15px;
        left: auto;
    }

    .dropdown-menu .divider {
        padding: 0;
        height: 1px;
        margin: 9px 1px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-width: 0;
    }

        .dropdown-menu .divider:hover {
            background: #e5e5e5;
        }

    .dropdown-menu.open {
        display: block !important;
    }

    .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -10%;
    }

    .dropdown-menu > li:hover > .dropdown-menu[data-show="hover"] {
        display: block;
    }

    .dropdown-menu > li > a.dropdown-toggle:after {
        font-family: iconFont;
        font-size: .7em;
        content: "";
        left: 85%;
        top: .85em;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .dropdown-menu.drop-left {
        left: -100%;
    }

    .dropdown-menu.drop-up {
        top: auto;
        bottom: 0;
    }

    .dropdown-menu .menu-title {
        background-color: #f6f7f8;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
        padding: 4px 8px;
        border: 0;
        border-bottom: 1px #dcddde solid;
        border-top: 1px #dcddde solid;
        color: #646464;
    }

        .dropdown-menu .menu-title:first-child {
            margin: 0;
            border-top-width: 0;
        }

            .dropdown-menu .menu-title:first-child:hover {
                border-top-width: 0;
            }

        .dropdown-menu .menu-title:hover {
            background-color: #f6f7f8;
            cursor: default;
            border: 0;
            border-bottom: 1px #dcddde solid;
            border-top: 1px #dcddde solid;
        }

    .dropdown-menu.inverse {
        border: 2px #3b3b3b solid;
    }

        .dropdown-menu.inverse li {
            border: 0;
        }

            .dropdown-menu.inverse li a {
                padding: 9px 32px !important;
            }

            .dropdown-menu.inverse li:hover {
                border: 0;
                background-color: #e5e5e5;
            }

        .dropdown-menu.inverse .menu-title:hover {
            background-color: #f6f7f8;
        }

        .dropdown-menu.inverse .divider {
            margin-left: 0;
            margin-right: 0;
        }

    .dropdown-menu.dark {
        background-color: #333;
        border: 2px #333 solid;
        color: #fff;
    }

        .dropdown-menu.dark.opacity {
            background-color: rgba(61,61,61,.9);
        }

        .dropdown-menu.dark li {
            border: 0;
            color: inherit;
        }

            .dropdown-menu.dark li a {
                padding: 9px 32px !important;
                color: inherit;
            }

            .dropdown-menu.dark li.disabled, .dropdown-menu.dark li.disabled:hover {
                cursor: default !important;
                background: transparent !important;
                color: #555;
            }

                .dropdown-menu.dark li.disabled a, .dropdown-menu.dark li.disabled:hover a {
                    color: inherit;
                    cursor: inherit;
                    background: inherit;
                }

            .dropdown-menu.dark li:hover {
                border: 0;
                background-color: #201a1a;
                color: #fff;
            }

        .dropdown-menu.dark .menu-title {
            background-color: #3b3b3b;
        }

            .dropdown-menu.dark .menu-title:hover {
                background-color: #3b3b3b;
            }

        .dropdown-menu.dark .divider {
            margin-left: 0;
            margin-right: 0;
            background-color: #555;
        }

            .dropdown-menu.dark .divider:hover {
                background: #555;
            }

.dropdown-toggle:after {
    position: absolute;
    margin-left: .45em;
    bottom: 0;
    content: '›';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown-toggle.no-marker:after {
    content: "";
}

.contextmenu {
    z-index: 1000;
    position: absolute;
    background-color: #fff;
    border: 2.5px solid #2a2a2a;
    padding: 2px;
}

    .contextmenu .item:active {
        background-color: #000;
        color: #fff;
    }

    .contextmenu .item:hover {
        background-color: #dedede;
    }

    .contextmenu .item {
        background-color: #fff;
        width: auto;
        padding: 12px;
        margin: -2px;
    }

.navigation-bar, .navbar {
    width: 100%;
    display: block;
    background-color: #1ba1e2;
    color: #fff;
}

    .navigation-bar .navigation-bar-content, .navbar .navigation-bar-content, .navigation-bar .navbar-content, .navbar .navbar-content {
        background-color: inherit;
        color: inherit;
        display: block;
    }

        .navigation-bar .navigation-bar-content .element, .navbar .navigation-bar-content .element, .navigation-bar .navbar-content .element, .navbar .navbar-content .element, .navigation-bar .navigation-bar-content .element-divider, .navbar .navigation-bar-content .element-divider, .navigation-bar .navbar-content .element-divider, .navbar .navbar-content .element-divider {
            display: block;
            float: left;
            background-color: inherit;
            position: relative;
            height: 45px;
        }

            .navigation-bar .navigation-bar-content .element.place-right, .navbar .navigation-bar-content .element.place-right, .navigation-bar .navbar-content .element.place-right, .navbar .navbar-content .element.place-right, .navigation-bar .navigation-bar-content .element-divider.place-right, .navbar .navigation-bar-content .element-divider.place-right, .navigation-bar .navbar-content .element-divider.place-right, .navbar .navbar-content .element-divider.place-right {
                float: right;
            }

        .navigation-bar .navigation-bar-content .element, .navbar .navigation-bar-content .element, .navigation-bar .navbar-content .element, .navbar .navbar-content .element {
            padding: 15px;
            line-height: 15px;
            color: inherit;
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-size: 14px;
        }

            .navigation-bar .navigation-bar-content .element:hover, .navbar .navigation-bar-content .element:hover, .navigation-bar .navbar-content .element:hover, .navbar .navbar-content .element:hover {
                background-color: #00aafd;
            }

            .navigation-bar .navigation-bar-content .element > a.dropdown-toggle, .navbar .navigation-bar-content .element > a.dropdown-toggle, .navigation-bar .navbar-content .element > a.dropdown-toggle, .navbar .navbar-content .element > a.dropdown-toggle {
                color: inherit;
                position: relative;
            }

                .navigation-bar .navigation-bar-content .element > a.dropdown-toggle:after, .navbar .navigation-bar-content .element > a.dropdown-toggle:after, .navigation-bar .navbar-content .element > a.dropdown-toggle:after, .navbar .navbar-content .element > a.dropdown-toggle:after {
                    position: absolute;
                    left: 100%;
                }

            .navigation-bar .navigation-bar-content .element > .dropdown-menu, .navbar .navigation-bar-content .element > .dropdown-menu, .navigation-bar .navbar-content .element > .dropdown-menu, .navbar .navbar-content .element > .dropdown-menu {
                top: 100%;
                left: 0;
            }

                .navigation-bar .navigation-bar-content .element > .dropdown-menu.place-right, .navbar .navigation-bar-content .element > .dropdown-menu.place-right, .navigation-bar .navbar-content .element > .dropdown-menu.place-right, .navbar .navbar-content .element > .dropdown-menu.place-right {
                    right: 0;
                    left: auto;
                }

        .navigation-bar .navigation-bar-content .element-divider, .navbar .navigation-bar-content .element-divider, .navigation-bar .navbar-content .element-divider, .navbar .navbar-content .element-divider {
            padding: 15px 0;
            line-height: 15px;
            width: 1px !important;
            border-left: 1px #ccc solid;
            opacity: .3;
            position: relative;
        }

            .navigation-bar .navigation-bar-content .element-divider:before, .navbar .navigation-bar-content .element-divider:before, .navigation-bar .navbar-content .element-divider:before, .navbar .navbar-content .element-divider:before {
                content: "|";
                visibility: hidden;
            }

.navigation-bar-content .brand, .navbar-content .brand {
    font-size: 18px;
}

.navigation-bar-content form, .navbar-content form {
    margin: 0;
    padding-bottom: 0 !important;
    position: relative;
}

.navigation-bar-content .element .input-control.text, .navbar-content .element .input-control.text, .navigation-bar-content .element .input-control.password, .navbar-content .element .input-control.password {
    width: auto;
    height: auto;
    position: relative;
    margin: 0;
    top: -6px;
}

    .navigation-bar-content .element .input-control.text [class*='btn-'], .navbar-content .element .input-control.text [class*='btn-'], .navigation-bar-content .element .input-control.password [class*='btn-'], .navbar-content .element .input-control.password [class*='btn-'] {
        top: 2px;
        right: 2px;
    }

    .navigation-bar-content .element .input-control.text input[type='text'], .navbar-content .element .input-control.text input[type='text'], .navigation-bar-content .element .input-control.password input[type='text'], .navbar-content .element .input-control.password input[type='text'] {
        font-size: 12px;
    }

.navigation-bar-content .input-control.checkbox, .navbar-content .input-control.checkbox, .navigation-bar-content .input-control.radio, .navbar-content .input-control.radio {
    position: relative;
    margin: 0;
    top: -6px;
}

.navigation-bar-content .button, .navbar-content .button, .navigation-bar-content .image-button, .navbar-content .image-button {
    background-color: transparent;
}

.navigation-bar-content .button, .navbar-content .button {
    margin-top: -14px;
    background-color: inherit;
}

.navigation-bar-content .image-button, .navbar-content .image-button {
    padding-right: 40px;
    padding-left: 5px;
    background-color: inherit;
}

    .navigation-bar-content .image-button:active, .navbar-content .image-button:active {
        left: auto;
        right: auto;
        top: auto;
    }

    .navigation-bar-content .image-button img, .navbar-content .image-button img {
        width: 40px;
        height: 40px;
        margin-top: 2.5px;
    }

    .navigation-bar-content .image-button.image-left, .navbar-content .image-button.image-left {
        padding-right: 5px;
        padding-left: 40px;
    }

.navigation-bar-content [class*="icon-"], .navbar-content [class*="icon-"] {
    font-size: 16px !important;
}

.input-element, .element-input {
    padding-bottom: 0 !important;
}

    .input-element:hover, .element-input:hover {
        background-color: inherit !important;
    }

.navigation-bar .element-menu, .navbar .element-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    color: inherit;
}

    .navigation-bar .element-menu > li, .navbar .element-menu > li {
        display: block;
        float: left;
        position: relative;
        color: inherit;
    }

        .navigation-bar .element-menu > li > a, .navbar .element-menu > li > a {
            display: block;
            float: left;
            width: 100%;
            padding: 15px;
            line-height: 15px;
            color: inherit;
            /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
            font-size: 14px;
        }

            .navigation-bar .element-menu > li > a.dropdown-toggle, .navbar .element-menu > li > a.dropdown-toggle {
                color: inherit;
                position: relative;
            }

                .navigation-bar .element-menu > li > a.dropdown-toggle:after, .navbar .element-menu > li > a.dropdown-toggle:after {
                    position: absolute;
                    left: 100%;
                    margin-left: -20px;
                    top: 50%;
                    margin-top: -16px;
                }

        .navigation-bar .element-menu > li > .dropdown-menu, .navbar .element-menu > li > .dropdown-menu {
            top: 100%;
            left: 0;
        }

            .navigation-bar .element-menu > li > .dropdown-menu.place-right, .navbar .element-menu > li > .dropdown-menu.place-right {
                right: 0;
                left: auto;
            }

            .navigation-bar .element-menu > li > .dropdown-menu .dropdown-menu, .navbar .element-menu > li > .dropdown-menu .dropdown-menu {
                border: 0 !important;
            }

.navigation-bar .pull-menu, .navbar .pull-menu {
    display: none;
    float: right !important;
    color: #fff;
    cursor: pointer;
    font: 1.8em sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 40px;
    line-height: 20px;
    margin: 0;
}

    .navigation-bar .pull-menu:before, .navbar .pull-menu:before {
        content: "≡";
        position: absolute;
        font-size: 20pt;
        top: 10px;
        left: 10px;
    }

    .navigation-bar .pull-menu input[type="checkbox"], .navbar .pull-menu input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

.navigation-bar-content:before, .navbar-content:before, .navigation-bar-content:after, .navbar-content:after {
    display: table;
    content: "";
}

.navigation-bar-content:after, .navbar-content:after {
    clear: both;
}

.navigation-bar.fixed-top, .navbar.fixed-top, .navigation-bar.fixed-bottom, .navbar.fixed-bottom {
    position: fixed;
    z-index: 10000;
    left: 0;
}

.navigation-bar.fixed-top, .navbar.fixed-top {
    top: 0;
    bottom: auto;
}

.navigation-bar.fixed-bottom, .navbar.fixed-bottom {
    bottom: 0;
    top: auto;
}

.navigation-bar.dark {
    background-color: #333;
}

    .navigation-bar.dark .element-menu > li > a {
        color: #fff;
    }

    .navigation-bar.dark .element:hover, .navigation-bar.dark .element-menu > li:hover {
        background-color: #201a1a;
    }

.navigation-bar.light {
    background-color: #eee;
    color: #555;
}

    .navigation-bar.light .element:hover, .navigation-bar.light .element-menu > li:hover {
        background-color: #999;
        color: #fff;
    }

    .navigation-bar.light .pull-menu {
        color: #1d1d1d;
    }

.navigation-bar.white {
    background-color: #fff;
    color: #555;
}

    .navigation-bar.white .element:hover, .navigation-bar.white .element-menu > li:hover {
        background-color: #00aff0;
        color: #fff;
    }

    .navigation-bar.white .pull-menu {
        color: #1d1d1d;
    }

#tile .small-size {
    width: 80px;
    height: 80px;
    margin: 0 5px 5px 0;
}

#tile .meduim-size {
    width: 120px;
    height: 120px;
    margin: 0 10px 10px 0;
}

#tile .large-size {
    width: 150px;
    height: 150px;
    margin: 0 15px 15px 0;
}

.tile-area {
    position: relative;
    padding: 120px 80px 0 80px;
    overflow: hidden;
}

    .tile-area .tile-area-title {
        position: fixed;
        top: 20px;
        left: 80px;
    }

    .tile-area .user-id {
        position: fixed;
        right: 40px;
        top: 40px;
        display: inline-block;
        padding: 8px;
        background-color: transparent;
        width: auto;
        color: #fff;
        cursor: default;
    }

        .tile-area .user-id .user-id-image {
            width: 40px;
            height: 40px;
            float: right;
            margin-left: 10px;
            color: inherit;
            background-color: #464646;
            text-align: center;
            vertical-align: middle;
        }

            .tile-area .user-id .user-id-image img, .tile-area .user-id .user-id-image [class*="icon-"] {
                color: inherit;
                font-size: 16pt;
                line-height: 16pt;
                width: 100%;
                height: 100%;
                text-align: center;
                vertical-align: middle;
            }

            .tile-area .user-id .user-id-image [class*="icon-"] {
                padding: 10px;
            }

        .tile-area .user-id .user-id-name {
            float: right;
            text-align: right;
            margin: 0;
            padding: 0;
        }

            .tile-area .user-id .user-id-name .first-name, .tile-area .user-id .user-id-name .last-name {
                display: block;
                color: inherit;
                /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                line-height: 12pt;
            }

            .tile-area .user-id .user-id-name .first-name {
                font-size: 20pt;
                line-height: 20pt;
            }

            .tile-area .user-id .user-id-name .last-name {
                font-size: 12pt;
            }

        .tile-area .user-id:hover {
            background-color: #404040;
        }

.tile-area-dark {
    min-width: 100%;
    height: 100%;
    background-color: #1d1d1d !important;
}

    .tile-area-dark .tile {
        outline-color: #373737 !important;
    }

    .tile-area-dark:before, .tile-area-dark:after {
        display: table;
        content: "";
    }

    .tile-area-dark:after {
        clear: both;
    }

.tile-area-darkBrown {
    min-width: 100%;
    height: 100%;
    background-color: #63362f !important;
}

    .tile-area-darkBrown .tile {
        outline-color: #86493f !important;
    }

    .tile-area-darkBrown:before, .tile-area-darkBrown:after {
        display: table;
        content: "";
    }

    .tile-area-darkBrown:after {
        clear: both;
    }

.tile-area-darkCrimson {
    min-width: 100%;
    height: 100%;
    background-color: #640024 !important;
}

    .tile-area-darkCrimson .tile {
        outline-color: #970036 !important;
    }

    .tile-area-darkCrimson:before, .tile-area-darkCrimson:after {
        display: table;
        content: "";
    }

    .tile-area-darkCrimson:after {
        clear: both;
    }

.tile-area-darkViolet {
    min-width: 100%;
    height: 100%;
    background-color: #57169a !important;
}

    .tile-area-darkViolet .tile {
        outline-color: #701cc7 !important;
    }

    .tile-area-darkViolet:before, .tile-area-darkViolet:after {
        display: table;
        content: "";
    }

    .tile-area-darkViolet:after {
        clear: both;
    }

.tile-area-darkMagenta {
    min-width: 100%;
    height: 100%;
    background-color: #81003c !important;
}

    .tile-area-darkMagenta .tile {
        outline-color: #b40054 !important;
    }

    .tile-area-darkMagenta:before, .tile-area-darkMagenta:after {
        display: table;
        content: "";
    }

    .tile-area-darkMagenta:after {
        clear: both;
    }

.tile-area-darkCyan {
    min-width: 100%;
    height: 100%;
    background-color: #1b6eae !important;
}

    .tile-area-darkCyan .tile {
        outline-color: #228ada !important;
    }

    .tile-area-darkCyan:before, .tile-area-darkCyan:after {
        display: table;
        content: "";
    }

    .tile-area-darkCyan:after {
        clear: both;
    }

.tile-area-darkCobalt {
    min-width: 100%;
    height: 100%;
    background-color: #00356a !important;
}

    .tile-area-darkCobalt .tile {
        outline-color: #004e9d !important;
    }

    .tile-area-darkCobalt:before, .tile-area-darkCobalt:after {
        display: table;
        content: "";
    }

    .tile-area-darkCobalt:after {
        clear: both;
    }

.tile-area-darkTeal {
    min-width: 100%;
    height: 100%;
    background-color: #004050 !important;
}

    .tile-area-darkTeal .tile {
        outline-color: #006983 !important;
    }

    .tile-area-darkTeal:before, .tile-area-darkTeal:after {
        display: table;
        content: "";
    }

    .tile-area-darkTeal:after {
        clear: both;
    }

.tile-area-darkEmerald {
    min-width: 100%;
    height: 100%;
    background-color: #003e00 !important;
}

    .tile-area-darkEmerald .tile {
        outline-color: #007100 !important;
    }

    .tile-area-darkEmerald:before, .tile-area-darkEmerald:after {
        display: table;
        content: "";
    }

    .tile-area-darkEmerald:after {
        clear: both;
    }

.tile-area-darkGreen {
    min-width: 100%;
    height: 100%;
    background-color: #128023 !important;
}

    .tile-area-darkGreen .tile {
        outline-color: #18ad2f !important;
    }

    .tile-area-darkGreen:before, .tile-area-darkGreen:after {
        display: table;
        content: "";
    }

    .tile-area-darkGreen:after {
        clear: both;
    }

.tile-area-darkOrange {
    min-width: 100%;
    height: 100%;
    background-color: #bf5a15 !important;
}

    .tile-area-darkOrange .tile {
        outline-color: #e77120 !important;
    }

    .tile-area-darkOrange:before, .tile-area-darkOrange:after {
        display: table;
        content: "";
    }

    .tile-area-darkOrange:after {
        clear: both;
    }

.tile-area-darkRed {
    min-width: 100%;
    height: 100%;
    background-color: #9a1616 !important;
}

    .tile-area-darkRed .tile {
        outline-color: #c71c1c !important;
    }

    .tile-area-darkRed:before, .tile-area-darkRed:after {
        display: table;
        content: "";
    }

    .tile-area-darkRed:after {
        clear: both;
    }

.tile-area-darkPink {
    min-width: 100%;
    height: 100%;
    background-color: #9a165a !important;
}

    .tile-area-darkPink .tile {
        outline-color: #c71c74 !important;
    }

    .tile-area-darkPink:before, .tile-area-darkPink:after {
        display: table;
        content: "";
    }

    .tile-area-darkPink:after {
        clear: both;
    }

.tile-area-darkIndigo {
    min-width: 100%;
    height: 100%;
    background-color: #4b0096 !important;
}

    .tile-area-darkIndigo .tile {
        outline-color: #6400c9 !important;
    }

    .tile-area-darkIndigo:before, .tile-area-darkIndigo:after {
        display: table;
        content: "";
    }

    .tile-area-darkIndigo:after {
        clear: both;
    }

.tile-area-darkBlue {
    min-width: 100%;
    height: 100%;
    background-color: #16499a !important;
}

    .tile-area-darkBlue .tile {
        outline-color: #1c5ec7 !important;
    }

    .tile-area-darkBlue:before, .tile-area-darkBlue:after {
        display: table;
        content: "";
    }

    .tile-area-darkBlue:after {
        clear: both;
    }

.tile-area-lightBlue {
    min-width: 100%;
    height: 100%;
    background-color: #4390df !important;
}

    .tile-area-lightBlue .tile {
        outline-color: #6faae6 !important;
    }

    .tile-area-lightBlue:before, .tile-area-lightBlue:after {
        display: table;
        content: "";
    }

    .tile-area-lightBlue:after {
        clear: both;
    }

.tile-area-lightTeal {
    min-width: 100%;
    height: 100%;
    background-color: #45fffd !important;
}

    .tile-area-lightTeal .tile {
        outline-color: #78fffd !important;
    }

    .tile-area-lightTeal:before, .tile-area-lightTeal:after {
        display: table;
        content: "";
    }

    .tile-area-lightTeal:after {
        clear: both;
    }

.tile-area-lightOlive {
    min-width: 100%;
    height: 100%;
    background-color: #78aa1c !important;
}

    .tile-area-lightOlive .tile {
        outline-color: #97d623 !important;
    }

    .tile-area-lightOlive:before, .tile-area-lightOlive:after {
        display: table;
        content: "";
    }

    .tile-area-lightOlive:after {
        clear: both;
    }

.tile-area-lightOrange {
    min-width: 100%;
    height: 100%;
    background-color: #c29008 !important;
}

    .tile-area-lightOrange .tile {
        outline-color: #f3b40a !important;
    }

    .tile-area-lightOrange:before, .tile-area-lightOrange:after {
        display: table;
        content: "";
    }

    .tile-area-lightOrange:after {
        clear: both;
    }

.tile-area-lightPink {
    min-width: 100%;
    height: 100%;
    background-color: #f472d0 !important;
}

    .tile-area-lightPink .tile {
        outline-color: #f8a1e0 !important;
    }

    .tile-area-lightPink:before, .tile-area-lightPink:after {
        display: table;
        content: "";
    }

    .tile-area-lightPink:after {
        clear: both;
    }

.tile-area-grayed {
    min-width: 100%;
    height: 100%;
    background-color: #585858 !important;
}

    .tile-area-grayed .tile {
        outline-color: #727272 !important;
    }

    .tile-area-grayed:before, .tile-area-grayed:after {
        display: table;
        content: "";
    }

    .tile-area-grayed:after {
        clear: both;
    }

.tile-group {
    margin-right: 46px;
    width: 130px;
    float: left;
    display: block;
    padding-top: 40px;
    position: relative;
}

    .tile-group.two, .tile-group.double {
        width: 260px;
    }

    .tile-group.three, .tile-group.triple {
        width: 390px;
    }

    .tile-group.four, .tile-group.quadro {
        width: 520px;
    }

    .tile-group.five {
        width: 650px;
    }

    .tile-group.six {
        width: 780px;
    }

    .tile-group.seven {
        width: 910px;
    }

    .tile-group:first-child {
        margin-left: 80px;
    }

.tile-group {
    color: #fff;
}

    .tile-group .tile-group-title {
        /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        top: 10px;
        left: 0;
        color: inherit;
    }

.tile {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    cursor: pointer;
    background-color: #eee;
    box-shadow: inset 0 0 1px #ffc;
}

    .tile:hover {
        outline: #999 solid 3px;
    }

    .tile:active {
        outline: 0;
    }

    .tile.no-outline {
        outline-color: transparent;
    }

.tile {
    width: 120px;
    height: 120px;
    margin: 0 10px 10px 0;
}

    .tile.half {
        width: 55px;
        height: 55px;
    }

    .tile.double {
        width: 250px;
    }

    .tile.double-vertical {
        height: 250px;
    }

    .tile.triple {
        width: 380px;
    }

    .tile.triple-vertical {
        height: 380px;
    }

    .tile.quadro {
        width: 510px;
    }

    .tile.quadro-vertical {
        height: 510px;
    }

    .tile.selected {
        border: 4px #4390df solid;
    }

        .tile.selected:after {
            position: absolute;
            display: block;
            border-top: 28px solid #4390df;
            border-left: 28px solid transparent;
            right: 0;
            content: "";
            top: 0;
            z-index: 2;
        }

        .tile.selected:before {
            position: absolute;
            display: block;
            content: "";
            color: #fff;
            right: 0;
            font-family: iconFont;
            font-size: 9pt;
            font-weight: normal;
            z-index: 3;
            top: 0;
        }

    .tile .tile-content {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }

        .tile .tile-content.padded {
            padding: 10px;
        }

        .tile .tile-content.image {
            width: 100%;
            min-height: 100%;
            max-height: 100%;
        }

        .tile .tile-content.icon [class*="icon-"], .tile .tile-content.icon img {
            line-height: 56px;
            height: 56px;
            width: 56px;
            position: relative;
            font-size: 48px;
            color: #fff;
            text-align: center;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -28px;
            margin-left: -28px;
        }

        .tile .tile-content.image-set img {
            margin: 0;
            padding: 0;
            width: 25% !important;
            height: 50%;
            float: left;
            border: 1px #1e1e1e solid;
        }

            .tile .tile-content.image-set img:first-child {
                width: 50% !important;
                float: left;
                height: 100%;
            }

    .tile .tile-content {
        display: none;
    }

        .tile .tile-content:first-child {
            display: block;
        }

    .tile .brand, .tile .tile-status {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 29px;
        margin: 0;
    }

        .tile .brand:before, .tile .tile-status:before, .tile .brand:after, .tile .tile-status:after {
            display: table;
            content: "";
        }

        .tile .brand:after, .tile .tile-status:after {
            clear: both;
        }

        .tile .brand.opacity, .tile .tile-status.opacity {
            opacity: .7;
        }

        .tile .brand .name, .tile .tile-status .name, .tile .brand .label, .tile .tile-status .label, .tile .brand .text, .tile .tile-status .text {
            display: block;
            font-size: 10pt;
            margin: 5px 20px 2px 5px;
            background: transparent;
            color: #fff;
        }

        .tile .brand .text, .tile .tile-status .text {
            margin: 4px 5px;
            font-size: 8pt;
            line-height: 10pt;
        }

        .tile .brand .badge, .tile .tile-status .badge {
            position: absolute;
            bottom: 0;
            right: 10px;
            width: 29px;
            height: 29px;
            text-align: center;
            color: #fff;
            padding: 5px;
            margin: 0;
            vertical-align: middle !important;
            display: block;
            font-size: 10pt;
        }

            .tile .brand .badge.activity, .tile .tile-status .badge.activity {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGMSURBVDhPvZMtTwNBEIbv2mtScaICcQJRgSgJCQIEhqSiAlEHAlFRwU/ov0AgUEgUsrIkiJIgMOAQJFSQQAIJJBWIu95Hj2eGvXIpB3W8yWTn452Z3dld25pDmqZuFEWdcrm8jr6JK7Bt+wb9Ft85+vsXswBxHHdIfmFNi4TYG7InXAp6ss52kCTJIc6e6KzSVbrdYzrYDaSFXZU4uEQ8x3FW1ZpMJge5Tn3IdQ3kID5iw4zHTqIsUEP3TWCA7WhgDjRZg/eUFRCR3Fl3KYJjyfALIUU46jHcsSlQl8FdmQJnhrcQJFbJ6QZB0LDDMNyS4XBFo1Kp9Gw4/wi247GLHmvNuBaC47Y5gtzIQB1mBmMGdDSdTpfV+QdM8vfcsqkap6ClgQIQa+a4bXViPGRO5ILjuBqYAwk7yIfhXcNz9CljDFkkST6P4JGjnHA7d+gBxAY3tIve1Khljbi1beKvakHQp0uhfTrMjvOL9H3fX9FE8OM7yxAhdem4QWHZkSufSoTYaaVSkY9kYFmfXgyTciI3uacAAAAASUVORK5CYII%3D') 50% no-repeat;
            }

            .tile .brand .badge.alert, .tile .tile-status .badge.alert {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFeSURBVDhPpZMtT8RAEIbb7YoTJ04gkQgQuBNIEpB4LD8AwQ9AkCCQhGAvQSAuKHCIE0gEP+DEISAhQYK4pE0/eWa65a7lSvh4k8nsvDv77sxs67UhSZLNNE0LZ3uO/gLj/J+hAkVRWI1+geqMCuR5fkKZoyiKViX+DuQu094wy7KhEmEYrkAk0qt4Nk5R77GszQCuE8fxIXxY8ZJjgiBY8n3/UcTwlsQDNifGmF29AcBtITyGOyan47gXXFfW2g/q+yi+VeptJhVgR1KRHp4HZI+bzknQlhYcvpQZuHRF8xmnCDyLL8MZEI9o4YkW3h1VB+o73DJp3to08l7xsw9Lng5i1EiSSV/Pcbdwzfk8MLcNqjIyye1STnHD5joln7lYcGWtXaP8gYsFfeJyHvR9waExt3wKsV74L3Brn/geu3OUDqiL1T7nNoEK8mLi9RUoZYqlsv4pqtf459/oeR8seozS7mDHCwAAAABJRU5ErkJggg%3D%3D') 50% no-repeat;
            }

            .tile .brand .badge.available, .tile .tile-status .badge.available {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKvSURBVHjahJA/bJR1HMY/31977x33r2LuClc1LYM9TSAUr5gqtkVJjAkSFxYHE3VgaWRw0cUwOagxMZLApoXFBIwuHVSoQYkVMBXUpqSkMW9jaS25plh7/3rv+3scTIwixs/8PHn+2Bk/SVtN2mqxacYOKw13KfNiXtlneihmDONXqs0VVs/VXP1UqJvnc8qBeZoWYWf9JHXVqWkj2EX55G76X86R4W40aDHNzMdzLBwJLLEWm6fTI+o0knvZ+dkgO/cDfGczTNpl5gjxePrpY0SPMKwKT1A5nCe7Y4ofDgQEv/Ghn2AqunZabUmR9Fb8gQoaUVIVFTSiokaV0qDu0T694Y+rGbWktnQ5+nHiuP+IjrFjR4cqevj9wBK8beO87t6jiyzbKJAiIEWSreQxjAm7QGyeAwzRzb39i/7WFbdV2bGs0nxvs7zjxtlOgRwZPP6v7R5PmhQPUOKEneFLd4UECfqs51WXU/opDL6wb/mdDfJkEfrXgUKk2UKbiM/5BoD76d7reujOANwgJH9H8p14PDnSzBGySZsSReecDIAIDxj/jxH/LcQtW7UJ0E8f69RwuP+0Ohwb1CnTS0CCW6zK3Wb9a4AnNcgWktRoYHdpYhgtWvypfRSARVv5yVXd2smGWuzTHo7qeRZZpk7zH00cRos2ITd5yT/HQY0gPKGW3u0YPvZ06HB77tO2hx5jN5HFTNk11lgHRIs2VW5Tp8kRf5g3eYUUSa5y/eKsfn7NTvlPaCjqelwDF3bx4ADAeXeJc1xijpCYmDJ9jKrCIe0H4IaF81/56VGDJTvtPwV1IFmhTO/4AOWDSQIAWmwiRIokADEx08xeXGD5hUjxQp0GnQCdOAKS1RnNP7tO7VDOMmO9bB8qUQRghVVCW7raUOPEvH45W7IidRoA/DEAmmk0pL+n6f4AAAAASUVORK5CYII%3D') 50% no-repeat;
            }

            .tile .brand .badge.unavailable, .tile .tile-status .badge.unavailable {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKASURBVHjalJK9axxXFMV/772ZzOysVqvRDgtaSSwpJYFwY3ATEpIm5KNLawgp3Ljz/5E2bu20CYQUBoMNNnaRMkUKqYiQtIgdCQ0TaVc7M29n3nspzC7GMYYcuMWFe7jnHI4YjUY453DOYYyh0+l8opT63vO8L8MwbAshqKqq0lo/c849rqrquXMOIcSbGY1GWGsxxny0urr6MI7jH5RSAFhrAZBSLvc8z3+dTqf3lFL/SCnxAIwxwdra2tP19fXPAC4vL8myjKIoAIiiiF6vR7/fJ0mS75RSH19dXX0hpbwWx8fHrKys/JwkyV1rLYeHh5yenuKc420lzjm2trbY3d3F8zzyPH8ynU6/ERcXF3fiOP7D930ODg44OjoiDMOl7AWstZRlyXA4ZH9/H2MM4/H4K+l53n3f98myjJOTE4Ig+A95kUMURZydnXF+fo5SiiiKHkjf9z9f+AaWst+HRfKL2yiKbssgCNrOOWaz2Xs/vwulFLPZjLquCcPwDcM5x//B2/dyPp9XC3/WWoQQHyQbY2i32/i+T1VVTtZ1/QogSZJlGz/02VpLkiQAlGX5l2ya5mHTNPT7fba3tynLctnAd8llWTIYDNjY2MBaS1EUP0qt9YvJZPI7wM7ODsPhEK01WmuapqFpGrTWVFXFYDBgb28PIQTX19ev67r+TYzHY7TW3W63+zKO41sAaZqSZRk3NzcAtNtter0em5ubAEwmk7/zPP9USjkWaZoyn89xziWdTudRt9v9etGFuq4B8H1/aSXP89dFUdx1zp065xBpmlLXNUIIjDG0Wq1vPc+7H4bhnVarhRCCsiwpiuJPY8xPRVH8EgQBxhistfw7ABpxTL93U9x/AAAAAElFTkSuQmCC') 50% no-repeat;
            }

            .tile .brand .badge.away, .tile .tile-status .badge.away {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAJ2SURBVHjajJI7iFVnFIW//d9zz52ZO2fG14gzJBgbp5JYKPh+NqKxsxWMRZoBCxu1sAuBKFaClj5KDUQhRXybCIqICjqNYjFDhtExN45e7/uc8y+L/yJGp3A1+2fDWv/ea23zlQvIp0gpRgfrWbZRNrhP0cAOopEyGGSvWmQz15zq59SeuC5LsAis0MJ85SLKG8jXY3pXnKb8/X6iBAB8KLhuzZtQf/gbrWc/WTGetSgnAg9qlCiv/pNk1RYAqz3A6jeg/SyoxMtReRNKNsLAhj24gWW0726H+B3+9Rmyd3fPp5KyXMpf/SqNL5KelEIdH5Ke9Ejj8+SnjyrLWkolZbX7f/jZk5h/e3WN7197j0I/NnMMN3MYoiXgBv6/g+rQmUJDR/Ajv4BP0eylnU5u/pgK/Vj9Ee6/411y8gm5a4b1Qfwt9uYUrnoTXBGLvzvoFCXbDLDaVcjfd38WX0JBRCnUroRW/M1qRzRSxgPt55+NPRc8FJJgbtaB4rBz+phRxtcj//hylr5s4YDScvDVT0KfCw7yGpRGIYohfS2H3v4NoL6tYL3BbWwOsoHawY3y1tDJpp46p8pp5U2UrEcLD0BnCtT4bBIXyJ0J/Pwf0eAu8ELtiROO5uQtazy9LMAvPoKGDoU00n/CSr4K2RTkFfyCMRj+OWg2Ht9RNv27+X/PId8cVN+62/SvWAngqtehdq17yjmURlHfZjRvdxi98fyFr/21GWfT5ivnkQehRfSOnqV35S4KpW4w7ZB/1NNNMYf6wzukk3ulbBI1iIJkBBZX1Bn/gby621wyRrx0DcXhQGzPYOnEY/nmKbVeXLTicNcn+DAArZ4503S5ZjkAAAAASUVORK5CYII%3D') 50% no-repeat;
            }

            .tile .brand .badge.busy, .tile .tile-status .badge.busy {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKNSURBVHjajJI9a1RBGIWfGeLdmPXuKkR0Q0RTmFsFUxgQNcaPRonpbAW1sAlY2IhFfoCIVSDaaVImFhYWmkTxAwJBVgttNqTYQFAjAWPi7t3svXeOxeC3hQdeZpiZ887DmTFuchIlCUoSTLOJ6erqV7F4QYXCaTo68hgDHz82WFmZsbXauKrVWYUhBjCNBsZNTaF6HdVqAT09tzlw4BJhyD8Vx1Au36dSuWyC4LPJMlpwDur1HH19jzh48DiAefUK8+QJVCrgHHR3o2PHUH8/HD16jkKhi7m5UwTBF9zdu6RzcxOJpFRSduOG1N4u5XJ+3LlTam2Vtm+XGxlR2mgokZTOzz90o6PgpqcPpRsbP83GSKWSFEXS/v2+okjq7JRA7vp1pZLSZlPJ5OQZqx07hrVtG+b1a+zNm7B7N4ShR/8u56CtDfbswYyNYZ8+hS1bMPv2XbUKw5MGMNPTsLEBhQJIfwco+SZJAo8f+7XOzj5LR0cegIUFb/715j/lnKerVKDZhFLJWlnrN9OU/1aW/Zha8+FDA4Dublhfh+8N/yVr4etXiCIIAvj0SZa1tRcAOnECtm6FWg2M+dtsDGxu8uMsYJaX31q7unpbcYyOHEFXrsDyMtTrv5NY683VKu7iRTQ4CBKqVm/h7twhnZ9/kEhK41ju2jWpWJTa2qRdu3zl81I+r2x4WNnamv8H5fKLZHQU48bHURwXdfjwM3p6egHs7CzMzPi0swyiCA0MoKEhj76wsOiePx/AmPfGTUwgQFI7UXSP3t5BcjmPvrnp37+19Wf65fJLlpbOK02XqNdpAaClBYJgVe/enWV9fciE4TB79x6iVPLGlRVMtfpGcTymxcUpUyr5nIBvAwDWIWcndiwtQAAAAABJRU5ErkJggg%3D%3D') 50% no-repeat;
            }

            .tile .brand .badge.newMessage, .tile .tile-status .badge.newMessage {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC/SURBVDhP1ZE9DgIhFIQhobDYg1haWniMbSw9j0exsfMAeg9L7Sy2kPATnCFI2LgYtjJOMjx4vPkoED+X5OK934cQ+thpFOYvSqmdMMascVDOuQMcGn1GptNaL4W1dgBkMwOSw8jeBJszIKMwexFAN0A+wnQG0Lh4wv0EJIb5AO4fRX8MoDFAlZAyPJSztOSSfiYLAYeyxTcdURcIrqSUJ7iLA4UmAdQbgnqvhakqgEoQXQtTXwEtIuCa9n8pIV67VJf6AmhGmgAAAABJRU5ErkJggg%3D%3D') 50% no-repeat;
            }

            .tile .brand .badge.paused, .tile .tile-status .badge.paused {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAArSURBVDhPY/j9+7fDnz9//mPBCQxQgE8NE1QN2WDUgFEDQGDUgIE3gIEBAArtNKc4HT7sAAAAAElFTkSuQmCC') 50% no-repeat;
            }

            .tile .brand .badge.playing, .tile .tile-status .badge.playing {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEXSURBVDhPY4CBnz9/pvz+/dsFyiUaMEFpBiYmJhkgtf3v37/t////Z4GIEgZwA0CAkZGRBai5AmjIYSCtABXGC1AMQAIWf/78OQ/EEVA+ToDLAJBrBIDUcqBrZgNdwwMRxQQ4DYABoOYUoCGngYFsABVCAQQNgAINYCAf//XrVwGUDwfEGgDyEgfQkH5guGwGukoEKky8AUhA5sePH6DwAQOSDAC6YgIzM7MpJyfnHagQcQYAnfwGiD2BmguBhvyBCoMBMQbsYWFh0WVlZd0B5aMAnAYAbfzz79+/SqBmV6CtL6DCGACXAQ+ABliysbF1QPk4AYYBQI0rgH7VBWo+AxXCC+AGADV+AVKJQL9GAp0MYhMBGBgA8v5j1f90TA8AAAAASUVORK5CYII%3D') 50% no-repeat;
            }

            .tile .brand .badge.error, .tile .tile-status .badge.error {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFiSURBVDhPjVM7TsNQELRjy8ISBQeIREtBEYnQUXCINFTkCCBxgNwAJI5AaejSpaCAEqRINBTcIQ1SbD9/mHmfZP3iSIw0ytt9O7O7thMGHpqmGVZVNQnD8AwcMde27RL8rOt6nqbpjy7sA4RTpdQKv20fcbcuy/IOZrGVbIHLpz7RHr52TJCYukuMeU+6WDBjdxej4UyLubMbm0KdBDyTzHWEyY01UEVRnA4Q8IEdaZVAFEW3yD/g+IzzFc6VuTFAHAPXO7vLKQi5q+suuOD+X15yx4ToEXON1QB3B6ZkC3Qd+q8Kaxzbo0TMCTLPefPAfPS8nTeOtnk1YEfMsf11pIm+y/P8BLusmaCZrevsLE1QO3F51FzopJyCQil2pAnFoLLxI7X6z8SxkVjgeMn4H/jGQz3Ht/BrY2MC85nrsI/sjNpDKzMTSODzHPELQ9EY1H9ndFqCHxC/JEnyrgs1guAPTvwreuY0IiIAAAAASUVORK5CYII%3D') 50% no-repeat;
            }

            .tile .brand .badge.attention, .tile .tile-status .badge.attention {
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEbSURBVDhPtZI9bsJAEIVZ7ANQ5gApEomChjoNBUUOkSJFivSUQE3JEThCCo4BkotcIVKKNEi2vP7hveVZrMFgKPJJo915szOzf51/Jc/zhbV2Jfc+kiR5QrLNsqzEMJJ8O0hcM1kWlWUZKtQOOo69ZGdpmn4ofB12QsI3k1BoRtP8F7Gell0GnT6rrpJ4HOfzUiU1ww7o9HepAGI2juNHyeegw7Ja3FRA9iW5jv9slSl0WqD2rEYjF7Hy68E7gCPNORpjpk44sg2CYAg969JTxVoywYIXmlyfAS77jRPDZ8PZN5j3KfiEYeh2yG07wQN5P4g/d9H9Hf5ZMkHM/QO5NbCzh6IoJgbVI/iNBdrALnY8An9X+w9rpLPbA/sADga+JgSiAAAAAElFTkSuQmCC') 50% no-repeat;
            }

    .tile.parts > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .tile.parts > ul > li {
            display: block;
            float: left;
            height: 60px;
            width: 60px;
            margin: 0;
        }

    .tile.parts > .part {
        display: block;
        float: left;
        height: 60px;
        width: 60px;
        margin: 0;
    }

    .tile.half .tile-content.icon [class*="icon-"], .tile.half .tile-content.icon img {
        line-height: 37.333333333333336px;
        height: 37.333333333333336px;
        width: 37.333333333333336px;
        position: relative;
        font-size: 32px;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -18.666666666666668px;
        margin-left: -18.666666666666668px;
    }

.tile {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
}

    .tile * {
        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    }

    .tile.scale {
        -webkit-transform: scale(.98);
        -moz-transform: scale(.98);
        -ms-transform: scale(.98);
        -o-transform: scale(.98);
        transform: scale(.98);
    }

[draggable] {
    cursor: default;
}

.tile .tile-content.email {
    color: #fff;
    padding: 10px;
}

    .tile .tile-content.email .email-image {
        width: 64px;
        height: 64px;
        float: left;
    }

        .tile .tile-content.email .email-image img {
            width: 100%;
            height: 100%;
        }

    .tile .tile-content.email .email-data {
        display: block;
        color: inherit;
        margin-left: 70px;
        width: auto;
        overflow: hidden;
    }

        .tile .tile-content.email .email-data .email-data-title, .tile .tile-content.email .email-data .email-data-subtitle, .tile .tile-content.email .email-data .email-data-text {
            color: inherit;
            display: block;
        }

        .tile .tile-content.email .email-data .email-data-title {
            font-size: 14pt;
        }

        .tile .tile-content.email .email-data .email-data-subtitle {
            font-size: 11pt;
        }

        .tile .tile-content.email .email-data .email-data-text {
            font-size: 10pt;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.carousel {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #eee;
}

    .carousel .slide {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        padding: 0;
    }

        .carousel .slide div.subslide {
            z-index: 2;
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .carousel .slide img.cover {
            width: 100%;
            min-height: 100%;
            z-index: 1;
            position: absolute;
            top: 0 !important;
            left: 0 !important;
        }

        .carousel .slide:first-child {
            display: block;
        }

    .carousel .controls {
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        min-width: 40px;
        min-height: 40px;
        width: auto;
        height: auto;
        margin-top: -20px;
        font-size: 48pt;
        font-weight: 100;
        line-height: 30px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        opacity: .75;
        z-index: 100;
    }

        .carousel .controls.right {
            left: auto;
            right: 15px;
        }

        .carousel .controls:hover {
            opacity: 1;
        }

    .carousel .markers {
        z-index: 100;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

        .carousel .markers > ul {
            padding-left: 0;
            list-style: none;
        }

            .carousel .markers > ul li ul, .carousel .markers > ul li ol {
                list-style: none;
                padding-left: 25px;
            }

        .carousel .markers li {
            display: block;
            float: left;
            margin-right: 5px;
        }

            .carousel .markers li a {
                background-color: #fff;
                display: block;
                float: left;
                border: 1px #fff solid;
            }

            .carousel .markers li.active a {
                background-color: #f0a30a;
            }

        .carousel .markers.default > ul > li > a {
            width: 32px;
            height: 6px;
        }

        .carousel .markers.cycle > ul > li > a {
            width: 24px;
            height: 24px;
            border-radius: 50%;
        }

        .carousel .markers.square > ul > li > a {
            width: 24px;
            height: 24px;
        }

.rating {
    color: #2784a7;
    cursor: pointer;
    display: block;
    width: auto;
    margin: 0 10px 10px 0;
    height: 24px;
}

    .rating:before, .rating:after {
        display: table;
        content: "";
    }

    .rating:after {
        clear: both;
    }

    .rating ul {
        list-style: none;
        color: inherit;
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }

        .rating ul:before, .rating ul:after {
            display: table;
            content: "";
        }

        .rating ul:after {
            clear: both;
        }

        .rating ul li {
            display: block;
            float: left;
            position: relative;
            font-family: iconFont;
            font-size: 24px;
            line-height: 24px;
            color: inherit;
        }

            .rating ul li:before {
                content: '';
            }

            .rating ul li.rated:before {
                content: '';
            }

            .rating ul li.rated.half:before {
                content: '';
            }

            .rating ul li.half:before {
                content: '';
            }

    .rating .score-hint {
        display: block;
        font-size: 12px;
        color: #1d1d1d;
    }

    .rating.active ul:hover > li:before {
        content: '';
    }

    .rating.active ul li:hover ~ li:before {
        content: '' !important;
    }

    .rating.active ul li:hover:before {
        content: '' !important;
    }

    .rating.small li {
        font-size: 16px;
        line-height: 16px;
    }

    .rating.small .score-hint {
        margin-top: -5px;
        font-size: 10px;
    }

    .rating.large li {
        font-size: 36px;
    }

    .rating.large .score-hint {
        margin-top: 10px;
        font-size: 16px;
    }

.pagination {
    width: auto;
    margin-bottom: 10px;
}

    .pagination > ul {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        .pagination > ul li ul, .pagination > ul li ol {
            list-style: none;
            padding-left: 25px;
        }

        .pagination > ul:before, .pagination > ul:after {
            display: table;
            content: "";
        }

        .pagination > ul:after {
            clear: both;
        }

        .pagination > ul li {
            display: block;
            float: left;
            margin-right: 1px;
            position: relative;
        }

            .pagination > ul li a {
                padding: 4px 12px;
                text-align: center;
                vertical-align: middle !important;
                background-color: #d9d9d9;
                border: 1px transparent solid;
                color: #222;
                border-radius: 0;
                cursor: pointer;
                display: inline-block;
                outline: none;
                /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                font-size: 14px;
                line-height: 16px;
                color: inherit;
                display: block;
                float: left;
                margin-right: 1px;
            }

                .pagination > ul li a.default {
                    background-color: #008287;
                    color: #fff;
                }

                .pagination > ul li a:focus {
                    outline: 0;
                    border: 1px #353535 dotted;
                }

                .pagination > ul li a:disabled, .pagination > ul li a.disabled {
                    background-color: #eaeaea !important;
                    color: #bebebe !important;
                    cursor: not-allowed !important;
                }

                .pagination > ul li a * {
                    color: inherit;
                }

                    .pagination > ul li a *:hover {
                        color: inherit;
                    }

                .pagination > ul li a.primary {
                    background-color: #16499a !important;
                    color: #fff !important;
                }

                .pagination > ul li a.info {
                    background-color: #4390df !important;
                    color: #fff !important;
                }

                .pagination > ul li a.success {
                    background-color: #60a917 !important;
                    color: #fff !important;
                }

                .pagination > ul li a.warning {
                    background-color: #fa6800 !important;
                    color: #fff !important;
                }

                .pagination > ul li a.danger {
                    background-color: #9a1616 !important;
                    color: #fff !important;
                }

                .pagination > ul li a.inverse {
                    background-color: #1d1d1d !important;
                    color: #fff !important;
                }

                .pagination > ul li a.link {
                    background-color: transparent !important;
                    color: #2e92cf !important;
                }

                    .pagination > ul li a.link:hover {
                        text-decoration: underline;
                    }

                    .pagination > ul li a.link:disabled, .pagination > ul li a.link.disabled {
                        background-color: transparent !important;
                        color: #bebebe !important;
                        cursor: not-allowed !important;
                    }

                    .pagination > ul li a.link [class*="icon-"] {
                        text-decoration: none !important;
                    }

                .pagination > ul li a:active {
                    background-color: #1d1d1d !important;
                    color: #fff !important;
                    border-color: transparent;
                }

                .pagination > ul li a.large {
                    padding: 11px 19px;
                    font-size: 17.5px;
                }

                .pagination > ul li a.small {
                    padding: 2px 10px;
                    font-size: 11.9px;
                }

                .pagination > ul li a.mini {
                    padding: 0 6px;
                    font-size: 10.5px;
                }

            .pagination > ul li.active a {
                background-color: #4390df;
                color: #fff;
            }

            .pagination > ul li.disabled a, .pagination > ul li.spaces a {
                background-color: #f2f2f2;
                color: #1e1e1e;
                cursor: not-allowed;
            }

                .pagination > ul li.disabled a:active, .pagination > ul li.spaces a:active {
                    top: 0;
                    left: 0;
                }

            .pagination > ul li.disabled a {
                color: #1e1e1e;
            }

            .pagination > ul li.spaces a {
                background-color: #fff;
                cursor: default;
            }

    .pagination.small ul li a {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    .pagination.mini ul li a {
        padding: 0 6px;
        font-size: 10.5px;
    }

.countdown, .times {
    width: auto;
    margin: 0 auto;
    font: 20px/1.5 'Open Sans Condensed',sans-serif;
    text-align: center;
    letter-spacing: -3px;
}

    .countdown .digit-wrapper, .times .digit-wrapper {
        display: inline-block;
        height: 1.6em;
        overflow: hidden;
        position: relative;
        width: 1.05em;
    }

        .countdown .digit-wrapper .digit, .times .digit-wrapper .digit {
            position: absolute;
            display: block;
            width: 1em;
            text-align: center;
            vertical-align: middle;
            letter-spacing: -1px;
        }

            .countdown .digit-wrapper .digit.stop, .times .digit-wrapper .digit.stop {
                background-color: #e51400;
            }

    .countdown .divider, .times .divider {
        display: inline-block;
        width: 16px;
        height: 1.5em;
        position: relative;
        font-weight: bold;
    }

        .countdown .divider:before, .times .divider:before {
            width: 100%;
            height: 1.5em;
            position: absolute;
            content: ":";
            color: inherit;
            font-size: inherit;
            vertical-align: middle;
            text-align: center;
            left: -20%;
            top: -15%;
        }

    .countdown.inverse .digit, .times.inverse .digit {
        color: #333 !important;
        background-color: #eee !important;
    }

.tab-control .tabs {
    padding-left: 0;
    list-style: none;
    margin: 0 !important;
    z-index: 2;
}

    .tab-control .tabs li ul, .tab-control .tabs li ol {
        list-style: none;
        padding-left: 25px;
    }

    .tab-control .tabs:before, .tab-control .tabs:after {
        display: table;
        content: "";
    }

    .tab-control .tabs:after {
        clear: both;
    }

    .tab-control .tabs > li {
        background-color: #fff;
        display: block;
        float: left;
        margin-left: 5px;
        position: relative;
    }

        .tab-control .tabs > li > a {
            border: 1px #eee solid;
            display: block;
            float: left;
            padding: 5px 10px;
            z-index: 10;
            top: 0;
            left: 0;
            color: inherit;
            background-color: #eee;
        }

        .tab-control .tabs > li.active a {
            border-bottom-color: #fff;
            background-color: #fff;
            border-top: 2px #e51400 solid;
        }

        .tab-control .tabs > li.active:hover a {
            background-color: #fff;
            color: #1d1d1d;
        }

        .tab-control .tabs > li:hover a {
            background-color: #d5d5d5;
            color: #fff;
        }

        .tab-control .tabs > li.place-right {
            float: right;
            margin-right: 5px;
            margin-left: auto;
        }

    .tab-control .tabs.no-spaces > li {
        margin-left: 0;
    }

.tab-control .frames {
    z-index: 1;
    border: 1px #eee solid;
    margin-top: -1px;
}

    .tab-control .frames .frame {
        display: none;
    }

        .tab-control .frames .frame:first-child {
            display: block;
        }

.tab-control .frame {
    padding: 20px;
}

.progress-bar {
    display: block;
    position: relative;
    height: 10px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #eee;
}

    .progress-bar:before, .progress-bar:after {
        display: table;
        content: "";
    }

    .progress-bar:after {
        clear: both;
    }

    .progress-bar .bar {
        position: relative;
        display: block;
        float: left;
        width: 0;
        background-color: #1ba1e2;
        height: 100%;
    }

    .progress-bar.small {
        height: 5px;
    }

    .progress-bar.large {
        height: 15px;
    }

.sidebar {
    margin: 0;
    padding: 0;
    background-color: #3d3d3d;
    width: 100%;
    height: 100%;
}

    .sidebar > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidebar > ul li {
            display: block;
            border: 0;
            border-bottom: 1px #5c5c5c solid;
            position: relative;
        }

            .sidebar > ul li.title {
                padding: 20px 20px 10px 20px;
                /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                font-weight: 300;
                color: #000;
                letter-spacing: 0;
                font-size: 2.5rem;
                line-height: 2.5rem;
                letter-spacing: .01em;
                color: rgba(0,0,0,.6);
                font-size: 2.2rem;
                line-height: 2.2rem;
                color: #fff;
            }

            .sidebar > ul li a {
                display: block;
                position: relative;
                padding: 10px 20px;
                text-decoration: none;
                color: #eee;
                background-color: #3d3d3d;
            }

                .sidebar > ul li a:hover {
                    background-color: #262626;
                    color: #fff;
                }

                .sidebar > ul li a.dropdown-toggle:after {
                    right: 10px;
                    bottom: 5px;
                }

                .sidebar > ul li a [class*="icon-"] {
                    margin-right: 15px;
                }

            .sidebar > ul li.stick {
                position: relative;
            }

                .sidebar > ul li.stick:before {
                    content: "";
                    position: absolute;
                    width: 7px;
                    height: 40px;
                    left: -7px;
                    text-indent: -9999px;
                    border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px;
                    background-color: inherit;
                }

            .sidebar > ul li.disabled a {
                background-color: #8a8a8a;
                cursor: default;
                color: #555;
            }

            .sidebar > ul li.active a {
                background-color: #9a1616;
                color: #fff;
            }

        .sidebar > ul ul {
            margin: 0;
            padding: 0;
            list-style: none;
            position: absolute;
            display: none;
            z-index: 1000;
            background: #fff;
            min-width: 220px;
            width: auto;
            border: 1px solid #dcddde;
            box-shadow: none;
            position: relative !important;
            background-color: #e5e5e5;
            min-width: 100%;
        }

            .sidebar > ul ul li {
                display: block;
                margin: 10px 0;
                padding: 0;
                vertical-align: baseline;
                position: relative;
                /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
            }

                .sidebar > ul ul li a {
                    display: block;
                    text-decoration: none;
                    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                    font-weight: 300;
                    color: #000;
                    letter-spacing: 0;
                    font-size: 2.5rem;
                    line-height: 2.5rem;
                    letter-spacing: .01em;
                    color: rgba(0,0,0,.6);
                    line-height: 2.2rem;
                    font-size: 2.2rem;
                    color: inherit;
                }

                .sidebar > ul ul li.title {
                    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                    font-weight: 300;
                    color: #000;
                    letter-spacing: 0;
                    font-size: 2.5rem;
                    line-height: 2.5rem;
                    letter-spacing: .01em;
                    font-size: 4rem;
                    margin-bottom: 20px;
                }

            .sidebar > ul ul.compact a {
                font-weight: normal;
                font-size: 10.5pt;
                line-height: 12pt;
                color: inherit;
            }

            .sidebar > ul ul.compact li.title {
                margin-bottom: 10px;
                /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
                font-weight: bold;
                color: #000;
                font-size: 1.6rem;
                line-height: 1.6rem;
                letter-spacing: .02em;
            }

            .sidebar > ul ul ul.secondary {
                margin: 0;
                padding: 0;
                list-style: none;
                margin-left: 15px;
            }

                .sidebar > ul ul ul.secondary li a {
                    /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
                    font-weight: bold;
                    color: #000;
                    font-size: 1.6rem;
                    line-height: 1.6rem;
                    letter-spacing: .02em;
                    font-weight: normal;
                    font-style: normal;
                    line-height: 1.4rem;
                    color: inherit;
                }

            .sidebar > ul ul.shadow {
                box-shadow: 3px 3px 0 rgba(236,236,236,.7);
            }

            .sidebar > ul ul li {
                margin: 5px 0 0;
                width: 100%;
                border: 1px transparent solid;
            }

                .sidebar > ul ul li:last-child {
                    margin-bottom: 5px;
                }

                .sidebar > ul ul li.disabled, .sidebar > ul ul li.disabled:hover {
                    cursor: default !important;
                    background: transparent !important;
                    color: #eee;
                }

                    .sidebar > ul ul li.disabled a, .sidebar > ul ul li.disabled:hover a {
                        color: inherit;
                        cursor: inherit;
                        background: inherit;
                    }

            .sidebar > ul ul a {
                padding: 8px 32px !important;
                color: inherit;
                font-size: 15px !important;
                line-height: 14px !important;
                cursor: pointer;
            }

            .sidebar > ul ul li:hover {
                background: #edf4fc;
                border-color: #a8d2fd;
            }

            .sidebar > ul ul li.checked a:before, .sidebar > ul ul li.checked-partial a:before {
                position: absolute;
                left: 10px;
                content: "";
                font-family: iconFont;
            }

            .sidebar > ul ul li.checked-partial a:before {
                content: "";
            }

            .sidebar > ul ul.place-right {
                right: -15px;
                left: auto;
            }

            .sidebar > ul ul .divider {
                padding: 0;
                height: 1px;
                margin: 9px 1px;
                overflow: hidden;
                background-color: #e5e5e5;
                border-width: 0;
            }

                .sidebar > ul ul .divider:hover {
                    background: #e5e5e5;
                }

            .sidebar > ul ul.open {
                display: block !important;
            }

            .sidebar > ul ul .dropdown-menu {
                left: 100%;
                top: -10%;
            }

            .sidebar > ul ul > li:hover > .dropdown-menu[data-show="hover"] {
                display: block;
            }

            .sidebar > ul ul > li > a.dropdown-toggle:after {
                font-family: iconFont;
                font-size: .7em;
                content: "";
                left: 85%;
                top: .85em;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            .sidebar > ul ul.drop-left {
                left: -100%;
            }

            .sidebar > ul ul.drop-up {
                top: auto;
                bottom: 0;
            }

            .sidebar > ul ul .menu-title {
                background-color: #f6f7f8;
                font-size: 12px;
                font-weight: bold;
                line-height: 14px;
                padding: 4px 8px;
                border: 0;
                border-bottom: 1px #dcddde solid;
                border-top: 1px #dcddde solid;
                color: #646464;
            }

                .sidebar > ul ul .menu-title:first-child {
                    margin: 0;
                    border-top-width: 0;
                }

                    .sidebar > ul ul .menu-title:first-child:hover {
                        border-top-width: 0;
                    }

                .sidebar > ul ul .menu-title:hover {
                    background-color: #f6f7f8;
                    cursor: default;
                    border: 0;
                    border-bottom: 1px #dcddde solid;
                    border-top: 1px #dcddde solid;
                }

            .sidebar > ul ul.inverse {
                border: 2px #3b3b3b solid;
            }

                .sidebar > ul ul.inverse li {
                    border: 0;
                }

                    .sidebar > ul ul.inverse li a {
                        padding: 9px 32px !important;
                    }

                    .sidebar > ul ul.inverse li:hover {
                        border: 0;
                        background-color: #e5e5e5;
                    }

                .sidebar > ul ul.inverse .menu-title:hover {
                    background-color: #f6f7f8;
                }

                .sidebar > ul ul.inverse .divider {
                    margin-left: 0;
                    margin-right: 0;
                }

            .sidebar > ul ul.dark {
                background-color: #333;
                border: 2px #333 solid;
                color: #fff;
            }

                .sidebar > ul ul.dark.opacity {
                    background-color: rgba(61,61,61,.9);
                }

                .sidebar > ul ul.dark li {
                    border: 0;
                    color: inherit;
                }

                    .sidebar > ul ul.dark li a {
                        padding: 9px 32px !important;
                        color: inherit;
                    }

                    .sidebar > ul ul.dark li.disabled, .sidebar > ul ul.dark li.disabled:hover {
                        cursor: default !important;
                        background: transparent !important;
                        color: #555;
                    }

                        .sidebar > ul ul.dark li.disabled a, .sidebar > ul ul.dark li.disabled:hover a {
                            color: inherit;
                            cursor: inherit;
                            background: inherit;
                        }

                    .sidebar > ul ul.dark li:hover {
                        border: 0;
                        background-color: #201a1a;
                        color: #fff;
                    }

                .sidebar > ul ul.dark .menu-title {
                    background-color: #3b3b3b;
                }

                    .sidebar > ul ul.dark .menu-title:hover {
                        background-color: #3b3b3b;
                    }

                .sidebar > ul ul.dark .divider {
                    margin-left: 0;
                    margin-right: 0;
                    background-color: #555;
                }

                    .sidebar > ul ul.dark .divider:hover {
                        background: #555;
                    }

            .sidebar > ul ul li {
                border: 0;
            }

                .sidebar > ul ul li a {
                    background-color: #e5e5e5;
                }

                .sidebar > ul ul li.divider {
                    background-color: #c2c2c2;
                }

                    .sidebar > ul ul li.divider:hover {
                        background-color: #c2c2c2;
                    }

                .sidebar > ul ul li.disabled a {
                    color: #999;
                }

                    .sidebar > ul ul li.disabled a:hover {
                        color: #999;
                    }

            .sidebar > ul ul.open {
                display: block;
            }

    .sidebar.light {
        background-color: #fff;
        border: 1px #eaeaea solid;
    }

        .sidebar.light li {
            border-bottom-color: #eee;
        }

            .sidebar.light li.title {
                color: #1d1d1d;
            }

            .sidebar.light li a {
                color: #1d1d1d;
                background-color: #fff;
            }

                .sidebar.light li a:hover {
                    background-color: #00aff0;
                }

            .sidebar.light li ul {
                background-color: #fff;
                border: 1px transparent solid;
            }

            .sidebar.light li .divider {
                background-color: #eee;
            }

                .sidebar.light li .divider:hover {
                    background-color: #eee;
                }

            .sidebar.light li.disabled a {
                background-color: #fff;
                cursor: default;
                color: #999;
            }

            .sidebar.light li.active a {
                background-color: #1ba1e2;
                color: #fff;
            }

.accordion > .accordion-frame {
    border: 1px #eaeaea solid;
    margin-bottom: 2px;
}

    .accordion > .accordion-frame > .heading {
        display: block;
        text-decoration: none;
        background-color: #eee;
        padding: 10px 20px;
        width: 100%;
        position: relative;
        color: #1d1d1d;
    }

        .accordion > .accordion-frame > .heading [class*="icon-"] {
            margin-right: 10px;
        }

    .accordion > .accordion-frame > .content {
        padding: 10px;
    }

    .accordion > .accordion-frame > .content {
        display: none;
    }

.accordion.with-marker .heading:before {
    position: absolute;
    display: block;
    left: 5px;
    top: 12px;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #000;
}

.accordion.with-marker .heading.collapsed:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -4px;
}

.calendar {
    width: 250px;
    border: 1px #eee solid;
    font-size: 10pt;
}

    .calendar table {
        width: 100%;
        border-collapse: collapse;
    }

    .calendar td, .calendar th {
        padding: 0;
        width: 14.28%;
    }

    .calendar td {
        border: 1px solid;
        border-color: #e6f5fc;
    }

        .calendar td:first-child {
            border-left: 0;
        }

        .calendar td:last-child {
            border-right: 0;
        }

    .calendar tr:last-child td {
        border-bottom: 0;
    }

    .calendar .day-of-week {
        padding: 5px;
        cursor: default;
    }

    .calendar a {
        display: block;
        padding: 5px;
    }

        .calendar a:hover {
            background-color: #eee;
            color: #1d1d1d;
        }

    .calendar .calendar-header {
        background-color: #1ba1e2;
        color: #fff;
    }

        .calendar .calendar-header td, .calendar .calendar-header th {
            border: 0 !important;
        }

            .calendar .calendar-header td a, .calendar .calendar-header th a {
                color: #fff;
            }

                .calendar .calendar-header td a:hover, .calendar .calendar-header th a:hover {
                    background-color: #1ba1e2;
                    color: #fff;
                }

    .calendar .calendar-actions td, .calendar .calendar-actions th {
        padding: 10px;
    }

    .calendar .today a {
        background-color: #a0e857;
        color: #1d1d1d;
    }

        .calendar .today a:hover {
            background-color: #128023;
            color: #fff;
        }

    .calendar .day a {
        display: block;
        position: relative;
        border: 2px transparent solid;
    }

        .calendar .day a.selected {
            border: 4px #4390df solid;
            border-width: 1px;
        }

            .calendar .day a.selected:after {
                position: absolute;
                display: block;
                border-top: 28px solid #4390df;
                border-left: 28px solid transparent;
                right: 0;
                content: "";
                top: 0;
                z-index: 101;
            }

            .calendar .day a.selected:before {
                position: absolute;
                display: block;
                content: "";
                color: #fff;
                right: 0;
                font-family: iconFont;
                font-size: 9pt;
                font-weight: normal;
                z-index: 102;
                top: 0;
            }

            .calendar .day a.selected:after {
                border-top-width: 12px;
                border-left-width: 12px;
            }

            .calendar .day a.selected:before {
                font-size: 4pt;
            }

    .calendar .month a, .calendar .year a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .calendar .other-day {
        display: block;
        text-align: center;
        color: #999;
    }

.calendar-dropdown {
    border: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.3),0 3px 8px rgba(0,0,0,.2);
}

.slider {
    height: 12px;
    width: auto;
    position: relative;
    background-color: #c6c6c6;
    margin-bottom: 10px;
}

    .slider .marker {
        height: 12px;
        width: 12px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        z-index: 2;
    }

        .slider .marker:focus, .slider .marker:active, .slider .markerhover {
            outline: 2px #e51400 solid;
        }

    .slider .complete {
        height: 100%;
        width: auto;
        background-color: #00828b;
        z-index: 1;
        transition: background .3s ease;
    }

    .slider > .hint {
        background-color: #fff;
        position: absolute;
        z-index: 3;
        border: 1px #ccc solid;
        padding: 2px 4px;
        top: -40px;
        min-width: 30px;
        text-align: center;
        /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
        font-size: 14px;
        box-shadow: 0 2px 6px rgba(0,0,0,.3),0 3px 8px rgba(0,0,0,.2);
        display: none;
    }

    .slider.permanent-hint > .hint {
        display: block;
    }

    .slider.hint-bottom .hint {
        top: 100%;
        margin-top: 5px;
    }

    .slider.vertical {
        height: 100px;
        width: 12px;
    }

        .slider.vertical .marker {
            left: 0 !important;
        }

        .slider.vertical .complete {
            position: absolute;
            height: auto;
            width: 100% !important;
            bottom: 0;
            left: 0;
        }

        .slider.vertical .hint {
            left: 100%;
            margin-left: 5px;
            margin-top: 0;
        }

        .slider.vertical.hint-left .hint {
            left: -40px;
        }

    .slider:hover .complete {
        background-color: #219297;
    }

    .slider:active .complete, .slider:active + .marker:active .complete {
        background-color: #219297;
    }

    .slider.place-left {
        margin-right: 20px;
    }

    .slider.place-right {
        margin-left: 20px;
    }

.window-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    z-index: 1049;
}

.window {
    border: 8px #6badf6 solid;
    position: relative;
    background-color: #fff;
    min-height: 200px;
    min-width: 200px;
    border-top: 0;
}

    .window .caption {
        position: absolute;
        top: 0;
        height: 32px;
        width: 100%;
        background-color: #6badf6;
        cursor: default;
        z-index: 2;
        border-top: 8px #6badf6 solid;
    }

        .window .caption .icon {
            width: 16px;
            height: 16px;
            font-size: 16px;
            margin-top: 0;
            margin-left: 0;
            margin-right: 5px;
            position: relative;
            float: left;
        }

        .window .caption .title {
            font-size: 14px;
            margin-top: -2px;
            margin-left: 4px;
            position: relative;
            float: left;
        }

        .window .caption .super-title {
            position: absolute;
            top: 6px;
            left: 0;
            display: block;
            width: 100%;
            text-align: center;
            z-index: 0;
        }

    .window .content {
        position: relative;
        padding: 32px 0;
        width: auto;
        height: auto;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
    }

    .window .caption .btn-close, .window .caption .btn-min, .window .caption .btn-max {
        background-color: #c75050;
        color: #fff;
        position: absolute;
        top: -8px;
        right: 0;
        width: 48px;
        height: 24px;
        min-height: 24px;
        text-align: center;
        vertical-align: middle;
        font-family: 'Cambria_','PT Serif Caption',Verdana,Arial,Helvetica,sans-serif;
        font-size: 16pt;
        font-weight: normal;
        padding: 0 0 10px 0;
        z-index: 3;
        outline: none;
    }

        .window .caption .btn-close:hover, .window .caption .btn-min:hover, .window .caption .btn-max:hover {
            background-color: #e04343;
        }

        .window .caption .btn-close:active, .window .caption .btn-min:active, .window .caption .btn-max:active {
            background-color: #b01919 !important;
            top: -8px;
            right: 0;
            left: auto;
        }

        .window .caption .btn-close:after, .window .caption .btn-min:after, .window .caption .btn-max:after {
            content: '×';
            position: absolute;
            left: 50%;
            top: 0;
            margin-left: -.3em;
        }

    .window .caption .btn-min, .window .caption .btn-max {
        background-color: transparent;
        color: #000;
        right: 75px;
        width: 24px;
        padding-bottom: 10px;
        font-weight: bold;
    }

        .window .caption .btn-min:hover, .window .caption .btn-max:hover {
            background-color: #1b6eae;
            color: #fff;
        }

            .window .caption .btn-min:hover:after, .window .caption .btn-max:hover:after {
                border-color: #fff;
            }

        .window .caption .btn-min:active, .window .caption .btn-max:active {
            background-color: #1e7cc4 !important;
            color: #fff;
            top: -8px;
            right: 75px;
            left: auto;
        }

        .window .caption .btn-min:after, .window .caption .btn-max:after {
            display: block;
            position: absolute;
            width: 10px;
            height: 10px;
            border: 0 #000 solid;
            border-bottom-width: 2px;
            content: ' ';
            bottom: 6px;
            left: 50%;
            margin-left: -6px;
            top: auto;
        }

    .window .caption .btn-max {
        right: 50px;
    }

        .window .caption .btn-max:active {
            right: 50px;
        }

        .window .caption .btn-max:after {
            height: 6px;
            border: 1px #000 solid;
            border-top-width: 2px;
        }

    .window.inactive {
        border-color: #ebebeb;
    }

        .window.inactive .caption {
            background-color: #ebebeb;
            border-top: 8px #ebebeb solid;
        }

        .window.inactive .content {
            border-color: #ebebeb;
        }

        .window.inactive .btn-close {
            background-color: #bcbcbc;
        }

    .window.flat {
        background-color: #fff;
        border: 1px #e9e9e9 solid;
    }

        .window.flat .caption {
            height: 32px;
            background-color: #fff;
            padding: 7px 5px;
            border-bottom: 1px #e9e9e9 solid;
            border-top: 0;
        }

            .window.flat .caption .btn-close, .window.flat .caption .btn-min, .window.flat .caption .btn-max {
                background-color: #fff;
                color: #777;
                width: 24px;
                top: 4px;
                right: 4px;
            }

                .window.flat .caption .btn-close:hover, .window.flat .caption .btn-min:hover, .window.flat .caption .btn-max:hover {
                    background-color: #cde6f7;
                    color: #2a8dd4;
                }

                    .window.flat .caption .btn-close:hover:after, .window.flat .caption .btn-min:hover:after, .window.flat .caption .btn-max:hover:after {
                        border-color: #2a8dd4;
                    }

                .window.flat .caption .btn-close:active, .window.flat .caption .btn-min:active, .window.flat .caption .btn-max:active {
                    background-color: #92c0e0 !important;
                    color: #fff !important;
                }

                .window.flat .caption .btn-close:after, .window.flat .caption .btn-min:after, .window.flat .caption .btn-max:after {
                    border-color: #777;
                    width: 10px !important;
                    height: 6px !important;
                }

            .window.flat .caption .btn-max {
                right: 29px;
            }

            .window.flat .caption .btn-min {
                right: 54px;
            }

            .window.flat .caption .btn-close:after {
                margin-top: 2px;
            }

        .window.flat .content {
            padding-top: 38px;
        }

.notify-container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
}

    .notify-container .notify {
        background-color: #fff;
        display: block;
        position: relative;
        min-width: 220px;
        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
        color: #1d1d1d;
        padding: 10px;
        margin: 2px 2px 2px 0;
    }

        .notify-container .notify .caption {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 5px;
        }

        .notify-container .notify .content {
            font-size: 14px;
            line-height: 16px;
        }

.notify-wrapper {
    position: relative;
    background-color: #1d1d1d;
    width: auto;
    height: auto;
    min-width: 250px;
    color: #fff;
}

.listview .list {
    border: 4px transparent solid;
    width: 300px;
    height: auto;
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
    margin: 0 0 10px 0;
}

    .listview .list .list-content {
        padding: 10px;
        position: relative;
        display: block;
        color: inherit;
    }

        .listview .list .list-content:before, .listview .list .list-content:after {
            display: table;
            content: "";
        }

        .listview .list .list-content:after {
            clear: both;
        }

    .listview .list:hover {
        outline: 3px #ccc solid;
    }

    .listview .list:active {
        outline: 3px #3e3e3e solid;
    }

.listview .list {
    border: 1px #eaeaea solid;
}

    .listview .list .list-content .icon {
        display: block;
        width: 56px;
        height: 56px;
        font-size: 40px;
        float: left;
        margin-right: 10px;
    }

    .listview .list .list-content [class*="icon-"].icon {
        padding: 8px;
    }

    .listview .list .list-content .data {
        display: block;
        padding: 0;
        margin: 0;
        margin-left: 66px;
        min-width: 200px;
        position: relative;
    }

    .listview .list .list-content .list-title, .listview .list .list-content .list-remark {
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .listview .list .list-content .list-title {
        font-size: 14px;
        line-height: 16px;
    }

    .listview .list .list-content .list-remark {
        font-size: 11px;
        line-height: 12px;
    }

    .listview .list .list-content [class*="span"] {
        float: none;
    }

    .listview .list .list-content .rating {
        color: inherit;
    }

    .listview .list .list-content .progress-bar {
        margin: 5px 0;
    }

.listview.small .list-content .icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 14px;
    font-size: 28px;
    float: left;
    margin-right: 10px;
}

.listview.small .list-content [class*="icon-"].icon {
    padding: 8px 0;
}

.listview.small .list-content [class*="icon-"].border {
    font-size: 22px;
    padding: 8px 4px;
}

.listview.small .list-content .data {
    margin-left: 40px;
}

.listview .list.selected {
    border: 4px #4390df solid;
}

    .listview .list.selected:after {
        position: absolute;
        display: block;
        border-top: 28px solid #4390df;
        border-left: 28px solid transparent;
        right: 0;
        content: "";
        top: 0;
        z-index: 101;
    }

    .listview .list.selected:before {
        position: absolute;
        display: block;
        content: "";
        color: #fff;
        right: 0;
        font-family: iconFont;
        font-size: 9pt;
        font-weight: normal;
        z-index: 102;
        top: 0;
    }

.listview-outlook {
    position: relative;
    display: block;
    background-color:white;
}

    .listview-outlook .list {
        border: 4px transparent solid;
        width: 300px;
        height: auto;
        position: relative;
        /*display: block;*/
        cursor: pointer;
        color: inherit;
        margin: 0 0 10px 0;
         
    }

        .listview-outlook .list .list-content {
            padding: 10px;
            position: relative;
            display: block;
            color: inherit;
        }

            .listview-outlook .list .list-content:before, .listview-outlook .list .list-content:after {
                display: table;
                content: "";
            }

            .listview-outlook .list .list-content:after {
                clear: both;
            }

        .listview-outlook .list:hover {
            outline: 3px #ccc solid;
        }

        .listview-outlook .list:active {
            outline: 3px #3e3e3e solid;
        }

    .listview-outlook .list {
        border: 1px #eaeaea solid;
    }

        .listview-outlook .list .list-content .icon {
            /*display: block;*/
            width: 56px;
            height: 56px;
            font-size: 40px;
            float: left;
            margin-right: 10px;
        }

        .listview-outlook .list .list-content [class*="icon-"].icon {
            padding: 8px;
        }

        .listview-outlook .list .list-content .data {
            display: block;
            padding: 0;
            margin: 0;
            margin-left: 66px;
            min-width: 200px;
            position: relative;
        }

        .listview-outlook .list .list-content .list-title, .listview-outlook .list .list-content .list-remark {
            margin: 0;
            padding: 0;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .listview-outlook .list .list-content .list-title {
            font-size: 14px;
            line-height: 16px;
        }

        .listview-outlook .list .list-content .list-remark {
            font-size: 11px;
            line-height: 12px;
            margin-top: 3px;
        }

        .listview-outlook .list .list-content [class*="span"] {
            float: none;
        }

        .listview-outlook .list .list-content .rating {
            color: inherit;
        }

        .listview-outlook .list .list-content .progress-bar {
            margin: 5px 0;
        }

    .listview-outlook.small .list-content .icon {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 14px;
        font-size: 28px;
        float: left;
        margin-right: 10px;
    }

    .listview-outlook.small .list-content [class*="icon-"].icon {
        padding: 8px 0;
    }

    .listview-outlook.small .list-content [class*="icon-"].border {
        font-size: 22px;
        padding: 8px 4px;
    }

    .listview-outlook.small .list-content .data {
        margin-left: 40px;
    }

    .listview-outlook .list.selected {
        border: 4px #4390df solid;
    }

        .listview-outlook .list.selected:after {
            position: absolute;
            display: block;
            border-top: 28px solid #4390df;
            border-left: 28px solid transparent;
            right: 0;
            content: "";
            top: 0;
            z-index: 101;
        }

        .listview-outlook .list.selected:before {
            position: absolute;
            display: block;
            content: "";
            color: #fff;
            right: 0;
            font-family: iconFont;
            font-size: 9pt;
            font-weight: normal;
            z-index: 102;
            top: 0;
        }

    .listview-outlook .list {
        display: block;
        width: 100%;
        border: 0;
        border-bottom: 1px #e1e1e1 solid;
        border-left: 2px solid #5fc0e1;
        padding: 2px 0;
        color: #555;
        margin-bottom: 0;
    }

        .listview-outlook .list .list-content {
            margin: 2px 0;
            padding: 2px 20px;
            /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
            font-size: 16px;
            color: inherit;
            border-left: 3px transparent solid;
        }

            .listview-outlook .list .list-content .list-title, .listview-outlook .list .list-content .list-subtitle, .listview-outlook .list .list-content .list-remark {
                width: 100%;
                display: block;
                color: inherit;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                
            }

            .listview-outlook .list .list-content .list-title {
                font-size: 18px;
                line-height: 20px;
        padding:3px;

            }

            .listview-outlook .list .list-content .list-subtitle, .listview-outlook .list .list-content .list-remark {
                font-size: 13px;
                font-weight: normal;
                line-height: 15px;
                color: #1d1d1d;
                padding:3px;
            }

            .listview-outlook .list .list-content .list-subtitle {
                /*font-weight: bold;*/
                color: #0067cb;
            }

            .listview-outlook .list .list-content .list-action {
                float: right;
            }

            .listview-outlook .list .list-content .list-action-edit {
                float: right;
                margin-left: 15px;
            }




        .listview-outlook .list.marked .list-content {
            border-left: 3px #0067b0 solid !important;
        }

        .listview-outlook .list:active, .listview-outlook .list:focus, .listview-outlook .list.active {
            background-color: #cde6f7 !important;
            outline: 1px #999 dotted;
            color: #555 !important;
        }

        .listview-outlook .list:hover {
            background-color: #e6f2fa;
            outline: none;
        }

            .listview-outlook .list:hover .list-content {
                /*border-left: 3px #b1d6f0 solid;*/
            }

    .listview-outlook .list-group {
        display: block;
        position: relative;
    }

        .listview-outlook .list-group .group-title {
            display: block;
            margin-bottom: 2px;
            background-color: #f0f0f0;
            padding: 4px 20px;
            /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
            font-size: 11px;
            font-weight: bold;
            color: #333;
            padding-left: 24px;
        }

            .listview-outlook .list-group .group-title:before {
                position: absolute;
                display: block;
                left: 10px;
                top: 1px;
                content: '';
                width: 0;
                height: 0;
                border-left: 7px solid transparent;
                border-top: 7px solid transparent;
                border-bottom: 7px solid #000;
            }

        .listview-outlook .list-group .group-content {
            display: block;
        }

        .listview-outlook .list-group.collapsed .group-title:before {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-left: -4px;
        }

        .listview-outlook .list-group .group-title:hover:before {
            border-bottom-color: #0067cb;
        }

    .listview-outlook .list-content .list-icon {
        float: left;
        width: 48px;
        max-height: 48px;
        margin-right: 10px;
        margin-top: 5px;
    }

.notice {
    display: block;
    min-width: 200px;
    height: auto;
    position: relative;
    background-color: #4390df;
    padding: 20px;
}

    .notice * {
        color: inherit;
    }

    .notice:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        background-color: inherit;
        left: -5px;
        top: 50%;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .notice.marker-on-top:before {
        top: 0;
        left: 50%;
        margin-left: -5px;
    }

    .notice.marker-on-right:before {
        top: 50%;
        margin-top: -5px;
        left: 100%;
        margin-left: -5px;
    }

    .notice.marker-on-bottom:before {
        top: 100%;
        margin-left: -5px;
        left: 50%;
        margin-top: -5px;
    }

.treeview {
    background-color: #fdfdfd;
    color: #555;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .treeview ul {
        color: #555;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .treeview ul li a {
            padding: 0 0 0 15px;
        }

    .treeview a {
        font-size: 12px;
        color: inherit;
        display: block;
    }

    .treeview .node > a {
        margin-bottom: 5px;
        padding: 0 0 0 15px;
        font-size: 12px;
        position: relative;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .treeview .node:not(:first-child) {
        margin-top: 0;
    }

    .treeview .node-toggle {
        display: inline-block;
        position: relative;
        float: left;
        margin-right: 3px;
        width: 10px;
        height: 10px;
    }

        .treeview .node-toggle:before {
            position: absolute;
            display: block;
            left: 2px;
            top: 0;
            content: '';
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-top: 7px solid transparent;
            border-bottom: 7px #1d1d1d solid;
        }

        .treeview .node-toggle:hover:before {
            border-bottom-color: #0050ef;
        }

    .treeview li.collapsed .node-toggle:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: -4px;
    }

    .treeview li a:hover {
        background-color: #e6f2fa;
    }

    .treeview .active {
        background-color: #e1e1e1;
        font-weight: bold;
        color: #1d1d1d;
    }

    .treeview a .value {
        color: #0067cb;
    }

.fluent-menu {
    font-size: 14px;
}

    .fluent-menu .tabs-holder {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
        z-index: 2;
    }

        .fluent-menu .tabs-holder:before, .fluent-menu .tabs-holder:after {
            display: table;
            content: "";
        }

        .fluent-menu .tabs-holder:after {
            clear: both;
        }

        .fluent-menu .tabs-holder li {
            display: block;
            float: left;
            margin-right: 5px;
            background-color: #fff;
        }

            .fluent-menu .tabs-holder li a {
                display: block;
                float: left;
                padding: 4px 15px;
                text-transform: uppercase;
                font-size: .8em;
                color: #444;
            }

                .fluent-menu .tabs-holder li a:hover {
                    color: #0072c6;
                }

            .fluent-menu .tabs-holder li:first-child {
                margin-left: 0;
            }

            .fluent-menu .tabs-holder li.active {
                border: 1px #d4d4d4 solid;
                border-bottom-color: #fff;
            }

                .fluent-menu .tabs-holder li.active a {
                    color: #0072c6;
                }

            .fluent-menu .tabs-holder li.special {
                border: 1px #0072c6 solid;
                background-color: #0072c6;
            }

                .fluent-menu .tabs-holder li.special a {
                    color: #fff;
                }

                    .fluent-menu .tabs-holder li.special a:hover {
                        color: #fff;
                    }

    .fluent-menu .tabs-content {
        z-index: 1;
        position: relative;
        margin-top: -1px;
        border: 1px #d4d4d4 solid;
        background-color: #fff;
        height: 120px;
    }

        .fluent-menu .tabs-content .tab-panel {
            display: block;
            height: 100%;
            padding: 5px 0 2px;
        }

            .fluent-menu .tabs-content .tab-panel .tab-panel-group {
                height: 100%;
                position: relative;
                display: block;
                float: left;
                padding: 0 5px;
                border-right: 1px #d4d4d4 solid;
            }

                .fluent-menu .tabs-content .tab-panel .tab-panel-group:last-child {
                    margin-right: 0;
                }

            .fluent-menu .tabs-content .tab-panel .tab-group-caption {
                font-size: 10px;
                margin: 2px 0;
                text-align: center;
                display: block;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                white-space: nowrap;
            }

            .fluent-menu .tabs-content .tab-panel .tab-content-segment {
                display: block;
                float: left;
                position: relative;
            }

    .fluent-menu .fluent-button {
        background-color: #fff;
        padding: 5px 5px;
        font-size: 14px;
        line-height: 14px;
        display: block;
        cursor: default;
    }

        .fluent-menu .fluent-button:hover {
            background-color: #cde6f7;
        }

        .fluent-menu .fluent-button img {
            display: block;
            float: left;
            margin-right: 5px;
            width: 16px;
            height: 16px;
        }

        .fluent-menu .fluent-button [class*="icon-"] {
            color: #444;
        }

        .fluent-menu .fluent-button .button-label {
            display: inline-block;
            color: inherit;
            font: inherit;
        }

        .fluent-menu .fluent-button:active {
            top: 0;
            left: 0;
            background-color: #75bae9 !important;
        }

    .fluent-menu .fluent-big-button {
        background-color: #fff;
        padding: 5px 5px;
        font-size: 14px;
        line-height: 14px;
        display: block;
        cursor: default;
        padding: 7px 5px;
        text-align: center;
        white-space: normal;
        line-height: 12px;
        float: left;
        position: relative;
    }

        .fluent-menu .fluent-big-button:hover {
            background-color: #cde6f7;
        }

        .fluent-menu .fluent-big-button img {
            display: block;
            float: left;
            margin-right: 5px;
            width: 16px;
            height: 16px;
        }

        .fluent-menu .fluent-big-button [class*="icon-"] {
            color: #444;
        }

        .fluent-menu .fluent-big-button .button-label {
            display: inline-block;
            color: inherit;
            font: inherit;
        }

        .fluent-menu .fluent-big-button:active {
            top: 0;
            left: 0;
            background-color: #75bae9 !important;
        }

        .fluent-menu .fluent-big-button img, .fluent-menu .fluent-big-button [class*="icon-"] {
            display: block;
            width: 40px;
            height: 40px;
            font-size: 40px;
            float: none;
            text-align: center;
            margin: 5px auto 5px;
        }

        .fluent-menu .fluent-big-button br {
            line-height: 4px;
            height: 4px;
            font-size: 4px;
        }

    .fluent-menu .fluent-tool-button {
        background-color: #fff;
        padding: 5px 5px;
        font-size: 14px;
        line-height: 14px;
        display: block;
        cursor: default;
        padding: 4px;
    }

        .fluent-menu .fluent-tool-button:hover {
            background-color: #cde6f7;
        }

        .fluent-menu .fluent-tool-button img {
            display: block;
            float: left;
            margin-right: 5px;
            width: 16px;
            height: 16px;
        }

        .fluent-menu .fluent-tool-button [class*="icon-"] {
            color: #444;
        }

        .fluent-menu .fluent-tool-button .button-label {
            display: inline-block;
            color: inherit;
            font: inherit;
        }

        .fluent-menu .fluent-tool-button:active {
            top: 0;
            left: 0;
            background-color: #75bae9 !important;
        }

        .fluent-menu .fluent-tool-button img, .fluent-menu .fluent-tool-button [class*="icon-"] {
            display: block;
            width: 16px;
            height: 16px;
            font-size: 16px;
            float: none;
            text-align: center;
        }

        .fluent-menu .fluent-tool-button img {
            margin-right: 0;
        }

    .fluent-menu .dropdown-toggle:before, .fluent-menu .dropdown-toggle:after {
        content: "";
    }

    .fluent-menu .dropdown-toggle .button-label {
        padding-right: 5px;
    }

        .fluent-menu .dropdown-toggle .button-label:before, .fluent-menu .dropdown-toggle .button-label:after {
            content: "";
        }

        .fluent-menu .dropdown-toggle .button-label:after {
            content: "";
            font-family: iconFont;
            position: absolute;
            right: 0;
            bottom: 3px;
            font-size: .8em;
        }

    .fluent-menu .dropdown-menu {
        position: absolute;
        top: 100%;
        z-index: 100;
    }

        .fluent-menu .dropdown-menu a {
            font-size: 10pt !important;
        }

            .fluent-menu .dropdown-menu a:hover {
                background-color: #cde6f7;
                color: #444;
            }

.hint {
    position: absolute;
    background-color: #fffcc0;
    color: #1d1d1d;
    padding: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    width: auto;
    max-width: 220px;
    margin-top: 10px;
    border: 1px #eaeaea solid;
    z-index: 1030;
    display: none;
}

    .hint .hint-title, .hint .hint-text {
        color: inherit;
        text-align: left;
    }

    .hint .hint-title {
        font-size: 1.2em;
        font-weight: bold;
    }

    .hint:before, .hint:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
    }

    .hint:before {
        z-index: 2;
    }

    .hint:after {
        z-index: 1;
    }

    .hint.bottom:before, .hint.bottom:after {
        top: 1px;
        left: 10px;
        margin: -10px 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #fffcc0;
    }

    .hint.bottom:after {
        top: 0;
        border-bottom: 10px solid #eaeaea;
    }

    .hint.top:before, .hint.top:after {
        top: 100%;
        margin-top: -1px;
        left: 10px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #fffcc0;
    }

    .hint.top:after {
        margin-top: 1px;
        border-top: 10px solid #eaeaea;
    }

    .hint.left:before, .hint.left:after {
        top: 10px;
        left: 100%;
        margin-left: -1px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fffcc0;
    }

    .hint.left:after {
        margin-left: 0;
        border-left: 10px solid #eaeaea;
    }

    .hint.right:before, .hint.right:after {
        top: 10px;
        left: -9px;
        margin: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 10px solid #fffcc0;
    }

    .hint.right:after {
        left: -10px;
        border-right: 10px solid #eaeaea;
    }

.balloon {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px #555 solid;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}

    .balloon:before, .balloon:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
    }

    .balloon:before {
        z-index: 2;
    }

    .balloon:after {
        z-index: 1;
    }

    .balloon.bottom:before, .balloon.bottom:after {
        top: 1px;
        left: 20px;
        margin: -20px 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #fff;
    }

    .balloon.bottom:after {
        top: 0;
        border-bottom: 20px solid #555;
    }

    .balloon.top:before, .balloon.top:after {
        top: 100%;
        margin-top: -1px;
        left: 20px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 20px solid #fff;
    }

    .balloon.top:after {
        margin-top: 1px;
        border-top: 20px solid #555;
    }

    .balloon.left:before, .balloon.left:after {
        top: 10px;
        left: 100%;
        margin-left: -1px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #fff;
    }

    .balloon.left:after {
        margin-left: 0;
        border-left: 21px solid #555;
    }

    .balloon.right:before, .balloon.right:after {
        top: 10px;
        left: -19px;
        margin: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid #fff;
    }

    .balloon.right:after {
        left: -20px;
        border-right: 20px solid #555;
    }

.stepper {
    list-style: none;
    border-top: 1px #1d1d1d dotted;
    position: relative;
    padding: 0;
    margin: 60px 0;
}

    .stepper li {
        float: left;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        margin-left: 20%;
        margin-top: -16px;
        background-color: #e51400;
        border: 2px #9a1616 solid;
        position: relative;
    }

        .stepper li:first-child {
            margin-left: 0;
        }

        .stepper li:last-child {
            left: 10px;
        }

        .stepper li:hover {
            background-color: #ff2d19;
        }

        .stepper li.complete {
            background-color: #60a917;
            border: 2px #128023 solid;
        }

            .stepper li.complete:hover {
                background-color: #7ad61d;
            }

.streamer {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .streamer .meter {
        height: 25px;
        width: auto;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
    }

        .streamer .meter li {
            display: block;
            float: left;
            width: 213px;
            padding: 2px 3px;
            background: url("/images/meter-210.png") top left repeat-x;
        }

            .streamer .meter li em {
                font-size: 10px;
                font-style: normal;
            }

    .streamer .streams {
        width: 142px;
        padding-top: 25px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: #fff;
    }

        .streamer .streams .streams-title {
            position: absolute;
            top: 0;
        }

        .streamer .streams .stream {
            position: relative;
            display: block;
            width: 100%;
            height: 75px;
            margin: 0 2px 2px 0;
            padding: 5px;
            color: #fff;
            cursor: pointer;
        }

            .streamer .streams .stream .stream-title {
                /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                font-size: 12px;
                line-height: 12px;
            }

            .streamer .streams .stream .stream-number {
                position: absolute;
                left: 5px;
                bottom: 5px;
                /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
                font-size: 11px;
                line-height: 11px;
            }

    .streamer .events {
        padding-left: 143px;
        overflow: hidden;
        height: 100%;
        min-height: 100%;
        overflow-x: scroll;
    }

        .streamer .events .double {
            width: 424px;
        }

        .streamer .events .triple {
            width: 637px;
        }

        .streamer .events .quadro {
            width: 850px;
        }

        .streamer .events .events-area {
            height: 100%;
            min-height: 100%;
            overflow: hidden;
        }

            .streamer .events .events-area:before, .streamer .events .events-area:after {
                display: table;
                content: "";
            }

            .streamer .events .events-area:after {
                clear: both;
            }

        .streamer .events .events-grid {
            height: 100%;
            min-height: 100%;
        }

            .streamer .events .events-grid:before, .streamer .events .events-grid:after {
                display: table;
                content: "";
            }

            .streamer .events .events-grid:after {
                clear: both;
            }

        .streamer .events .event-group {
            height: 460px;
            min-width: 211px;
            margin: 0 2px 2px 0;
            float: left;
        }

        .streamer .events .event-super {
            height: 100%;
            min-height: 100%;
            border: 1px #eaeaea solid;
        }

        .streamer .events .event-stream {
            height: 75px;
        }

            .streamer .events .event-stream .event {
                min-width: 211px;
                height: 75px;
                float: left;
                display: block;
                margin: 0 2px 2px 0;
                cursor: pointer;
                position: relative;
                overflow: hidden;
                border: 1px #eaeaea solid;
            }

                .streamer .events .event-stream .event:last-child {
                    margin-right: 0;
                }

                .streamer .events .event-stream .event.event-disable {
                    opacity: .2;
                }

                .streamer .events .event-stream .event .event-content {
                    width: 100%;
                    height: 100%;
                    padding: 0;
                    margin: 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                    overflow: hidden;
                    display: none;
                }

                    .streamer .events .event-stream .event .event-content:first-child {
                        display: block;
                    }

                .streamer .events .event-stream .event .event-content-logo {
                    display: block;
                    float: left;
                    margin-right: 5px;
                    padding: 3px;
                }

                    .streamer .events .event-stream .event .event-content-logo .icon {
                        position: relative;
                        width: 39px;
                        height: 39px;
                        margin-bottom: 1px;
                    }

                        .streamer .events .event-stream .event .event-content-logo .icon img {
                            width: 100%;
                            height: 100%;
                        }

                    .streamer .events .event-stream .event .event-content-logo .time {
                        position: relative;
                        width: 39px;
                        padding: 8px 4px;
                        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
                        font-size: 12px;
                        color: #fff;
                        line-height: 12px;
                    }

                .streamer .events .event-stream .event .event-content-data {
                    display: block;
                    padding: 0;
                    margin: 0;
                    position: relative;
                    margin-left: 50px;
                }

                    .streamer .events .event-stream .event .event-content-data .title {
                        position: relative;
                        /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
                        font-size: 14px;
                        line-height: 14px;
                        margin: 3px 0 0;
                        padding: 0;
                    }

                    .streamer .events .event-stream .event .event-content-data .subtitle {
                        position: relative;
                        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
                        font-size: 10px;
                        line-height: 10px;
                        margin: 0;
                        padding: 0;
                        margin-bottom: 10px;
                    }

                    .streamer .events .event-stream .event .event-content-data .remark {
                        position: absolute;
                        display: block;
                        top: 36px;
                        margin-right: 4px;
                        /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
                        font-size: 11px;
                        line-height: 11px;
                        color: #999;
                    }

                .streamer .events .event-stream .event:hover {
                    border-color: #999;
                }

                .streamer .events .event-stream .event.selected {
                    border: 4px #4390df solid;
                    border-width: 1px;
                }

                    .streamer .events .event-stream .event.selected:after {
                        position: absolute;
                        display: block;
                        border-top: 28px solid #4390df;
                        border-left: 28px solid transparent;
                        right: 0;
                        content: "";
                        top: 0;
                        z-index: 101;
                    }

                    .streamer .events .event-stream .event.selected:before {
                        position: absolute;
                        display: block;
                        content: "";
                        color: #fff;
                        right: 0;
                        font-family: iconFont;
                        font-size: 9pt;
                        font-weight: normal;
                        z-index: 102;
                        top: 0;
                    }

                    .streamer .events .event-stream .event.selected:before {
                        right: 3px;
                    }

.scrollbar-button {
    background-color: #fff;
    border: 1px #ababab solid;
}

.scrollbar {
    position: relative;
    overflow: hidden;
}

.scrollbar-container {
    position: relative;
    overflow: hidden;
}

.scrollbar-v, .scrollbar-h {
    position: absolute;
    background: #f3f3f3;
}

.scrollbar-v {
    width: 15px;
    height: 100%;
    right: 0;
    top: 0;
}

.scrollbar-h {
    height: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.scrollbar-v-up, .scrollbar-v-down, .scrollbar-h-up, .scrollbar-h-down, .scrollbar-line-v-btn, .scrollbar-line-h-btn {
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    border: 1px #ababab solid;
}

    .scrollbar-line-v-btn:hover, .scrollbar-line-h-btn:hover {
        background-color: #f0f0f0;
    }

.scrollbar-v-up, .scrollbar-h-up {
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}

.scrollbar-v-down, .scrollbar-h-down {
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 0;
}

.scrollbar-h-down {
    left: auto;
    right: 0;
}

.scrollbar-line-v, .scrollbar-line-h {
    position: absolute;
    z-index: 3;
}

.scrollbar-line-v {
    width: 100%;
    left: 0;
    top: 15px;
}

.scrollbar-line-h {
    height: 15px;
    left: 15px;
    top: 0;
}

.scrollbar-line-v-btn {
    width: 100%;
    left: 0 !important;
    top: 0;
}

.scrollbar-line-h-btn {
    height: 100%;
    left: 0;
    top: 0 !important;
}

.scrollbar-both {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
}

.scrollbar-line-h, .scrollbar-line-v, .scrollbar-both {
    background-color: #f3f3f3;
}

.scrollbar-v-up:before, .scrollbar-v-down:before, .scrollbar-h-up:before, .scrollbar-h-down:before {
    position: absolute;
    content: "";
    font-family: iconFont;
    font-size: 14px;
    margin-top: -1px;
}

.scrollbar-v-up:before {
    content: "";
}

.scrollbar-v-down:before {
    content: "";
}

.scrollbar-h-up:before {
    content: "";
    margin-left: -1px;
}

.scrollbar-h-down:before {
    content: "";
    margin-top: -1px;
    margin-right: -1px;
}

@font-face {
    font-family: 'iconFont';
    src: url('../Content/fonts/iconFont.eot');
    src: url('../content/fonts/iconFont.eot?#iefix') format('embedded-opentype'),url('../content/fonts/iconFont.woff') format('woff'),url('../content/fonts/iconFont.ttf') format('truetype'),url('../content/fonts/iconFont.svg#iconFont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'iconFont';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

[class*="icon-"] {
    font-family: 'iconFont';
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    line-height: 1;
    display: inline-block;
    vertical-align: -8%;
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
}

    [class*="icon-"].smaller {
        font-size: .7em;
        vertical-align: 6%;
    }

    [class*="icon-"].large {
        font-size: 1.2em;
        vertical-align: -10%;
    }

.icon-newspaper:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-droplet:before {
    content: "";
}

.icon-pictures:before {
    content: "";
}

.icon-camera:before {
    content: "";
}

.icon-music:before {
    content: "";
}

.icon-film:before {
    content: "";
}

.icon-camera-2:before {
    content: "";
}

.icon-spades:before {
    content: "";
}

.icon-clubs:before {
    content: "";
}

.icon-diamonds:before {
    content: "";
}

.icon-broadcast:before {
    content: "";
}

.icon-mic:before {
    content: "";
}

.icon-book:before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-new:before {
    content: "";
}

.icon-copy:before {
    content: "";
}

.icon-folder:before {
    content: "";
}

.icon-folder-2:before {
    content: "";
}

.icon-tag:before {
    content: "";
}

.icon-cart:before {
    content: "";
}

.icon-basket:before {
    content: "";
}

.icon-calculate:before {
    content: "";
}

.icon-support:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-mail:before {
    content: "";
}

.icon-location:before {
    content: "";
}

.icon-compass:before {
    content: "";
}

.icon-history:before {
    content: "";
}

.icon-clock:before {
    content: "";
}

.icon-bell:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.icon-printer:before {
    content: "";
}

.icon-mouse:before {
    content: "";
}

.icon-screen:before {
    content: "";
}

.icon-laptop:before {
    content: "";
}

.icon-mobile:before {
    content: "";
}

.icon-cabinet:before {
    content: "";
}

.icon-drawer:before {
    content: "";
}

.icon-drawer-2:before {
    content: "";
}

.icon-box:before {
    content: "";
}

.icon-box-add:before {
    content: "";
}

.icon-box-remove:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-upload:before {
    content: "";
}

.icon-database:before {
    content: "";
}

.icon-flip:before {
    content: "";
}

.icon-flip-2:before {
    content: "";
}

.icon-undo:before {
    content: "";
}

.icon-redo:before {
    content: "";
}

.icon-forward:before {
    content: "";
}

.icon-reply:before {
    content: "";
}

.icon-reply-2:before {
    content: "";
}

.icon-comments:before {
    content: "";
}

.icon-comments-2:before {
    content: "";
}

.icon-comments-3:before {
    content: "";
}

.icon-comments-4:before {
    content: "";
}

.icon-comments-5:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-user-2:before {
    content: "";
}

.icon-user-3:before {
    content: "";
}

.icon-busy:before {
    content: "";
}

.icon-loading:before {
    content: "";
}

.icon-loading-2:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-zoom-in:before {
    content: "";
}

.icon-zoom-out:before {
    content: "";
}

.icon-key:before {
    content: "";
}

.icon-key-2:before {
    content: "";
}

.icon-locked:before {
    content: "";
}

.icon-unlocked:before {
    content: "";
}

.icon-wrench:before {
    content: "";
}

.icon-equalizer:before {
    content: "";
}

.icon-cog:before {
    content: "";
}

.icon-pie:before {
    content: "";
}

.icon-bars:before {
    content: "";
}

.icon-stats-up:before {
    content: "";
}

.icon-gift:before {
    content: "";
}

.icon-trophy:before {
    content: "";
}

.icon-diamond:before {
    content: "";
}

.icon-coffee:before {
    content: "";
}

.icon-rocket:before {
    content: "";
}

.icon-meter-slow:before {
    content: "";
}

.icon-meter-medium:before {
    content: "";
}

.icon-meter-fast:before {
    content: "";
}

.icon-dashboard:before {
    content: "";
}

.icon-fire:before {
    content: "";
}

.icon-lab:before {
    content: "";
}

.icon-remove:before {
    content: "";
}

.icon-briefcase:before {
    content: "";
}

.icon-briefcase-2:before {
    content: "";
}

.icon-cars:before {
    content: "";
}

.icon-bus:before {
    content: "";
}

.icon-cube:before {
    content: "";
}

.icon-cube-2:before {
    content: "";
}

.icon-puzzle:before {
    content: "";
}

.icon-glasses:before {
    content: "";
}

.icon-glasses-2:before {
    content: "";
}

.icon-accessibility:before {
    content: "";
}

.icon-accessibility-2:before {
    content: "";
}

.icon-target:before {
    content: "";
}

.icon-target-2:before {
    content: "";
}

.icon-lightning:before {
    content: "";
}

.icon-power:before {
    content: "";
}

.icon-power-2:before {
    content: "";
}

.icon-clipboard:before {
    content: "";
}

.icon-clipboard-2:before {
    content: "";
}

.icon-playlist:before {
    content: "";
}

.icon-grid-view:before {
    content: "";
}

.icon-tree-view:before {
    content: "";
}

.icon-cloud:before {
    content: "";
}

.icon-cloud-2:before {
    content: "";
}

.icon-download-2:before {
    content: "";
}

.icon-upload-2:before {
    content: "";
}

.icon-upload-3:before {
    content: "";
}

.icon-link:before {
    content: "";
}

.icon-link-2:before {
    content: "";
}

.icon-flag:before {
    content: "";
}

.icon-flag-2:before {
    content: "";
}

.icon-attachment:before {
    content: "";
}

.icon-eye:before {
    content: "";
}

.icon-bookmark:before {
    content: "";
}

.icon-bookmark-2:before {
    content: "";
}

.icon-star:before {
    content: "";
}

.icon-star-2:before {
    content: "";
}

.icon-star-3:before {
    content: "";
}

.icon-heart:before {
    content: "";
}

.icon-heart-2:before {
    content: "";
}

.icon-thumbs-up:before {
    content: "";
}

.icon-thumbs-down:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-help:before {
    content: "";
}

.icon-help-2:before {
    content: "";
}

.icon-blocked:before {
    content: "";
}

.icon-cancel:before {
    content: "";
}

.icon-cancel-2:before {
    content: "";
}

.icon-checkmark:before {
    content: "";
}

.icon-minus-2:before {
    content: "";
}

.icon-plus-2:before {
    content: "";
}

.icon-enter:before {
    content: "";
}

.icon-exit:before {
    content: "";
}

.icon-loop:before {
    content: "";
}

.icon-arrow-up-left:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-arrow-up-right:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-arrow-down-right:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-arrow-down-left:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-up-2:before {
    content: "";
}

.icon-arrow-right-2:before {
    content: "";
}

.icon-arrow-down-2:before {
    content: "";
}

.icon-arrow-left-2:before {
    content: "";
}

.icon-arrow-up-3:before {
    content: "";
}

.icon-arrow-right-3:before {
    content: "";
}

.icon-arrow-down-3:before {
    content: "";
}

.icon-arrow-left-3:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-enter-2:before {
    content: "";
}

.icon-backspace:before {
    content: "";
}

.icon-backspace-2:before {
    content: "";
}

.icon-tab:before {
    content: "";
}

.icon-tab-2:before {
    content: "";
}

.icon-checkbox:before {
    content: "";
}

.icon-checkbox-unchecked:before {
    content: "";
}

.icon-checkbox-partial:before {
    content: "";
}

.icon-radio-checked:before {
    content: "";
}

.icon-radio-unchecked:before {
    content: "";
}

.icon-font:before {
    content: "";
}

.icon-paragraph-left:before {
    content: "";
}

.icon-paragraph-center:before {
    content: "";
}

.icon-paragraph-right:before {
    content: "";
}

.icon-paragraph-justify:before {
    content: "";
}

.icon-left-to-right:before {
    content: "";
}

.icon-right-to-left:before {
    content: "";
}

.icon-share:before {
    content: "";
}

.icon-new-tab:before {
    content: "";
}

.icon-new-tab-2:before {
    content: "";
}

.icon-embed:before {
    content: "";
}

.icon-code:before {
    content: "";
}

.icon-bluetooth:before {
    content: "";
}

.icon-share-2:before {
    content: "";
}

.icon-share-3:before {
    content: "";
}

.icon-mail-2:before {
    content: "";
}

.icon-google:before {
    content: "";
}

.icon-google-plus:before {
    content: "";
}

.icon-google-drive:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-feed:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-vimeo:before {
    content: "";
}

.icon-flickr:before {
    content: "";
}

.icon-picassa:before {
    content: "";
}

.icon-dribbble:before {
    content: "";
}

.icon-deviantart:before {
    content: "";
}

.icon-github:before {
    content: "";
}

.icon-github-2:before {
    content: "";
}

.icon-github-3:before {
    content: "";
}

.icon-github-4:before {
    content: "";
}

.icon-github-5:before {
    content: "";
}

.icon-git:before {
    content: "";
}

.icon-github-6:before {
    content: "";
}

.icon-wordpress:before {
    content: "";
}

.icon-joomla:before {
    content: "";
}

.icon-blogger:before {
    content: "";
}

.icon-tumblr:before {
    content: "";
}

.icon-yahoo:before {
    content: "";
}

.icon-amazon:before {
    content: "";
}

.icon-tux:before {
    content: "";
}

.icon-apple:before {
    content: "";
}

.icon-finder:before {
    content: "";
}

.icon-android:before {
    content: "";
}

.icon-windows:before {
    content: "";
}

.icon-soundcloud:before {
    content: "";
}

.icon-skype:before {
    content: "";
}

.icon-reddit:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-lastfm:before {
    content: "";
}

.icon-delicious:before {
    content: "";
}

.icon-stumbleupon:before {
    content: "";
}

.icon-pinterest:before {
    content: "";
}

.icon-xing:before {
    content: "";
}

.icon-flattr:before {
    content: "";
}

.icon-foursquare:before {
    content: "";
}

.icon-paypal:before {
    content: "";
}

.icon-yelp:before {
    content: "";
}

.icon-libreoffice:before {
    content: "";
}

.icon-file-pdf:before {
    content: "";
}

.icon-file-openoffice:before {
    content: "";
}

.icon-file-word:before {
    content: "";
}

.icon-file-excel:before {
    content: "";
}

.icon-file-powerpoint:before {
    content: "";
}

.icon-file-zip:before {
    content: "";
}

.icon-file-xml:before {
    content: "";
}

.icon-file-css:before {
    content: "";
}

.icon-html5:before {
    content: "";
}

.icon-html5-2:before {
    content: "";
}

.icon-css3:before {
    content: "";
}

.icon-chrome:before {
    content: "";
}

.icon-firefox:before {
    content: "";
}

.icon-IE:before {
    content: "";
}

.icon-opera:before {
    content: "";
}

.icon-safari:before {
    content: "";
}

.icon-IcoMoon:before {
    content: "";
}

.icon-sunrise:before {
    content: "";
}

.icon-sun:before {
    content: "";
}

.icon-moon:before {
    content: "";
}

.icon-sun-2:before {
    content: "";
}

.icon-windy:before {
    content: "";
}

.icon-wind:before {
    content: "";
}

.icon-snowflake:before {
    content: "";
}

.icon-cloudy:before {
    content: "";
}

.icon-cloud-3:before {
    content: "";
}

.icon-weather:before {
    content: "";
}

.icon-weather-2:before {
    content: "";
}

.icon-weather-3:before {
    content: "";
}

.icon-lines:before {
    content: "";
}

.icon-cloud-4:before {
    content: "";
}

.icon-lightning-2:before {
    content: "";
}

.icon-lightning-3:before {
    content: "";
}

.icon-rainy:before {
    content: "";
}

.icon-rainy-2:before {
    content: "";
}

.icon-windy-2:before {
    content: "";
}

.icon-windy-3:before {
    content: "";
}

.icon-snowy:before {
    content: "";
}

.icon-snowy-2:before {
    content: "";
}

.icon-snowy-3:before {
    content: "";
}

.icon-weather-4:before {
    content: "";
}

.icon-cloudy-2:before {
    content: "";
}

.icon-cloud-5:before {
    content: "";
}

.icon-lightning-4:before {
    content: "";
}

.icon-sun-3:before {
    content: "";
}

.icon-moon-2:before {
    content: "";
}

.icon-cloudy-3:before {
    content: "";
}

.icon-cloud-6:before {
    content: "";
}

.icon-cloud-7:before {
    content: "";
}

.icon-lightning-5:before {
    content: "";
}

.icon-rainy-3:before {
    content: "";
}

.icon-rainy-4:before {
    content: "";
}

.icon-windy-4:before {
    content: "";
}

.icon-windy-5:before {
    content: "";
}

.icon-snowy-4:before {
    content: "";
}

.icon-snowy-5:before {
    content: "";
}

.icon-weather-5:before {
    content: "";
}

.icon-cloudy-4:before {
    content: "";
}

.icon-lightning-6:before {
    content: "";
}

.icon-thermometer:before {
    content: "";
}

.icon-compass-2:before {
    content: "";
}

.icon-none:before {
    content: "";
}

.icon-Celsius:before {
    content: "";
}

.icon-Fahrenheit:before {
    content: "";
}

.icon-forrst:before {
    content: "";
}

.icon-headphones:before {
    content: "";
}

.icon-bug:before {
    content: "";
}

.icon-cart-2:before {
    content: "";
}

.icon-earth:before {
    content: "";
}

.icon-battery:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-grid:before {
    content: "";
}

.icon-alarm:before {
    content: "";
}

.icon-location-2:before {
    content: "";
}

.icon-pointer:before {
    content: "";
}

.icon-diary:before {
    content: "";
}

.icon-eye-2:before {
    content: "";
}

.icon-console:before {
    content: "";
}

.icon-location-3:before {
    content: "";
}

.icon-move:before {
    content: "";
}

.icon-gift-2:before {
    content: "";
}

.icon-monitor:before {
    content: "";
}

.icon-mobile-2:before {
    content: "";
}

.icon-switch:before {
    content: "";
}

.icon-star-4:before {
    content: "";
}

.icon-address-book:before {
    content: "";
}

.icon-shit:before {
    content: "";
}

.icon-cone:before {
    content: "";
}

.icon-credit-card:before {
    content: "";
}

.icon-type:before {
    content: "";
}

.icon-volume:before {
    content: "";
}

.icon-volume-2:before {
    content: "";
}

.icon-locked-2:before {
    content: "";
}

.icon-warning:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-filter:before {
    content: "";
}

.icon-bookmark-3:before {
    content: "";
}

.icon-bookmark-4:before {
    content: "";
}

.icon-stats:before {
    content: "";
}

.icon-compass-3:before {
    content: "";
}

.icon-keyboard:before {
    content: "";
}

.icon-award-fill:before {
    content: "";
}

.icon-award-stroke:before {
    content: "";
}

.icon-beaker-alt:before {
    content: "";
}

.icon-beaker:before {
    content: "";
}

.icon-move-vertical:before {
    content: "";
}

.icon-move-horizontal:before {
    content: "";
}

.icon-steering-wheel:before {
    content: "";
}

.icon-volume-3:before {
    content: "";
}

.icon-volume-mute:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-stop:before {
    content: "";
}

.icon-eject:before {
    content: "";
}

.icon-first:before {
    content: "";
}

.icon-last:before {
    content: "";
}

.icon-play-alt:before {
    content: "";
}

.icon-battery-charging:before {
    content: "";
}

.icon-left-quote:before {
    content: "";
}

.icon-right-quote:before {
    content: "";
}

.icon-left-quote-alt:before {
    content: "";
}

.icon-right-quote-alt:before {
    content: "";
}

.icon-smiley:before {
    content: "";
}

.icon-umbrella:before {
    content: "";
}

.icon-info-2:before {
    content: "";
}

.icon-chart-alt:before {
    content: "";
}

.icon-at:before {
    content: "";
}

.icon-hash:before {
    content: "";
}

.icon-pilcrow:before {
    content: "";
}

.icon-fullscreen-alt:before {
    content: "";
}

.icon-fullscreen-exit-alt:before {
    content: "";
}

.icon-layers-alt:before {
    content: "";
}

.icon-layers:before {
    content: "";
}

.icon-floppy:before {
    content: "";
}

.icon-rainbow:before {
    content: "";
}

.icon-air:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-spin:before {
    content: "";
}

.icon-auction:before {
    content: "";
}

.icon-dollar:before {
    content: "";
}

.icon-dollar-2:before {
    content: "";
}

.icon-coins:before {
    content: "";
}

.icon-file-2:before {
    content: "";
}

.icon-file-3:before {
    content: "";
}

.icon-file-4:before {
    content: "";
}

.icon-files:before {
    content: "";
}

.icon-phone-2:before {
    content: "";
}

.icon-tablet:before {
    content: "";
}

.icon-monitor-2:before {
    content: "";
}

.icon-window:before {
    content: "";
}

.icon-tv:before {
    content: "";
}

.icon-camera-3:before {
    content: "";
}

.icon-image:before {
    content: "";
}

.icon-open:before {
    content: "";
}

.icon-sale:before {
    content: "";
}

.icon-direction:before {
    content: "";
}

.icon-medal:before {
    content: "";
}

.icon-medal-2:before {
    content: "";
}

.icon-satellite:before {
    content: "";
}

.icon-discout:before {
    content: "";
}

.icon-barcode:before {
    content: "";
}

.icon-ticket:before {
    content: "";
}

.icon-shipping:before {
    content: "";
}

.icon-globe:before {
    content: "";
}

.icon-anchor:before {
    content: "";
}

.icon-pop-out:before {
    content: "";
}

.icon-pop-in:before {
    content: "";
}

.icon-resize:before {
    content: "";
}

.icon-battery-2:before {
    content: "";
}

.icon-battery-3:before {
    content: "";
}

.icon-battery-4:before {
    content: "";
}

.icon-battery-5:before {
    content: "";
}

.icon-tools:before {
    content: "";
}

.icon-alarm-2:before {
    content: "";
}

.icon-alarm-cancel:before {
    content: "";
}

.icon-alarm-clock:before {
    content: "";
}

.icon-chronometer:before {
    content: "";
}

.icon-ruler:before {
    content: "";
}

.icon-lamp:before {
    content: "";
}

.icon-lamp-2:before {
    content: "";
}

.icon-scissors:before {
    content: "";
}

.icon-volume-4:before {
    content: "";
}

.icon-volume-5:before {
    content: "";
}

.icon-volume-6:before {
    content: "";
}

.icon-battery-full:before {
    content: "";
}

.icon-battery-empty:before {
    content: "";
}

.icon-battery-half:before {
    content: "";
}

.icon-zip:before {
    content: "";
}

.icon-zip-2:before {
    content: "";
}

.icon-play-2:before {
    content: "";
}

.icon-pause-2:before {
    content: "";
}

.icon-record:before {
    content: "";
}

.icon-stop-2:before {
    content: "";
}

.icon-next:before {
    content: "";
}

.icon-previous:before {
    content: "";
}

.icon-first-2:before {
    content: "";
}

.icon-last-2:before {
    content: "";
}

.icon-arrow-left-4:before {
    content: "";
}

.icon-arrow-down-4:before {
    content: "";
}

.icon-arrow-up-4:before {
    content: "";
}

.icon-arrow-right-4:before {
    content: "";
}

.icon-arrow-left-5:before {
    content: "";
}

.icon-arrow-down-5:before {
    content: "";
}

.icon-arrow-up-5:before {
    content: "";
}

.icon-arrow-right-5:before {
    content: "";
}

.icon-cc:before {
    content: "";
}

.icon-cc-by:before {
    content: "";
}

.icon-cc-nc:before {
    content: "";
}

.icon-cc-nc-eu:before {
    content: "";
}

.icon-cc-nc-jp:before {
    content: "";
}

.icon-cc-sa:before {
    content: "";
}

.icon-cc-nd:before {
    content: "";
}

.icon-cc-pd:before {
    content: "";
}

.icon-cc-zero:before {
    content: "";
}

.icon-cc-share:before {
    content: "";
}

.icon-cc-share-2:before {
    content: "";
}

.icon-cycle:before {
    content: "";
}

.icon-stop-3:before {
    content: "";
}

.icon-stats-2:before {
    content: "";
}

.icon-stats-3:before {
    content: "";
}

.example {
    padding: 20px 40px 20px 60px;
    border: 1px #ccc solid;
    position: relative;
    margin: 0 0 10px 0;
    background-color: #fdfdfd !important;
    min-height: 100px;
}

    .example:before, .example:after {
        display: table;
        content: "";
    }

    .example:after {
        clear: both;
    }

    .example:before {
        position: absolute;
        content: "example";
        left: -21px;
        top: 30px;
        color: #999 !important;
        margin: 5px 10px;
        /*font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;*/
        font-weight: bold;
        color: #000;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: .02em;
        color: rgba(0,0,0,.6);
        font-size: 1.4rem;
        line-height: 1.4rem;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

code, .code {
    /*font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;*/
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 11pt;
    line-height: 15pt;
    letter-spacing: .02em;
    font-family: 'Courier New',monospace;
    display: inline-block;
    padding: 3px 5px;
    margin: 0;
    background-color: #eee;
    color: #e51400;
    border: 1px #d4d4d4 solid;
    font-size: 90%;
    line-height: 90%;
}

.label {
    padding: 3px 2px;
    display: inline-block;
    margin: 0;
    font-size: 90%;
    font-weight: normal !important;
    line-height: 90%;
    background: #eee;
    color: #555;
    font-weight: bold;
}

    .label.alert, .label.error {
        background-color: #e51400;
        color: #fff;
    }

    .label.important, .label.warning {
        background-color: #fa6800;
        color: #fff;
    }

    .label.success {
        background-color: #128023;
        color: #fff;
    }

    .label.info {
        background-color: #1ba1e2;
        color: #fff;
    }

hr {
    height: 1px;
    margin: 20px 0;
    border: 0;
    color: #eee;
    background-color: #eee;
}

.bg-black {
    background-color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-lime {
    background-color: #a4c400 !important;
}

.bg-green {
    background-color: #60a917 !important;
}

.bg-emerald {
    background-color: #278A71 !important;
}

.bg-teal {
    background-color: #00aba9 !important;
}

.bg-cyan {
    background-color: #1ba1e2 !important;
}

.bg-cobalt {
    background-color: #0050ef !important;
}

.bg-indigo {
    background-color: #6a00ff !important;
}

.bg-violet {
    background-color: #a0f !important;
}

.bg-pink {
    background-color: #dc4fad !important;
}

.bg-magenta {
    background-color: #d80073 !important;
}

.bg-crimson {
    background-color: #a20025 !important;
}

.bg-red {
    background-color: #e51400 !important;
}

.bg-orange {
    background-color: #fa6800 !important;
}

.bg-amber {
    background-color: #f0a30a !important;
}

.bg-yellow {
    background-color: #e3c800 !important;
}

.bg-brown {
    background-color: #825a2c !important;
}

.bg-olive {
    background-color: #6d8764 !important;
}

.bg-steel {
    background-color: #647687 !important;
}

.bg-mauve {
    background-color: #76608a !important;
}

.bg-taupe {
    background-color: #87794e !important;
}

.bg-gray {
    background-color: #555 !important;
}

.bg-dark {
    background-color: #333 !important;
}

.bg-darker {
    background-color: #222 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-darkBrown {
    background-color: #63362f !important;
}

.bg-darkCrimson {
    background-color: #640024 !important;
}

.bg-darkMagenta {
    background-color: #81003c !important;
}

.bg-darkIndigo {
    background-color: #4b0096 !important;
}

.bg-darkCyan {
    background-color: #1b6eae !important;
}

.bg-darkCobalt {
    background-color: #00356a !important;
}

.bg-darkTeal {
    background-color: #004050 !important;
}

.bg-darkEmerald {
    background-color: #003e00 !important;
}

.bg-darkGreen {
    background-color: #128023 !important;
}

.bg-darkOrange {
    background-color: #bf5a15 !important;
}

.bg-darkRed {
    background-color: #9a1616 !important;
}

.bg-darkPink {
    background-color: #9a165a !important;
}

.bg-darkViolet {
    background-color: #57169a !important;
}

.bg-darkBlue {
    background-color: #16499a !important;
}

.bg-lightBlue {
    background-color: #4390df !important;
}

.bg-lightRed {
    background-color: #ff2d19 !important;
}

.bg-lightGreen {
    background-color: #7ad61d !important;
}

.bg-lighterBlue {
    background-color: #0cf !important;
}

.bg-lightTeal {
    background-color: #45fffd !important;
}

.bg-lightOlive {
    background-color: #78aa1c !important;
}

.bg-lightOrange {
    background-color: #c29008 !important;
}

.bg-lightPink {
    background-color: #f472d0 !important;
}

.bg-grayDark {
    background-color: #333 !important;
}

.bg-grayDarker {
    background-color: #222 !important;
}

.bg-grayLight {
    background-color: #999 !important;
}

.bg-grayLighter {
    background-color: #eee !important;
}

.bg-blue {
    background-color: #00aff0 !important;
}

.fg-black {
    color: #000 !important;
}

.fg-white {
    color: #fff !important;
}

.fg-lime {
    color: #a4c400 !important;
}

.fg-green {
    color: #60a917 !important;
}

.fg-emerald {
    color: #008a00 !important;
}

.fg-teal {
    color: #00aba9 !important;
}

.fg-cyan {
    color: #1ba1e2 !important;
}

.fg-cobalt {
    color: #0050ef !important;
}

.fg-indigo {
    color: #6a00ff !important;
}

.fg-violet {
    color: #a0f !important;
}

.fg-pink {
    color: #dc4fad !important;
}

.fg-magenta {
    color: #d80073 !important;
}

.fg-crimson {
    color: #a20025 !important;
}

.fg-red {
    color: #e51400 !important;
}

.fg-orange {
    color: #fa6800 !important;
}

.fg-amber {
    color: #f0a30a !important;
}

.fg-yellow {
    color: #e3c800 !important;
}

.fg-brown {
    color: #825a2c !important;
}

.fg-olive {
    color: #6d8764 !important;
}

.fg-steel {
    color: #647687 !important;
}

.fg-mauve {
    color: #76608a !important;
}

.fg-taupe {
    color: #87794e !important;
}

.fg-gray {
    color: #555 !important;
}

.fg-dark {
    color: #333 !important;
}

.fg-darker {
    color: #222 !important;
}

.fg-transparent {
    color: transparent !important;
}

.fg-darkBrown {
    color: #63362f !important;
}

.fg-darkCrimson {
    color: #640024 !important;
}

.fg-darkMagenta {
    color: #81003c !important;
}

.fg-darkIndigo {
    color: #4b0096 !important;
}

.fg-darkCyan {
    color: #1b6eae !important;
}

.fg-darkCobalt {
    color: #00356a !important;
}

.fg-darkTeal {
    color: #004050 !important;
}

.fg-darkEmerald {
    color: #003e00 !important;
}

.fg-darkGreen {
    color: #128023 !important;
}

.fg-darkOrange {
    color: #bf5a15 !important;
}

.fg-darkRed {
    color: #9a1616 !important;
}

.fg-darkPink {
    color: #9a165a !important;
}

.fg-darkViolet {
    color: #57169a !important;
}

.fg-darkBlue {
    color: #16499a !important;
}

.fg-lightBlue {
    color: #4390df !important;
}

.fg-lighterBlue {
    color: #0cf !important;
}

.fg-lightTeal {
    color: #45fffd !important;
}

.fg-lightOlive {
    color: #78aa1c !important;
}

.fg-lightOrange {
    color: #c29008 !important;
}

.fg-lightPink {
    color: #f472d0 !important;
}

.fg-lightRed {
    color: #ff2d19 !important;
}

.fg-lightGreen {
    color: #7ad61d !important;
}

.fg-grayDark {
    color: #333 !important;
}

.fg-grayDarker {
    color: #222 !important;
}

.fg-grayLight {
    color: #999 !important;
}

.fg-grayLighter {
    color: #eee !important;
}

.fg-blue {
    color: #00aff0 !important;
}

.ol-black {
    outline-color: #000 !important;
}

.ol-white {
    outline-color: #fff !important;
}

.ol-lime {
    outline-color: #a4c400 !important;
}

.ol-green {
    outline-color: #60a917 !important;
}

.ol-emerald {
    outline-color: #008a00 !important;
}

.ol-teal {
    outline-color: #00aba9 !important;
}

.ol-cyan {
    outline-color: #1ba1e2 !important;
}

.ol-cobalt {
    outline-color: #0050ef !important;
}

.ol-indigo {
    outline-color: #6a00ff !important;
}

.ol-violet {
    outline-color: #a0f !important;
}

.ol-pink {
    outline-color: #dc4fad !important;
}

.ol-magenta {
    outline-color: #d80073 !important;
}

.ol-crimson {
    outline-color: #a20025 !important;
}

.ol-red {
    outline-color: #e51400 !important;
}

.ol-orange {
    outline-color: #fa6800 !important;
}

.ol-amber {
    outline-color: #f0a30a !important;
}

.ol-yellow {
    outline-color: #e3c800 !important;
}

.ol-brown {
    outline-color: #825a2c !important;
}

.ol-olive {
    outline-color: #6d8764 !important;
}

.ol-steel {
    outline-color: #647687 !important;
}

.ol-mauve {
    outline-color: #76608a !important;
}

.ol-taupe {
    outline-color: #87794e !important;
}

.ol-gray {
    outline-color: #555 !important;
}

.ol-dark {
    outline-color: #333 !important;
}

.ol-darker {
    outline-color: #222 !important;
}

.ol-transparent {
    outline-color: transparent !important;
}

.ol-darkBrown {
    outline-color: #63362f !important;
}

.ol-darkCrimson {
    outline-color: #640024 !important;
}

.ol-darkMagenta {
    outline-color: #81003c !important;
}

.ol-darkIndigo {
    outline-color: #4b0096 !important;
}

.ol-darkCyan {
    outline-color: #1b6eae !important;
}

.ol-darkCobalt {
    outline-color: #00356a !important;
}

.ol-darkTeal {
    outline-color: #004050 !important;
}

.ol-darkEmerald {
    outline-color: #003e00 !important;
}

.ol-darkGreen {
    outline-color: #128023 !important;
}

.ol-darkOrange {
    outline-color: #bf5a15 !important;
}

.ol-darkRed {
    outline-color: #9a1616 !important;
}

.ol-darkPink {
    outline-color: #9a165a !important;
}

.ol-darkViolet {
    outline-color: #57169a !important;
}

.ol-darkBlue {
    outline-color: #16499a !important;
}

.ol-lightBlue {
    outline-color: #4390df !important;
}

.ol-lighterBlue {
    outline-color: #0cf !important;
}

.ol-lightTeal {
    outline-color: #45fffd !important;
}

.ol-lightOlive {
    outline-color: #78aa1c !important;
}

.ol-lightOrange {
    outline-color: #c29008 !important;
}

.ol-lightPink {
    outline-color: #f472d0 !important;
}

.ol-lightRed {
    outline-color: #ff2d19 !important;
}

.ol-lightGreen {
    outline-color: #7ad61d !important;
}

.ol-grayDark {
    outline-color: #333 !important;
}

.ol-grayDarker {
    outline-color: #222 !important;
}

.ol-grayLight {
    outline-color: #999 !important;
}

.ol-grayLighter {
    outline-color: #eee !important;
}

.ol-blue {
    outline-color: #00aff0 !important;
}

.bd-black {
    border-color: #000 !important;
}

.bd-white {
    border-color: #fff !important;
}

.bd-lime {
    border-color: #a4c400 !important;
}

.bd-green {
    border-color: #60a917 !important;
}

.bd-emerald {
    border-color: #008a00 !important;
}

.bd-teal {
    border-color: #00aba9 !important;
}

.bd-cyan {
    border-color: #1ba1e2 !important;
}

.bd-cobalt {
    border-color: #0050ef !important;
}

.bd-indigo {
    border-color: #6a00ff !important;
}

.bd-violet {
    border-color: #a0f !important;
}

.bd-pink {
    border-color: #dc4fad !important;
}

.bd-magenta {
    border-color: #d80073 !important;
}

.bd-crimson {
    border-color: #a20025 !important;
}

.bd-red {
    border-color: #e51400 !important;
}

.bd-orange {
    border-color: #fa6800 !important;
}

.bd-amber {
    border-color: #f0a30a !important;
}

.bd-yellow {
    border-color: #e3c800 !important;
}

.bd-brown {
    border-color: #825a2c !important;
}

.bd-olive {
    border-color: #6d8764 !important;
}

.bd-steel {
    border-color: #647687 !important;
}

.bd-mauve {
    border-color: #76608a !important;
}

.bd-taupe {
    border-color: #87794e !important;
}

.bd-gray {
    border-color: #555 !important;
}

.bd-dark {
    border-color: #333 !important;
}

.bd-darker {
    border-color: #222 !important;
}

.bd-transparent {
    border-color: transparent !important;
}

.bd-darkBrown {
    border-color: #63362f !important;
}

.bd-darkCrimson {
    border-color: #640024 !important;
}

.bd-darkMagenta {
    border-color: #81003c !important;
}

.bd-darkIndigo {
    border-color: #4b0096 !important;
}

.bd-darkCyan {
    border-color: #1b6eae !important;
}

.bd-darkCobalt {
    border-color: #00356a !important;
}

.bd-darkTeal {
    border-color: #004050 !important;
}

.bd-darkEmerald {
    border-color: #003e00 !important;
}

.bd-darkGreen {
    border-color: #128023 !important;
}

.bd-darkOrange {
    border-color: #bf5a15 !important;
}

.bd-darkRed {
    border-color: #9a1616 !important;
}

.bd-darkPink {
    border-color: #9a165a !important;
}

.bd-darkViolet {
    border-color: #57169a !important;
}

.bd-darkBlue {
    border-color: #16499a !important;
}

.bd-lightBlue {
    border-color: #4390df !important;
}

.bd-lightTeal {
    border-color: #45fffd !important;
}

.bd-lightOlive {
    border-color: #78aa1c !important;
}

.bd-lightOrange {
    border-color: #c29008 !important;
}

.bd-lightPink {
    border-color: #f472d0 !important;
}

.bd-lightRed {
    border-color: #ff2d19 !important;
}

.bd-lightGreen {
    border-color: #7ad61d !important;
}

.bd-grayDark {
    border-color: #333 !important;
}

.bd-grayDarker {
    border-color: #222 !important;
}

.bd-grayLight {
    border-color: #999 !important;
}

.bd-grayLighter {
    border-color: #eee !important;
}

.bd-blue {
    border-color: #00aff0 !important;
}

.bg-hover-black:hover {
    background-color: #000 !important;
}

.bg-hover-white:hover {
    background-color: #fff !important;
}

.bg-hover-lime:hover {
    background-color: #a4c400 !important;
}

.bg-hover-green:hover {
    background-color: #60a917 !important;
}

.bg-hover-emerald:hover {
    background-color: #008a00 !important;
}

.bg-hover-teal:hover {
    background-color: #00aba9 !important;
}

.bg-hover-cyan:hover {
    background-color: #1ba1e2 !important;
}

.bg-hover-cobalt:hover {
    background-color: #0050ef !important;
}

.bg-hover-indigo:hover {
    background-color: #6a00ff !important;
}

.bg-hover-violet:hover {
    background-color: #a0f !important;
}

.bg-hover-pink:hover {
    background-color: #dc4fad !important;
}

.bg-hover-magenta:hover {
    background-color: #d80073 !important;
}

.bg-hover-crimson:hover {
    background-color: #a20025 !important;
}

.bg-hover-red:hover {
    background-color: #e51400 !important;
}

.bg-hover-orange:hover {
    background-color: #fa6800 !important;
}

.bg-hover-amber:hover {
    background-color: #f0a30a !important;
}

.bg-hover-yellow:hover {
    background-color: #e3c800 !important;
}

.bg-hover-brown:hover {
    background-color: #825a2c !important;
}

.bg-hover-olive:hover {
    background-color: #6d8764 !important;
}

.bg-hover-steel:hover {
    background-color: #647687 !important;
}

.bg-hover-mauve:hover {
    background-color: #76608a !important;
}

.bg-hover-taupe:hover {
    background-color: #87794e !important;
}

.bg-hover-gray:hover {
    background-color: #555 !important;
}

.bg-hover-dark:hover {
    background-color: #333 !important;
}

.bg-hover-darker:hover {
    background-color: #222 !important;
}

.bg-hover-transparent:hover {
    background-color: transparent !important;
}

.bg-hover-darkBrown:hover {
    background-color: #63362f !important;
}

.bg-hover-darkCrimson:hover {
    background-color: #640024 !important;
}

.bg-hover-darkMagenta:hover {
    background-color: #81003c !important;
}

.bg-hover-darkIndigo:hover {
    background-color: #4b0096 !important;
}

.bg-hover-darkCyan:hover {
    background-color: #1b6eae !important;
}

.bg-hover-darkCobalt:hover {
    background-color: #00356a !important;
}

.bg-hover-darkTeal:hover {
    background-color: #004050 !important;
}

.bg-hover-darkEmerald:hover {
    background-color: #003e00 !important;
}

.bg-hover-darkGreen:hover {
    background-color: #128023 !important;
}

.bg-hover-darkOrange:hover {
    background-color: #bf5a15 !important;
}

.bg-hover-darkRed:hover {
    background-color: #9a1616 !important;
}

.bg-hover-darkPink:hover {
    background-color: #9a165a !important;
}

.bg-hover-darkViolet:hover {
    background-color: #57169a !important;
}

.bg-hover-darkBlue:hover {
    background-color: #16499a !important;
}

.bg-hover-lightBlue:hover {
    background-color: #4390df !important;
}

.bg-hover-lightTeal:hover {
    background-color: #45fffd !important;
}

.bg-hover-lightOlive:hover {
    background-color: #78aa1c !important;
}

.bg-hover-lightOrange:hover {
    background-color: #c29008 !important;
}

.bg-hover-lightPink:hover {
    background-color: #f472d0 !important;
}

.bg-hover-lightRed:hover {
    background-color: #ff2d19 !important;
}

.bg-hover-lightGreen:hover {
    background-color: #7ad61d !important;
}

.bg-hover-grayDark:hover {
    background-color: #333 !important;
}

.bg-hover-grayDarker:hover {
    background-color: #222 !important;
}

.bg-hover-grayLight:hover {
    background-color: #999 !important;
}

.bg-hover-grayLighter:hover {
    background-color: #eee !important;
}

.bg-hover-blue:hover {
    background-color: #00aff0 !important;
}

.fg-hover-black:hover {
    color: #000 !important;
}

.fg-hover-white:hover {
    color: #fff !important;
}

.fg-hover-lime:hover {
    color: #a4c400 !important;
}

.fg-hover-green:hover {
    color: #60a917 !important;
}

.fg-hover-emerald:hover {
    color: #008a00 !important;
}

.fg-hover-teal:hover {
    color: #00aba9 !important;
}

.fg-hover-cyan:hover {
    color: #1ba1e2 !important;
}

.fg-hover-cobalt:hover {
    color: #0050ef !important;
}

.fg-hover-indigo:hover {
    color: #6a00ff !important;
}

.fg-hover-violet:hover {
    color: #a0f !important;
}

.fg-hover-pink:hover {
    color: #dc4fad !important;
}

.fg-hover-magenta:hover {
    color: #d80073 !important;
}

.fg-hover-crimson:hover {
    color: #a20025 !important;
}

.fg-hover-red:hover {
    color: #e51400 !important;
}

.fg-hover-orange:hover {
    color: #fa6800 !important;
}

.fg-hover-amber:hover {
    color: #f0a30a !important;
}

.fg-hover-yellow:hover {
    color: #e3c800 !important;
}

.fg-hover-brown:hover {
    color: #825a2c !important;
}

.fg-hover-olive:hover {
    color: #6d8764 !important;
}

.fg-hover-steel:hover {
    color: #647687 !important;
}

.fg-hover-mauve:hover {
    color: #76608a !important;
}

.fg-hover-taupe:hover {
    color: #87794e !important;
}

.fg-hover-gray:hover {
    color: #555 !important;
}

.fg-hover-dark:hover {
    color: #333 !important;
}

.fg-hover-darker:hover {
    color: #222 !important;
}

.fg-hover-transparent:hover {
    color: transparent !important;
}

.fg-hover-darkBrown:hover {
    color: #63362f !important;
}

.fg-hover-darkCrimson:hover {
    color: #640024 !important;
}

.fg-hover-darkMagenta:hover {
    color: #81003c !important;
}

.fg-hover-darkIndigo:hover {
    color: #4b0096 !important;
}

.fg-hover-darkCyan:hover {
    color: #1b6eae !important;
}

.fg-hover-darkCobalt:hover {
    color: #00356a !important;
}

.fg-hover-darkTeal:hover {
    color: #004050 !important;
}

.fg-hover-darkEmerald:hover {
    color: #003e00 !important;
}

.fg-hover-darkGreen:hover {
    color: #128023 !important;
}

.fg-hover-darkOrange:hover {
    color: #bf5a15 !important;
}

.fg-hover-darkRed:hover {
    color: #9a1616 !important;
}

.fg-hover-darkPink:hover {
    color: #9a165a !important;
}

.fg-hover-darkViolet:hover {
    color: #57169a !important;
}

.fg-hover-darkBlue:hover {
    color: #16499a !important;
}

.fg-hover-lightBlue:hover {
    color: #4390df !important;
}

.fg-hover-lightTeal:hover {
    color: #45fffd !important;
}

.fg-hover-lightOlive:hover {
    color: #78aa1c !important;
}

.fg-hover-lightOrange:hover {
    color: #c29008 !important;
}

.fg-hover-lightPink:hover {
    color: #f472d0 !important;
}

.fg-hover-lightRed:hover {
    color: #ff2d19 !important;
}

.fg-hover-lightGreen:hover {
    color: #7ad61d !important;
}

.fg-hover-grayDark:hover {
    color: #333 !important;
}

.fg-hover-grayDarker:hover {
    color: #222 !important;
}

.fg-hover-grayLight:hover {
    color: #999 !important;
}

.fg-hover-grayLighter:hover {
    color: #eee !important;
}

.fg-hover-blue:hover {
    color: #00aff0 !important;
}

.bg-active-black:active {
    background-color: #000 !important;
}

.bg-active-white:active {
    background-color: #fff !important;
}

.bg-active-lime:active {
    background-color: #a4c400 !important;
}

.bg-active-green:active {
    background-color: #60a917 !important;
}

.bg-active-emerald:active {
    background-color: #008a00 !important;
}

.bg-active-teal:active {
    background-color: #00aba9 !important;
}

.bg-active-cyan:active {
    background-color: #1ba1e2 !important;
}

.bg-active-cobalt:active {
    background-color: #0050ef !important;
}

.bg-active-indigo:active {
    background-color: #6a00ff !important;
}

.bg-active-violet:active {
    background-color: #a0f !important;
}

.bg-active-pink:active {
    background-color: #dc4fad !important;
}

.bg-active-magenta:active {
    background-color: #d80073 !important;
}

.bg-active-crimson:active {
    background-color: #a20025 !important;
}

.bg-active-red:active {
    background-color: #e51400 !important;
}

.bg-active-orange:active {
    background-color: #fa6800 !important;
}

.bg-active-amber:active {
    background-color: #f0a30a !important;
}

.bg-active-yellow:active {
    background-color: #e3c800 !important;
}

.bg-active-brown:active {
    background-color: #825a2c !important;
}

.bg-active-olive:active {
    background-color: #6d8764 !important;
}

.bg-active-steel:active {
    background-color: #647687 !important;
}

.bg-active-mauve:active {
    background-color: #76608a !important;
}

.bg-active-taupe:active {
    background-color: #87794e !important;
}

.bg-active-gray:active {
    background-color: #555 !important;
}

.bg-active-dark:active {
    background-color: #333 !important;
}

.bg-active-darker:active {
    background-color: #222 !important;
}

.bg-active-transparent:active {
    background-color: transparent !important;
}

.bg-active-darkBrown:active {
    background-color: #63362f !important;
}

.bg-active-darkCrimson:active {
    background-color: #640024 !important;
}

.bg-active-darkMagenta:active {
    background-color: #81003c !important;
}

.bg-active-darkIndigo:active {
    background-color: #4b0096 !important;
}

.bg-active-darkCyan:active {
    background-color: #1b6eae !important;
}

.bg-active-darkCobalt:active {
    background-color: #00356a !important;
}

.bg-active-darkTeal:active {
    background-color: #004050 !important;
}

.bg-active-darkEmerald:active {
    background-color: #003e00 !important;
}

.bg-active-darkGreen:active {
    background-color: #128023 !important;
}

.bg-active-darkOrange:active {
    background-color: #bf5a15 !important;
}

.bg-active-darkRed:active {
    background-color: #9a1616 !important;
}

.bg-active-darkPink:active {
    background-color: #9a165a !important;
}

.bg-active-darkViolet:active {
    background-color: #57169a !important;
}

.bg-active-darkBlue:active {
    background-color: #16499a !important;
}

.bg-active-lightBlue:active {
    background-color: #4390df !important;
}

.bg-active-lightTeal:active {
    background-color: #45fffd !important;
}

.bg-active-lightOlive:active {
    background-color: #78aa1c !important;
}

.bg-active-lightOrange:active {
    background-color: #c29008 !important;
}

.bg-active-lightPink:active {
    background-color: #f472d0 !important;
}

.bg-active-lightRed:active {
    background-color: #ff2d19 !important;
}

.bg-active-lightGreen:active {
    background-color: #7ad61d !important;
}

.bg-active-grayDark:active {
    background-color: #333 !important;
}

.bg-active-grayDarker:active {
    background-color: #222 !important;
}

.bg-active-grayLight:active {
    background-color: #999 !important;
}

.bg-active-grayLighter:active {
    background-color: #eee !important;
}

.bg-active-blue:active {
    background-color: #00aff0 !important;
}

.fg-active-black:active {
    color: #000 !important;
}

.fg-active-white:active {
    color: #fff !important;
}

.fg-active-lime:active {
    color: #a4c400 !important;
}

.fg-active-green:active {
    color: #60a917 !important;
}

.fg-active-emerald:active {
    color: #008a00 !important;
}

.fg-active-teal:active {
    color: #00aba9 !important;
}

.fg-active-cyan:active {
    color: #1ba1e2 !important;
}

.fg-active-cobalt:active {
    color: #0050ef !important;
}

.fg-active-indigo:active {
    color: #6a00ff !important;
}

.fg-active-violet:active {
    color: #a0f !important;
}

.fg-active-pink:active {
    color: #dc4fad !important;
}

.fg-active-magenta:active {
    color: #d80073 !important;
}

.fg-active-crimson:active {
    color: #a20025 !important;
}

.fg-active-red:active {
    color: #e51400 !important;
}

.fg-active-orange:active {
    color: #fa6800 !important;
}

.fg-active-amber:active {
    color: #f0a30a !important;
}

.fg-active-yellow:active {
    color: #e3c800 !important;
}

.fg-active-brown:active {
    color: #825a2c !important;
}

.fg-active-olive:active {
    color: #6d8764 !important;
}

.fg-active-steel:active {
    color: #647687 !important;
}

.fg-active-mauve:active {
    color: #76608a !important;
}

.fg-active-taupe:active {
    color: #87794e !important;
}

.fg-active-gray:active {
    color: #555 !important;
}

.fg-active-dark:active {
    color: #333 !important;
}

.fg-active-darker:active {
    color: #222 !important;
}

.fg-active-transparent:active {
    color: transparent !important;
}

.fg-active-darkBrown:active {
    color: #63362f !important;
}

.fg-active-darkCrimson:active {
    color: #640024 !important;
}

.fg-active-darkMagenta:active {
    color: #81003c !important;
}

.fg-active-darkIndigo:active {
    color: #4b0096 !important;
}

.fg-active-darkCyan:active {
    color: #1b6eae !important;
}

.fg-active-darkCobalt:active {
    color: #00356a !important;
}

.fg-active-darkTeal:active {
    color: #004050 !important;
}

.fg-active-darkEmerald:active {
    color: #003e00 !important;
}

.fg-active-darkGreen:active {
    color: #128023 !important;
}

.fg-active-darkOrange:active {
    color: #bf5a15 !important;
}

.fg-active-darkRed:active {
    color: #9a1616 !important;
}

.fg-active-darkPink:active {
    color: #9a165a !important;
}

.fg-active-darkViolet:active {
    color: #57169a !important;
}

.fg-active-darkBlue:active {
    color: #16499a !important;
}

.fg-active-lightBlue:active {
    color: #4390df !important;
}

.fg-active-lightTeal:active {
    color: #45fffd !important;
}

.fg-active-lightOlive:active {
    color: #78aa1c !important;
}

.fg-active-lightOrange:active {
    color: #c29008 !important;
}

.fg-active-lightPink:active {
    color: #f472d0 !important;
}

.fg-active-lightRed:active {
    color: #ff2d19 !important;
}

.fg-active-lightGreen:active {
    color: #7ad61d !important;
}

.fg-active-grayDark:active {
    color: #333 !important;
}

.fg-active-grayDarker:active {
    color: #222 !important;
}

.fg-active-grayLight:active {
    color: #999 !important;
}

.fg-active-grayLighter:active {
    color: #eee !important;
}

.fg-active-blue:active {
    color: #00aff0 !important;
}

.bg-focus-black:focus {
    background-color: #000 !important;
}

.bg-focus-white:focus {
    background-color: #fff !important;
}

.bg-focus-lime:focus {
    background-color: #a4c400 !important;
}

.bg-focus-green:focus {
    background-color: #60a917 !important;
}

.bg-focus-emerald:focus {
    background-color: #008a00 !important;
}

.bg-focus-teal:focus {
    background-color: #00aba9 !important;
}

.bg-focus-cyan:focus {
    background-color: #1ba1e2 !important;
}

.bg-focus-cobalt:focus {
    background-color: #0050ef !important;
}

.bg-focus-indigo:focus {
    background-color: #6a00ff !important;
}

.bg-focus-violet:focus {
    background-color: #a0f !important;
}

.bg-focus-pink:focus {
    background-color: #dc4fad !important;
}

.bg-focus-magenta:focus {
    background-color: #d80073 !important;
}

.bg-focus-crimson:focus {
    background-color: #a20025 !important;
}

.bg-focus-red:focus {
    background-color: #e51400 !important;
}

.bg-focus-orange:focus {
    background-color: #fa6800 !important;
}

.bg-focus-amber:focus {
    background-color: #f0a30a !important;
}

.bg-focus-yellow:focus {
    background-color: #e3c800 !important;
}

.bg-focus-brown:focus {
    background-color: #825a2c !important;
}

.bg-focus-olive:focus {
    background-color: #6d8764 !important;
}

.bg-focus-steel:focus {
    background-color: #647687 !important;
}

.bg-focus-mauve:focus {
    background-color: #76608a !important;
}

.bg-focus-taupe:focus {
    background-color: #87794e !important;
}

.bg-focus-gray:focus {
    background-color: #555 !important;
}

.bg-focus-dark:focus {
    background-color: #333 !important;
}

.bg-focus-darker:focus {
    background-color: #222 !important;
}

.bg-focus-transparent:focus {
    background-color: transparent !important;
}

.bg-focus-darkBrown:focus {
    background-color: #63362f !important;
}

.bg-focus-darkCrimson:focus {
    background-color: #640024 !important;
}

.bg-focus-darkMagenta:focus {
    background-color: #81003c !important;
}

.bg-focus-darkIndigo:focus {
    background-color: #4b0096 !important;
}

.bg-focus-darkCyan:focus {
    background-color: #1b6eae !important;
}

.bg-focus-darkCobalt:focus {
    background-color: #00356a !important;
}

.bg-focus-darkTeal:focus {
    background-color: #004050 !important;
}

.bg-focus-darkEmerald:focus {
    background-color: #003e00 !important;
}

.bg-focus-darkGreen:focus {
    background-color: #128023 !important;
}

.bg-focus-darkOrange:focus {
    background-color: #bf5a15 !important;
}

.bg-focus-darkRed:focus {
    background-color: #9a1616 !important;
}

.bg-focus-darkPink:focus {
    background-color: #9a165a !important;
}

.bg-focus-darkViolet:focus {
    background-color: #57169a !important;
}

.bg-focus-darkBlue:focus {
    background-color: #16499a !important;
}

.bg-focus-lightBlue:focus {
    background-color: #4390df !important;
}

.bg-focus-lightTeal:focus {
    background-color: #45fffd !important;
}

.bg-focus-lightOlive:focus {
    background-color: #78aa1c !important;
}

.bg-focus-lightOrange:focus {
    background-color: #c29008 !important;
}

.bg-focus-lightPink:focus {
    background-color: #f472d0 !important;
}

.bg-focus-lightRed:focus {
    background-color: #ff2d19 !important;
}

.bg-focus-lightGreen:focus {
    background-color: #7ad61d !important;
}

.bg-focus-grayDark:focus {
    background-color: #333 !important;
}

.bg-focus-grayDarker:focus {
    background-color: #222 !important;
}

.bg-focus-grayLight:focus {
    background-color: #999 !important;
}

.bg-focus-grayLighter:focus {
    background-color: #eee !important;
}

.bg-focus-blue:focus {
    background-color: #00aff0 !important;
}

.fg-focus-black:focus {
    color: #000 !important;
}

.fg-focus-white:focus {
    color: #fff !important;
}

.fg-focus-lime:focus {
    color: #a4c400 !important;
}

.fg-focus-green:focus {
    color: #60a917 !important;
}

.fg-focus-emerald:focus {
    color: #008a00 !important;
}

.fg-focus-teal:focus {
    color: #00aba9 !important;
}

.fg-focus-cyan:focus {
    color: #1ba1e2 !important;
}

.fg-focus-cobalt:focus {
    color: #0050ef !important;
}

.fg-focus-indigo:focus {
    color: #6a00ff !important;
}

.fg-focus-violet:focus {
    color: #a0f !important;
}

.fg-focus-pink:focus {
    color: #dc4fad !important;
}

.fg-focus-magenta:focus {
    color: #d80073 !important;
}

.fg-focus-crimson:focus {
    color: #a20025 !important;
}

.fg-focus-red:focus {
    color: #e51400 !important;
}

.fg-focus-orange:focus {
    color: #fa6800 !important;
}

.fg-focus-amber:focus {
    color: #f0a30a !important;
}

.fg-focus-yellow:focus {
    color: #e3c800 !important;
}

.fg-focus-brown:focus {
    color: #825a2c !important;
}

.fg-focus-olive:focus {
    color: #6d8764 !important;
}

.fg-focus-steel:focus {
    color: #647687 !important;
}

.fg-focus-mauve:focus {
    color: #76608a !important;
}

.fg-focus-taupe:focus {
    color: #87794e !important;
}

.fg-focus-gray:focus {
    color: #555 !important;
}

.fg-focus-dark:focus {
    color: #333 !important;
}

.fg-focus-darker:focus {
    color: #222 !important;
}

.fg-focus-transparent:focus {
    color: transparent !important;
}

.fg-focus-darkBrown:focus {
    color: #63362f !important;
}

.fg-focus-darkCrimson:focus {
    color: #640024 !important;
}

.fg-focus-darkMagenta:focus {
    color: #81003c !important;
}

.fg-focus-darkIndigo:focus {
    color: #4b0096 !important;
}

.fg-focus-darkCyan:focus {
    color: #1b6eae !important;
}

.fg-focus-darkCobalt:focus {
    color: #00356a !important;
}

.fg-focus-darkTeal:focus {
    color: #004050 !important;
}

.fg-focus-darkEmerald:focus {
    color: #003e00 !important;
}

.fg-focus-darkGreen:focus {
    color: #128023 !important;
}

.fg-focus-darkOrange:focus {
    color: #bf5a15 !important;
}

.fg-focus-darkRed:focus {
    color: #9a1616 !important;
}

.fg-focus-darkPink:focus {
    color: #9a165a !important;
}

.fg-focus-darkViolet:focus {
    color: #57169a !important;
}

.fg-focus-darkBlue:focus {
    color: #16499a !important;
}

.fg-focus-lightBlue:focus {
    color: #4390df !important;
}

.fg-focus-lightTeal:focus {
    color: #45fffd !important;
}

.fg-focus-lightOlive:focus {
    color: #78aa1c !important;
}

.fg-focus-lightOrange:focus {
    color: #c29008 !important;
}

.fg-focus-lightPink:focus {
    color: #f472d0 !important;
}

.fg-focus-lightRed:focus {
    color: #ff2d19 !important;
}

.fg-focus-lightGreen:focus {
    color: #7ad61d !important;
}

.fg-focus-grayDark:focus {
    color: #333 !important;
}

.fg-focus-grayDarker:focus {
    color: #222 !important;
}

.fg-focus-grayLight:focus {
    color: #999 !important;
}

.fg-focus-grayLighter:focus {
    color: #eee !important;
}

.fg-focus-blue:focus {
    color: #00aff0 !important;
}

.ribbed-black {
    background-color: #000 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-white {
    background-color: #fff !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-lime {
    background-color: #a4c400 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-green {
    background-color: #60a917 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-emerald {
    background-color: #008a00 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-teal {
    background-color: #00aba9 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-cyan {
    background-color: #1ba1e2 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-cobalt {
    background-color: #0050ef !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-indigo {
    background-color: #6a00ff !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-violet {
    background-color: #a0f !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-pink {
    background-color: #dc4fad !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-magenta {
    background-color: #d80073 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-crimson {
    background-color: #a20025 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-red {
    background-color: #e51400 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-orange {
    background-color: #fa6800 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-amber {
    background-color: #f0a30a !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-yellow {
    background-color: #e3c800 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-brown {
    background-color: #825a2c !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-olive {
    background-color: #6d8764 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-steel {
    background-color: #647687 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-mauve {
    background-color: #76608a !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-taupe {
    background-color: #87794e !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-dark {
    background-color: #1d1d1d !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkBrown {
    background-color: #63362f !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkCrimson {
    background-color: #640024 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkMagenta {
    background-color: #81003c !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkIndigo {
    background-color: #4b0096 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkCyan {
    background-color: #1b6eae !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkCobalt {
    background-color: #00356a !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkTeal {
    background-color: #004050 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkEmerald {
    background-color: #003e00 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkGreen {
    background-color: #128023 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkOrange {
    background-color: #bf5a15 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkRed {
    background-color: #9a1616 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkPink {
    background-color: #9a165a !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkViolet {
    background-color: #57169a !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-darkBlue {
    background-color: #16499a !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-lightTeal {
    background-color: #45fffd !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-lightOlive {
    background-color: #78aa1c !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-lightOrange {
    background-color: #c29008 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-lightPink {
    background-color: #f472d0 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-lightRed {
    background-color: #ff2d19 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-lightGreen {
    background-color: #7ad61d !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-grayed {
    background-color: #585858 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-grayDarker {
    background-color: #222 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-gray {
    background-color: #555 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-grayLight {
    background-color: #999 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-grayLighter {
    background-color: #eee !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.ribbed-blue {
    background-color: #00aff0 !important;
    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: -moz-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: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.panel {
    border: 1px #eaeaea solid;
}

    .panel .panel-header {
        padding: 10px;
        background-color: #eee;
        width: 100%;
        /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
        font-weight: 300;
        color: #000;
        cursor: default;
    }

    .panel .panel-content {
        width: 100%;
        height: auto;
        padding: 10px;
    }

[data-role=panel] .panel-header {
    cursor: pointer;
}

    [data-role=panel] .panel-header:after {
        font-family: iconFont;
        content: "";
        float: right;
        color: inherit;
    }

[data-role=panel].collapsed .panel-header:after {
    content: "";
}

.dataTable {
    clear: both;
}

    .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting {
        cursor: pointer;
    }

        .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting:after {
            font-family: iconFont;
            position: relative;
            /*float: right;*/
            right: 0;
            color: #FFF;
        }

        .dataTable thead .sorting:after {
            content: "";
        }

        .dataTable thead .sorting_asc:after {
            content: "";
        }

        .dataTable thead .sorting_desc:after {
            content: "";
        }

        .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after {
            color: #FFF;
        }

.dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length label {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length input, .dataTables_wrapper .dataTables_filter select, .dataTables_wrapper .dataTables_length select {
    border: 1px #d9d9d9 solid;
    width: auto;
    height: 100%;
    padding: 5px;
    z-index: 1;
    position: relative;
}

    .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length input:focus, .dataTables_wrapper .dataTables_filter select:focus, .dataTables_wrapper .dataTables_length select:focus {
        outline: 0;
        border-color: #919191;
    }

.dataTables_wrapper .dataTables_length {
    float: left;
}

    .dataTables_wrapper .dataTables_length select {
        margin: 0 5px;
    }

.dataTables_wrapper .dataTables_filter {
    float: right;
}

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 5px;
    }

.dataTables_wrapper .dataTables_paginate {
    text-align: right;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 4px 12px;
        text-align: center;
        vertical-align: middle !important;
        background-color: #d9d9d9;
        border: 1px transparent solid;
        color: #222;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        outline: none;
        /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
        font-size: 14px;
        line-height: 16px;
        margin-right: 1px;
    }
.ellipsis {
    padding: 4px 2px;
    text-align: center;
    vertical-align: middle !important;
    border: 1px transparent solid;
    color: #222;
    border-radius: 0;
    display: inline-block;
    outline: none;
    user-select: none;
    /*font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;*/
    line-height: 16px;
    margin-right: 1px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.default {
    background-color: #008287;
    color: #fff;
}

        .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
            outline: 0;
            border: 1px #353535 dotted;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
            background-color: #eaeaea !important;
            color: #bebebe !important;
            cursor: not-allowed !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button * {
            color: inherit;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button *:hover {
                color: inherit;
            }

        .dataTables_wrapper .dataTables_paginate .paginate_button.primary {
            background-color: #16499a !important;
            color: #fff !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.info {
            background-color: #4390df !important;
            color: #fff !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.success {
            background-color: #60a917 !important;
            color: #fff !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.warning {
            background-color: #fa6800 !important;
            color: #fff !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.danger {
            background-color: #9a1616 !important;
            color: #fff !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.inverse {
            background-color: #1d1d1d !important;
            color: #fff !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.link {
            background-color: transparent !important;
            color: #2e92cf !important;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.link:hover {
                text-decoration: underline;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.link:disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.link.disabled {
                background-color: transparent !important;
                color: #bebebe !important;
                cursor: not-allowed !important;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.link [class*="icon-"] {
                text-decoration: none !important;
            }

        .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            background-color: #1d1d1d !important;
            color: #fff !important;
            border-color: transparent;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.large {
            padding: 11px 19px;
            font-size: 17.5px;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.small {
            padding: 2px 10px;
            font-size: 11.9px;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.mini {
            padding: 0 6px;
            font-size: 10.5px;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background-color: #4390df;
            color: #fff;
        }

.dataTables_wrapper .dataTables_info {
    float: left;
}

.dataTables_wrapper .dataTables_scrollHeadInner table {
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -100px;
    margin-top: 0em;
    width: 200px;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.3),0 3px 8px rgba(0,0,0,.2);
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}


.customInputNumber {

    height:32px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    padding-left: 5px;
}


.customInputNumber:focus {
    
    border-color: #7c7c7c;
    outline:none;
}