﻿@viewport {
    width: extend-to-zoom;
    zoom: 1
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../../asset/fonts/fontawesome-webfont.eot),url(../../asset/fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),url(../../asset/fonts/fontawesome-webfont.woff2) format('woff2'),url(../../asset/fonts/fontawesome-webfont.woff) format('woff'),url(../../asset/fonts/fontawesome-webfont.ttf) format('truetype'),url(../../asset/fonts/fontawesome-webfont.svg#fontawesome) format('svg')
}

.font-wk {
    -webkit-font-smoothing: antialiased
}

#cform fieldset, #cform label, #cform input, #cform textarea, #cform select, #cform th, #cform td, #cform p, #cform h2, #cform h3, #cform h4, #cform ul, #cform ol {
    color: #000;
    font-family: Helvetica,Arial,Sans-Serif
}

#cform label, #cform input, #cform textarea, #cform select, #cform p, #cform h2, #cform h3, #cform h4, #cform ul, #cform ol {
    margin: 0;
    padding: 0
}

    #cform h1, #cform h2, #cform h3, #cform h4, #cform h5, #cform h6, #cform p, #cform ul, #cform ol, #cform dl, #cform a, #cform li, #cform dt, #cform dd, #cform mark, #cform i, #cform b, #cform code, #cform pre, #cform input[type=file] {
        background-color: transparent;
        border: 0;
        bottom: auto;
        color: #000;
        font: normal normal 14px Helvetica,Arial,Sans-Serif;
        left: auto;
        margin: 0;
        padding: 0;
        position: relative;
        right: auto;
        top: auto
    }

#cform h3, #cform em {
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

#cform em {
    font-weight: 400;
    display: block;
    margin-bottom: 20px
}

#cform fieldset {
    border: solid gray;
    border-width: 0 0 1px;
    margin: 0;
    padding: 20px;
    background-image: -moz-linear-gradient(transparent,transparent);
    background-image: -webkit-linear-gradient(transparent,transparent);
    background-image: linear-gradient(to right,transparent,transparent)
}

#cform input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]), #cform select[multiple=multiple], #cform textarea {
    background-color: #fff;
    border: 1px solid;
    border-color: #b3b3b3 #cdcdcd #cdcdcd #b3b3b3;
    font-size: 16px;
    padding: 5px;
    width: 100%;
    -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 3px 0 rgba(0,0,0,.1)inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset
}

    #cform input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus, #cform select[multiple=multiple]:focus, #cform textarea:focus {
        border-color: #89c6ec;
        outline: 0;
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset,0 0 3px 0 rgba(32,226,255,.5);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset,0 0 3px 0 rgba(32,226,255,.5);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset,0 0 3px 0 rgba(32,226,255,.5)
    }

#cform textarea {
    min-height: 100px
}

#cform table {
    border: 1px solid gray;
    border-spacing: 0;
    padding: 0;
    width: 100%
}

    #cform table th, #cform table td {
        font-size: 14px;
        padding: 5px 10px;
        vertical-align: top
    }

    #cform table th {
        background-color: #f1f1f1;
        border: solid #b5b5b5;
        border-width: 0 1px 1px 0;
        color: #000;
        font-weight: 400;
        padding-bottom: 10px;
        text-align: left
    }

        #cform table th:last-child {
            border-right: 0
        }

        #cform table th.grid-remove {
            width: 1%
        }

    #cform table td {
        border: solid gray;
        border-width: 0 1px 1px 0
    }

        #cform table td:last-child {
            border-right: 0
        }

    #cform table tr:last-child td {
        border-bottom: 0
    }

    #cform table tr.no-results td {
        padding: 20px
    }

#cform .ico {
    display: inline-block;
    position: relative
}

    #cform .ico.reorder {
        background-image: none;
        font-family: FontAwesome;
        font-weight: 400
    }

    #cform .ico.reorder {
        cursor: move
    }

        #cform .ico.reorder:before {
            content: '\f0c9';
            font-size: 12px
        }

#cform .choice {
    background-color: #f9f9f9;
    border: 1px solid #b5b5b5;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    white-space: nowrap
}

    #cform .choice.block {
        display: block;
        margin-bottom: 5px
    }

        #cform .choice.block:last-child {
            margin-bottom: 0
        }

    #cform .choice.chosen {
        background-color: #fff8da;
        border-color: #dab200
    }

    #cform .choice input[type=radio], #cform .choice input[type=checkbox] {
        margin-right: 5px
    }

#cform .radios {
    margin-bottom: 10px
}

#cform .grid-publish {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    #cform .grid-publish .tbl-wrap {
        margin-bottom: 10px
    }

#cform .grid-instruct {
    color: gray;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 5px
}

#cform .grid-checks, #cform .grid-date .radios, #cform .grid-multi, #cform .grid-radios {
    white-space: nowrap
}

#cform .grid-file {
    width: 200px
}

#cform .grid-multi {
    min-width: 250px
}

    #cform .grid-multi .choice {
        padding-right: 20px
    }

#cform .grid-relate-single {
    min-width: 350px
}

#cform .grid-relate {
    min-width: 650px
}

#cform .grid-input, #cform .grid-textarea {
    min-width: 300px
}

#cform .grid-rte {
    min-width: 400px
}

#cform label.choice.relate-manage {
    background-color: #e5f7bf;
    border-color: #b7e94e;
    color: #577d3b;
    padding: 9px
}

    #cform label.choice.relate-manage a {
        text-decoration: none;
        margin-right: 5px
    }

        #cform label.choice.relate-manage a:before {
            color: #577d3b;
            content: '\f00c';
            font-family: FontAwesome;
            line-height: .9;
            position: relative;
            top: 2px
        }

        #cform label.choice.relate-manage a:hover:before {
            color: #bc4848;
            content: '\f1f8';
            font-family: FontAwesome;
            line-height: .9;
            position: relative;
            top: 2px
        }

#cform .relate-reorder {
    background: #d3f192;
    border-right: 1px solid #b7e94e;
    cursor: move;
    display: block;
    float: left;
    margin: -9px 10px 0 -9px;
    padding: 8px 10px 9px
}

    #cform .relate-reorder:before {
        color: #577d3b;
        content: '\f0c9';
        font-family: FontAwesome;
        font-size: 16px
    }

#cform .relate-wrap {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    padding-bottom: 5px
}

    #cform .relate-wrap h4 {
        background-color: #f1f1f1;
        border-bottom: 1px solid #b5b5b5;
        font-family: Helvetica,Arial,Sans-Serif;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding: 10px
    }

    #cform .relate-wrap.last {
        border-width: 0 1px 1px
    }

    #cform .relate-wrap .scroll-wrap {
        height: 200px;
        padding: 0 5px
    }

    #cform .relate-wrap.single {
        padding-bottom: 0
    }

#cform .relate-actions {
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 5px;
    padding: 10px
}

#cform .relate-wrap-chosen {
    background-color: #f1f1f1;
    border-top: 1px solid #b5b5b5;
    margin-top: 5px;
    padding: 10px
}

#cform .has-sub:after {
    color: #b5b5b5;
    content: '\f078';
    font-size: 10px;
    font-weight: 400;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    top: -1px;
    font-family: FontAwesome
}

#cform .has-sub.open:after {
    content: '\f077'
}

.menu-wrap .develop #cform .has-sub {
    padding-bottom: 4px
}

    .menu-wrap .develop #cform .has-sub:before {
        content: '\f0ad';
        font-weight: 400;
        line-height: 0;
        font-size: 15px;
        margin-left: 2px;
        position: relative;
        top: 0;
        font-family: FontAwesome
    }

#cform .filters b {
    color: #b5b5b5;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    top: 5px;
    display: none
}

#cform .filters ul {
    list-style-type: none;
    margin: 0
}

    #cform .filters ul:after {
        clear: both;
        content: '.';
        font-size: 0;
        visibility: hidden;
        display: block
    }

#cform .filters li {
    float: none;
    margin-bottom: 5px;
    position: relative
}

    #cform .filters li:last-child {
        margin-bottom: 10px
    }

    #cform .filters li:after {
        clear: both;
        content: '.';
        font-size: 0;
        visibility: hidden;
        display: block
    }

#cform .filters a {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #1f80bd;
    font-size: 12px;
    padding: 6px 5px 5px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block
}

    #cform .filters a.act, #cform .filters a:hover, #cform .filters a.open {
        background-color: #f9f9f9;
        border: 1px solid #c2c2c2;
        color: #25394b
    }

        #cform .filters a.act .sub-arrow, #cform .filters a:hover .sub-arrow, #cform .filters a.open .sub-arrow {
            color: #b5b5b5;
            background-position: -34px -4px
        }

        #cform .filters a.act .faded, #cform .filters a:hover .faded, #cform .filters a.open .faded {
            color: #00a1e8
        }

    #cform .filters a.open {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

        #cform .filters a.open .sub-arrow {
            background-position: -34px -8px;
            top: -2px
        }

    #cform .filters a.add {
        color: #7baf55
    }

        #cform .filters a.add:before {
            content: '\f067';
            font-size: 10px;
            font-weight: 400;
            line-height: 1;
            margin-right: 5px;
            position: relative;
            font-family: FontAwesome
        }

    #cform .filters a.remove {
        color: #bc4848
    }

#cform .filters .sub-menu {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    left: 0;
    min-width: 150px;
    position: absolute;
    top: 32px;
    z-index: 2;
    display: none;
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1)
}

    #cform .filters .sub-menu ul {
        max-height: 250px;
        overflow-y: auto
    }

        #cform .filters .sub-menu ul::-webkit-scrollbar {
            background-color: #f1f1f1;
            width: 12px
        }

        #cform .filters .sub-menu ul::-webkit-scrollbar-thumb {
            background-color: #cfcfcf;
            border: 3px solid #f1f1f1;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px
        }

        #cform .filters .sub-menu ul a {
            text-overflow: ellipsis;
            overflow-x: hidden
        }

    #cform .filters .sub-menu li {
        float: none;
        margin: 0;
        white-space: nowrap
    }

    #cform .filters .sub-menu a {
        border-color: #f1f1f1;
        border-style: solid;
        border-width: 0 0 1px;
        font-size: 11px;
        font-weight: 400;
        padding: 10px;
        text-transform: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

        #cform .filters .sub-menu a:hover {
            background-color: #f9f9f9;
            color: #000
        }

    #cform .filters .sub-menu li:last-child a {
        border-bottom: 0
    }

#cform .filters .filter-search {
    background-color: #f1f1f1;
    border-bottom: 1px solid #c2c2c2;
    padding: 5px
}

#cform .filters .filter-search-form input[type=text] {
    padding: 5px
}

#cform .filters .filter-clear a {
    border-color: #f1f1f1;
    color: gray
}

    #cform .filters .filter-clear a:before {
        content: '\f146';
        font-size: 12px;
        line-height: 1;
        margin-right: 5px;
        position: relative;
        top: 0;
        font-family: FontAwesome
    }

    #cform .filters .filter-clear a:hover {
        background-color: #ffebeb;
        border-color: #ffd1d1;
        color: #bc4848
    }

#cform .filters.auto-save > ul {
    margin-top: 10px
}

#cform .filters.auto-save li {
    margin-bottom: 0
}

#cform .filters.auto-save .sub-menu {
    z-index: 10
}

.btn-right #cform .filters {
    position: absolute;
    right: 7px;
    top: 7px
}

    .btn-right #cform .filters .sub-menu {
        left: auto;
        right: 0
    }

.tbl-search #cform .filters li, .tbl-search #cform .filters input[type=text] {
    margin-bottom: 0
}

.tbl-search #cform .filters .sub-menu {
    left: auto;
    right: 0
}

.no-results #cform .filters {
    position: absolute;
    right: 10px;
    top: 10px
}

    .no-results #cform .filters li {
        margin-bottom: 0
    }

    .no-results #cform .filters .has-sub {
        background-color: #f9f9f9
    }

    .no-results #cform .filters .sub-menu {
        left: auto;
        right: 0
    }

@media screen and (min-width:750px) {
    #cform .filters b, #cform .filters li {
        float: left;
        display: inline
    }

    #cform .filters li {
        margin-bottom: 10px;
        margin-right: 5px
    }

        #cform .filters li:last-child {
            margin-right: 0
        }

    #cform .filters b {
        display: block
    }

    .tbl-search #cform .filters li:last-child {
        margin-bottom: 0;
        margin-right: 0
    }

    .tbl-search #cform .filters .sub-menu {
        left: auto;
        right: 0
    }
}

#cform .filters input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
    font-size: 12px
}

#cform .date-picker-clip-inner {
    width: 1000em
}

#cform .date-picker-clip {
    overflow-x: auto
}

    #cform .date-picker-clip:after {
        clear: both;
        content: '.';
        font-size: 0;
        visibility: hidden;
        display: block
    }

#cform .date-picker-heading {
    margin-bottom: 10px
}

#cform .date-picker-item {
    margin-right: 10px;
    position: relative;
    width: 250px;
    float: left;
    display: inline
}

#cform .date-picker-prev, #cform .date-picker-next {
    font-size: 12px;
    position: absolute;
    top: 0
}

#cform .date-picker-prev {
    left: 10px
}

#cform .date-picker-next {
    right: 10px
}

#cform .date-picker-wrap {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    padding: 10px;
    position: absolute;
    width: 250px;
    z-index: 5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08)
}

    #cform .date-picker-wrap h3 {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center
    }

    #cform .date-picker-wrap table {
        margin-bottom: 0
    }

        #cform .date-picker-wrap table th {
            text-transform: uppercase
        }

        #cform .date-picker-wrap table tr:nth-child(2n) td {
            background-color: #fff
        }

            #cform .date-picker-wrap table tr:nth-child(2n) td.act {
                background-color: #1f80bd;
                font-weight: 700
            }

                #cform .date-picker-wrap table tr:nth-child(2n) td.act a {
                    color: #fff
                }

            #cform .date-picker-wrap table tr:nth-child(2n) td.empty {
                background-color: #f3f3f3
            }

        #cform .date-picker-wrap table tr:hover td {
            background-color: #fff
        }

            #cform .date-picker-wrap table tr:hover td.act {
                background-color: #1f80bd
            }

                #cform .date-picker-wrap table tr:hover td.act a {
                    color: #fff
                }

                #cform .date-picker-wrap table tr:hover td.act:hover {
                    background-color: #1f80bd
                }

            #cform .date-picker-wrap table tr:hover td.empty {
                background-color: #f3f3f3
            }

                #cform .date-picker-wrap table tr:hover td.empty:hover {
                    background-color: #f3f3f3
                }

            #cform .date-picker-wrap table tr:hover td:hover {
                background-color: #e8f8ff
            }

        #cform .date-picker-wrap table th, #cform .date-picker-wrap table td {
            font-size: 11px;
            padding: 5px;
            text-align: center
        }

        #cform .date-picker-wrap table td {
            border-right: 1px solid #e6e6e6
        }

            #cform .date-picker-wrap table td:nth-child(7n) {
                border-right: 0
            }

            #cform .date-picker-wrap table td.act {
                background-color: #1f80bd;
                font-weight: 700
            }

                #cform .date-picker-wrap table td.act a {
                    color: #fff
                }

            #cform .date-picker-wrap table td.empty {
                background-color: #f3f3f3
            }

#cform .scroll-wrap {
    max-height: 200px;
    overflow-y: auto
}

.setting-field #cform .scroll-wrap {
    margin-bottom: 10px
}

    .setting-field #cform .scroll-wrap .choice.block:last-child {
        margin-bottom: 0
    }

.sub-menu #cform .scroll-wrap {
    padding-right: 1px
}

    .sub-menu #cform .scroll-wrap::-webkit-scrollbar {
        width: 5px
    }

#cform .scroll-wrap {
    padding-right: 5px
}

#cform .no-results {
    background-color: #fffcee;
    background-size: 15px 15px;
    border: 1px solid #ffd30e;
    color: #745f00;
    margin: 10px 0;
    padding: 15px 10px;
    position: relative;
    text-align: center
}

    #cform .no-results p {
        margin: 0 0 10px
    }

        #cform .no-results p:last-child {
            margin-bottom: 0
        }

.setting-field #cform .no-results {
    margin-top: 0
}

.grid-publish #cform .no-results {
    text-align: left
}

.tbl-list #cform .no-results {
    margin-top: 0
}

    .tbl-list #cform .no-results .none {
        padding: 10px
    }

.tbl-list li > .tbl-row#cform .no-results {
    background-color: #fffcee;
    border: 1px solid #ffd30e
}

.relate-wrap.empty #cform .no-results {
    margin-bottom: 0
}

.empty .relate-wrap-chosen #cform .no-results {
    font-weight: 400;
    padding: 10px
}

.sidebar .folder-list li#cform .no-results {
    border-width: 0;
    margin: 0;
    padding: 15px 10px 18px
}

    .sidebar .folder-list li#cform .no-results a:before {
        content: '';
        padding-right: 0
    }

table#cform .no-results td, table#cform .no-results:hover td {
    background-color: transparent;
    font-weight: 400
}

table#cform .no-results.empty {
    margin-top: 0
}

tbody tr#cform .no-results td {
    padding: 20px
}

    tbody tr#cform .no-results td:first-child {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }

#cform .toolbar {
    background-color: #f9f9f9;
    border: 1px solid #cfcfcf;
    list-style-type: none;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block
}

    #cform .toolbar li {
        border: solid #cfcfcf;
        border-width: 0 1px 0 0;
        float: left;
        display: inline
    }

        #cform .toolbar li a, #cform .toolbar li span {
            padding: 5px 10px;
            text-align: center;
            text-decoration: none;
            display: block
        }

            #cform .toolbar li a:after, #cform .toolbar li span:after, #cform .toolbar li a:before, #cform .toolbar li span:before {
                font-family: FontAwesome;
                font-weight: 400;
                -webkit-font-smoothing: antialiased
            }

            #cform .toolbar li a:hover, #cform .toolbar li span:hover {
                background-color: #fff
            }

        #cform .toolbar li:first-child a:hover {
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px
        }

        #cform .toolbar li.last, #cform .toolbar li:last-child {
            border-right: 0
        }

            #cform .toolbar li.last a:hover, #cform .toolbar li:last-child a:hover {
                -moz-border-radius: 0 5px 5px 0;
                -webkit-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0
            }

        #cform .toolbar li:only-of-type {
            border-right: 0
        }

            #cform .toolbar li:only-of-type a:hover {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px
            }

        #cform .toolbar li.edit a:before {
            content: '\f040'
        }

        #cform .toolbar li.view a:before {
            content: '\f06e'
        }

        #cform .toolbar li.sync a:before {
            content: '\f021'
        }

        #cform .toolbar li.settings a:before {
            content: '\f013'
        }

        #cform .toolbar li.move a, #cform .toolbar li.layout a, #cform .toolbar li.reorder a {
            cursor: move
        }

            #cform .toolbar li.move a:before, #cform .toolbar li.layout a:before, #cform .toolbar li.reorder a:before {
                content: '\f0c9'
            }

        #cform .toolbar li.install a:before {
            color: #7baf55;
            content: '\f019'
        }

        #cform .toolbar li.uninstall a:before {
            color: #bc4848;
            content: '\f093'
        }

        #cform .toolbar li.approve a:before {
            color: #7baf55;
            content: '\f00c'
        }

        #cform .toolbar li.add a:before {
            color: #7baf55;
            content: '\f067'
        }

        #cform .toolbar li.download a:before {
            content: '\f0ed'
        }

        #cform .toolbar li.crop a:before {
            content: '\f125'
        }

        #cform .toolbar li.find a:before {
            content: '\f002'
        }

        #cform .toolbar li.copy a:before {
            content: '\f24d'
        }

        #cform .toolbar li.back a:before {
            content: '\f060'
        }

        #cform .toolbar li.next a:before {
            content: '\f061'
        }

        #cform .toolbar li.remove a:before {
            color: #bc4848;
            content: '\f1f8'
        }

        #cform .toolbar li.writemode a:before {
            content: '\f044'
        }

        #cform .toolbar li.upload a:before {
            content: '\f0ee'
        }

        #cform .toolbar li.glossary a:before, #cform .toolbar li.manual a:before {
            content: '\f02d'
        }

        #cform .toolbar li.emoji a:before {
            content: '\f118'
        }

        #cform .toolbar li.hide a:before {
            color: #7baf55;
            content: '\f06e'
        }

        #cform .toolbar li.unhide a:before {
            color: #bc4848;
            content: '\f070'
        }

        #cform .toolbar li.store a:before {
            content: '\f07a'
        }

        #cform .toolbar li.mods a:before {
            content: '\f0c0'
        }

        #cform .toolbar li.admin a:before {
            color: #c90;
            content: '\f0c0'
        }

        #cform .toolbar li.rte-bold a:before, #cform .toolbar li.html-bold a:before {
            content: '\f032'
        }

        #cform .toolbar li.rte-italic a:before, #cform .toolbar li.html-italic a:before {
            content: '\f033'
        }

        #cform .toolbar li.rte-list a:before, #cform .toolbar li.html-list a:before {
            content: '\f0ca'
        }

        #cform .toolbar li.rte-order-list a:before, #cform .toolbar li.html-order-list a:before {
            content: '\f0cb'
        }

        #cform .toolbar li.rte-link a:before, #cform .toolbar li.html-link a:before {
            content: '\f0c1'
        }

        #cform .toolbar li.html-ins a:before, #cform .toolbar li.rte-underline a:before, #cform .toolbar li.html-underline a:before {
            content: '\f0cd'
        }

        #cform .toolbar li.rte-upload a:before, #cform .toolbar li.html-upload a:before {
            content: '\f0ee'
        }

        #cform .toolbar li.rte-quote a:before, #cform .toolbar li.html-quote a:before {
            content: '\f10e'
        }

        #cform .toolbar li.rte-view {
            border-width: 0 0 0 1px;
            float: right;
            display: inline
        }

            #cform .toolbar li.rte-view a:before {
                content: '\f121'
            }

        #cform .toolbar li.form-element, #cform .toolbar li.html-elements, #cform .toolbar li.rte-elements {
            padding: 4px 5px
        }

            #cform .toolbar li.form-element select, #cform .toolbar li.html-elements select, #cform .toolbar li.rte-elements select {
                margin: 0;
                position: relative;
                top: 0
            }

        #cform .toolbar li.html-del a:before, #cform .toolbar li.html-strike a:before {
            content: '\f0cc'
        }

        #cform .toolbar li.html-ins a:before {
            color: #7baf55
        }

        #cform .toolbar li.html-del a:before {
            color: #bc4848
        }

        #cform .toolbar li.align-left a:before {
            content: '\f060'
        }

        #cform .toolbar li.align-txt-left a:after {
            content: '\f060';
            margin-left: 5px
        }

        #cform .toolbar li.align-right a:before {
            content: '\f061'
        }

        #cform .toolbar li.align-txt-right a:before {
            content: '\f061';
            margin-right: 5px
        }

        #cform .toolbar li.align-center a:before {
            content: '\f03e'
        }

        #cform .toolbar li.pl a {
            border-width: 1px
        }

    #cform .toolbar:after {
        clear: both;
        content: '.';
        font-size: 0;
        visibility: hidden;
        display: block
    }

    #cform .toolbar.rte {
        background-color: #e8e8e8;
        border: 1px solid #b5b5b5;
        padding: 5px;
        position: relative;
        z-index: 2;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        display: block;
        -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,.03),0 2px 0 0 rgba(255,255,255,.7)inset;
        -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.03),0 2px 0 0 rgba(255,255,255,.7)inset;
        box-shadow: 0 2px 0 0 rgba(0,0,0,.03),0 2px 0 0 rgba(255,255,255,.7)inset
    }

        #cform .toolbar.rte li:last-child a:hover {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0
        }

    #cform .toolbar.html-btns {
        margin-bottom: 5px;
        padding: 5px;
        display: block
    }

    #cform .toolbar.grid-nav {
        display: none
    }

    #cform .toolbar.disabled {
        position: relative
    }

        #cform .toolbar.disabled li:not(.rte-view) {
            opacity: .5
        }

        #cform .toolbar.disabled:before {
            bottom: 0;
            content: '';
            left: 0;
            opacity: .5;
            position: absolute;
            right: 40px;
            top: 0;
            z-index: 4
        }

.format-options #cform .toolbar {
    margin-bottom: 10px
}

h1 #cform .toolbar {
    margin-right: 10px;
    float: left;
    display: inline
}

    h1 #cform .toolbar li a {
        font-size: 13px;
        padding: 3px 10px
    }

.item #cform .toolbar {
    position: absolute;
    right: 5px;
    top: 5px
}

    .item #cform .toolbar li a {
        font-size: 13px;
        padding: 3px 10px
    }

.field .file-chosen #cform .toolbar, .setting-field .file-chosen #cform .toolbar {
    border-color: gray;
    bottom: 8px;
    left: 5px;
    position: absolute
}

.field .no-image #cform .toolbar, .setting-field .no-image #cform .toolbar {
    border-color: #cfcfcf;
    bottom: auto;
    left: auto;
    position: relative
}

.rte-img-chosen #cform .toolbar {
    border-color: gray;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 276px
}

.tbl-wrap + #cform .toolbar, .layout-tools #cform .toolbar {
    margin-bottom: 10px
}

.choice.block #cform .toolbar {
    position: absolute;
    right: 3px;
    top: 3px
}

.light #cform .toolbar li a {
    padding: 1px 5px
}

.sidebar .folder-list #cform .toolbar {
    position: absolute;
    right: 6px;
    top: 6px
}

    .sidebar .folder-list #cform .toolbar li {
        border-width: 0 1px 0 0;
        padding: 0
    }

        .sidebar .folder-list #cform .toolbar li a {
            padding: 3px 8px 4px
        }

            .sidebar .folder-list #cform .toolbar li a:before {
                padding: 0
            }

        .sidebar .folder-list #cform .toolbar li:before {
            content: '';
            padding: 0
        }

        .sidebar .folder-list #cform .toolbar li.edit a:before {
            color: #1f80bd;
            content: '\f040'
        }

        .sidebar .folder-list #cform .toolbar li.settings a:before {
            color: #1f80bd;
            content: '\f013'
        }

        .sidebar .folder-list #cform .toolbar li a:hover:before {
            color: #000
        }

        .sidebar .folder-list #cform .toolbar li.remove a:before {
            color: #bc4848;
            content: '\f1f8'
        }

@-moz-document url-prefix() {
    .toolbar li a, .toolbar li span {
        padding: 7px 10px 4px
    }

    .toolbar li.txt-only a, .toolbar li.html-txt-only a, .toolbar li.txt-only span, .toolbar li.html-txt-only span {
        padding-top: 8px
    }

    h1 .toolbar {
        position: relative;
        top: -1px
    }

        h1 .toolbar li a {
            padding: 3px 10px 2px
        }

    .sidebar .folder-list .toolbar li a {
        padding: 5px 8px 3px
    }
}

@media screen and (min-width:750px) {
    #cform .toolbar.rte li:first-child a:hover {
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0;
        border-radius: 5px 0 0
    }

    #cform .toolbar.rte li:last-child a:hover {
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0
    }

    #cform .toolbar.grid-nav {
        display: block
    }

        #cform .toolbar.grid-nav a {
            padding: 3px 8px
        }

    .grid-tools #cform .toolbar li a {
        padding: 3px 8px
    }
}

#cform .toolbar {
    padding: 0
}

    #cform .toolbar a {
        color: #1f80bd
    }

        #cform .toolbar a:hover {
            color: #000
        }

#cform .WysiHat-container .toolbar {
    margin-bottom: -1px
}

#cform .WysiHat-field {
    margin: 0 0 10px;
    padding: 15px 10px 0
}

#cform .WysiHat-editor {
    background-color: #fff;
    border: 1px solid;
    border-color: #b3b3b3 #cdcdcd #cdcdcd #b3b3b3;
    margin: 0 0 10px;
    max-height: 2000px;
    min-height: 50px;
    padding: 15px 10px 0;
    resize: vertical;
    overflow: auto;
    width: 100%;
    white-space: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset
}

    #cform .WysiHat-editor:focus {
        border-color: #89c6ec;
        outline: 0;
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset,0 0 3px 0 rgba(32,226,255,.5);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset,0 0 3px 0 rgba(32,226,255,.5);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)inset,0 0 3px 0 rgba(32,226,255,.5)
    }

    #cform .WysiHat-editor h1, #cform .WysiHat-editor h2, #cform .WysiHat-editor h3, #cform .WysiHat-editor h4, #cform .WysiHat-editor h5, #cform .WysiHat-editor h6, #cform .WysiHat-editor p, #cform .WysiHat-editor ul, #cform .WysiHat-editor ol, #cform .WysiHat-editor dl, #cform .WysiHat-editor div {
        color: #000;
        margin: 0 0 10px
    }

    #cform .WysiHat-editor h1, #cform .WysiHat-editor h2, #cform .WysiHat-editor h3, #cform .WysiHat-editor h4, #cform .WysiHat-editor h5, #cform .WysiHat-editor h6 {
        font-weight: 700
    }

    #cform .WysiHat-editor h1 {
        border: 0;
        font-size: 24px;
        padding: 0;
        background-image: -moz-linear-gradient(transparent,transparent);
        background-image: -webkit-linear-gradient(transparent,transparent);
        background-image: linear-gradient(to right,transparent,transparent);
        -moz-box-shadow: 0 0 rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 rgba(0,0,0,0)
    }

    #cform .WysiHat-editor h2 {
        background-color: transparent;
        border: 0;
        font-size: 22px;
        padding: 0
    }

    #cform .WysiHat-editor h3 {
        font-size: 20px
    }

    #cform .WysiHat-editor h4 {
        font-size: 18px
    }

    #cform .WysiHat-editor h5 {
        font-size: 16px
    }

    #cform .WysiHat-editor h6 {
        font-size: 14px
    }

    #cform .WysiHat-editor figure, #cform .WysiHat-editor figcaption {
        display: block
    }

    #cform .WysiHat-editor figure {
        margin: 0 20px 10px;
        text-align: center
    }

        #cform .WysiHat-editor figure img {
            display: inline
        }

    #cform .WysiHat-editor figcaption {
        font-style: italic
    }

    #cform .WysiHat-editor blockquote {
        border-left: 5px solid #b5b5b5;
        margin-left: 20px;
        padding: 10px 0 10px 20px
    }

        #cform .WysiHat-editor blockquote p {
            font-family: Georgia,Serif;
            font-size: 18px;
            font-style: italic
        }

        #cform .WysiHat-editor blockquote cite {
            color: #b5b5b5
        }

    #cform .WysiHat-editor ul, #cform .WysiHat-editor ol {
        list-style-position: inside;
        padding-left: 20px
    }

    #cform .WysiHat-editor ul {
        list-style-type: disc
    }

    #cform .WysiHat-editor ol {
        list-style-type: decimal
    }

    #cform .WysiHat-editor a {
        color: #1f80bd;
        cursor: pointer
    }

#cform .file_set {
    color: #5F6C74;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    position: relative
}

#cform .filename {
    border: 1px solid #B6C0C2;
    position: relative;
    padding: 5px;
    text-align: center;
    float: left;
    margin: 0 0 5px
}

#cform .undo_remove {
    color: #5F6C74;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    padding: 0;
    margin: 0 0 8px
}

#cform .filename img {
    display: block
}

#cform .filename p {
    padding: 0;
    margin: 4px 0 0
}

#cform .remove_file {
    color: #5F6C74;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    padding: 0;
    margin: 0 0 8px
}

#cform .clear {
    clear: both
}

@media screen and (min-width:750px) {
    #cform .left, #cform .right {
        display: inline;
        float: left
    }

    #cform .right {
        float: right
    }

    #cform .relate-wrap {
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline;
        float: left
    }

        #cform .relate-wrap.last {
            border-width: 1px 1px 1px 0
        }

        #cform .relate-wrap.single {
            width: 100%
        }

    #cform .relate-actions input[class=relate-search]:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
        font-size: 12px;
        padding: 6px 7px;
        width: 40%;
        display: inline;
        float: left;
        float: right
    }

    #cform .relate-actions .filters {
        display: inline;
        float: left
    }

        #cform .relate-actions .filters li:last-child {
            margin-bottom: 0
        }

    #cform .relate-actions:after:after {
        clear: both;
        content: '.';
        font-size: 0;
        visibility: hidden;
        display: block
    }

    #cform .filters b, #cform .filters li {
        display: inline;
        float: left
    }

    #cform .filters li {
        margin-bottom: 10px;
        margin-right: 5px
    }

        #cform .filters li:last-child {
            margin-right: 0
        }

    #cform .filters b {
        display: block
    }

    .tbl-search #cform .filters .sub-menu {
        left: auto;
        right: 0
    }
}

.hidden {
    display: none
}
