/*!
* dolphin css - v1.0.2
* @author caiweiming
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.select2-container--default .select2-search--inline .select2-search__field{
    font-family: "microsoft yahei", "helvetica neue", helvetica, arial, sans-serif;
}
.css-input input   span {
    margin-top: -3px;
}
/* 后台logo */
.logo, .logo-text {
    max-height: 34px;
}
.dolphin-header {
    padding-left: 6px;
    padding-right: 10px;
}
.text-modern {
    color: #1f98ca;
}
/* 顶部导航 */
.content-mini.content-mini-full {
    padding: 10px;
}
.nav-header {
    margin-top: 3px;
}
.padding-none{
    padding: 0px!important;
}
/* 表单元素 */
.form-horizontal .css-checkbox {
    margin-right: 10px;
}
.help-block {
    font-size: 12px;
}
div.tagsinput {
    padding: 6px 12px 1px 6px;
}

/* 文件上传 */
.file-item.thumbnail{
    display: inline-block;
    position: relative;
    margin-right:15px;
    float: left;
}
.file-item.thumbnail .info{
    display: none;
}
.file-item.thumbnail .remove-picture{
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 18px;
    color: #ca4949;
    cursor: pointer;
    z-index: 5;
}
.file-item.thumbnail .remove-picture:hover{
    color: #ec6969;
}
.file-item .progress.progress-xs{
    margin-bottom: 5px;
    margin-top: 5px;
}
.file-item .error,
.file-item .img-state{
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.file-item .error{
    background: rgba(255, 0, 0, 0.67);
}
.file-item .success{
    background: rgba(25, 167, 75, 0.78);
}
.uploader-list .list-group-item img{
    width: 40px;
    height: 40px;
}
.file-item .remove-file{
    color: #ca4949;
    cursor: pointer;
}
.file-item .remove-file:hover{
    color: #ec6969;
}
.file-item .fa-check {
    color: #68c39f;
    margin-top: 3px;
}

/* 图标选择 */
.js-icon-picker .input-group-addon {
    cursor: pointer;
}
#icon_search {
    padding: 15px;
}
#icon_tab .nav-tabs {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}
#icon_tab i {
    font-size: 2em;
}
.js-icon-list {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.js-icon-list li{
    float: left;
    width: 5%;
    padding: 15px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.js-icon-list li:hover {
    background-color: #f5f5f5;
}
.js-icon-list li code {
    display: none;
}

/* 加载层 */
#loading {
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 9990;
    background: rgba(255, 255, 255, 0.16);
}
#loading .loading-box {
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 999999;
    position: fixed;
    padding: 10px;
    border-radius: 4px;
    margin-left: -50px;
    margin-top: -24px;
    color: #fff;
    left: 50%;
    top: 50%;
}
#loading i {
    float: left;
    margin-right: 5px;
}
#loading .loding-text {
    margin-top: 3px;
    display: inline-block;
}

/* markdown编辑器 */
.editormd-fullscreen {
    z-index: 9999;
}

/* 联动下拉 */
.select-box {
    float: left;
    padding: 0 0 0 15px;
}

/* 分组 */
.block .block-content.block-group {
    overflow: visible;
}

/* 表格 */
.data-table-toolbar {
    margin-bottom: 10px;
}
.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:hover > .active,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover {
    background-color: #fffcef;
}
.js-table-checkable tbody tr, .js-table-sections-header > tr {
    cursor: default;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    font-family: "microsoft yahei", "source sans pro", "open sans", "helvetica neue", helvetica, arial, sans-serif;
}
.table-builder .css-checkbox {
    margin: 2px 0;
}
.table-builder .switch.switch-sm {
    margin: 0;
}
.table-builder thead .fa {
    padding-left: 5px;
}
.table-builder > tbody > tr > td {
    vertical-align: middle;
    padding: 10px;
}
.table-builder > tbody > tr > td .image {
    height: 40px;
}
.table-empty .empty-info{
    background: #fff;
    padding: 100px 0;
    font-size: 20px;
    color: #c7c7c7;
}
.pagination {
    margin: 0;
}
.pagination-info {
    line-height: 30px;
}
.data-table-toolbar .go-page{
    width: 45px;
    text-align: center;
    float: left;
    margin-right: 5px;
}
.data-table-toolbar .nums {
    float: right;
    width: 45px;
    text-align: center;
    margin-left: 5px;
}
.data-table-toolbar .nums-info {
    margin-top: 6px;
    margin-right: 5px;
}
.search-bar {
    width: 280px;
}
@media screen and (max-width: 425px){
    .search-bar {
        width: 100%;
        margin-bottom: 10px;
        float: none!important;
    }
}

/* 菜单页面 */
#menu_list {
    margin-bottom: 20px;
}
.dd3-handle {
    background: #ececec;
    cursor: move;
}
.dd3-handle:before {
    color: #a0a0a0;
}
.dd3-content {
    background: #f9f9f9;
    color: #5a5a5a;
}
.dd3-content:hover {
    background: #ececec;
    color: #5a5a5a;
}
.dd3-content .link {
    margin-left: 10px;
    font-weight: normal;
}
.dd3-content .action {
    display: inline-block;
    margin-left: 10px;
}
.dd3-content .list-icon{
    color: #5a5a5a;
    margin-left: 10px;
    display: none;
}
.dd3-content .list-icon:hover,
.dd-disable .list-icon:hover{
    color: #9a9a9a;
}
.dd-disable .dd3-content{
    background: #ffd5d0;
    color: #d2847b;
}
.dd-disable .dd3-content:hover{
    background: #fdc7c1;
}
.dd3-content:hover .list-icon{
    display: inline;
}
.dd-disable .dd3-handle{
    background: #fdc7c1;
}
.dd-disable .dd3-handle:hover{
    background: #e49d9d;
}
.dd3-item > button[data-action="collapse"],
.dd3-item > button[data-action="expand"] {
    color: #5a5a5a;
}
.dd-placeholder,
.dd-empty {
    background: #fffff3;
    border: 1px dashed #f3ddc6;
}

.connectedsortable {
    overflow: hidden;
}
.connectedsortable .sortable-item {
    border: 1px solid #dadada;
    margin-right: 10px;
    padding: 8px 10px;
    background: #f7f7f7;
    cursor: move;
}
.connectedsortable .sortable-item:hover {
    background: #efefef;
}

/* 模块、插件 */
.module-list h3 {
    font-weight: 300;
    font-size: 24px;
}

/* 访问授权 */
.auth-node {}
.auth-node-top {
    padding: 8px 20px;
}
.auth-node-parent {
    margin-bottom: 20px;
}
.auth-node-child {
    margin-left: 20px;
}
.auth-node-child .auth-node-child {
    margin-left: 20px;
    margin-bottom: 10px;
}

/* 数据授权 */
table.treetable {
    border: none;
}
table.treetable tr.branch {
    background: none;
}

/* select2 */
.select2-selection__rendered {
    min-width: 200px;
}
.select2-container--open {
    z-index: 1100;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}
.select2-container .select2-dropdown {
    margin-top: -1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered{
    padding-left: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin-left: 6px;
}

.uploader-list .danger {
    color: #d26a5c;
}

/* sweetalert */
.sweet-alert p {
    color: #bb2c2c;
    font-family: "microsoft yahei", "helvetica neue", helvetica, arial, sans-serif;
}

/* 隐藏表单项 */
.form_group_hide {
    height: 0;
    overflow: hidden;
    margin: 0;
}

/* 百度地图 */
.bmap{
    width:100%;
    height:500px;
    border: 1px solid #ccc;
}
.searchresultpanel{
    border:1px solid #c0c0c0;
    width:150px;
    height:auto;
    display:none;
}

/* 图片裁剪 */
.jcrop-active,
.jcrop-preview-parent{
    display: inline-block;
}
.jcrop-img {
    width: 750px;
    background: ;
    text-align: center;
    line-height: 0;
}
.jcrop-preview-parent{
    width:100px;
    height:100px;
    overflow:hidden;
    float: right;
}

/* 图片上传 */
.img-link{
    display: inline;
}

/* 时间段搜索 */
.toolbar-btn-action .time-filter {
    display: inline-block;
}
.toolbar-btn-action .input-daterange {
    width: 250px;
}

/* 表单按钮 */
.form-btn-parent {
    margin-top: 22px;
}
.form-btn {
    margin-bottom: 23px;
}
.col-md-12 > .form-btn-parent,
.col-md-12 > .form-btn-parent > .form-btn{
    margin: 0;
}

.breadcrumb {
    padding:10px 14px;
}

@media screen and (min-width: 768px){
    /* 面包屑导航 */
    .breadcrumb {
        padding: 10px 30px;
    }
}