﻿/******flex css ********/
.flex {
    display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.align-content-start {
    align-content: flex-start;
}

.flex-row-start {
    justify-content: flex-start;
}

.flex-row-end {
    justify-content: flex-end;
}

.flex-row-center {
    justify-content: center;
}

.flex-row-between {
    justify-content: space-between;
}

.flex-row-around {
    justify-content: space-around;
}

.flex-column-start {
    align-items: flex-start;
}

.flex-column-end {
    align-items: flex-end;
}

.flex-column-center {
    align-items: center;
}

.flex-column-baseline {
    align-items: baseline;
}

.flex-column-stretch {
    align-items: stretch;
}

.flex-column-self-start {
    align-self: flex-start;
}

.flex-column-self-end {
    align-self: flex-end;
}

.flex-column-self-center {
    align-self: center;
}

.flex-column-self-baseline {
    align-self: baseline;
}

.flex-column-self-stretch {
    align-self: stretch;
}

.flex-grow0 {
    flex-grow: 0;
}

.flex1 {
    flex: 1;
}

.flex-grow-1 {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
}

.flex2 {
    flex: 2;
}

.flex-grow-2 {
    flex-grow: 2;
    flex-basis: 0;
    overflow: hidden;
}

.flex3 {
    flex: 3;
}

.flex-grow-3 {
    flex-grow: 3;
    flex-basis: 0;
    overflow: hidden;
}

.flex4 {
    flex: 4;
}

.flex-grow-4 {
    flex-grow: 4;
    flex-basis: 0;
    overflow: hidden;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-shrink-1 {
    flex-shrink: 1;
}

.flex-shrink-2 {
    flex-shrink: 2;
}

.flex-shrink-3 {
    flex-shrink: 3;
}

.flex-shrink-4 {
    flex-shrink: 4;
}


.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.layout-header {
    background: url(../Images/topBg.png) repeat;
    background-color: #1f262d;
    line-height: 66px;
    height: 66px;
    font-size: 16px;
    border-bottom: solid 2px #000;
}

.layout-sidebar {
    background: url(../Images/bg-login.gif) repeat;
    background-color: #2a2d34;
}

.layout-container {
    top: 66px;
}

ul.menu > li > a:hover, ul.menu > li.open > a {
    background: #15a5fb;
}

.table {
    border: solid 1px #ccc;
}

.table > thead > tr > th {
    border-bottom: solid 1px #ccc;
    color: #000;
    font-size: 14px;
    background: url(../Images/mainTabTBg.png) repeat-x;
    text-align: center;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
}

.table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

.table > thead > tr > th a {
    color: #000;
}

.table > thead > tr > th:first-child {
    width: auto !important;
}

ul.menu ul.submenu {
    margin: 0;
}

ul.menu > li > a {
    border-top: dashed 1px #4c4b4b;
    font-size: 15px;
}

ul.menu > li > ul.submenu > li > a {
    border-top: dotted 1px #3b3b43;
    padding: 6px 8px 6px 35px;
}

ul.menu > li > ul.submenu > li > a:hover {
    background-color: #3e4b5c !important;
}

ul.menu > li > ul.submenu > li > .submenuASel {
    background: #585a61;
}

.btn-primary, .btn-danger, .btn-success, .btn-info, .myCssBtnSave, .green, .red, .btn-warning {
    /*background-color:#403d44!important;
    box-shadow:inset 1px 1px 1px #6e6c71;
    border:solid 1px #30272b!important;
    color:#fff;*/
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    box-shadow: inset 1px 1px 1px #f2f2f2;
}

.dd-list .red {
    background-color: #ed5565 !important;
}

.dd-list .green {
    background-color: #1c84c6 !important;
}

.btn-group, .btn-group-vertical {
    margin-bottom: 15px;
}

.dropdown-toggle {
    border: solid 1px #ccc;
}

.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:hover, .tabs .nav-tabs > li.active > a:focus {
    background-color: #15a5fb;
}

.select2-container .select2-dropdown {
    border: 1px solid #aaa;
}

.form-horizontal .form-group {
    margin: 0 0 10px 30px;
    border-bottom: dotted 1px #e6e5e5;
    padding-bottom: 10px;
}

.form-control:focus, .single-line:focus {
    border-color: #666 !important;
}

.myCssRoleDiv {
    padding: 10px 0 0 0;
}

.myCssRoleDiv .form-group .col-xs-10 label, #ajaxUserRole label {
    font-weight: normal;
}

#ajaxUserRole .form-group {
    padding-left: 40px;
}

.myCssBtnDiv {
    padding: 0px 0 0 0;
    text-align: center;
}

.btn-group .myCssBtnCZ {
    margin-left: 20px !important;
}

.myCssTree {
    border: 1px dotted #ccc;
    padding: 15px;
    margin: 10px 10px 20px 10px;
}

.dd-list .dd-item .dd-handle {
    border: dotted 1px #ccc;
}

.myCssBtnSave {
    border: solid 1px #ccc;
}

.myCssBtnSave:hover {
}

.layui-layer-title {
    font-size: 16px !important;
    background: url(../Images/ico5.png) no-repeat 14px 13px;
    background-size: 20px;
    padding: 0 80px 0 40px !important;
}

.form-horizontal .control-label {
    padding-top: 2px;
}

.form-details .form-group .col-xs-10 {
    padding-top: 2px;
}

.page-content .form-group .col-xs-10 select {
    margin-top: 2px;
}

.changepwd {
    width: 50% !important;
    min-width: 500px !important;
}

.form-horizontal .form-group .col-xs-12 .btn-block {
    width: 83%;
    float: right;
}

.header .pull-left .text-white img {
    height: 40px;
}

/*登录样式开始*/
.loginBody {
    background: url(../Images/bg-login.gif) repeat;
}

.loginBody .page-content {
    padding: 0;
}

.myLogin .form-horizontal .form-group {
    border-bottom: none;
}

.login {
    padding-top: 0 !important;
}

.myLoginLogo {
    background: url(../Images/bg-login-top.png) repeat-x;
    text-align: center;
    height: 206px;
    padding: 110px 0 0 0;
    margin-bottom: 40px;
}

.loginBody .single-line {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.loginBody .checkbox {
    text-align: right;
    padding-right: 5px;
    color: #fff;
}

.myLoginBtn {
    background-color: #15a5fb !important;
    box-shadow: 5px 5px 15px #77cbfd inset;
    border: none !important;
    font-size: 16px;
    width: 100% !important;
}

/*头部样式开始*/
.mainTop {
    position: relative;
    margin-top: 10px;
}

.mainTopRight {
    background: url(../Images/dateBg.png) no-repeat;
    width: 237px;
    height: 72px;
    position: absolute;
    top: -4px;
    right: 0px;
}

.mainTopRDateL {
    width: 95px;
    float: left;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 0 0 8px;
    height: 24px;
    line-height: 24px;
}

.mainTopRDateR {
    width: 140px;
    float: left;
    color: #15a5fb;
    font-size: 14px;
    padding: 6px 0 0 0;
}

.mainTopRDateL .mainTopRDateDay {
    font-size: 36px;
    height: 30px;
    line-height: 30px;
}

.mainTopRDateR span {
    display: block;
    text-align: right;
    margin-right: 20px;
    height: 24px;
    line-height: 24px;
}

.mainTopRDateR .mainTopRDateDay {
    font-size: 36px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

.mainTopLeft {
    margin-right: 260px;
}

.mainTopLeft h1, .mainCC h1 {
    font-size: 15px;
    background-color: #1cc2ff;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    margin: 0;
}

/*主体样式开始*/
.mainCC .maicCCH1 {
    background-color: #1cc2ff;
}

.mainCC .maicCCH2 {
    background-color: #ff9c00;
}

.mainCC .maicCCH3 {
    background-color: #242424;
}

.mainCC .maicCCH4 {
    background-color: #5da500;
}

.mainTopLeft h1 img, .mainCC h1 img {
    width: 18px;
    margin-right: 8px;
}

.mainTopLC {
    border: solid 1px #cdcdcd;
    border-top: none;
    padding: 15px 40px 15px 20px;
    background-color: #fff;
}

.mainTopLC .mainTopLC1 {
    display: block;
    float: left;
    margin: 0 20px;
}

.mainC {
    padding: 25px 0 0 0;
}

.mainC .mainCC {
    width: 49%;
    float: left;
    margin-bottom: 25px;
}

.mainC .mainCC:nth-child(2n+1) {
    margin: 0 2% 25px 0;
}

.mainCCC {
    border: solid 1px #cdcdcd;
    border-top: none;
    padding: 15px 20px;
    background-color: #fff;
}

.mainCCC img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.layui-layer-iframe .layui-layer-title {
    background-color: #333;
    color: #fff;
}

.layui-layer-iframe .layui-layer-ico {
    background: url(../Images/icon2.png) no-repeat;
}

.layui-layer-iframe .layui-layer-setwin .layui-layer-max {
    background-position: -98px -40px;
}

.layui-layer-iframe .layui-layer-setwin .layui-layer-close1 {
    background-position: -82px -42px;
}

.layui-layer-iframe .layui-layer-setwin .layui-layer-min cite {
    background-color: #fff;
}

.myCssDaoruBtn {
    text-align: center;
    margin-top: 20px;
}

/*统计新增样式开始*/
.o2o-tjCss1 {
    background-color: #15a5fb;
    color: white;
    padding: 10px;
}

.o2o-tjCss2 {
    background-color: white;
    padding: 5px;
    padding: 10px;
}

.o2o-tjCss11 {
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    height: 60px;
}

.o2o-tjCss21 {
    color: #15a5fb;
}

.o2o-tjCss3 {
    padding: 15px 0 0 0;
    text-align: center;
}

.o2o-tjCss31 {
    color: #15a5fb;
    line-height: 40px;
    font-size: 30px;
    height: 40px;
}

.highcharts-title {
    font-size: 14px !important;
}
/**
 * upload image
*/
.o2o-image-box-list {
    display: block;
    max-width: 600px;
}

.o2o-image-box-list::after {
    content: ' ';
    clear: both;
}

.o2o-image-box-list .o2o-image-box-item {
    width: 112px;
    height: 112px;
    padding: 5px;
    margin: 10px;
    border: 1px solid #c0c0c0;
    float: left;
}

.o2o-image-box-list .o2o-image-box-item .o2o-image-box-img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}

.o2o-image-box-list .o2o-image-box-item .o2o-image-box-add {
    max-width: 80px;
    max-height: 80px;
    vertical-align: middle;
}

.o2o-image-box-list .o2o-image-box-item .o2o-image-box-del-div {
    width: 20px;
    height: 20px;
    position: relative;
    top: -115px;
    right: -95px;
}

.o2o-image-box-list .o2o-image-box-item .o2o-image-box-del {
    width: 20px;
    height: 20px;
}

.o2o-image-box-list .o2o-image-box-item .o2o-image-box-item-div {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.o2o-template-levellink .level {
    width: calc(33.3% - 4px);
    display: inline-block;
}
.searchview{
    display: inline-block;
}

.searchview .level select{
    width: 100px;
}

.o2o-textbar-box {
    border: 5px solid #e0e0e0;
    border-radius: 5px;
    background-color: white;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
}