﻿@charset "utf-8";
/*reset*/
html, body {
    height: 100%;
    overflow: hidden;
}
/*==================================================
   表单自定义字段页面基本布局
==================================================== */
.header {
    height: 50px;
    background-color: #1ab394;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
}

.two-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.form-layout {
   
    border: 1px solid #7FCDFD;
               min-height: 50px;
               margin-top:10px;

}
.tab-pane .panel-body
{
    overflow-y:auto;
}

.wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    height: 100%;
    top: 50px;
    left: 0;
    position: fixed;
}

.wrapper-content {
    overflow-y: hidden;
}

.form-design {
    position: relative;
}

.form-widget {
    float: left;
    background: #fff;
}

.form-widgetEdit {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 1092px;
    min-width: 285px;
    background: #fff;
}

.scroll-wrapper {
    overflow: hidden;
}

@media (min-width: 1440px) {
    .form-widget {
    }

    .form-widgetEdit {
        left: 1100px;
    }
}

@media (min-width: 1600px) {
    .form-widget {
    }

    .form-widgetEdit {
        left: 1200px;
    }
}

@media (min-width: 1700px) {
    .form-widget {
    }

    .form-widgetEdit {
        left: 1300px;
    }
}

@media (min-width: 1900px) {
    .form-widget {
    }

    .form-widgetEdit {
        left: 1350px;
    }
}

.page-animation {
    transform: perspective(1000px) rotateY(180deg);
    transform-origin: 50% 50% 0px;
    transition: all 2s ease;
}
/*==========头部===========*/
.header .logo {
    height: 100%;
    width: 140px;
    margin: 0 0 0 15px;
}

    .header .logo a {
        height: 100%;
        display: block;
    }

.header h1 {
    color: #fff;
    margin: 16px 30px 0 0;
    font-weight: 700;
}

.userbtns {
    margin: 10px 20px 0 0;
}

    .userbtns .btn {
        min-width: 70px;
    }

        .userbtns .btn + .btn {
            margin-left: 10px;
        }
/*=============公用样式============*/

.form-lead {
    padding: 0 0 0 10px;
    background-color: #e5f0f9;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.form-lead-tab {
    padding-top: 4px;
    position: relative;
    top: 1px;
    height: 40px;
    z-index: 1;
    font-size: 0;
    line-height: 35px;
}

    .form-lead-tab li {
        display: inline-block;
    }

        .form-lead-tab li + li {
            margin-left: 4px;
        }

        .form-lead-tab li a {
            border-width: 1px 1px 0;
            border-style: solid;
            border-color: rgba(0,0,0,0);
            padding: 0 12px;
            display: block;
            color: #666;
            font-size: 14px;
            text-decoration: none;
        }

            .form-lead-tab li a:hover, .form-lead-tab li a.active {
                border-radius: 3px 3px 0 0;
                background-color: #fff;
                border-color: #a3adba;
                color: #428BCA;
            }

@media (max-width:1400px) {
    .form-lead-tab li .ignore {
        display: none;
    }

    .form-widget {
    }

    .form-widgetEdit {
        left: 1028px;
    }

    .form-lead-tab li a {
        padding: 0 6px;
    }
}

@media (max-width:1280px) {
    .form-lead {
        padding: 0 0 0 5px;
    }

    .form-lead-tab li a {
        font-size: 12px;
    }

    .form-widget {
    }

    .form-widgetEdit {
        left: 995px;
    }
}



/*==================================================
   控件设置
==================================================== */

/*===========选择控件===========*/
.form-widget {
    position: relative;
}

    .form-widget .widget-list {
        padding: 15px 0 0;
        overflow-y: auto;
    }

.widget-item {
    float: left;
    width: 92%;
    margin: 6px 4%;
    border: 1px dashed #999;
    padding: 5px 15px;
    cursor: move;
    border-radius: 2px;
    -webkit-transition: background ease-in-out 0.15s;
    -moz-transition: background ease-in-out 0.15s;
    transition: background ease-in-out 0.15s;
    background-color: #f5f5f5;
    position: relative;
    z-index: 100;
}

.del-widget-list .widget-item {
    cursor: default;
    border-color: #bbb;
    position: relative;
}

    .del-widget-list .widget-item span {
        color: #bbb;
    }

        .del-widget-list .widget-item span.name {
            display: block;
            margin: 0 30px 0 0;
        }

        .del-widget-list .widget-item span.field-back {
            color: #666;
            position: absolute;
            top: 5px;
            right: 15px;
        }

.widget-list .widget-item:hover {
    background-color: #d0e2f3;
    border-color: #57a5ca;
    border-style: solid;
}

.del-widget-list .widget-item:hover {
    background-color: #f5f5f5;
    border-color: #999;
    border-style: dashed;
    cursor: pointer;
}

.del-widget-list .widget-item .field-back:hover,
.del-widget-list .widget-item .field-back:active {
    color: #57a5ca;
}

@media (min-width: 1440px) {
    .widget-item {
        margin: 6px 2%;
        width: 46%;
    }
}

.widget-item > span {
    line-height: 30px;
    display: inline-block;
    color: #666;
}

.widget-item span.widgetMark {
    float: right;
    font-size: 16px;
}

    .widget-item span.widgetMark .icon-caret-down {
        margin-right: 3px;
    }

.widget-layout .widget-item span.widgetMark {
    height: 16px;
    width: 16px;
    margin-top: 5px;
    background: url(/images/ico/icon-widget-layout.png) no-repeat;
}

    .widget-layout .widget-item span.widgetMark.layout-2 {
        background-position: 0 -32px;
    }

    .widget-layout .widget-item span.widgetMark.layout-1 {
        background-position: 0 -16px;
    }

    .widget-layout .widget-item span.widgetMark.layout-databox {
        background-position: 0 -0px;
    }
/*=========表单控件设置===========*/
.form-widgetEdit {
    border-left: 1px solid #ddd;
}

.form-Edit-content {
    padding: 20px 15px;
}

.form-widgetEdit-content .form-group > .controls {
    margin-left: 15px;
}

.form-widgetEdit-content .form-group > label {
    font-size: 14px;
    color: #666;
}

.form-Edit-content h5 {
    margin: 0;
}

    .form-Edit-content h5 + div {
        margin-top: 10px;
    }

.form-Edit-content .edit-tips {
    padding: 10px 15px;
}

.form-widgetEdit .radio,
.form-widgetEdit .checkbox {
    margin-top: 0;
}

    .form-widgetEdit .radio input[type="radio"],
    .form-widgetEdit .radio-inline input[type="radio"] {
        margin-top: 1px;
    }
/*多选框设置*/
.choicelistEdit li + li {
    margin-top: 5px;
}

.choicelistEdit li > input:first-child {
    margin: 0 3px 0 0;
}

.choicelistEdit li > input,
.choicelistEdit li > span {
    display: inline-block !important;
    vertical-align: middle;
}

    .choicelistEdit li > input.hide,
    .choicelistEdit li > span.hide {
        display: none !important;
    }

    .choicelistEdit li > span > i {
        font-size: 16px;
        color: #666;
    }

.choicelistEdit li .form-control {
    width: 150px;
    margin: 0 3px 0 3px;
}

.choicelistEdit li.input-otherchoice input {
    width: 142px;
}

.plus-othercheckbox-btn {
    margin: 10px 0 0 22px;
    border-right: 1px solid #428BCA;
    padding-right: 6px;
    line-height: 1;
}

    .plus-othercheckbox-btn + .plus-othercheckbox-btn {
        margin-left: 5px;
    }

    .plus-othercheckbox-btn:last-child {
        border: none;
    }
/*分割线*/
.dividerchoicelist > label {
    display: block;
}

.dividerchoicelist .divider-line {
    width: 70%;
    margin-left: 10px;
}
/*============表单设置===============*/
.form-tag > * {
    margin-right: 5px;
}

.form-tag .form-tagitem {
    padding: 2px 5px;
    line-height: 22px;
    background-color: #CDE69C;
    border: 1px solid #A5D24B;
    color: #666;
}

.form-tag .btn-removetag {
    padding: 0 2px;
    font-size: 16px;
    cursor: pointer;
}

.form-tag .form-addtag {
    padding: 0 10px;
    cursor: pointer;
    border: 1px dashed #A5D24B;
    line-height: 26px;
}
/* 图片控件默认图片 */
.form-img-uploader {
    font-size: 0;
    margin-left: -12px;
}

    .form-img-uploader .img-item {
        display: inline-block;
        margin: 0 0 12px 12px;
        vertical-align: middle;
        height: 60px;
        width: auto;
        overflow: hidden;
        position: relative;
        border: 1px solid rgba(0,0,0,0);
    }

        .form-img-uploader .img-item:hover {
            border-width: #fff;
            -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3),0 0 0 2px #fff inset;
            box-shadow: 0 0 3px rgba(0,0,0,0.3),0 0 0 2px #fff inset;
        }

    .form-img-uploader .img-add {
        text-align: center;
        color: #999;
        border: 1px solid #ddd;
        background: #f8f8f8;
        padding-top: 10px;
        width: 60px;
        height: 60px;
        float: left;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

        .form-img-uploader .img-add i {
            font-size: 20px;
        }

        .form-img-uploader .img-add p {
            font-size: 12px;
            margin-top: 5px;
        }

    .form-img-uploader .img-opt {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        padding: 0 3px;
    }

    .form-img-uploader .img-item:hover .img-opt {
        display: block;
    }

        .form-img-uploader .img-item:hover .img-opt a {
            color: #e80000 !important;
            text-decoration: none;
        }

/*附件控件 */
.file-input {
    position: relative;
    cursor: pointer;
}

    .file-input .file-tip {
        position: absolute;
        line-height: 28px;
        font-size: 12px;
        color: #666;
        left: 12px;
        top: 0;
        right: 35px;
    }

    .file-input .file-ico {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: 2px;
        background: #A1A1A1;
        color: #fff;
        height: 24px;
        width: 24px;
        line-height: 26px;
        text-align: center;
        border-radius: 2px;
    }

    .file-input:hover .file-ico {
        background: #8B8B8B;
    }

.form-flie .file-info {
    margin: 5px 0;
}

    .form-flie .file-info .file-item {
        vertical-align: middle;
        padding: 0 15px 0 0;
        background: #f8f8f8;
        border: 1px solid #eaeaea;
        padding-left: 12px;
        border-radius: 3px;
        margin-top: 3px;
        line-height: 28px;
    }

.form-flie .file-item a:not(.btn) {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.form-flie .file-item:hover a:not(.btn) {
    color: #5d9cec;
}

.form-flie .file-item a.remoteDownload {
    max-width: 350px;
}

.form-flie .file-item a.btn {
    display: none;
}

.form-flie .file-item:hover a.btn {
    display: inline-block;
}

.form-flie .file-item a.btn {
    line-height: 1.5;
    margin-left: 8px;
    margin: 4px 0 0 5px;
}
/*=========表单区域操作============*/
.field-active .widgetDele-btn {
    display: block;
}

.widgetDele-btn {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    color: #d14836;
    display: none;
    cursor: pointer;
    z-index: 10;
}

.form-layout-toolbar {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    line-height: 20px;
    -webkit-transition: opacity linear 0.15s;
    -moz-transition: opacity linear 0.15s;
    transition: opacity linear 0.15s;
}

    .form-layout-toolbar span {
        text-align: center;
        margin-left: 1px;
        color: #fff;
        float: left;
        padding: 0 5px;
        cursor: pointer;
    }

        .form-layout-toolbar span i {
            margin-right: 3px;
            position: relative;
            top: 1px;
        }

    .form-layout-toolbar .layoutDrag-btn {
        cursor: move;
        background: #228cc7;
    }

    .form-layout-toolbar .layoutDele-btn {
        background: #db4040;
    }

    .form-layout-toolbar .addColum-btn {
        background: #5F9B66;
    }

    .form-layout-toolbar .edit-btn {
        background: #ff8040;
    }

.form-view .back-to-edit {
    position: absolute;
    top: 15px;
    right: 20px;
}

.form-view .back-to-print {
    position: absolute;
    top: 15px;
    right: 120px;
}


.form-edit-region {
    border: 1px solid rgba(0,0,0,0);
}

.form-view-wrapper:hover .form-edit-region {
    position: relative;
    border: 1px solid #FD7F7F;
}

    .form-view-wrapper:hover .form-edit-region:before {
        line-height: 24px;
        content: "表单编辑区";
        background-color: #FD7F7F;
        color: #fff;
        padding: 0 10px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 0 0 10px;
    }

.edit .introjs-helperNumberLayer {
    display: none;
}



/*顶部按钮*/
.btn-lake {
    color: #fff;
    background-color: #4785e4;
    border-color: #357ebd;
}

    .btn-lake:hover,
    .btn-lake:focus,
    .btn-lake:active,
    .btn-lake.active {
        color: #fff;
        background-color: #3A77D5;
        border-color: #357ebd;
    }
/*用户指引插件*/
body.introjs-open {
    position: fixed;
    position: relative\9;
    width: 100%;
    top: 0;
    left: 0;
}

    body.introjs-open .wrapper,
    body.introjs-open header {
        position: absolute;
        position: fixed\9;
    }

.edit .introjs-autoheight {
    height: auto !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*批量编辑选项*/
.modal.chooselist-batch .modal-body textarea {
    min-height: 300px;
}

.modal.chooselist-batch .modal-dialog {
    width: 400px;
}

/*更多*/
.edit .center-more {
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

    .edit .center-more:hover {
        background-color: #F2F2F2;
    }

/*文本编辑器样式调整*/
.edit .cke_chrome {
    border: 1px solid #ccc;
}

.edit .cke_top {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    background-image: none;
}

.edit .cke_bottom {
    padding: 0 8px 2px;
    position: relative;
    background-color: #fff;
    background-image: none;
    border: none;
}

.edit .cke_panel_grouptitle {
    background-color: #ddd;
    background-image: none;
}

.edit .cke_toolgroup {
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: #f5f5f5;
    background-image: none;
}

.edit .cke_button_on {
    background-color: #ddd;
    background-image: none;
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
}

.edit a.cke_button_on:hover, .edit a.cke_button_on:focus, .edit a.cke_button_on:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.edit a.cke_button_off:hover, .edit a.cke_button_off:focus, .edit a.cke_button_off:active, .edit a.cke_button_disabled:hover, .edit a.cke_button_disabled:focus, .edit a.cke_button_disabled:active {
    background-color: #eee;
    background-image: none;
}

.edit .cke_combo_button {
    border: 1px solid #ccc;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #f5f5f5;
    background-image: none;
}

.edit .cke_combo_off a.cke_combo_button:hover, .edit .cke_combo_off a.cke_combo_button:focus {
    background-color: #eee;
    background-image: none;
}

.edit .cke_combo_off a.cke_combo_button:active, .edit .cke_combo_on a.cke_combo_button {
    background-color: #ddd;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .edit .cke_combo_on a.cke_combo_button:hover, .edit .cke_combo_on a.cke_combo_button:focus, .edit .cke_combo_on a.cke_combo_button:active {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.edit .cke_bottom {
    padding-bottom: 0;
}

.edit .cke_combo_off a.cke_combo_button:active, .edit .cke_combo_on a.cke_combo_button {
    background-color: #ddd;
    border-color: #ccc;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.edit .cke_panel_grouptitle {
    background-color: #ddd;
    background-image: none;
}
/*文本编辑器*/
.form-widgetEdit .cke_path {
    display: none;
}


@font-face {
    font-family: 'teams';
    src: url('/fonts/teams/teams.woff') format('woff'), url('/fonts/teams/teams.eot') format('embedded-opentype'), url('/fonts/teams/teams.ttf') format('truetype');
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'teams';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-stack-2:before {
    content: "\e033";
}

.icon-minus:before {
    content: "\e115";
}

.icon-flow-children:before {
    content: "\e6b2";
}

.icon-chart-pie:before {
    content: "\e678";
}

.icon-sort-numerically:before {
    content: "\e63b";
}

.icon-flow-or:before {
    content: "\e6b3";
}

.icon-type:before {
    content: "\e691";
}

.icon-folder-add:before {
    content: "\e6ae";
}

.icon-checkbox-checked:before {
    content: "\e6a9";
}

.icon-chat-3:before {
    content: "\e6ac";
}

.icon-cloud:before {
    content: "\e6aa";
}

.icon-pin:before {
    content: "\e68b";
}

.icon-dollar:before {
    content: "\e68c";
}

.icon-pilcrow:before {
    content: "\e68e";
}

.icon-backdate:before {
    content: "\e669";
}

.icon-stack1:before {
    content: "\e66a";
}

.icon-stack3:before {
    content: "\e66b";
}

.icon-stack2:before {
    content: "\e66c";
}

.icon-uniF7EB:before {
    content: "\e68f";
}

.icon-box:before {
    content: "\e66d";
}

.icon-uniF5CC:before {
    content: "\e6a4";
}

.icon-uniF4D0:before {
    content: "\e690";
}

.icon-reliability:before {
    content: "\e692";
}

.icon-plugin:before {
    content: "\e66f";
}

.icon-topology:before {
    content: "\e66e";
}

.icon-flowchart:before {
    content: "\e670";
}

.icon-tree:before {
    content: "\e671";
}

.icon-phone:before {
    content: "\e693";
}

.icon-layers:before {
    content: "\e673";
}

.icon-shapes:before {
    content: "\e674";
}

.icon-place:before {
    content: "\e694";
}

.icon-paperairplane:before {
    content: "\e675";
}

.icon-at:before {
    content: "\e6a8";
}

.icon-image:before {
    content: "\e695";
}

.icon-image2:before {
    content: "\e63c";
}

.icon-images:before {
    content: "\e63d";
}

.icon-stack:before {
    content: "\e666";
}

.icon-cart:before {
    content: "\e68a";
}

.icon-address-book:before {
    content: "\e63e";
}

.icon-history:before {
    content: "\e65b";
}

.icon-alarm:before {
    content: "\e63f";
}

.icon-stopwatch:before {
    content: "\e657";
}

.icon-calendar-end:before {
    content: "\e640";
}

.icon-reply2:before {
    content: "\e901";
}

.icon-spinner2:before {
    content: "\e62d";
}

.icon-expand:before {
    content: "\e6b0";
}

.icon-contract:before {
    content: "\e6b1";
}

.icon-settings:before {
    content: "\e650";
}

.icon-hammer:before {
    content: "\e6af";
}

.icon-stats:before {
    content: "\e641";
}

.icon-signup:before {
    content: "\e658";
}

.icon-tree2:before {
    content: "\e687";
}

.icon-globe:before {
    content: "\e659";
}

.icon-earth:before {
    content: "\e696";
}

.icon-link:before {
    content: "\e697";
}

.icon-attachment:before {
    content: "\e651";
}

.icon-favourite:before {
    content: "\e65a";
}

.icon-thumbs-up:before {
    content: "\e655";
}

.icon-thumbs-down:before {
    content: "\e656";
}

.icon-smiley:before {
    content: "\e900";
}

.icon-checkmark:before {
    content: "\e652";
}

.icon-checkmark2:before {
    content: "\e653";
}

.icon-arrow-up:before {
    content: "\e643";
}

.icon-arrow-right2:before {
    content: "\e642";
}

.icon-arrow-down:before {
    content: "\e644";
}

.icon-arrow-left2:before {
    content: "\e645";
}

.icon-checkbox-checked2:before {
    content: "\e646";
}

.icon-checkbox-unchecked:before {
    content: "\e647";
}

.icon-checkbox-partial:before {
    content: "\e648";
}

.icon-radio-checked:before {
    content: "\e6a6";
}

.icon-table:before {
    content: "\e698";
}

.icon-table2:before {
    content: "\e699";
}

.icon-insert-template:before {
    content: "\e682";
}

.icon-paragraph-justify:before {
    content: "\e69a";
}

.icon-share2:before {
    content: "\e654";
}

.icon-libreoffice:before {
    content: "\e64f";
}

.icon-file-pdf:before {
    content: "\e649";
}

.icon-file-openoffice:before {
    content: "\e64a";
}

.icon-file-word:before {
    content: "\e64b";
}

.icon-file-excel:before {
    content: "\e64c";
}

.icon-file-zip:before {
    content: "\e64d";
}

.icon-file-powerpoint:before {
    content: "\e64e";
}

.icon-search:before {
    content: "\e600";
}

.icon-envelope:before {
    content: "\e601";
}

.icon-heart:before {
    content: "\e602";
}

.icon-star:before {
    content: "\e603";
}

.icon-star-empty:before {
    content: "\e604";
}

.icon-user:before {
    content: "\e605";
}

.icon-th-large:before {
    content: "\e606";
}

.icon-th:before {
    content: "\e607";
}

.icon-th-list:before {
    content: "\e608";
}

.icon-ok:before {
    content: "\e609";
}

.icon-remove:before {
    content: "\e60a";
}

.icon-cog:before {
    content: "\e60b";
}

.icon-trash:before {
    content: "\e60c";
}

.icon-home:before {
    content: "\e60d";
}

.icon-time:before {
    content: "\e60e";
}

.icon-download-alt:before {
    content: "\e60f";
}

.icon-refresh:before {
    content: "\e686";
}

.icon-lock:before {
    content: "\e6a5";
}

.icon-tag:before {
    content: "\e610";
}

.icon-tags:before {
    content: "\e611";
}

.icon-print:before {
    content: "\e6ad";
}

.icon-font:before {
    content: "\e6a7";
}

.icon-list:before {
    content: "\e612";
}

.icon-picture:before {
    content: "\e67a";
}

.icon-pencil:before {
    content: "\e613";
}

.icon-map-marker:before {
    content: "\e614";
}

.icon-edit:before {
    content: "\e615";
}

.icon-share:before {
    content: "\e616";
}

.icon-check:before {
    content: "\e617";
}

.icon-move:before {
    content: "\e683";
}

.icon-step-backward:before {
    content: "\e67d";
}

.icon-step-forward:before {
    content: "\e67e";
}

.icon-chevron-left:before {
    content: "\e67c";
}

.icon-chevron-right:before {
    content: "\e618";
}

.icon-plus-sign:before {
    content: "\e67f";
}

.icon-minus-sign:before {
    content: "\e680";
}

.icon-remove-sign:before {
    content: "\e681";
}

.icon-ok-sign:before {
    content: "\e619";
}

.icon-info-sign:before {
    content: "\e61a";
}

.icon-arrow-left:before {
    content: "\e61b";
}

.icon-arrow-right:before {
    content: "\e61c";
}

.icon-plus:before {
    content: "\e61d";
}

.icon-minus2:before {
    content: "\e61e";
}

.icon-exclamation-sign:before {
    content: "\e61f";
}

.icon-warning-sign:before {
    content: "\e620";
}

.icon-calendar2:before {
    content: "\e621";
}

.icon-comment:before {
    content: "\e622";
}

.icon-chevron-down:before {
    content: "\e623";
}

.icon-cogs:before {
    content: "\e624";
}

.icon-comments:before {
    content: "\e625";
}

.icon-heart-empty:before {
    content: "\e627";
}

.icon-signout:before {
    content: "\e628";
}

.icon-upload-alt:before {
    content: "\e626";
}

.icon-check-empty:before {
    content: "\e629";
}

.icon-bell:before {
    content: "\e62a";
}

.icon-wrench:before {
    content: "\e62b";
}

.icon-tasks:before {
    content: "\e62c";
}

.icon-link2:before {
    content: "\e62e";
}

.icon-paperclip:before {
    content: "\e67b";
}

.icon-save:before {
    content: "\e679";
}

.icon-reorder:before {
    content: "\e62f";
}

.icon-list-ul:before {
    content: "\e630";
}

.icon-magic:before {
    content: "\e631";
}

.icon-caret-down:before {
    content: "\e632";
}

.icon-caret-right:before {
    content: "\e633";
}

.icon-columns:before {
    content: "\e689";
}

.icon-envelope-alt:before {
    content: "\e634";
}

.icon-undo:before {
    content: "\e684";
}

.icon-comment-alt:before {
    content: "\e635";
}

.icon-comments-alt:before {
    content: "\e636";
}

.icon-sitemap:before {
    content: "\e65c";
}

.icon-bell-alt:before {
    content: "\e65d";
}

.icon-building:before {
    content: "\e69b";
}

.icon-angle-left:before {
    content: "\e65e";
}

.icon-angle-right:before {
    content: "\e65f";
}

.icon-angle-up:before {
    content: "\e660";
}

.icon-angle-down:before {
    content: "\e661";
}

.icon-spinner:before {
    content: "\e662";
}

.icon-reply:before {
    content: "\e663";
}

.icon-code-fork:before {
    content: "\e664";
}

.icon-info:before {
    content: "\e676";
}

.icon-puzzle:before {
    content: "\e665";
}

.icon-microphone:before {
    content: "\e667";
}

.icon-calendar-empty:before {
    content: "\e677";
}

.icon-unlock-alt:before {
    content: "\e6ab";
}

.icon-phone2:before {
    content: "\e69c";
}

.icon-mobile:before {
    content: "\e69d";
}

.icon-mail:before {
    content: "\e69e";
}

.icon-paperclip2:before {
    content: "\e69f";
}

.icon-users:before {
    content: "\e688";
}

.icon-user-add:before {
    content: "\e6a0";
}

.icon-star2:before {
    content: "\e6a1";
}

.icon-gear:before {
    content: "\e637";
}

.icon-calendar3:before {
    content: "\e6a2";
}

.icon-network:before {
    content: "\e63a";
}

.icon-earth2:before {
    content: "\e6a3";
}

.icon-database:before {
    content: "\e68d";
}

.icon-logout:before {
    content: "\e639";
}

.icon-minus-thin:before {
    content: "\e668";
}

.icon-plus-thin:before {
    content: "\e672";
}

.icon-help:before {
    content: "\e638";
}

.icon-ellipsis:before {
    content: "\e685";
}

/*自定义*/
.icon-calendar:before {
    content: "\e621";
}

.icon-finished:before {
    content: "\e617";
}

.icon-todo:before {
    content: "\e629";
}

.icon-preview:before {
    content: "\e6ac";
}

.icon-checkbox-unchecked {
    font-size: 13px; /*chrome下12px显示不全*/
}





.ds-ib-w
{
    width:100%;
}


.ds-ib-w input[type="radio"]
{
   float:left;
   margin-left:10px;
   margin-top:10px;
}


.radio-inline, .checkbox-inline {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}