﻿@charset "UTF-8";
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background: 0 0
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
textarea {
    resize: none;
}
button {
    overflow: visible
}

button, select {
    text-transform: none;
    cursor:pointer;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.d-flex{
    display: flex
}

.align-items-center{
    align-items: center
}

@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) ")"
    }

    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
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #d22238;
    text-decoration: none
}

    a:hover, a:focus {
        color: #bc152a;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #999
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style:none;
    padding-left:0;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #999
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014'
        }

    blockquote:before, blockquote:after {
        content: ""
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: none;
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #d22238;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1
    }

textarea.form-control {
    height: auto;
    padding:5px
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: 400;
        cursor: pointer
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        float: left;
        margin-left: -18px
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px
    }
input[type=checkbox].tb-checkbox {
    margin-top: 12px;
    float: left;
    margin-right: -13px;
    margin-left: 3px;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

    input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center
    }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #bc152a;
        border-color: #d22238
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #d22238;
        border-color: #bc152a
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #d22238;
    border-color: #d22238;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #d22238;
        border-color: #d22238
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

/*可共用btn*/
.btn-new {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 35px;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px #ccc;
    -moz-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
    padding: 0px 20px;
    cursor: pointer;
}

.btn-new:hover:enabled {
    opacity: 0.5;
}

.btn-new[disabled]{
    color: white;
    border: solid 1px #ddd;
    background-color: #ddd;
    border-color: #ddd;
}


.btn-orange {
    color: white;
    border: solid 1px #E85405;
    background-color: #E85405;
    border-color: #E85405;
}

.btn-white {
    color: #999999;
    border: solid 1px #999999;
    border-color: #999999;
    background-color: white;
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

.btn-display-end{
    display: flex;
    justify-content: end;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/fonts/glyphicons/glyphicons-halflings-regular.eot);
    src: url(/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/glyphicons/glyphicons-halflings-regular.woff) format("woff"),url(/fonts/glyphicons/glyphicons-halflings-regular.ttf) format("truetype"),url(/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a, .dropdown-menu > li > form > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a,
        .nav > li.tab-item > span.tab-text {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #999
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a,
        .nav-tabs > li > span {
            border: 1px solid transparent;
            font-size: 16px;
            font-weight: bold;
            margin-right: 0px;
            line-height: 1.428571429;
            border-top: none;
            border-right: none;
            border-left: none;
            border-bottom: none;
            border-radius: 0px 0px 0 0;
            margin: 0;
            color: #666;
            -webkit-transition: All 0.4s ease;
            -moz-transition: All 0.4s ease;
            -o-transition: All 0.4s ease;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > span {
            color: #555;
            background-color: #fff;
            border: none;
            cursor:pointer
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        z-index:999;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #999
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #999
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc
        }

    .breadcrumb > .active {
        color: #999
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #d22238;
        border-color: #bc152a;
        cursor: default
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 5px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable {
    padding-right: 35px
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }
.first-in.alert-warning {
    color: #5b5b5b;
    background-color: #ffffff;
    border-color: #e7e7e7;
}
.first-in.alert-warning a{
    color: #5b5b5b;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

    .media, .media .media {
        margin-top: 15px
    }

        .media:first-child {
            margin-top: 0
        }

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge {
        float: right
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px
        }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-80 {
        width: 80% !important;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 360px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1150px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block
    }

    .carousel-inner > .active {
        left: 0
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner > .next {
        left: 100%
    }

    .carousel-inner > .prev {
        left: -100%
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0
        }

    .carousel-inner > .active.left {
        left: -100%
    }

    .carousel-inner > .active.right {
        left: 100%
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));
        background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));
        background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3");
    src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"),url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"),url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"),url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.8571428571428572em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-asc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-desc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-mail-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    opacity: 0;
    pointer-events: none
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}

.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s linear all !important;
    -moz-transition: 0.1s linear all !important;
    -ms-transition: 0.1s linear all !important;
    -o-transition: 0.1s linear all !important;
    transition: 0.1s linear all !important
}

.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: 14px
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
    right: 4px
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px
}

    .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
        padding-right: 40px
    }

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 14px
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
    left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px
}

    .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
        padding-left: 40px
    }

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: -16px
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px
}

    .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
        opacity: 1;
        top: 14px;
        margin-top: 0
    }

    .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
        padding-top: 32px
    }

        .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
            top: 4px
        }

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: -16px
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px
}

    .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
        padding-bottom: 32px
    }

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: -16px
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: -16px
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    margin-top: 1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    margin-top: -2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5)
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2)
}

.ladda-button[data-style=contract] {
    overflow: hidden;
    width: 100px
}

    .ladda-button[data-style=contract][data-loading] {
        border-radius: 50%;
        width: 52px
    }

.ladda-button[data-style=contract-overlay] {
    overflow: hidden;
    width: 100px;
    box-shadow: 0 0 0 3000px rgba(0,0,0,0)
}

    .ladda-button[data-style=contract-overlay][data-loading] {
        border-radius: 50%;
        width: 52px;
        box-shadow: 0 0 0 3000px rgba(0,0,0,0.8)
    }

.ladda-button, .ladda-button[data-style=slide-left] .ladda-label, .ladda-button[data-style=slide-right] .ladda-label, .ladda-button[data-style=slide-up] .ladda-label, .ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}

    .ladda-button[data-style=expand-right][data-loading] .ladda-spinner, .ladda-button[data-style=expand-left][data-loading] .ladda-spinner, .ladda-button[data-style=expand-down][data-loading] .ladda-spinner, .ladda-button[data-style=contract][data-loading] .ladda-spinner, .ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
        opacity: 1
    }

    .ladda-button[data-style=expand-up], .ladda-button[data-style=expand-down], .ladda-button[data-style=slide-left], .ladda-button[data-style=slide-right], .ladda-button[data-style=slide-up], .ladda-button[data-style=slide-down], .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-in] {
        overflow: hidden
    }

        .ladda-button[data-style=slide-left][data-loading] .ladda-spinner, .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
            opacity: 1;
            left: 50%
        }

        .ladda-button[data-style=slide-up][data-loading] .ladda-spinner, .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
            opacity: 1;
            margin-top: -16px
        }

        .ladda-button[data-style=zoom-out] .ladda-label, .ladda-button[data-style=zoom-in] .ladda-label {
            position: relative;
            display: inline-block
        }

        .ladda-button[data-style=zoom-out][data-loading] .ladda-spinner, .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none
        }

    .ladda-button[data-style=contract] .ladda-spinner, .ladda-button[data-style=contract-overlay] .ladda-spinner {
        left: 50%;
        margin-left: -16px
    }

    .ladda-button[data-style=contract][data-loading] .ladda-label, .ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
        opacity: 0
    }

    .ladda-button .ladda-spinner {
        position: absolute;
        z-index: 2;
        display: inline-block;
        width: 32px;
        height: 32px;
        top: 50%;
        margin-top: -16px;
        opacity: 0;
        pointer-events: none
    }

    .ladda-button .ladda-label {
        position: relative;
        z-index: 3
    }

    .ladda-button .ladda-progress {
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.2);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.1s linear all !important;
        -moz-transition: 0.1s linear all !important;
        -ms-transition: 0.1s linear all !important;
        -o-transition: 0.1s linear all !important;
        transition: 0.1s linear all !important
    }

    .ladda-button[data-loading] .ladda-progress {
        opacity: 1;
        visibility: visible
    }

    .ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
        -webkit-transition: 0.3s ease all !important;
        -moz-transition: 0.3s ease all !important;
        -ms-transition: 0.3s ease all !important;
        -o-transition: 0.3s ease all !important;
        transition: 0.3s ease all !important
    }

    .ladda-button[data-style=expand-right] .ladda-spinner {
        right: 14px
    }

    .ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
        right: 4px
    }

    .ladda-button[data-style=expand-right][data-loading] {
        padding-right: 56px
    }

        .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
            padding-right: 40px
        }

    .ladda-button[data-style=expand-left] .ladda-spinner {
        left: 14px
    }

    .ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
        left: 4px
    }

    .ladda-button[data-style=expand-left][data-loading] {
        padding-left: 56px
    }

        .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
            padding-left: 40px
        }

    .ladda-button[data-style=expand-up] .ladda-spinner {
        top: -32px;
        left: 50%;
        margin-left: -16px
    }

    .ladda-button[data-style=expand-up][data-loading] {
        padding-top: 54px
    }

        .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
            opacity: 1;
            top: 14px;
            margin-top: 0
        }

        .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
            padding-top: 32px
        }

            .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
                top: 4px
            }

    .ladda-button[data-style=expand-down] .ladda-spinner {
        top: 62px;
        left: 50%;
        margin-left: -16px
    }

    .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
        top: 40px
    }

    .ladda-button[data-style=expand-down][data-loading] {
        padding-bottom: 54px
    }

        .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
            padding-bottom: 32px
        }

    .ladda-button[data-style=slide-left] .ladda-spinner {
        left: 100%;
        margin-left: -16px
    }

    .ladda-button[data-style=slide-left][data-loading] .ladda-label {
        opacity: 0;
        left: -100%
    }

    .ladda-button[data-style=slide-right] .ladda-spinner {
        right: 100%;
        margin-left: -16px
    }

    .ladda-button[data-style=slide-right][data-loading] .ladda-label {
        opacity: 0;
        left: 100%
    }

    .ladda-button[data-style=slide-up] .ladda-spinner {
        left: 50%;
        margin-left: -16px;
        margin-top: 1em
    }

    .ladda-button[data-style=slide-up][data-loading] .ladda-label {
        opacity: 0;
        top: -1em
    }

    .ladda-button[data-style=slide-down] .ladda-spinner {
        left: 50%;
        margin-left: -16px;
        margin-top: -2em
    }

    .ladda-button[data-style=slide-down][data-loading] .ladda-label {
        opacity: 0;
        top: 1em
    }

    .ladda-button[data-style=zoom-out] .ladda-spinner {
        left: 50%;
        margin-left: -16px;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5)
    }

    .ladda-button[data-style=zoom-out][data-loading] .ladda-label {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }

    .ladda-button[data-style=zoom-in] .ladda-spinner {
        left: 50%;
        margin-left: -16px;
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2)
    }

    .ladda-button[data-style=zoom-in][data-loading] .ladda-label {
        opacity: 0;
        -webkit-transform: scale(2.2);
        -moz-transform: scale(2.2);
        -ms-transform: scale(2.2);
        -o-transform: scale(2.2);
        transform: scale(2.2)
    }

    .ladda-button[data-style=contract] {
        overflow: hidden;
        width: 100px
    }

        .ladda-button[data-style=contract][data-loading] {
            border-radius: 50%;
            width: 52px
        }

    .ladda-button[data-style=contract-overlay] {
        overflow: hidden;
        width: 100px;
        box-shadow: 0 0 0 3000px rgba(0,0,0,0)
    }

        .ladda-button[data-style=contract-overlay][data-loading] {
            border-radius: 50%;
            width: 52px;
            box-shadow: 0 0 0 3000px rgba(0,0,0,0.8)
        }

    .ladda-button, .ladda-button[data-style=slide-left] .ladda-label, .ladda-button[data-style=slide-right] .ladda-label, .ladda-button[data-style=slide-up] .ladda-label, .ladda-button[data-style=slide-down] .ladda-label {
        position: relative
    }

        .ladda-button[data-style=expand-right][data-loading] .ladda-spinner, .ladda-button[data-style=expand-left][data-loading] .ladda-spinner, .ladda-button[data-style=expand-down][data-loading] .ladda-spinner, .ladda-button[data-style=contract][data-loading] .ladda-spinner, .ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
            opacity: 1
        }

        .ladda-button[data-style=expand-up], .ladda-button[data-style=expand-down], .ladda-button[data-style=slide-left], .ladda-button[data-style=slide-right], .ladda-button[data-style=slide-up], .ladda-button[data-style=slide-down], .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-in] {
            overflow: hidden
        }

            .ladda-button[data-style=slide-left][data-loading] .ladda-spinner, .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
                opacity: 1;
                left: 50%
            }

            .ladda-button[data-style=slide-up][data-loading] .ladda-spinner, .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
                opacity: 1;
                margin-top: -16px
            }

            .ladda-button[data-style=zoom-out] .ladda-label, .ladda-button[data-style=zoom-in] .ladda-label {
                position: relative;
                display: inline-block
            }

            .ladda-button[data-style=zoom-out][data-loading] .ladda-spinner, .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
                opacity: 1;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none
            }

        .ladda-button[data-style=contract] .ladda-spinner, .ladda-button[data-style=contract-overlay] .ladda-spinner {
            left: 50%;
            margin-left: -16px
        }

        .ladda-button[data-style=contract][data-loading] .ladda-label, .ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
            opacity: 0
        }

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: black
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre {
    padding: 0 4px
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
    background-color: white
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: black
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid black;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-animate-fat-cursor {
    width: auto;
    border: 0;
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7
}

@-moz-keyframes blink {
    50% {
        background-color: transparent
    }
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    position: absolute
}

.cm-s-default .cm-header {
    color: blue
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header, .cm-strong {
    font-weight: bold
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta {
    color: #555
}

.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-s-default .cm-error {
    color: #f00
}

.cm-invalidchar {
    color: #f00
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22
}

.CodeMirror-matchingtag {
    background: rgba(255,150,0,0.3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: white
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: none;
    position: relative
}

.CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent
}

.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -30px;
    *zoom: 1;
    *display: inline
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent
}

.CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    overflow: auto
}

.CodeMirror-code {
    outline: none
}

.CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background: #ffa;
    background: rgba(255,255,0,0.4)
}

.CodeMirror span {
    *vertical-align: text-bottom
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ''
}

span.CodeMirror-selectedtext {
    background: none
}

.CodeMirror-hints {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 2px;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid silver;
    background: white;
    font-size: 90%;
    font-family: monospace;
    max-height: 20em;
    overflow-y: auto
}

.CodeMirror-hint {
    margin: 0;
    padding: 0 4px;
    border-radius: 2px;
    max-width: 19em;
    overflow: hidden;
    white-space: pre;
    color: black;
    cursor: pointer
}

li.CodeMirror-hint-active {
    background: #08f;
    color: white
}

.cm-s-monokai.CodeMirror {
    background: #272822;
    color: #f8f8f2
}

.cm-s-monokai div.CodeMirror-selected {
    background: #49483E
}

.cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selection {
    background: rgba(73,72,62,0.99)
}

.cm-s-monokai .CodeMirror-line::-moz-selection, .cm-s-monokai .CodeMirror-line > span::-moz-selection, .cm-s-monokai .CodeMirror-line > span > span::-moz-selection {
    background: rgba(73,72,62,0.99)
}

.cm-s-monokai .CodeMirror-gutters {
    background: #272822;
    border-right: 0px
}

.cm-s-monokai .CodeMirror-guttermarker {
    color: white
}

.cm-s-monokai .CodeMirror-guttermarker-subtle {
    color: #d0d0d0
}

.cm-s-monokai .CodeMirror-linenumber {
    color: #d0d0d0
}

.cm-s-monokai .CodeMirror-cursor {
    border-left: 1px solid #f8f8f0
}

.cm-s-monokai span.cm-comment {
    color: #75715e
}

.cm-s-monokai span.cm-atom {
    color: #ae81ff
}

.cm-s-monokai span.cm-number {
    color: #ae81ff
}

.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute {
    color: #a6e22e
}

.cm-s-monokai span.cm-keyword {
    color: #f92672
}

.cm-s-monokai span.cm-builtin {
    color: #66d9ef
}

.cm-s-monokai span.cm-string {
    color: #e6db74
}

.cm-s-monokai span.cm-variable {
    color: #f8f8f2
}

.cm-s-monokai span.cm-variable-2 {
    color: #9effff
}

.cm-s-monokai span.cm-variable-3 {
    color: #66d9ef
}

.cm-s-monokai span.cm-def {
    color: #fd971f
}

.cm-s-monokai span.cm-bracket {
    color: #f8f8f2
}

.cm-s-monokai span.cm-tag {
    color: #f92672
}

.cm-s-monokai span.cm-header {
    color: #ae81ff
}

.cm-s-monokai span.cm-link {
    color: #ae81ff
}

.cm-s-monokai span.cm-error {
    background: #f92672;
    color: #f8f8f0
}

.cm-s-monokai .CodeMirror-activeline-background {
    background: #373831
}

.cm-s-monokai .CodeMirror-matchingbracket {
    text-decoration: underline;
    color: white !important
}

.cm-s-eclipse span.cm-meta {
    color: #FF1717
}

.cm-s-eclipse span.cm-keyword {
    line-height: 1em;
    font-weight: bold;
    color: #7F0055
}

.cm-s-eclipse span.cm-atom {
    color: #219
}

.cm-s-eclipse span.cm-number {
    color: #164
}

.cm-s-eclipse span.cm-def {
    color: #00f
}

.cm-s-eclipse span.cm-variable {
    color: black
}

.cm-s-eclipse span.cm-variable-2 {
    color: #0000C0
}

.cm-s-eclipse span.cm-variable-3 {
    color: #0000C0
}

.cm-s-eclipse span.cm-property {
    color: black
}

.cm-s-eclipse span.cm-operator {
    color: black
}

.cm-s-eclipse span.cm-comment {
    color: #3F7F5F
}

.cm-s-eclipse span.cm-string {
    color: #2A00FF
}

.cm-s-eclipse span.cm-string-2 {
    color: #f50
}

.cm-s-eclipse span.cm-qualifier {
    color: #555
}

.cm-s-eclipse span.cm-builtin {
    color: #30a
}

.cm-s-eclipse span.cm-bracket {
    color: #cc7
}

.cm-s-eclipse span.cm-tag {
    color: #170
}

.cm-s-eclipse span.cm-attribute {
    color: #00c
}

.cm-s-eclipse span.cm-link {
    color: #219
}

.cm-s-eclipse span.cm-error {
    color: #f00
}

.cm-s-eclipse .CodeMirror-activeline-background {
    background: #e8f2ff
}

.cm-s-eclipse .CodeMirror-matchingbracket {
    outline: 1px solid grey;
    color: black !important
}

.cm-s-3024-day.CodeMirror {
    background: #f7f7f7;
    color: #3a3432
}

.cm-s-3024-day div.CodeMirror-selected {
    background: #d6d5d4
}

.cm-s-3024-day .CodeMirror-line::selection, .cm-s-3024-day .CodeMirror-line > span::selection, .cm-s-3024-day .CodeMirror-line > span > span::selection {
    background: #d6d5d4
}

.cm-s-3024-day .CodeMirror-line::-moz-selection, .cm-s-3024-day .CodeMirror-line > span::-moz-selection, .cm-s-3024-day .CodeMirror-line > span > span::selection {
    background: #d9d9d9
}

.cm-s-3024-day .CodeMirror-gutters {
    background: #f7f7f7;
    border-right: 0px
}

.cm-s-3024-day .CodeMirror-guttermarker {
    color: #db2d20
}

.cm-s-3024-day .CodeMirror-guttermarker-subtle {
    color: #807d7c
}

.cm-s-3024-day .CodeMirror-linenumber {
    color: #807d7c
}

.cm-s-3024-day .CodeMirror-cursor {
    border-left: 1px solid #5c5855
}

.cm-s-3024-day span.cm-comment {
    color: #cdab53
}

.cm-s-3024-day span.cm-atom {
    color: #a16a94
}

.cm-s-3024-day span.cm-number {
    color: #a16a94
}

.cm-s-3024-day span.cm-property, .cm-s-3024-day span.cm-attribute {
    color: #01a252
}

.cm-s-3024-day span.cm-keyword {
    color: #db2d20
}

.cm-s-3024-day span.cm-string {
    color: #fded02
}

.cm-s-3024-day span.cm-variable {
    color: #01a252
}

.cm-s-3024-day span.cm-variable-2 {
    color: #01a0e4
}

.cm-s-3024-day span.cm-def {
    color: #e8bbd0
}

.cm-s-3024-day span.cm-bracket {
    color: #3a3432
}

.cm-s-3024-day span.cm-tag {
    color: #db2d20
}

.cm-s-3024-day span.cm-link {
    color: #a16a94
}

.cm-s-3024-day span.cm-error {
    background: #db2d20;
    color: #5c5855
}

.cm-s-3024-day .CodeMirror-activeline-background {
    background: #e8f2ff
}

.cm-s-3024-day .CodeMirror-matchingbracket {
    text-decoration: underline;
    color: #a16a94 !important
}

.cm-s-base16-light.CodeMirror {
    background: #f5f5f5;
    color: #202020
}

.cm-s-base16-light div.CodeMirror-selected {
    background: #e0e0e0
}

.cm-s-base16-light .CodeMirror-line::selection, .cm-s-base16-light .CodeMirror-line > span::selection, .cm-s-base16-light .CodeMirror-line > span > span::selection {
    background: #e0e0e0
}

.cm-s-base16-light .CodeMirror-line::-moz-selection, .cm-s-base16-light .CodeMirror-line > span::-moz-selection, .cm-s-base16-light .CodeMirror-line > span > span::-moz-selection {
    background: #e0e0e0
}

.cm-s-base16-light .CodeMirror-gutters {
    background: #f5f5f5;
    border-right: 0px
}

.cm-s-base16-light .CodeMirror-guttermarker {
    color: #ac4142
}

.cm-s-base16-light .CodeMirror-guttermarker-subtle {
    color: #b0b0b0
}

.cm-s-base16-light .CodeMirror-linenumber {
    color: #b0b0b0
}

.cm-s-base16-light .CodeMirror-cursor {
    border-left: 1px solid #505050
}

.cm-s-base16-light span.cm-comment {
    color: #8f5536
}

.cm-s-base16-light span.cm-atom {
    color: #aa759f
}

.cm-s-base16-light span.cm-number {
    color: #aa759f
}

.cm-s-base16-light span.cm-property, .cm-s-base16-light span.cm-attribute {
    color: #90a959
}

.cm-s-base16-light span.cm-keyword {
    color: #ac4142
}

.cm-s-base16-light span.cm-string {
    color: #f4bf75
}

.cm-s-base16-light span.cm-variable {
    color: #90a959
}

.cm-s-base16-light span.cm-variable-2 {
    color: #6a9fb5
}

.cm-s-base16-light span.cm-def {
    color: #d28445
}

.cm-s-base16-light span.cm-bracket {
    color: #202020
}

.cm-s-base16-light span.cm-tag {
    color: #ac4142
}

.cm-s-base16-light span.cm-link {
    color: #aa759f
}

.cm-s-base16-light span.cm-error {
    background: #ac4142;
    color: #505050
}

.cm-s-base16-light .CodeMirror-activeline-background {
    background: #DDDCDC
}

.cm-s-base16-light .CodeMirror-matchingbracket {
    text-decoration: underline;
    color: white !important
}

.cke_reset {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    position: static;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none
}

.cke_reset_all, .cke_reset_all * {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    position: static;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    border-collapse: collapse;
    font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    color: #000;
    text-align: left;
    white-space: nowrap;
    cursor: auto;
    float: none
}

    .cke_reset_all .cke_rtl * {
        text-align: right
    }

    .cke_reset_all iframe {
        vertical-align: inherit
    }

    .cke_reset_all textarea {
        white-space: pre
    }

    .cke_reset_all textarea, .cke_reset_all input[type="text"], .cke_reset_all input[type="password"] {
        cursor: text
    }

        .cke_reset_all textarea[disabled], .cke_reset_all input[type="text"][disabled], .cke_reset_all input[type="password"][disabled] {
            cursor: default
        }

    .cke_reset_all fieldset {
        padding: 10px;
        border: 2px groove #e0dfe3
    }

    .cke_reset_all select {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

.cke_chrome {
    display: block;
    border: 1px solid #b6b6b6;
    padding: 0;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15)
}

.cke_inner {
    display: block;
    -webkit-touch-callout: none;
    background: #fff;
    padding: 0
}

.cke_float {
    border: 0
}

    .cke_float .cke_inner {
        padding-bottom: 0
    }

.cke_top, .cke_contents, .cke_bottom {
    display: block;
    overflow: hidden
}

.cke_top {
    border: 1px solid #0d0d0d;
    padding: 6px 8px 2px;
    white-space: normal;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
    background: #1f1f1f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#1f1f1f));
    background-image: -moz-linear-gradient(top, #333, #1f1f1f);
    background-image: -webkit-linear-gradient(top, #333, #1f1f1f);
    background-image: -o-linear-gradient(top, #333, #1f1f1f);
    background-image: -ms-linear-gradient(top, #333, #1f1f1f);
    background-image: linear-gradient(top, #333, #1f1f1f);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#333333',endColorstr='#1f1f1f')
}

.cke_float .cke_top {
    border-color: #000
}

.cke_bottom {
    padding: 6px 8px 2px;
    position: relative;
    border-top: 1px solid #bfbfbf;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: linear-gradient(top, #ebebeb, #cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')
}

.cke_browser_ios .cke_contents {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.cke_resizer {
    width: 0;
    height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 10px 10px 0 0;
    border-color: transparent #666 transparent transparent;
    border-style: dashed solid dashed dashed;
    font-size: 0;
    vertical-align: bottom;
    margin-top: 6px;
    margin-bottom: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
    box-shadow: 0 1px 0 rgba(255,255,255,0.3)
}

.cke_hc .cke_resizer {
    font-size: 15px;
    width: auto;
    height: auto;
    border-width: 0
}

.cke_resizer_ltr {
    cursor: se-resize;
    float: right;
    margin-right: -4px
}

.cke_resizer_rtl {
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #a5a5a5;
    border-style: dashed dashed dashed solid;
    cursor: sw-resize;
    float: left;
    margin-left: -4px;
    right: auto
}

.cke_wysiwyg_div {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0 8px;
    outline-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cke_panel {
    visibility: visible;
    width: 120px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    border-bottom-color: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15)
}

.cke_menu_panel {
    padding: 0;
    margin: 0
}

.cke_combopanel {
    width: 150px;
    height: 170px
}

.cke_panel_frame {
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow: auto;
    overflow-x: hidden
}

.cke_panel_container {
    overflow-y: auto;
    overflow-x: hidden
}

.cke_panel_list {
    list-style-type: none;
    margin: 3px;
    padding: 0;
    white-space: nowrap
}

.cke_panel_listItem {
    margin: 0;
    padding-bottom: 1px
}

    .cke_panel_listItem a {
        padding: 3px 4px;
        display: block;
        border: 1px solid #fff;
        color: inherit !important;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    * html .cke_panel_listItem a {
        width: 100%;
        color: #000
    }

    *:first-child + html .cke_panel_listItem a {
        color: #000
    }

    .cke_panel_listItem.cke_selected a {
        border: 1px solid #dedede;
        background-color: #f2f2f2;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
        box-shadow: 0 0 2px rgba(0,0,0,0.1) inset
    }

    .cke_panel_listItem a:hover, .cke_panel_listItem a:focus, .cke_panel_listItem a:active {
        border-color: #dedede;
        background-color: #f2f2f2;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
        box-shadow: 0 0 2px rgba(0,0,0,0.1) inset
    }

.cke_hc .cke_panel_listItem a {
    border-style: none
}

    .cke_hc .cke_panel_listItem a:hover, .cke_hc .cke_panel_listItem a:focus, .cke_hc .cke_panel_listItem a:active {
        border: 2px solid;
        padding: 1px 2px
    }

.cke_panel_grouptitle {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
    padding: 4px 6px;
    color: #f2f2f2;
    text-shadow: 0 1px 0 #000;
    border: 1px solid #0d0d0d;
    border-bottom-color: #060606;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    background: #404040;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#404040));
    background-image: -moz-linear-gradient(top, #595959, #404040);
    background-image: -webkit-linear-gradient(top, #595959, #404040);
    background-image: -o-linear-gradient(top, #595959, #404040);
    background-image: -ms-linear-gradient(top, #595959, #404040);
    background-image: linear-gradient(top, #595959, #404040);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')
}

.cke_panel_listItem p, .cke_panel_listItem h1, .cke_panel_listItem h2, .cke_panel_listItem h3, .cke_panel_listItem h4, .cke_panel_listItem h5, .cke_panel_listItem h6, .cke_panel_listItem pre {
    margin-top: 0;
    margin-bottom: 0
}

.cke_colorblock {
    padding: 3px;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif
}

    .cke_colorblock, .cke_colorblock a {
        text-decoration: none;
        color: #000
    }

span.cke_colorbox {
    width: 10px;
    height: 10px;
    border: #808080 1px solid;
    float: left
}

.cke_rtl span.cke_colorbox {
    float: right
}

a.cke_colorbox {
    border: #fff 1px solid;
    padding: 2px;
    float: left;
    width: 12px;
    height: 12px
}

.cke_rtl a.cke_colorbox {
    float: right
}

a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox {
    border: #b6b6b6 1px solid;
    background-color: #e5e5e5
}

a.cke_colorauto, a.cke_colormore {
    border: #fff 1px solid;
    padding: 2px;
    display: block;
    cursor: pointer
}

a:hover.cke_colorauto, a:hover.cke_colormore, a:focus.cke_colorauto, a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore {
    border: #b6b6b6 1px solid;
    background-color: #e5e5e5
}

.cke_toolbar {
    float: left
}

.cke_rtl .cke_toolbar {
    float: right
}

.cke_toolgroup {
    float: left;
    margin: 0 6px 5px 0;
    border: 1px solid #070707;
    border-bottom-color: #060606;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    background: #404040;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#404040));
    background-image: -moz-linear-gradient(top, #595959, #404040);
    background-image: -webkit-linear-gradient(top, #595959, #404040);
    background-image: -o-linear-gradient(top, #595959, #404040);
    background-image: -ms-linear-gradient(top, #595959, #404040);
    background-image: linear-gradient(top, #595959, #404040);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')
}

.cke_hc .cke_toolgroup {
    border: 0;
    margin-right: 10px;
    margin-bottom: 10px
}

.cke_rtl .cke_toolgroup {
    float: right;
    margin-left: 6px;
    margin-right: 0
}

a.cke_button {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    outline: 0;
    cursor: default;
    float: left;
    border: 0
}

.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.cke_ltr .cke_button:first-child, .cke_rtl .cke_button:last-child {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.cke_rtl .cke_button {
    float: right
}

.cke_hc .cke_button {
    border: 1px solid black;
    padding: 3px 5px;
    margin: -2px 4px 0 -2px
}

.cke_button_on {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.75) inset;
    box-shadow: 0 0 8px rgba(0,0,0,0.75) inset;
    background: #4c4c4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#1a1a1a));
    background-image: -moz-linear-gradient(top, #262626, #1a1a1a);
    background-image: -webkit-linear-gradient(top, #262626, #1a1a1a);
    background-image: -o-linear-gradient(top, #262626, #1a1a1a);
    background-image: -ms-linear-gradient(top, #262626, #1a1a1a);
    background-image: linear-gradient(top, #262626, #1a1a1a);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#262626',endColorstr='#1a1a1a')
}

.cke_hc .cke_button_on, .cke_hc a.cke_button_off:hover, .cke_hc a.cke_button_off:focus, .cke_hc a.cke_button_off:active, .cke_hc a.cke_button_disabled:hover, .cke_hc a.cke_button_disabled:focus, .cke_hc a.cke_button_disabled:active {
    border-width: 3px;
    padding: 1px 3px
}

.cke_button_disabled .cke_button_icon {
    opacity: .3
}

.cke_hc .cke_button_disabled {
    opacity: .5
}

a.cke_button_on:hover, a.cke_button_on:focus, a.cke_button_on:active {
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.7) inset,0 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.7) inset,0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 6px rgba(0,0,0,0.7) inset,0 1px 0 rgba(0,0,0,0.2)
}

a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active, a.cke_button_disabled:hover, a.cke_button_disabled:focus, a.cke_button_disabled:active {
    -moz-box-shadow: 0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    background: #4c4c4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#4c4c4c));
    background-image: -moz-linear-gradient(top, #666, #4c4c4c);
    background-image: -webkit-linear-gradient(top, #666, #4c4c4c);
    background-image: -o-linear-gradient(top, #666, #4c4c4c);
    background-image: -ms-linear-gradient(top, #666, #4c4c4c);
    background-image: linear-gradient(top, #666, #4c4c4c);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#666666',endColorstr='#4c4c4c')
}

.cke_button_icon {
    cursor: inherit;
    background-repeat: no-repeat;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block
}

.cke_rtl .cke_button_icon {
    float: right
}

.cke_hc .cke_button_icon {
    display: none
}

.cke_button_label {
    display: none;
    padding-left: 3px;
    margin-top: 1px;
    line-height: 17px;
    vertical-align: middle;
    float: left;
    cursor: default;
    color: #e5e5e5;
    text-shadow: 0 1px 0 #000
}

.cke_rtl .cke_button_label {
    padding-right: 3px;
    padding-left: 0;
    float: right
}

.cke_hc .cke_button_label {
    padding: 0;
    display: inline-block;
    font-size: 12px
}

.cke_button_arrow {
    display: inline-block;
    margin: 8px 0 0 1px;
    width: 0;
    height: 0;
    cursor: default;
    vertical-align: top;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #e6e6e6
}

.cke_rtl .cke_button_arrow {
    margin-right: 5px;
    margin-left: 0
}

.cke_hc .cke_button_arrow {
    font-size: 10px;
    margin: 3px -2px 0 3px;
    width: auto;
    border: 0
}

.cke_toolbar_separator {
    float: left;
    background-color: #272727;
    background-color: rgba(0,0,0,0.5);
    margin: 5px 2px 0;
    height: 18px;
    width: 1px;
    -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
    box-shadow: 1px 0 0 rgba(255,255,255,0.1)
}

.cke_rtl .cke_toolbar_separator {
    float: right;
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
    box-shadow: -1px 0 0 rgba(255,255,255,0.1)
}

.cke_hc .cke_toolbar_separator {
    width: 0;
    border-left: 1px solid;
    margin: 1px 5px 0 0
}

.cke_toolbar_break {
    display: block;
    clear: left
}

.cke_rtl .cke_toolbar_break {
    clear: right
}

.cke_toolbox_collapser {
    width: 12px;
    height: 11px;
    float: right;
    margin: 11px 0 0;
    font-size: 0;
    cursor: default;
    text-align: center;
    border: 1px solid #070707;
    border-bottom-color: #060606;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    background: #404040;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#404040));
    background-image: -moz-linear-gradient(top, #595959, #404040);
    background-image: -webkit-linear-gradient(top, #595959, #404040);
    background-image: -o-linear-gradient(top, #595959, #404040);
    background-image: -ms-linear-gradient(top, #595959, #404040);
    background-image: linear-gradient(top, #595959, #404040);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')
}

    .cke_toolbox_collapser.cke_toolbox_collapser_min {
        margin: 0 2px 4px
    }

.cke_rtl .cke_toolbox_collapser {
    float: left
}

.cke_toolbox_collapser .cke_arrow {
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    margin-top: 1px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #e5e5e5;
    border-top: 3px solid transparent
}

.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
    margin-top: 4px;
    border-bottom-color: transparent;
    border-top-color: #e5e5e5
}

.cke_hc .cke_toolbox_collapser .cke_arrow {
    font-size: 8px;
    width: auto;
    border: 0;
    margin-top: 0;
    margin-right: 2px
}

.cke_menubutton {
    display: block
}

.cke_menuitem span {
    cursor: default
}

.cke_menubutton:hover, .cke_menubutton:focus, .cke_menubutton:active {
    background-color: #d3d3d3;
    display: block
}

.cke_hc .cke_menubutton {
    padding: 2px
}

    .cke_hc .cke_menubutton:hover, .cke_hc .cke_menubutton:focus, .cke_hc .cke_menubutton:active {
        border: 2px solid;
        padding: 0
    }

.cke_menubutton_inner {
    display: table-row
}

.cke_menubutton_icon, .cke_menubutton_label, .cke_menuarrow {
    display: table-cell
}

.cke_menubutton_icon {
    background-color: #262626;
    padding: 4px
}

.cke_hc .cke_menubutton_icon {
    height: 16px;
    width: 0;
    padding: 4px 0
}

.cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon {
    background-color: #444
}

.cke_menubutton_disabled:hover .cke_menubutton_icon, .cke_menubutton_disabled:focus .cke_menubutton_icon, .cke_menubutton_disabled:active .cke_menubutton_icon {
    opacity: .3;
    filter: alpha(opacity=30)
}

.cke_menubutton_label {
    padding: 0 5px;
    background-color: transparent;
    width: 100%;
    vertical-align: middle
}

.cke_menubutton_disabled .cke_menubutton_label {
    opacity: .3;
    filter: alpha(opacity=30)
}

.cke_menubutton_on {
    border: 1px solid #dedede;
    background-color: #f2f2f2;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 2px rgba(0,0,0,0.1) inset
}

    .cke_menubutton_on .cke_menubutton_icon {
        padding-right: 3px
    }

.cke_menubutton:hover, .cke_menubutton:focus, .cke_menubutton:active {
    background-color: #eff0ef
}

.cke_panel_frame .cke_menubutton_label {
    display: none
}

.cke_menuseparator {
    background-color: #d3d3d3;
    height: 1px;
    filter: alpha(opacity=70);
    opacity: .70
}

.cke_menuarrow {
    background-image: url(images/arrow.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding: 0 5px
}

.cke_rtl .cke_menuarrow {
    background-position: 5px -13px;
    background-repeat: no-repeat
}

.cke_menuarrow span {
    display: none
}

.cke_hc .cke_menuarrow span {
    vertical-align: middle;
    display: inline
}

.cke_combo {
    display: inline-block;
    float: left
}

.cke_rtl .cke_combo {
    float: right
}

.cke_hc .cke_combo {
    margin-top: -2px
}

.cke_combo_label {
    display: none;
    float: left;
    line-height: 26px;
    vertical-align: top;
    margin-right: 5px
}

.cke_rtl .cke_combo_label {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

.cke_combo_button {
    display: inline-block;
    float: left;
    margin: 0 6px 5px 0;
    border: 1px solid #070707;
    border-bottom-color: #060606;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    background: #404040;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#404040));
    background-image: -moz-linear-gradient(top, #595959, #404040);
    background-image: -webkit-linear-gradient(top, #595959, #404040);
    background-image: -o-linear-gradient(top, #595959, #404040);
    background-image: -ms-linear-gradient(top, #595959, #404040);
    background-image: linear-gradient(top, #595959, #404040);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#595959',endColorstr='#404040')
}

.cke_combo_off a.cke_combo_button:hover, .cke_combo_off a.cke_combo_button:focus {
    background: #4c4c4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#4c4c4c));
    background-image: -moz-linear-gradient(top, #666, #4c4c4c);
    background-image: -webkit-linear-gradient(top, #666, #4c4c4c);
    background-image: -o-linear-gradient(top, #666, #4c4c4c);
    background-image: -ms-linear-gradient(top, #666, #4c4c4c);
    background-image: linear-gradient(top, #666, #4c4c4c);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#666666',endColorstr='#4c4c4c');
    outline: 0
}

.cke_combo_off a.cke_combo_button:active, .cke_combo_on a.cke_combo_button {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.75) inset;
    box-shadow: 0 0 8px rgba(0,0,0,0.75) inset;
    background: #1a1a1a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#1a1a1a));
    background-image: -moz-linear-gradient(top, #262626, #1a1a1a);
    background-image: -webkit-linear-gradient(top, #262626, #1a1a1a);
    background-image: -o-linear-gradient(top, #262626, #1a1a1a);
    background-image: -ms-linear-gradient(top, #262626, #1a1a1a);
    background-image: linear-gradient(top, #262626, #1a1a1a);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#262626',endColorstr='#1a1a1a')
}

    .cke_combo_on a.cke_combo_button:hover, .cke_combo_on a.cke_combo_button:focus, .cke_combo_on a.cke_combo_button:active {
        -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.7) inset,0 1px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.7) inset,0 1px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 6px rgba(0,0,0,0.7) inset,0 1px 0 rgba(0,0,0,0.2)
    }

.cke_rtl .cke_combo_button {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

.cke_hc a.cke_combo_button {
    padding: 3px
}

.cke_hc .cke_combo_on a.cke_combo_button, .cke_hc .cke_combo_off a.cke_combo_button:hover, .cke_hc .cke_combo_off a.cke_combo_button:focus, .cke_hc .cke_combo_off a.cke_combo_button:active {
    border-width: 3px;
    padding: 1px
}

.cke_combo_text {
    line-height: 26px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    cursor: default;
    color: #e5e5e5;
    text-shadow: 0 1px 0 #000;
    width: 60px
}

.cke_rtl .cke_combo_text {
    float: right;
    text-align: right;
    padding-left: 0;
    padding-right: 10px
}

.cke_hc .cke_combo_text {
    line-height: 18px;
    font-size: 12px
}

.cke_combo_open {
    cursor: default;
    display: inline-block;
    font-size: 0;
    height: 19px;
    line-height: 17px;
    margin: 1px 7px 1px;
    width: 5px
}

.cke_hc .cke_combo_open {
    height: 12px
}

.cke_combo_arrow {
    margin: 11px 0 0;
    float: left;
    height: 0;
    width: 0;
    font-size: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #e6e6e6
}

.cke_hc .cke_combo_arrow {
    font-size: 10px;
    width: auto;
    border: 0;
    margin-top: 3px
}

.cke_combo_disabled .cke_combo_inlinelabel, .cke_combo_disabled .cke_combo_open {
    opacity: .3
}

.cke_path {
    float: left;
    margin: -2px 0 2px
}

.cke_path_item, .cke_path_empty {
    display: inline-block;
    float: left;
    padding: 3px 4px;
    margin-right: 2px;
    cursor: default;
    text-decoration: none;
    outline: 0;
    border: 0;
    color: #4c4c4c;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 11px
}

.cke_rtl .cke_path, .cke_rtl .cke_path_item, .cke_rtl .cke_path_empty {
    float: right
}

a.cke_path_item:hover, a.cke_path_item:focus, a.cke_path_item:active {
    background-color: #bfbfbf;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset,0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset,0 1px 0 rgba(255,255,255,0.5);
    box-shadow: 0 0 4px rgba(0,0,0,0.5) inset,0 1px 0 rgba(255,255,255,0.5)
}

.cke_hc a.cke_path_item:hover, .cke_hc a.cke_path_item:focus, .cke_hc a.cke_path_item:active {
    border: 2px solid;
    padding: 1px 2px
}

.cke_button__source_label, .cke_button__sourcedialog_label {
    display: inline
}

.cke_combo__fontsize .cke_combo_text {
    width: 30px
}

.cke_combopanel__fontsize {
    width: 120px
}

.cke_source {
    font-family: 'Courier New',Monospace;
    font-size: small;
    background-color: #fff;
    white-space: pre
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #fff
}

.cke_chrome {
    visibility: inherit
}

.cke_voice_label {
    display: none
}

legend.cke_voice_label {
    display: none
}

.cke_button__about_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 0px !important
}

.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -24px !important
}

.cke_ltr .cke_button__anchor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -48px !important
}

.cke_button__bgcolor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -72px !important
}

.cke_button__bidiltr_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -96px !important
}

.cke_button__bidirtl_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -120px !important
}

.cke_button__blockquote_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -144px !important
}

.cke_button__bold_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -168px !important
}

.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -192px !important
}

.cke_ltr .cke_button__bulletedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -216px !important
}

.cke_button__button_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -240px !important
}

.cke_button__checkbox_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -264px !important
}

.cke_button__codesnippet_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -288px !important
}

.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -312px !important
}

.cke_ltr .cke_button__copy_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -336px !important
}

.cke_button__creatediv_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -360px !important
}

.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -384px !important
}

.cke_ltr .cke_button__cut_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -408px !important
}

.cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -432px !important
}

.cke_ltr .cke_button__docprops_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -456px !important
}

.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -480px !important
}

.cke_ltr .cke_button__find_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -504px !important
}

.cke_button__flash_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -528px !important
}

.cke_button__form_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -552px !important
}

.cke_button__hiddenfield_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -576px !important
}

.cke_button__horizontalrule_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -600px !important
}

.cke_button__iframe_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -624px !important
}

.cke_button__image_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -648px !important
}

.cke_button__imagebutton_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -672px !important
}

.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -696px !important
}

.cke_ltr .cke_button__indent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -720px !important
}

.cke_button__italic_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -744px !important
}

.cke_button__justifyblock_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -768px !important
}

.cke_button__justifycenter_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -792px !important
}

.cke_button__justifyleft_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -816px !important
}

.cke_button__justifyright_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -840px !important
}

.cke_button__language_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -864px !important
}

.cke_button__link_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -888px !important
}

.cke_button__mathjax_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -912px !important
}

.cke_button__maximize_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -936px !important
}

.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -960px !important
}

.cke_ltr .cke_button__newpage_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -984px !important
}

.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1008px !important
}

.cke_ltr .cke_button__numberedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1032px !important
}

.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1056px !important
}

.cke_ltr .cke_button__outdent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1080px !important
}

.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1104px !important
}

.cke_ltr .cke_button__pagebreak_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1128px !important
}

.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1152px !important
}

.cke_ltr .cke_button__paste_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1176px !important
}

.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1200px !important
}

.cke_ltr .cke_button__pastefromword_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1224px !important
}

.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1248px !important
}

.cke_ltr .cke_button__pastetext_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1272px !important
}

.cke_button__placeholder_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1296px !important
}

.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1320px !important
}

.cke_ltr .cke_button__preview_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1344px !important
}

.cke_button__print_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1368px !important
}

.cke_button__radio_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1392px !important
}

.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1416px !important
}

.cke_ltr .cke_button__redo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1440px !important
}

.cke_button__removeformat_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1464px !important
}

.cke_button__replace_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1488px !important
}

.cke_button__save_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1512px !important
}

.cke_button__scayt_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1536px !important
}

.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1560px !important
}

.cke_ltr .cke_button__select_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1584px !important
}

.cke_button__selectall_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1608px !important
}

.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1632px !important
}

.cke_ltr .cke_button__showblocks_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1656px !important
}

.cke_button__smiley_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1680px !important
}

.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1704px !important
}

.cke_ltr .cke_button__source_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1728px !important
}

.cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1752px !important
}

.cke_ltr .cke_button__sourcedialog_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1776px !important
}

.cke_button__specialchar_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1800px !important
}

.cke_button__spellchecker_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1824px !important
}

.cke_button__strike_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1848px !important
}

.cke_button__subscript_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1872px !important
}

.cke_button__superscript_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1896px !important
}

.cke_button__table_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1920px !important
}

.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1944px !important
}

.cke_ltr .cke_button__templates_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1968px !important
}

.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -1992px !important
}

.cke_ltr .cke_button__textarea_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2016px !important
}

.cke_button__textcolor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2040px !important
}

.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2064px !important
}

.cke_ltr .cke_button__textfield_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2088px !important
}

.cke_button__uicolor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2112px !important
}

.cke_button__underline_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2136px !important
}

.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2160px !important
}

.cke_ltr .cke_button__undo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2184px !important
}

.cke_button__unlink_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons.png) no-repeat 0 -2208px !important
}

.cke_hidpi .cke_button__about_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 0px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -24px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -48px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__bgcolor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -72px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__bidiltr_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -96px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__bidirtl_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -120px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__blockquote_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -144px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__bold_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -168px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -192px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -216px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__button_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -240px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__checkbox_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -264px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__codesnippet_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -288px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -312px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -336px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__creatediv_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -360px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -384px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -408px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -432px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__docprops_icon, .cke_ltr.cke_hidpi .cke_button__docprops_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -456px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -480px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__find_icon, .cke_ltr.cke_hidpi .cke_button__find_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -504px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__flash_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -528px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__form_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -552px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__hiddenfield_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -576px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__horizontalrule_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -600px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__iframe_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -624px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__image_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -648px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__imagebutton_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -672px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -696px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -720px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__italic_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -744px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__justifyblock_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -768px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__justifycenter_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -792px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__justifyleft_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -816px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__justifyright_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -840px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__language_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -864px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__link_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -888px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__mathjax_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -912px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__maximize_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -936px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -960px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__newpage_icon, .cke_ltr.cke_hidpi .cke_button__newpage_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -984px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1008px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1032px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1056px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1080px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1104px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1128px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1152px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1176px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1200px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1224px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1248px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1272px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__placeholder_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1296px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1320px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1344px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__print_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1368px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__radio_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1392px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1416px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1440px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__removeformat_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1464px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__replace_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1488px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__save_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1512px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__scayt_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1536px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1560px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__select_icon, .cke_ltr.cke_hidpi .cke_button__select_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1584px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__selectall_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1608px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1632px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1656px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__smiley_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1680px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1704px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1728px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1752px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1776px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__specialchar_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1800px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__spellchecker_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1824px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__strike_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1848px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__subscript_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1872px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__superscript_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1896px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__table_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1920px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1944px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1968px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -1992px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__textarea_icon, .cke_ltr.cke_hidpi .cke_button__textarea_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2016px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__textcolor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2040px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2064px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__textfield_icon, .cke_ltr.cke_hidpi .cke_button__textfield_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2088px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__uicolor_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2112px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__underline_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2136px !important;
    background-size: 16px !important
}

.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2160px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2184px !important;
    background-size: 16px !important
}

.cke_hidpi .cke_button__unlink_icon {
    background: url(http://static.shoplineapp.com.s3-ap-southeast-1.amazonaws.com/admin/v1/img/icons_hidpi.png) no-repeat 0 -2208px !important;
    background-size: 16px !important
}

.cke_dialog {
    visibility: visible
}

.cke_dialog_body {
    z-index: 1;
    background: #eaeaea;
    border: 1px solid #b2b2b2;
    border-bottom-color: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15)
}

.cke_browser_gecko19 .cke_dialog_body {
    position: relative
}

.cke_dialog strong {
    font-weight: bold
}

.cke_dialog_title {
    font-weight: bold;
    font-size: 13px;
    cursor: move;
    position: relative;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    border-bottom: 1px solid #999;
    padding: 6px 10px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')
}

.cke_dialog_contents {
    background-color: #fff;
    overflow: auto;
    padding: 15px 10px 5px 10px;
    margin-top: 30px;
    border-top: 1px solid #bfbfbf;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.cke_dialog_contents_body {
    overflow: auto;
    padding: 17px 10px 5px 10px;
    margin-top: 22px
}

.cke_dialog_footer {
    text-align: right;
    position: relative;
    border: 0;
    outline: 1px solid #bfbfbf;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: linear-gradient(top, #ebebeb, #cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')
}

.cke_rtl .cke_dialog_footer {
    text-align: left
}

.cke_hc .cke_dialog_footer {
    outline: 0;
    border-top: 1px solid #fff
}

.cke_dialog .cke_resizer {
    margin-top: 22px
}

.cke_dialog .cke_resizer_rtl {
    margin-left: 5px
}

.cke_dialog .cke_resizer_ltr {
    margin-right: 5px
}

.cke_dialog_tabs {
    height: 24px;
    display: inline-block;
    margin: 5px 0 0;
    position: absolute;
    z-index: 2;
    left: 10px
}

.cke_rtl .cke_dialog_tabs {
    right: 10px
}

a.cke_dialog_tab {
    height: 16px;
    padding: 4px 8px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    outline: 0;
    color: #595959;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #d4d4d4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
    background-image: -moz-linear-gradient(top, #fafafa, #ededed);
    background-image: -webkit-linear-gradient(top, #fafafa, #ededed);
    background-image: -o-linear-gradient(top, #fafafa, #ededed);
    background-image: -ms-linear-gradient(top, #fafafa, #ededed);
    background-image: linear-gradient(top, #fafafa, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')
}

.cke_rtl a.cke_dialog_tab {
    margin-right: 0;
    margin-left: 3px
}

a.cke_dialog_tab:hover {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)
}

a.cke_dialog_tab_selected {
    background: #fff;
    color: #383838;
    border-bottom-color: #fff;
    cursor: default;
    filter: none
}

    a.cke_dialog_tab_selected:hover {
        background: #ededed;
        background: -moz-linear-gradient(top, #ededed 0, #fff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #fff));
        background: -webkit-linear-gradient(top, #ededed 0, #fff 100%);
        background: -o-linear-gradient(top, #ededed 0, #fff 100%);
        background: -ms-linear-gradient(top, #ededed 0, #fff 100%);
        background: linear-gradient(to bottom, #ededed 0, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)
    }

.cke_hc a.cke_dialog_tab:hover, .cke_hc a.cke_dialog_tab_selected {
    border: 3px solid;
    padding: 2px 6px
}

a.cke_dialog_tab_disabled {
    color: #bababa;
    cursor: default
}

.cke_single_page .cke_dialog_tabs {
    display: none
}

.cke_single_page .cke_dialog_contents {
    padding-top: 5px;
    margin-top: 0;
    border-top: 0
}

.cke_dialog_close_button {
    background-image: url(images/close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    cursor: pointer;
    text-align: center;
    height: 20px;
    width: 20px;
    top: 5px;
    z-index: 5
}

.cke_hidpi .cke_dialog_close_button {
    background-image: url(images/hidpi/close.png);
    background-size: 16px
}

.cke_dialog_close_button span {
    display: none
}

.cke_hc .cke_dialog_close_button span {
    display: inline;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    top: 3px
}

.cke_ltr .cke_dialog_close_button {
    right: 5px
}

.cke_rtl .cke_dialog_close_button {
    left: 6px
}

.cke_dialog_close_button {
    top: 4px
}

div.cke_disabled .cke_dialog_ui_labeled_content div * {
    background-color: #ddd;
    cursor: default
}

.cke_dialog_ui_vbox table, .cke_dialog_ui_hbox table {
    margin: auto
}

.cke_dialog_ui_vbox_child {
    padding: 5px 0
}

.cke_dialog_ui_hbox {
    width: 100%
}

.cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_child, .cke_dialog_ui_hbox_last {
    vertical-align: top
}

.cke_ltr .cke_dialog_ui_hbox_first, .cke_ltr .cke_dialog_ui_hbox_child {
    padding-right: 10px
}

.cke_rtl .cke_dialog_ui_hbox_first, .cke_rtl .cke_dialog_ui_hbox_child {
    padding-left: 10px
}

.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, .cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child {
    padding-right: 5px
}

.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, .cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child {
    padding-left: 5px;
    padding-right: 0
}

.cke_hc div.cke_dialog_ui_input_text, .cke_hc div.cke_dialog_ui_input_password, .cke_hc div.cke_dialog_ui_input_textarea, .cke_hc div.cke_dialog_ui_input_select, .cke_hc div.cke_dialog_ui_input_file {
    border: 1px solid
}

textarea.cke_dialog_ui_input_textarea {
    overflow: auto;
    resize: none
}

input.cke_dialog_ui_input_text, input.cke_dialog_ui_input_password, textarea.cke_dialog_ui_input_textarea {
    background-color: #fff;
    border: 1px solid #c9cccf;
    border-top-color: #aeb3b9;
    padding: 4px 6px;
    outline: 0;
    width: 100%;
    *width: 95%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset
}

    input.cke_dialog_ui_input_text:hover, input.cke_dialog_ui_input_password:hover, textarea.cke_dialog_ui_input_textarea:hover {
        border: 1px solid #aeb3b9;
        border-top-color: #a0a6ad
    }

    input.cke_dialog_ui_input_text:focus, input.cke_dialog_ui_input_password:focus, textarea.cke_dialog_ui_input_textarea:focus, select.cke_dialog_ui_input_select:focus {
        outline: 0;
        border: 1px solid #139ff7;
        border-top-color: #1392e9
    }

a.cke_dialog_ui_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 3px 0;
    margin: 0;
    text-align: center;
    color: #333;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #b6b6b6;
    border-bottom-color: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 0 2px rgba(255,255,255,0.15) inset,0 1px 0 rgba(255,255,255,0.15) inset;
    background: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
    background-image: -moz-linear-gradient(top, #fff, #e4e4e4);
    background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
    background-image: -o-linear-gradient(top, #fff, #e4e4e4);
    background-image: -ms-linear-gradient(top, #fff, #e4e4e4);
    background-image: linear-gradient(top, #fff, #e4e4e4);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')
}

span.cke_dialog_ui_button {
    padding: 0 12px
}

a.cke_dialog_ui_button:hover {
    border-color: #9e9e9e;
    background: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
    background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
    background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
    background-image: linear-gradient(top, #f2f2f2, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')
}

a.cke_dialog_ui_button:focus, a.cke_dialog_ui_button:active {
    border-color: #969696;
    outline: 0;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4) inset;
    box-shadow: 0 0 6px rgba(0,0,0,0.4) inset
}

.cke_hc a.cke_dialog_ui_button:hover, .cke_hc a.cke_dialog_ui_button:focus, .cke_hc a.cke_dialog_ui_button:active {
    border: 3px solid;
    padding-top: 1px;
    padding-bottom: 1px
}

    .cke_hc a.cke_dialog_ui_button:hover span, .cke_hc a.cke_dialog_ui_button:focus span, .cke_hc a.cke_dialog_ui_button:active span {
        padding-left: 10px;
        padding-right: 10px
    }

.cke_dialog_footer_buttons a.cke_dialog_ui_button span {
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px
}

a.cke_dialog_ui_button_ok {
    color: #fff;
    text-shadow: 0 -1px 0 #55830c;
    border-color: #62a60a #62a60a #4d9200;
    background: #69b10b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad717), to(#69b10b));
    background-image: -webkit-linear-gradient(top, #9ad717, #69b10b);
    background-image: -o-linear-gradient(top, #9ad717, #69b10b);
    background-image: linear-gradient(to bottom, #9ad717, #69b10b);
    background-image: -moz-linear-gradient(top, #9ad717, #69b10b);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')
}

    a.cke_dialog_ui_button_ok:hover {
        border-color: #5b9909 #5b9909 #478500;
        background: #88be14;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88be14), color-stop(100%, #5d9c0a));
        background: -webkit-linear-gradient(top, #88be14 0, #5d9c0a 100%);
        background: -o-linear-gradient(top, #88be14 0, #5d9c0a 100%);
        background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%);
        background: -moz-linear-gradient(top, #88be14 0, #5d9c0a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)
    }

a.cke_dialog_ui_button span {
    text-shadow: 0 1px 0 #fff
}

a.cke_dialog_ui_button_ok span {
    text-shadow: 0 -1px 0 #55830c
}

span.cke_dialog_ui_button {
    cursor: pointer
}

a.cke_dialog_ui_button_ok:focus, a.cke_dialog_ui_button_ok:active, a.cke_dialog_ui_button_cancel:focus, a.cke_dialog_ui_button_cancel:active {
    border-width: 2px;
    padding: 2px 0
}

a.cke_dialog_ui_button_ok:focus, a.cke_dialog_ui_button_ok:active {
    border-color: #568c0a
}

    a.cke_dialog_ui_button_ok:focus span, a.cke_dialog_ui_button_ok:active span, a.cke_dialog_ui_button_cancel:focus span, a.cke_dialog_ui_button_cancel:active span {
        padding: 0 11px
    }

.cke_dialog_footer_buttons {
    display: inline-table;
    margin: 5px;
    width: auto;
    position: relative;
    vertical-align: middle
}

div.cke_dialog_ui_input_select {
    display: table
}

select.cke_dialog_ui_input_select {
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #c9cccf;
    border-top-color: #aeb3b9;
    padding: 2px 6px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset
}

.cke_dialog_ui_input_file {
    width: 100%;
    height: 25px
}

.cke_hc .cke_dialog_ui_labeled_content input:focus, .cke_hc .cke_dialog_ui_labeled_content select:focus, .cke_hc .cke_dialog_ui_labeled_content textarea:focus {
    outline: 1px dotted
}

.cke_dialog .cke_dark_background {
    background-color: #dedede
}

.cke_dialog .cke_light_background {
    background-color: #ebebeb
}

.cke_dialog .cke_centered {
    text-align: center
}

.cke_dialog a.cke_btn_reset {
    float: right;
    background: url(images/refresh.png) top left no-repeat;
    width: 16px;
    height: 16px;
    border: 1px none;
    font-size: 1px
}

.cke_hidpi .cke_dialog a.cke_btn_reset {
    background-size: 16px;
    background-image: url(images/hidpi/refresh.png)
}

.cke_rtl .cke_dialog a.cke_btn_reset {
    float: left
}

.cke_dialog a.cke_btn_locked, .cke_dialog a.cke_btn_unlocked {
    float: left;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: none 1px;
    font-size: 1px
}

    .cke_dialog a.cke_btn_locked .cke_icon {
        display: none
    }

.cke_rtl .cke_dialog a.cke_btn_locked, .cke_rtl .cke_dialog a.cke_btn_unlocked {
    float: right
}

.cke_dialog a.cke_btn_locked {
    background-image: url(images/lock.png)
}

.cke_dialog a.cke_btn_unlocked {
    background-image: url(images/lock-open.png)
}

.cke_hidpi .cke_dialog a.cke_btn_unlocked, .cke_hidpi .cke_dialog a.cke_btn_locked {
    background-size: 16px
}

.cke_hidpi .cke_dialog a.cke_btn_locked {
    background-image: url(images/hidpi/lock.png)
}

.cke_hidpi .cke_dialog a.cke_btn_unlocked {
    background-image: url(images/hidpi/lock-open.png)
}

.cke_dialog .cke_btn_over {
    border: outset 1px;
    cursor: pointer
}

.cke_dialog .ImagePreviewBox {
    border: 2px ridge black;
    overflow: scroll;
    height: 200px;
    width: 300px;
    padding: 2px;
    background-color: white
}

    .cke_dialog .ImagePreviewBox table td {
        white-space: normal
    }

.cke_dialog .ImagePreviewLoader {
    position: absolute;
    white-space: normal;
    overflow: hidden;
    height: 160px;
    width: 230px;
    margin: 2px;
    padding: 2px;
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: #e4e4e4
}

.cke_dialog .FlashPreviewBox {
    white-space: normal;
    border: 2px ridge black;
    overflow: auto;
    height: 160px;
    width: 390px;
    padding: 2px;
    background-color: white
}

.cke_dialog .cke_pastetext {
    width: 346px;
    height: 170px
}

    .cke_dialog .cke_pastetext textarea {
        width: 340px;
        height: 170px;
        resize: none
    }

.cke_dialog iframe.cke_pasteframe {
    width: 346px;
    height: 130px;
    background-color: white;
    border: 1px solid #aeb3b9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.cke_dialog .cke_hand {
    cursor: pointer
}

.cke_disabled {
    color: #a0a0a0
}

.cke_dialog_body .cke_label {
    display: none
}

.cke_dialog_body label {
    display: inline;
    margin-bottom: auto;
    cursor: default
}

    .cke_dialog_body label.cke_required {
        font-weight: bold
    }

a.cke_smile {
    overflow: hidden;
    display: block;
    text-align: center;
    padding: .3em 0
}

    a.cke_smile img {
        vertical-align: middle
    }

a.cke_specialchar {
    cursor: inherit;
    display: block;
    height: 1.25em;
    padding: .2em .3em;
    text-align: center
}

a.cke_smile, a.cke_specialchar {
    border: 1px solid transparent
}

    a.cke_smile:hover, a.cke_smile:focus, a.cke_smile:active, a.cke_specialchar:hover, a.cke_specialchar:focus, a.cke_specialchar:active {
        background: #fff;
        outline: 0
    }

    a.cke_smile:hover, a.cke_specialchar:hover {
        border-color: #888
    }

    a.cke_smile:focus, a.cke_smile:active, a.cke_specialchar:focus, a.cke_specialchar:active {
        border-color: #139ff7
    }

.cke_dialog_contents a.colorChooser {
    display: block;
    margin-top: 6px;
    margin-left: 10px;
    width: 80px
}

.cke_rtl .cke_dialog_contents a.colorChooser {
    margin-right: 10px
}

.cke_dialog_ui_checkbox_input:focus, .cke_dialog_ui_radio_input:focus, .cke_btn_over {
    outline: 1px dotted #696969
}

.cke_iframe_shim {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%
}

.sb-item a, .sb-item a:active, .sb-item a:hover, .sb-toggle, .sb-toggle:active, .sb-toggle:hover {
    text-decoration: none;
    outline: 0
}

.sb-item a, .sb-toggle {
    display: block;
    background-color: #fff;
    padding: 0 10px;
    font-size: 1em;
    color: #555;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.sb-container {
    font-family: Helvetica,sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    outline: 0;
    position: relative;
    text-align: left
}

.sb-container-multi .sb-item a:before {
    content: '✓';
    float: left;
    color: #ddd;
    font-size: 1em;
    padding-right: 6px
}

.sb-container-multi .sb-item-active a:before {
    color: #666
}

.sb-toggle {
    border: 1px solid #ddd;
    position: relative
}

    .sb-toggle:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #555
    }

.sb-toggle-active:after {
    top: 12px;
    right: 9px;
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555
}

.sb-toggle:focus {
    border: 1px solid #d0d0d0
}

.sb-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 100;
    top: 31px;
    left: 0;
    width: 100%;
    max-height: 198px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

    .sb-dropdown::-webkit-scrollbar {
        width: 7px;
        height: 10px
    }

    .sb-dropdown::-webkit-scrollbar-track {
        background: #eee
    }

    .sb-dropdown::-webkit-scrollbar-thumb {
        background: #ccc
    }

        .sb-dropdown::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3
        }

.sb-item-focus a, .sb-item:hover a {
    box-shadow: 0 0 0 1px #ccc inset
}

.sb-item-active a {
    background-color: #fafafa;
    color: #444
}

.sb-item:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.sb-item.sb-empty {
    padding: 10px;
    font-size: 14px;
    color: #999
}

.ats-switch {
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    min-width: 100px
}

    .ats-switch.disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default !important
    }

        .ats-switch.disabled .switch-left, .ats-switch.disabled .switch-right, .ats-switch.disabled .knob {
            cursor: default !important
        }

    .ats-switch span {
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 100%;
        line-height: 20px;
        padding: 4px;
        text-align: center;
        width: 33%;
        white-space: nowrap;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .ats-switch > div {
        position: relative;
        width: 150%
    }

    .ats-switch .knob {
        background: red;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background-color: #f5f5f5;
        width: 34%;
        z-index: 100
    }

    .ats-switch .switch-on {
        left: 0%
    }

    .ats-switch .switch-off {
        left: -50%
    }

    .ats-switch .swtich-left, .ats-switch .switch-right {
        z-index: 1
    }

    .ats-switch .switch-left {
        color: #fff;
        background: #005fcc
    }

    .ats-switch .switch-right {
        color: #333;
        background: #f0f0f0
    }

    .ats-switch .switch-animate {
        transition: left 0.5s;
        -o-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -webkit-transition: left 0.5s
    }

.ats-switch {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 100px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .ats-switch:hover {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
    }

    .ats-switch.disabled:hover {
        border-color: #ccc;
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0);
        box-shadow: inset 0 0 0 rgba(0,0,0,0),0 0 0 rgba(0,0,0,0)
    }

    .ats-switch .knob {
        border-right: none;
        border-left: none;
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        background: #fff
    }

        .ats-switch .knob i {
            color: #000;
            text-shadow: 0 1px 0 #fff;
            line-height: 18px;
            pointer-events: none
        }

    .ats-switch .switch-left, .ats-switch .switch-right, .ats-switch .knob {
        min-height: 28px
    }

    .ats-switch.switch-mini {
        min-width: 72px
    }

        .ats-switch.switch-mini .switch-left, .ats-switch.switch-mini .switch-right, .ats-switch.switch-mini .knob {
            padding-bottom: 4px;
            padding-top: 4px;
            font-size: 10px;
            line-height: 9px;
            min-height: 18px
        }

        .ats-switch.switch-mini i.switch-mini-icons {
            height: 1.20em;
            line-height: 9px;
            vertical-align: text-top;
            text-align: center;
            transform: scale(0.6);
            margin-top: -1px;
            margin-bottom: -1px
        }

    .ats-switch.switch-small {
        min-width: 80px
    }

        .ats-switch.switch-small .switch-left, .ats-switch.switch-small .switch-right, .ats-switch.switch-small .knob {
            padding-bottom: 3px;
            padding-top: 3px;
            font-size: 12px;
            line-height: 18px;
            min-height: 24px
        }

    .ats-switch.switch-large {
        min-width: 120px
    }

        .ats-switch.switch-large .switch-left, .ats-switch.switch-large .switch-right, .ats-switch.switch-large .knob {
            padding-bottom: 9px;
            padding-top: 9px;
            font-size: 16px;
            line-height: normal;
            min-height: 34px
        }

    .ats-switch span.switch-left {
        color: #fff;
        background: #428bca
    }

    .ats-switch span.switch-right {
        color: #000;
        background: #eeeeee
    }

    .ats-switch.switch-primary span.switch-left {
        color: #fff;
        background: #428bca
    }

    .ats-switch.switch-info span.switch-left {
        color: #fff;
        background: #5bc0de
    }

    .ats-switch.switch-success span.switch-left {
        color: #fff;
        background: #5cb85c
    }

    .ats-switch.switch-warning span.switch-left {
        background: #f0ad4e;
        color: #fff
    }

    .ats-switch.switch-danger span.switch-left {
        color: #fff;
        background: #d9534f
    }

    .ats-switch.switch-default span.switch-left {
        color: #000;
        background: #eeeeee
    }

body {
    background: #f8f8f8;
    padding-top: 50px;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: "Microsoft JhengHei",Microsoft YaHei,sans-serif;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow-x: hidden
}

.container {
    width: auto
}

blockquote.reply-message {
    font-size: 14px
}

.navbar {
    margin: 0 0 0 -15px;
    z-index: 9993;
    border-radius: 0
}

.navbar-collapse {
    padding: 0;
    margin: 0
}

.navbar-default {
    background-color: #fff;
    border-bottom: 3px solid #dadada;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.5);*/
}

.nav.navbar-nav.top-navbar li {
    position: relative
}

    .nav.navbar-nav.top-navbar li a {
        cursor: pointer;
        color: #fff;
    }

    .nav.navbar-nav.top-navbar li span.absolute {
        position: absolute;
        top: 5px;
        left: 25px;
        border-radius: 10px;
        padding: 5px;
        z-index: 9999
    }
.nav.navbar-nav.top-navbar .tb-dropdown-menu li a {
    background: #fff;
    color: #4C5264;
}
.tb-dropdown-menu li form{
    display:block !important;
}
.tb-dropdown-menu li form a {
    padding: 15px 0;
    display: block;
}
.tb-dropdown-menu {
    padding: 0 20px;
}
.timeout-popup {
    margin: auto;
    width: 20%;
    text-align: center;
    padding: 10px;
    color: black;
    background-color: white;
    box-shadow: 2px 2px 2px #888888;
    border-radius: 0px 2px 2px 0px
}

.timeout-bubble {
    margin: 15px 15px 0px 15px;
    background-color: pink;
    border-radius: 15px;
    color: red;
    display: inline-block;
    padding: 2px 8px
}

.trial-count {
    background-color: darkgrey;
    border-radius: 15px;
    color: white;
    display: inline-block;
    padding: 2px 8px
}

.mobile-trial-count-container {
    background-color: darkgray;
    padding: 5px 0;
    text-align: center;
    width: 100%
}

.top-navbar .seven-days-left {
    background-color: #008edd
}

.dropdown-menu {
    top: 97%;
    z-index: 9992
}

    .dropdown-menu.dropdown-message ul {
        white-space: inherit
    }

    .dropdown-menu.dropdown-message li a {
        word-wrap: normal;
        white-space: inherit;
        width: 300px;
        border-bottom: 1px solid #ddd
    }

    .dropdown-menu.dropdown-message li.dropdown-footer a {
        display: block;
        padding: 10px 20px 6px;
        font-size: 12px;
        line-height: 1.428571429;
        color: #999999;
        border-top: 1px solid #ddd;
        border-bottom: none
    }

    .dropdown-menu.dropdown-message li:hover.dropdown-footer a {
        background: #fff
    }

    .dropdown-menu.dropdown-message li p {
        font-size: 11px
    }

        .dropdown-menu.dropdown-message li p i {
            color: #65BD77
        }

    .dropdown-menu.dropdown-message .dropdown-message-scroll {
        padding: 0px
    }

        .dropdown-menu.dropdown-message .dropdown-message-scroll li {
            padding: 5px 20px
        }

        .dropdown-menu.dropdown-message .dropdown-message-scroll a, .dropdown-menu.dropdown-message .dropdown-message-scroll strong {
            text-decoration: none;
            border-bottom: none
        }

        .dropdown-menu.dropdown-message .dropdown-message-scroll .unread {
            background: #FFFCE0
        }

        .dropdown-menu.dropdown-message .dropdown-message-scroll a:hover {
            color: #000
        }

.dropdown-header.notif-header {
    font-size: 14px;
    padding: 5px 20px 3px
}

.dropdown-menu.position-left {
    left: auto;
    right: 0
}

.action-menu-dropdown .btn, .bulk-edit-dropdown.dropdown-menu .btn {
    background-color: white
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #fafafa;
    border-bottom: none
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555555;
    background-color: #fafafa
}

.table-title {
    color: #402954;
    font-size: 16px;
    font-weight: 500;
    padding: 15px
}

.breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 12px;
    margin: 0
}

.progress-bar {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0)
}

.progress.progress-xs {
    height: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .progress.progress-xs.for-modal {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .progress.progress-xs .progress-bar {
        font-size: 11px;
        line-height: 16px;
        color: #ffffff;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0)
    }

    .progress.progress-xs.progress-striped .progress-bar {
        background-size: 10px 10px
    }

.progress.progress-sm {
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .progress.progress-sm.progress-striped .progress-bar {
        background-size: 15px 15px
    }

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7
}

.table-placeholder-row {
    text-align: center
}

.inner-product-table > td {
    border-top: 0 !important;
    line-height: 16px !important
}

.outer-product-table {
    border: 0 !important
}

    .outer-product-table:nth-child(odd), .outer-product-table:nth-child(odd) td {
        background: #ffffff
    }

    .outer-product-table:nth-child(even), .outer-product-table:nth-child(even) td {
        background: #efefef
    }

.box-info table tr td {
    vertical-align: middle
}

.box-info table tr th, .box-info table tr td {
    line-height: 15px
}

.inventory-table .box-header {
    border-bottom: 1px #cccccc solid
}

.box-info .dropdown .divider {
    margin: 0
}

.inventory-sold-out {
    color: red;
    font-weight: 600
}

.inventory-update {
    color: #428bca;
    font-weight: 600
}

.inventory-table form .form-group {
    margin-bottom: 0
}

.inventory-table select {
    /*background: transparent;*/
    border: solid 1px #cccccc;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    outline: none;
    padding: 4px 10px;
    position: relative;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none*/
}

    .inventory-table select:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute
    }

    .inventory-table select option {
        background-color: white
    }

.inventory-table .dropdown .bulk-edit-list {
    background-color: white
}

.inventory-table .dropdown button i {
    opacity: 0.5;
    font-size: 1.8em;
    line-height: .75em;
    vertical-align: -15%;
    padding-left: 4px
}

.inventory-table .bulk-action-container {
    padding: 15px 15px 45px 15px
}

    .inventory-table .bulk-action-container th {
        border-top: 0
    }

    .inventory-table .bulk-action-container .bulk-action-btn {
        background-color: #f1f1f1;
        background-image: none
    }

@media screen and (min-width: 761px) {
    .inventory-table .bulk-edit-actions .sb-container {
        width: 165px
    }
}

.inventory-table tr:hover > td {
    background: none !important
}

.inventory-table .product-hover:hover, .inventory-table tr:hover > .product-hover {
    background-color: #ecfbff !important
}

.input-group-container {
    display: inline-flex;
    margin-bottom: 0;
    width: 300px;
    vertical-align: middle;
    padding: 15px
}

    .input-group-container .order-search-query {
        height: 30px;
        border-radius: 2px 0 0 2px
    }

    .input-group-container button {
        background-color: #f1f1f1;
        border: solid 1px #cccccc;
        height: 30px;
        margin-bottom: 0;
        min-width: 30px;
        padding: 0
    }

        .input-group-container button:hover {
            border-left: 0
        }

.box-sub-header {
    background-color: #f8f8f8;
    border-top: 1px #cccccc solid;
    margin-left: auto;
    margin-right: auto
}

    .box-sub-header .sub-header-inner-container {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .box-sub-header .sub-header-inner-container .input-group-container {
            padding-top: 8px;
            padding-left: 0;
            width: 285px
        }

        .box-sub-header .sub-header-inner-container .applied-filter {
            border: 0
        }

.applied-filter .label-apply:first-child {
    margin-left: 0
}

.quantity-label {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 400
}

@media screen and (max-width: 425px) {
    .input-group-container {
        width: 100%;
        padding: 0 15px
    }

    .inventory-table #clear-filter {
        padding: 0 15px
    }

    .inventory-table .box-header .pull-left {
        padding: 15px 15px 0 15px !important
    }
}

@media screen and (min-width: 426px) {
    .inventory-table #clear-filter {
        margin-left: -10px
    }
}

@media screen and (max-width: 760px) {
    .box-sub-header .input-group-container {
        padding-right: 0
    }

    .input-group-container {
        padding-top: 16px;
        width: 100% !important
    }

    .handheld-sub-header-long {
        padding-right: 30px;
        position: relative
    }

    .handheld-sub-header-short {
        padding-right: 120px;
        position: relative
    }

    .box-sub-header .close-bulk-cat {
        width: 50px !important
    }

    .box-sub-header #clear-filter {
        padding-top: 15px;
        width: 120px
    }
}

.form-control {
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 0;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0)
}

select.form-control, input.form-control {
    padding: 5px 5px;
    height:32px;
}
.login-input input.form-control {
    height:50px;
}
.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0)
}

.form-group .checkbox {
    margin-left: 0;
    padding-left: 0
}

.form-padding-top {
    padding-top: 15px
}

.form-padding-bottom {
    padding-bottom: 15px
}

.form-padding-left {
    padding-left: 15px
}

.form-padding-right {
    padding-right: 15px
}

.form-margin-top {
    margin-top: 15px
}

.form-margin-bottom {
    margin-bottom: 15px
}

.btn {
    border-radius: 2px
}

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.alert {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.alert-warning a {
    color: #8a6d3b
}

span.new-circle {
    border-radius: 10px;
    padding: 2px 5px;
    font-weight: 400;
    font-size: 14px
}

img.xs-avatar {
    width: 40px;
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0px 4px 0 0
}

img.ava-dropdown {
    float: left;
    margin: 7px 10px 0 0
}

i.i-xs {
    font-size: 10px
}

.clear {
    clear: both
}

#loading {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    background: #fff
}

.spinner {
    margin: 0 auto;
    width: 36px;
    height: 36px;
    position: relative
}

.cube1, .cube2 {
    background-color: #1B1E24;
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 2s infinite ease-in-out;
    animation: cubemove 2s infinite ease-in-out
}

.cube2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(24px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5)
    }

    50% {
        transform: translateX(24px) translateY(24px) rotate(-179deg);
        -webkit-transform: translateX(24px) translateY(24px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(24px) translateY(24px) rotate(-180deg);
        -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg)
    }

    75% {
        transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.loading-inner {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0
}

.btn-facebook {
    background: #45619D;
    border-color: #4D6CAD
}

    .btn-facebook:hover {
        background: #395289;
        border-color: #4D6CAD
    }

.btn-twitter {
    background: #00ACEE;
    border-color: #00B7FC
}

    .btn-twitter:hover {
        background: #03A0DE;
        border-color: #00B7FC
    }

.btn-gplus {
    background: #D54636;
    border-color: #B22E21
}

    .btn-gplus:hover {
        background: #BF392E;
        border-color: #B22E21
    }

.btn-vimeo {
    background: #1BB6EC;
    border-color: #0AA0D3
}

    .btn-vimeo:hover {
        background: #12ADE3;
        border-color: #0AA0D3
    }

.btn-pinterest {
    background: #CD1F28;
    border-color: #B70F17
}

    .btn-pinterest:hover {
        background: #C9121A;
        border-color: #B70F17
    }

.btn-instagram {
    background: #4E3D35;
    border-color: #392C24
}

    .btn-instagram:hover {
        background: #483931;
        border-color: #392C24
    }

i.success {
    color: #65BD77
}

i.warning {
    color: #F39C12
}

i.info {
    color: #402954;
}

i.danger {
    color: #E85344
}

.btn-sl-toggle .switch-success .switch-off, .box-section .switch-success .switch-off {
    left: -67%
}

.btn-sl-toggle .switch-success div, .box-section .switch-success div {
    width: 167%
}

.btn-sl-toggle .switch-success span, .box-section .switch-success span {
    width: 40%
}

    .btn-sl-toggle .switch-success span.knob, .box-section .switch-success span.knob {
        width: 20%
    }

.btn-sl-toggle .switch-off span, .btn-sl-toggle .switch-on span, .box-section .switch-off span, .box-section .switch-on span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.btn-sl-toggle .switch-off, .box-section .switch-off {
    background: #ddd
}

    .btn-sl-toggle .switch-on .knob:before, .btn-sl-toggle .switch-off .knob:before, .box-section .switch-on .knob:before, .box-section .switch-off .knob:before {
        content: "\f0c9";
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        transform: translate(-50%) rotate(90deg);
        width: 20px;
        height: 20px;
        transition: .8s
    }

    .btn-sl-toggle .switch-off .knob:before, .box-section .switch-off .knob:before {
        color: #bbb
    }

.btn-sl-toggle .switch-on .knob:before, .box-section .switch-on .knob:before {
    color: #5cb85c
}

.page {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.rows, .col, .page {
    overflow: hidden;
    position: absolute
}

.rows {
    left: 0;
    right: 0
}

.rows-content-header {
    left: 0;
    right: 0;
    position: absolute
}

.col {
    top: 0;
    bottom: 0
}

.scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.left .scroll-y::-webkit-scrollbar {
    width: 14px;
}

.left .scroll-y::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 4px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

.left .scroll-y::-webkit-scrollbar-track {
    background: #222;
}

.right .scroll-y::-webkit-scrollbar {
    width: 14px;
}

.right .scroll-y::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, .2);
    border: 4px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

.right .scroll-y::-webkit-scrollbar-track {
    background: #e7e7e7;
}

.right .tb-scroll-y::-webkit-scrollbar {
    width: 14px;
}

.right .tb-scroll-y::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, .2);
    border: 4px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

.right .tb-scroll-y::-webkit-scrollbar-track {
    background: #e7e7e7;
}

.tb-scroll-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fill, .pane {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.pane {
    display: none
}

.left.side-menu {
    width: 220px;
    background: #333;
    margin-left: -15px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px
}

    .left.side-menu.mobile-sidebar {
        overflow-x: hidden;
        overflow-y: scroll
    }

.header.sidebar {
    background: #d22238;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0px
}

    .header.sidebar .logo {
        padding: 18px 20px 14px 20px;
        color: #fff
    }

        .header.sidebar .logo img {
            width: 30px;
            margin-right: 2px;
            border-radius: 4px;
            margin-top: -4px
        }

        .header.sidebar .logo h1 {
            font-size: 16px;
            margin: 0;
            padding: 0;
            color: #fff;
            font-family: 'Open Sans', Arial;
            font-weight: 400
        }

            .header.sidebar .logo h1 a {
                color: #fff
            }

                .header.sidebar .logo h1 a:hover {
                    text-decoration: none
                }

.sidebar-inner .media {
    padding: 0px 30px 15px;
    margin: 20px -15px 0 -15px;
    border-bottom: 1px solid #1F2429;
    color: #fff
}

    .sidebar-inner .media a {
        cursor: pointer;
        font-size: 11px;
        margin: 0 5px 0 0;
        color: #8B91A0
    }

        .sidebar-inner .media a:hover {
            color: #fff;
            text-decoration: none
        }

    .sidebar-inner .media .pull-left {
        margin: 3px 10px 0 3px
    }

    .sidebar-inner .media .media-object {
        width: 57px
    }

.sidebar-inner #search {
    padding: 15px
}

    .sidebar-inner #search form {
        position: relative
    }

        .sidebar-inner #search form i {
            color: #909090;
            position: absolute;
            top: 10px;
            right: 10px
        }

    .sidebar-inner #search .search {
        border-radius: 0;
        border-color: #121515;
        background: #313940;
        padding-right: 25px;
        font-size: 12px;
        color: #909090;
        -webkit-transition: All 0.25s ease;
        -moz-transition: All 0.25s ease;
        -o-transition: All 0.25s ease
    }

        .sidebar-inner #search .search:focus {
            border-color: #121515;
            background: #fdfdfd;
            -webkit-box-shadow: inset 0 1px 1px rgba(2,0,0,0.075),0 0 8px rgba(1,1,1,0.3);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(1,1,1,0.3)
        }

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    position: relative
}

    /*#sidebar-menu li {
        border-top: 1px solid #3b3b3b;
        border-bottom: 1px solid #000000
    }*/

#sidebar-menu {
    width: 100%
}

    #sidebar-menu > ul > li > a {
        line-height: 14px;
        font-size: 14px;
        display: block;
        color: #8B91A0;
        padding: 20px 15px;
    }

        /*#sidebar-menu > ul > li > a:hover {
            color: #fff;
            background: #131313;
            padding-left: 20px;
            border-left-color: #d22238
        }*/

        #sidebar-menu > ul > li > a > i {
            margin-right: 5px;
            color: #D3D6DB
        }

            #sidebar-menu > ul > li > a > i.fa.fa-angle-double-down.i-right {
                opacity: 0.45
            }

            #sidebar-menu > ul > li > a > i.i-right {
                margin: 3px 0 0 0;
                float: right
            }

            #sidebar-menu > ul > li > a > i.yellow.i-right {
                color: #EBC85E
            }

        #sidebar-menu > ul > li > a:hover {
            text-decoration: none
        }

    #sidebar-menu > ul > li.active > a {
        color: #fff;
        background: #121515
    }

        #sidebar-menu > ul > li.active > a:hover {
            color: #fff;
            /*background: #131313;
            padding: 10px 15px*/
        }

    #sidebar-menu > ul > li.selected > a {
        color: #fff;
        background: #121515;
        padding-left: 20px
    }

    #sidebar-menu > ul > li > a span.label {
        float: right
    }

        #sidebar-menu > ul > li > a span.label.span-left {
            float: none;
            margin-left: 5px
        }

    #sidebar-menu span.cnt {
        position: absolute;
        top: 8px;
        right: 15px;
        padding: 0;
        margin: 0;
        background: none
    }

    #sidebar-menu ul ul {
        display: none;
        background: #222;
        border-bottom: 0px solid #222222;
        padding-left: 25px;
    }

        #sidebar-menu ul ul.visible {
            display: block
        }

        #sidebar-menu ul ul li {
            border-top: 0;
            border-bottom: 0px solid #666666;
            /*margin-bottom: 10px;*/
        }

        #sidebar-menu ul ul a {
            padding: 16px 25px;
            color: #D3D6DB;
            font-size: 14px;
            -webkit-transition: All 0.4s ease;
            -moz-transition: All 0.4s ease;
            -o-transition: All 0.4s ease
        }

    #sidebar-menu > ul > li > a {
        line-height: 14px;
        font-size: 14px;
        display: block;
        color: #8B91A0;
        border-left: 4px solid transparent;
        padding: 16px 15px;
        -webkit-transition: All 0.25s ease;
        -moz-transition: All 0.25s ease;
        -o-transition: All 0.25s ease
    }

    #sidebar-menu ul ul a:hover {
        color: #fff;
        /*background: #131313*/
    }

    #sidebar-menu ul ul li.active a {
        color: #fff;
        background: #131313
    }

    #sidebar-menu ul ul a i {
        margin-right: 5px
    }

    /*#sidebar-menu > ul li.open {
        border-top: 0px solid #2a2a2a;
        background: #131313;
    }*/
/*6.16*/
/*.cur-menu {
    background: #d22238;
}*/
/*6.16*/
#sidebar-menu li.cur-menu a {
    color: #fff;
}
#merchant-menu {
    height: 90px
}

    #merchant-menu > i {
        padding-left: 10px;
        position: absolute;
        top: 42%
    }

.footer.rows {
    height: 50px;
    bottom: 0;
    background: #0F1215;
    color: #E8EAED;
    padding: 15px
}

    .footer.rows .progress.progress-xs {
        margin: 9px 70px 9px 0;
        overflow: visible;
        position: relative
    }

        .footer.rows .progress.progress-xs .progress-precentage {
            display: block;
            position: absolute;
            right: -20px;
            top: -12px;
            padding: 7px 5px;
            border-radius: 50%;
            background: #212121;
            color: #8B91A0
        }

        .footer.rows .progress.progress-xs .btn {
            display: block;
            position: absolute;
            right: -70px;
            top: -14px;
            background: #212121;
            color: #8B91A0;
            border: none
        }

.right {
    left: 220px;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0
}

.header.rows {
    height: 50px
}

.header.rows-content-header {
    height: 50px
}

/*.header.content {
    background: #FFFFFF;
    border-bottom: 1px solid #E5E9EC
}*/

.body.rows {
    top: 0;
    bottom: 0px
}

.body.content.rows {
    top: 50px;
    bottom: 0px;
    background: #e7e7e7;
    padding: 10px;
    font-size: 14px
}

.button-menu-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 999;
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
    background: #1B1E24;
    color: #A5B2BC;
    border: none
}

footer {
    padding: 20px 0;
    font-size: 16px;
    margin-top: 40px;
    color: #666666;
    text-align: center
}

.page-heading {
    margin: 0px 0 25px
}

    .page-heading a:hover, .page-heading a:hover h1, .page-heading a h1, .page-heading h1 {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 24px;
        width: 100%;
        text-decoration: none;
        color: #333
    }

.box-info {
    position: relative;
    padding: 15px;
    background: #fff;
    color: #5b5b5b;
    margin-bottom: 20px;
    /*border: 1px solid #e7e7e7;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease
}

.translucent-box-info {
    opacity: 0.5
}

.box-info:hover {
    color: #393E48
}

.box-info:before, .box-info:after, jbbox-title-wrapper:before, jbbox-title-wrapper:after {
    display: table;
    content: " "
}

.box-info:after {
    clear: both
}

.box-info .des-thumbnail {
    padding: 20px
}

.box-info .img-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}

    .box-info .img-wrap img {
        width: 100%
    }

.box-info .icon-box {
    width: 65px;
    font-size: 30px;
    display: block;
    float: left
}

.box-info h2 {
    padding: 10px 15px 20px 20px;
    margin: 5px 0 20px 0;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #444;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.jbbox-title-wrapper {
    margin-bottom: 0;
    display: flex;
    color: #444;
}
.jbbox-title {
    padding: 10px 50px 10px 50px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    position: relative;
    cursor:pointer;
}
.jbbox-title.select {
    background-color: white;
}
.box-info h3 {
    padding: 10px 15px 20px 0;
    margin: 5px 0 20px 0;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #444;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.box-info h2:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 27px;
    border-radius: 3px;
    background-color: #e85405;
}

.jbbox-title.select:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 6px;
    height: 27px;
    border-radius: 3px;
    background-color: #e85405;
}

.box-info h2.no-style {
    padding: 0px;
    margin: 20px 0px 10px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    border-bottom: none
}

.box-info .section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.box-info .box-header {
    border-bottom: 1px solid #e7e7e7;
    margin: 0px 0 0px 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px
}

    .box-info .box-header .pull-right {
        padding: 15px 15px 15px 15px
    }

    .box-info .box-header .title-container, .box-info .box-header .pull-left {
        padding: 15px 15px 15px 15px
    }

    .box-info .box-header.full {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

        .box-info .box-header.full .pull-left, .box-info .box-header.full {
            padding: 0
        }

.box-info .box-top {
    border-top: 1px solid #e7e7e7;
    border-radius: 0;
    border-bottom: 0
}

    .box-info .box-top .help-block {
        padding: 0 15px
    }

.box-info .box-body {
    padding: 15px
}

.box-body .radio {
    padding-left: 0px
}

.box-info .box-section {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #DDDDDD
}

    .box-info .box-section .radio {
        padding-left: 0;
        padding-bottom: 10px
    }

    .box-info .box-section .section-header {
        font-size: 15px;
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .box-info .box-section:first-child {
        border-radius: 5px 5px 0 0
    }

    .box-info .box-section:last-child {
        border-radius: 0 0 5px 5px
    }

.box-body + .box-header {
    border-top: 1px solid #e7e7e7
}

.box-section.header-section {
    background-color: #ECECEC
}

    .box-section.header-section.active {
        background-color: black
    }

    .box-section.header-section .title {
        color: #565656;
        font-size: 19px;
        font-weight: 400;
        display: inline-block;
        line-height: 60px;
        white-space: nowrap
    }

    .box-section.header-section.active .title {
        color: white
    }

    .box-section.header-section .collapse-button, .box-section.header-section .expand-button {
        float: right;
        font-size: 20px;
        line-height: 60px;
        cursor: pointer
    }

    .box-section.header-section .collapse-button {
        color: white
    }

.box-info.full .box-header h2, .box-info .box-header h2 {
    padding: 0;
    margin: 8px 0px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #402945;
    border-bottom: none
}

.box-info.box-messages h2 {
    border-bottom: none
}

.box-info .statistic-chart {
    padding: 0 0 30px 0
}

.box-info.full {
    padding: 0px
}

    .box-info.full .box-footer {
        padding: 20px 20px 15px 20px
    }

        .box-info.full .box-footer a, .box-info.full .box-footer a:hover {
            color: #1B1E24;
            text-decoration: none
        }

        .box-info.full .box-footer .btn-link, .box-info.full .box-footer .btn-link:hover {
            color: #428bca
        }

.box-info .nav-tabs {
    background: #1B1E24
}

    .box-info .nav-tabs > li > a,
    .box-info .nav-tabs > li > span {
        margin-right: 0px;
        line-height: 1.428571429;
        font-size: 14px;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-radius: 0px 0px 0 0;
        margin: 0;
        color: #8B91A0;
        -webkit-transition: All 0.4s ease;
        -moz-transition: All 0.4s ease;
        -o-transition: All 0.4s ease
    }

        .box-info .nav-tabs > li > a i {
            color: #fff
        }

.box-info .media-list {
    margin-top: 20px
}

    .box-info .media-list a {
        color: #1B1E24
    }

        .box-info .media-list a:hover {
            color: #212121;
            text-decoration: none
        }

    .box-info .media-list .media {
        padding: 5px 20px;
        border-bottom: 1px solid #eaeaea
    }

    .box-info .media-list li:last-child.media {
        border-bottom: none
    }

    .box-info .media-list .media .media-heading a {
        font-size: 14px;
        font-weight: 600;
        color: #1B1E24;
        margin-right: 5px
    }

    .box-info .media-list .media .media-heading small {
        color: #65BD77;
        font-size: 11px
    }

    .box-info .media-list .media p {
        color: #909090
    }

    .box-info .media-list .media .media-object {
        width: 50px
    }

.box-info .nav-tabs > li.active > a,
.box-info .nav-tabs > li.active > a:hover,
.box-info .nav-tabs > li.active > a:focus,
.box-info .nav-tabs > li.active > span {
    cursor: default;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: #ffffff;
    color: #1B1E24
}

    .box-info .nav-tabs > li.active > a i, .box-info .nav-tabs > li.active > a:hover i, .box-info .nav-tabs > li.active > a:focus i {
        color: #212121
    }

.box-info .additional-box {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1
}

.box-info .additional-btn {
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 991
}

/*.box-info .btn-group {
    z-index: 99
}*/

.box-info .btn-group-zindex {
    z-index: 1
}

.box-info table .btn-group {
    z-index: 1
}

.box-info .additional-btn .dropdown-menu {
    z-index: 9999
}

.box-info .additional-btn a.additional-icon {
    color: #909090;
    margin-left: 10px;
    cursor: pointer
}

.box-info .additional-btn a:hover.additional-icon {
    text-decoration: none
}

.box-info.success {
    background: #65BD77;
    color: #fff
}

    .box-info.success h2 {
        color: #2C7439;
        border-bottom-color: #3B934B
    }

    .box-info.success:hover {
        color: #DEFFE5
    }

    .box-info.success .additional-btn a.additional-icon {
        color: #3B934B
    }

    .box-info.success .additional-btn a:hover.additional-icon {
        color: #2C7439
    }

    .box-info.success .text-box h3 {
        color: #215F2E
    }

    .box-info.success .progress-bar-success {
        background-color: #215F2E
    }

    .box-info.success i.success {
        color: #215F2E
    }

.box-info.danger {
    background: #D9534F;
    color: #fff
}

    .box-info.danger h2 {
        color: #791C1A;
        border-bottom-color: #791C1A
    }

    .box-info.danger:hover {
        color: #fff
    }

    .box-info.danger .additional-btn a.additional-icon {
        color: #791C1A
    }

    .box-info.danger .additional-btn a:hover.additional-icon {
        color: #791C1A
    }

    .box-info.danger .text-box h3 {
        color: #791C1A
    }

    .box-info.danger .progress-bar-danger {
        background-color: #791C1A
    }

    .box-info.danger i.danger {
        color: #791C1A
    }

.box-info.info {
    background: #4393D8;
    color: #fff
}

    .box-info.info h2 {
        color: #15558B;
        border-bottom-color: #15558B
    }

    .box-info.info:hover {
        color: #DEFFE5
    }

    .box-info.info .additional-btn a.additional-icon {
        color: #15558B
    }

    .box-info.info .additional-btn a:hover.additional-icon {
        color: #15558B
    }

    .box-info.info .text-box h3 {
        color: #15558B
    }

    .box-info.info .progress-bar-info {
        background-color: #15558B
    }

    .box-info.info i.info {
        color: #15558B
    }

.box-info.warning {
    background: #F7CB17;
    color: #fff
}

    .box-info.warning h2 {
        color: #9D5D03;
        border-bottom-color: #9D5D03
    }

    .box-info.warning:hover {
        color: #DEFFE5
    }

    .box-info.warning .additional-btn a.additional-icon {
        color: #9D5D03
    }

    .box-info.warning .additional-btn a:hover.additional-icon {
        color: #9D5D03
    }

    .box-info.warning .text-box h3 {
        color: #9D5D03
    }

    .box-info.warning .progress-bar-warning {
        background-color: #9D5D03
    }

    .box-info.warning i.warning {
        color: #9D5D03
    }

.box-info .additional {
    padding: 0 15px;
    background: #fff;
    color: #909090;
    margin: 15px -15px -15px -15px
}

    .box-info .additional .list-box-info {
        margin: 0 -15px
    }

        .box-info .additional .list-box-info ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .box-info .additional .list-box-info ul li {
                background: #fff;
                padding: 15px 20px;
                color: #909090;
                border-bottom: 1px solid #ddd
            }

                .box-info .additional .list-box-info ul li span.label {
                    float: right;
                    font-size: 13px
                }

                .box-info .additional .list-box-info ul li:last-child {
                    border-bottom: 1px solid #fff
                }

.box-info.full h2 {
    padding: 15px;
    margin: 5px 0px 20px 0px
}

.box-info table {
    margin: 0
}

    .box-info table tr th, .box-info table tr td {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 30px
    }

.box-info .text-box h3 {
    padding: 0;
    margin: 5px 0;
    font-weight: 600;
    font-size: 20px;
    display: block;
    color: #4c5264
}

.box-info .text-box p {
    font-size: 14px
}

.input-line-height {
    line-height: 30px
}

.box-info.bordered .box-body {
    padding-top: 0;
    padding-bottom: 0
}

.box-info.bordered .box-section {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-bottom: 0
}

    .box-info.bordered .box-section:not(:first-child) {
        border-right: 0;
        border-radius: 0
    }

@media screen and (min-width: 768px) {
    .box-info.bordered .box-section:not(:first-child) {
        border-left: 1px solid #DDDDDD
    }
}

.box-info.bordered .box-footer {
    padding: 15px;
    border-top: 1px solid #DDDDDD
}

.notification-bell {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.notification-bell-primary {
    color: #31708F
}

.notification-bell-danger {
    color: #a94442
}

.notification-box-primary {
    color: #31708F;
    background-color: #D4EAF6;
    border: 1px solid #31708F
}

    .notification-box-primary.box-info:hover {
        color: #31708F
    }

    .notification-box-danger .content, .notification-box-primary .content {
        padding-bottom: 8px;
        padding-left: 40px
    }

.notification-box-danger {
    color: #A94442;
    background-color: #F0D9D9;
    border: 1px solid #a94442
}

    .notification-box-danger.box-info:hover {
        color: #A94442
    }

.notification-btn-container {
    text-align: center
}

.notification-btn {
    margin-right: 4px;
    margin-left: 4px;
    width: 100px
}

@media (min-width: 768px) {
    .notification-box-danger .content, .notification-box-primary .content {
        padding-bottom: 0;
        width: calc(100% - 235px)
    }

    .notification-btn-container {
        float: right;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
}

p.quick-post {
    margin: 10px 5px
}

    p.quick-post i {
        color: #909090;
        margin: 5px;
        cursor: pointer
    }

    p.quick-post.message i {
        margin: 0 2px
    }

    p.quick-post.message {
        margin: 3px 0px;
        padding: 0;
        text-align: right
    }

.chat-widget {
    margin-bottom: 20px
}

form.input-chat {
    margin-top: 20px
}

.chat-widget .media-list {
    margin: 0
}

    .chat-widget .media-list .media {
        border-bottom: none
    }

        .chat-widget .media-list .media .media-object {
            width: 50px;
            height: 50px;
            padding: 4px;
            border: 1px solid #eaeaea
        }

        .chat-widget .media-list .media .media-body {
            background: #f7f7f7;
            border-radius: 3px;
            padding: 10px;
            color: #333
        }

            .chat-widget .media-list .media .media-body p.time {
                text-align: right;
                margin-top: 10px;
                color: #666;
                font-size: 12px;
                font-style: italic
            }

            .chat-widget .media-list .media .media-body.success {
                background: #EDFFED
            }

            .chat-widget .media-list .media .media-body.warning {
                background: #FFFCE0
            }

            .chat-widget .media-list .media .media-body.danger {
                background: #FFE8E8
            }

            .chat-widget .media-list .media .media-body.info {
                background: #fafcff
            }

.the-notes {
    padding: 15px 15px 15px 30px;
    border-left: 4px solid #909090;
    margin-bottom: 20px
}

    .the-notes.default {
        background: #fff
    }

    .the-notes.success {
        background: #fff;
        border-left-color: #65BD77
    }

    .the-notes.warning {
        background: #fff;
        border-left-color: #F7CB17
    }

    .the-notes.danger {
        background: #fff;
        border-left-color: #D9534F
    }

    .the-notes.info {
        background: #fff;
        border-left-color: #4393D8
    }

    .the-notes.success h4 {
        color: #65BD77
    }

    .the-notes.warning h4 {
        color: #F7CB17
    }

    .the-notes.danger h4 {
        color: #D9534F
    }

    .the-notes.inf h4 {
        color: #4393D8
    }

.selectpicker {
    border-radius: 0;
    font-size: 13px
}

.easyWizardSteps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: #fafafa
}

    .easyWizardSteps li {
        font-size: 18px;
        display: inline-block;
        padding: 10px 20px;
        color: #B0B1B3;
        margin-right: 0px
    }

        .easyWizardSteps li span {
            font-size: 20px;
            padding: 2px 10px;
            border-radius: 50%;
            margin-top: -5px
        }

        .easyWizardSteps li.current span {
            background: #65BD77;
            color: #fff
        }

        .easyWizardSteps li.current {
            color: #2C7439;
            background: #fff
        }

.easyWizardButtons {
    overflow: hidden;
    padding: 10px
}

    .easyWizardButtons button, .easyWizardButtons .submit {
        cursor: pointer
    }

    .easyWizardButtons .prev {
        float: left
    }

    .easyWizardButtons .next, .easyWizardButtons .submit {
        float: right
    }

.notes {
    padding: 15px;
    border: 1px dashed #ddd
}

section.step {
    padding: 0 30px
}

.gallery-wrap {
    margin: 0
}

    .gallery-wrap:before, .gallery-wrap:after {
        display: table;
        content: " "
    }

    .gallery-wrap:after {
        clear: both
    }

    .gallery-wrap .column {
        float: left;
        width: 20%;
        margin: 0;
        padding: 0
    }

    .gallery-wrap .column-4 {
        float: left;
        width: 25%;
        margin: 0;
        padding: 0
    }

    .gallery-wrap .column-3 {
        float: left;
        width: 33.33333333333333%;
        margin: 0px 0px 30px 0px;
        padding: 0
    }

        .gallery-wrap .column .inner, .gallery-wrap .column-4 .inner, .gallery-wrap .column-3 .inner {
            margin: 10px;
            position: relative;
            overflow: hidden;
            -webkit-transition: All 0.4s ease;
            -moz-transition: All 0.4s ease;
            -o-transition: All 0.4s ease
        }

            .gallery-wrap .column .inner a .img-wrap, .gallery-wrap .column-3 .inner a .img-wrap, .gallery-wrap .column-4 .inner a .img-wrap {
                cursor: pointer;
                cursor: -webkit-zoom-in;
                cursor: -moz-zoom-in;
                cursor: zoom-in
            }

            .gallery-wrap .column .inner .img-wrap {
                height: 100px;
                overflow: hidden;
                background: #ddd
            }

            .gallery-wrap .column-3 .inner .img-wrap {
                overflow: hidden;
                background: none
            }

            .gallery-wrap .column-4 .inner .img-wrap {
                height: auto;
                overflow: hidden;
                background: transparent
            }

            .gallery-wrap .column .inner .img-frame, .gallery-wrap .column-3 .inner .img-frame, .gallery-wrap .column-4 .inner .img-frame {
                padding: 5px;
                background: #fff;
                display: block;
                position: relative;
                -webkit-transition: All 0.4s ease;
                -moz-transition: All 0.4s ease;
                -o-transition: All 0.4s ease
            }

            .gallery-wrap .column .inner:hover .img-frame, .gallery-wrap .column-3 .inner:hover .img-frame, .gallery-wrap .column-4 .inner:hover .img-frame {
                background: #fff
            }

                .gallery-wrap .column .inner:hover .img-frame.success, .gallery-wrap .column-3 .inner:hover .img-frame.success, .gallery-wrap .column-4 .inner:hover .img-frame.success {
                    background: #65BD77
                }

                .gallery-wrap .column .inner:hover .img-frame.warning, .gallery-wrap .column-3 .inner:hover .img-frame.warning, .gallery-wrap .column-4 .inner:hover .img-frame.warning {
                    background: #EBC85E
                }

                .gallery-wrap .column .inner:hover .img-frame.danger, .gallery-wrap .column-3 .inner:hover .img-frame.danger, .gallery-wrap .column-4 .inner:hover .img-frame.danger {
                    background: #D73D3D
                }

                .gallery-wrap .column .inner:hover .img-frame.info, .gallery-wrap .column-3 .inner:hover .img-frame.info, .gallery-wrap .column-4 .inner:hover .img-frame.info {
                    background: #67B0D1
                }

            .gallery-wrap .column .inner .img-wrap img, .gallery-wrap .column-4 .inner .img-wrap img, .gallery-wrap .column-3 .inner .img-wrap img {
                width: 100%
            }

            .gallery-wrap .column .inner .caption-hover, .gallery-wrap .column-4 .inner .caption-hover, .gallery-wrap .column-3 .inner .caption-hover {
                position: absolute;
                bottom: -100px;
                left: 0;
                right: 0;
                text-align: center;
                color: #909090;
                padding: 10px;
                background: #fff;
                -webkit-transition: All 0.4s ease;
                -moz-transition: All 0.4s ease;
                -o-transition: All 0.4s ease
            }

                .gallery-wrap .column .inner .caption-hover.success, .gallery-wrap .column-4 .inner .caption-hover.success, .gallery-wrap .column-3 .inner .caption-hover.success {
                    color: #2C7439;
                    background: #65BD77
                }

                .gallery-wrap .column .inner .caption-hover.danger, .gallery-wrap .column-4 .inner .caption-hover.danger, .gallery-wrap .column-3 .inner .caption-hover.danger {
                    color: #790D0D;
                    background: #D73D3D
                }

                .gallery-wrap .column .inner .caption-hover.warning, .gallery-wrap .column-4 .inner .caption-hover.warning, .gallery-wrap .column-3 .inner .caption-hover.warning {
                    color: #B27C05;
                    background: #EBC85E
                }

                .gallery-wrap .column .inner .caption-hover.info, .gallery-wrap .column-4 .inner .caption-hover.info, .gallery-wrap .column-3 .inner .caption-hover.info {
                    color: #0A487C;
                    background: #67B0D1
                }

            .gallery-wrap .column .inner:hover .caption-hover, .gallery-wrap .column-4 .inner:hover .caption-hover, .gallery-wrap .column-3 .inner:hover .caption-hover {
                bottom: 0px
            }

            .gallery-wrap .column .inner .caption-static, .gallery-wrap .column-4 .inner .caption-static, .gallery-wrap .column-3 .inner .caption-static {
                position: relative;
                text-align: center;
                color: #909090;
                padding: 10px;
                background: #fff;
                margin: 0
            }

            .gallery-wrap .column .inner a:hover, .gallery-wrap .column-4 .inner a:hover, .gallery-wrap .column-3 .inner a:hover {
                text-decoration: none
            }

            .gallery-wrap .column .inner .caption-static.success, .gallery-wrap .column-4 .inner .caption-static.success, .gallery-wrap .column-3 .inner .caption-static.success {
                color: #2C7439;
                background: #65BD77
            }

            .gallery-wrap .column .inner .caption-static.danger, .gallery-wrap .column-4 .inner .caption-static.danger, .gallery-wrap .column-3 .inner .caption-static.danger {
                color: #790D0D;
                background: #D73D3D
            }

            .gallery-wrap .column .inner .caption-static.warning, .gallery-wrap .column-4 .inner .caption-static.warning, .gallery-wrap .column-3 .inner .caption-static.warning {
                color: #B27C05;
                background: #EBC85E
            }

            .gallery-wrap .column .inner .caption-static.info, .gallery-wrap .column-4 .inner .caption-static.info, .gallery-wrap .column-3 .inner .caption-static.info {
                color: #0A487C;
                background: #67B0D1
            }

    .gallery-wrap.scrollable {
        max-height: 290px;
        overflow-y: scroll;
        overflow-x: hidden
    }

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.full-content-center {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

    .full-content-center img.logo-login {
        max-height: 140px !important;
        width: auto !important;
        margin-right: 10px;
        background: #272C31
    }

body.full-content {
    background: #E5E9EC;
    padding-top: 0px
}

.full-content-center h1 {
    font-size: 150px;
    font-weight: 600
}

.login-wrap {
    margin: 20px 10%;
    text-align: left
}

    .login-wrap i {
        margin-right: 5px
    }

    .login-wrap .checkbox {
        margin-left: 0;
        padding-left: 0
    }

    .login-wrap .btn-block {
        margin: 5px 0
    }

    .login-wrap .login-input {
        position: relative;
        color: #919191;
        margin-bottom: 30px;
        border-radius: 6px;
    }

        .login-wrap .login-input .text-input {
            padding-left: 60px
        }

        .login-wrap .login-input i.overlay {
            position: absolute;
            left: 10px;
            top: 10px;
            color: #aaa
        }
.login-wrap .icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
    margin-left: 5px;
}
.icon-mail {
    background-image: url('../Images/icon-mail.png');
}
.icon-password {
    background-image: url('../Images/icon-password.png');
}
.login-input .form-control {
    border-radius: 6px;
    border: 0;
}
.login-wrap .login-btn.btn-success {
    background-color: #D22238;
    line-height: 50px;
    padding: 0;
}
.ava-lock-screen img {
    width: 100px;
    margin: 10px 0 0 10px
}

.box-info .media-list.search-result .media a {
    color: #46C45F
}

.box-info .media-list.search-result .media .media-heading a {
    color: #1279D1
}

.box-info .media-list.search-result .media .media-heading span {
    font-size: 12px;
    font-weight: 400;
    padding: 3px 5px
}

.box-info .media-list.search-result .media .media-object {
    width: 100px
}

ul.faq {
    list-style: none;
    padding-left: 10px;
    margin: 20px 0 50px
}

    ul.faq li i {
        margin-right: 5px
    }

    ul.faq li {
        margin: 10px 0
    }

        ul.faq li a.faq-question {
            cursor: pointer;
            display: block;
            font-size: 14px
        }

        ul.faq li .faq-answer {
            margin: 10px 15px
        }

.ribbon-holder {
    position: relative;
    top: -46px;
    right: -7px
}

.ribbon-large .text {
    font-size: 14px !important
}

table.pricing-table-style-1 {
    text-align: center;
    background: #fff
}

    table.pricing-table-style-1 thead tr th {
        padding: 15px;
        font-size: 18px;
        font-weight: 600;
        text-align: center
    }

        table.pricing-table-style-1 thead tr th.best-choice {
            color: #A2A7B7;
            background: #0F1215;
            border-bottom-color: #000
        }

    table.pricing-table-style-1 tbody tr td.best-choice {
        background: #1B1E24;
        font-weight: 600;
        font-size: 15px;
        color: #fafafa;
        border-top-color: #000
    }

    table.pricing-table-style-1 tbody tr td.td-success {
        background: #65BD77;
        font-weight: 600;
        color: #2C7439;
        text-align: right;
        border-top-color: #55AD67
    }

    table.pricing-table-style-1 thead tr th.th-success {
        color: #65BD77;
        background: #55AD67;
        border-bottom-color: #55AD67
    }

.la-pricing-table {
    text-align: center;
    display: flex;
    margin: 0 -20px
}

@media (max-width: 767px) {
    .la-pricing-table {
        display: block
    }
}

.la-pricing-table:before, .la-pricing-table:after {
    display: table;
    content: " "
}

.la-pricing-table .plan-box-wrapper {
    flex: 1;
    padding: 0 15px
}

    .la-pricing-table .plan-box-wrapper .plan-box, .la-pricing-table .plan-box-wrapper .plan-box > ul {
        height: 100%
    }

.la-pricing-table:after {
    clear: both
}

.la-pricing-table .la-col-4 {
    float: left;
    margin: 20px 0 20px 0;
    padding: 0;
    width: 25%;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    overflow: hidden
}

    .la-pricing-table .la-col-4 i.bg-big {
        position: absolute;
        font-size: 210px;
        opacity: .05;
        top: 20%;
        left: 0;
        right: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out
    }

    .la-pricing-table .la-col-4:hover i.bg-big {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    .la-pricing-table .la-col-4 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #fff
    }

        .la-pricing-table .la-col-4 ul li {
            padding: 10px 20px;
            display: block;
            font-size: 13px
        }

            .la-pricing-table .la-col-4 ul li.la-package {
                font-size: 24px;
                font-weight: 600;
                color: #232a32
            }

            .la-pricing-table .la-col-4 ul li.la-price {
                font-size: 18px;
                font-weight: 600;
                color: #8E98AD;
                background: #434D58;
                margin: 0 20px
            }

                .la-pricing-table .la-col-4 ul li.la-price i {
                    font-size: 13px
                }

    .la-pricing-table .la-col-4:hover.success {
        border-color: #2C7439
    }

    .la-pricing-table .la-col-4.success ul {
        background: #65BD77
    }

        .la-pricing-table .la-col-4.success ul li {
            color: #fff
        }

            .la-pricing-table .la-col-4.success ul li.la-package {
                color: #BCF5C6;
                background: #2C7439
            }

            .la-pricing-table .la-col-4.success ul li.la-price {
                color: #fff;
                background: #3E984D
            }

.la-limited {
    font-size: 18px !important;
    padding-top: 0 !important;
    color: #ce4848;
    margin-top: -12px !important;
    margin-bottom: -7px !important
}

.la-pricing-table .la-col-4:hover.danger {
    border-color: #B42424
}

.la-pricing-table .la-col-4.danger ul {
    background: #D73D3D
}

    .la-pricing-table .la-col-4.danger ul li {
        color: #fff
    }

        .la-pricing-table .la-col-4.danger ul li.la-package {
            color: #FFB4B4;
            background: #B42424
        }

        .la-pricing-table .la-col-4.danger ul li.la-price {
            color: #fff;
            background: #C42E2E
        }

.la-pricing-table .la-col-4:hover.info {
    border-color: #1F6AAA
}

.la-pricing-table .la-col-4.info ul {
    background: #529DDE
}

    .la-pricing-table .la-col-4.info ul li {
        color: #fff
    }

        .la-pricing-table .la-col-4.info ul li.la-package {
            color: #C6E5FF;
            background: #1F6AAA
        }

        .la-pricing-table .la-col-4.info ul li.la-price {
            color: #fff;
            background: #2E71AD
        }

.la-pricing-table .la-col-4:hover.warning {
    border-color: #F08600
}

.la-pricing-table .la-col-4.warning ul {
    background: #EBC85E
}

    .la-pricing-table .la-col-4.warning ul li {
        color: #fff
    }

        .la-pricing-table .la-col-4.warning ul li.la-package {
            color: #FFF5C9;
            background: #F08600
        }

        .la-pricing-table .la-col-4.warning ul li.la-price {
            color: #fff;
            background: #FFAA00
        }

@media (max-width: 768px) {
    .la-pricing-table .plan-box-wrapper {
        padding-left: 0;
        padding-right: 0
    }

        .la-pricing-table .plan-box-wrapper .plan-features-list {
            width: 100%
        }
}

.icon-print {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 22px
}

    .icon-print a {
        color: #909090
    }

        .icon-print a:hover {
            color: #212121;
            text-decoration: none
        }

.company-column {
    padding: 15px;
    border: 1px dashed #ddd;
    margin-bottom: 20px
}

.bill-to {
    padding: 15px;
    margin-bottom: 20px;
    background: #E5E9EC
}

.user-profile-sidebar {
    margin: 0 0 20px 0
}

    .user-profile-sidebar .user-identity {
        margin: 0px 0 0 0
    }

    .user-profile-sidebar img {
        width: 90px
    }

.account-status-data {
    text-align: center;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0 20px 0
}

    .account-status-data h5 {
        font-size: 11px;
        line-height: 150%;
        color: #909090
    }

.user-button {
    margin: 0px 0
}

    .user-button .btn {
        margin: 5px 0
    }

#social {
    padding: 10px;
    background: #E5E9EC;
    text-align: center
}

    #social a:hover {
        text-decoration: none
    }

.fa-circle.facebook {
    color: #5471AE
}

.fa-circle.twitter {
    color: #4EC6F6
}

.fa-circle.gplus {
    color: #E24E3E
}

.fa-circle.tumblr {
    color: #4D77A3
}

.fa-circle.linkedin {
    color: #3097CE
}

.user-profile-content {
    margin: 30px 15px
}

.icon-showcase i {
    margin-right: 5px
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden
}

    .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        margin: 0 -1px -1px 0;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #ddd
    }

    .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px
    }

    .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
        word-wrap: break-word
    }

    .bs-glyphicons li:hover {
        background-color: rgba(86,61,124,0.1)
    }

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%
    }
}

.menu-message {
    margin: 20px 0
}

.table-message tr.unread {
    font-weight: 600;
    background: #FFFCE0
}

.table-hover > tbody > tr:hover.unread > td {
    background: #FCF5BF
}

.table-message > tbody > tr > td > a {
    display: block;
    color: #5b5b5b
}

    .table-message > tbody > tr > td > a:hover {
        text-decoration: none
    }

.data-table-toolbar {
    margin: 15px 0
}

    .data-table-toolbar span.paging-status {
        font-weight: bold;
        margin: 10px 10px 0 0
    }

.input-message {
    margin-top: -1px
}

hr.dashed {
    height: 1px;
    background: transparent;
    border-top: none;
    border-bottom: 1px dashed #ddd
}

.data-table-toolbar {
    margin: 15px 0;
    padding: 0 15px
}

.toolbar-btn-action {
    text-align: right
}

.pricing-tables {
    text-align: center;
    position: relative;
    margin: 30px 0;
    color: #353535;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease
}

    .pricing-tables:hover {
        box-shadow: 0 0 0 5px #fff
    }

    .pricing-tables .the-box {
        margin: 0;
        background: #fff
    }

    .pricing-tables .header {
        padding: 5px 0 70px;
        background: #D6D6D6
    }

    .pricing-tables .circle-price-wrap {
        width: 150px;
        height: 150px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -75px;
        border: 3px solid #D6D6D6
    }

        .pricing-tables .circle-price-wrap h2 {
            font-size: 40px;
            padding: 15px 0
        }

            .pricing-tables .circle-price-wrap h2 small {
                font-size: 14px;
                color: #909090;
                display: block
            }

    .pricing-tables table.table-inner {
        margin: 100px 0 0 0;
        padding: 0
    }

        .pricing-tables table.table-inner > tbody:first-child > tr:first-child > td {
            border-top: 0
        }

        .pricing-tables table.table-inner > thead > tr > th, .pricing-tables table.table-inner > tbody > tr > th, .pricing-tables table.table-inner > tfoot > tr > th, .pricing-tables table.table-inner > thead > tr > td, .pricing-tables table.table-inner > tbody > tr > td, .pricing-tables table.table-inner > tfoot > tr > td {
            padding: 15px;
            font-size: 16px;
            vertical-align: middle;
            border-top: 1px dotted #e7e7e7
        }

    .pricing-tables:hover.best-choice {
        box-shadow: 0 0 0 5px #3e984d
    }

    .pricing-tables.best-choice .header {
        background: #3E984D;
        color: #fff
    }

    .pricing-tables.best-choice .circle-price-wrap {
        border: 3px solid #3E984D
    }

        .pricing-tables.best-choice .circle-price-wrap h2 {
            color: #3E984D
        }

            .pricing-tables.best-choice .circle-price-wrap h2 small {
                color: #3E984D
            }

    .pricing-tables.best-choice table.table-inner {
        margin: 100px 0 0 0;
        padding: 0
    }

        .pricing-tables.best-choice table.table-inner > tbody:first-child > tr:first-child > td {
            border-top: 0
        }

.container .jumbotron, .jumbotron {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    .jumbotron.bg-white {
        background: #fff
    }

    .jumbotron.sm {
        padding: 20px;
        margin-bottom: 20px;
        color: inherit
    }

        .jumbotron.sm p {
            margin-bottom: 20px;
            font-size: 16px
        }

    .jumbotron.xs {
        padding: 15px;
        margin-bottom: 15px;
        color: inherit
    }

        .jumbotron.xs p {
            margin-bottom: 15px;
            font-size: 14px
        }

    .jumbotron.dashed {
        background: #fff;
        border: 1px dashed #ddd
    }

    .jumbotron.rounded {
        border-radius: 15px
    }

@media screen and (min-width: 768px) {
    .jumbotron.sm {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 36x
    }

        .jumbotron.sm h1, .jumbotron.sm .h1 {
            font-size: 40px;
            margin-top: 0px
        }

    .jumbotron.xs {
        padding-top: 24px;
        padding-bottom: 24x
    }

        .jumbotron.xs h1, .jumbotron.xs .h1 {
            font-size: 30px;
            margin-top: 0px
        }
}

.user-profile-2 {
    text-align: center;
    position: relative
}

    .user-profile-2 .header-cover {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 130px;
        overflow: hidden;
        z-index: 1
    }

        .user-profile-2 .header-cover.primary {
            background-color: #428BCA
        }

        .user-profile-2 .header-cover img {
            width: 100%
        }

    .user-profile-2 .user-profile-inner {
        z-index: 2;
        position: relative
    }

        .user-profile-2 .user-profile-inner h4.white {
            color: #fff
        }

        .user-profile-2 .user-profile-inner .profile-avatar {
            border: 5px solid #fff;
            box-shadow: 0 0 0 2px rgba(50,50,58,0);
            -moz-box-shadow: 0 0 0 2px rgba(50,50,58,0);
            -webkit-box-shadow: 0 0 0 2px rgba(50,50,58,0)
        }

    .user-profile-2 .profile-avatar {
        margin: 15px 0;
        border: 3px solid #fff;
        box-shadow: 0 0 0 2px rgba(50,50,58,0.4);
        -moz-box-shadow: 0 0 0 2px rgba(50,50,58,0.4);
        -webkit-box-shadow: 0 0 0 2px rgba(50,50,58,0.4)
    }

    .user-profile-2 .list-group {
        text-align: left;
        margin-top: 20px
    }

.the-timeline {
    margin-bottom: 40px
}

    .the-timeline .post-to-timeline {
        margin: 15px 0
    }

        .the-timeline .post-to-timeline textarea {
            height: 50px;
            resize: none;
            margin-bottom: 10px
        }

    .the-timeline ul {
        padding: 0;
        list-style: none;
        margin: 0 15px 0 30px;
        border-left: 2px solid #ddd
    }

        .the-timeline ul li {
            padding: 5px 15px;
            display: block;
            margin: 20px 0 20px 35px;
            background: #E5E9EC;
            position: relative;
            border-left: 4px solid transparent
        }

            .the-timeline ul li:hover {
                border-left-color: #1B1E24
            }

            .the-timeline ul li p {
                margin: 0;
                padding: 0
            }

            .the-timeline ul li .the-date {
                position: absolute;
                left: -64px;
                top: 0;
                width: 50px;
                height: 50px;
                background: #1B1E24;
                border-radius: 50%;
                text-align: center;
                line-height: 130%
            }

                .the-timeline ul li .the-date span {
                    color: #fff;
                    font-size: 18px;
                    display: block;
                    margin-top: 8px
                }

                .the-timeline ul li .the-date small {
                    color: #fff;
                    font-size: 12px;
                    display: block
                }

    .the-timeline .order-ip {
        color: #008edd
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none
    }

iframe {
    width: 100%;
    border: none
}

.facebook-iframe {
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    max-width: 100%;
    min-height: 214px
}

.weather-widget {
    position: relative
}

    .weather-widget i {
        margin-right: 5px
    }

    .weather-widget .overlay-weather-info {
        position: absolute;
        z-index: 1;
        top: 15px;
        left: 15px;
        right: 15px
    }

        .weather-widget .overlay-weather-info .weather-info-city {
            color: #fff;
            margin: 20px 0
        }

            .weather-widget .overlay-weather-info .weather-info-city h4 {
                font-size: 16px;
                font-weight: 600
            }

        .weather-widget .overlay-weather-info h4 {
            color: #fff;
            font-weight: 400
        }

        .weather-widget .overlay-weather-info .weather-info-city h1 {
            font-weight: 600;
            padding: 0;
            margin: 0
        }

        .weather-widget .overlay-weather-info i.weather-icon {
            font-size: 70px
        }

.btn-facebook {
    background-color: #4B66A0;
    border-color: #4B66A0;
    color: #fff
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
        background-color: #3B5A98;
        border-color: #3B5A98;
        color: #fff
    }

    .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
        background-image: none
    }

    .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
        background-color: #6C89C1;
        border-color: #6C89C1;
        color: #fff
    }

    .btn-facebook .badge {
        color: #3B5A98
    }

.btn-twitter {
    background-color: #55ACEE;
    border-color: #55ACEE;
    color: #fff
}

    .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
        background-color: #3490D3;
        border-color: #3490D3;
        color: #fff
    }

    .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
        background-image: none
    }

    .btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
        background-color: #7CC1F5;
        border-color: #7CC1F5;
        color: #fff
    }

    .btn-twitter .badge {
        color: #3490D3
    }

.btn-google-plus {
    background-color: #D24333;
    border-color: #D24333;
    color: #fff
}

    .btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
        background-color: #BC2C1F;
        border-color: #BC2C1F;
        color: #fff
    }

    .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
        background-image: none
    }

    .btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
        background-color: #F0675A;
        border-color: #F0675A;
        color: #fff
    }

    .btn-google-plus .badge {
        color: #BC2C1F
    }

.btn-dribbble {
    background-color: #E04C86;
    border-color: #E04C86;
    color: #fff
}

    .btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active, .open .dropdown-toggle.btn-dribbble {
        background-color: #D33471;
        border-color: #D33471;
        color: #fff
    }

    .btn-dribbble:active, .btn-dribbble.active, .open .dropdown-toggle.btn-dribbble {
        background-image: none
    }

    .btn-dribbble.disabled, .btn-dribbble[disabled], fieldset[disabled] .btn-dribbble, .btn-dribbble.disabled:hover, .btn-dribbble[disabled]:hover, fieldset[disabled] .btn-dribbble:hover, .btn-dribbble.disabled:focus, .btn-dribbble[disabled]:focus, fieldset[disabled] .btn-dribbble:focus, .btn-dribbble.disabled:active, .btn-dribbble[disabled]:active, fieldset[disabled] .btn-dribbble:active, .btn-dribbble.disabled.active, .btn-dribbble[disabled].active, fieldset[disabled] .btn-dribbble.active {
        background-color: #F571A5;
        border-color: #F571A5;
        color: #fff
    }

    .btn-dribbble .badge {
        color: #D33471
    }

.btn-flickr {
    background-color: #0162DB;
    border-color: #0162DB;
    color: #fff
}

    .btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
        background-color: #0555BF;
        border-color: #0555BF;
        color: #fff
    }

    .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
        background-image: none
    }

    .btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
        background-color: #2983F7;
        border-color: #2983F7;
        color: #fff
    }

    .btn-flickr .badge {
        color: #0555BF
    }

.btn-pinterest {
    background-color: #CC2127;
    border-color: #CC2127;
    color: #fff
}

    .btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open .dropdown-toggle.btn-pinterest {
        background-color: #B70F12;
        border-color: #B70F12;
        color: #fff
    }

    .btn-pinterest:active, .btn-pinterest.active, .open .dropdown-toggle.btn-pinterest {
        background-image: none
    }

    .btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest.active {
        background-color: #E53B3E;
        border-color: #E53B3E;
        color: #fff
    }

    .btn-pinterest .badge {
        color: #B70F12
    }

.btn-youtube {
    background-color: #D92623;
    border-color: #D92623;
    color: #fff
}

    .btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open .dropdown-toggle.btn-youtube {
        background-color: #C91212;
        border-color: #C91212;
        color: #fff
    }

    .btn-youtube:active, .btn-youtube.active, .open .dropdown-toggle.btn-youtube {
        background-image: none
    }

    .btn-youtube.disabled, .btn-youtube[disabled], fieldset[disabled] .btn-youtube, .btn-youtube.disabled:hover, .btn-youtube[disabled]:hover, fieldset[disabled] .btn-youtube:hover, .btn-youtube.disabled:focus, .btn-youtube[disabled]:focus, fieldset[disabled] .btn-youtube:focus, .btn-youtube.disabled:active, .btn-youtube[disabled]:active, fieldset[disabled] .btn-youtube:active, .btn-youtube.disabled.active, .btn-youtube[disabled].active, fieldset[disabled] .btn-youtube.active {
        background-color: #F04343;
        border-color: #F04343;
        color: #fff
    }

    .btn-youtube .badge {
        color: #C91212
    }

.btn-dropbox {
    background-color: #1473C3;
    border-color: #1473C3;
    color: #fff
}

    .btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
        background-color: #0864B2;
        border-color: #0864B2;
        color: #fff
    }

    .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
        background-image: none
    }

    .btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
        background-color: #2E90E3;
        border-color: #2E90E3;
        color: #fff
    }

    .btn-dropbox .badge {
        color: #0864B2
    }

.btn-foursquare {
    background-color: #0086BE;
    border-color: #0086BE;
    color: #fff
}

    .btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
        background-color: #0571A0;
        border-color: #0571A0;
        color: #fff
    }

    .btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
        background-image: none
    }

    .btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
        background-color: #2CA0CE;
        border-color: #2CA0CE;
        color: #fff
    }

    .btn-foursquare .badge {
        color: #0571A0
    }

.btn-github {
    background-color: #3B3B3B;
    border-color: #3B3B3B;
    color: #fff
}

    .btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
        background-color: #212121;
        border-color: #212121;
        color: #fff
    }

    .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
        background-image: none
    }

    .btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
        background-color: #5F5F5F;
        border-color: #5F5F5F;
        color: #fff
    }

    .btn-github .badge {
        color: #212121
    }

.btn-linkedin {
    background-color: #0085AE;
    border-color: #0085AE;
    color: #fff
}

    .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
        background-color: #036C8E;
        border-color: #036C8E;
        color: #fff
    }

    .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
        background-image: none
    }

    .btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
        background-color: #24A7D3;
        border-color: #24A7D3;
        color: #fff
    }

    .btn-linkedin .badge {
        color: #036C8E
    }

.btn-tumblr {
    background-color: #3E5A70;
    border-color: #3E5A70;
    color: #fff
}

    .btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
        background-color: #2E485D;
        border-color: #2E485D;
        color: #fff
    }

    .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
        background-image: none
    }

    .btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
        background-color: #586F81;
        border-color: #586F81;
        color: #fff
    }

    .btn-tumblr .badge {
        color: #2E485D
    }

.btn-vimeo {
    background-color: #1BB6EC;
    border-color: #1BB6EC;
    color: #fff
}

    .btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active, .btn-vimeo.active, .open .dropdown-toggle.btn-vimeo {
        background-color: #0D9DD1;
        border-color: #0D9DD1;
        color: #fff
    }

    .btn-vimeo:active, .btn-vimeo.active, .open .dropdown-toggle.btn-vimeo {
        background-image: none
    }

    .btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled].active, fieldset[disabled] .btn-vimeo.active {
        background-color: #4BCBFA;
        border-color: #4BCBFA;
        color: #fff
    }

    .btn-vimeo .badge {
        color: #0D9DD1
    }

.icon-facebook {
    color: #4B66A0
}

a .icon-facebook {
    color: #4B66A0
}

a:hover .icon-facebook, a:focus .icon-facebook {
    text-decoration: none;
    color: #3B5A98
}

.icon-twitter {
    color: #55ACEE
}

a .icon-twitter {
    color: #55ACEE
}

a:hover .icon-twitter, a:focus .icon-twitter {
    text-decoration: none;
    color: #3490D3
}

.icon-google-plus {
    color: #D24333
}

a .icon-google-plus {
    color: #D24333
}

a:hover .icon-google-plus, a:focus .icon-google-plus {
    text-decoration: none;
    color: #BC2C1F
}

.icon-dribbble {
    color: #E04C86
}

a .icon-dribbble {
    color: #E04C86
}

a:hover .icon-dribbble, a:focus .icon-dribbble {
    text-decoration: none;
    color: #D33471
}

.icon-flickr {
    color: #0162DB
}

a .icon-flickr {
    color: #0162DB
}

a:hover .icon-flickr, a:focus .icon-flickr {
    text-decoration: none;
    color: #0555BF
}

.icon-pinterest {
    color: #CC2127
}

a .icon-pinterest {
    color: #CC2127
}

a:hover .icon-pinterest, a:focus .icon-pinterest {
    text-decoration: none;
    color: #B70F12
}

.icon-youtube {
    color: #D92623
}

a .icon-youtube {
    color: #D92623
}

a:hover .icon-youtube, a:focus .icon-youtube {
    text-decoration: none;
    color: #C91212
}

.icon-dropbox {
    color: #1473C3
}

a .icon-dropbox {
    color: #1473C3
}

a:hover .icon-dropbox, a:focus .icon-dropbox {
    text-decoration: none;
    color: #0864B2
}

.icon-foursquare {
    color: #0086BE
}

a .icon-foursquare {
    color: #0086BE
}

a:hover .icon-foursquare, a:focus .icon-foursquare {
    text-decoration: none;
    color: #0571A0
}

.icon-github {
    color: #3B3B3B
}

a .icon-github {
    color: #3B3B3B
}

a:hover .icon-github, a:focus .icon-github {
    text-decoration: none;
    color: #212121
}

.icon-linkedin {
    color: #0085AE
}

a .icon-linkedin {
    color: #0085AE
}

a:hover .icon-linkedin, a:focus .icon-linkedin {
    text-decoration: none;
    color: #036C8E
}

.icon-tumblr {
    color: #3E5A70
}

a .icon-tumblr {
    color: #3E5A70
}

a:hover .icon-tumblr, a:focus .icon-tumblr {
    text-decoration: none;
    color: #2E485D
}

.icon-vimeo {
    color: #1BB6EC
}

a .icon-vimeo {
    color: #1BB6EC
}

a:hover .icon-vimeo, a:focus .icon-vimeo {
    text-decoration: none;
    color: #0D9DD1
}

.iconExamples:before, .iconExamples:after {
    content: " ";
    display: table
}

.iconExamples:after {
    clear: both
}

.iconExamples:before, .iconExamples:after {
    content: " ";
    display: table
}

.iconExamples:after {
    clear: both
}

.iconExamples h2 {
    font-family: "aktiv-grotesk-std";
    font-weight: 200;
    color: #3b6ab5
}

.iconExamples .example {
    text-align: center;
    margin: 10px 3px
}

    .iconExamples .example:before, .iconExamples .example:after {
        content: " ";
        display: table
    }

    .iconExamples .example:after {
        clear: both
    }

    .iconExamples .example:before, .iconExamples .example:after {
        content: " ";
        display: table
    }

    .iconExamples .example:after {
        clear: both
    }

    .iconExamples .example .icon {
        font-size: 20px;
        float: left;
        width: 35px
    }

    .iconExamples .example .class {
        text-align: center;
        font-size: 17px;
        float: left;
        margin-top: 0px;
        font-weight: 400;
        margin-left: 10px;
        color: #333333
    }

.weatherseparator {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 50px
}

    .weatherseparator:before, .weatherseparator:after {
        content: " ";
        display: table
    }

    .weatherseparator:after {
        clear: both
    }

    .weatherseparator:before, .weatherseparator:after {
        content: " ";
        display: table
    }

    .weatherseparator:after {
        clear: both
    }

.fake-control-label {
    font-weight: 700;
    margin-bottom: 5px
}

.control-label {
    padding-top: 0px !important;
    width: 150px;
    text-align: left !important;
    border: 1px solid #000
}

.form-group .control-label {
    padding-top: 0px;
    width: auto;
    text-align: left;
    border: 0
}

.modal-category-picker-items-count {
    font-weight: 400
}

.modal-header-actions {
    position: absolute;
    right: 20px;
    top: 23px
}

    .modal-header-actions a.toggle {
        color: #aaa
    }

        .modal-header-actions a.toggle.selected {
            color: #428bca
        }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table.jy-table, .jy-table thead, .jy-table tbody, .jy-table th, .jy-table td, .jy-table tr {
        display: block
    }

        .jy-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

        thead.bulk-action-container {
            padding-top: 0 !important
        }

            thead.bulk-action-container > tr {
                left: initial;
                position: static;
                text-align: center;
                top: initial
            }

                thead.bulk-action-container > tr > th:not(:first-child):not(:last-child) {
                    display: none
                }

                thead.bulk-action-container > tr > th:last-child {
                    display: inline-block;
                    text-align: center;
                    width: 100% !important
                }

                    thead.bulk-action-container > tr > th:last-child > div {
                        float: none !important
                    }

    .inventory-table .bulk-action-container {
        border-bottom: 1px solid #cccccc !important;
        display: block !important;
        padding-left: 0;
        padding-right: 0
    }

        .inventory-table .bulk-action-container th {
            border: 0
        }

    .outer-product-table > tr {
        padding-left: 30px;
        position: relative
    }

        .outer-product-table > tr > td {
            border-top: 0 !important
        }

            .outer-product-table > tr > td:first-child {
                left: 0;
                position: absolute;
                top: 50%
            }

        .outer-product-table > tr > .handheld-recenter {
            padding-right: 45px;
            text-align: center
        }

        .outer-product-table > tr > .handheld-row-header {
            padding: 15px
        }

            .outer-product-table > tr > .handheld-row-header > span {
                float: right;
                line-height: 0;
                margin: 0
            }

                .outer-product-table > tr > .handheld-row-header > span:first-child {
                    display: initial !important;
                    float: left;
                    font-weight: 600
                }

    .handheld-padding-row {
        display: none
    }

    td {
        border: none;
        position: relative;
        padding-left: 50%
    }

        td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap
        }
    .datetimepicker table, .datetimepicker tbody {
        display: inherit;
    }
    .datetimepicker thead {
        display: table-header-group;
    }
        .datetimepicker thead tr {
            position: static;
        }
    .datetimepicker tr {
        display: table-row;
    }
    .datetimepicker tfoot {
        display: block;

    }
    .datetimepicker tfoot tr{
        display: block;
        text-align:center;
    }
    .datetimepicker tfoot tr th{
        width:193px;
    }
    .datetimepicker .today {
        vertical-align: middle;
    }
    .datetimepicker th, .datetimepicker td {
        display: table-cell;
    }
    .datetimepicker table tr td span {
        display: block;
        width: 23%;
        height: 54px;
        line-height: 54px;
        float: left;
        margin: 1%;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .datetimepicker-months td, .datetimepicker-years td {
        width: 193px;
    }

}

.sale-original {
    text-decoration: line-through;
    color: #d72020
}

.categories a:hover, .categories a {
    color: #666
}

.categories {
    display: block;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: normal;
    line-height: 2.5;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-decoration: none;
    border: none;
    margin: 2px;
    text-align: left
}

    .categories a:hover {
        text-decoration: none
    }

.cat-selected {
    border: none;
    background-color: #008edd
}

    .cat-selected a {
        color: #fff
    }

    .cat-selected:hover {
        background: #008edd
    }

.label-info {
    background-color: #d22238
}

.label {
    font-size: 100%;
    font-weight: 100
}

.shop-menu-profile {
    background-color: #232a32;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10%;
    display: inline-block;
    float: left;
    height: 57px;
    margin-right: 10px;
    width: 57px
}

.shop-name {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
    max-width: 150px
}

@media (max-width: 991px) {
    .shop-menu-profile {
        margin-right: 2px
    }

    .shop-name {
        font-size: 14px;
        max-width: 114px
    }

    #merchant-menu > i {
        padding-left: 6px
    }

    #merchant-menu-dropdown > .name-container > a {
        max-width: 230px
    }
}

.table > tbody > tr {
    background: white
}

.btn-drag {
    width: 8px;
    height: 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    opacity: 0.4
}

.drag-handle {
    cursor: move;
    height: 15px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-admin-drag-n-drop.png");
    background-position: center;
    background-size: contain;
    float: left;
    margin: 10px;
}

.drag-handle-overlay {
    cursor: move;
    width: 8px;
    height: 15px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0px
}

.z-index-fix {
    z-index: 9991
}

.empty-message {
    font-size: 18px;
    padding: 30px
}

.help-block.text-danger {
    color: #a94442
}

.dropzone {
    width: 100%;
    padding: 25px;
    text-align: center;
    font-size: 14px;
    border: 1px dashed #aaa;
    margin-bottom: 15px;
    /*max-height: 274px;*/
}

.dropzone-tips {
    font-size: 13px;
    color: #999
}

.dropzone .product-form-text {
    padding-top: 20px;
    padding-bottom: 40px
}

    .dropzone .product-form-text .product-form-hint {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 25px
    }

.dropzone-over {
    border: 1px dashed #008edd
}

.modal {
    top: 50px
}

.cursor-pointer {
    cursor: pointer
}

.inline-block {
    display: inline-block
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    /*margin-left: 0px;*/
    margin-right: 10px
}

.item-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    margin-top: -5.5px;
    margin-left: -21.5px
}

.field-group {
    padding: 0 7.5px;
    margin-bottom: 15px
}

.padding-md {
    padding: 15px 10px
}

.la-pricing-table ul {
    list-style: none;
    padding: 0px 0px 10px 0px;
    margin: 2px 10px;
    background: #fff;
    border: 1px solid #ddd
}

.la-pricing-table .plan-box {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #232a32;
    line-height: 40px;
    border-radius: 5px;
    border: 0px solid transparent;
    padding: 20px 0px 10px 0px
}

.la-pricing-table .plan-features-highlight {
    text-align: left;
    float: right;
    right: 50%;
    position: relative
}

    .la-pricing-table .plan-features-highlight ul {
        border: 0;
        padding: 0 15px;
        margin: 0;
        line-height: 25px;
        background-color: transparent;
        float: right;
        right: -50%;
        position: relative
    }

        .la-pricing-table .plan-features-highlight ul li {
            margin: 0;
            padding: 0
        }

        .la-pricing-table .plan-features-highlight ul .fa {
            margin-right: 10px;
            color: #23a5db
        }

        .la-pricing-table .plan-features-list b, .la-pricing-table .plan-features-highlight ul b {
            color: #23a5db
        }

@media (min-width: 768px) {
    .la-pricing-table .plan-box:not(.plan-business):not(.plan-premium) {
        margin-top: 62px
    }

        .la-pricing-table .plan-box:not(.plan-business):not(.plan-premium) > ul {
            height: calc(100% - 62px)
        }
}

.la-pricing-table .plan-features-list li {
    line-height: initial;
    margin: 0 0 5px 0;
    text-align: left
}

    .la-pricing-table .plan-features-list li > div {
        text-align: left
    }

.la-pricing-table .la-col-2, .la-pricing-table .la-col-3 {
    vertical-align: top;
    float: none;
    display: inline-block;
    margin: 0px 0px 20px 0;
    padding: 0;
    width: 33%;
    border: 0px solid transparent;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.la-pricing-table .la-col-2 {
    width: 49%
}

    .la-pricing-table .la-col-2 i.bg-big, .la-pricing-table .la-col-3 i.bg-big {
        position: absolute;
        font-size: 210px;
        opacity: .05;
        top: 20%;
        left: 0;
        right: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out
    }

    .la-pricing-table .la-col-2:hover i.bg-big, .la-pricing-table .la-col-3:hover i.bg-big {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    .la-pricing-table ul, .la-pricing-table .la-col-2 ul, .la-pricing-table .la-col-3 ul {
        list-style: none;
        padding: 0px 0px 10px 0px;
        margin: 2px 10px;
        background: #fff;
        border: 1px solid #ddd
    }

        .la-pricing-table ul li, .la-pricing-table .la-col-2 ul li, .la-pricing-table .la-col-3 ul li {
            padding: 0px 20px;
            margin: 0px 20px;
            display: block;
            font-size: 13px
        }

            .la-pricing-table ul li.la-package, .la-pricing-table .la-col-2 ul li.la-package, .la-pricing-table .la-col-3 ul li.la-package {
                font-size: 22px;
                line-height: 40px;
                padding: 20px 0px 10px 0px;
                color: #232a32
            }

            .la-pricing-table ul li.la-price, .la-pricing-table .la-col-2 ul li.la-price, .la-pricing-table .la-col-3 ul li.la-price {
                font-size: 18px;
                color: black;
                padding: 0px 0px 15px 0px;
                margin-bottom: 0px
            }

            .la-pricing-table ul li.la-divider, .la-pricing-table .la-col-2 ul li.la-divider, .la-pricing-table .la-col-3 ul li.la-divider {
                border-bottom: 1px solid #ddd;
                padding: 0;
                margin: 20px 0px
            }

            .la-pricing-table ul li.la-price i {
                font-size: 13px
            }

            .la-pricing-table .la-col-2 ul li.la-price i {
                font-size: 13px
            }

            .la-pricing-table .la-col-3 ul li.la-price i {
                font-size: 13px
            }

.la-pricing-table .la-col-3:hover.success {
    border-color: #2C7439
}

.la-pricing-table .la-col-3.success ul {
    background: #65BD77
}

    .la-pricing-table .la-col-3.success ul li {
        color: #fff
    }

        .la-pricing-table .la-col-3.success ul li.la-package {
            color: #BCF5C6;
            background: #2C7439
        }

        .la-pricing-table .la-col-3.success ul li.la-price {
            color: #fff;
            background: #3E984D
        }

.la-pricing-table .la-col-3:hover.danger {
    border-color: #B42424
}

.la-pricing-table .la-col-3.danger ul {
    background: #D73D3D
}

    .la-pricing-table .la-col-3.danger ul li {
        color: #fff
    }

        .la-pricing-table .la-col-3.danger ul li.la-package {
            color: #FFB4B4;
            background: #B42424
        }

.la-pricing-table .la-col-4.danger ul li.la-price {
    color: #fff;
    background: #C42E2E
}

.current-plan {
    padding: 13px 15px;
    font-weight: bold
}

    .current-plan, .current-plan:hover {
        color: #3498db
    }

.downgrade-button {
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    width: 70%;
    color: #222
}

    .downgrade-button:hover {
        background: #eee;
        color: #222
    }

.upgrade-button {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc930), color-stop(100%, #ffa403));
    background: -moz-linear-gradient(center top, #ffc930 0%, #ffa403 100%);
    -webkit-box-shadow: 1px 1px 2px #e6e6e6, 0.5px 1px #ffd96f inset;
    -moz-box-shadow: 1px 1px 2px #e6e6e6, 0.5px 1px #ffd96f inset;
    box-shadow: 1px 1px 2px #e6e6e6, 0.5px 1px #ffd96f inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #a4710c;
    padding: 8px 15px;
    border-color: #e39304;
    border-width: 1px;
    border-style: solid;
    font-family: Helvetica;
    font-size: 14px;
    color: #ffffff;
    width: 100%
}

    .upgrade-button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd766), color-stop(100%, #ffa403));
        background: -moz-linear-gradient(center top, #ffd766 0%, #ffa403 100%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #fff
    }

    .upgrade-button:active {
        -webkit-box-shadow: 1px 1px 1px 1px #ffa403 inset;
        -moz-box-shadow: 1px 1px 1px 1px #ffa403 inset;
        box-shadow: 1px 1px 1px 1px #ffa403 inset
    }

.upgrade-sm-button {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc930), color-stop(100%, #ffa403));
    background: -moz-linear-gradient(center top, #ffc930 0%, #ffa403 100%);
    -webkit-box-shadow: 1px 1px 2px #e6e6e6, 0.5px 1px #ffd96f inset;
    -moz-box-shadow: 1px 1px 2px #e6e6e6, 0.5px 1px #ffd96f inset;
    box-shadow: 1px 1px 2px #e6e6e6, 0.5px 1px #ffd96f inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #a4710c;
    padding: 4px 15px;
    border-color: #e39304;
    border-width: 1px;
    border-style: solid;
    font-family: Helvetica;
    font-size: 14px;
    color: #ffffff;
    width: 100%
}

    .upgrade-sm-button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd766), color-stop(100%, #ffa403));
        background: -moz-linear-gradient(center top, #ffd766 0%, #ffa403 100%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #fff
    }

.upgrade-button:active {
    -webkit-box-shadow: 1px 1px 1px 1px #ffa403 inset;
    -moz-box-shadow: 1px 1px 1px 1px #ffa403 inset;
    box-shadow: 1px 1px 1px 1px #ffa403 inset
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important
}

.animate-show {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
    opacity: 1
}

    .animate-show.ng-hide-add, .animate-show.ng-hide-remove {
        display: block !important
    }

    .animate-show.ng-hide {
        opacity: 0
    }

.la-pricing-table .la-col-3.info ul {
    background: #529DDE
}

    .la-pricing-table .la-col-3.info ul li {
        color: #fff
    }

        .la-pricing-table .la-col-3.info ul li.la-package {
            color: #C6E5FF;
            background: #1F6AAA
        }

        .la-pricing-table .la-col-3.info ul li.la-price {
            color: #fff;
            background: #2E71AD
        }

.la-pricing-table .la-col-3.warning ul {
    background: #EBC85E
}

    .la-pricing-table .la-col-3.warning ul li {
        color: #fff
    }

        .la-pricing-table .la-col-3.warning ul li.la-package {
            color: #FFF5C9;
            background: #F08600
        }

        .la-pricing-table .la-col-3.warning ul li.la-price {
            color: #fff;
            background: #FFAA00
        }

a:hover, a:focus {
    text-decoration: none
}

a {
    cursor: pointer
}

.form-group .hint {
    margin: 10px 0
}

.la-pricing-table ul {
    border-radius: 5px;
    overflow: hidden
}

    .la-pricing-table ul li.la-package {
        background-color: #3B444B;
        color: white;
        margin: 0;
        padding: 18px 0px;
        line-height: 22px
    }

        .la-pricing-table ul li.la-package :first-child {
            font-weight: 600
        }

        .la-pricing-table ul li.la-package :last-child {
            font-size: 13px;
            line-height: 13px
        }

    .la-pricing-table ul li.la-price {
        padding: 0;
        margin: 15px 0
    }

    .la-pricing-table ul li.la-price {
        font-size: 13px;
        line-height: 13px
    }

        .la-pricing-table ul li.la-price > :first-child span {
            color: #23a5db;
            font-size: 18px;
            line-height: 40px;
            display: inline-block;
            vertical-align: middle
        }

        .la-pricing-table ul li.la-price > :last-child {
            margin-top: 30px
        }

.btn-choose-plan {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px
}

.la-pricing-table ul li.la-popular {
    background-color: #1790DB;
    color: white;
    font-size: 22px;
    padding: 10px;
    margin: 0;
    height: 60px
}

.iframe-preview {
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    height: 1px;
    min-height: 768px;
    margin: 0 auto;
    overflow: visible
}

.iframe-desktop {
    width: 1024px
}

.iframe-mobile {
    width: 320px
}

#overlay-request {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    background: #f8f8f8
}

.modal-header {
    border: 0px;
    padding: 10px;
    font-weight: normal;
    font-size: 18px;
    color: rgba(0,0,0,0.5)
}

.modal-body {
    padding: 10px;
}

.modal-footer {
    margin-top: 0px;
    padding: 15px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn {
        margin-bottom: 0
    }

.nav-overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 50px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    z-index: 9999
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.res-iframe {
    position: relative
}

    .res-iframe img.ratio {
        display: block;
        width: 100%;
        height: auto;
        opacity: 0
    }

    .res-iframe .ratio {
        display: block;
        width: 100%;
        height: auto;
        padding: 28%
    }

    .res-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ck-video-widget, .responsive-video {
    position: relative
}

.responsive-container {
    display: block;
    width: 100%;
    height: auto;
    padding: 28%
}

    .responsive-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.theme-item .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px
}

.control-group.control-group-xs .form-group {
    min-width: 50px;
    width: 150px
}

.form-control.form-control-xs {
    min-width: 50px;
    width: 80px
}

.form-control.form-control-sm {
    width: auto;
    min-width: 250px
}

.form-control-inline {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top
}

@media (max-width: 480px) {
    .form-control.form-control-xs, .form-control.form-control-sm, .form-control.form-control-sm.form-control-inline, .form-control-inline {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        vertical-align: top
    }
}

.control-inline, .control-group.control-inline {
    display: inline-block;
    vertical-align: top
}

@media (max-width: 480px) {
    .control-group.control-inline {
        display: block
    }

    .control-inline {
        margin-bottom: 20px
    }
}

.input-group-addon:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon.button {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #20a6f2, #1092d3)
}

    .input-group-addon.button span.glyphicon {
        color: white
    }

.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2
}

.tree-node-content {
    margin: 10px
}

.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px
}

.angular-ui-tree > .angular-ui-tree-nodes {
    padding: 10px
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.angular-ui-tree-hidden *, .angular-ui-tree-hidden {
    display: block
}

.angular-ui-tree ol {
    list-style: none;
    z-index: 9999
}

.angular-ui-tree li {
    z-index: 9999
}

.ui-tree-row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    line-height: 40px
}

.tree-children .ui-tree-row {
    border-top-width: 0
}

.ui-tree-row .btn-drag {
    cursor: pointer;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: -4px;
}

.ui-tree-row .rearrange-arrow {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.ui-tree-row, .ui-tree-row .btn-drag > span, .ui-tree-row .btn-drag, .tree-children .ui-tree-row, .hidden-instructions {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

    .ui-tree-row .btn-drag > span {
        color: #8791a0;
        opacity: 0.4
    }

    .ui-tree-row .cat-name {
        margin-left: 15px
    }

.angular-ui-tree-node {
    margin: 10px 0 10px
}
ol.tree-children {
    padding-left: 20px;
    margin-left: 20px
}

.tree-children > .angular-ui-tree-node {
    margin: 0
}

.ui-tree-left {
    padding-left: 0
}

.hidden-instructions {
    display: none;
    opacity: 0
}


    .ui-tree-row:hover .btn-drag > span {
        opacity: 1
    }

.ui-tree-row .btn-drag:hover {
    background-color: #232a32;
    cursor: pointer
}

.ui-tree-row .rearrange-arrow:hover {
    cursor: move
}

.ui-tree-row .btn-drag:hover > span {
    color: #ffffff
}

.ui-tree-row .btn-drag:not(.rearrange-arrow):hover .hidden-instructions {
    display: inline;
    padding-left: 5px;
    font-size: 12px;
    opacity: 0.7
}

ol.angular-ui-tree-drag .btn-drag {
    cursor: move
}

ol.angular-ui-tree-drag li {
    list-style: none;
    cursor: move
}

ol.angular-ui-tree-drag .ui-tree-row .rearrange-arrow {
    background-color: #232a32
}

    ol.angular-ui-tree-drag .ui-tree-row .rearrange-arrow span {
        color: #ffffff
    }

    ol.angular-ui-tree-drag .ui-tree-row .rearrange-arrow:hover .hidden-instructions {
        display: inline;
        padding-left: 5px;
        font-size: 12px;
        opacity: 0.7
    }

ol.angular-ui-tree-drag {
    z-index: 9999;
    position: fixed;
    list-style: none;
    cursor: move;
    padding-left: 0
}

.angular-ui-tree-drag > .angular-ui-tree-node .ui-tree-row {
    background-color: #fff
}

ol.tree-children.angular-ui-tree-drag {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px
}

.ui-tree-left > span, .ui-tree .col-sm-4 span, .ui-tree .col-sm-8 span, .ui-tree span, .tree-node span {
    vertical-align: top
}

.help-block {
    font-size: 13px
}

div[control-group] + .help-block {
    margin-top: -10px
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 0px 1px #000;
    box-shadow: inset 0 0px 1px #000
}

.text-editor {
    position: relative
}

    .text-editor.form-control {
        border: 0
    }

    .text-editor .control-container .btn {
        float: left
    }

    .text-editor .control-container {
        position: absolute;
        top: -80px;
        width: 230px;
        z-index: 9;
        padding: 5px;
        background-color: #232a32;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

        .text-editor .control-container .btn-default, .item-controls .btn-default, .page-item-controls .btn-default {
            color: #ffffff;
            background: #232a32;
            border: 1px solid rgba(255,255,255,0.2);
            box-shadow: 0px 0px 0px #fff inset,0px 0px 0px 0px rgba(0,0,0,0)
        }

.page-item-controls, .item-controls {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: rgba(51,51,51,0.9);
    visibility: hidden
}

.modal-content .btn-default {
    margin-bottom: 0px
}

.custom-page {
    margin: 0 30px
}

    .custom-page .box-info {
        margin-bottom: 0px;
        height: 100%
    }

    .custom-page .row {
        position: relative
    }

    .custom-page .add-item {
        position: absolute;
        height: 100%;
        top: 0px;
        right: -21px
    }

    .custom-page .add-v-item, .custom-page .add-item {
        z-index: 2
    }

    .custom-page .add-v-item, .custom-page .add-item-box > div {
        border-width: 0px;
        text-align: center
    }

    .custom-page .add-item-box {
        display: table;
        height: 100%
    }

        .custom-page .add-item-box:hover > div, .custom-page .add-v-item:hover {
            border-color: lightblue;
            border-width: 1px;
            border-style: dashed
        }

    .custom-page .add-item p {
        margin: -30px;
        width: 100px;
        height: 100px;
        position: relative;
        background: transparent;
        visibility: hidden;
        line-height: 100px
    }

    .custom-page .add-v-item p {
        position: relative;
        background: transparent;
        visibility: hidden;
        width: 100px;
        height: 100px;
        margin: -30px;
        line-height: 100px
    }

    .custom-page .add-item:hover p, .custom-page .add-v-item:hover p {
        visibility: visible
    }

    .custom-page .add-item i, .custom-page .add-v-item i {
        font-size: 24px
    }

    .custom-page ul.add-menu {
        list-style-type: none;
        display: table;
        padding: 0;
        margin: 3px;
        top: -25p
    }

        .custom-page ul.add-menu > li {
            display: table-cell;
            font-size: 24pt;
            padding: 0 10px 0 10px
        }

            .custom-page ul.add-menu > li > a {
                color: white
            }

    .custom-page .item:hover .item-controls {
        visibility: visible
    }

    .custom-page .item .image-container {
        max-height: 758px;
        overflow: hidden
    }

    .custom-page .item img {
        display: block;
        width: 100%;
        height: auto
    }

.image-full-width {
    padding: 0
}

.tooltip-inner {
    max-width: 1000px
}

.add-image-prompt {
    color: #f0ad4e;
    font-size: 20px
}

.instructions-step-number {
    background-color: #428bca;
    border-top-left-radius: 3px
}

    .instructions-step-number > h2 {
        color: #fff !important
    }

.file-placeholder {
    border: solid 1px #ccc;
    color: #999;
    padding: 25px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

    .file-placeholder:hover {
        background-color: #eee;
        color: #666
    }

    .file-placeholder > i {
        font-size: 50px;
        display: block;
        margin-bottom: 10px
    }

    .file-placeholder > span {
        display: block
    }

    .file-placeholder.has-file, .file-placeholder.has-file:hover {
        cursor: default;
        background-color: #eee;
        color: #666
    }

    .file-placeholder.has-error, .file-placeholder.has-error:hover {
        cursor: default;
        border-color: #A94442;
        color: #A94442;
        background-color: transparent
    }

        .file-placeholder.has-error span {
            text-align: left
        }

.truncate-fade {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px
}

.error-bulk-upload {
    background-color: #ff8a8a !important
}

.user-address {
    margin: 10px 0
}

    .user-address p {
        margin: 0;
        line-height: 20px
    }

.user-import-error {
    color: #a94442;
    font-weight: 700
}

.empty-row {
    min-height: 35px
}

.sortable-over {
    border: 1px dashed #008edd
}

.sortable-placeholder {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px dashed #008edd
}

.box-tabs {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    background: transparent;
    margin-top: 10px;
    font-size: 0
}

    .box-tabs li {
        font-size: 18px;
        display: inline-block;
        padding: 12.5px 0px;
        color: #FFF;
        margin-right: 0px;
        border-bottom: 1px solid #ddd
    }

        .box-tabs li.filler {
            border-bottom: 1px solid #ddd;
            width: 100%
        }

        .box-tabs li span {
            font-size: 20px;
            padding: 2px 10px;
            margin-top: -5px
        }

        .box-tabs li.active span {
            background: #65BD77;
            color: #fff
        }

        .box-tabs li.active {
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #ddd;
            background: #FFF;
            border-bottom: none
        }

            .box-tabs li.active a {
                background: #FFF
            }

        .box-tabs li a {
            padding: 10px 20px
        }

.category-wrapper {
    display: block
}

.subcategory {
    margin-left: 20px
}

.btn.btn-clear:active, .btn.btn-clear:hover, .btn.btn-clear {
    border: 0;
    background: transparent
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0)
}

.glyphicon-lg {
    font-size: 20px
}

.table > tbody > tr {
    background-color: transparent
}

.table-hover > tbody > tr > td {
    background-color: white
}

.table-instagram {
    table-layout: fixed
}

    .table-instagram tr td {
        word-wrap: break-word
    }

#habla_window_div.habla_window_div_base {
    display: block !important;
    z-index: 99999999;
    margin: 0 80px !important
}

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin: -.2px
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2
}

.container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px
}

.row-xs-height {
    display: table-row
}

.col-xs-height {
    display: table-cell;
    float: none
}

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px
    }

    .row-sm-height {
        display: table-row
    }

    .col-sm-height {
        display: table-cell;
        float: none
    }
}

@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px
    }

    .row-md-height {
        display: table-row
    }

    .col-md-height {
        display: table-cell;
        float: none
    }
}

@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px
    }

    .row-lg-height {
        display: table-row
    }

    .col-lg-height {
        display: table-cell;
        float: none
    }
}

.section-separator {
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 20px
}

.box-info .pull-left.limit-counter {
    padding: 20px 15px 15px 15px
}

@media (max-width: 768px) {
    .box-info .pull-left.limit-counter {
        padding: 0 15px 0 15px
    }
}

.box-info .nav-tabs {
    background: #f8f8f8
}

    .box-info .nav-tabs li.active {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

        .box-info .nav-tabs li.active:first-child {
            border-left: none
        }

.box-info ul.nav.nav-tabs {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.nav.nav-tabs {
    margin-bottom: 0;
}
.theme-settings .box-info .controls .btn {
    padding: 0px
}

.newlines {
    white-space: pre-wrap
}

.wysiwyg-textarea blockquote {
    font-size: 100%
}

.text-editor.form-control.title {
    font-size: 24px
}

.media-dialog .modal-header {
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom-width: 1px
}

.media-dialog .table-cell {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #ddd
}

    .media-dialog .table-cell .media-left > div {
        width: 100px;
        height: 100px;
        overflow: hidden
    }

.media-dialog .table-row {
    background-color: white
}

.media-dialog .media-left, .media-dialog .media-body {
    display: table-cell;
    vertical-align: top
}

.media-dialog .media-left {
    padding-right: 10px
}

.product-item {
    text-align: center
}

    .product-item .info-box {
        padding-top: 10px
    }

    .product-item .title {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        font-size: 14px
    }

    .product-item .price {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        font-size: 14px
    }

.price.price-crossed {
    text-decoration: line-through;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666
}

.product-item .price-sale {
    text-align: left;
    color: #c0392b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

.image-selected {
    border: 2px solid #30A4E1
}

.close-btn.image-delete-box{
    right:15px;
}
.image-placeholder-frame {
    background-color: #fbfcfe;
    border: 1px solid #dddddd;
    width: 50px;
    height: 50px
}

.image-placeholder {
    vertical-align: middle;
    padding-top: 11px;
    padding-left: 8.5px;
    color: #d8dfe5;
    font-size: 2em
}

.gallery-wrap .img-wrap {
    cursor: pointer
}

.variation-quantity .form-group {
    margin-bottom: 0px
}

.variation-price .form-group {
    margin-bottom: 0px
}

    .variation-price .form-group .input-group-addon {
        padding-right: 4px;
        padding-left: 4px
    }

#variation-table-header {
    padding-top: 15px;
    padding-bottom: 15px
}

@media screen and (max-width: 767px) {
    .mobile-form-field {
        height: 45px;
        width: 100% !important
    }

        .mobile-form-field > div {
            width: 100%;
            padding-left: 100px;
            margin-bottom: 0
        }

    .mobile-form-display {
        margin-right: auto;
        margin-left: auto;
        padding: 0
    }

    .mobile-form-image {
        width: 50px !important
    }

        .mobile-form-image .image-placeholder {
            padding-left: 0.5px
        }

    .variation-sku-input {
        width: 100%
    }

    .variation-row {
        text-align: center
    }

    .option-button {
        float: right !important;
        margin-top: 8px
    }

    #variation-table-header {
        display: none
    }

    #variation-checkbox {
        display: none
    }

    .image-placeholder {
        padding-left: 0
    }

    .variation-quantity > div {
        display: block !important
    }

    .variation-quantity input {
        width: 100% !important
    }

    .variation-field-name-mobile {
        display: block;
        text-align: initial;
        padding-top: 14px;
        width: 90px;
        position: absolute
    }
}

@media screen and (min-width: 768px) {
    .variation-sku-input {
        width: 100px
    }

    .variation-remove {
        text-align: right;
        padding: 9px 0px 0px 25px;
        height: 50px;
        width: 10%
    }

    .variation-field {
        padding-left: 0px;
        width: 11%;
        padding-top: 14px
    }

    #variation-checkbox {
        width: 45px;
        padding-top: 14px
    }
}

.center-contain {
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: contain
}

#sidebar-menu > ul > li > a {
    line-height: 14px;
    font-size: 14px;
    display: block;
    color: #8b91a0;
    padding: 16px 15px;
}

#sidebar-menu ul ul a {
    padding: 17px 0 17px 30px;
    display: block;
    color: #828282;
    font-size: 12px;
}

.event-tracker-button {
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
    transition: All 0.25s ease
}

    .event-tracker-button:hover {
        opacity: 0.5
    }

.btn {
    font-size: 12px
}

.btn-default {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #999;
    padding: 0 20px;
    background-color: #FFF;
    border-radius: 35px;
    border: solid 1px #CCC;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px #e9e9e9;
    -moz-box-shadow: 1px 3px 3px #e9e9e9;
    box-shadow: 1px 3px 3px #e9e9e9;
}

    .btn-default:hover {
        background: #ffffff;
        border: solid #ccc 1px;
        text-decoration: none;
        color: #666666
    }

    .btn-default:active {
        background: #ffffff;
        border-color: #ccc;
        text-decoration: none;
        color: #666666
    }

.btn-primary {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #d22238;
    border-radius: 35px;
    border: solid 1px #d22238;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px #ccc;
    -moz-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
    padding: 0px 20px;
    cursor: pointer;
}
.btn-primary.btn-w{
    padding:0 15px
}
.btn-primary:hover {
    background: #bc152a;
    border: solid #d22238 1px;
    text-decoration: none;
    color: #ffffff
}

    .btn-primary:active {
        background: #d22238;
        border: solid #bc152a 1px;
        text-decoration: none;
        color: #ffffff
    }

.btn-danger {
    background: #e3262e;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #ffffff;
    border: solid #ab171e 1px;
    text-decoration: none;
    min-width: 40px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 1px #ff7b81 inset,0px 2px 2px -1px rgba(0,0,0,0.2)
}

    .btn-danger:hover {
        background: #e63d45;
        text-decoration: none;
        border: solid #c11a22 1px;
        color: #ffffff
    }

    .btn-danger:active {
        background: #e63d45;
        text-decoration: none;
        border: solid #c11a22 1px;
        color: #ffffff
    }

.btn-warning {
    background: #f3a029;
    background-image: -webkit-linear-gradient(top, #ed9c28, #d78e26);
    background-image: -moz-linear-gradient(top, #ed9c28, #d78e26);
    background-image: -ms-linear-gradient(top, #ed9c28, #d78e26);
    background-image: -o-linear-gradient(top, #ed9c28, #d78e26);
    background-image: linear-gradient(to bottom, #ed9c28, #d78e26);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #ffffff;
    border: solid #d78e26 1px;
    text-decoration: none;
    min-width: 70px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 1px #e9c761 inset,0px 2px 2px -1px rgba(0,0,0,0.2)
}

    .btn-warning:hover {
        background: #f1af51;
        background-image: -webkit-linear-gradient(top, #f1af51, #e2a247);
        background-image: -moz-linear-gradient(top, #f1af51, #e2a247);
        background-image: -ms-linear-gradient(top, #f1af51, #e2a247);
        background-image: -o-linear-gradient(top, #f1af51, #e2a247);
        background-image: linear-gradient(to bottom, #f1af51, #e2a247);
        text-decoration: none;
        border: solid #e2a247 1px;
        color: #ffffff
    }

    .btn-warning:active {
        background: #f1af51;
        background-image: -webkit-linear-gradient(bottom, #f1af51, #e2a247);
        background-image: -moz-linear-gradient(bottom, #f1af51, #e2a247);
        background-image: -ms-linear-gradient(bottom, #f1af51, #e2a247);
        background-image: -o-linear-gradient(bottom, #f1af51, #e2a247);
        background-image: linear-gradient(to top, #f1af51, #e2a247);
        text-decoration: none;
        border: solid #e2a247 1px;
        color: #ffffff
    }

.btn-success {
    margin-bottom: 5px
}

.btn-rounded {
    border-radius: 4px;
}

.form-control {
    height: 31px
}

.label-default {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #222;
    border: solid #ccc 1px;
    background: #fff;
    font-weight: normal
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    cursor: pointer
}

.pagination > li > a, .pagination > li > span {
    line-height: 1.42857143;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd
}

.btn-peditor {
    background: #232a32;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #fff
}

    .btn-peditor:hover {
        background: #232a32;
        color: #fff
    }

.bulk-edit-checkbox-wrapper {
    text-align: center
}

.action-menu-dropdown, .bulk-edit-dropdown {
    margin-top: 8px;
    border: solid #ccc 1px;
    background: #ffffff;
    padding: 0
}

    .bulk-edit-dropdown.position-left, .action-menu-dropdown.position-left {
        left: auto;
        right: 0
    }

    .bulk-edit-dropdown li a, .bulk-edit-dropdown li button, .action-menu-dropdown li a, .action-menu-dropdown li button {
        padding-left: 13px
    }

    .bulk-edit-dropdown li .btn, .action-menu-dropdown li .btn {
        border: 0;
        border-radius: 0;
        padding-top: 5px;
        padding-bottom: 6px;
        margin: 0
    }

    .bulk-edit-dropdown li .btn-primary, .action-menu-dropdown li .btn-primary {
        color: white
    }

.bulk-edit-button-box {
    text-align: right
}

.bulk-edit-list {
    font-size: 12px;
    color: #666666;
    text-align: left;
    padding-bottom: 1px;
    padding-top: 1px;
    background: #F9F9F9
}

    .bulk-edit-list:hover {
        background-color: #ebebeb !important;
        opacity: 1
    }

    .bulk-edit-list a {
        padding-left: 13px !important
    }

.bulk-edit-actions button {
    height: 32px
}

@media (max-width: 760px) {
    .bulk-edit-box-unit {
        text-align: center;
        border: none !important
    }

    .action-menu-dropdown, .bulk-edit-dropdown {
        text-align: center
    }

    .bulk-edit-button-box {
        text-align: center;
        border: none !important;
        border-bottom: 1px solid #ddd !important;
        padding: 4px !important
    }

    .bulk-edit-actions {
        text-align: left !important;
        width: 100% !important
    }

        .bulk-edit-actions > selectbox > div {
            padding-bottom: 8px
        }
}

.category-assigning-row {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ddd !important;
    background: #f9fdfe;
    display: none;
}

.category-assigning-inner {
    max-width: 400px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 7px;
    padding-bottom: 6px
}

.category-assigning-box {
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
    background: white;
    font-size: 12px;
    border-radius: 2px;
    padding-bottom: 14px;
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 15px
}

.parent-category {
    padding-top: 8px;
    padding-left: 10px
}

.sub-category {
    padding-top: 8px
}

.bulk-edit-box-unit img {
    width:55px;
}

.category-label {
    margin-left: 10px
}

@media (max-width: 760px) {
    .bulk-edit-box-unit img {
        max-height: 70px;
        margin-top: 0;
    }

    .bulk-edit-button-box {
        padding: 0 !important;
        padding-top: 10px
    }

        .bulk-edit-button-box button, .bulk-edit-button-box a {
            font-size: 11px;
            padding: 4px 8px
        }

    .bulk-loader-wrapper {
        display: block;
        text-align: center
    }

    .parent-category {
        padding-top: 8px;
        padding-left: 10px
    }

    .sub-category {
        padding-top: 8px
    }

    .box-info table tr th, .box-info table tr td {
        line-height: 21px
    }

    .box-info.expanded table tr th, .box-info.expanded table tr td {
        padding: 8px;
        line-height: 30px;
        border: 0px;
        text-align: left
    }

    .box-info.expanded table tr {
        border-bottom: 1px solid #dddddd
    }

    .mobile-checkbox-wrapper {
        display: inline !important;
        margin-right: 1%
    }

    .quantity-label {
        display: inline !important;
        font-weight: 600;
        font-size: 13px;
        padding-bottom: 3px
    }

    .bulk-edit-checkbox-wrapper {
        display: none
    }

    .unlimited {
        vertical-align: middle
    }

    .quantity-quantity {
        font-size: 15px
    }

    .box-info .box-header {
        margin-bottom: 0 !important
    }

    .close-bulk-cat {
        margin-bottom: -5px
    }
}

.unlimited {
    font-size: 20px
}

tr.row-selected > td, .product-selected {
    background: #ecfbff !important
}

.bulk-loader-wrapper {
    margin-left: 15px;
    margin-right: 15px
}

.close-bulk-cat {
    font-size: 11px;
    padding-bottom: 0 !important;
    text-align: right !important;
    width: 200px
}

    .close-bulk-cat:hover {
        cursor: pointer;
        cursor: hand
    }

.glyphicon-pause {
    display: none
}

.bulk-edit-button-box .fa.chat-notification {
    color: dodgerblue
}

@media (min-width: 761px) {
    .small-window-only {
        display: none
    }
}

@media (max-width: 760px) {
    .desktop-only {
        display: none
    }
}

.table-users {
    table-layout: fixed;
    word-wrap: break-word
}

@media (max-width: 760px) {
    .table-users .userName {
        border-bottom: 0
    }

    .box-info table.table-users tr td {
        border: none
    }

    .box-info table.table-users td {
        text-align: center;
        line-height: 21px
    }

    .box-info table.table-users .userName {
        font-weight: 600
    }
}

.inventory-aggregate {
    color: #B0B0B0
}

a.checkbox {
    color: #5b5b5b
}

@media (max-width: 760px) {
    .inner-product-table td {
        border: 0
    }

        .inner-product-table td.ng-binding {
            border: 0
        }

    .inner-product-table {
        border: 0 !important
    }

    .inner-quantity {
        border: 0
    }

    .inner-product-table tr td {
        border: 0 !important
    }

    .inner-product-table .variation-label-unit {
        border: none;
        text-align: center
    }

    .inventory-table .box-header {
        border: 0 0 1px 0 solid #cccccc !important
    }

    .inventory-table .box-info table tr td {
        border: 0;
        padding: 0
    }

    .outer-product-table tr.inner-product-table td.inner-first, .outer-product-table tr.inner-product-table td.inner-second {
        border: 0;
        line-height: 0
    }

    .category-select {
        border: 1px #ababab solid
    }

    .box-info table.orders-table tr td {
        padding: 8px;
        line-height: 30px
    }

    .order-box {
        border-top: 1px #ddd solid;
        border-left: 2px #ddd solid;
        border-right: 2px #ddd solid;
        border-bottom: 1px #ddd solid
    }

        .order-box td {
            border: none
        }
}

.btn-skinny {
    min-width: 15px;
    padding-left: 0;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-left: -5px
}

.category-select {
    width: 100%;
    border-radius: 0px;
    font-size: 12px
}

.category-option {
    background: #C7C7C7
}

.box-info .form-group .control-label {
    margin-bottom: 5px;
    font-weight: 700
}

.box-info .checkbox.inline-checkbox {
    padding-right: 20px
}

.la-pricing-table ul li.title, .la-pricing-table .la-col-2 ul li.title, .la-pricing-table .la-col-3 ul li.title {
    font-weight: 600;
    color: #232a32;
    letter-spacing: 2px;
    font-size: 20px
}

/*.modal-backdrop {
    z-index: 10400 !important
}*/

.modal {
    z-index: 10500 !important
}

#intercom-container {
    z-index: 10400 !important
}

.staff-faded * {
    color: #aaa
}

.remaining-char-hint {
    margin-top: -23px;
    float: right;
    color: #888888;
    margin-right: 3px;
    font-size: 13px
}

.selected-strikethrough {
    text-decoration: line-through
}

.preorder-label {
    border: solid 1px #aaa;
    color: #aaa;
    padding: 1px 5px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    margin-top: 3px
}

.logo-brand-back-switch a {
    top: -5px;
    left: 24px;
    position: relative
}

.logo-brand-back-switch i {
    font-size: 1.3em;
    top: 1px;
    left: -8px;
    position: relative
}

#templates .row {
    margin-left: -25px;
    margin-right: -25px
}

.templates_section h4 {
    padding: 1em 0;
    text-align: center;
    margin: 0
}

    .templates_section h4 i {
        margin: 0 .3em;
        position: relative;
        top: 1px
    }

.templates_section::after {
    display: block;
    content: '';
    clear: both
}

.templates_section .page-template {
    padding-bottom: 30px
}

.page-template-container {
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden
}

    .page-template-container:hover {
        border: 1px solid #9E9E9E
    }

        .page-template-container:hover h4 {
            background-color: #3975A9
        }

    .page-template-container .image-wrapper {
        width: 100%;
        padding-bottom: 100%;
        background-size: cover
    }

@media screen and (max-width: 768px) {
    .template {
        width: 45%;
        margin: .5em
    }
}

.ui-sortable-helper {
    display: table
}

.fa-btn-wrapper .fa {
    cursor: pointer;
    line-height: normal;
    vertical-align: bottom
}

    .fa-btn-wrapper .fa.disabled {
        cursor: auto
    }

    .fa-btn-wrapper .fa.disabled {
        color: #AAAAAA
    }

.blue-spot {
    position: absolute;
    margin-top: 9px;
    margin-left: -20px;
    color: #2980b9
}

.hover-grab-cursor:hover {
    cursor: move
}

#shipping-form .btn-primary[disabled] {
    background-color: lightgrey;
    background-image: none;
    border: none;
    color: grey
}

.return-order .overflow {
    overflow-x: auto
}

.return-order .btn-transparent {
    background-color: transparent
}

.return-order table {
    min-height: 130px;
    font-size: 12px
}

.return-order .align-middle {
    vertical-align: middle
}

.return-order .label-align {
    text-align: center;
    display: inline-block;
    padding: 5px
}

@media (min-width: 1200px) {
    .template {
        width: 20%
    }
}

.check-icon {
    background-color: green;
    border-radius: 50%;
    padding: 10px;
    color: white;
    opacity: 0.8;
    position: absolute;
    left: 70%;
    top: 81%
}

@media (min-width: 761px) {
    .table-orders-div {
        overflow-y: scroll
    }
}

.private-comment-form {
    background-color: #fffaf0 !important
}

.public-comment-form {
    background-color: #f7f7f7 !important
}

.comment-media-preview {
    display: inline-block;
    padding: 10px;
    background-color: white;
    margin: 15px 0;
    border: solid 1px #ddd
}

.sb-container.disabled .sb-toggle {
    background-color: #eee;
    color: #555;
    cursor: not-allowed
}

.sb-item-focus a, .sb-item:hover a {
    border: 0;
    box-shadow: none
}

.sb-container-multi .sb-item a:before {
    content: "\f046";
    font-family: FontAwesome
}

.sb-dropdown {
    box-shadow: rgba(0,0,0,0.1) 0px 5px 8px 0px
}

    .sb-dropdown .sb-empty {
        line-height: 32px;
        padding-top: 0;
        padding-bottom: 0
    }

.sb-toggle:after {
    border: 0;
    font-family: FontAwesome;
    font-size: 18px;
    content: '\f107';
    top: 1px;
    right: 8px
}

.sb-toggle-active:after {
    content: '\f106';
    top: 1px;
    right: 8px
}

selectbox.full-width .sb-container {
    width: 100%
}

.sb-input-filter {
    position: absolute;
    width: 100%;
    height: 33px;
    margin-top: -1px;
    border: 1px solid #ddd;
    padding-left: 7px;
    padding-right: 7px
}

.sb-dropdown.with-filter {
    top: 63px
}

.main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 5
}

.navigation-sidebar {
    width: 220px
}

.navigation-content {
    position: relative;
    transition: .3s;
    width: 100%;
    margin-left: 0;
    padding-left: 235px
}

.main-navigation .navbar-toggle {
    position: absolute;
    right: 0;
    left: auto;
    display: none
}

@media screen and (max-width: 991px) {
    .navigation-content {
        margin-left: 0;
        padding-left: 0;
        width: 100%
    }

    .main-navigation.logo-brand-toggle .content, .main-navigation.logo-brand-toggle .mobile-trial-count-container {
        margin-left: 225px
    }

    .logo-brand-back-switch a {
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .left.side-menu {
        width: 260px
    }

    .navigation-content .navbar {
        box-shadow: none
    }

    .main-navigation .logo-brand {
        width: 100vw;
        left: 0
    }

    .main-navigation.logo-brand-toggle .logo-brand {
        margin-left: 225px
    }

    .main-navigation .navbar-toggle {
        display: block
    }
}

.color-picker-dialog .angular-color-picker {
    padding: 10px;
    border: 0
}

.angular-color-picker > ._hues > ._cursor {
    left: -6px;
    width: 40px
}

.color-picker-dialog .display {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 10px;
    padding: 0;
    border: 1px solid #000
}

.item-status-facebook {
    margin: 1em auto 2em auto;
    display: block;
    text-align: center
}

    .item-status-facebook .label {
        text-align: left;
        margin: .3em;
        padding: .5em
    }

.item-facebook-tabs {
    list-style: none;
    padding: 0
}

.sl-old-item-controls {
    margin-right: -100px
}

.old-item-controls-wrapper {
    margin-right: 100px;
    width: auto;
    background: #232a32
}

.btn-faq {
    color: #008edd
}

#open-filter-section {
    margin: 0px;
    float: right
}

#export-orders-report {
    vertical-align: top
}

#selected-all-orders {
    color: #008edd
}

    #selected-all-orders:hover {
        color: #0484cc;
        text-decoration: underline;
        cursor: pointer
    }

.export-section .dropdown-toggle {
    background-color: #FDFDFD;
    border: 1px solid #DEDEDE
}

.export-section .navbar-nav a {
    padding: 8px
}

.label-selected {
    background-color: #ADADAD
}

.label-apply {
    background-color: #d22238
}

.dialogbox .dialog-note {
    margin-top: 10px
}

@media screen and (min-width: 769px) {
    .limit-dropdown-header {
        background-color: #fff !important;
        color: #333 !important;
        margin: 0 8px;
        width: 80px !important
    }
}

@media screen and (max-width: 768px) {
    .limit-option .navbar-nav > li {
        float: none !important
    }
}

.limit-dropdown {
    margin: 0 8px;
    min-width: 80px
}

    .limit-dropdown > li {
        cursor: pointer;
        padding: 4px 8px
    }

        .limit-dropdown > li:hover {
            background-color: #f5f5f5
        }

@media screen and (min-width: 768px) {
    .export-section .navbar-nav a {
        width: 300px
    }

    .export-section .start_at, .export-section .end_at {
        width: 50%;
        float: left
    }

    .date_picker_start_at, .date_picker_end_at {
        width: 50%;
        float: left
    }

    .search-section input {
        width: calc(100% - 550px)
    }

    #common-orders .page-heading, #seven-eleven-c2c .page-heading, #seven-eleven-b2c .page-heading, #family-mart-b2c .page-heading {
        float: left
    }
}

@media screen and (max-width: 768px) {
    .export-section {
        float: none !important;
        padding: 0px;
        margin: 1em 0
    }

        .export-section .navbar-nav {
            width: 100%;
            float: left;
            margin: 0
        }

            .export-section .navbar-nav a {
                width: 100%
            }

        .export-section #export-orders-report {
            float: right
        }

    .start_at, .end_at {
        width: 100%;
        margin: 5px
    }

    .date_picker_start_at, .date_picker_end_at {
        width: 100%;
        margin: 5px
    }

    #open-filter-section {
        width: 100%;
        margin-top: 1em
    }

    .search-section input {
        width: calc(100% - 40px)
    }

    .filter-section .add-filters .form-inline .form-control {
        width: 100%;
        margin: 10px 0
    }
}

@media screen and (max-width: 400px) {
    .export-section .navbar-nav {
        width: 100%
    }

    .export-section #export-orders-report {
        width: 100%;
        float: none;
        margin-top: 1em
    }

    #open-filter-section {
        width: 100%;
        margin-top: 1em
    }
}

#common-orders .nav-tabs {
    border-bottom: 1px solid #DDDDDD
}

    #common-orders .nav-tabs > li.active, #seven-eleven-c2c .nav-tabs > li.active, #seven-eleven-b2c .nav-tabs > li.active, #family-mart-b2c .nav-tabs > li.active {
        margin-bottom: -1px
    }

.export-section .i-xs {
    right: 12px;
    top: 13px;
    position: absolute
}

.filter-section .input-group {
    width: 100%
}

.date-picker-title {
    width: 30px;
    display: inline-block
}

.date-picker-container table tr th, .date-picker-container table tr td {
    padding: 3px
}

div[datepicker] tr th, div[datepicker] tr td {
    padding-left: 0;
    padding-right: 0;
    display: table-cell
}

    div[datepicker] tr td button {
        background-image: none;
        margin-bottom: 0
    }

.date-picker-container table tr td button {
    padding: 5px;
    min-width: 3em
}

.date .dropdown-menu {
    overflow-y: auto;
    max-height: 350px;
    padding: 5px
}

.box-info .date table tr th {
    padding-left: 0;
    padding-right: 0
}

    .box-info .date table tr th button {
        min-width: 0;
        width: 100%
    }

.box-info .date table tr td {
    padding-left: 0;
    padding-right: 0
}

    .box-info .date table tr td button {
        margin-bottom: 0;
        width: 100%;
        min-width: 0 !important
    }

@media screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    .box-info .date ul li button.btn-success {
        float: right !important
    }

    .box-info .date table tr td {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 36px
    }

    .box-info .date table tr .h6 {
        width: 34px
    }

    .box-info .date table thead tr {
        position: initial;
        top: initial;
        left: initial;
        display: table-row
    }

        .box-info .date table thead tr th {
            display: table-cell;
            width: 36px;
            height: 30px
        }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 992px) {
    .box-info .date table tr td {
        width: 31px
    }

        .box-info .date table tr td button {
            padding: 5px 8px
        }
}

@media screen and (max-width: 375px) {
    .box-info .date table thead tr th .pull-left, .box-info .date table thead tr th .pull-right {
        padding: 5px
    }

    .box-info .date table thead tr th, .box-info .date table tr td {
        width: 28px
    }

    .box-info .date table tr .h6 {
        width: 24px
    }

    .box-info .date table tr td button {
        padding: 5px 0
    }
}

/*.search-section {
    border-bottom: 1px #DDDDDD solid;
    margin-top: 0px
}*/

    .search-section .faq-tips {
        margin-left: 10px
    }

    .search-section form {
        width: 100%
    }

    /*.search-section button {
        margin-top: -3px;
        min-width: 40px;
        padding: 7px 0
    }*/

        /*.search-section button i {
            font-size: 21px
        }*/

.search-section input {
    display: inline;
    height: 32px;
    padding: 5px 5px;
}

    .search-section .sb-toggle {
        margin-bottom: 3px;
        height: 37px
    }
.btn_icon_bgred {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #d22238;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
}
.product-nav-tabs.nav-tabs {
    border-bottom: none;
}
.order-placed-period p {
    padding: 8px 0px 8px 0px;
    font-weight: bold
}

.well-section {
    margin-top: 2.5em
}

    .well-section .label {
        display: inline-block;
        margin: .5em 0;
        padding: .5em
    }

        .well-section .label i {
            margin-left: 10px;
            border-left: 1px solid;
            padding-left: 6px;
            height: 14px
        }

.add-filters {
    margin-top: 1em
}

    .add-filters .form-inline .form-control {
        width: 48.7%;
        height: 35px
    }

.selected-filter-section {
    min-height: 100px
}

    .selected-filter-section .clear-all {
        color: #008EDD
    }

        .selected-filter-section .clear-all:hover {
            color: #0779B9;
            text-decoration: underline;
            cursor: pointer
        }

.selected-filter-section, .confirm-section, .filter-section {
    background-color: #f5f5f5;
    border-bottom: 1px #DDDDDD solid
}

.date-picker-title {
    margin-right: 1em
}

.date-picker-container {
    display: inline-flex;
    margin-right: 1em;
    width: calc(100% - 70px)
}

    .date-picker-container input {
        height: 35px;
        padding: 0 15px
    }

    .date-picker-container .input-group-addon {
        min-width: 40px;
        height: 35px
    }

    .date-picker-container .glyphicon {
        font-size: 18px
    }

    .date-picker-container .input-group-addon {
        width: 40px
    }

.bulk-action-section input {
    margin: 0 14px
}

.bulk-action-section .total-orders-selected {
    margin-left: 25px
}

.bulk-action-section {
    padding-bottom: 13px;
    font-weight: 600;
    border-bottom: 1px #DDDDDD solid;
    padding: 0 2em 1em
}

.selected-all-orders:hover {
    text-decoration: underline
}

.orders-status-navigation {
    padding: 0;
    border-bottom: 1px #DDDDDD solid
}

    .orders-status-navigation p {
        margin: 10px
    }

.orders-table {
    margin-left: -15px;
    margin-right: -15px;
    /*overflow-x: auto;*/
}

    .orders-table input {
        margin-left: 15px
    }

.total-orders-selected {
    margin: 13px
}

.order_row_header {
    font-weight: 600;
    padding: 20px;
    font-size: 12px;
    border-bottom: 1px #DDDDDD solid
}

.order_row {
    padding: 20px;
    font-size: 12px;
    border-bottom: 1px #DDDDDD solid
}

    .order_row .label {
        font-size: 14px
    }

.text-left {
    text-align: left;
    padding-left: 8px
}

@media screen and (max-width: 768px) {
    #current-language-name {
        /*margin: 4em 0 0;*/
        height:auto !important;
    }
}

.text-unpublished {
    color: #bbb
}

    .product-nav-tabs.nav-tabs li {
        margin-bottom: 0
    }

.product-tab-boxes .box-info {
    position: relative;
    padding: 0px;
    background: #fff;
    margin-bottom: 0px;
    color: #5b5b5b;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease
}

    .product-tab-boxes .box-info.full .box-header {
        padding: 0;
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        display: block
    }

        .product-tab-boxes .box-info.full .box-header h2 {
            text-align: left;
            margin-top: 0;
            width: auto
        }

        .product-tab-boxes .box-info.full .box-header.collapsed {
            border-bottom: 0px
        }

    .product-tab-boxes .box-info .nav .nav-tabs {
        border-radius: 0px
    }

.dropzone.hidden-xs.drop-danger {
    color: #a94442;
    border-color: #a94442
}

.box-info .nav-tabs .tab-danger, .box-info .nav-tabs .active .tab-danger {
    color: #a94442
}

.box-line {
    border-top: 1px solid #e0e0e0;
    padding: 8px
}

.error-border {
    border-color: #a94442 !important
}

.tags-input-error div div {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

.variation-error {
    color: white;
    background: #cc605e
}

.sl-tagsinput-error tags-input .tags .input.invalid-tag {
    color: #a94442
}

.list-bulk-actions-button-set a {
    padding: 0 5px;
    margin: 0 5px
}

    .list-bulk-actions-button-set a:hover {
        text-decoration: underline
    }

product-form-seo button.btn-clear {
    display: none
}

.google-map-search-box {
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 31px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3)
}
.table .tb-tr {
    background: #eee;
}
#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 250px
}

    #pac-input:focus {
        border-color: #4d90fe
    }

.pac-container {
    font-family: Roboto;
    z-index: 10501
}

.blog-create-notice, .promotion-deprecation {
    background-color: #f2dede;
    border: 1px solid #a94442
}

.blog-create-notice-icon, .promotion-deprecation-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #a94442;
    left: 15px
}

.blog-create-notice-btn, .promotion-activate-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.input-group-select .btn-switch {
    background: #ffffff;
    color: #393E48 !important;
    border: solid #ccc 1px;
    margin-bottom: 5px;
    border-right: 0px;
    margin-right: 0px !important;
    margin-left: 0px !important
}

    .input-group-select .btn-switch.selected {
        background: #428bca;
        color: #ffffff !important;
        box-shadow: inset 1px 2px 8px 0px #224f77 !important
    }

    .input-group-select .btn-switch:hover {
        background: #f5f6f7
    }

    .input-group-select .btn-switch.selected:hover {
        background: #428bca
    }

.group-btn-save[disabled] {
    background: #f6f6f6;
    color: #cccccc;
    border: solid #ccc 1px
}

.blog-seo > div > div > .nav {
    display: none
}

.shopline-light .cke {
    border: 1px solid #ededed
}

.shopline-light .cke_combo_button, .shopline-light .cke_top, .shopline-light .cke_bottom, .shopline-light.cke_menu_panel {
    border-radius: 0px !important;
    background-color: #ededed !important;
    background: none;
    background-image: none
}

.shopline-light .cke_combo_arrow, .shopline-light .cke_button_arrow {
    border-top-color: black !important
}

.shopline-light .cke_button_on, .shopline-light .cke_button:hover, .shopline-light .cke_button:focus, .shopline-light .cke_button:active {
    background-color: #ddd !important
}

.shopline-light .cke_path {
    display: none
}

.shopline-light .fa, .shopline-light .cke_combo_text {
    color: black !important;
    text-shadow: none;
    font-weight: none
}

#menu-reminder .fa-bell.inactive {
    color: #c5c5c5
}

#menu-reminder .fa-bell.active {
    color: #5392ea
}

.bulk-edit-index-table {
    background-image: initial;
    width: 125px
}

.clear-form-group-margin {
    margin-bottom: -15px
}

.invalid-item {
    color: red
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-tables table.table-inner > thead > tr > th, .pricing-tables table.table-inner > tbody > tr > th, .pricing-tables table.table-inner > tfoot > tr > th, .pricing-tables table.table-inner > thead > tr > td, .pricing-tables table.table-inner > tbody > tr > td, .pricing-tables table.table-inner > tfoot > tr > td {
        padding: 15px;
        font-size: 14px;
        vertical-align: middle;
        border-top: 1px dotted #dddddd
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: normal
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }

    .button-menu-mobile {
        display: block
    }

    .navbar {
        margin: 0 0 0 42px
    }

    .left {
        width: 225px;
        margin-left: 0px;
        left: -225px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .right {
        left: 0;
        right: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow-x: hidden
    }

    .mobile-sidebar {
        left: 0px
    }

    .mobile-content {
        left: 225px;
        right: -225px
    }

    .box-info .icon-box {
        width: 45px;
        font-size: 20px;
        margin-top: 5px
    }

    .box-info .text-box p {
        font-size: 11px
    }

    .toolbar-btn-action {
        text-align: center
    }

    .gallery-wrap .column .inner .img-wrap {
        height: auto;
        overflow: hidden;
        background: #ddd
    }

    .gallery-wrap .column-3 .inner .img-wrap {
        overflow: hidden;
        background: none
    }

    .gallery-wrap .column-4 .inner .img-wrap {
        height: auto;
        overflow: hidden;
        background: #ddd
    }

    .user-profile-sidebar {
        text-align: center
    }

    .weather-widget .overlay-weather-info {
        top: 10px;
        left: 10px;
        right: 10px
    }

        .weather-widget .overlay-weather-info .weather-info-city {
            margin: 10px 0
        }

            .weather-widget .overlay-weather-info .weather-info-city h4 {
                font-size: 15px
            }

            .weather-widget .overlay-weather-info .weather-info-city h1 {
                font-size: 24px
            }

        .weather-widget .overlay-weather-info i.weather-icon {
            font-size: 60px
        }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden
    }

    .header.sidebar {
        position: absolute;
        top: 0px;
        text-align: center;
        z-index: 9993
    }

        .header.sidebar.logo-brand, .mobile-trial-count-container {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

    .left {
        top: -50px
    }

    .navbar {
        margin: 0 0 0 0px;
        z-index: 9992
    }

    .navbar-default {
        border-bottom: 1px solid #aaa;
        box-shadow: 0px 3px 8px #aaa
    }

    .button-menu-mobile {
        display: block;
        z-index: 9994
    }

    button.navbar-toggle {
        padding: 15px 15px;
        border-radius: 0;
        background: #1B1E24;
        color: #A5B2BC;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border: none;
        font-size: 14px
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #1B1E24;
        color: #A5B2BC
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0
    }

    .left {
        width: 225px;
        margin-left: 0px;
        left: -225px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .right {
        left: 0;
        right: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow-x: hidden
    }

    .mobile-sidebar {
        left: 0px
    }

    .mobile-content {
        left: 260px;
        right: -260px
    }

    .box-info table {
        margin: 0 0 0 0;
        /*table-layout: fixed;*/
    }

    .box-info .table-responsive {
        border: none
    }

    .nav.navbar-nav.top-navbar li span.absolute {
        left: 25px
    }

    .box-info .additional .list-group {
        margin-bottom: -10px
    }

    .data-table-toolbar .btn {
        margin: 15px 0
    }

    .toolbar-btn-action {
        text-align: center
    }

    .gallery-wrap .column {
        width: 25%
    }

    .gallery-wrap .column-4 {
        width: 33.33333333333333%
    }

    .gallery-wrap .column-3 {
        width: 50%
    }

    .gallery-wrap .column .inner .img-wrap {
        height: 70px;
        overflow: hidden;
        background: #ddd
    }

    .gallery-wrap .column-3 .inner .img-wrap {
        overflow: hidden;
        background: #ddd
    }

    .gallery-wrap .column-4 .inner .img-wrap {
        height: auto;
        overflow: hidden;
        background: #ddd
    }

    footer {
        text-align: center
    }

    .lock-screen {
        text-align: center
    }

    .ava-lock-screen {
        text-align: center;
        margin-bottom: 20px
    }

        .ava-lock-screen img {
            width: 100px;
            margin: 0
        }

    .la-pricing-table .la-col-4 {
        width: 50%
    }

    .user-profile-sidebar {
        text-align: center
    }

    .la-pricing-table .la-col-3 {
        width: 100%
    }

    .la-pricing-table .la-col-2 {
        width: 100%
    }

    .pricing-tables .header {
        padding: 15px 0 50px
    }

        .pricing-tables .header h3 {
            font-size: 20px
        }

    .pricing-tables .circle-price-wrap {
        width: 120px;
        height: 120px;
        top: 50px;
        margin-left: -60px
    }

        .pricing-tables .circle-price-wrap h2 {
            font-size: 35px;
            padding: 5px 0
        }

            .pricing-tables .circle-price-wrap h2 small {
                font-size: 13px;
                color: #909090;
                display: block
            }

    .pricing-tables table.table-inner > thead > tr > th, .pricing-tables table.table-inner > tbody > tr > th, .pricing-tables table.table-inner > tfoot > tr > th, .pricing-tables table.table-inner > thead > tr > td, .pricing-tables table.table-inner > tbody > tr > td, .pricing-tables table.table-inner > tfoot > tr > td {
        padding: 10px;
        font-size: 13px;
        vertical-align: middle;
        border-top: 1px dotted #dddddd
    }

    .weather-widget .overlay-weather-info i.weather-icon {
        font-size: 90px
    }
}

@media (max-width: 480px) {
    .box-info .icon-box {
        width: 100%;
        display: block
    }

    .box-info .icon-box, .box-info .text-box {
        text-align: center
    }

    .gallery-wrap .column, .gallery-wrap .column-3, .gallery-wrap .column-4 {
        width: 100%
    }

        .gallery-wrap .column .inner .img-wrap, .gallery-wrap .column-3 .inner .img-wrap, .gallery-wrap .column-4 .inner .img-wrap {
            height: auto
        }

    .login-wrap {
        margin: 20px 0 0 0
    }

    .pricing-tables .header {
        padding: 5px 0 50px
    }

        .pricing-tables .header h3 {
            font-size: 20px
        }

    .pricing-tables .circle-price-wrap {
        width: 120px;
        height: 120px;
        top: 70px;
        margin-left: -60px
    }

    .weather-widget .overlay-weather-info .weather-info-city {
        margin: 5px 0
    }

        .weather-widget .overlay-weather-info .weather-info-city h4 {
            font-size: 14px
        }

        .weather-widget .overlay-weather-info .weather-info-city h1 {
            font-size: 20px
        }

    .weather-widget .overlay-weather-info i.weather-icon {
        font-size: 45px
    }
}

@media (max-width: 360px) {
    .gallery-wrap .column, .gallery-wrap .column-3, .gallery-wrap .column-4 {
        width: 100%
    }

        .gallery-wrap .column .inner .img-wrap, .gallery-wrap .column-3 .inner .img-wrap, .gallery-wrap .column-4 .inner .img-wrap {
            height: auto
        }

    .la-pricing-table .la-col-4 {
        width: 100%
    }

    .la-pricing-table .la-col-3 {
        width: 100%
    }
}

@media (max-width: 320px) {
    .gallery-wrap .column, .gallery-wrap .column-3, .gallery-wrap .column-4 {
        width: 100%
    }

        .gallery-wrap .column .inner .img-wrap, .gallery-wrap .column-3 .inner .img-wrap, .gallery-wrap .column-4 .inner .img-wrap {
            height: auto
        }
}

@media (max-width: 480px) {
    .box-info .box-header {
        margin: 0px 0px 10px 0px;
        padding-bottom: 0px
    }

        .box-info .box-header .btn {
            margin-bottom: 10px
        }

        .box-info .box-header h2, .box-info .box-header .pull-right, .box-info .box-header .pull-left {
            text-align: center;
            width: 100%
        }
}

@media (max-width: 767px) {
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal
    }

    .col-xs-12 .pull-left, .col-xs-12 .pull-right {
        text-align: center !important;
        float: none !important
    }
}

.margin-bottom {
    margin-bottom: 20px
}

.margin-x-auto {
    margin: 0 auto;
}

.beta-editor-templates .page-template {
    position: initial
}

.beta-editor-templates .templates_section h4 {
    font-size: 1em;
    height: 43px
}

.beta-editor > .container {
    padding-left: 0;
    padding-right: 0
}

.beta-editor .left.side-menu {
    display: none
}

.beta-editor .right.content-page {
    left: 0
}

.beta-editor .left.side-menu.mobile-sidebar {
    display: block
}

.beta-editor .right.mobile-content {
    left: 225px
}

.beta-editor .btn-block + .btn-block {
    margin-top: inherit
}

.beta-editor .sidebar-inner {
    padding-top: 50px
}

#beta-editor-container .mobile-mask::before {
    position: fixed;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 99999
}

#beta-editor-container .mobile-mask p {
    position: absolute;
    z-index: 100000;
    margin-top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 30px;
    padding: 50px
}

.beta-editor .box-info.full .box-header h2, .beta-editor .box-info .box-header h2 {
    padding: 0;
    margin: 8px 0px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #008edd;
    border-bottom: none
}

.beta-editor .box-info .box-header .pull-right {
    padding: 20px 15px 15px 15px
}

.beta-editor .content-page.right, .beta-editor .body.scroll-y {
    position: relative !important;
    top: 0 !important;
    padding: 0;
    overflow-y: visible;
    -webkit-overflow-scrolling: initial
}

.beta-editor .btn:hover, .beta-editor .btn:focus {
    color: white;
    text-decoration: none
}

.beta-editor .modal-footer .btn:hover, .beta-editor .modal-footer .btn:focus {
    color: black;
    text-decoration: none
}

.beta-editor .help-block {
    word-wrap: break-word;
    word-break: break-all
}

.beta-editor .edit-product-panel a {
    width: 100%;
    display: block;
    padding: .5em
}

    .beta-editor .edit-product-panel a:hover {
        background: #F1F1F1
    }

.beta-editor .edit-product-panel .badge {
    position: relative;
    top: 0.3em;
    right: 0.3em
}

.beta-editor .btn-group .btn + .btn, .beta-editor .btn-group .btn + .btn-group, .beta-editor .btn-group .btn-group + .btn, .beta-editor .btn-group .btn-group + .btn-group {
    margin-left: 0
}

.beta-editor .custom-page {
    margin: 0;
    margin-top: 50px;
    position: relative
}

    .beta-editor .custom-page .item .image-container {
        max-height: inherit
    }

.beta-editor .page-layout {
    padding: 0;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px
}

.bs-container {
    position: relative;
    width: calc(100% - 90px);
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .bs-container {
        width: 670px
    }
}

@media screen and (min-width: 1170px) {
    .bs-container {
        width: 970px
    }
}

@media screen and (min-width: 1280px) {
    .bs-container {
        width: 1170px
    }
}

.bs-container .max-width-container {
    position: relative;
    max-width: calc(100% - 90px);
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .bs-container .max-width-container {
        max-width: 670px
    }
}

@media screen and (min-width: 1170px) {
    .bs-container .max-width-container {
        max-width: 970px
    }
}

@media screen and (min-width: 1280px) {
    .bs-container .max-width-container {
        max-width: 1170px
    }
}

.page-layout.container {
    margin-right: auto;
    margin-left: auto
}

.page-translatable-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity .5s
}

    .page-translatable-mask.in {
        opacity: 1
    }

    .page-translatable-mask::before {
        content: " ";
        position: absolute;
        background-color: #aaa;
        opacity: 0.8;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .page-translatable-mask .content-wrapper {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%) translateY(-50%);
        color: white;
        font-size: 30px;
        width: 900px;
        max-width: 90vw
    }

.page-notifications {
    position: fixed;
    width: 100%;
    background-color: #f7ce55;
    color: white;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
    z-index: 4
}

#store-preview-container {
    background: rgba(88,88,88,0.97);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999
}

#preview-store-iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    overflow: auto;
    border-radius: 0px;
    -webkit-transition: all 300ms cubic-bezier(0.605, 0.195, 0.175, 1);
    transition: all 300ms cubic-bezier(0.605, 0.195, 0.175, 1)
}

    #preview-store-iframe-container iframe {
        position: absolute;
        width: 100%;
        height: 95%;
        margin: 0;
        padding: 0;
        border: 0;
        top: 0px;
        left: 0px;
        background: white
    }

.preview-name {
    color: #FFFFFF;
    font-size: 1.2em;
    margin: 0px .5em;
    position: relative;
    top: 5px;
    background: #428bca;
    border: 1px solid #428bca
}

    .preview-name.btn:hover {
        color: #FFFFFF;
        background: #337ab7
    }

#preview-store-iframe-container[data-preview=mobile] {
    max-width: 375px !important;
    max-height: 667px !important
}

#preview-store-iframe-container[data-preview=tablet] {
    max-width: 768px !important;
    max-height: 1024px !important
}

.preview-mask {
    background-color: rgba(88,88,88,0.97);
    width: 100%;
    height: 100%
}

    .preview-mask div {
        top: 47%;
        left: 50%
    }

    .preview-mask .loader {
        margin: -5em -5em;
        font-size: 6px;
        position: fixed;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(255,255,255,0.2);
        border-right: 1.1em solid rgba(255,255,255,0.2);
        border-bottom: 1.1em solid rgba(255,255,255,0.2);
        border-left: 1.1em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: rotating-loader 1.1s infinite linear;
        animation: rotating-loader 1.1s infinite linear
    }

@-webkit-keyframes rotating-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.preview-mask .loader, .preview-mask .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

#store-preview-toolbar {
    background-color: #404040;
    line-height: 3em;
    bottom: 0px;
    position: fixed;
    width: 100%
}

.preview-title {
    float: left;
    color: #ffffff;
    margin-left: 2em
}

.fa-eye.preview-hint {
    margin: 0px 1em
}

.preview-hint {
    font-size: 1.2em;
    top: 5px;
    position: relative
}

.preview-screen {
    float: left;
    margin: 0
}

    .preview-screen li {
        margin: 0;
        display: block;
        float: left;
        height: 2.15em;
        border-radius: 0px;
        font-size: 1.7em;
        cursor: pointer;
        padding-top: .4em
    }

.preview-store .preview-close {
    cursor: pointer;
    border-radius: 0px;
    margin: 0px;
    line-height: 40px;
    height: 51px;
    width: 168px;
    font-size: 15px
}

    .preview-store .preview-close .fa {
        position: relative;
        left: 12px
    }

.beta-editor .footer-menu-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    background-color: #333;
    z-index: 4
}

#conten_left_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: white;
    opacity: 0;
    display: none
}

    #conten_left_mask.show {
        opacity: 0.4;
        display: block
    }

#tutorial-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
    transition: 1s;
    opacity: 0;
    cursor: pointer
}

    #tutorial-container.show {
        opacity: 1.0
    }

.step-block {
    position: absolute;
    background-color: #fff;
    padding: 15px 18px;
    border-radius: 5px;
    font-weight: 600;
    overflow: visible;
    font-weight: 300;
    font-size: 20px;
    opacity: 0;
    transition: 0.3s
}

    .step-block.show {
        opacity: 1.0
    }

    .step-block::before {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .step-block.pos-right::before {
        top: 50%;
        right: -15px;
        margin-top: -10px;
        border-width: 10px 0 10px 15px;
        border-left-color: #fff
    }

    .step-block.pos-bottom::before {
        top: -15px;
        left: 50%;
        margin-left: -10px;
        border-width: 0 10px 15px;
        border-bottom-color: #fff
    }

    .step-block.step-1 {
        top: 100px;
        right: 180px;
        left: initial;
        bottom: initial
    }

    .step-block.step-2 {
        top: 250px;
        left: 100px;
        bottom: initial;
        right: initial
    }

    .step-block.step-3 {
        right: 180px;
        bottom: 50px;
        left: initial;
        top: initial
    }

    .step-block .step-num {
        background-color: #ccc;
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        border-radius: 15px;
        margin-right: 10px;
        font-size: 18px;
        line-height: 30px;
        vertical-align: middle
    }

.beta-editor #intercom-container iframe {
    margin-bottom: 40px
}

.page-item-products-container .product-item.ng-leave {
    display: none
}

.page-item-products-container .product-item {
    margin-bottom: 40px;
    padding: 15px
}

    .page-item-products-container .product-item .info-box {
        height: 60px
    }

.beta-editor .language-select {
    position: absolute;
    margin-top: -30px;
    right: 60px
}

    .beta-editor .language-select .nav > li > a {
        padding: 5px 20px;
        min-width: 100px;
        text-align: center;
        color: #333;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #F1F1F1
    }

    .beta-editor .language-select .nav > li.active > a {
        background-color: #1A9ADF;
        color: white
    }

    .beta-editor .language-select .nav-pills > li {
        margin-left: 5px
    }

.google-map-dialog {
    color: #000
}

#instagram-profile-pic {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

#instagram-username {
    display: inline-block;
    font-weight: bold
}

.instagram-post {
    overflow: hidden;
    padding: 15px
}

    .instagram-post .image {
        width: 100%
    }

    .instagram-post .like {
        font-weight: bold
    }

    .instagram-post .caption {
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis
    }

.product-picker-modal .btn:hover, .product-picker-modal .btn:focus {
    color: #666666
}

@media screen and (max-width: 991px) {
    .beta-editor > .container, .beta-editor .content-page.right, .beta-editor .body.scroll-y {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.product-info {
    padding: 17px 15px;
    background-color: #FFFFFF;
    font-size: 18px
}

    .product-info .product-info-row {
        margin-left: 15px;
        margin-right: 15px
    }

        .product-info .product-info-row:first-child {
            margin-bottom: 36px
        }

.product-info-row .soldout {
    margin-left: 20px
}

.message-tips {
    clear: right;
    width: 262px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 32px
}

.message-btn {
    width: 262px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center
}

.page-row-item-wrapper .checkout-form {
    padding: 15px;
    background-color: white;
    width: 100%
}

.country-list-wrapper > input {
    width: 100%
}

.country-list ol {
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    margin-top: -1px;
    height: 280px;
    overflow-y: scroll
}

.country-list.added-list ol {
    height: 312px
}

.country-list.disabled {
    opacity: 0.3
}

.country-list li {
    padding: 3px 10px
}

    .country-list li.selected {
        background-color: #21abf9;
        color: white
    }

.country-action-container {
    height: 312px;
    margin-top: 30px
}

.country-action-wrapper {
    top: 50%;
    position: relative;
    transform: translateY(-50%)
}

    .country-action-wrapper button {
        width: 100%;
        font-size: 25px;
        padding: 0
    }

        .country-action-wrapper button:not(:last-child) {
            margin-bottom: 10px
        }

.delivery-option-type-selectbox .sb-dropdown {
    max-height: 182px
}

@media screen and (min-width: 768px) {
    .delivery-option-table tr > td:first-child {
        width: 40%
    }

    .delivery-option-table tr > td:last-child {
        width: 30%
    }
}

@media screen and (max-width: 767px) {
    .box-section.filter-delivery {
        height: auto;
        padding-bottom: 10px
    }

    .country-list ol, .country-list.added-list ol {
        height: 150px
    }

    .country-action-container {
        height: 45px;
        margin-top: 10px
    }
}

.shipping-zone-countries {
    cursor: pointer
}

.shipping-zone-table {
    margin-top: 20px
}

.padding-top-25 {
    padding-top: 25px
}

.padding-top-10 {
    padding-top: 10px
}

.form-translation-nav {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-width: 1px;
    border-top-color: #ddd
}

.form-add-rate {
    text-align: center
}

.form-weight-hyphen {
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: -3px;
    top: 0
}

.fake-control-label.weight {
    margin-left: 15px
}

    .fake-control-label.weight.hidden-xs {
        position: absolute;
        top: 0
    }

@media screen and (min-width: 768px) {
    .shipping-zones-weight-block .action-group {
        text-align: right;
        padding-left: 0
    }

        .shipping-zones-weight-block .action-group .action-btn {
            padding: 0;
            text-align: right
        }

        .shipping-zones-weight-block .action-group .form-add-rate {
            text-align: center
        }

    .shipping-zone-table > div:first-child .form-add-rate {
        text-align: right
    }
}

.addon-products-form .box-info .form-group .control-label, .addon-products-form .box-info .form-group label .promotion-form .box-info .form-group .control-label, .promotion-form .box-info .form-group label {
    font-weight: 400
}

.addon-products-form .form-group.row > label, .promotion-form .form-group.row > label, .promotion-form .form-group .controls label {
    margin-top: 5px
}

.form-horizontal .form-group .control-label {
    margin-top: 6px
}

@media (min-width: 768px) {
    .form-horizontal .control-label.col-sm-2 {
        width: 16.66666667%
    }

    .form-horizontal .control-label.col-sm-3 {
        width: 25%
    }

    .form-horizontal .control-label.col-sm-4 {
        width: 33.33333333%
    }
}

.form-group.has-error .sb-toggle {
    border: 1px solid #a94442;
    color: #a94442
}

.form-group.has-error .input-group-addon .sb-toggle {
    border: 0
}

.input-date-end-at .dropdown-menu {
    left: auto !important;
    right: 0
}

.promotion-form .nav-tabs {
    height: 41px
}

.promotion-form .box-info.full {
    border-radius: 5px;
    overflow: hidden
}

.promotion-form .header-section {
    cursor: pointer;
    transition: .6s;
    border-radius: 0 !important
}

.promotion-form .btn-next-section {
    margin: 20px 0;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px
}

.promotion-form .discount-criteria-container .criteria-prefix {
    vertical-align: top;
    display: inline-block;
    padding: 7px;
    padding-right: 5px
}

.promotion-search-bar {
    padding-bottom: 10px !important
}

    .promotion-search-bar .form-products-search-container {
        display: inline-flex;
        margin-bottom: 0;
        width: 240px;
        vertical-align: middle
    }

        .promotion-search-bar .form-products-search-container .order-search-query {
            height: 32px
        }

.box-header .applied-filter {
    background-color: #f8f8f8;
    min-height: 36px;
    border: 1px solid #e7e7e7;
    line-height: 36px
}

    .box-header .applied-filter .label i {
        margin-left: 4px;
        border-left: 1px solid;
        padding-left: 6px
    }

    .box-header .applied-filter > span {
        margin: 7px 4px
    }

@media screen and (max-width: 425px) {
    .promotion-search-bar .form-products-search-container {
        width: 100%;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 426px) {
    .promotion-search-bar .sb-container {
        width: 150px
    }
}

.discount-criteria-container > .form-group .controls {
    line-height: 34px
}

.discount-criteria-container > .form-group .input-group {
    width: 100%;
    max-width: 350px
}

.discount-criteria-container .sb-container {
    max-width: 100%
}

.discount-criteria-container .input-tips {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%
}

.discount-criteria-container .form-group.has-error .help-block.text-danger {
    margin-left: 10px;
    float: left
}

.promotion-form .header-section.has-error {
    background-color: #a94442
}

    .promotion-form .header-section.has-error .title {
        color: white
    }

.form-products-search-container, .form-target-group-container {
    margin-bottom: 15px
}

    .form-products-search-container *[name="search_categories_filter"] .sb-container {
        width: 140px
    }

    .form-products-search-container .input-group-addon {
        padding: 0;
        border: 0
    }

.input-group-addon.filter-options {
    border: 1px solid #ddd;
    border-right: 0
}

.form-products-search-container .category-filter-wrapper {
    position: relative;
    margin-right: 40px;
    margin-left: 201px
}

.form-products-search-container .input-group-addon.btn-additional-filter {
    width: 30px;
    cursor: pointer;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: white
}

.form-products-search-container .additional-filter .filter-header {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    height: 36px
}

.form-products-search-container .additional-filter, .form-target-group-container .additional-filter {
    position: absolute;
    background: #fff;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ddd;
    z-index: 3
}

    .form-products-search-container .additional-filter ul, .form-target-group-container .additional-filter ul {
        list-style: none;
        padding-left: 0;
        width: 100%;
        max-height: 200px;
        margin-bottom: 0;
        position: relative;
        overflow-y: scroll
    }

    .form-products-search-container .additional-filter li, .form-target-group-container .additional-filter li {
        line-height: 34px;
        border-top: 1px solid #ddd
    }

        .form-products-search-container .additional-filter li input[type="checkbox"], .form-target-group-container .additional-filter li input[type="checkbox"] {
            margin-top: 0
        }

        .form-products-search-container .additional-filter li.is-subcategory {
            padding-left: 20px
        }

        .form-products-search-container .additional-filter li label, .form-target-group-container .additional-filter li label {
            padding: 0 8px;
            width: 100%
        }

.form-products-search-container .selected-filters-tags {
    background: white;
    border: 1px solid #ddd;
    border-right: none;
    padding-left: 5px
}

    .form-products-search-container .selected-filters-tags .tag {
        border-radius: 4px;
        padding: 3px 6px;
        font-size: 11px;
        margin-right: 5px;
        color: #fff;
        background: #3A99FD;
        cursor: pointer
    }

.form-products-search-container input, .form-target-group-container input {
    height: 36px;
    padding-left: 8px;
    padding-right: 8px
}

.form-products-search-container .selected-filters-tags + .form-control {
    border-left: none
}

.form-products-search-container .category-filter-placeholder {
    padding: 0px 0 0 8px;
    line-height: 30px;
    color: #aaa;
    cursor: pointer
}

.discount-summary-container b {
    font-weight: 700
}

@media (min-width: 768px) {
    .btn-remove-selected-product {
        float: right
    }
}

.form-products-search-container .input-group-addon.btn-primary {
    min-width: 40px;
    border: solid #bc152a 1px;
    cursor: pointer
}

.list-selected-product-thumb {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin: 5px 0
}

.input-group-addon.condition-type {
    padding: 0
}

.selectbox-discount-on .sb-container {
    width: 160px
}

.input-group-addon.condition-type .sb-container {
    width: 110px
}

.input-group-addon .sb-item a, .input-group-addon .sb-toggle {
    height: 29px;
    line-height: 29px
}

.input-group-addon .sb-toggle {
    border: 0
}

.form-products-picker-container .list-selected-product-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0
}

.form-products-picker-container .list-selected-product-container {
    margin-top: -1px;
    max-height: 350px;
    position: relative;
    overflow-y: scroll;
    margin-bottom: 0
}

.list-selected-product-container .conflict_product {
    background-color: #CC605E;
    color: white
}

.form-products-picker-container .list-selected-product-header a {
    color: black;
    float: right;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 10px
}

    .form-products-picker-container .list-selected-product-header a:hover {
        text-decoration: none
    }

.form-products-picker-bulk-actions a {
    display: inline-block;
    font-size: 13px;
    color: black
}

.list-delivery-options span, .list-payment-options span, .list-membership-tiers span {
    display: block
}

    .list-delivery-options span:not(:last-child):after, .list-payment-options span:not(:last-child):after, .list-membership-tiers span:not(:last-child):after {
        content: ", "
    }

.promotion-preview-actions button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 140px
}

    .promotion-preview-actions button + button {
        margin-left: 15px
    }

.form-products-search-container .input-group-addon.addon-category-filter {
    border: 1px solid #e1e1e1
}

.discount-criteria-container a.remove-condition-benefit-tier {
    text-decoration: underline;
    vertical-align: top;
    padding: 5px;
    color: #E60E0E
}

@media screen and (min-width: 768px) {
    .benefits-and-criterias-container {
        margin-top: 15px
    }

    .box-section .benefits-and-criterias-container .section-header {
        padding-top: 0
    }

    .benefits-and-criterias-container .col-sm-6:not(:first-child) {
        margin-left: -1px
    }

    .condition-benefit-tiers-container > .row:not(:last-child) .help-block {
        display: none
    }

    .condition-benefit-tier .benefit-input.input-group {
        width: 200px
    }

    .condition-scope {
        max-width: 200px;
        display: inline-block
    }

        .condition-scope label.col-sm-3 {
            display: none
        }

        .condition-scope .col-sm-9 {
            width: 100%
        }

    .discount-criteria-container a.remove-condition-benefit-tier {
        margin-left: 10px;
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    .benefits-and-criterias-container .col-sm-6:not(:first-child) {
        border-top: 1px solid #e1e1e1
    }

    .promotion-form .list-selected-product-thumb {
        margin: 0 auto
    }

    .promotion-form .btn-next-section {
        width: 100%
    }

    .form-products-picker-container table tr td {
        width: 100% !important
    }

    .promotion-form .btn-next-section {
        word-wrap: break-word;
        white-space: initial;
        max-width: 100%
    }

    .form-products-search-container .addon-category-filter, .form-products-search-container *[name="search_categories_filter"] .sb-container {
        display: block;
        width: 100%
    }

    .sb-container {
        width: 100%;
        max-width: 100%
    }

    .condition-benefit-tiers-container .discount-criteria-container {
        margin-left: 0
    }

    .condition-benefit-tiers-container .condition-benefit-tier {
        border-top: 1px solid #e1e1e1;
        padding-top: 5px;
        padding-bottom: 10px
    }

    .discount-criteria-container a.remove-condition-benefit-tier {
        display: block;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 10px
    }

    .add-conditon-criteria-tier-container {
        padding-top: 10px;
        border-top: 1px solid #ddd
    }

    .promotion-form .discount-criteria-container .criteria-prefix {
        display: none
    }

    .form-products-search-container .category-filter-wrapper {
        margin-left: 0
    }
}

.basic-settings .sb-container {
    width: 100%
}

#membership-tiers-form .sb-container {
    width: 100%
}

.target_group .sb-container-multi .sb-item-active a:before, .target_group .sb-container-multi .sb-item a:before {
    content: ''
}

.target_group .sb-container-multi {
    width: 100%
}

.customer-group .form-group {
    margin-bottom: 0
}

    .customer-group .form-group td {
        border-top: 0;
        border-bottom: 1px solid #DDD
    }

#user-credits-history .box-body {
    padding: 0
}

#user-credits-history .field-value {
    display: inline;
    margin-left: 1em
}

#user-credits-history [field-group] {
    padding: 0 .5em
}

#user-credits-history td {
    word-wrap: break-word;
    word-break: break-all;
    min-width: 8em
}

.order-subtotal-item {
    padding: 5px 10px
}

    .order-subtotal-item.addon {
        padding: 5px 10px 5px 25px
    }

.label-addon {
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 11px;
    background-color: #777;
    border-radius: 0;
    font-weight: 300;
    padding: 2px 10px
}

.order-detail {
    padding: 7.5px
}

.order-total {
    font-weight: bold;
    border-top: 2px solid #E8E8E8
}

.promotion-label {
    background-color: #ACACAC;
    color: white;
    padding: 0 4px;
    font-weight: lighter
}

.discount-title {
    border-top: 2px solid #E8E8E8;
    border-bottom: 2px solid #E8E8E8;
    padding: 4px 0
}

.order-detail-hint .instruction {
    display: inline-block;
    vertical-align: middle
}

.order-detail-hint .buttons {
    display: inline-block
}

    .order-detail-hint .buttons button {
        margin: 0 2px
    }

.print-time-label {
    display: block;
    font-size: 12px
}

@media (max-width: 768px) {
    .order-detail-hint .instruction {
        width: 100%
    }

    .order-detail-hint .buttons {
        margin-top: 10px;
        width: 100%;
        text-align: center
    }
}

@media (min-width: 769px) {
    .order-detail-hint .instruction {
        width: calc(100% - 250px)
    }

    .order-detail-hint .buttons {
        width: 240px;
        text-align: right
    }
}

sl-orders-settings-short-message .box-info .box-header {
    border-bottom: 0
}

.ng-ckeditor {
    border: 0 none
}

.cke_button_label {
    display: block;
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff
}

.cke_menubutton_label .fa {
    font-family: FontAwesome
}

.cke_button_label .fa, .cke_menubutton_label .fa {
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-family: FontAwesome
}

.cke_menubutton_label .fa {
    padding-right: 8px
}

.cke_button_label .fa {
    padding: 12px 20px 12px 19px
}

.cke_button_arrow {
    position: absolute;
    display: block;
    right: 8px;
    top: 20px;
    margin-top: 0
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.cke_button_icon, .cke_menubutton_icon {
    display: none !important
}

.ckeditor-menu-tooltip + .tooltip {
    background-color: #101010;
    border-radius: 5px;
    margin-bottom: 20px;
    position: absolute !important;
    z-index: 300;
    margin-top: -15px;
    padding-left: 0;
    padding-right: 0
}

.cke_toolgroup .tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #101010;
    border-radius: 4px
}

.cke_toolgroup .tooltip .tooltip-arrow {
    bottom: -5px;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #101010;
    border-style: solid
}

.cke {
    visibility: visible !important;
    border: 0;
    box-shadow: none;
    margin-top: -5px
}

.cke_top {
    background-image: none !important;
    background-color: #434343 !important;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: none !important
}

.blog-post-editor .cke {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #dcdddc !important
}

.blog-post-editor .cke_top {
    border-radius: 0px !important
}

.cke_top, .cke_inner {
    overflow: visible
}

.cke_inner {
    background-color: transparent
}

.cke_toolbar .cke_toolgroup {
    background-image: none !important;
    background-color: transparent;
    border: none;
    box-shadow: none
}

.cke_toolbar .cke_button_on {
    background-image: none !important;
    box-shadow: none !important;
    background-color: #333
}

.cke_panel_block {
    outline: none !important;
    margin-top: 0
}

.cke_toolgroup > .cke_button {
    margin-right: 10px;
    position: relative;
    padding: 0;
    height: inherit
}

    .cke_toolgroup > .cke_button.cke_button_disabled, .cke_toolgroup > .cke_button.cke_button_disabled .cke_button_label, .cke_toolgroup > .cke_button.cke_button_disabled .ckeditor-menu-tooltip {
        cursor: not-allowed;
        background-image: none;
        box-shadow: none;
        border: 0
    }

        .cke_toolgroup > .cke_button.cke_button_disabled .ckeditor-menu-tooltip {
            opacity: 0.5
        }

.cke_button.cke_button_off:hover, .cke_button.cke_button_off:focus, .cke_button.cke_button_off:active {
    background-image: none !important;
    box-shadow: none !important;
    background-color: #666
}

.cke_button_icon {
    background: none !important
}

.cke_menu {
    margin-top: 5px
}

.cke_menubutton {
    padding: 10px 5px
}

    .cke_menubutton:hover, .cke_menubutton:focus, .cke_menubutton:active {
        background-color: #666
    }

    .cke_menubutton.cke_menubutton_on {
        background-color: #343434;
        border: 0
    }

.cke_menubutton_label {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

.cke_combo_button {
    background-image: none !important;
    background-color: #666
}

.cke_combo__fontsize .cke_combo_text {
    width: 55px
}

.cke_menubutton_icon {
    background-color: transparent !important;
    background-position-x: 4px;
    background-position-y: 4px;
    background-repeat: no-repeat
}

    .cke_menubutton_icon .cke_button_icon {
        background: none !important
    }

.cke_combopanel__fontsize {
    margin-top: 18px;
    width: 108px
}

.cke_menu_panel {
    margin-top: 12px;
    margin-left: -8px;
    box-shadow: none;
    background: #414141;
    padding: 5px;
    border-radius: 4px;
    border: 0
}

.cke_panel_block[aria-label="plugin_font_panel"] .cke_panel_grouptitle {
    display: none
}

.cke_panel_block[aria-label="plugin_font_panel"] .cke_panel_listItem a {
    border-radius: 0;
    padding: 5px 8px;
    border: 0
}

    .cke_panel_block[aria-label="plugin_font_panel"] .cke_panel_listItem a span {
        font-size: 12px !important;
        color: #fff
    }

.cke_panel_block[aria-label="plugin_font_panel"] .cke_panel_list {
    background: #434343;
    margin: 0
}

.cke_panel_block[aria-label="plugin_font_panel"] .cke_panel_listItem a:hover, .cke_panel_block[aria-label="plugin_font_panel"] .cke_panel_listItem a:focus, .cke_panel_block[aria-label="plugin_font_panel"] .cke_panel_listItem a:active {
    background-color: #666
}

.cke_combo__fontsize .cke_combo_button {
    margin: 3px 0px
}

.cke_combo__fontsize .cke_combo_text {
    padding: 3px 12px;
    margin-top: 0px
}

.cke_button__colorpicker {
    padding-left: 8px;
    padding-right: 8px
}

    .cke_button__colorpicker.cke_button.cke_button_off:hover, .cke_button__colorpicker.cke_button.cke_button_off:focus, .cke_button__colorpicker.cke_button.cke_button_off:active {
        background-color: transparent
    }

.cke_button__colorpicker_icon {
    display: none !important
}

.cke_button__colorpicker_label {
    display: block !important;
    padding: 0 10px
}

.cke_button__colorpicker .cke_button_arrow {
    display: none !important
}

.color-picker-thumb {
    width: 30px;
    height: 30px;
    background-color: #000;
    margin-top: 5px;
    margin-bottom: 5px
}

    .color-picker-thumb + .tooltip {
        margin-top: -20px
    }

.cke_path {
    display: none
}

.cke_widget_wrapper.cke_widget_block {
    position: relative
}

    .cke_widget_wrapper.cke_widget_block .cke_widget_drag_handler_container {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        cursor: pointer;
        background: none !important
    }

    .cke_widget_wrapper.cke_widget_block .cke_widget_drag_handler {
        width: 40px;
        height: 40px;
        background: #666;
        cursor: pointer;
        background-image: url(https://s3-ap-southeast-1.amazonaws.com/static.shoplineapp.com/web/v1/img/icons/icon-admin-drag-n-drop.png);
        background-size: 26px;
        background-repeat: no-repeat;
        background-position: center
    }

.shopline-light .cke_panel_list {
    background-color: #ededed !important
}

.shopline-light .cke_menubutton_label, .shopline-light .fa, .shopline-light .cke_panel_listItem a span {
    color: #000 !important
}

.shopline-light .cke_path {
    display: none !important
}

.shopline-light .cke_panel_listItem > a:hover, .shopline-light .cke_panel_listItem > a:focus, .shopline-light .cke_panel_listItem > a:active, .shopline-light .cke_menubutton:hover, .shopline-light .cke_menubutton:focus, .shopline-light .cke_menubutton:active, .shopline-light .cke_menubutton.cke_menubutton_on {
    background-color: #ddd !important;
    text-decoration: none
}

.angular-color-picker {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    display: inline-block
}

    .angular-color-picker > ._variations {
        border: 1px solid #808080;
        width: 200px;
        height: 200px;
        float: left;
        transition: background-color 250ms
    }

        .angular-color-picker > ._variations > ._whites {
            width: 200px;
            height: 200px;
            background: -webkit-linear-gradient(left, #fff 0, transparent 100%);
            background: -moz-linear-gradient(left, #fff 0, transparent 100%);
            background: -ms-linear-gradient(left, #fff 0, transparent 100%);
            background: linear-gradient(to right, #fff 0, transparent 100%);
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType='1')"
        }

            .angular-color-picker > ._variations > ._whites > ._blacks {
                width: 200px;
                height: 200px;
                background: -webkit-linear-gradient(top, transparent 0, #000 100%);
                background: -moz-linear-gradient(top, transparent 0, #000 100%);
                background: -ms-linear-gradient(top, transparent 0, #000 100%);
                background: linear-gradient(to bottom, transparent 0, #000 100%);
                filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000')";
                position: relative
            }

                .angular-color-picker > ._variations > ._whites > ._blacks > ._cursor {
                    position: absolute;
                    display: inline-block;
                    width: 8px;
                    height: 8px;
                    border: 1px solid #fff;
                    border-right-color: #000;
                    border-left-color: #000;
                    border-radius: 5px
                }

                .angular-color-picker > ._variations > ._whites > ._blacks > ._mouse-trap {
                    width: 200px;
                    height: 200px
                }

    .angular-color-picker > ._hues {
        border: 1px solid #808080;
        position: relative;
        margin-left: 210px;
        height: 200px;
        width: 30px;
        background: -webkit-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
        background: -moz-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
        background: -ms-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
        background: linear-gradient(to bottom, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%)
    }

        .angular-color-picker > ._hues > ._cursor {
            position: absolute;
            left: -7px;
            width: 33px;
            height: 0;
            border: 5px solid transparent;
            border-left-color: #808080;
            border-right-color: #808080
        }

        .angular-color-picker > ._hues > ._mouse-trap {
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 200px
        }

        .angular-color-picker > ._hues > ._ie-1 {
            height: 17%;
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')"
        }

        .angular-color-picker > ._hues > ._ie-2 {
            height: 16%;
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')"
        }

        .angular-color-picker > ._hues > ._ie-3 {
            height: 17%;
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')"
        }

        .angular-color-picker > ._hues > ._ie-4 {
            height: 17%;
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')"
        }

        .angular-color-picker > ._hues > ._ie-5 {
            height: 16%;
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')"
        }

        .angular-color-picker > ._hues > ._ie-6 {
            height: 17%;
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')"
        }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.double {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.half {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0
}

    .ribbon .text, .ribbon .banner, .ribbon a {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent
    }

    .ribbon a {
        color: #fff;
        text-decoration: none
    }

.no-css-transforms .ribbon {
    font-size: 1em;
    position: relative;
    width: 100%
}

.ribbon .banner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: block;
    float: right;
    position: relative;
    right: -14px;
    top: 22px;
    width: 100px
}

.ribbon-small .banner {
    right: -8px;
    top: 15px;
    width: 65px
}

.ribbon-large .banner {
    right: -20px;
    top: 32px;
    width: 150px
}

.ribbon .banner::after, .ribbon .banner::before {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    width: 30px
}

.ribbon-small .banner::after, .ribbon-small .banner::before {
    height: 6px;
    width: 20px
}

.ribbon-large .banner::after, .ribbon-large .banner::before {
    height: 18px;
    width: 45px
}

.ribbon .banner::before {
    -webkit-transform: skewY(-45deg) translate(50%, 15px);
    -moz-transform: skewY(-45deg) translate(50%, 15px);
    -ms-transform: skewY(-45deg) translate(50%, 15px);
    -o-transform: skewY(-45deg) translate(50%, 15px);
    -webkit-transform-origin: 100% center;
    -moz-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    -o-transform-origin: 100% center;
    left: -45px
}

.ribbon-small .banner::before {
    top: -5px;
    left: -30px
}

.ribbon-large .banner::before {
    top: 9px;
    left: -68px
}

.ribbon .banner::after {
    -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -webkit-transform-origin: 0 center;
    -moz-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    -o-transform-origin: 0 center;
    right: -17px
}

.ribbon-small .banner::after {
    top: 18px;
    right: -12px
}

.ribbon-large .banner::after {
    top: 45px;
    right: -26px
}

.no-css-transforms .ribbon .banner {
    position: static;
    width: 100%;
    float: none;
    font-size: 10px
}

.ribbon .text {
    position: relative;
    z-index: 2;
    padding: 6px 0;
    font-size: 12px;
    font-weight: bold;
    min-height: 18px;
    line-height: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    white-space: nowrap;
    text-overflow: ellipsis
}

.ribbon-small .text {
    padding: 3px 0;
    font-size: 8px;
    min-height: 14px;
    line-height: 14px
}

.ribbon-large .text {
    padding: 9px 0;
    font-size: 18px;
    min-height: 28px;
    line-height: 28px
}

.ribbon .text::before, .ribbon .text::after {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.ribbon.ribbon-small .text::before, .ribbon.ribbon-small .text::after {
    height: 20px
}

.ribbon.ribbon-large .text::before, .ribbon.ribbon-large .text::after {
    height: 46px
}

.ribbon .text::before {
    -webkit-transform: translateX(-15%) skewX(-45deg);
    -moz-transform: translateX(-15%) skewX(-45deg);
    -ms-transform: translateX(-15%) skewX(-45deg);
    -o-transform: translateX(-15%) skewX(-45deg)
}

.ribbon .text::after {
    -webkit-transform: translateX(15%) skewX(45deg);
    -moz-transform: translateX(15%) skewX(45deg);
    -ms-transform: translateX(15%) skewX(45deg);
    -o-transform: translateX(15%) skewX(45deg)
}

.no-css-transforms .ribbon .text {
    height: 25px;
    padding: 3px
}

.ribbon .banner::after, .ribbon .banner::before {
    background-color: #51a351
}

.ribbon .text::before, .ribbon .text::after, .no-css-transforms .ribbon .text {
    background-color: #62c462
}

.ribbon-green .banner::after, .ribbon-green .banner::before {
    background-color: #51a351
}

.ribbon-green .text::before, .ribbon-green .text::after, .no-css-transforms .ribbon-green .text {
    background-color: #62c462
}

.ribbon-blue .banner::after, .ribbon-blue .banner::before {
    background-color: #0044cc
}

.ribbon-blue .text::before, .ribbon-blue .text::after, .no-css-transforms .ribbon-blue .text {
    background-color: #0088cc
}

.ribbon-blue-mms .banner::after, .ribbon-blue-mms .banner::before {
    background-color: #2d5b98
}

.ribbon-blue-mms .text::before, .ribbon-blue-mms .text::after, .no-css-transforms .ribbon-blue-mms .text {
    background-color: #367ab3
}

.ribbon-blue-light .banner::after, .ribbon-blue-light .banner::before {
    background-color: #2f96b4
}

.ribbon-blue-light .text::before, .ribbon-blue-light .text::after, .no-css-transforms .ribbon-blue-light .text {
    background-color: #5bc0de
}

.ribbon-yellow .banner::after, .ribbon-yellow .banner::before {
    background-color: #f2ba00
}

.ribbon-yellow .text::before, .ribbon-yellow .text::after, .no-css-transforms .ribbon-yellow .text {
    background-color: #ffd95e
}

.ribbon-orange .banner::after, .ribbon-orange .banner::before {
    background-color: #f89406
}

.ribbon-orange .text::before, .ribbon-orange .text::after, .no-css-transforms .ribbon-orange .text {
    background-color: #fbb450
}

.ribbon-red .banner::after, .ribbon-red .banner::before {
    background-color: #bd362f
}

.ribbon-red .text::before, .ribbon-red .text::after, .no-css-transforms .ribbon-red .text {
    background-color: #ee5f5b
}

.ribbon-purple .banner::after, .ribbon-purple .banner::before {
    background-color: #611bbd
}

.ribbon-purple .text::before, .ribbon-purple .text::after, .no-css-transforms .ribbon-purple .text {
    background-color: #af4ce8
}

.ribbon-pink .banner::after, .ribbon-pink .banner::before {
    background-color: #f000c0
}

.ribbon-pink .text::before, .ribbon-pink .text::after, .no-css-transforms .ribbon-pink .text {
    background-color: #ff5edf
}

.ribbon-black .banner::after, .ribbon-black .banner::before {
    background-color: #222222
}

.ribbon-black .text::before, .ribbon-black .text::after, .no-css-transforms .ribbon-black .text {
    background-color: #444444
}

.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

.text-xs-justify {
    text-align: justify
}

.nowrap{
    white-space: nowrap
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-justify {
        text-align: justify
    }
}

@media screen and (min-width: 768px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

.color-blue {
    color: #008edd
}

.mb-10 {
    margin-bottom: 10px
}

.mt-10 {
    margin-top: 10px
}
.mr-1{
    margin-right: 0.25rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}
.mr-5 {
    margin-right: 5%;
}

.ml-5 {
    margin-left: 5%;
}

.mr-10 {
    margin-right: 10%;
}

.ml-10 {
    margin-left: 10%;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2-rem {
    margin-left: 2rem;
}

.ml-1-rem {
    margin-left: 1rem;
}

.m-auto{
    margin: 0 auto;
}

.shipping-countries-dialogbox input[type="text"] {
    border-radius: 0;
    border: #ddd 1px solid
}

@media screen and (min-width: 768px) {
    .shipping-countries-dialogbox .shipping-countries-list {
        display: table
    }

        .shipping-countries-dialogbox .shipping-countries-list > div {
            display: table-cell;
            vertical-align: bottom;
            float: none
        }

        .shipping-countries-dialogbox .shipping-countries-list .col-center {
            width: 98px
        }

        .shipping-countries-dialogbox .shipping-countries-list .col-right p {
            position: absolute;
            top: 0
        }
}

.alert-message {
    margin: 25px 0 0 0
}

.reports-alert-message {
    margin: 0 0 20px 0
}

.blog-create-notice {
    color: #31708F;
    border-color: #31708F;
    background-color: #D4EAF6
}

    .blog-create-notice p {
        margin-bottom: 0
    }

    .blog-create-notice .blog-create-notice-icon {
        color: #31708F
    }

@media screen and (max-width: 767px) {
    .box-info .table-responsive {
        margin-bottom: 0px !important;
        overflow-x: hidden !important;
        border: 0px solid #dddddd !important
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .box-info .table-responsive {
        margin-bottom: 0px;
        overflow-x: hidden;
        border: 0px solid #dddddd
    }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
    .membership-tiers-table table {
        display: table
    }

    .membership-tiers-table thead {
        display: table-header-group
    }

        .membership-tiers-table thead tr {
            position: static
        }

    .membership-tiers-table tbody {
        display: table-row-group
    }

    .membership-tiers-table tr {
        display: table-row
    }

    .membership-tiers-table td, .membership-tiers-table th {
        display: table-cell
    }
}

.CodeMirror pre {
    font-size: 12px
}

.component-editor-container {
    height: 600px;
    background-color: white
}

.document-finder {
    height: 100%;
    padding: 0
}

.finder-header {
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    margin: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
    background-color: white
}

.finder-content {
    padding-top: 50px;
    height: 600px;
    overflow: auto
}

    .finder-content .angular-ui-tree-nodes, .finder-content .angular-ui-tree-node {
        padding: 0;
        margin: 0
    }

    .finder-content .document-tree {
        padding: 0
    }

    .finder-content .document-file {
        cursor: pointer;
        margin: 0;
        padding: 6px 10px 6px 35px;
        font-size: 12px
    }

.document-file:hover {
    background-color: #ddd
}

.document-content {
    padding: 0
}

.document-group {
    overflow: hidden
}

    .document-group:not(:last-child) {
        border-bottom: 1px solid #ddd
    }

    .document-group .fa {
        margin-right: 5px
    }

    .document-group .btn-toggle-group {
        display: block;
        height: 34px;
        width: 100%;
        padding: 7px 12px;
        font-weight: 600;
        font-size: 13px;
        color: #666
    }

    .document-group .btn-add-file {
        height: 30px;
        font-size: 12px;
        padding-left: 35px;
        text-decoration: underline;
        display: block;
        padding: 6px 10px 6px 35px
    }

    .document-group[collapsed=true] {
        max-height: 34px
    }

.document-file .btn-close-file {
    float: right;
    display: none;
    width: 20px;
    height: 20px;
    text-align: center
}

.document-file.selected {
    background-color: #008edd;
    color: #fff
}

    .document-file.selected .btn-close-file {
        display: block
    }

.editor-toolbar {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 10px
}

    .editor-toolbar ::before {
        content: " ";
        height: 100%;
        display: inline-block;
        width: 0;
        vertical-align: middle
    }

    .editor-toolbar .toolbar-btn-group {
        float: right;
        margin-right: 10px
    }

    .editor-toolbar .editor-toolbar {
        min-width: auto
    }

.toolbar-btn-group > .btn + .btn {
    margin-left: 5px
}

.toolbar-spinner {
    float: right;
    padding-right: 20px
}

.document-content .document-content-wrapper .content-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 5;
    border-left: 1px solid #ddd;
    display: none
}

.document-content.not-selected .document-content-wrapper .content-mask {
    display: block
}
.tb-shopimg {
    display: block;
    max-width: 100%;
}

.wrap-r {
    float: left;
    position: relative
}
.content-mask .tips {
    width: 400px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%)
}

.lightbox-modal-window > .modal-dialog > .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.lightbox {
    position: relative
}

.lightbox-content {
    text-align: center
}

.lightbox-image img {
    max-width: 100%;
    max-height: 100%
}

.lightbox-description {
    width: 50%
}

.lightbox-close {
    position: absolute;
    right: 10px;
    top: 10px
}

.lightbox-prev {
    top: 50%;
    left: 10px;
    position: absolute
}

.lightbox-next {
    top: 50%;
    position: absolute;
    right: 10px
}

.export-item > a.disabled {
    color: #d5d5d5;
    pointer-events: none;
    cursor: default
}

    .export-item > a.disabled:hover {
        pointer-events: none;
        cursor: default
    }

.export-item.disabled-btn {
    background: #eeeeee;
    background-color: #eeeeee;
    border: none;
    pointer-events: none;
    cursor: default;
    box-shadow: none;
    color: #d5d5d5
}

    .export-item.disabled-btn:hover {
        pointer-events: none;
        cursor: default
    }

.button.btn-calendar-disabled {
    pointer-events: none;
    cursor: default;
    background-image: none;
    background: #eeeeee;
    background-color: #eeeeee
}

input.form-control.btn-calendar-disabled {
    pointer-events: none;
    cursor: default
}

.search-section div.sb-container {
    width: 160px
}

    .search-section div.sb-container .sb-toggle {
        border-color: #ccc
    }

@media screen and (min-width: 768px) {
    .search-section input {
        width: calc(100% - 480px)
    }

    .search-section .order-search-query {
        margin-left: -4px;
        border-left-width: 0
    }
}

.page-row-item.centered-title .page-item.item-0-0, .page-row-item.centered-title .page-item.item-0-0 p, .page-row-item.centered-title .page-item.item-0-0 .item-title.empty:not(.cke_focus)::before {
    text-align: center
}

.beta-editor .item-panel-container {
    position: fixed;
    width: auto;
    height: 100%;
    z-index: 5;
    background: #363b3e;
    top: 0;
    width: 550px;
    left: -550px;
    max-width: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-box-shadow: 10px 0px 50px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 0px 50px -20px rgba(0,0,0,0.75);
    box-shadow: 10px 0px 50px -20px rgba(0,0,0,0.75)
}

    .beta-editor .item-panel-container.opened {
        left: 0
    }

.item-panel-container .section-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.item-panel-container .toolbar-section {
    padding-top: 50px;
    overflow-y: auto;
    height: calc(100% - 50px)
}

.item-panel-container .category-tree {
    margin-left: -8px;
    margin-right: -8px
}

    .item-panel-container .category-tree ol {
        padding: 0
    }

    .item-panel-container .category-tree li a {
        color: white
    }

    .item-panel-container .category-tree input[type=radio] {
        margin: 0
    }

    .item-panel-container .category-tree .angular-ui-tree-node {
        margin: 5px 0 5px;
        padding: 5px 8px;
        font-size: 14px
    }

    .item-panel-container .category-tree li:hover {
        background-color: #777
    }

.page-item .target-title p {
    font-size: 24px;
    line-height: 40px
}

.item-panel-section-tabs {
    margin: -20px -15px 15px -15px
}

    .item-panel-section-tabs.content-error .tab-content:not(.active) a::before, .item-panel-section-tabs.settings-error .tab-settings:not(.active) a::before {
        content: "\f071";
        font-family: FontAwesome;
        margin-right: 7px;
        color: #d9534f
    }

    .item-panel-section-tabs ul {
        display: flex;
        flex-wrap: nowrap
    }

    .item-panel-section-tabs .nav-pills li {
        flex: 1;
        float: none;
        margin: 0;
        text-align: center
    }

    .item-panel-section-tabs .nav-pills > li > a {
        border-radius: 0;
        background-color: #CCCCCC;
        color: #838383
    }

    .item-panel-section-tabs .nav-pills > li.active > a {
        background-color: #333333;
        color: #DEDEDE
    }

.panel-page-item label {
    font-weight: 400
}

.panel-page-item .placeholder-text, .panel-page-item .instagram-item-placeholder, .panel-page-item .product-item-placeholder {
    padding: 50px 10px;
    text-align: center;
    margin: 15px
}

.panel-page-item .product-item .boxify-image-wrapper {
    float: left;
    height: 150px;
    width: 150px;
    margin-right: 15px
}

.panel-page-item .product-item .boxify-image {
    height: 100%;
    min-height: auto
}

.panel-page-item .media-dialog .media-left {
    padding-right: 0
}

    .panel-page-item .media-dialog .media-left > div {
        padding-right: 10px
    }

.panel-page-item .panel-bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 15px;
    background-color: black;
    line-height: 20px
}

    .panel-page-item .panel-bottom-bar .btn {
        margin-bottom: 0
    }

.page-item-wrapper {
    height: 100%;
    padding: 15px 15px;
    left: 0
}

.page-layout.container.is-dragging .page-row-item:not(.full-width) {
    border: 5px solid #CDDCC2
}

.page-row-item.dynamic-row .page-item-wrapper:not(.full-width) {
    float: none;
    overflow: hidden
}

.page-item-wrapper.current-dragging-item {
    overflow: visible !important
}

.page-item-wrapper.full-width {
    width: 100%;
    display: block;
    min-height: 30px;
    padding: 0
}

.page-row-item.full-width .page-item-wrapper {
    padding-bottom: 2%
}

    .page-row-item.full-width .page-item-wrapper.padding-v-none, .page-item-wrapper.padding-v-none {
        padding-top: 0;
        padding-bottom: 0
    }

.page-item-wrapper.current-dragging-item {
    position: absolute !important;
    z-index: 1;
    width: 100%;
    height: 0
}

.page-item-wrapper .page-item-control {
    background: transparent;
    font-size: 17px;
    padding: 0px 6px;
    line-height: 28px;
    color: white
}

    .page-row-control:hover, .page-item-wrapper .page-component-option:hover, .page-item-wrapper .page-item-control:hover {
        color: #999
    }

.page-layout-item-wrapper {
    cursor: pointer
}

.page-item-content .content-wrapper.empty-mask {
    min-height: 300px;
    height: 100%;
    background-color: #ddd
}

    .page-item-content .content-wrapper.empty-mask::after {
        content: "";
        position: absolute;
        top: 210px;
        text-align: center;
        width: 100%;
        font-size: 20px;
        color: white;
        right: 0;
        left: 0
    }

    .page-item-content .content-wrapper.empty-mask::before {
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        font-size: 120px;
        color: white;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 300px
    }

.page-item-content[data-target="product"] .content-wrapper.empty-mask::before {
    content: "\f02b"
}

.page-item-content[data-target="products"] .content-wrapper.empty-mask::before {
    content: "\f0e8"
}

.page-item-content[data-target="google_map"] .content-wrapper.empty-mask::before {
    content: "\f041"
}

.page-item-content[data-target="instagram"] .content-wrapper.empty-mask::before {
    content: "\f16d"
}

.page-item-content[data-target="qrcode"] .content-wrapper {
    text-align: center
}

    .page-item-content[data-target="qrcode"] .content-wrapper.empty-mask::before {
        content: "\f029"
    }

.page-item-content[data-target="image"] .content-wrapper.empty-mask::before {
    content: "\f03e"
}

.page-item-content[data-target="facebook"] .content-wrapper.empty-mask::before {
    content: "\f082"
}

.page-item-content[data-target="video"] .content-wrapper.empty-mask::before {
    content: "\f16a"
}

.page-item-content .content-wrapper.translatable-mask {
    opacity: 0.2
}

.page-layout-item-wrapper .box-info {
    border: none
}

.page-layout-item-wrapper .loader-img {
    width: 50px;
    margin: 100px auto
}

.page-layout-item-wrapper .drag-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.page-layout-item-wrapper :last-child {
    margin-bottom: 0
}

.page-item .text-content {
    color: black
}

    .page-item .text-content.description {
        line-height: 25px;
        font-size: 16px
    }

    .page-item .item-title, .page-item .text-content.title {
        font-size: 24px;
        line-height: 40px
    }

.page-item .item-description {
    font-size: 16px;
    line-height: 25px
}

.page-item .item-title, .page-item .item-description {
    min-height: 20px;
    margin-bottom: 10px;
    outline: 0px !important;
    -webkit-appearance: none
}

.page-item .page-item-content[data-target="google_map"] iframe {
    min-height: 400px
}

.item-title.empty:not(.cke_focus)::before, .item-description.empty:not(.cke_focus)::before {
    font-family: FontAwesome, 'Open Sans', Arial;
    color: #737373;
    width: 100%;
    display: none
}

.page-item-wrapper.current-dragging-item .page-layout-item-wrapper {
    width: 100%;
    height: 0
}

.page-item-wrapper.current-dragging-item page-item {
    opacity: 0
}

.page-item-wrapper.current-dragging-item .page-item-controls {
    right: 0px
}

.page-item-wrapper.current-dragging-item .page-component-option {
    z-index: 9000
}

.page-item-wrapper .item-container {
    position: relative;
    overflow: hidden
}

.page-item-content {
    position: relative
}

.page-item-content, .page-item-wrapper.current-dragging-item .page-layout-item-wrapper .page-item-content {
    border: 1px solid transparent
}

.page-item-wrapper:not(.current-dragging-item) .page-layout-item-wrapper .page-item-content:hover {
    border: 1px solid #008EDD
}

.page-layout-item-wrapper:hover .page-item-controls {
    visibility: visible;
    z-index: 3
}

.page-item-wrapper.current-dragging-item .page-item {
    opacity: 0
}

.page-item-wrapper.current-dragging-item .page-item-controls {
    visibility: visible;
    height: 0
}

    .page-item-wrapper.current-dragging-item .page-item-controls div.page-item-control {
        display: none
    }

.page-item-wrapper.current-dragging-item page-draggable-component.page-item-control {
    padding: 0;
    border: 0
}

.page-item-wrapper .page-item-controls {
    top: -4px;
    right: -5px;
    border-radius: 5px
}

.page-row-item.full-width .page-item-wrapper .page-item-controls {
    top: 9px;
    right: 8px
}

.page-item-wrapper .page-component-option {
    position: absolute;
    width: 34px;
    height: 30px;
    margin: 0;
    opacity: 0
}

.page-item-wrapper:not(.current-dragging-item) .item-controls-wrapper > page-draggable-component::before {
    content: "\f047";
    line-height: 30px;
    font-weight: 300;
    font-family: FontAwesome;
    font-size: 15px
}

.page-item-wrapper:not(.current-dragging-item) .page-component-option {
    left: 0
}

.page-item-wrapper .page-component-option.dragging {
    width: 100px;
    height: 100px;
    opacity: 1.0;
    line-height: 90px;
    font-size: 35px;
    margin-left: -50px;
    margin-top: -50px
}

    .page-item-wrapper .page-component-option.dragging .title-box {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        font-size: 15px;
        line-height: 37px;
        font-weight: 300;
        color: #aaa
    }

.page-row-control-container {
    position: absolute;
    visibility: hidden;
    top: 10px;
    right: -40px;
    background-color: #5cb85c;
    border-radius: 5px;
    color: white;
    min-width: 30px;
    font-size: 20px;
    text-align: center;
    z-index: 3
}

.page-row-item.full-width .page-row-control-container {
    top: 8px
}

.page-row-control:first-child {
    margin-top: 2px
}

.page-row-control {
    margin-bottom: 2px;
    cursor: pointer
}

.page-row-item {
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-flow: row no-wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: white;
    height: 100%
}

    .page-row-item.full-width {
        padding: 0;
        width: 100%;
        display: block
    }

    .page-row-item:not(.full-width) > .bs-container {
        position: absolute;
        width: 100%;
        max-height: 100%;
        height: 100%
    }

    .page-row-item page-droppable-zone {
        overflow: hidden;
        position: relative;
        width: 100%;
        max-width: 0;
        transition: .2s
    }

        .page-row-item page-droppable-zone.expand {
            max-width: 100px
        }

.page-row-item-wrapper .inner-content {
    position: relative
}

.page-row-item-border.top {
    border-top: 1px dashed #008EDD
}

.page-row-item-border.bottom {
    border-bottom: 1px dashed #008EDD
}

.page-row-item-wrapper .inner-content {
    border-top: 1px dashed #008EDD;
    margin-top: -1px
}

.page-row-item-wrapper:last-of-type .inner-content {
    border-bottom: 1px dashed #008EDD
}

.page-row-item-wrapper:hover .page-row-control-container {
    visibility: visible
}

.page-row-item.empty-row {
    padding: 0;
    min-height: 0
}

    .page-row-item.empty-row .page-layout-droppable-zone.horizontal {
        display: none !important
    }

.inside-full-height {
    height: 100%;
    margin-top: -1px;
    margin-bottom: 0;
    position: relative
}

.page-layout-droppable-area {
    position: relative;
    width: 100%;
    height: 100px;
    background: transparent;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    border-width: 0px !important
}

    .page-layout-droppable-area.drag-enter, .page-layout-droppable-area.highlight {
        border-color: lightblue;
        border-width: 1px;
        border-style: dashed
    }

    .page-layout-droppable-area::before, .page-layout-droppable-area::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        color: rgba(0,0,0,0.15);
        font-size: 1.5em;
        margin-top: -0.35em;
        font-family: FontAwesome;
        pointer-events: none
    }

    .page-layout-droppable-area.drag-enter::before, .page-layout-droppable-area.highlight::before {
        color: rgba(52,73,94,0.6);
        content: '\f067';
        font-size: 1em;
        margin-top: -0.5em;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: scale3d(2, 2, 1);
        transform: scale3d(2, 2, 1)
    }

    .page-layout-droppable-area::after {
        color: rgba(52,73,94,0.6);
        content: '\f00c';
        font-size: 1em;
        margin-top: -0.5em;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: scale3d(2, 2, 1);
        transform: scale3d(2, 2, 1)
    }

    .page-layout-droppable-area.drop-feedback::before {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1)
    }

    .page-layout-droppable-area.drop-feedback::after {
        opacity: 0
    }

    .page-layout-droppable-area.drop-feedback::after {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

.page-layout-droppable-zone {
    overflow: hidden
}

    .page-layout-droppable-zone.pull-right {
        left: initial;
        right: 0px
    }

    .page-layout-droppable-zone.vertical {
        width: auto
    }

        .page-layout-droppable-zone.vertical .page-layout-droppable-area {
            height: 0px
        }

            .page-layout-droppable-zone.vertical .page-layout-droppable-area.dragging-over {
                height: 40px;
                margin-top: -20px;
                margin-bottom: -20px
            }

                .page-layout-droppable-zone.vertical .page-layout-droppable-area.dragging-over.drag-enter {
                    height: 120px
                }

    .page-layout-droppable-zone.middle .page-layout-droppable-area {
        left: -50px
    }

        .page-layout-droppable-zone.middle .page-layout-droppable-area.dragging-over.drag-enter {
            left: 0px
        }

    .page-layout-droppable-zone.horizontal {
        position: absolute;
        height: 100%;
        top: 0px;
        padding: 20px 0
    }

        .page-layout-droppable-zone.horizontal .page-layout-droppable-area {
            width: 100px;
            height: 100%;
            margin: 0
        }

.page-item-wrapper .drag-layout-item-controls {
    width: auto
}

.page-item-wrapper .item-controls-wrapper {
    background-color: #494949;
    width: auto;
    border-radius: 5px
}

.page-layout-droppable-area.dragging-over.highlight, .page-layout-droppable-area.dragging-over.drag-enter {
    background: #CDDCC2
}

    .page-layout-droppable-area.dragging-over.drag-enter::before {
        color: rgba(78,78,78,0.6);
        content: '\f112';
        font-size: 0.8em;
        margin-top: -0.5em;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: scale3d(2, 2, 1);
        transform: scale3d(2, 2, 1)
    }

.beta-editor .side-toolbar-container {
    position: fixed;
    width: auto;
    height: 100%;
    z-index: 5;
    background: #363b3e;
    top: 0;
    left: -300px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

    .beta-editor .side-toolbar-container.opened {
        left: 0
    }

#side-toolbar {
    width: 300px;
    height: 100%;
    background: #313b46;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 10px 0px 50px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 0px 50px -20px rgba(0,0,0,0.75);
    box-shadow: 10px 0px 50px -20px rgba(0,0,0,0.75)
}

#toolbar-surface-1, #toolbar-surface-2 {
    width: 300px;
    transition: .3s;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    position: absolute
}

#toolbar-surface-1 {
    margin-left: 0
}

    #toolbar-surface-1.slide-out {
        margin-left: -300px
    }

#toolbar-surface-2 {
    margin-left: 300px
}

    #toolbar-surface-2.slide-in {
        margin-left: 0
    }

#btn-side-menu-toggle {
    font-size: 1.5em;
    color: #EFEFEF;
    padding: 10px 0;
    background: linear-gradient(to right, #127ab1 0%, #1a9adf 15%);
    position: absolute;
    cursor: pointer;
    width: 50px;
    right: -50px;
    top: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    margin-top: -25px;
    -webkit-box-shadow: 0 0 50px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 50px -10px rgba(0,0,0,0.75);
    box-shadow: 0 0 50px -10px rgba(0,0,0,0.75)
}

    #btn-side-menu-toggle span {
        display: block;
        font-size: 13px;
        margin-top: -5px
    }

.toolbar-section:not(:last-child) {
    border-bottom: 1px solid #444
}

.toolbar-section {
    color: #d3d6db
}

    .toolbar-section .section-header {
        margin: 0;
        text-align: left;
        background-color: #121515;
        min-height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0 15px;
        font-weight: 400
    }

        .toolbar-section .section-header .fa {
            color: white;
            font-size: 22px
        }

        .toolbar-section .section-header.sub-section {
            background-color: #282929
        }

        .toolbar-section .section-header.blue {
            background-color: #1790DA;
            color: white
        }

        .toolbar-section .section-header.text-center {
            text-align: center
        }

        .toolbar-section .section-header > * {
            vertical-align: middle;
            line-height: 50px
        }

        .toolbar-section .section-header > .fa {
            font-size: 25px
        }

        .toolbar-section .section-header + .toolbar-section .section-options {
            margin-bottom: 0
        }

    .toolbar-section .section-options {
        list-style: none;
        padding: 0;
        margin-bottom: -1px
    }

        .toolbar-section .section-options > li {
            line-height: 50px;
            padding: 0 15px;
            border-bottom: 1px solid #1F2429;
            cursor: pointer;
            font-size: 14px
        }

            .toolbar-section .section-options > li:hover {
                background-color: #232A32
            }

            .toolbar-section .section-options > li .fa {
                float: right;
                line-height: 50px;
                font-size: 25px;
                color: #aaa
            }

#page-single-element-container {
    padding: 0 10px 15px 10px
}

    #page-single-element-container > .section-header {
        margin-bottom: 15px
    }

    #page-single-element-container .single-element-wrapper {
        width: 60px;
        height: 60px;
        margin: 5px;
        display: inline-block
    }

.page-component-option {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #4B5155;
    border: 1px solid #2e2f33;
    border-radius: 5px;
    color: #f3f3f3;
    font-size: 40px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    line-height: 56px
}

    .page-component-option .title-box {
        font-size: 18px;
        line-height: 30px
    }

#page-single-element-container .single-element-wrapper .page-component-option {
    margin: 0
}

#page-single-element-container .page-component-option.dragging {
    margin-left: -40px;
    margin-top: -40px
}

.page-component-option:hover {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.page-component-option:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    z-index: 200
}

.page-component-option.is-active {
    z-index: 100
}

.page-component-option.is-complete {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, transform 0.3s !important;
    -webkit-transform: scale3d(1, 1, 1) !important;
    transform: scale3d(1, 1, 1) !important
}

.page-component-option.animate {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#page-editor-seo-setting .nav-tabs {
    margin-top: -15px;
    background: transparent;
    border: 0
}

    #page-editor-seo-setting .nav-tabs li {
        width: 50%;
        text-align: center;
        border-left: none;
        border-right: none
    }

        #page-editor-seo-setting .nav-tabs li, #page-editor-seo-setting .nav-tabs li a {
            background-color: #C5C5C5
        }

            #page-editor-seo-setting .nav-tabs li.active, #page-editor-seo-setting .nav-tabs li.active a {
                background-color: #2D2D2D;
                color: white
            }

#page-editor-seo-setting .input-group-addon {
    max-width: 130px;
    overflow: hidden;
    background-color: white !important
}

    #page-editor-seo-setting .input-group-addon > span {
        float: right
    }

#page-editor-seo-setting .box-info {
    background-color: transparent;
    border: 0;
    margin-left: -15px;
    margin-right: -15px;
    color: white
}

#page-editor-seo-setting .box-header {
    display: none
}

.section-plan-current .box-section, .section-plan-bill .box-section, .section-plan-bills .box-section, .section-plan-card .box-section {
    min-height: 100px
}

.payment-card-number .controls {
    display: block;
    height: 31px
}

.product-picker-modal .picker-header {
    height: 40px;
    border-radius: 3px;
    background-color: #f1f1f1;
    padding-left: 20px
}

    .product-picker-modal .picker-header .title {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

.product-picker-modal .row {
    margin: 0px
}

.product-picker-modal .gutter-6 > [class^="col-"] {
    width: 120px;
    height: 190px;
    border-radius: 2px;
    padding: 0px;
    margin: 5px 6px
}

    .product-picker-modal .gutter-6 > [class^="col-"]:first-child {
        margin-left: 0px
    }

    .product-picker-modal .gutter-6 > [class^="col-"]:nth-child(4) {
        margin-right: 0px
    }

    .product-picker-modal .gutter-6 > [class^="col-"]:nth-child(5) {
        margin-left: 0px
    }

    .product-picker-modal .gutter-6 > [class^="col-"]:last-child {
        margin-right: 0px
    }

.product-picker-modal .thumbnail {
    padding: 4px;
    height: inherit;
    width: inherit
}

    .product-picker-modal .thumbnail:hover, .product-picker-modal .picked {
        border: solid 1px #008edd
    }

.product-picker-modal .caption {
    height: 60px;
    padding: 4px 5px 0px 5px;
    line-height: 19px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.product-picker-modal .modal-body {
    padding: 21px 20px 0px 20px
}

.product-picker-modal .thumbnail-block img {
    height: 110px;
    width: 110px
}

.product-picker-modal .modal-dialog {
    width: 558px;
    border-radius: 4px
}

.product-picker-modal .product-searcher {
    margin-bottom: 20px
}

.product-picker-modal .product-picker-footer {
    padding-left: 20px;
    padding-right: 20px;
    height: 54px
}

    .product-picker-modal .product-picker-footer .picker-btn-group .btn {
        margin: 11px 0px
    }

.product-picker-modal .pagination-sm {
    margin-bottom: 0px
}

.product-picker-modal .close-modal {
    padding: 10px 20px 10px 0px
}

#productForm-addon_products .box-header h2 {
    display: inline-block
}

#productForm-addon_products .box-header .pull-left {
    text-align: left
}

#productForm-addon_products .table-addon-products a {
    display: inline-block;
    color: inherit
}
.couponimgup .product-form-text{
    padding-top:0;
    padding-bottom:0
}
.couponimgup .dropzone {
    margin-bottom: 0
}
.couponimgup .dropzone .product-form-text .product-form-hint{
    padding-top:0;
    padding-bottom:20px
}
@media screen and (min-width: 768px) {
    #productForm-addon_products .table-addon-products table {
        display: table
    }

    #productForm-addon_products .table-addon-products thead {
        display: table-header-group
    }

        #productForm-addon_products .table-addon-products thead tr {
            position: static
        }

    #productForm-addon_products .table-addon-products tbody {
        display: table-row-group
    }

    #productForm-addon_products .table-addon-products tr {
        display: table-row
    }

    #productForm-addon_products .table-addon-products th, #productForm-addon_products .table-addon-products td {
        display: table-cell
    }
}

@media screen and (max-width: 767px) {
    .table-block {
        display: table
    }

        .table-block + .table-block {
            margin-top: 10px
        }

    .table-cell-block {
        display: table-cell;
        vertical-align: top
    }

    #productForm-addon_products .left-table-cell {
        width: 95px;
        text-align: center;
        padding-right: 20px
    }

    #productForm-addon_products .m-addon-products p {
        margin: 0
    }

    #productForm-addon_products .addon-product-pic img {
        width: 100%
    }

    #productForm-addon_products .table-addon-products tr + tr {
        border-top: solid 1px #cccccc
    }

    #productForm-addon_products .table-addon-products td {
        border: none;
        padding: 10px;
        text-align: left
    }
}

@media screen and (max-width: 480px) {
    #productForm-addon_products .left-table-cell {
        width: 80px
    }
}

.variation-default-fontstyle {
    color: #333;
    font-size: 14px;
    line-height: 1.36
}

.variation-popup .variation-default-fontstyle:nth-of-type(2) {
    margin-bottom: 3px
}

.variation-popup .dropzone {
    padding: 0 15px
}

    .variation-popup .dropzone .product-form-text {
        padding: 40px 0
    }

.variation-popup .variation-description {
    padding-left: 20px
}

.variation-popup .box-info.full {
    border: 0
}

.variation-popup .box-body {
    padding: 0px 20px 0px 20px
}

.variation-popup-title {
    padding: 12px 0 12px 20px;
    background-color: #f8f8f8;
    border-radius: 3px;
    color: #666;
    font-size: 14px;
    margin-bottom: 14px;
    position: relative
}

.gallery-wrap-variation {
    padding: 0 10px
}

    .gallery-wrap-variation .column-4 {
        width: calc((100% - 50px) / 6);
        margin: 0 0 10px 10px
    }

        .gallery-wrap-variation .column-4:nth-of-type(6n+1) {
            margin-left: 0
        }

        .gallery-wrap-variation .column-4 .inner {
            margin: 0
        }

    .gallery-wrap-variation .fa {
        color: #fff
    }

    .gallery-wrap-variation .img-wrap {
        position: relative
    }

    .gallery-wrap-variation .item-loading {
        width: auto
    }

#variation-popup-close {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

    #variation-popup-close:after, #variation-popup-close:before {
        content: "";
        width: 12px;
        height: 4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 3px;
        background-color: #666;
        display: block;
        position: absolute;
        top: 20px;
        right: 22px
    }

    #variation-popup-close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.state-loader {
    width: 100%;
    padding: 25px;
    margin-bottom: 15px
}

.dropzone-variation {
    margin-bottom: 0
}

.variation-media {
    height: 0;
    opacity: 0;
    display: block
}

#variant_media {
    height: 0;
    opacity: 0
}

.modal-footer-variation {
    padding-top: 0
}

@media (max-width: 1024px) {
    div[ng-controller=PagesController] .table-responsive .table tbody tr > td, product-pages .table-responsive .table tbody tr > td {
        white-space: normal;
        border: 1px;
        text-align: left !important;
        margin: 1em
    }

    div[ng-controller=PagesController] .table-responsive .table tbody tr, product-pages .table-responsive .table tbody tr {
        border-bottom: 1px solid #E7E7E7
    }

    div[ng-controller=PagesController] .table-responsive .table tbody .btn-danger, product-pages .table-responsive .table tbody .btn-danger {
        float: right
    }
}

div[ng-controller~=PagesEditorController] .text-editor .control-container {
    width: 450px;
    top: -70px;
    color: #222222;
    background: #444444;
    z-index: 4;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    text-align: left;
    border: 0px;
    border-top: 3px solid #222222
}

    div[ng-controller~=PagesEditorController] .text-editor .control-container .btn-default {
        background: transparent;
        color: #fff;
        border: 0px;
        margin: 0px
    }

div[ng-controller~=PagesEditorController] .wysiwyg-btn-group-margin .fa {
    margin-right: 10px
}

div[ng-controller~=PagesEditorController] .text-editor .dropdown-menu {
    min-width: inherit;
    top: 2.5em;
    left: -5px;
    background: #444
}

div[ng-controller~=PagesEditorController] .text-editor button[data-original-title=Icon] .dropdown-menu {
    width: 8em
}

div[ng-controller~=PagesEditorController] .text-editor .dropdown-menu li {
    min-width: inherit
}

div[ng-controller~=PagesEditorController] .text-editor .icon-wrapper {
    width: 9em
}

    div[ng-controller~=PagesEditorController] .text-editor .icon-wrapper li {
        float: left;
        width: 2em
    }

div[ng-controller~=PagesEditorController] .text-editor .dropdown-menu li .fa {
    margin-right: 10px;
    color: #fff
}

div[ng-controller~=PagesEditorController] .text-editor .dropdown-menu .btn-default {
    text-align: left;
    margin: 0 0
}

div[ng-controller~=PagesEditorController] .sl-small-small {
    font-size: 12px
}

div[ng-controller~=PagesEditorController] .sl-small-normal {
    font-size: 14px
}

div[ng-controller~=PagesEditorController] .sl-small-large {
    font-size: 16px
}

div[ng-controller~=PagesEditorController] .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden
}

div[ng-controller~=PagesEditorController] .sp-replacer {
    border: 0;
    padding: 1px;
    margin-right: 1em;
    margin-top: -0.1em
}

div[ng-controller~=PagesEditorController] .sp-preview {
    width: 15px;
    height: 15px;
    border: solid 1px #212121;
    margin: 0px
}

div[ng-controller~=PagesEditorController] .sp-dd {
    display: none
}

div[ng-controller~=PagesEditorController] select.form-control {
    float: left;
    width: 9.6em;
    margin: 5px
}

div[ng-controller~=PagesEditorController] .sl-te-single {
    width: 3em
}

body .sp-container {
    background-color: #444444;
    list-style: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    margin-top: 20px;
    border: 0px
}

body .sp-picker-container {
    border-left: 0px
}

body .sp-input {
    color: #FFF;
    border-color: #656565
}

body .sp-cancel {
    color: #FFF !important
}

body .ace_editor {
    height: 300px
}

.wysiwyg-textarea[contentEditable="false"] {
    background-color: #eeeeee
}

.wysiwyg-btn-group-margin {
    margin-right: 5px
}

.wysiwyg-select {
    height: 30px;
    margin-bottom: 1px
}

.wysiwyg-colorpicker {
    font-family: arial, sans-serif !important;
    font-size: 16px !important;
    padding: 2px 10px !important
}

.item-controls {
    background: transparent
}

.drag-layout-item-controls {
    width: 130px
}

.item-controls-wrapper {
    background-color: #232a32;
    width: 110px
}

.chart-legend, .bar-legend, .line-legend, .pie-legend, .radar-legend, .polararea-legend, .doughnut-legend {
    list-style-type: none;
    margin-top: 5px;
    text-align: center;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0
}

    .chart-legend li, .bar-legend li, .line-legend li, .pie-legend li, .radar-legend li, .polararea-legend li, .doughnut-legend li {
        display: inline-block;
        white-space: nowrap;
        position: relative;
        margin-bottom: 4px;
        border-radius: 5px;
        padding: 2px 8px 2px 28px;
        font-size: smaller;
        cursor: default
    }

        .chart-legend li span, .bar-legend li span, .line-legend li span, .pie-legend li span, .radar-legend li span, .polararea-legend li span, .doughnut-legend li span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border-radius: 5px
        }
/*!
 * bootstrap-select v1.4.2
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0
}

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: 0
}

.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 220px
}

.bootstrap-select {
    width: 220px\0
}

    .bootstrap-select.form-control:not([class*="span"]) {
        width: 100%
    }

    .bootstrap-select > .btn {
        width: 100%
    }

.error .bootstrap-select .btn {
    border: 1px solid #b94a48
}

.dropdown-menu {
    z-index: 9992
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important
    }

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-select.btn-group .dropdown-menu dt {
        display: block;
        padding: 3px 20px;
        cursor: default
    }

.bootstrap-select.btn-group .div-contain {
    overflow: hidden
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

    .bootstrap-select.btn-group .dropdown-menu li > a.opt {
        position: relative;
        padding-left: 35px
    }

    .bootstrap-select.btn-group .dropdown-menu li > a {
        cursor: pointer
    }

    .bootstrap-select.btn-group .dropdown-menu li > dt small {
        font-weight: normal
    }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4)
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0,0,0,0.2)
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select-searchbox {
    padding: 4px 8px
}

    .bootstrap-select-searchbox input {
        margin-bottom: 0
    }

.colorpicker-visible, .colorpicker-visible .dropdown-menu {
    display: block !important
}

colorpicker-saturation {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=);
    cursor: crosshair;
    float: left
}

    colorpicker-saturation i {
        display: block;
        height: 7px;
        width: 7px;
        border: 1px solid #000;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        margin: -4px 0 0 -4px
    }

        colorpicker-saturation i::after {
            content: '';
            display: block;
            height: 7px;
            width: 7px;
            border: 1px solid #fff;
            border-radius: 5px
        }

colorpicker-alpha, colorpicker-hue {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px
}

    colorpicker-alpha i, colorpicker-hue i {
        display: block;
        height: 2px;
        background: #000;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -1px
    }

.colorpicker, colorpicker-alpha {
    display: none
}

colorpicker-hue {
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=)
}

.colorpicker-color, colorpicker-alpha {
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=)
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 9999
}

    .colorpicker colorpicker-alpha, .colorpicker colorpicker-hue, .colorpicker colorpicker-saturation {
        position: relative
    }

    .colorpicker input {
        width: 100px;
        font-size: 11px;
        color: #000;
        background-color: #fff
    }

    .colorpicker.alpha {
        min-width: 140px
    }

        .colorpicker.alpha colorpicker-alpha {
            display: block
        }

    .colorpicker.dropdown {
        position: absolute
    }

    .colorpicker.colorpicker-fixed-position {
        position: fixed
    }

    .colorpicker .dropdown-menu::after, .colorpicker .dropdown-menu::before {
        content: '';
        display: inline-block;
        position: absolute
    }

    .colorpicker .dropdown-menu::after {
        clear: both;
        border: 6px solid transparent;
        top: -5px;
        left: 7px
    }

    .colorpicker .dropdown-menu::before {
        border: 7px solid transparent;
        top: -6px;
        left: 6px
    }

    .colorpicker .dropdown-menu {
        position: static;
        top: 0;
        left: 0;
        min-width: 148px;
        padding: 4px;
        margin-top: 0
    }

.colorpicker-position-top .dropdown-menu::after {
    border-top: 6px solid #fff;
    border-bottom: 0;
    top: auto;
    bottom: -5px
}

.colorpicker-position-top .dropdown-menu::before {
    border-top: 7px solid rgba(0,0,0,0.2);
    border-bottom: 0;
    top: auto;
    bottom: -6px
}

.colorpicker-position-right .dropdown-menu::after {
    border-right: 6px solid #fff;
    border-left: 0;
    top: 11px;
    left: -5px
}

.colorpicker-position-right .dropdown-menu::before {
    border-right: 7px solid rgba(0,0,0,0.2);
    border-left: 0;
    top: 10px;
    left: -6px
}

.colorpicker-position-bottom .dropdown-menu::after {
    border-bottom: 6px solid #fff;
    border-top: 0
}

.colorpicker-position-bottom .dropdown-menu::before {
    border-bottom: 7px solid rgba(0,0,0,0.2);
    border-top: 0
}

.colorpicker-position-left .dropdown-menu::after {
    border-left: 6px solid #fff;
    border-right: 0;
    top: 11px;
    left: auto;
    right: -5px
}

.colorpicker-position-left .dropdown-menu::before {
    border-left: 7px solid rgba(0,0,0,0.2);
    border-right: 0;
    top: 10px;
    left: auto;
    right: -6px
}

colorpicker-preview {
    display: block;
    height: 10px;
    margin: 5px 0 3px;
    clear: both;
    background-position: 0 100%
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    top: 0;
    left: 0;
    padding: 10px;
    margin-top: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px
    }

    .datepicker > div {
        display: none
    }

    .datepicker table {
        width: 100%;
        margin: 0;
        background: #fff
    }

    .datepicker td, .datepicker th {
        text-align: center;
        width: 20px;
        height: 15px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px
    }

        .datepicker td.day:hover {
            background: #eeeeee;
            cursor: pointer
        }

        .datepicker td.day.disabled {
            color: #eeeeee
        }

        .datepicker td.old, .datepicker td.new {
            color: #999999
        }

        .datepicker td.active, .datepicker td.active:hover {
            color: #ffffff;
            background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2a94d1), to(#2186c1));
            background-image: -webkit-linear-gradient(top, #2a94d1 0%, #2186c1 100%);
            background-image: -moz-linear-gradient(top, #2a94d1 0%, #2186c1 100%);
            background-image: linear-gradient(to bottom, #2a94d1 0%, #2186c1 100%);
            background-repeat: repeat-x;
            border-color: #2186C1;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2A94D1', endColorstr='#ff2186C1', GradientType=0);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
        }

            .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
                color: #ffffff;
                background-color: #0044cc;
                *background-color: #003bb3
            }

                .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
                    background-color: #003399 \9
                }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

            .datepicker td span:hover {
                background: #eeeeee
            }

            .datepicker td span.active {
                color: #ffffff;
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #08c, #04c);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                background-image: -webkit-linear-gradient(top, #08c, #04c);
                background-image: -o-linear-gradient(top, #08c, #04c);
                background-image: linear-gradient(to bottom, #08c, #04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
                border-color: #0044cc #0044cc #002a80;
                border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
                *background-color: #0044cc;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
            }

                .datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
                    color: #ffffff;
                    background-color: #0044cc;
                    *background-color: #003bb3
                }

                .datepicker td span.active:active, .datepicker td span.active.active {
                    background-color: #003399 \9
                }

            .datepicker td span.old {
                color: #999999
            }

        .datepicker th.switch {
            width: 145px
        }

        .datepicker th.next, .datepicker th.prev {
            font-size: 21px
        }

    .datepicker thead tr:first-child th {
        cursor: pointer
    }

        .datepicker thead tr:first-child th:hover {
            background: #eeeeee
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.icheckbox_minimal-grey, .iradio_minimal-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(grey.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_minimal-grey {
    background-position: 0 0
}

    .icheckbox_minimal-grey.hover {
        background-position: -20px 0
    }

    .icheckbox_minimal-grey.checked {
        background-position: -40px 0
    }

    .icheckbox_minimal-grey.disabled {
        background-position: -60px 0;
        cursor: default
    }

    .icheckbox_minimal-grey.checked.disabled {
        background-position: -80px 0
    }

.iradio_minimal-grey {
    background-position: -100px 0
}

    .iradio_minimal-grey.hover {
        background-position: -120px 0
    }

    .iradio_minimal-grey.checked {
        background-position: -140px 0
    }

    .iradio_minimal-grey.disabled {
        background-position: -160px 0;
        cursor: default
    }

    .iradio_minimal-grey.checked.disabled {
        background-position: -180px 0
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal-grey, .iradio_minimal-grey {
        background-image: url(grey@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px
    }
}

.ui-pnotify {
    top: 75px;
    right: 25px;
    position: absolute;
    height: auto;
    z-index: 9999
}

@media (max-width: 760px) {
    .ui-pnotify {
        left: 50% !important;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: block
    }
}

html > body > .ui-pnotify {
    position: fixed
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0px 2px 10px rgba(50,50,50,0.5);
    -moz-box-shadow: 0px 2px 10px rgba(50,50,50,0.5);
    box-shadow: 0px 2px 10px rgba(50,50,50,0.5)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0
}

.ui-pnotify-text {
    display: block
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em
}

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 18px;
    width: 70px;
    border-top: none;
    padding: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 10000
}

    .ui-pnotify-history-container .ui-pnotify-history-header {
        padding: 2px;
        text-align: center
    }

    .ui-pnotify-history-container button {
        cursor: pointer;
        display: block;
        width: 100%
    }

    .ui-pnotify-history-container .ui-pnotify-history-pulldown {
        display: block;
        margin: 0 auto
    }

.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto
}

.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999991;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999992;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #cccccc
    }

        .mfp-preloader a:hover {
            color: white
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: black
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,0.8);
        font-family: sans-serif;
        font-size: 12px;
        text-align: center
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0
        }

.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden
}

    .md-perspective body {
        background: #fff;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px
    }

.container {
    min-height: 100%
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 550px;
    min-width: 320px;
    height: auto;
    z-index: 9999999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.md-show {
    visibility: visible
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 9999995;
    opacity: 0;
    background: rgba(1,1,1,0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible
}

.md-content {
    color: #5b5b5b;
    background: #fff;
    position: relative;
    border-radius: 0px;
    margin: 0 auto
}

    .md-content .md-close-btn {
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 999999
    }

        .md-content .md-close-btn a {
            color: #909090;
            cursor: pointer
        }

            .md-content .md-close-btn a:hover {
                color: #212121
            }

    .md-content .md-close {
        font-size: 13px
    }

    .md-content h3 {
        margin: 0;
        padding: 20px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        opacity: 0.8;
        background: #fff;
        border-radius: 0;
        color: #4c5264
    }

    .md-content > div {
        padding: 15px 40px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 14px
    }

        .md-content > div p {
            margin: 0;
            padding: 10px 0
        }

        .md-content > div ul {
            margin: 0;
            padding: 0 0 30px 20px
        }

            .md-content > div ul li {
                padding: 5px 0
            }

.md-fade-in-scale-up .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show.md-fade-in-scale-up .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-slide-in-right .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)
}

.md-show.md-slide-in-right .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}
.padding-no {
    padding: 0 !important;
}
.md-slide-from-bottom .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show.md-slide-from-bottom .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.md-newspaper .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0
}

.md-show.md-newspaper ~ .md-overlay, .md-newspaper .md-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.md-show.md-newspaper .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1
}

.md-fall.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-fall .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}

.md-show.md-fall .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1
}

.md-side-fall.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-side-fall .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
}

.md-show.md-side-fall .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1
}

.md-slide-stick-top {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .md-slide-stick-top .md-content {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        opacity: 0
    }

.md-show.md-slide-stick-top .md-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 0 0;
    opacity: 1
}

.md-3d-flip-horizontal.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-3d-flip-horizontal .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0
}

.md-show.md-3d-flip-horizontal .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1
}

.md-3d-flip-vertical.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-3d-flip-vertical .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0
}

.md-show.md-3d-flip-vertical .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
}

.md-3d-sign.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-3d-sign .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show.md-3d-sign .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
}

.md-super-scaled .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show.md-super-scaled .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-just-me .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show.md-just-me ~ .md-overlay {
    background: #fff
}

.md-just-me .md-content h3, .md-just-me .md-content {
    background: transparent
}

.md-show.md-just-me .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-3d-slit.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-3d-slit .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}

.md-show.md-3d-slit .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

.md-rotate-from-bottom.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-rotate-from-bottom .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.md-show.md-rotate-from-bottom .md-content {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1
}

.md-rotate-from-left.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-rotate-from-left .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show.md-rotate-from-left .md-content {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1
}

.ui-pnotify {
    top: 50px;
    right: 25px;
    position: absolute;
    height: auto;
    z-index: 9999
}

html > body > .ui-pnotify {
    position: fixed
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 2px 10px rgba(50,50,50,0.5);
    -moz-box-shadow: 0 2px 10px rgba(50,50,50,0.5);
    box-shadow: 0 2px 10px rgba(50,50,50,0.5)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: 20px 30px;
    height: 100%;
    margin: 0;
    background-color: #232A32;
    border-color: #232A32;
    opacity: 0.8;
    color: #fff;
    border-radius: 0px
}

    .ui-pnotify-container.ui-pnotify-sharp {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

.ui-pnotify-title {
    display: block;
    margin-bottom: .3em;
    margin-top: 0;
    font-size: 20px
}

.ui-pnotify-text {
    display: block
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
    font-size: 20px
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
    left: 25px;
    right: auto
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em
}

.ui-pnotify-text > a {
    text-decoration: underline;
    color: #fff
}

    .ui-pnotify-text > a:hover {
        color: #ddd
    }

.alert-success .ui-pnotify-icon {
    color: lightgreen
}

.alert-danger .ui-pnotify-icon {
    color: pink
}

.ui-pnotify {
    width: 500px !important
}

@media (max-width: 500px) {
    .ui-pnotify {
        width: 100% !important
    }
}

table[data-sortable] {
    border-collapse: collapse;
    border-spacing: 0
}

    table[data-sortable] th {
        vertical-align: bottom;
        font-weight: bold
    }

    table[data-sortable] th, table[data-sortable] td {
        text-align: left;
        padding: 10px
    }

        table[data-sortable] th:not([data-sortable="false"]) {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            -webkit-touch-callout: none;
            cursor: pointer
        }

        table[data-sortable] th:after {
            content: "";
            visibility: hidden;
            display: inline-block;
            vertical-align: inherit;
            height: 0;
            width: 0;
            border-width: 5px;
            border-style: solid;
            border-color: transparent;
            margin-right: 1px;
            margin-left: 10px;
            float: right
        }

        table[data-sortable] th[data-sorted="true"]:after {
            visibility: visible
        }

        table[data-sortable] th[data-sorted-direction="descending"]:after {
            border-top-color: inherit;
            margin-top: 8px
        }

        table[data-sortable] th[data-sorted-direction="ascending"]:after {
            border-bottom-color: inherit;
            margin-top: 3px
        }

    table[data-sortable].sortable-theme-bootstrap {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        background: white
    }

        table[data-sortable].sortable-theme-bootstrap thead th {
            border-bottom: 2px solid #e0e0e0
        }

        table[data-sortable].sortable-theme-bootstrap tbody td {
            border-top: 1px solid #e0e0e0
        }

        table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] {
            color: #3a87ad;
            background: #d9edf7;
            border-bottom-color: #bce8f1
        }

            table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="descending"]:after {
                border-top-color: #3a87ad
            }

            table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="ascending"]:after {
                border-bottom-color: #3a87ad
            }

        table[data-sortable].sortable-theme-bootstrap.sortable-theme-bootstrap-striped tbody > tr:nth-child(odd) > td {
            background-color: #f9f9f9
        }

.note-editor {
    border: 1px solid #ddd
}

    .note-editor .fa {
        font-size: 12px;
        line-height: 100%
    }

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 9999996;
        display: none;
        color: #87cefa;
        background-color: white;
        border: 2px dashed #87cefa;
        opacity: .95;
        pointer-event: none
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle
        }

        .note-editor .note-dropzone.hover {
            color: #098ddf;
            border: 2px dashed #098ddf
        }

    .note-editor.dragover .note-dropzone {
        display: table
    }

    .note-editor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999996;
        width: 100%
    }

        .note-editor.fullscreen .note-editable {
            background-color: white
        }

        .note-editor.fullscreen .note-resizebar {
            display: none
        }

    .note-editor.codeview .note-editable {
        display: none
    }

    .note-editor.codeview .note-codable {
        display: block
    }

    .note-editor .note-toolbar {
        margin: 0;
        background-color: #fff;
        border-bottom: 1px solid #ddd
    }

        .note-editor .note-toolbar > .btn-group {
            margin-left: 0;
            border-right: 1px solid #ddd;
            z-index: 1
        }

            .note-editor .note-toolbar > .btn-group > .btn {
                border: none;
                border-radius: 0;
                z-index: 1
            }

        .note-editor .note-toolbar .note-table .dropdown-menu {
            min-width: 0;
            padding: 5px
        }

            .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
                font-size: 18px
            }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
                    position: absolute !important;
                    z-index: 3;
                    width: 10em;
                    height: 10em;
                    cursor: pointer
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
                    position: relative !important;
                    z-index: 1;
                    width: 5em;
                    height: 5em;
                    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
                    position: absolute !important;
                    z-index: 2;
                    width: 1em;
                    height: 1em;
                    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
                }

        .note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
            margin: 0
        }

        .note-editor .note-toolbar .note-color .dropdown-toggle {
            width: 20px;
            padding-left: 5px
        }

        .note-editor .note-toolbar .note-color .dropdown-menu {
            min-width: 290px
        }

            .note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
                margin: 0
            }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
                    margin: 0 5px
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
                    margin: 2px 7px;
                    font-size: 12px;
                    text-align: center;
                    border-bottom: 1px solid #eee
                }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
                    padding: 0 3px;
                    margin: 5px;
                    font-size: 12px;
                    cursor: pointer;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px
                }

                    .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
                        background: #eee
                    }

        .note-editor .note-toolbar .note-para .dropdown-menu {
            min-width: 153px;
            padding: 5px
        }

        .note-editor .note-toolbar .note-para li:first-child {
            margin-bottom: 5px
        }

    .note-editor .note-statusbar {
        background-color: #f5f5f5
    }

        .note-editor .note-statusbar .note-resizebar {
            width: 100%;
            height: 8px;
            cursor: s-resize;
            border-top: 1px solid #ddd
        }

            .note-editor .note-statusbar .note-resizebar .note-icon-bar {
                width: 20px;
                margin: 1px auto;
                border-top: 1px solid #ddd
            }

    .note-editor .note-popover .popover {
        max-width: none
    }

        .note-editor .note-popover .popover .popover-content {
            padding: 5px
        }

            .note-editor .note-popover .popover .popover-content a {
                display: inline-block;
                max-width: 200px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle
            }

            .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
                margin-left: 5px
            }

        .note-editor .note-popover .popover .arrow {
            left: 20px
        }

    .note-editor .note-handle .note-control-selection {
        position: absolute;
        display: none;
        border: 1px solid black
    }

        .note-editor .note-handle .note-control-selection > div {
            position: absolute
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-bg {
            width: 100%;
            height: 100%;
            background-color: black;
            -webkit-opacity: .3;
            -khtml-opacity: .3;
            -moz-opacity: .3;
            opacity: .3;
            -ms-filter: alpha(opacity=30);
            filter: alpha(opacity=30)
        }

        .note-editor .note-handle .note-control-selection .note-control-handle {
            width: 7px;
            height: 7px;
            border: 1px solid black
        }

        .note-editor .note-handle .note-control-selection .note-control-holder {
            width: 7px;
            height: 7px;
            border: 1px solid black
        }

        .note-editor .note-handle .note-control-selection .note-control-sizing {
            width: 7px;
            height: 7px;
            background-color: white;
            border: 1px solid black
        }

        .note-editor .note-handle .note-control-selection .note-control-nw {
            top: -5px;
            left: -5px;
            border-right: 0;
            border-bottom: 0
        }

        .note-editor .note-handle .note-control-selection .note-control-ne {
            top: -5px;
            right: -5px;
            border-bottom: 0;
            border-left: none
        }

        .note-editor .note-handle .note-control-selection .note-control-sw {
            bottom: -5px;
            left: -5px;
            border-top: 0;
            border-right: 0
        }

        .note-editor .note-handle .note-control-selection .note-control-se {
            right: -5px;
            bottom: -5px;
            cursor: se-resize
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-info {
            right: 0;
            bottom: 0;
            padding: 5px;
            margin: 5px;
            font-size: 12px;
            color: white;
            background-color: black;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-opacity: .7;
            -khtml-opacity: .7;
            -moz-opacity: .7;
            opacity: .7;
            -ms-filter: alpha(opacity=70);
            filter: alpha(opacity=70)
        }

    .note-editor .note-dialog > div {
        display: none
    }

    .note-editor .note-dialog .note-image-dialog .note-dropzone {
        min-height: 100px;
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 4;
        color: lightgray;
        text-align: center;
        border: 4px dashed lightgray
    }

    .note-editor .note-dialog .note-help-dialog {
        font-size: 12px;
        color: #ccc;
        background: transparent;
        background-color: #222 !important;
        border: 0;
        -webkit-opacity: .9;
        -khtml-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
        -ms-filter: alpha(opacity=90);
        filter: alpha(opacity=90)
    }

        .note-editor .note-dialog .note-help-dialog .modal-content {
            background: transparent;
            border: 1px solid white;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }

        .note-editor .note-dialog .note-help-dialog a {
            font-size: 12px;
            color: white
        }

        .note-editor .note-dialog .note-help-dialog .title {
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: bold;
            color: white;
            border-bottom: white 1px solid
        }

        .note-editor .note-dialog .note-help-dialog .modal-close {
            font-size: 14px;
            color: #dd0;
            cursor: pointer
        }

        .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
            width: 100%;
            margin-bottom: 20px
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
                vertical-align: top
            }

        .note-editor .note-dialog .note-help-dialog .note-shortcut {
            margin-top: 8px
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut th {
                font-size: 13px;
                color: #dd0;
                text-align: left
            }

            .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
                min-width: 110px;
                padding-right: 10px;
                font-family: "Courier New";
                color: #dd0;
                text-align: right
            }

    .note-editor .note-editable {
        padding: 10px;
        overflow: auto;
        outline: 0
    }

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-family: Menlo,Monaco,monospace,sans-serif;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none
    }

    .note-editor .dropdown-menu {
        min-width: 90px
    }

        .note-editor .dropdown-menu.right {
            right: 0;
            left: auto
        }

            .note-editor .dropdown-menu.right::before {
                right: 9px;
                left: auto !important
            }

            .note-editor .dropdown-menu.right::after {
                right: 10px;
                left: auto !important
            }

        .note-editor .dropdown-menu li a i {
            color: deepskyblue;
            visibility: hidden
        }

        .note-editor .dropdown-menu li a.checked i {
            visibility: visible
        }

    .note-editor .note-fontsize-10 {
        font-size: 10px
    }

    .note-editor .note-color-palette {
        line-height: 1
    }

        .note-editor .note-color-palette div .note-color-btn {
            width: 17px;
            height: 17px;
            padding: 0;
            margin: 0;
            border: 1px solid #fff
        }

            .note-editor .note-color-palette div .note-color-btn:hover {
                border: 1px solid #000
            }
/*!
 *  Weather Icons Beta 1
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
  * Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Aweosme
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  Weather Icons gives full credit for inspiration to Font Awesome and makes no
 *  claim to invention, intellectual property, or ownership of methodology.
 *
 *  Support Open Source!
 *
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */

@font-face {
    font-family: weather;
    src: url(../font/weathericons-regular-webfont.eot);
    src: url(../font/weathericons-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../font/weathericons-regular-webfont.woff) format("woff"),url(../font/weathericons-regular-webfont.ttf) format("truetype"),url(../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=wi-], [class*=" wi-"] {
    font-family: weather;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}

    [class^=wi-]:before, [class*=" wi-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none
    }

.wi-day-cloudy-gusts:before {
    content: "\f000"
}

.wi-day-cloudy-windy:before {
    content: "\f001"
}

.wi-day-cloudy:before {
    content: "\f002"
}

.wi-day-fog:before {
    content: "\f003"
}

.wi-day-hail:before {
    content: "\f004"
}

.wi-day-lightning:before {
    content: "\f005"
}

.wi-day-rain-mix:before {
    content: "\f006"
}

.wi-day-rain-wind:before {
    content: "\f007"
}

.wi-day-rain:before {
    content: "\f008"
}

.wi-day-showers:before {
    content: "\f009"
}

.wi-day-snow:before {
    content: "\f00a"
}

.wi-day-sprinkle:before {
    content: "\f00b"
}

.wi-day-sunny-overcast:before {
    content: "\f00c"
}

.wi-day-sunny:before {
    content: "\f00d"
}

.wi-day-storm-showers:before {
    content: "\f00e"
}

.wi-day-thunderstorm:before {
    content: "\f010"
}

.wi-cloudy-gusts:before {
    content: "\f011"
}

.wi-cloudy-windy:before {
    content: "\f012"
}

.wi-cloudy:before {
    content: "\f013"
}

.wi-fog:before {
    content: "\f014"
}

.wi-hail:before {
    content: "\f015"
}

.wi-lightning:before {
    content: "\f016"
}

.wi-rain-mix:before {
    content: "\f017"
}

.wi-rain-wind:before {
    content: "\f018"
}

.wi-rain:before {
    content: "\f019"
}

.wi-showers:before {
    content: "\f01a"
}

.wi-snow:before {
    content: "\f01b"
}

.wi-sprinkle:before {
    content: "\f01c"
}

.wi-storm-showers:before {
    content: "\f01d"
}

.wi-thunderstorm:before {
    content: "\f01e"
}

.wi-windy:before {
    content: "\f021"
}

.wi-night-alt-cloudy-gusts:before {
    content: "\f022"
}

.wi-night-alt-cloudy-windy:before {
    content: "\f023"
}

.wi-night-alt-hail:before {
    content: "\f024"
}

.wi-night-alt-lightning:before {
    content: "\f025"
}

.wi-night-alt-rain-mix:before {
    content: "\f026"
}

.wi-night-alt-rain-wind:before {
    content: "\f027"
}

.wi-night-alt-rain:before {
    content: "\f028"
}

.wi-night-alt-showers:before {
    content: "\f029"
}

.wi-night-alt-snow:before {
    content: "\f02a"
}

.wi-night-alt-sprinkle:before {
    content: "\f02b"
}

.wi-night-alt-storm-showers:before {
    content: "\f02c"
}

.wi-night-alt-thunderstorm:before {
    content: "\f02d"
}

.wi-night-clear:before {
    content: "\f02e"
}

.wi-night-cloudy-gusts:before {
    content: "\f02f"
}

.wi-night-cloudy-windy:before {
    content: "\f030"
}

.wi-night-cloudy:before {
    content: "\f031"
}

.wi-night-hail:before {
    content: "\f032"
}

.wi-night-lightning:before {
    content: "\f033"
}

.wi-night-rain-mix:before {
    content: "\f034"
}

.wi-night-rain-wind:before {
    content: "\f035"
}

.wi-night-rain:before {
    content: "\f036"
}

.wi-night-showers:before {
    content: "\f037"
}

.wi-night-snow:before {
    content: "\f038"
}

.wi-night-sprinkle:before {
    content: "\f039"
}

.wi-night-storm-showers:before {
    content: "\f03a"
}

.wi-night-thunderstorm:before {
    content: "\f03b"
}

.wi-celcius:before {
    content: "\f03c"
}

.wi-cloud-down:before {
    content: "\f03d"
}

.wi-cloud-refresh:before {
    content: "\f03e"
}

.wi-cloud-up:before {
    content: "\f040"
}

.wi-cloud:before {
    content: "\f041"
}

.wi-degrees:before {
    content: "\f042"
}

.wi-down-left:before {
    content: "\f043"
}

.wi-down:before {
    content: "\f044"
}

.wi-fahrenheit:before {
    content: "\f045"
}

.wi-horizon-alt:before {
    content: "\f046"
}

.wi-horizon:before {
    content: "\f047"
}

.wi-left:before {
    content: "\f048"
}

.wi-lightning:before {
    content: "\f016"
}

.wi-night-fog:before {
    content: "\f04a"
}

.wi-refresh-alt:before {
    content: "\f04b"
}

.wi-refresh:before {
    content: "\f04c"
}

.wi-right:before {
    content: "\f04d"
}

.wi-sprinkles:before {
    content: "\f04e"
}

.wi-strong-wind:before {
    content: "\f050"
}

.wi-sunrise:before {
    content: "\f051"
}

.wi-sunset:before {
    content: "\f052"
}

.wi-thermometer-exterior:before {
    content: "\f053"
}

.wi-thermometer-internal:before {
    content: "\f054"
}

.wi-thermometer:before {
    content: "\f055"
}

.wi-tornado:before {
    content: "\f056"
}

.wi-up-right:before {
    content: "\f057"
}

.wi-up:before {
    content: "\f058"
}

.wi-wind-east:before {
    content: "\f059"
}

.wi-wind-north-east:before {
    content: "\f05a"
}

.wi-wind-north-west:before {
    content: "\f05b"
}

.wi-wind-north:before {
    content: "\f05c"
}

.wi-wind-south-east:before {
    content: "\f05d"
}

.wi-wind-south-west:before {
    content: "\f05e"
}

.wi-wind-south:before {
    content: "\f060"
}

.wi-wind-west:before {
    content: "\f061"
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: 0.5
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

tags-input {
    display: block
}

    tags-input *, tags-input :after, tags-input :before {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    tags-input .host {
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 100%
    }

        tags-input .host:active {
            outline: 0
        }

    tags-input .tags {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        padding: 1px;
        overflow: hidden;
        word-wrap: break-word;
        cursor: text;
        background-color: #fff;
        border: 1px solid #a9a9a9;
        box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
        height: 100%
    }

        tags-input .tags.focused {
            outline: 0;
            -webkit-box-shadow: 0 0 3px 1px rgba(5,139,242,0.6);
            -moz-box-shadow: 0 0 3px 1px rgba(5,139,242,0.6);
            box-shadow: 0 0 3px 1px rgba(5,139,242,0.6)
        }

        tags-input .tags .tag-list {
            margin: 0;
            padding: 0;
            list-style-type: none
        }

        tags-input .tags .tag-item {
            margin: 2px;
            padding: 0 5px;
            display: inline-block;
            float: left;
            font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
            height: 26px;
            line-height: 25px;
            border: 1px solid #acacac;
            border-radius: 3px;
            background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
            background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%)
        }

            tags-input .tags .tag-item.selected {
                background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
                background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%)
            }

            tags-input .tags .tag-item .remove-button {
                margin: 0 0 0 5px;
                padding: 0;
                border: none;
                background: 0 0;
                cursor: pointer;
                vertical-align: middle;
                font: 700 16px Arial,sans-serif;
                color: #585858
            }

                tags-input .tags .tag-item .remove-button:active {
                    color: red
                }

        tags-input .tags .input {
            border: 0;
            outline: 0;
            margin: 2px;
            padding: 0;
            padding-left: 5px;
            float: left;
            height: 26px;
            font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif
        }

            tags-input .tags .input.invalid-tag {
                color: red
            }

            tags-input .tags .input::-ms-clear {
                display: none
            }

    tags-input.ng-invalid .tags {
        -webkit-box-shadow: 0 0 3px 1px rgba(255,0,0,0.6);
        -moz-box-shadow: 0 0 3px 1px rgba(255,0,0,0.6);
        box-shadow: 0 0 3px 1px rgba(255,0,0,0.6)
    }

    tags-input[disabled] .host:focus {
        outline: 0
    }

    tags-input[disabled] .tags {
        background-color: #eee;
        cursor: default
    }

        tags-input[disabled] .tags .tag-item {
            opacity: .65;
            background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203,235,255,0.75) 47%, rgba(161,219,255,0.62) 100%);
            background: linear-gradient(to bottom, #f0f9ff 0, rgba(203,235,255,0.75) 47%, rgba(161,219,255,0.62) 100%)
        }

            tags-input[disabled] .tags .tag-item .remove-button {
                cursor: default
            }

                tags-input[disabled] .tags .tag-item .remove-button:active {
                    color: #585858
                }

        tags-input[disabled] .tags .input {
            background-color: #eee;
            cursor: default
        }

    tags-input .autocomplete {
        margin-top: 5px;
        position: absolute;
        padding: 5px 0;
        z-index: 999;
        width: 100%;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2)
    }

        tags-input .autocomplete .suggestion-list {
            margin: 0;
            padding: 0;
            list-style-type: none;
            max-height: 280px;
            overflow-y: auto;
            position: relative
        }

        tags-input .autocomplete .suggestion-item {
            padding: 5px 10px;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #000;
            background-color: #fff
        }

            tags-input .autocomplete .suggestion-item.selected, tags-input .autocomplete .suggestion-item.selected em {
                color: #fff;
                background-color: #0097cf
            }

            tags-input .autocomplete .suggestion-item em {
                font: normal bold 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
                color: #000;
                background-color: #fff
            }

tags-input {
    box-shadow: none;
    border: none;
    padding: 0;
    min-height: 34px
}

    tags-input .host {
        margin: 0
    }

    tags-input .tags {
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }

        tags-input .tags .tag-item {
            color: #fff;
            background: #428bca;
            border: 1px solid #357ebd;
            border-radius: 4px
        }

            tags-input .tags .tag-item.selected {
                color: #fff;
                background: #d9534f;
                border: 1px solid #d43f3a
            }

            tags-input .tags .tag-item .remove-button:hover {
                text-decoration: none
            }

        tags-input .tags.focused {
            border: 1px solid #66afe9;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
        }

    tags-input .autocomplete {
        border-radius: 4px
    }

        tags-input .autocomplete .suggestion-item.selected, tags-input .autocomplete .suggestion-item.selected em {
            color: #262626;
            background-color: #f5f5f5
        }

        tags-input .autocomplete .suggestion-item em {
            color: #000;
            background-color: #fff
        }

    tags-input.ng-invalid .tags {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
    }

    tags-input[disabled] .tags {
        background-color: #eee
    }

        tags-input[disabled] .tags .tag-item {
            background: #337ab7;
            opacity: .65
        }

        tags-input[disabled] .tags .input {
            background-color: #eee
        }

.input-group tags-input {
    padding: 0;
    display: table-cell
}

    .input-group tags-input:not(:first-child) .tags {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group tags-input:not(:last-child) .tags {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-lg tags-input:first-child .tags {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.input-group-lg tags-input:last-child .tags {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.input-group-sm tags-input:first-child .tags {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.input-group-sm tags-input:last-child .tags {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group-lg tags-input, tags-input.ti-input-lg {
    min-height: 46px
}

    .input-group-lg tags-input .tags, tags-input.ti-input-lg .tags {
        border-radius: 6px
    }

        .input-group-lg tags-input .tags .tag-item, tags-input.ti-input-lg .tags .tag-item {
            height: 38px;
            line-height: 37px;
            font-size: 18px;
            border-radius: 6px
        }

            .input-group-lg tags-input .tags .tag-item .remove-button, tags-input.ti-input-lg .tags .tag-item .remove-button {
                font-size: 20px
            }

        .input-group-lg tags-input .tags .input, tags-input.ti-input-lg .tags .input {
            height: 38px;
            font-size: 18px
        }

.input-group-sm tags-input, tags-input.ti-input-sm {
    min-height: 30px
}

    .input-group-sm tags-input .tags, tags-input.ti-input-sm .tags {
        border-radius: 3px
    }

        .input-group-sm tags-input .tags .tag-item, tags-input.ti-input-sm .tags .tag-item {
            height: 22px;
            line-height: 21px;
            font-size: 12px;
            border-radius: 3px
        }

            .input-group-sm tags-input .tags .tag-item .remove-button, tags-input.ti-input-sm .tags .tag-item .remove-button {
                font-size: 16px
            }

        .input-group-sm tags-input .tags .input, tags-input.ti-input-sm .tags .input {
            height: 22px;
            font-size: 12px
        }

.has-feedback tags-input .tags {
    padding-right: 30px
}

.has-success tags-input .tags {
    border-color: #3c763d
}

    .has-success tags-input .tags.focused {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
    }

.has-error tags-input .tags {
    border-color: #a94442
}

    .has-error tags-input .tags.focused {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
    }

.has-warning tags-input .tags {
    border-color: #8a6d3b
}

    .has-warning tags-input .tags.focused {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
    }

.chart-legend, .bar-legend, .line-legend, .pie-legend, .radar-legend, .polararea-legend, .doughnut-legend {
    list-style-type: none;
    margin-top: 5px;
    text-align: center;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0
}

    .chart-legend li, .bar-legend li, .line-legend li, .pie-legend li, .radar-legend li, .polararea-legend li, .doughnut-legend li {
        display: inline-block;
        white-space: nowrap;
        position: relative;
        margin-bottom: 4px;
        border-radius: 5px;
        padding: 2px 8px 2px 28px;
        font-size: smaller;
        cursor: default
    }

        .chart-legend li span, .bar-legend li span, .line-legend li span, .pie-legend li span, .radar-legend li span, .polararea-legend li span, .doughnut-legend li span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border-radius: 5px
        }

#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    background-color: green;
    color: green;
    box-shadow: 0 0 10px 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

#ngProgress-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s
}

    .sweet-alert .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s
    }

    .sweet-alert .sa-error-container .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 3px
    }

    .sweet-alert .sa-error-container p {
        display: inline-block
    }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px
    }

    .sweet-alert .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .sweet-alert .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .sweet-alert .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

    .sweet-alert input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed
    }

        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5
        }

        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5
        }

    .sweet-alert input::-moz-placeholder {
        color: #bdbdbd
    }

    .sweet-alert input:-ms-input-placeholder {
        color: #bdbdbd
    }

    .sweet-alert input::-webkit-input-placeholder {
        color: #bdbdbd
    }

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128,179,235,0.5),inset 0 0 0 1px rgba(0,0,0,0.05)
    }

    .sweet-alert button:hover {
        background-color: #7ecff4
    }

    .sweet-alert button:active {
        background-color: #5dc2f1
    }

    .sweet-alert button.cancel {
        background-color: #C1C1C1
    }

        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9
        }

        .sweet-alert button.cancel:active {
            background-color: #a8a8a8
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197,205,211,0.8) 0px 0px 2px,rgba(0,0,0,0.04706) 0px 0px 0px 1px inset !important
        }

    .sweet-alert button[disabled] {
        opacity: .6;
        cursor: default
    }

    .sweet-alert button.confirm[disabled] {
        color: transparent
    }

        .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

    .sweet-alert .sa-icon.sa-error {
        border-color: #F27474
    }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px
        }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px
            }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px
            }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #F8BB86
    }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86
        }

    .sweet-alert .sa-icon.sa-info {
        border-color: #C9DAE1
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #C9DAE1
        }

    .sweet-alert .sa-icon.sa-success {
        border-color: #A5DC86
    }

        .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px
        }

        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165,220,134,0.2);
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

    .sweet-alert .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat
    }

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0%
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(45deg) \9
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(-45deg) \9
    }
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall, .la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

    .la-ball-fall.la-dark {
        color: #333
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor
    }

.la-ball-fall {
    width: 54px;
    height: 18px
}

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -200ms;
            -moz-animation-delay: -200ms;
            -o-animation-delay: -200ms;
            animation-delay: -200ms
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -100ms;
            -moz-animation-delay: -100ms;
            -o-animation-delay: -100ms;
            animation-delay: -100ms
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0ms;
            -moz-animation-delay: 0ms;
            -o-animation-delay: 0ms;
            animation-delay: 0ms
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px
        }

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 9999994;
    overflow: hidden
}

    .sp-container.sp-flat {
        position: relative
    }

    .sp-container, .sp-container * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

.sp-top {
    position: relative;
    width: 100%;
    display: inline-block
}

.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.sp-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%
}

.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%
}

.sp-fill {
    padding-top: 80%
}

.sp-sat, .sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px
}

.sp-alpha-enabled .sp-alpha {
    display: block
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px
}

.sp-alpha-inner {
    border: solid 1px #333
}

.sp-clear {
    display: none
}

    .sp-clear.sp-clear-display {
        background-position: center
    }

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px
}

.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
}

    .sp-container.sp-input-disabled .sp-input-container {
        display: none
    }

    .sp-container.sp-buttons-disabled .sp-button-container {
        display: none
    }

    .sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
        display: none
    }

.sp-palette-only .sp-picker-container {
    display: none
}

.sp-palette-disabled .sp-palette-container {
    display: none
}

.sp-initial-disabled .sp-initial {
    display: none
}

.sp-sat {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(204,154,129,0)));
    background-image: -webkit-linear-gradient(left, #fff, rgba(204,154,129,0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204,154,129,0));
    background-image: -o-linear-gradient(left, #fff, rgba(204,154,129,0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204,154,129,0));
    background-image: linear-gradient(to right, #fff, rgba(204,154,129,0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')
}

.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204,154,129,0)));
    background-image: -webkit-linear-gradient(bottom, #000, rgba(204,154,129,0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204,154,129,0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204,154,129,0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204,154,129,0));
    background-image: linear-gradient(to top, #000, rgba(204,154,129,0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')
}

.sp-hue {
    background: -moz-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
    background: -ms-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
    background: -o-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, lime), color-stop(0.5, cyan), color-stop(0.67, blue), color-stop(0.83, #f0f), to(red));
    background: -webkit-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%);
    background: linear-gradient(to bottom, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red 100%)
}

.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')
}

.sp-hidden {
    display: none !important
}

.sp-cf:before, .sp-cf:after {
    content: "";
    display: table
}

.sp-cf:after {
    clear: both
}

.sp-cf {
    *zoom: 1
}

@media (max-device-width: 480px) {
    .sp-color {
        right: 40%
    }

    .sp-hue {
        left: 63%
    }

    .sp-fill {
        padding-top: 60%
    }
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8
}

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0
}

    .sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
        font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

.sp-top {
    margin-bottom: 3px
}

.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px
}

.sp-initial-disabled .sp-input-container {
    width: 100%
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    width: 100%;
    background: transparent;
    border-radius: 3px;
    color: #222
}

    .sp-input:focus {
        border: 1px solid orange
    }

    .sp-input.sp-validation-error {
        border: 1px solid red;
        background: #fdd
    }

.sp-picker-container, .sp-palette-container {
    float: left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px
}

.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff
}

.sp-palette-container {
    border-right: solid 1px #ccc
}

.sp-palette-only .sp-palette-container {
    border: 0
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: solid 2px transparent
}

    .sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
        border-color: orange
    }

.sp-thumb-el {
    position: relative
}

.sp-initial {
    float: left;
    border: solid 1px #333
}

    .sp-initial span {
        width: 30px;
        height: 25px;
        border: none;
        display: block;
        float: left;
        margin: 0
    }

    .sp-initial .sp-clear-display {
        background-position: center
    }

.sp-palette-button-container, .sp-button-container {
    float: right
}

.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle
}

    .sp-replacer:hover, .sp-replacer.sp-active {
        border-color: #F0C49B;
        color: #111
    }

    .sp-replacer.sp-disabled {
        cursor: default;
        border-color: silver;
        color: silver
    }

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0
}

.sp-palette {
    *width: 220px;
    max-width: 220px
}

    .sp-palette .sp-thumb-el {
        width: 16px;
        height: 16px;
        margin: 2px 1px;
        border: solid 1px #d0d0d0
    }

.sp-container {
    padding-bottom: 0
}

    .sp-container button {
        background-color: #eeeeee;
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(to bottom, #eee, #ccc);
        border: 1px solid #ccc;
        border-bottom: 1px solid #bbb;
        border-radius: 3px;
        color: #333;
        font-size: 14px;
        line-height: 1;
        padding: 5px 4px;
        text-align: center;
        text-shadow: 0 1px 0 #eee;
        vertical-align: middle
    }

        .sp-container button:hover {
            background-color: #dddddd;
            background-image: -webkit-linear-gradient(top, #ddd, #bbb);
            background-image: -moz-linear-gradient(top, #ddd, #bbb);
            background-image: -ms-linear-gradient(top, #ddd, #bbb);
            background-image: -o-linear-gradient(top, #ddd, #bbb);
            background-image: linear-gradient(to bottom, #ddd, #bbb);
            border: 1px solid #bbb;
            border-bottom: 1px solid #999;
            cursor: pointer;
            text-shadow: 0 1px 0 #ddd
        }

        .sp-container button:active {
            border: 1px solid #aaa;
            border-bottom: 1px solid #888;
            -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
            box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee
        }

.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none
}

    .sp-cancel:hover {
        color: #d93f3f !important;
        text-decoration: underline
    }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position: relative;
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif; base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)
}

.fileinput-button {
    position: relative;
    overflow: hidden
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer
    }

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px
}

.progress-animated .bar {
    background: url(../img/progressbar.gif) !important;
    filter: none
}

.fileupload-loading {
    float: right;
    width: 32px;
    height: 32px;
    background: url(../img/loading.gif) center no-repeat;
    background-size: contain;
    display: none
}

.fileupload-processing .fileupload-loading {
    display: block
}

.files audio, .files video {
    max-width: 300px
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
        display: none
    }

    .files .name {
        width: 80px;
        word-wrap: break-word
    }

    .files audio, .files video {
        max-width: 80px
    }
}

/*修改*/
.txt-color-blueDark {
    color: #4c4f53;
}

.navigation {
    /* padding: 5px 0; */
    font-size: 20px;
    margin-bottom: 10px;
}
.navigation a{
    color:#402954;
}
.box-shadow {
    -webkit-box-shadow: 1px 3px 3px #ccc;
    -moz-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
}
.tb-col-md-2 .col-md-3{
    width:15%;
    padding-right:0
}
.tb-col-md-2 .col-md-1 {
    width: 10%;
    padding-right: 0
}
.tb-col-md-3 .col-md-3 {
    width: 22%;
    padding-right: 0
}

.tb-col-md-3 .col-md-1 {
    width: 11.333333333333333%;
    padding-right: 0
}
/*用户名*/
#user {
    line-height: 20px;
    font-size: 14px;
    display: block;
    color: #fff;
    /*border-left: 4px solid transparent;*/
    padding: 15px 0 15px 15px;
    overflow: hidden;
    /*-webkit-transition: All 0.25s ease;*/
}
    #user:hover {
        color: #fff;
        background: #131313;
        padding-left: 20px;
        border-left-color: #d22238
    }
.user-img {
    background-color: #232a32;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10%;
    display: inline-block;
    float: left;
    height: 57px;
    margin-right: 5px;
    width: 57px;
}

#user span {
    display: inline-block;
    vertical-align: middle;
    /*max-width: 150px;*/
}

#user i {
    margin-left: 10px;
}
.item-content {
    padding-left: 30px;
}

    .item-content .item-media {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 5px;
        top: 5px;
        background: #828282;
        margin-right: 5px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
    }

        .item-content .item-media.tb-item-media {
            width: 40px;
            height: 40px;
            position: absolute;
            left: 5px;
            top: 5px;
            background: #ff1e56;
            margin-right: 5px;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
        }

        .item-content .item-media img {
        }

        .item-content .item-media i {
            color: #D3D6DB;
        }
    /*3.1*/
    .item-content .item-inner {
        width: 100%;
        padding: 7px 0;
    }

.no-touch .item-content .item-inner {
    -moz-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    -webkit-transition: border 300ms linear;
    transition: border 300ms linear;
}
.navbar-default .navbar-nav .tb-home-h1 span {
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
#out-wrap {
    padding:10px 20px;
}
#out-wrap .out-logout a {
    font-size: 14px;
    font-weight: bold;
    color: #888;
    margin-left: 25px;
}
.active .item-content .item-inner, .open .item-content .item-inner, li:last-child .item-content .item-inner {
    border-bottom-color: transparent !important;
}
.item-inner .title i {
    margin-right: 5px;
}
/*#sidebar-menu > ul > li > a {
    line-height: 14px;
    font-size: 14px;
    display: block;
    color: #999999;
    border-left: 4px solid transparent;
    padding: 10px 15px;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
}*/

#sidebar-menu .main-navigation-menu.tb-main-navigation-menu .onelevel-li > a {
    /*border-radius: 50px 0 0 50px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #666666, #4f4f4f);
    background: -o-linear-gradient(right, #666666, #4f4f4f);
    background: -moz-linear-gradient(right,#666666, #4f4f4f);
    background: linear-gradient(to right, #666666, #4f4f4f);*/
    font-size: 14px;
    display: block;
    color: #999;
    padding: 8px 0;
}

#sidebar-menu .main-navigation-menu.tb-main-navigation-menu .onelevel-li .memu-a {
    background: #d00f2b
}

#sidebar-menu .main-navigation-menu.tb-main-navigation-menu .onelevel-li.cur-menu > a {
    /*border-radius: 50px 0 0 50px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #ffffff, #f3f3f3);
    background: -o-linear-gradient(right, #ffffff, #f3f3f3);
    background: -moz-linear-gradient(right, #ffffff, #f3f3f3);
    background: linear-gradient(to right, #ffffff, #f3f3f3);*/
    font-size: 14px;
    display: block;
    color: #999;
    padding: 9px 0;
}

#sidebar-menu .main-navigation-menu.tb-main-navigation-menu .onelevel-li.tb-onelevel-li.cur-menu > a {
    color: #fff;
}

#sidebar-menu .main-navigation-menu.tb-main-navigation-menu .onelevel-li.open > a {
    /*border-radius: 50px 0 0 50px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #ffffff, #f3f3f3);
    background: -o-linear-gradient(right, #ffffff, #f3f3f3);
    background: -moz-linear-gradient(right, #ffffff, #f3f3f3);
    background: linear-gradient(to right, #ffffff, #f3f3f3);*/
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 8px 0;
}

#sidebar-menu > div nav > ul {
    list-style: none;
    padding: 0;
}

    #sidebar-menu > div nav > ul > li a {
        color: #333333;
        border-bottom: none;
    }

#sidebar > div nav > ul > li a:hover {
    background: #f35800;
    color: #fff;
}

#sidebar-menu > div nav > ul > li > a {
    display: table;
}

#sidebar-menu > div nav > ul > li.hover {
    background: #efeff0;
}
/*.no-touch #sidebar > div nav > ul > li:hover {
  background: #efeff0;
}*/
#sidebar-menu > div nav > ul > li.active {
    background: #c8c7cc;
}

    #sidebar-menu > div nav > ul > li.active > a {
        border-top: none !important;
        color: #ffffff;
    }

        #sidebar-menu > div nav > ul > li.active > a i {
            color: #ffffff;
        }

#sidebar-menu > div nav > ul li {
    border: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #272e37;
    border-bottom: 1px solid #1F2429;
}
/*.icons {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    background: url(../images/sprite.png);
}*/
.icons {
    font-size: 16px;
    /*margin-left: 35px;*/
    float:right;
    margin-right:15px;
}
.fa-round {
    border: 0.1em solid #eee;
    border-radius: 100%;
    padding: 0.2em 0.25em 0.15em;
}

.the-icons {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

    .the-icons .fa-hover {
        display: block;
        height: 32px;
        line-height: 32px;
        padding-left: 10px;
        color: #8B91A0;
        cursor: pointer;
    }

.no-touch .the-icons .fa-hover {
    -moz-transition: font-size, 0.2s, ease 0s;
    -o-transition: font-size, 0.2s, ease 0s;
    -webkit-transition: font-size, 0.2s, ease 0s;
    transition: font-size, 0.2s, ease 0s;
}

    .no-touch .the-icons .fa-hover:hover {
        font-size: 20px;
    }

        .no-touch .the-icons .fa-hover:hover .fa, .no-touch .the-icons .fa-hover:hover [class*="ti-"] {
            font-size: 20px;
        }

.the-icons .fa-hover .fa, .the-icons .fa-hover [class*="ti-"] {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
    color: #007AFF;
}

.big-icon {
    font-size: 100px;
}

.icon-p {
    position: absolute;
    left: 57%;
    top: 60%;
}

.icons-excel {
    background: url(../images/excel-icona.png);

}

.icons-screen {
    background-position: -32px -80px;
}

.icons-locking {
    background-position: -65px 0;
}

.icons-deblocking {
    background-position: -65px -16px;
}

.icons-examine {
    background-position: -32px -32px;
}

.icons-cancel {
    background-position: -161px -240px;
}

.icons-return {
    background-position: -128px -288px;
}

.icons-order {
    background-position: -129px -224px;
}

.icons-edit {
    background-position: -32px 0;
}

.icons-warning {
    background-position: -160px -240px;
}
.icons-help {
    background-position: -112px -206px;
    margin-top: -2px;
}

.icons-update {
    background-position: -32px -32px;
}

.icons-cancel {
    background-position: -48px -48px;
}

.icons-close {
    background-position: -48px -17px;
}

.icons-downE {
    background-position: 0 -96px;
}

.icons-downC {
    background-position: 0 -33px;
}

.icons-refresh {
    background-position: -32px -114px;
}

.icons-insertM {
    background-position: -176px -48px;
}

.icons-restore {
    background-position: -48px -129px;
}

.icons-plus {
    background-position: -48px -66px;
}

.icons-arrow {
    background-position: -16px -34px;
}

.icons-arrowu {
    background-position: -16px 0;
}

.icons-arrowUp {
    background-position: 0 32px;
}

.icons-arrowUp {
    float: right;
}
.td-remark {
    height: 30px;
    overflow: auto;
    display: block;
    line-height: 16px;
}
.open .icons-arrowUp {
    background-position: 0 48px;
}
.simple ul.navtop {
    text-align: right;
    list-style-type: none;
    padding: 0;
    line-height: 25px
}

    .simple ul.navtop li {
        display: block
    }

        .simple ul.navtop li .dropdown-menu a {
            color: #FFF
        }

            .simple ul.navtop li .dropdown-menu a:hover {
                background-color: transparent;
                opacity: 0.7
            }
.login-wrap {
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 400px;
}

.login-logo {
    margin-bottom: 30px
}

.flags img {
    margin-right: 15px
}

.login-pages {
    padding: 15px
}

.owner-redirect-btn {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 4px
}

.owner-redirect-question {
    color: #665
}

.owner-redirect-wrapper {
    margin-bottom: 15px;
    margin-top: -15px
}
.score {
    overflow: hidden;
    padding-left: 0;
}

    .score li {
        float: left;
        cursor: pointer;
        margin-right: 5px;
        color: #CD0000;
    }
.login-titles .sectiontitle {
    font-weight: 400;
    font-size: 28px;
    margin-top:15px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 2px;
    color: #777;
}

.login-titles .sectionsubtitle {
    color: #999;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center
}

@media (max-width: 767px) {
    .login-titles .sectiontitle {
        font-weight: 400;
        font-size: 26px
    }

    .login-titles .sectionsubtitle {
        font-weight: 200;
        font-size: 16px
    }
}

.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 60px;
    margin: 0px;

}

input[placeholder] {
    color: #333
}

.login-wrap .col-sm-6 {
    padding: 0px
}

.login-wrap .col-sm-12 {
    padding: 0px
}

.login-wrap .btn {
    font-size: 15px;
    height: 50px;
    border-radius: 30px;
}

.login-wrap .btn-default {
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    color: #666;
    font-size: 18px;
    padding-top: 18px
}
.login-wrap .login-input.tb-margin-b {
    margin-bottom: 40px;
}
@media (min-width: 767px) {
    .login-wrap .btn-login {
        width: 96%;
        float: left
    }

    .login-wrap .btn-forgot {
        width: 96%;
        float: right
    }
}

.login-wrap .btn-block {
    margin: 10px 0
}
@media (min-width: 767px) {
    .login-wrap .btn-login {
        width: 96%;
        float: left
    }

    .login-wrap .btn-forgot {
        width: 96%;
        float: right
    }
}
.theme-tab {
    width: 100%;
    /*height: 52px;*/
    position: absolute;
    bottom: 2%;
    z-index: 2;
    padding:0 3%;
    /*border:1px solid #ccc;*/
    /*overflow-y:auto;*/
}
.theme-tab .theme-wrap{
    overflow:hidden;
    margin:0 auto;
    border:1px solid #ebebeb;
    border-top:0;
    background-color: #f5f5f5;
}
.theme-wrap div {
    width: 300px;
    margin: 0 auto;
}
.theme-tab span{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin:0 5px;
    cursor: pointer;
}
.theme-tab .act{
    background: #ddd;
}
.login-wrap .btn-success {
    background-color: #D22238;
    border-color: transparent;
}

.full-content-center .login-wrap .btn-success:hover {
    background-color: #bc152a !important;
}

.full-content-center .login-wrap .btn-success:focus {
    background-color: #bc152a !important;
}
.select-with .btn {
    float: left;
    margin-right: 5px;
}

.select-with select, .select-style {
    float: left;
    margin-right: 5px;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
    background-image: -ms-linear-gradient(top, #fff, #f0f0f0);
    background-image: -o-linear-gradient(top, #fff, #f0f0f0);
    background-image: linear-gradient(to bottom, #fff, #f0f0f0);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #666666;
    border: solid #ccc 1px;
    text-decoration: none;
    box-shadow: 0px 1px 1px #fff inset, 0px 2px 1px -2px rgba(0,0,0,0.2);
}
.file {
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    overflow: hidden;
    line-height: 20px;
    cursor: pointer;
    background: #d22238;
    border-radius: 2px;
    color: #ffffff;
    border: solid #bc152a 1px;
    font-size: 12px;
    text-decoration: none;
    min-width: 70px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 1px #d22238 inset, 0px 2px 2px -1px rgba(0,0,0,0.2);
}

    .file input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .file:hover {
        background-color: #bc152a;
        border-color: #d22238;
        color: #ffffff;
    }
.product-tab-boxes {
    display: none;
}

.current.product-tab-boxes {
    display: block;
}
.switch {
    width: 100px;
}

.btn_fath {
    margin-top: 10px;
    position: relative;
    border-radius: 20px;
}

.btn1 {
    float: left;
}

.btn2 {
    float: right;
}

.btnSwitch {
    height: 40px;
    width: 50px;
    border: none;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}

.move {
    z-index: 100;
    width: 40px;
    border-radius: 20px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #828282;
    background-color: #f1eff0;
    box-shadow: 1px 2px 2px 1px #fff inset,0 0 5px 1px #999;
}

.on .move {
    left: 60px;
}

.on.btn_fath {
    background-color: #d22238;
}

.off.btn_fath {
    background-color: #828282;
}
.tab-toogle {
    display: none;
}
.field-group {
    padding: 0 7.5px;
    margin-bottom: 15px
}
.margin-b0 {
    margin-bottom: 0 !important;
}
.margin-bottom {
    margin-bottom: 20px
}
.modal-label {
    width: 20%;
    float: left;
    height: 31px;
    line-height: 31px;
    margin-bottom: 0;
}
.w-40 {
    width: 40% !important;
}

.retuun-modal .modal-label {
    width:25%
}
.modal .modal-input {
    width: 80%;
    float: left;
}

.card-theme-sub .modal-label {
    width: 30%;
}

.modal .card-theme-sub .modal-input {
    width: 70%;
}

.retuun-modal .modal-input {
    width: 75%;
}
.bf-dk .modal-label {
    width: 35%;
}
.modal .bf-dk .modal-input {
    width: 65%;
}
footer a {
    color: #d22238;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    position: fixed;
}

    .modal-backdrop.in {
        opacity: 0.4;
    }

.modal-backdrop {
    z-index: 9998;
}

.modal-content {
    background: #fff;
    box-shadow: none;
}

    .modal-content .modal-header {
        border-radius: 6px 6px 0 0;
    }

        .modal-content .modal-header:hover {
            cursor: move;
        }

.modal-footer, .modal-header {
    border-color: #b5b5b5;
}

    .modal-header h4 {
        text-align: center;
    }

.modal-aside.horizontal .modal-dialog {
    min-height: 100% !important;
    bottom: 0;
    height: auto !important;
}

    .modal-aside.horizontal .modal-dialog .modal-content {
        height: auto !important;
        min-height: 100% !important;
    }

/*.modal .btn {
    font-size: 12px;
    padding: 6px 12px;
    vertical-align: middle;
    margin-left: 15px;
}*/
.swiper-slide {
    position: relative;
    width: 100%;
}
.file {
    position: relative;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #d22238;
    border-radius: 35px;
    border: solid 1px #d22238;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px #ccc;
    -moz-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
    padding: 0px 25px;
    color: #fff;
    margin-bottom: 5px;
}
.modal-span {
    float: left;
    line-height: 26px;
    margin-left: 15px;
}

.modal-body .text-r {
    text-align: right;
}

.modal .table-container {
    padding-top: 0;
}
.open .icons::before {
    content: "\f107";
}
.page-list {
    overflow: hidden;
    background: #f7f7f8;
    border-top: 1px solid #c5c5c5;
    padding: 10px;
}

    .page-list .pagination {
        margin: 0;
        margin-right: 10px;
    }
/*  Pagination
/* ---------------------------------------------------------------------- */
.pagination > li > a, .pagination > li > span {
    margin-left: 5px;
    padding: 2px 8px;
    border-radius: 5px;
    cursor: pointer;
    color: #007AFF;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #d22238;
    border-color: #bc152a;
}

.pagination.squared {
    border-radius: 0 !important;
}

    .pagination.squared li:first-child a, .pagination.squared li:first-child > span {
        border-bottom-left-radius: 0px !important;
        border-left-width: 1px;
        border-top-left-radius: 0px !important;
    }

    .pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

.pagination-blue li a {
    background: #f7f7f8;
    border: none !important;
    color: #8e8e93;
    display: inline-block;
    margin-right: 1px;
}

    .pagination-blue li a:hover {
        background: #e7e7e9;
        color: #424246;
        cursor: pointer;
    }

.pagination-blue li:first-child a {
    border: none !important;
}

.pagination-blue li.disabled a {
    background: #f7f7f8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

    .pagination-blue li.disabled a:hover, .pagination-blue li.disabled a:focus {
        background: #f7f7f8;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
        opacity: 0.2;
        cursor: default !important;
    }

.pagination-blue li.active a {
    background: #5F8295 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: default !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.pagination-blue li [class^="fa-"], .pagination-blue li [class*=" fa-"], .pagination-blue li [class*="ti-"] {
    color: #5F8295;
}

.pagination-green li a {
    background: #f7f7f8;
    border: none !important;
    color: #8e8e93;
    display: inline-block;
    margin-right: 1px;
}

    .pagination-green li a:hover {
        background: #e7e7e9;
        color: #424246;
        cursor: pointer;
    }

.pagination-green li:first-child a {
    border: none !important;
}

.pagination-green li.disabled a {
    background: #f7f7f8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

    .pagination-green li.disabled a:hover, .pagination-green li.disabled a:focus {
        background: #f7f7f8;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
        opacity: 0.2;
        cursor: default !important;
    }

.pagination-green li.active a {
    background: #1FBBA6 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: default !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.pagination-green li [class^="fa-"], .pagination-green li [class*=" fa-"], .pagination-green li [class*="ti-"] {
    color: #1FBBA6;
}

.pagination-red li a {
    background: #f7f7f8;
    border: none !important;
    color: #8e8e93;
    display: inline-block;
    margin-right: 1px;
}

    .pagination-red li a:hover {
        background: #e7e7e9;
        color: #424246;
        cursor: pointer;
    }

.pagination-red li:first-child a {
    border: none !important;
}

.pagination-red li.disabled a {
    background: #f7f7f8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

    .pagination-red li.disabled a:hover, .pagination-red li.disabled a:focus {
        background: #f7f7f8;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
        opacity: 0.2;
        cursor: default !important;
    }

.pagination-red li.active a {
    background: #C82E29 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: default !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.pagination-red li [class^="fa-"], .pagination-red li [class*=" fa-"], .pagination-red li [class*="ti-"] {
    color: #C82E29;
}

/* ---------------------------------------------------------------------- */
.inventory-box {
    display: none;
}

.current.inventory-box {
    display: block;
}
.float-l {
    float: left;
    position: relative;
    color: #fff;
}

.float-r {
    float: right;
}
.tex-floatl {
    float: left;
    color: #333;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
}

.margin-r5 {
    margin-right: 5px;
}

.margin-r10 {
    margin-right: 10px;
}
.margin-b5{
    margin-bottom: 5px;
}
.margin-b10 {
    margin-bottom: 10px;
}
.text-l {
    text-align: left;
}

    .text-l i {
        margin-left: 10px;
        cursor: pointer;
    }

        .text-l i:hover {
            color: #f35800;
        }

.text-r {
    text-align: right;
}

.text-c {
    text-align: center;
}

.tr-bg {
    background: #f7f7f8;
}
.ui-state-highlight {
    height: 40px;
    line-height: 40px;
    border: 3px dashed #555;
    background: #c9dfeb;
}
.visible-num {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: red;
}
.fixed-freight {
    display: none;
}

.custom-freight {
    display: none;
}

.provide-address {
    display: none;
}

.atm-text {
    display: none;
}

.money-percentage, .money-fixed {
    display: none;
}
.btn-on-off .btn {
    background-color: #ffffff;
    color: #bbbbbb;
    box-shadow: none;
    border: 1px #aaaaaa solid;
}
.btn-on-off .btn.btn-danger {
    background-color: #aaaaaa;
    color: #ffffff;
    box-shadow: none;
    border: 1px #aaaaaa solid;
}
.btn-on-off .btn.btn-success {
    background-color: #d22238;
    color: #ffffff;
    box-shadow: none;
    border: 1px #d22238 solid;
}
.datetimepicker table tr td.active.active {
    background-color: #d22238;
    background-image:none;
}
.datetimepicker table tr td.active.active:hover{
    background-color:#bc152a;
    background-image:none;
}
.right .body select option {
    /*border:1px solid #d22238;*/
}
.right .body select.form-control option:focus {
    border-color: #d22238 !important;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu{
    padding:5px;
}
.margin-lr10 {
    margin: 0 10px;
}
.txt-toolbar button.right, .wangEditor-drop-panel button.right{
    position:static;
}
.txt-toolbar table.choose-table td, .wangEditor-drop-panel table.choose-table td {
    display: table-cell;
    padding: 0;
}
.no-padding{
    padding:0 !important;
}
.search-section .search-input {
    width: 380px;
}
.coupon-select .tb-select {
    float: left;
}
.padding-tb-no {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.padding-r15 {
    padding-left: 0 !important;
    padding-right: 15px !important;
}
.padding-l15 {
    padding-left: 15px !important;
    padding-right: 0 !important;
}
.padding-r20 {
    padding-left: 0 !important;
    padding-right: 20px !important;
}
.padding-l20 {
    padding-left: 20px !important;
    padding-right: 0 !important;
}
.padding-r30 {
    padding-left: 0 !important;
    padding-right: 30px !important;
}
.padding-l30 {
    padding-left: 30px !important;
    padding-right: 0 !important;
}
.padding-t8 {
    padding-top: 8px !important;
}
.padding-b8 {
    padding-bottom: 8px !important;
}

.tb-h4{
    font-size:14px;
    padding-left:15px;
}
.margin-t-45{
    margin-top:45px;
}
.margin-t-10 {
    margin-top: 10px;
}
.modal .modal-input {
    width: 80%;
    float:left;
}
.modal .modal-input-small {
    width: 30%;
}
.retuun-modal .modal-input {
    width: 75%;
}
.tb-div{
    overflow: auto;
}
.tb-div i{
    cursor:pointer
}
.tb-div div{
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.border-tr1 {
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.min-height200 {
    min-height: 20rem;
}
.min-height400 {
    min-height: 25rem;
}
.banner-img {
    width: 100%;
}
.modal-width{
    width:89%;
}
.shelves-img{
    width:100%;

}
.tb-img {
    display: block;
    width: 50%;
    height: auto;
}
.dad-noSelect, .dad-noSelect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}

.dad-container {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dad-container::after {
        content: '';
        clear: both !important;
        display: block;
    }

.dad-active .dad-draggable-area {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.dads-children-clone {
    opacity: 0.8;
    z-index: 9999;
    pointer-events: none;
}

.dads-children-placeholder {
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border: 4px dashed #639BF6;
    margin: 5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold;
}
.tb-h3 {
    font-size: 70px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 30%;
}
.fa-color-r {
    color: #d22238;
}
.overflow-auto {
    overflow: auto;
}

.checkbox-input input[type=checkbox] {
    float: left;
    margin-right: 10px;
}

.tb-imgb{
    width:100px;
}
.tb-input{
    width:60%;
}
.tb-nav {
    display: none;
    padding-left: 0;
    position: absolute;
    top: 31px;
    left: 0;
    height: 62px;
}
.angular-ui-tree-nodes {
    position: relative
}
.margin-b0 {
    margin-bottom: 0 !important;
}
.margin-t80 {
    margin-top: 80px;
}
.tb-a {
    color: #000;
    margin-left:5px;
}
.tb-width {
    width: 50%;
}
.div-input .tb-width {
    width: 60%;
}
.overflow-h {
    overflow: hidden;
}

.checkbox-input input[type=checkbox] {
    float: left;
    margin-right: 10px;
}

.tb-span {
    height: 30px;
    float: right;
    width: 30%;
    line-height: 30px;
    background: #ccc;
    padding-left: 10px;
}
table.table-expandable > tbody > tr i.tab-btn {
    background: transparent url(../images/sprite.png) no-repeat scroll 0 -192px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

    table.table-expandable > tbody > tr i.tab-btn.up {
        background-position: 0 -224px;
    }

.toggle-tr {
    display: none;
}
.table .table-th {
    width: 33.33%;
    vertical-align: middle
}
/*管理後台登錄*/
.login-wrapb {
    width: 996px;
    height: 544px;
    margin: 53px auto 0;
    border-radius: 3px;
    overflow: hidden;
}

.login-left {
    float: left;
    width: 464px;
    height: 544px;
    background: url(../images/g-logo-bg.png);
}

.login-right {
    float: right;
    width: 532px;
    height: 544px;
    padding-left: 90px;
    background: #fff;
}

.login-logob {
    width: 350px;
    margin-top: 90px;
}

    .login-logob h2 {
        font-family: "SourceHanSansTW";
        font-weight: bold;
        font-size: 25px;
        line-height: 45px;
        color: #333333;
        margin-bottom: 35px;
    }

.login-span {
    font-family: "SourceHanSansTW";
    font-size: 16px;
    line-height: 45px;
    color: #504344
}

.login-icon {
    margin-right: 10px;
}

.login-input {
    font-family: "SourceHanSansTW";
    display: block;
    width: 100%;
    height:33px;
    font-size: 14px;
    line-height: 30px;
    color: #504344;
    outline: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
    /*.login-input[placeholder]{
    color: #999999;
}*/
    .login-input:focus {
        border: 0;
        border-bottom: 3px solid #d00f2b;
    }

.margin-b30 {
    margin-bottom: 30px;
}

.margin-b40 {
    margin-bottom: 40px;
}

.login-btnb {
    font-family: "SourceHanSansTW";
    font-weight: bold;
    display: inline-block;
    width: 85px;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 35px;
    text-align: center;
    background-color: #d00f2b;
    border: 0;
    -webkit-box-shadow: 3px 3px 3px #bebebe;
    -moz-box-shadow: 3px 3px 3px #bebebe;
    box-shadow: 3px 3px 3px #bebebe;
    margin-right: 20px;
}

    .login-btnb:hover {
        background: #af0318;
    }

.login-forgot {
    font-family: "SourceHanSansTW";
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 85px;
    font-size: 14px;
    line-height: 35px;
    color: #999999;
}

.login-box {
    display: block;
    margin: 0 auto;
}

.g-logo {
    display: block;
    margin: 60px auto 0;
}
.login-foot {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    margin-bottom:40px;
}
/*管理後台登錄*/
.tb-tha a{
    color:#333;
    font-size:18px;
}
.tb-i {
    border: 1px solid #d22238;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 12px;
    color: #d22238;
}
.red-span {
    background: #d22238;
    color:#fff;
    border-radius:4px;
    float:left;
    line-height:20px;
    padding:5px;
    margin-right:5px
}
.goods-date {
    float:left;
    width: 305px;
    margin-right:20px;
}
.category-wrap .category-list {
    float: left;
    width: 139px;
}

.category-wrap dl {
    min-height: 430px;
}

.category-wrap dd {
    margin: 5px 0;
}

.category-wrap dl input[type=checkbox] {
    float: left;
    margin: 3px 5px 0 0;
}
.box-info .line-height20 {
    line-height: 20px;
}
.line-height20 p {
    line-height: 20px;
    margin-bottom: 5px;
}
.menu-number {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: red;
    font-size: 12px;
}
/*优惠券*/
.coupon-img{
    float:left;
    margin-right:10px;
}
.coupon-18b{
    font-size:18px;
    font-weight:bold;
    color:#333;
}
.coupon-14{
    font-size:14px;
    color:#777
}
.coupondiv:hover {
    box-shadow: 1px 3px 3px #8b8b8a;
}
.coupon-wrap .font-16b {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    background: #eee;
    padding: 15px;
}
.coupon-wrap.box-info .box-section .section-header{
    padding-top:10px;
    padding-bottom:10px;
}
.box-info .box-section.coupon-radio .radio {
    padding-bottom: 0
}
.coupon-leve{
    float:left;
    width:120px;
    margin-bottom:5px;
}
.input-group .gw_num {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 142px;
    line-height: 32px;
    overflow: hidden;
}
    .input-group .gw_num em {
        display: block;
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-style: normal;
        float: left;
        color: #666;
        background: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 24px;
        font-weight: bold;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .input-group .gw_num .num {
        display: block;
        float: left;
        text-align: center;
        font-style: normal;
        font-size: 14px;
        line-height: 36px;
        border: 0;
    }
.jupoint-wrap .input-group-addon {
    background: none;
    color: #666;
    border: none;
}
.coupon-addon .input-group-addon {
    padding: 0;
    width: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid solid 1px #d5d5d5;
}
@media (max-width: 1024px) {
    .wangEditor-drop-panel.clearfix{
        width:100% !important;
        left:0 !important;
        margin-left:0 !important;
    }
    .txt-toolbar table.choose-table td, .wangEditor-drop-panel table.choose-table td{
        display:table-cell;
        padding:0;
    }
    .body.content.rows{
        padding:10px;
    }
    .search-section .search-input {
        width: 21rem;
    }
    .table-tb tbody {
        display: table-row-group;
    }
    .table-tb tr{
        display:table-row;
    }
    .table-tb.table > tbody > tr > td {
        border: none;
    }
    .table-tb.table > tbody > tr > th {
        border: none;
    }
    .tb-div .table-tb.table > tbody > tr > td {
        border: 1px solid #ddd;
        display: table-cell;
    }

    .tb-div .table-tb.table > tbody > tr > th {
        border: 1px solid #ddd;
        display: table-cell;
    }
    .box-info table tr th, .box-info table tr td{
        padding-left:10px;
        padding-right:10px;
    }
    .theme-tab{
        padding:0 3%;
    }
    .theme-tab div{
        width:100%;
    }
    .theme-tab span{
        width:20%;
        height:auto;
        margin:0;
    }
    .margin-t-45 {
        margin-top: 0;
    }
    /*.modal-backdrop.in{
        display:none !important;
    }*/
    .modal-label{
        width:35%;
    }
    .modal .modal-input {
        width: 65%;
    }
    .margin-bottom {
        margin-bottom: 10px;
    }
    .dropzone {
        padding: 10px;
        margin-bottom: 5px;
    }
    .dropzone .product-form-text {
        padding-top: 0;
        padding-bottom: 0;
    }
    .dropzone .file {
        margin-bottom: 0;
    }
    .dropzone .product-form-text .product-form-hint {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .modal-width {
        width:100%;
    }
    .thumbnail{
        height:20rem;
    }
    .tb-img {
        width: 100%;
    }
    .tb-h3 {
        font-size: 30px;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        top: 30%;
    }
    .tb-imgb {
        width:100%;
    }
    .tb-input {
        width: 80%;
    }
    .margin-t80 {
        margin-top: 0;
    }
    .tb-width {
        width: 100%;
    }
    .login-logo {
        margin-bottom: 20px;
    }
    .login-titles .sectiontitle {
        font-weight: 400;
        font-size: 1.17em;
        margin-bottom: 5px;
    }
    /*.login-wrap .login-input.tb-margin-b {
        margin-bottom: 20px;
    }*/
}
/*修改*/
/*有闲模板*/
.bannerWrap, .shelvesWrap {
    position: relative;
    background: #fff;
    border: 3px solid #727272;
    -moz-box-shadow: 1px 3px 3px #ccc;
    -webkit-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
}
.bannerWrap {
    margin-bottom: 20px;
    margin-top: 60px;
}
.shelvesWrap {
    margin-top: 70px;
}
.baisc-icon .temp-left {
    position: absolute;
    width:14.1%;
    height:150%;
    border: 3px solid #727272;
    top:-15%;
    left:10.5%;
}
.baisc-icon .temp-right {
    position: absolute;
    width: 18.6%;
    height: 130%;
    border: 3px solid #727272;
    top: -15%;
    right: 10%;
}
.baisc-icon .temp-top {
    position: relative;
    border: 3px solid #727272;
    margin-bottom:50px;
}
.app-img{
    width:100%;
}
.baisc-icon .temp-bottom {
    position: relative;
    border: 3px solid #727272;
}
.baisc-icon {
    margin-top: 40px;
    position:relative;
}
.tpl-img01{
    width:100%;
}
.temp-img {
    /* width: 100%; */
    height: 72%;
    margin-top: 2%;
    margin-left: 4%;
}
.tb-ponsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background: #fff;
    display: none;
    box-shadow: 0px 0px 10px 1px #000;
    z-index: 10000 !important;
    /*transform: translateZ(9999px);
    -webkit-transform: translateZ(9999px);*/
}
.swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 600px;
    width: auto;
    margin: 0 auto;
}
.baisc-icon .temp-top-btn {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #727272;
    right: -3px;
    top: -43px;
    color: #fff;
}
.baisc-icon .temp-top-btn em{
    width: 70%;
}
.margin-tb30{
    margin:30px 0;
}
.fontweightno{
    font-weight: normal !important;
}
.font14{
    font-size:14px;
    color:#333;
}
.font14b {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.font14br {
    font-size: 14px;
    font-weight: bold;
    color: #d22238;
}
.font16b {
    font-size: 16px;
    font-weight: bold;
}
.font18b {
    font-size: 16px;
    font-weight: bold;
}
.font20b {
    font-size: 18px;
    font-weight: bold;
}
.tb-backdrop {
    width: 100%;
    height: 100%;
    background-color: #000;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    /*transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);*/
}
.temp-top-btn {
    position: absolute;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #727272;
    right: -3px;
    top: -43px;
    color: #fff;
}
.temp-top-btn em {
    width: 139px;
    text-align: center;
    float: left;
    font-style: normal
}

.temp-top-btn strong {
    width: 40px;
    height: 40px;
    color: #fff;
    float: right;
    text-align: center;
    border-left: 1px solid #fff;
    cursor:pointer;
}
.del-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    right: 50%;
    font-size: 14px;
    margin-top: -20px;
    margin-right: -20px;
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #727272;
}

.del-left {
    left: 0!important;
}

.del-right {
    right: 20px !important;
}

.tb-goods {
    color: #d22238;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    top: 5px;
    left: 0;
    position: absolute;
    z-index: 1;
}
.margin-b20{
    margin-bottom:20px;
}
.tb-shelveswrap {
    padding-bottom: 100%;
    position: relative;
    /* border: 1px solid #dddddd; */
}
.tb-shelveswrap.banner-shelves{
    padding-bottom: 100px;
}
.tb-shelveswrap.banner-shelves1{
    padding-bottom: 296px;
}
.tb-shelveswrap.banner-shelves2{
    padding-bottom: 196px;
}
.tb-shelveswrap.banner-shelves3{
    padding-bottom: 65px;
}
.tb-shelveswrap .tb-shelvesimg {
    width: 100%;
    height: 100%;
    /* opacity: 0.2; */
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.tb-shelves {
    padding: 20px;
}
.tb-shelves.tag-style > div{
    margin-bottom: 20px;
}
.tag-style span {
    border-radius: 12px;
    color: #fff;
    padding: 8px 15px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
.tag-style > div:nth-child(3n+1) span {
    background: linear-gradient(270deg, #F88A6C 0%, #FEAD9C 100%);
}
.tag-style > div:nth-child(3n+2) span {
    background: linear-gradient(270deg, #8DABF9 0%, #B4C5EA 100%);
}
.tag-style > div:nth-child(3n+3) span {
    background: linear-gradient(270deg, #6CD590 0%, #A0DFBA 97.22%);
}
.curtain-banner {
    padding: 20px 10px 0;
}
.tb-banner .col-md-3{
    width:16.667%
}
.tb-banner .margin-b20 {
    margin-bottom:10px
}
.tb-banner .tb-shelveswrap.banner-shelves2 {
    padding-bottom: 107px;
}
.banner-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #666;
    cursor: pointer;
}
.temp-banner {
    margin-bottom: 30px;
}
.temp-select[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.temp-select {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 20px;
    padding-left: 10px;
}
.temp-edit {
    display: inline-block;
    background: #727272;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
.image-delete-box {
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #727272;
    right: 0px;
    top: 0px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    z-index: 2;
}

.toggle-visible-button {
    width: 40px;
    height: 28px;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    color: #000;
    border: 0;
    z-index: 2;
}

.app-close-btn {
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.temp-top-btn a {
    width: 40px;
    height: 40px;
    color: #fff;
    float: right;
    text-align: center;
    border-left: 1px solid #fff;
}
.tb-tree-wrap {
    float: left;
    position:relative;
}
.tb-tree-wrap .tb-goods{
    font-size:14px;
    top:-10px;
}
.modal-body table td div:nth-child(1){
    margin-right:0;
    height:auto;
}
.border-4 {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left:5px;
    height:26px;
}
.border-4:focus{
    outline: none;
}
.tb-wrap {
    width: 80px;
    height: 30px;
    border-radius: 20px;
    border: 2px solid #ccc;
    position: relative;
    overflow: hidden;
    background: #d22238;
}

    .tb-wrap.tb-wrapa {
        background: #d22238;
    }

        .tb-wrap.tb-wrapa.primary {
            background: #fff;
        }

            .tb-wrap.tb-wrapa.primary .tb-btna {
                color: #666;
            }

    .tb-wrap.default {
        background: #fff;
    }

        .tb-wrap.default .tb-btna {
            color: #666;
        }

    .tb-wrap .tb-btna {
        color: #fff;
    }

    .tb-wrap.tb-wrapa .tb-btna {
        color: #fff;
    }

.tb-btna {
    border: 0;
    height: 28px;
    line-height: 28px;
    position: absolute;
    font-weight: bold;
    top: 0;
    width: 50%;
    right: 0;
    cursor: pointer
}

.tb-wrap:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    position: absolute;
    content: "";
    top: 3px;
    left: 5px;
}

.tb-btna.default {
    right: -40px;
}

.tb-btna.primary {
    right: -40px;
}
.tpl-data .form-control {
    padding: 5px 5px;
    height: 32px;
    width:150px;
}
.tpl-data .form_date{
    display:inline-block;
}
.temp-h3{
    margin:10px 0;
}
.form_date .input-group-addon {
    width: 32px;
    line-height: 30px;
}
.input-group-addon {
    padding: 0;
    width: 31px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #d22238;
    border-radius: 0;
    cursor: pointer;
}
.gallery-wrap .column-4.banner-width {
    width: 100%;
}
.margin-r20{
    margin-right:20px;
}
.app-input-w {
    width: 200px;
}
.tb-spana {
    vertical-align: middle;
    float: left;
    line-height: 34px;
    margin-right: 5px;
}
.tb-select-a {
    width: 150px;
}
.gallery-wrap .column-4 .inner .img-wrap .tb-psd{
    width:auto;
    display:block;
    margin:0 auto;

}
.tb-drag .table{
    margin:0;
}
.position-r {
    position: relative;
}
.goods-iconb {
    display: inline-block;
    background: #f0ad4e;
    width: 40px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}

.goods-iconc {
    display: inline-block;
    background: #f0ad4e;
    width: 40px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}

.goods-icond {
    float: left;
    height: 20px;
    line-height: 20px;
    color: #d2223d;
    padding: 0 5px;
    border: 1px solid #d2223d;
    text-align: center;
    margin-right: 5px;
}

/* 閑時搶購設定改版 */
#flashSale table,
#flashSale th,
#flashSale td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

#flashSale thead th {
    background-color: #f2f2f2;
}

#flashSale .line-height-40 {
    line-height: 40px;
}

#flashSale .opacity-half {
    opacity: 0.5;
}

/* 設定modal */
#flashSaleModal .modal-body .flex-center {
    display: flex;
    align-items: center;
}

#flashSaleModal .modal-body .label-width {
    width: 30%;
    text-align: end;
}

#flashSaleModal .modal-body .input-width {
    width: 40%;
}

#flashSaleModal .modal-body .date-input-container {
    display: flex;
    height: 30px;
    align-items: center;
    width: 70%;
}

#flashSaleModal .modal-body .margin-bottom {
    margin-bottom: 15px;
}

#flashSaleModal .modal-body .line-height-40 {
    line-height: 40px;
}

#flashSaleModal .modal-body .line-height-20 {
    line-height: 20px;
}

#flashSaleModal .modal-body .image-50 {
    width: 50px;
    height: 50px;
}

#flashSaleModal .modal-body .text-center {
    text-align: center;
}

#flashSaleModal .modal-body .width-50 {
    width: 50px;
}

#flashSaleModal .modal-body .no-padding {
    padding: unset;
}

#flashSaleModal .modal-body .app-border-b {
    border-bottom: 1px solid #eee;
}

#flashSaleModal .modal-body .no-border {
    border: 0;
}

#flashSaleModal .modal-footer.no-border {
    border: 0;
}



/*有闲模板结束*/
.goods-wrap.tb-wrap {
    width: 70px;
    height: 30px;
    border-radius: 30px;
    border: 0;
    position: relative;
    overflow: hidden;
    background: #d22238;
    margin-right: 0;
    float:left;
    margin-right:5px;
}

.tb-wrap.tb-wrapa {
    background: #d22238;
}

    .tb-wrap.tb-wrapa.primary {
        background: #fff;
    }

        .tb-wrap.tb-wrapa.primary .tb-btna {
            color: #666;
        }

.tb-wrap.default {
    background: #fff;
}

.goods-wrap.tb-wrap.default {
    background: #ccc;
}

.tb-wrap.default .tb-btna {
    color: #666;
}

.goods-wrap.tb-wrap.default .tb-btna {
    color: #fff;
}

.tb-wrap .tb-btna {
    color: #fff;
}

.tb-wrap.tb-wrapa .tb-btna {
    color: #fff;
}

.tb-btna {
    border: 0;
    height: 28px;
    line-height: 28px;
    position: absolute;
    font-weight: bold;
    top: 0;
    width: 50%;
    right: 0;
    cursor: pointer
}

.goods-wrap .tb-btna {
    border: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    font-weight: bold;
    top: 0;
    width: 41px;
    right: 4px;
    cursor: pointer;
    font-size: 12px;
}

.goods-wrap.tb-wrap.default .tb-btna {
    right: 25px;
}

.tb-wrap:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    position: absolute;
    content: "";
    top: 3px;
    left: 5px;
}

.goods-wrap.tb-wrap:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    position: absolute;
    content: "";
    top: 5px;
    left: 3px;
}

.goods-wrap.tb-wrap.default:after {
    left: 47px;
}

.tb-btna.default {
    right: -40px;
}

.goods-wrap.tb-wrap.default .tb-btna.default {
    right: -55px;
}

.tb-btna.primary {
    right: -40px;
}

.goods-wrap .tb-btna.primary {
    right: -55px;
}
.tb-spanda {
    float: left;
    line-height: 34px;
    margin-right: 5px;
}
.tb-select {
    width: 150px;
}
.border-b1 {
    border-bottom: 1px solid #ddd;
}
.border-b0 {
    border-bottom: none !important;
}
.border-t1 {
    border-top: 1px solid #ddd;
}
.fa-caret-right.up:before {
    content: "\f0d7";
}
.tb-spanw{
    display:inline-block;
    width:260px;
}
/*模板9*/
.tb-h200 {
    height: 200px;
    position: relative;
}

.tb-iframe {
    height: 300px;
    border: 1px dashed #ccc;
}
.temp-top-btn strong {
    width: 40px;
    height: 40px;
    color: #fff;
    float: right;
    text-align: center;
    border-left: 1px solid #fff;
    cursor: pointer;
}
.tb-diva{

}
.tb-diva div{
    border-bottom:1px solid #e7e7e7;
}
.border-r1{
    border-right:1px solid #e7e7e7;
}
.h50{
    line-height:50px;
}
/*模板9*/
.app-text-rb{
    text-align:right;
}
.tb-date .date {
    width: 45%
}
.tb-shopimg {
    display: block;
    max-width:100%;
}
.tb-imgwrap {
    width: 100%;
    min-height: 100px;
    vertical-align: middle;
}
.tb-imgwrap img{
    display:block;
    margin:20px auto;
    vertical-align:middle;
    max-width:100%;
}

.tb-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff6666;
    color: #fff;
    border-radius: 3px;
}
.tb-btn i{
    line-height:60px;
}
.tb-left p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}
.tb-left {
    float: left;
}
.tb-left .tb-text {
    font-size: 28px;
    font-weight: bold;
    color: #ccc;
    line-height: 36px;
}
.state-span{
    font-size: 14px;
    color: #ccc;
}
.state-span.act{
    font-weight: bold;
    color: #333;
}
.error-wrap {
    width: 350px;
    margin: 180px auto 0;
}
.error-wrap img {
    margin-bottom: 10px;
}
.font24b {
    font-size: 24px;
    font-weight: bold;
}
.state-span{
    font-size: 14px;
    color: #ccc;
}
.state-span.act{
    font-weight: bold;
    color: #333;
}
.td-hover{
    position: relative;
}
.hover-div p {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:9px ;
    margin-bottom:0;
    background:#e7e7e7;
    font-weight:bold
}
.hover-div{
    position: absolute;
    top: 0;
    left: 50px;
    width: 200px;
    background: #fff;
    z-index:2;
}
.new-div{
    padding:20px;
    overflow:hidden
}
.new-diva {
    padding: 0 20px;
    overflow: hidden
}
.new-diva .col-md-2{
    width:20%
}
.new-h2 {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-bottom:5px
}
.new-h2 .fa{
    color:#bbb;
    font-size:16px;
    cursor:pointer
}
.font32 {
    font-size: 32px;
    color: #bbb;
    font-weight: bold;
}
.nex-divb .col-md-3{
    width:16.6666%;
}
.year-box{
    padding-bottom:0
}
/*7个*/
.nex-div7.nex-divb .col-md-3 {
    width: 14.28%;
}
.nex-divc .col-md-3 {
    width: 20%;
}
.nex-divb .col-md-2 {
    width: 20%;
}
.new-divc {
    padding: 10px;
    overflow: hidden
}
.new-divc .col-md-5 {
    width: 45%;
}
.new-divc .col-md-2 {
    width: 10%;
}
.new-divc .new-h2{
    padding-bottom:15px;
    margin-bottom:10px
}
.new-divc table{
    width:100%
}
.new-divc .text-l{
    text-align:left
}
.new-a {
    text-decoration: none;
    color: #0087e6;
    display:block;
    line-height:20px;
}
.new-img {
    width: 45px;
    display: block;
    margin: 0
}
.new-divc table tr th {
    font-size: 14px;
    color: #888;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    padding:10px 5px
}
.new-divc table tr td {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    padding: 8px 5px
}
.new-divc .fas{
    font-size:32px;
    color:#ddd;
}
.tb-ponsivei {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -14px;
}
.border-t1a {
    border-left: 1px solid #ddd;
}
.new-table{
    width:100%
}
.new-span{
    position:absolute;
    right:0;
    top:50px;
    width:1px;
    height:80%;
    background:#ddd;
}
table.new-table tr th {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    padding: 10px 5px
}
table.new-tablea tr th {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    padding: 10px 5px
}
table.new-table tr td {
    font-size: 14px;
    color: #444;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    padding: 10px 5px
}
table.new-tablea tr td {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    padding: 10px 5px
}
.tooltip-inner {
    font-size: 13px;
    color: #333;
    max-width: 100%;
    padding: 5px 10px;
    background: #fefefe !important;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 12px 20px -13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 12px 20px -13px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 12px 20px -13px rgba(0, 0, 0, 0.25);
}

.tooltip-arrow {
    border-bottom-color: #ddd !important;
}
.new-box h2, .new-boxa h2 {
    margin-bottom: 0
}
.new-boxa .box-info {
    margin-bottom: 0
}
.new-box h2 span{
    float:right;
    color:#ccc;
    font-size:12px;
    font-weight:normal
}
.new-box h2 .font14br {
    font-size: 14px;
    font-weight: bold;
    color: #d22238
}
.new-box i{
    cursor:pointer
}
.new-box h2 strong {
    font-weight: normal
}

.new-tb h2 a {
    float: right;
    font-size: 14px;
    color: #0087e6;
    font-weight: normal
}
.new-box .box-info {
    border-radius: 0;
    border-top: solid 2px #fff;
    cursor: pointer;
    padding:15px 5px;
    margin-bottom: 0;
}
.no-cursor {
    cursor: default !important
}
.new-box .act .box-info {
    border-top: solid 2px #ff6600;
    border-radius: 0;
    margin-bottom: 0
}
.new-box .tb-left p {
    color: #aaa;
    font-size:14px;
}
.new-boxa .tb-left p {
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
.new-boxa .tb-left p i{
    cursor:pointer;
    color: #aaa;
}
.new-boxa .tb-btn i {
    font-size: 22px;
    line-height: 60px;
}
.new-box .act .tb-left p {
    color:#444;
    font-weight:bold
}
.new-boxa .tb-left .tb-text {
    font-size: 22px;
    font-weight: bold;
    color: #aaa;
    line-height: 30px;
}
.new-box .tb-left .tb-text {
    font-size: 22px;
    font-weight: bold;
    color: #aaa;
    line-height: 30px;
}
.new-box .act .tb-left .tb-text {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    line-height: 30px;
}
.new-box .tb-btn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #e85405;
}
.new-box .tb-btn i{
    font-size:16px;
    line-height:34px;
}
.new-boxa .tb-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.new-boxa .tb-btn i {
    font-size: 22px;
    line-height: 50px;
}
.new-box .text-red {
    color: red;
}
.new-box .text-g {
    color: green;
}
.new-tb table{
    width:100%
}
.new-tb th {
    border-bottom:1px solid #ddd;
    padding:10px 0;
    font-size:14px;
    color:#888;
    font-weight:normal
}
.new-tb td {
    padding: 10px 0;
}
.new-tb .new-img{
    width:50px;
    margin-right:0;
}
.nex-ul ul{
    width:400px;
    overflow:hidden;
    margin-bottom:0
}
.nex-ul ul li{
    float:left;
    width:33.3333%;
    font-size:14px;
    color:#aaa;
    text-align:center;
    cursor:pointer
}
.nex-ul ul .act{
    color:#e85405;
    font-weight:bold
}
.font12{
    font-size:12px;
    color:#aaa;
}
.home-text {
    color: #444;
    font-size: 12px;
    font-weight: bold;
}
.nex-text .tb-left p {
    color: #444;
    font-weight:bold
}
.nex-text .tb-left .tb-text {
    color: #444
}
.app-padding-r0{
    padding-right:10px
}
.new-tableb{
    display:none;
}
.act.new-tableb {
    display: block;
}
.msm-input.form-control {
    display:inline-block;
    width:100px;
}
.msm-table{
    width:500px;
}
.msm-table th{
    width:90px;
}
.msm-tablea th {
    width: 130px;
    vertical-align: bottom;
}
.msm-tablea td p{
    margin-bottom:0
}
.msm-table th,.msm-table td{
    padding:5px 0
}
.msm-tablea th, .msm-tablea td {
    padding: 5px 0
}
/*返回顶部*/
#t-top {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    z-index: 9990;
    background: url(../images/backtop.png) 0 0;
}
#t-top:hover{
    background: url(../images/backtop.png) 35px 0;
}
.img-h{
    display:none;
    position:relative;
}
.img-h img{
    width:100%;
    height:auto
}
.img-h .del-btn{
    top:0;
    right:0;
    margin-top:0;
    margin-right:0
}
/*@media screen and (min-width: 768px) and (max-width: 1366px) {
    .body.content.rows{
        padding:10px;
    }
    .box-info{
        padding:15px 10px;
    }
    .navigation-content {
        padding-left: 185px;
    }
    .left.side-menu {
        width: 170px;
    }
    .right{
        left:170px;
    }
    .item-content{
        padding-left:15px;
    }
    #sidebar-menu ul ul{
        padding-left:10px;
    }
}*/
@media screen and (min-width: 768px) and (max-width: 1500px) {
    .font32 {
        font-size: 26px;
    }
    .new-diva{
        padding:0 10px;
    }
    .new-div {
        padding: 10px
    }
    .new-box .box-info {
        padding:10px 5px
    }
}
@media screen and (max-width: 1570px) and (min-width: 768px) {
    .home-chart .box-info.tb-box {
        padding: 10px 0 10px 5px;
    }
    /*.tb-left.margin-r10 {
        margin-right: 5px;
    }*/
    .tb-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tb-btn i{
        line-height:50px;
    }
    .app-text .tb-left .tb-text {
        font-size: 24px;
        font-weight: bold;
        color: #ccc;
        line-height: 26px;
    }
    .body.content.rows {
        padding: 10px;
    }

    .box-info {
        padding: 15px 10px;
    }

    .navigation-content {
        padding-left: 215px;
    }

    .left.side-menu {
        width: 200px;
    }

    .right {
        left: 200px;
    }

    .item-content {
        padding-left: 10px;
    }

    #sidebar-menu ul ul {
        padding-left: 10px;
    }
    .new-box .margin-r10 {
        margin-right: 5px;
    }
}
.margin-r10 {
    margin-right: 10px;
}

/*分銷商品詳情*/
.detail-wrap {
    padding: 10px 30px;
}

.detail-left {
    float: left;
    width: 40%;
}

.left-top.tb-shelveswrap {
    padding-bottom: 0;
    position: initial;
    border: 0;
}

.detail-left .left-top img {
    border: 2px solid #ccc;
    height: auto;
    position: initial;
}

.left-down .tb-shelveswrap {
    cursor: pointer;
}

.left-down .act .tb-shelveswrap {
    border: 2px solid #333;
}

.left-down .tb-shelveswrap:hover {
    border: 2px solid #ccc;
}

.left-down {
    margin-top: 20px;
    position: relative;
}

.left-btnl, .left-btnr {
    float: left;
    width: 10%;
    text-align: center;
    padding-top: 5%
}

    .left-btnl i, .left-btnr i {
        font-size: 20px;
        font-weight: bold;
        color: #777;
    }

.left-center {
    width: 100%;
    float: left;
    /*    border-left: 2px solid #f1f3f5;
    border-right: 2px solid #f1f3f5;*/
    overflow: hidden;
    padding: 0 10px;
}
    /*.left-center ul{
    width: 9999px;
    height: 100%;
}*/
    .left-center ul li {
        float: left;
        width: 16.66%;
        padding: 0 5px;
    }

.detail-right {
    float: right;
    width: 60%;
    padding-left: 60px;
}

/*固定表格*/
.table-container {
    width: 100%;
    position: relative;
}
.scroll-bar.act, .scroll-bara.act, .scroll-barb.act {
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    padding-left: 255px;
    padding-right: 50px;
}
.scroll-barc.act {
    position: fixed;
    top: 50px;
    overflow:auto;
    z-index:1;
}
.scroll-table.margin-top90 {
    margin-top: 80px;
}
.scroll-tablea.margin-top45, .scroll-tableb.margin-top45 {
    margin-top: 45px;
}
.salesgoods .goods-img img {
    width: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1570px) {
    .scroll-bar.act, .scroll-bara.act, .scroll-barb.act {
        position: fixed;
        top: 50px;
        right: 0;
        width: 100%;
        padding-left: 220px;
        padding-right: 35px;
    }
    .scroll-table.margin-top90 {
        margin-top: 90px;
    }
}

.bannerWrap.grid--6 .curtain-banner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.bannerWrap.grid--5 .curtain-banner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.bannerWrap.grid--4 .curtain-banner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.bannerWrap.grid--2 .curtain-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.bannerWrap.grid--4 .curtain-banner div,
.bannerWrap.grid--2 .curtain-banner div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 768px) {
    .bannerWrap.grid--4 .curtain-banner,
    .bannerWrap.grid--6 .curtain-banner {
        grid-template-columns: auto auto;
    }

    /*修正mobile 無法操作的問題*/
    .modal-backdrop.in{
        display: none;
    }
    .modal-open .modal{
        background-color: rgba(0,0,0,.5);
    }

    /*管理後台登錄*/
    .app-padding-no {
        padding: 0;
    }

    .m-logo {
        width: 100%;
    }

    .login-wrapb {
        width: 100%;
        height:auto;
        margin: 0 auto;
        border-radius: 0;
    }

    .login-left {
        float: left;
        width: 464px;
        height: 544px;
        background: url(../images/g-logo-bg.png);
    }

    .login-right {
        float: right;
        width: 100%;
        height: 440px;
        padding-left: 45px;
        padding-right: 45px;
        background: #fff;
    }

    .login-logob {
        width: 100%;
        margin-top: 45px;
    }

        .login-logob h2 {
            font-family: "SourceHanSansTW";
            font-weight: bold;
            font-size: 25px;
            line-height: 45px;
            color: #333333;
            margin-bottom: 45px;
        }

    .login-span {
        font-family: "SourceHanSansTW";
        font-size: 16px;
        line-height: 45px;
        color: #504344
    }

    .login-icon {
        margin-right: 10px;
    }

    .login-input {
        font-family: "SourceHanSansTW";
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        color: #504344;
        outline: none;
        border: 0;
        border-bottom: 1px solid #ccc;
    }
        /*.login-input[placeholder]{
    color: #999999;
}*/
        .login-input:focus {
            border: 0;
            border-bottom: 3px solid #d00f2b;
        }

    .margin-b30 {
        margin-bottom: 30px;
    }

    .margin-b40 {
        margin-bottom: 40px;
    }

    .login-btnb {
        font-family: "SourceHanSansTW";
        font-weight: bold;
        display: inline-block;
        width: 85px;
        font-size: 14px;
        line-height: 35px;
        color: #ffffff;
        border-radius: 35px;
        text-align: center;
        background-color: #d00f2b;
        border: 0;
        -webkit-box-shadow: 3px 3px 3px #bebebe;
        -moz-box-shadow: 3px 3px 3px #bebebe;
        box-shadow: 3px 3px 3px #bebebe;
        margin-right: 20px;
    }

        .login-btnb:hover {
            background: #af0318;
        }

    .login-forgot {
        font-family: "SourceHanSansTW";
        font-weight: bold;
        display: inline-block;
        text-align: center;
        width: 85px;
        font-size: 14px;
        line-height: 35px;
        color: #999999;
    }

    .login-box {
        display: block;
        margin: 0 auto;
    }

    .g-logo {
        display: block;
        margin: 60px auto 0;
    }
    .salesgoods .table-bordered {
        border:none !important;
    }
    .app-down-btn {
        text-align: center;
    }
    .login-foot {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /*管理後台登錄*/
    .app-input-w {
        width: 45%;
    }
    .tb-select-a {
        width: 40%;
    }
    .box-info table tr td {
        padding: 4px 0 4px 5px !important;
    }
    .table .app-td-bg {
        background: #eee;
    }
    .salesgoods .goods-img img {
        width: 100%
    }
    .app-hauto {
        max-height: 800px;
        overflow: auto;
    }
    .tb-shelveswrap.banner-shelves1 {
        padding-bottom: 100px;
    }
    .tb-shelveswrap.banner-shelves2 {
        padding-bottom: 100px;
    }
    .tb-shelves .col-md-3 {
        padding: 10px;
    }
    .app-font14 {
        font-size: 16px;
        font-weight: bold;
        color: #666;
    }
    .app-font14r {
        font-size: 14px;
        font-weight: bold;
        color: #d22238;
    }
    .curtain-banner{
        padding:10px;
    }
    .temp-select {
        display: inline-block;
        width: 80%;
        margin: 0;
    }

    .input-group .form-control {
        width: 80%;
    }
    .panel-body{
        padding:10px;
    }
    .datetimepicker .datetimepicker-hours td {
        width:100%;
    }
    .datetimepicker .datetimepicker-minutes  td {
        width: 100%;
    }
    .modal-body .jy-table tr {
        height: auto;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border: 0;
        padding: 10px;
    }
    .search-section .search-input.tb-input-width {
        width: 70%;
    }
    .app-margin-b20{
        margin-bottom:20px;
    }
    /*有闲模板*/
    .baisc-icon .temp-top-btn {
        width: 180px;
    }
    .temp-img {
        /* width: 100%; */
        position:absolute;
        height: 85%;
        margin-top: 1%;
        margin-left: 2%;
        top:0;
        left:0;
    }
    .app-date .input-group .form-control {
        width: 100%;
    }
    .app-text-rb {
        text-align: left;
    }
    .tb-date .input-group .form-control {
        width: 100%
    }
    .tb-shopimg {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .app-tb-ui .ui-tree-left {
        width: 80px;
        height: 80px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        /* background: #eee; */
        margin-top: 20%;
    }
    .tb-ui-tree .ui-tree-row .btn-drag {
        margin-top: 20px;
    }
    .tb-tree-wrap {
        float:none;
        display:inline-block;
    }
    .modal-body {
        padding: 10px;
    }
    .nex-divc .col-md-3 {
        width: 100%;
    }

    .nex-divb .col-md-2 {
        width: 100%;
    }
    .nex-divb .col-md-3 {
        width: 50%;
    }
    .padding-l15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .padding-r15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .app-td .visible-xs {
        display: block !important;
        float: left;
        margin-right: 5px;
    }
    .box-info{
        padding:10px
    }
}
@media (max-width: 320px) {
    .bulk-edit-box-unit img {
        max-height: 50px;
    }
}

/*後台管理 首頁裝修 通用卡片*/
.common-content{
    margin-top: 50px
}
.common-header {
    border: 0px;
    padding: 10px;
    font-weight: normal;
    font-size: 18px;
    background: #333333;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.common-title {
    color: white;
}
.common-body{
    padding: 10px;
    background: white;
}

.cc-content-content {
    display: flex;
    justify-content: space-around;
    margin: 0 30px;
}

.cc-content-select {
    display: flex;
    align-content: center;
    font-size: 20px;
    justify-content: center;
}

.space-around {
    justify-content: space-around !important;
}

.space-between {
    justify-content: space-between !important;
}

.cc-content-select input[type=radio],
.new-goods-card-type-select input[type='radio']
{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
}

.cc-content-select input[type='radio']:before,
.new-goods-card-type-select input[type='radio']:before
{
    content: '';
    display: block;
    width: 75%;
    height: 75%;
    margin: 10% auto;
    border-radius: 50%;
}

.cc-content-select input[type='radio']:checked:before,
.new-goods-card-type-select input[type='radio']:checked:before
{
    background: #CCCCCC;
}

#commonCards .modal-body {
    overflow-y: auto;
}

.align-right {
    display: flex;
    justify-content: end;
}

.modal-label .text-align-right {
    line-height: 1;
    text-align: right;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blindBox-name-input {
    width: 80px;
    height: 30px;
    color: black;
}

.border-b {
    border-bottom: 1px solid #ddd !important;
}

.modal-body-half{
    height: 50vh;
    overflow: auto;
}

.radioLikeCheckbox input[type="radio"] {
    appearance: none;
    border: 1px solid #d3d3d3;
    width: 20px;
    height: 20px;
    content: none;
    outline: none;
    margin: 0;
}

.radioLikeCheckbox input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
}

.radioLikeCheckbox input[type="radio"]:checked::before {
    position: absolute;
    color: white !important;
    content: "\00A0\2713\00A0" !important;
    border: 1px solid #d3d3d3;
    font-weight: bolder;
    font-size: 14px;
    background-color: #0075ff;
}

.inLineHeight {
    line-height: 1;
}

.categoryWrap {
    position: relative;
    background: #E7E7E7;
    border: 3px solid #727272;
    -moz-box-shadow: 1px 3px 3px #ccc;
    -webkit-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
    margin: 5px;
}

.category-header {
    height: 50px;
    width: 100%;
    background-color: #333;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.category-selector {
    color: black
}

.category-body {
    padding: 20px;
}

.slogan-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}

.slogan-wrapper .slogan-grid{
    padding: 0 50px 20px 50px;
}

.cat-label{
    display:flex
}

#editCatSloganModal .modal-label {
    width: auto;
}

.cat-upper{
    padding: 20px;
}

.slogan-content{
    position: relative;
}

/* top-10-shops */

.top-10-shops .box-info h2 {
    border-bottom: unset;
}

.top-10-shops-item {
    display: flex;
    flex-direction: row;
}

.top-10-shops-item {
    display: flex;
    flex-direction: row;
}

.top-10-shops-item .table-container {
    flex: 1;
    margin: 0 20px;
}

.top-10-shops-item .table-container:first-child {
    margin-left: 0;
}

.top-10-shops-item .table-container:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .top-10-shops-item {
        flex-direction: column;
    }

    .top-10-shops-item .table-container {
        flex: 1;
        margin: 20px 0px;
    }

    .top-10-shops-item .table-container:first-child {
        margin-top: 0;
    }

    .top-10-shops-item .table-container:last-child {
        margin-bottom: 0;
    }

    .top-10-shops-item>div {
        border-top: 1px solid #ddd;
    }

    .top-10-shops-item .text-r {
        padding-right: 0px;
    }

    .top-10-shops-item .table>tbody>tr {
        border-top: 1px solid #ddd;
    }
}

.top-10-shops-item .table>tbody>tr {
    height: 50px;
}

.top-10-shops-item .w80 {
    width: 80px;
}

/* 行銷管理 > 館別設定 > 系統卡片 */
.recommend-card .card-wrap {
    padding-top: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.recommend-card .card-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.recommend-card .card-title {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.recommend-card .card-enable-status {
    font-size: 12px;
    color: #5B5B5B;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.recommend-card .card-enable-status.enable {
    color: #00A2D5;
}

/* 卡片內容彈窗 */
#categorySectionDetailModal input,
#bookDetailModal input {
    margin: 0;
    border: 0.5px solid #C0BDBD;
}

#categorySectionDetailModal .input-text {
    width: 100%;
}

#categorySectionDetailModal label,
#bookDetailModal label {
    margin: 0;
    flex: none;
    font-weight: 400;
    color: #4E4E4E;
}

#bookDetailModal label.btn-upload {
    color: #fff;
}

#categorySectionDetailModal .form-item {
    display: flex;
    align-items: center;
}

.radio-group.flex {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: none;
}

.items-start {
    align-items: start;
}

.items-center {
    align-items: center;
}

#categorySectionDetailModal .w-30p {
    width: 30%;
}

/* 表單驗證的提示區塊 */
form .warning-block {
    height: 30px;
    padding-top: 4px;
    position: relative;
    pointer-events: none;
}

form .warning-block .waring-text {
    position: absolute;
    top: 4px;
}

form .warning-block p {
    margin: 0;
}

form .hint-block {
    padding-top: 5px;
    font-size: 13px;
    color: #737373;
}

form .hint-block p {
    margin: 0;
}

/* 新書資訊管理 */
.goods-wrap.tb-wrap.plain {
    width: 44px;
}

.goods-wrap.tb-wrap.plain.default:after {
    left: 21px;
}

#bookDetailModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

#bookDetailModal .modal-body .modal-body-inner {
    margin: 0 auto;
    padding: 20px 0 60px 0;
    width: 90%;
    max-width: 500px;
    min-height: 640px;
}

#bookDetailModal .form-item {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: flex-start;
}

#bookDetailModal .form-item .form-label {
    transform: translateY(6px);
}

#bookDetailModal .dropzone {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

#bookDetailModal .dropzone p {
    margin: 0;
}

#bookDetailModal .dropzone .flexbox-center {
    margin-top: 12px;
}

#newBooks .table-control-header {
    display: flex;
    gap: 1rem;
    align-items: center;
}

#newBooks .table td.cover-image-wrap {
    padding: 4px 2px 4px 8px;
}

#newBooks .table .cover-image {
    width: 72px;
    height: 72px;
}

#newBooks .table td.book-name-wrap {
    padding-right: 12px;
    line-height: 20px;
}

#newBooks .table .book-isbn {
    margin: 8px 0 0 0;
}

/* 批量上傳 */
#batchUploadModal .modal-dialog.modal-lg {
    width: 1030px;
}

#batchUploadModal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

#batchUploadModal .modal-header {
    background-color: transparent;
}

#batchUploadModal .modal-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

#batchUploadModal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-top: 0;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gap-4 {
    gap: 16px;
}

.okta-container {
    border-radius: 4px;
    font-weight: bolder;
    padding: 20px;
    font-size: 24px;
    border: 1px solid #C3C3C3;
}

.okta-icon {
    display: inline-block;
    padding-right: 10px;
    width: 45px;
}

.login-wrapb .login-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.login-wrapb .login-logob {
    margin-top: unset;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .login-wrapb .login-right {
        padding-left: unset;
    }
}

@media (max-width: 768px) {
    .okta-container {
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .okta-icon {
        width: 30px;
    }

    .login-logob h2 {
        margin-bottom: 0px;
    }

    .login-wrapb .login-right {
        padding-left: 45px;
    }
}

/* 類目列表 */
#jbCategoryApp ul {
    margin-bottom: 0;
}

/* 類目列表 IP */
.ip-thmbnail-image {
    margin-left: auto;
    margin-right: auto;
    width: 159px;
    height: 159px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    position: relative;
}

.ip-thmbnail-image.empty {
    background-color: #CFCFCF;
}

.ip-delete-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #727272;
    cursor: pointer;
}

.icon-button-square {
    margin: 0;
    width: 24px;
    height: 24px;
    background-color: #727272;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.filter-tag {
    max-width: 100px;
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #fff;
    background-color: #0D99FF;
    border-radius: 30px;
}

.filter-tag:hover {
    color: #fff;
}

.tags-wrap {
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 8px;
    flex-wrap: wrap;
}

.ip-thumbnail-image-circle {
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 100%;
}

.btn-icon-circle {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #475569;
    border-radius: 100%;
}

#jbCategoryApp .category-item {
    display: grid;
    grid-template-columns: 100px auto;
}

#jbCategoryApp .icon-wrap {
    cursor: pointer;
}

#jbCategoryApp .icon-wrap.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.category-checkbox-wrap {
    padding: 6px 10px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 6px;
    line-height: normal;
}

.category-checkbox-wrap label {
    margin-bottom: 0;
}

.category-checkbox-wrap input[type="checkbox"] {
    transform: translateY(1.5px);
}

.category-checkbox-wrap input[type="checkbox"][data-disabled] {
    pointer-events: none;
}

.box-info-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

#addSuperAssistantModal .btn.btn-default.disabled {
    color: #fff;
    background-color: #CCCCCC;
}

#addSuperAssistantModal table {
    margin: 0 auto;
    width: 90%;
    table-layout: fixed; /* 固定列寬 */
}

#addSuperAssistantModal table tbody {
    height: 46vh; /* 設定固定高度 */
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

#addSuperAssistantModal table tr {
    display: table; /* 使tr保持表格行的行為 */
    width: 100%; /* 確保tr寬度與表格一致 */
    table-layout: fixed; /* 固定列寬 */
}

#addSuperAssistantModal table tr td {
    vertical-align: middle;
}

#authSettingsModal .auth-settings-section {
    padding: 16px 20px;
    display: grid;
    grid-template-columns: 100px auto;
}

#authSettingsModal .auth-settings-section:first-of-type {
    padding-top: calc(16px - 10px);
    border-bottom: 1px solid #CCCCCC;
}

.text-red {
    color: #d22238;
}