
body {
    position: relative;
}

p {
    word-break: break-all;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mainwrap {
    min-height: 500px;
}

.navbar-static-top {
    margin-bottom: 19px;
}

a, a:hover {
    text-decoration: none;
}

    a.btn-link.on {
        text-decoration: underline;
        color: #463265;
    }

.error-body{
    padding:0 0 84px 0;
}

.float_End {
    position: fixed;
    background: #e2ecf6;
    bottom: 0;
    padding: 0 0 10px 0;
    width: 100%;
}

.subhtype {
    background-color: #eee;
    margin-left: 25px;
    padding: 3px;
}

.bs-docs-sidebar .nav > li > a {
    display: block;
    padding: 4px 20px;
    font-weight: 500;
    font-size: 13px;
    color: #999;
}

.bs-docs-sidebar.affix-top {
    position: fixed;
    top: 220px;
}

.nav > li > a.active {
    background-color: #eee;
    text-decoration: none;
}
/** 地图**/
#map_canvas, #bdMaps, #googleMaps {
    height: 450px;
    margin-bottom: 30px;
    border: 1.5px solid #ddd;
    border-radius: 15px 15px;
}

.pmid {
    margin: 60px auto;
    text-align: center;
}

.box, .box a {
    color: black;
}

.fright {
    float: right;
}

.form-inline .form-group {
    margin-bottom: 10px;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.panel-body .form-control {
    width: 100%;
}

.inblock {
    display: inline-block;
}

.label-normal {
    font-weight: normal;
}

.projects .thumbnail .caption {
    height: 220px;
    overflow-y: hidden;
    color: #555;
}

.btn-tran {
    border: solid 1px #357ebd;
    padding: 6px 12px;
    margin: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
}

.avator {
    position: relative;
    width: auto;
    min-height: 1px;
    padding: 0 15px;
    float: left;
}

.thumbnail {
    margin-top: 10px;
}

    .thumbnail img {
        max-width: 100%;
    }

.modal-dialog .modal-body {
    padding-bottom: 0px;
}

.modal-body textarea {
    width: 100%;
}
/* Masthead (headings and download button) */
.bs-masthead {
    position: relative;
    padding: 30px 15px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

    .bs-masthead h1 {
        font-size: 50px;
        line-height: 1;
        color: #fff;
    }

    .bs-masthead .btn-outline-inverse {
        margin: 10px;
    }

/* Links to project-level content like the repo, Expo, etc */
.bs-masthead-links {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 15px;
    list-style: none;
    text-align: center;
}

    .bs-masthead-links li {
        display: inline;
    }

        .bs-masthead-links li + li {
            margin-left: 20px;
        }

    .bs-masthead-links a {
        color: #fff;
    }

@media screen and (min-width: 768px) {
    .bs-masthead {
        text-align: left;
        padding-top: 140px;
        padding-bottom: 140px;
    }

        .bs-masthead h1 {
            font-size: 60px;
        }

        .bs-masthead .lead {
            margin-right: 25%;
            font-size: 30px;
        }

        .bs-masthead .btn-outline-inverse {
            width: auto;
            margin: 20px 5px 20px 0;
            padding: 18px 24px;
            font-size: 21px;
        }

    .bs-masthead-links {
        padding: 0;
        text-align: left;
    }
}


/* Homepage variations */
.bs-docs-home .carbonad {
    margin: 0 -15px 40px !important;
}

@media screen and (min-width: 480px) {
    .bs-docs-home .carbonad {
        width: 330px !important;
        margin: 0 auto 40px !important;
        border-radius: 4px;
    }
}

@media screen and (min-width: 768px) {
    .bs-docs-home .carbonad {
        float: left;
        width: 330px !important;
        margin: 0 0 30px !important;
    }

    .bs-docs-home .bs-social,
    .bs-docs-home .bs-masthead-links {
        margin-left: 350px;
    }
}

@media screen and (min-width: 992px) {
    .bs-docs-home .carbonad {
        position: static;
    }
}

@media screen and (min-width: 1170px) {
    .bs-docs-home .carbonad {
        margin-top: -25px !important;
    }
}

.bs-docs-home,
.bs-header {
    color: #cdbfe3;
    background-color: #563d7c;
    background-image: url(../images/bg.png);
}

/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */
.bs-docs-nav {
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    background-color: #563d7c;
    border-color: #463265;
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
}

    .bs-docs-nav .navbar-collapse {
        border-color: #463265;
    }

    .bs-docs-nav .navbar-brand {
        color: #fff;
    }

    .bs-docs-nav .navbar-nav > li > a {
        color: #cdbfe3;
    }

        .bs-docs-nav .navbar-nav > li > a:hover {
            color: #fff;
        }

    .bs-docs-nav .navbar-nav > .active > a,
    .bs-docs-nav .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #463265;
    }

    .bs-docs-nav .navbar-toggle {
        border-color: #563d7c;
    }

        .bs-docs-nav .navbar-toggle:hover {
            background-color: #463265;
            border-color: #463265;
        }

/*  reset default CSS Style */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #463265;
}

.info {
    padding: 10px;
}

/*
 * Main pages
 *
 * Turn the `.navbar` at the top of the docs purple.
 */
#pages, .pagesinfo {
    float: right;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    #pages a, #pages span {
        padding: 6px 12px;
        margin-left: -9px;
        line-height: 1.428571429;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

        #pages a:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        #pages a:first-child {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        #pages a.active, #pages span.active {
            background-color: #428bca;
            color: #fff;
            border: 1px solid #428bca;
        }

.pagesinfo {
    float: left;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
}

    .pagesinfo strong {
        font-size: 19px;
        font-style: italic;
        padding: 6px;
    }


/*jquery.ui.theme.mins 重置样式 */
.ui-widget-header {
    border: none;
    background: transparent;
    color: #333;
}

/* nav 下拉样式更改*/
.dropdown-menu {
    min-width: 100px;
    opacity: 0.9;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #262626;
        background-color: #f5f5f5;
    }

.form-control {
    font-size: 13px;
}

/* 广告销控中panel */
ul.select-panel li.active a {
    font-weight: 600;
    color: #324142;
}

ul.select-panel li {
    padding: 5px 10px;
}

ul.select-panel {
    margin-bottom: 0px;
    /*height: 26px;*/
    overflow: hidden;
}

div.chevron {
    position: relative;
    bottom: -12px;
}

    div.chevron span {
        background-color: #fff;
        padding: 0 5px;
    }

/* dialog 样式重载*/
.ui-dialog .ui-dialog-titlebar {
    padding: 5px 15px;
    border-color: white;
    font-size: 18px;
    text-decoration: none;
    background: none;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ccc;
}

.ui-dialog .ui-dialog-title {
    float: left;
    color: #404040;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

/* 新闻页*/
#masonryCoverImageUrl .item {
    width: 100%;
}

#newsCreateEditForm .col-md-8 .col-xs-6 {
    padding: 0;
    padding-right: 5px;
}

#newsCreateEditForm .form-group {
    margin-top: 0;
}

/* 审核认证页最高度，*/
.contain {
    min-height: 800px;
}

.form-group a.cke_button__image {
    display: none;
}
/* 广告销控 */
#insert, #edit {
    z-index: 10;
    width: 160px;
}

    #insert ul, #edit ul {
        margin-left: -30px;
    }

        #insert ul li, #edit ul li {
            list-style: none;
            height: 30px;
            line-height: 30px;
        }

#adReservationEditForm .control-label, #adReservationVerifyForm .control-label, #replyForm .control-label {
    padding-top: 0;
}

div .adReservation-body {
    padding-bottom: 0;
}

/* 咨询相关文章*/
.artitems {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

    .artitems .artTitle {
        display: block;
        float: left;
        width: 90%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.gryicon-right {
    float: right;
    margin: 5px;
    cursor: pointer;
}

/* pinnedbox*/
.pinnedbox {
    margin-top: 35px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

#replyForm span.label {
    margin-right: 5px;
}

#replyForm .control-label {
    margin-bottom: 5px;
}

.thumbnail .caption {
    padding-bottom: 3px;
    overflow: hidden;
}

.bs-exampler {
    margin: 15px 15px 30px 15px;
    padding: 0px 15px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
}

/* home/index reset hr**/
.thumbnail hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.upload {
    width: 500px;
    height: 460px;
    text-align: center;
    padding: 5px 60px;
}

.uploadify {
    /*margin:0 auto;*/
    /*margin-left:68px;*/
}

.uploadify-queue-item {
    margin: 5px auto;
}

.upload .ImagePreviewBox {
    width: 380px;
    margin: 10px auto;
    height: 250px;
    border: 1px solid silver;
    border-radius: 10px;
}

.progress {
    width: 380px;
    height: 47px;
    margin: 0 auto;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}

/*.uploadbtn {
    position: absolute;
    left: 10px;
}*/

/***colorbox 文字颜色 样式*/
#colorbox {
    font-size: 14px;
    color: #0c0101;
}


.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.bs-box {
    margin: 15px 10px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
}

#siteInfoUl {
    margin: 30px 15px 30px 0px;
    border-right: 1.5px solid #fcc;
}

.input-box {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.box-m {
    display: inline-block;
    margin-top: 6px;
}

.label {
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
    padding: 0.3em .6em .5em;
}

.pad-lr-15 {
    padding: 0 15px;
}

#siteInfoUl {
    position: fixed;
    width: 240px;
}

.site-box {
    display: inline-block;
    height: 320px;
}

.site-imgbox {
    display: inline-block;
    height: 158px;
    width: 158px;
    border: 1px solid #eee;
    border-radius: 4px;
}

#cboxClose {
    top: 0;
}

.form-horizontal .control-label {
    padding-left: 15px;
    font-weight: normal;
}

#RmdSiteList {
    border-left: 1px solid #eee;
    margin-top: 10px;
}

.span-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.msgHeader {
    background-color: #eee;
}

.msgPanel {
    background-color: #f5f5f5;
}

.msgPanel, .msgHeader {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

    .msgPanel .msg-date, .msgHeader .msg-date {
        color: #999;
        font-size: 12px;
    }

    .msgPanel .msg-title, .msgHeader .msg-title {
        color: #428bca;
    }

#SiteInfoRight {
    padding-left: 15px;
    padding-right: 15px;
}

.table-left-box {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5f5f5;
    text-align: left;
}

/** start sortable css style*/
.sortable {
    margin: auto;
    padding: 0;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sortable.grid {
        overflow: hidden;
    }

    .sortable li {
        list-style: none;
        border: 1px solid #CCC;
        background: #F6F6F6;
        font-family: "Tahoma";
        margin: 1%;
        padding: 5px;
        height: 22px;
        cursor: move;
    }
    .sortable li:hover{
        background:#ddd;
        opacity:0.8;
        filter:alpha(opacity=80);
        -moz-opacity:0.8;
    }

    .sortable.grid li {
        float: left;
        width:98%;
        height: 280px;
        text-align: center;
    }
@media (min-width:768px){
    .sortable.grid  li{
        width: 48%;
    }
}
@media (min-width:992px){
    .sortable.grid  li{
        width: 31%;
    }
}

li.highlight {
    background: #FEE25F;
}

li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}

.thumb-box {
    display: block;
}

    .thumb-box > img, .caption > .btn-box {
        text-align: center;
        margin: 10px auto;
    }

.title-wrap {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** end sort css style**/
.page-box .form-group{margin-left:0px; margin-right:0px;}
.headimg{border:1px solid #dbdbdb;border-radius:10px;}
.noshow{display:none}
.img-selected {
    border: 1px solid rgb(21, 189, 10);
}
.msg-dialog{margin-top:20px;}
.msg-dialog .panel{width:53%;}
.msg-dialog .panel-info{float:right}

.nav-tabs{padding-left:5px;margin-top:5px;}
.no-padding{padding-left:0;}

.mytabs{position:relative;top:1px;}

