﻿/* 对话框 */
@media screen and (min-width: 768px) {
	.modal-dialog .modal-header{
		padding:10px;
		margin-bottom: 15px;
	}
	
	.modal-dialog .modal-header .modal-title{
		font-size:16px;
	}
	
	.modal-dialog label{
		text-align: right;
	    /* line-height: 34px;
	    height: 34px; */
	}	
	.modal-dialog .modal-footer{
		border-top: 1px solid #fff;
	}			
}


/* 加载图标 */
.theme .route-loading h1 {
    left: 50%;
    top: 50%;
    color: white;
    position: absolute;
    z-index: 2;
    width: 60px;
    font-size: 14px;
    height: 50px;
    margin-left: -30px;
    margin-top: -25px;
}

.theme .route-loading h1 .fa{
	font-size: 48px;
}

.theme .route-loading .route-loading-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #171616;
    opacity: 0.6;
}

/* 系统公告 */
.theme #sysMsg{
	top: 85px;
}

@media screen and (min-width: 768px){
	.theme #sysMsg {
	    top: 50px;
	}
}

.theme #sysMsg .alert{
	padding:8px;

}

.theme #sysMsg .alert-dismissible .close{
	right:0;
}

.theme #content.msgReaded {
    top: 160px;
}

@media screen and (min-width: 768px){
	.theme #content.msgReaded {
	    top: 86px;
	}
}

input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}

/* 登录页 */
.theme #content .signin-bg
{
	height:99.6%;
	background: none;
	display: none; 
}

/* .theme .page-signin
{
	height:100%;
	background:url(images/bg.png) top center no-repeat;
} */

.theme .signin-bg .ui-checkbox{
	color:#fff;
}

.theme .page-signin .signin-body{
	padding-top:115px;
	border:none;
}

.theme .page-signin :before{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.theme .singin-wrap{
	max-width: 500px;
	margin: 0 auto;
	background: rgba(230, 233, 236, 0.03);
	padding: 20px;
    box-shadow: none;
    border-radius: 2px;
}

@media screen and (max-width: 767px) {
	.theme .page-signin .signin-body{
		padding:0;
		background: rgba(230, 233, 236, 0.06);
		margin-top:0;
		box-shadow: none;
	}
	
	.theme .singin-wrap{
		background:none;
		box-shadow: none;
    	border-radius: 0;
	}
}

.theme .page-signin .glyphicon:before{
	content:'';
}

.theme .page-signin .signin-body {
  padding:10% 0 0 0 ;
  height:100%;
}

.theme .signin-body fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.theme .login_logo{
	height:75px;
	background:url(images/logo.svg) center top no-repeat;
background-size: 100% auto; 
}
.theme .page-signin .input-group-lg{
  width:100%;
  height:50px;
  background:#fefefe;
  margin-bottom:20px;
  border-radius:3px;
  overflow:hidden;
}
.theme .page-signin .input-group-addon{
	float:left;
	width:44px;
	height:50px;
	margin-left:6px;
	padding: 0;
    border: none;
    background-color: transparent;
}
.theme .page-signin .glyphicon-envelope{
	display:block;
	width:44px;
	height:50px;
	background:url(images/n.png) center center no-repeat;
}
.theme .page-signin .glyphicon-lock{
	display:block;
	width:44px;
	height:50px;
	background:url(images/p.png) center center no-repeat;
}
.theme .page-signin .input-group .form-control{
	float:left;
	width:85%;
	height:50px;
	padding:15px 20px 15px 0;
	border:none;
	outline:none;
	font-size:14px;
}

.theme .page-signin .ui-checkbox{
	padding-left:50px;
	position: relative;
	display:block;
	height:40px;
}
.theme .page-signin .ui-checkbox input[type="checkbox"] {
  display: none;
}
.theme .page-signin .ui-checkbox input[type="checkbox"] + span {
  font-weight: normal;
}

.theme .page-signin .ui-checkbox input[type="checkbox"]:checked + span:before {
  background-color: #1C7EBB;
  border: 1px solid #1C7EBB;
}

.theme .page-signin .ui-checkbox input[type="checkbox"] + span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -20px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.theme .page-signin .ui-checkbox input[type="checkbox"]:checked + span:after {
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 37px;
    display: block;
    border: 3px solid #eaeef1;
    border-left: transparent;
    border-top: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: 45deg;
}

.theme .page-signin .ui-checkbox span{
	color:#fff;
	font-size:12px;
}
.theme .page-signin .btn-block {
  padding:0;
  display: block;
  width: 100%;
  height:40px;
  background:-webkit-linear-gradient(top, #cd010d, #d3000f);
  background:-moz-linear-gradient(top, #cd010d, #d3000f);
  border:none;
  border-radius:3px;
  color:#fff;
  font:normal 15px/40px '微软雅黑';
  cursor:pointer;
}
.theme .page-signin .btn-block:hover{
  background:-webkit-linear-gradient(top, #cd010d, #d3000f);
  background:-moz-linear-gradient(top, #cd010d, #d3000f);
}
.theme .page-signin .container:after
{
	display:none;
}

/* 头部 */
.theme .top-header{
	background-color: #222533;
}

.theme .top-header .logo {
    position: absolute;
    width: 356px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background-color: #222533;
    text-indent:0;
    left:45px;
}

.theme .top-header .logo > a {
    background: url(images/logo.svg) left center no-repeat;
    background-size: auto 35px;
    height: 50px;
    display: block;
}

@media only screen and (max-width: 768px){
	.theme .top-header .logo > a {
		display:none;
	}
}

.theme .top-header .logo > a >img{
	height: 40px;
	margin-bottom: 5px;
}

.theme .top-header .menu-button{
	left:0;
}

.theme .top-header .toggle-min{
	left:15px;
}

@media screen and (max-width:767px){
	.theme .current-site{
		max-width: 280px;
		margin-top: -35px;
	    margin-right: -75px;	    
	}
	
	.theme .current-site .curr{
		display:none;
	}
}

.theme .current-site .dropdown>strong, .theme .current-site .dropdown>a, .theme .current-site .dropdown>a:hover, .theme .current-site .dropdown>a:focus{
	color:#fff;
}

.theme .current-site ul li{
	margin-bottom:10px;
}

.theme .current-site ul li a{
	border-radius: 50px;
}

.theme .current-site form{
	padding-bottom: 20px;
}


@media screen and (min-width:768px){
	.theme .current-site .dropdown-menu{
		width:350px;
	}
}

/* 左导航 */
.theme #nav-container{
	background-color: #f3f3f3;
}

.theme #nav-container .fa-caret-right:before{
	content:"\f054";
}

.theme #nav{
	font-weight:700;
	color:#666;
}

.theme #nav > li > a, .theme #nav a{
	color:#666;
}

.nav-min .theme #nav > li > a > i:before{
	color:#666;
}

.theme #nav .fa{
	font-size:10px;
}

.theme #nav .bg-success, .theme #nav .bg-danger, .theme #nav .bg-warning, .theme #nav .bg-info, 
.theme #nav .bg-primary-light, .theme #nav .bg-violet, .theme #nav .bg-primary{
	background-color: #efeeee;
	color:#000;
}

.theme #nav ul, .theme #nav a{
	background-color: #efeeee;
}


.theme #nav li:hover > a, .theme #nav li.open > a, .theme #nav li.active > a{
	color: #000;
    font-weight: bold;
}

.theme #nav li.open>a>i:before, .theme #nav li:hover>a>i:before{
	color: #000;
}



.theme #nav > li > a > i {
	width: 40px;
	border-right:none;
	border-bottom: 1px solid #e5e5e5;
	margin-right:5px;
}

.theme #nav  li.active > a{
  background-color: '';  
}

/* .theme #nav>li>ul>li.open>a{
	background-color: #f3f3f3;
} */


/* 内容区 */

.theme .view-container .page{
	padding-top:0;
}

.theme .view-container .breadcrumb{
	padding: 10px 15px;
	background-color: #f3f3f3;
	margin-left: -16px;
	margin-right: -16px;
}
.theme .dashboard{
	padding-top:20px;
	padding-left: 30px;
}
@media screen and (min-width:769px){
	.theme .view-container .openAccountForm{
		width:50%;
	}
	
	.theme .view-container .openAccountForm dt{
		width:200px;
	}
	
	.theme .view-container .openAccountForm dd{
		margin-left:220px;
	}
	
	.theme .view-container .openAccountForm h3{
		margin-top:40px;
		color: #666;
	    font-size: 18px;
	    font-weight: 600;		
	}
	
	.theme .view-container .editAccountForm{
		width:70%;
	}
	
	.theme .view-container .editAccountForm label{
		text-align: right;
	}
	
	.theme .view-container #planwiard label.col-sm-2{
		text-align: right;
	}
	
	.theme .view-container #planwiard .wizard > .content{
		background-color:#fff;
	}
	
	.theme .view-container #planwiard .wizard > .content > .body{
		padding:0px;
	}
	.theme .view-container #planwiard .panel{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.theme .view-container #planwiard .panel-heading{
		margin-top:40px;
		margin-bottom: 20px;
		background-color:#fff;
		border-bottom: 1px solid #e9e9e9;
	}
	
	.theme .view-container #planwiard .panel-heading span{
		color: #666;
	    font-size: 18px;
	    font-weight: 600;		 
	}
	
	.theme .view-container #planwiard .panel-body{
		border-top: 1px solid #fff;
	}		
	
	.theme .view-container #planwiard .panel-default{
		border-color:#fff;
	}
	
	.theme .view-container #planwiard .panel-title .fa{
		padding-right:5px;
	}
	
	
	.theme .search-date{
		float:right;
	}
	
	.theme .view-container  .search-plan-type{
		margin-bottom: 0px;    
	    margin-left: -10px;
	    margin-top: 40px;
	    padding-bottom: 0;
	}
	
	.theme .view-container  .report-chart{
		margin-top: 30px;
	}
	
	
	
	.theme .activity .common-tips, .theme .plan .common-tips, .theme .creative .common-tips{
		position:relative;
		top: 20px;
	}	
}

.theme .view-container  .search-index{
	margin-left: 10%;
}
.theme .table-dynamic .table-filters{
	    margin:0;
	    padding-left: 0;
	    padding-bottom: 0;
	}
	
.theme .table-dynamic .filter-result-info{
	padding-left: 0;
}
	
.theme .tips-wrapper{
    padding-left: 0;
    padding-top: 15px;
}
   
.theme .activity .search-mix, .theme .plan .search-mix, .theme .creative .search-mix{
	float:left;
	margin-top: -10px;
}

.theme .activity form:after,.theme .plan form:after,.theme .creative form:after{
	content:"."; display:block; height:0; visibility:hidden; clear:both; 
}

.theme .view-container #planwiard .content ul li{
	border: 1px solid #d4d3d3;
    border-radius: 50px;
    padding-left: 15px;
}

.theme .view-container .include-tips{
	padding: 20px 0 0 0;
}

.theme .table-bordered{
	border: 1px solid #ddd;
}

.theme table.table thead{
    background-color: #f3f3f3;
}

.theme tbody > tr:nth-child(even) {
    background-color: #fbfbfb;
}

.theme table tbody tr:hover{
	background-color: #f5f5f5;
}

/* .theme .table > thead > tr > th:nth-last-child(1), .theme .table > thead > tr > th:nth-last-child(2), .theme .table > thead > tr > td:nth-child, .theme .table > tbody > tr > th:nth-child, .theme .table > tbody > tr > td:nth-child, .theme .table > tfoot > tr > th:nth-child, .theme .table > tfoot > tr > td:nth-child {
	padding-right:15px;

} */

.theme .table > thead > tr > th:nth-last-child(1), .theme .table > thead > tr > th:nth-last-child(2){
	padding-right:15px;
}
.theme .search-date>label.ui-radio{
	margin: 0;
    padding: 3px 10px;
    cursor: pointer;
}

.theme .search-date>label:last-of-type {
	margin-right:10px;
}

.theme .search-date>label.ui-radio, .theme .search-date .ui-datepicker{
	margin-bottom: 5px;
}

.theme .search-date .ui-datepicker{
	width: 180px;
	margin-left: 0;
}
.theme .search-date .ui-onedatepicker{
	width: 95px;
	margin-left: 0;
}
@media screen and (max-width:767px){
	.daterangepicker .table-condensed > thead > tr > th, .daterangepicker .table-condensed > thead > tr > td, .daterangepicker .table-condensed > tbody > tr > th, .daterangepicker .table-condensed > tbody > tr > td, .daterangepicker .table-condensed > tfoot > tr > th, .daterangepicker .table-condensed > tfoot > tr > td{
		padding:0;
		padding-top:5px;
		font-size: 12px;
	}
}
.left .daterangepicker_input{padding-left:5px;}
.right .daterangepicker_input{padding-right:5px;}

.theme .search-date .dropdown-menu{
	min-width:320px;
}

.theme .search-date>label.selected{
	background:#3c7db9;
	color:#fff;
}

.theme .report-search{
	padding:15px 0 15px 0;
}
.theme .ui-tab{
	padding-top:20px;
}

.theme .info-tips{
	margin-top:20px;
	font-size:16px;
}
.theme .info-tips span{
	color:#333;
	font-size:18px;
	margin-right:20px;
}
.theme .info-tips b{
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.theme .info-tips button{
	color:#3c7db9;
	border-color:#fff;
}
