/* ====== 自带样式 ====== */

/* 必填项加星 */
div.required label:before {
    content: "* ";
    color: red;
}

/* 导航标签 */
.content-tabs {
    border-bottom: solid 2px #ecf0f5;
    position: relative;
    height: 42px;
    background: #fafafa;
    line-height: 40px;
}

.content-tabs .roll-nav,
.page-tabs-list {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #777;
    z-index: 2;
    top: 0;
}

.content-tabs .roll-left {
    left: 0;
    border-right: solid 1px #e4eaec;
}

.content-tabs .roll-right {
    right: 0;
    border-left: solid 1px #e4eaec;
}

.content-tabs button {
    background: #fff;
    border: 0;
    height: 40px;
    width: 40px;
    outline: none;
}

.content-tabs button:hover {
    background: #fafafa;
}

nav.page-tabs {
    margin-left: 40px;
    width: 100000px;
    height: 40px;
    overflow: hidden;
    background: #FFFFFF;
}

nav.page-tabs .page-tabs-content {
    float: left;
}

.page-tabs a {
    display: block;
    float: left;
    border-right: solid 1px #e4eaec;
    padding: 0 7px 0px 10px;
    color: #777;
}

.page-tabs a:hover,
.content-tabs .roll-nav:hover {
    color: #777;;
    background: #ecf0f5;
    cursor: pointer;
}

.page-tabs a i {
    color: #777;
    /* padding-left: 6px; */
    padding:0px 6px;
    margin: 0px 0px 0px 4px;
}

.page-tabs a.active,
.page-tabs a.active:hover
/* .page-tabs a.active i,
.page-tabs a.active i:hover  */
{
    background: #eef1f7;
    color: #111;
}

.page-tabs a i{
    display: inline-flex;
    position: relative;
    top: 0px;
    height: 16px;
    width: 16px;
    /* -moz-padding-top: 0px; */
    padding-top: 1px;
    align-items: center;
    justify-content: center;

}



.page-tabs a i:hover {
    background: #d1d4da;
    border-radius: 50%;
}

.page-tabs-content a{
    color: #111;
}

.roll-right.J_tabRight {
    right: 120px;
}

.roll-right.btn-group {
    right: 40px;
    width: 80px;
    padding: 0;
}

.roll-right.btn-group button {
    width: 80px;
}

.roll-right.J_tabExit {
    background: #fff;
    height: 40px;
    width: 40px;
    outline: none;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

/* 内边距 & 外边距 */

.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

/* Tabs */

.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    background-color: #fff;
}

.tabs-container .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
}

.tabs-container .nav-tabs {
    border-bottom: 1px solid #e7eaec;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
}

.tabs-container .nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-container .tabs-left .panel-body {
    position: static;
}

.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
    display: none;
}

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
    display: block;
}

.tabs-container .tabs-below > .nav-tabs {
    border-top: 1px solid #e7eaec;
}

.tabs-container .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-container .tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}

.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #e7eaec;
    border-bottom-color: transparent;
}

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

.tabs-container .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
}

.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
    border-color: #e7eaec transparent #e7eaec #e7eaec;
    *border-right-color: #ffffff;
}

.tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

.tabs-container .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
}

.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
    border-color: #e7eaec #e7eaec #e7eaec transparent;
    *border-left-color: #ffffff;
    z-index: 1;
}

/* jsTree */

.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
}

.jstree-default .jstree-icon.none {
    width: 0;
}

/* 定制样式 */
.rfMainContent {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.rfTopMenuHover {
    background-color: rgba(0,0,0,.1);
    color: #f6f6f6;
}

.rfTopMenu,
.pointer{
    cursor:pointer;
}

.rfAddonMenu .nav > li > a {
    padding: 8px 15px;
    font-size: 14px;
}

.rfAddonMenu .box-header{
    padding: 10px;
}

.rfAddonMenu .box-title{
    font-size: 16px;
}

.rfAddonAddMenu{
    margin-left:-15px;
    margin-bottom:10px;
}

.rfHeaderFont,
.rfHeaderFont:hover {
     padding-right: 7px;
     font-size: 14px;
 }

.rfHeaderFont i {
    font-size: 10px;
}

.normalPaddingRight .active {
    border: 2px solid #1ab394 !important;
    box-sizing: border-box;
}

.rf-auto {
    overflow: auto;
}

.rf-m {
    margin-right: 15px;
    margin-left: 15px
}

.rf-box-title {
    font-weight: 500;
    color: #526069;
    font-size: 16px;
    margin-top: 0;
}

.rf-img-md {
    width:30px;
    height:30px;
    float: left;
}

.rf-img-lg {
    width: 100px;
    height: 100px;
}

.rule-photo-list{
    margin: 0;
}
.rule-photo-list .img-box{
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;border: 1px #efefed solid;
    color: #76838f;
}
.rule-photo-list .img-box img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    opacity: 1;
}

.sweet-alert h2 {
    font-weight: 300;
    font-size:16px;
    line-height: 22px;
}

.btn-w-m {
    min-width: 140px;
}

/* ====== 图片文件上传 ====== */

/* 上传图片/文件 */
.upload-box {
    margin-top: 15px;
    width: 112px;
    height: 112px;
}

.fontColorWhite {
    color: #fff !important;
}

.halfOpacityBlackBG {
    background-color: rgba(0, 0, 0, 0.5);
}

.absoluteFullSize {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

/* 图片相册样式 */
.photo-list{
    margin: 0;
    padding: 0;
}
.photo-list ul{
    margin-top: -25px;
    margin-left: -55px;
}
.photo-list ul li{
    float: left;
    margin-right: 15px;
    text-align: center;
    *width: 118px;
    list-style-type:none;
}
.photo-list ul li .img-box{
    position: relative;
    overflow: hidden;
    width: 112px;
    height: 112px;
    margin-top: 15px;
    cursor: pointer;border: 1px #efefed solid;
}
.photo-list ul li .img-box .backgroundCover{
    background-size: cover;
    background-position: center center;
}

.photo-list ul li .img-box.selected{
    border: 3px #f60 solid;
}
.photo-list ul li .img-box img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    opacity: 1;
}
.photo-list ul li .img-box:hover .delimg{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    background: url(../img/delete.png) no-repeat;
    background-size:25px 25px;
    cursor: pointer;
    overflow: hidden;
}

/* 多图上传 */
.multi-container {
    margin-bottom: 10px;
}
.multi-container .webuploader-container{
    position: relative;
}
.multi-container .webuploader-element-invisible{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.multi-container .photo-list .webuploader-container .webuploader-pick{
    line-height: 110px;position: relative;
    display: inline-block;
    overflow: hidden;
    width: 110px;height: 110px;
    padding: 0;cursor: pointer;text-align: center;
    color: #333;border: 1px #ddd dashed;
    background: url(../img/add-img2.png) no-repeat center center;
}

.multi-container .file-list .webuploader-container .webuploader-pick{
    line-height: 110px;position: relative;
    display: inline-block;
    overflow: hidden;
    width: 110px;height: 110px;
    padding: 0;cursor: pointer;text-align: center;
    color: #333;border: 1px #ddd dashed;
    background: url(../img/add-img2.png) no-repeat center center;
}

.multi-container .webuploader-container .webuploader-pick-disable{
    pointer-events: none;
    opacity: .6;
}
.multi-container .webuploader-container .preview{
    position: absolute;
    top: 0;
    left: 0;
}
.multi-container .webuploader-container .preview a{
    line-height: 110px;
    display: block;
    width: 110px;
    height: 110px;
    text-align: center;
    vertical-align: middle;
}
.multi-container .webuploader-container .preview a img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}


/* 文件样式 */
.file-list{
    margin: 0;
    padding: 0;
}
.file-list ul{
    margin-top: -25px;
    margin-left: -55px;
}
.file-list ul li{
    float: left;
    margin-right: 15px;
    text-align: center;
    *width: 118px;
    list-style-type:none;
}
.file-list ul li .img-box{
    position: relative;
    overflow: hidden;
    width: 112px;
    height: 112px;
    line-height: 112px;
    margin-top: 15px;
    cursor: pointer;border: 1px #efefed solid;
}
.file-list ul li .img-box .fa{
    font-size: 30px;
    color: #999999;
}

.file-list ul li .img-box.selected{
    border: 3px #f60 solid;
}
.file-list ul li .img-box img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    opacity: 1;
}
.file-list ul li .img-box:hover .delimg{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    background: url(../img/delete.png) no-repeat;
    background-size:25px 25px;
    cursor: pointer;
    overflow: hidden;
}

.multi-container .file-list .webuploader-container .webuploader-pick{
    line-height: 110px;position: relative;
    display: inline-block;
    overflow: hidden;
    width: 110px;height: 110px;
    padding: 0;cursor: pointer;text-align: center;
    color: #333;border: 1px #ddd dashed;
    background: url(../img/add-file.png) no-repeat center center;
    background-size: 35px;
}

/* ====== 替换AdminLTE样式 ====== */

.content-header > .breadcrumb {
    top: 8px;
}

.login-page {
    height: auto;
    background: #2d3a4b;
/*    background: url("../img/login-bg.jpg") no-repeat center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255,255,255,.95);
}

.box-body,
.box-footer{
    padding:  20px 20px;
}

.box-header{
    padding:  20px 25px 10px 20px;
}

.box-header > .box-tools {
    right: 10px;
    top: 20px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-size: 16px;
    color: #37474f;
}

.box {
    border-top: 0;
    box-shadow: 0 0 0;
}

.table-responsive {
    border: 0;
}

.treeview-menu > li > a {
    font-size:12px;
}


.label {
    font-weight: 500;
}

.label-primary,
.btn-primary,
.btn-primary:hover{
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.label-default{
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec;
}
.label-default[href]:hover, .label-default[href]:focus {
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec;
    text-decoration: none;
}
.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.label-success_2 {
    background-color: #26c281
}

.label-success,
.btn-success,
.btn-success:hover{
    background-color: #82b440;
    border-color: #82b440;
}

.label-info,
.btn-info,
.btn-info:hover{
    background-color: #0bb2d4;
    border-color: #0bb2d4;
}

.label-warning,
.btn-warning,
.btn-warning:hover{
    background-color: #e79857;
    border-color: #e79857;
}

.label-danger,
.btn-danger,
.btn-danger:hover{
    background-color: #e9595b;
    border-color: #e9595b;
}

.btn-white,
.btn-white:hover{
    background-color: #ffffff;
    color: #76838f;;
    border-color: #ddd;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #62a8ea !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #62a8ea;
}

.form-control {
    color: #555555;
}

.form-control:focus {
    border-color:#ccc;
}

a:hover, a:active, a:focus {
    color: rgb(62, 142, 247);
}

.table-bordered {
    border: 1px solid #e7eaec;
}

.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 #edf0f2;
    border-top-color: rgb(213, 212, 212);
}

.skin-blue-light .sidebar-menu > li > a,
.skin-black-light .sidebar-menu > li > a,
.skin-purple-light .sidebar-menu > li > a,
.skin-green-light .sidebar-menu > li > a,
.skin-red-light .sidebar-menu > li > a,
.skin-yellow-light .sidebar-menu > li > a{
    font-weight: 500;
}

.sorting_desc, .sorting_asc, .sorting {
    position: relative;
    cursor: pointer;
    padding-right: 20px !important;
}
thead th a:before {
    content: "\f0dc";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    color: #999;
}
thead th a.desc:before {

    content: "\f0d7";
    color: #222;
}
thead th a.asc:before {
    content: "\f0d8";
    color: #222;
}
.hyFloatHeader thead th a,.kv-table-float thead th a{
    position: relative;
    cursor: pointer;
    padding-right:20px !important;
    display: inline-block;
}
.text-success {
    color: #3c763d;
}
.text-error{
    color:#a94442;
}
.text-red{
    color:red;
}
.text-yellow{
    color:#eeeb00;
}
.text-purple {
    color:#8e44ad;
}
.text-blue{
    color: #0bb2d4;
}













/* ====== 替换其他组件样式 ====== */

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0;
}

.select2-container--krajee .select2-selection {
    border-radius: 0;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}

/*.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #62a8ea;
}*/
.select2-dropdown {
    border-radius: 0 0 4px 4px !important;
}
.select2-results__option.select2-results__option--highlighted{
    font-size: 12px;
}
.datepicker table tr td .active:active,
.datepicker table tr td .active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea;
}

/* ====== 替换基础样式 ====== */

.modal-body {
    padding: 20px 30px;
    overflow: auto;
}

.nav-tabs-custom > .tab-content {
    padding: 10px 20px 10px 20px;
}

body {
    background: #eef1f7;
    font-size: 13px;
    font-family:
            -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Liberation Sans","PingFang SC","Microsoft YaHei","Hiragino Sans GB","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,SimSun,"WenQuanYi Zen Hei Sharp",sans-serif;
    font-weight:300;
    color: #76838f;
}

.rfHeaderFont,
.rfHeaderFont:hover,
.content-header > .breadcrumb > li > a,
.main-footer,
.modal .panel-body,
.panel-default > .panel-heading,
.table {
    color: #616161;
}

.nav > li > a,
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #76838f;;
}

.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-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}
@media screen and (max-width: 767px){
    .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: 1px solid #edf0f2 !important;
    }
}
.pagination {
    margin: 0;
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #62a8ea;
}

.text-success {
    color: #18bc9c !important;
}

/**  关于素材库/自定义菜单 **/

/** ====================================重载==================================== **/
a {
    color: inherit;
}
/** ====================================间距==================================== **/

.postToolbar{
    font-size: 15px;
}

/*!*小盒子内容区的样式，display:inline-block：实现 效果*!*/
.inlineBlockContainer .normalPaddingRight{
    width:100%;
    display:inline-block
}

.separateFromNextBlock {
    margin-bottom: 10px;
}
.separateFromNextBlockFar {
    margin-bottom: 20px;
}
.separateFromNextInlineBlock {
    margin-right: 10px;
}
.separateFromNextInlineBlockFurther {
    margin-right: 20px;
}
.separateChildrenWithLine > *:not(:last-child) {
    border-bottom: 1px solid #e7eaec;
}
.separateChildren.further > * {
    margin-bottom: 20px;
}
.separateInlineChildren > *:not(:last-child) {
    margin-right: 10px;
}
.separateInlineChildren.includeLastOne > *:last-child {
    margin-right: 10px;
}
.separateInlineChildren.closer > * {
    margin-right: 5px;
}
.separateInlineChildren.closer.includeLastOne > *:last-child {
    margin-right: 5px;
}

.normalPaddingTop {
    padding-top: 5px;
}

.normalPadding {
    padding: 10px;
}
.normalPaddingJustH {
    padding-left: 10px;
    padding-right: 10px;
}
.normalPaddingJustV {
    padding:0;
    max-width: 20%;
    margin-right:4px;

}
.modal-title{
    font-size: 16px;
}
.normalPaddingJustV .form-control{
    border-radius: 3px 0 0 3px;
    font-size: 12px;
}
.normalPaddingRight {
    padding-right: 10px;
}
.noPaddingH {
    padding-left: 0;
    padding-right: 0;
}
.noPaddingV {
    padding-top: 0;
    padding-bottom: 0;
}
.farPadding {
    padding: 20px;
}
.farPaddingJustH {
    padding-left: 20px;
    padding-right: 20px;
}
.farPaddingJustV {
    padding-top: 20px;
    padding-bottom: 20px;
}
/** ====================================边框==================================== **/
.borderColorGray {
    border: 1px solid #e7eaec !important;
}
.borderBottomColorGray {
    border-bottom: 1px solid #e7eaec !important;
}
.borderRightColorGray {
    border-right: 1px solid #e7eaec !important;
}
/** ====================================布局==================================== **/
.displayAsBlock {
    display: block;
}
.displayAsInlineBlock {
    display: inline-block;
}
.relativePosition {
    position: relative;
}
.absolutePosition {
    position: absolute;
}
.fullWidth {
    width: 100%;
}
.fullHeight {
    height: 100%;
}
.maxWidthFull {
    max-width: 100%;
}
.maxHeightFull {
    max-height: 100%;
}
.absoluteFullSize {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.hAbsoluteCenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.vAbsoluteMiddle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.absoluteCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/** 伸缩盒子布局 **/
.flex-row {
    display: flex;
}
.flex-row > * {
    display: block;
}
.flex-col {
    flex: 1;
}
.flex-hAlignCenter {
    justify-content: center;
}
.flex-hAlignBalance {
    justify-content: space-between;
}
.flex-autoWidthRowElem {
    flex: initial;
    width: auto;
}
.flex-vAlignCenter {
    align-items: center;
}
.flex-vAlignEnd {
    align-items: flex-end;
}
.flex-vDirection {
    flex-direction: column;
}
.hAlignCenter {
    text-align: center;
}
.overflowHidden {
    overflow: hidden;
}
.inlineBlockContainer {
    font-size: 0;
}
.inlineBlockContainer > * {
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
}
.inlineBlockContainer.vAlignTop > * {
    vertical-align: top;
}
.inlineBlockContainer.col2 > * {
    width: 50%;
}
.inlineBlockContainer.col3 > * {
    width: 33.3%;
}
.inlineBlockContainer.col4 > * {
    width: 25%;
}
.inlineBlockContainer.col5 > * {
    width: 20%;
}
/** ==================================背景================================== **/
.whiteBG {
    background-color: white;
}
.backgroundCover {
    background-size: cover;
    background-position: center center;
}
.halfOpacityBlackBG {
    background-color: rgba(0, 0, 0, 0.5);
}
/** ==================================文本================================== **/
.fontSizeXS {
    font-size: 12px !important;
}
.fontSizeS {
    font-size: 13px !important;
}
.fontSizeM {
    font-size: 14px !important;
}
.fontSizeMM {
    font-size: 15px !important;
}
.fontSizeL {
    font-size: 16px !important;
}
.fontSizeXL {
    font-size: 18px !important;
}
.fontSizeXXL {
    font-size: 20px !important;
}
.fontSizeXXXL {
    font-size: 22px !important;
}
.fontColorGray {
    color: #999 !important;
}
.fontColorWhite {
    color: #fff !important;
}
/** ====================================组件==================================== **/
.cursorPointer {
    cursor: pointer;
}
.appInput {
    border: none;
    padding: 5px 10px;
}
.appInput.largeSize {
    line-height: 46px;
    font-size: 22px;
}
.appTextarea {
    padding: 5px;
    -webkit-appearance: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #e7eaec;
}
.tabBarItem {
    line-height: 50px;
    width: 10em;
    display: inline-block;
    border-bottom: 3px solid transparent;
    text-align: center;
    cursor: pointer;
}
.tabBarItem.active {
    color: #428bca;
    border-bottom: 3px solid #428bca;
}
.bottomBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
}
.appFileInput {
    width: 0;
    height: 0;
    -webkit-appearance: none;
}
input[type=file].appFileInput:focus {
    outline: none;
    outline-offset: initial;
}
/** ==================================== 通用 ==================================== **/
.mainPostCover {
    background-color: #ececec;
}
.subPostCover {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #ececec;
}

/** ==================================== 自定义菜单 ==================================== **/

.menuView{
    height: 500px;
    position: relative;
    background-color: white;
}

.menuView .btn-white{
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 0;
    background: #FAFAFA;;
}

.menuView .btn-white:hover{
    border: 1px solid #079200;
    background-color: #fff;
    color: #079200;
}

.custommenu{
    position: relative;
}
.custommenu_sub_container{
    position: absolute;
    width: 100%;
    bottom: 100%;
}

.ng-binding {
    font-size: 15px;
    line-height: 30px;
}

.phone-header {
    position: relative;
    background: transparent url(../img/bg_mobile_head_default.png);
    background-position: 0 0;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #e7e7eb;
}

.phone-foot{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e7e7eb;
    background: url(../img/bg-mobile-foot-default.png);
    background-position:0 -3px;
    background-repeat: no-repeat;
    padding-left: 43px;
    margin-bottom: 0;
}
.note.note-success {
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #58d0da;
    border-radius: 0 4px 4px 0;
}
.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
}