.container {
	width: 100%;
}
textarea {
  resize: vertical;
  min-height: 34px;
}
.react-datepicker__input-container input {
	width: 200px;
	height: 34px;
	border: 1px solid #ccc;
	padding: 6px 12px;
}
.input-group.date {
	padding-left: 15px;
}

.box-toolbar {
	margin:1.5rem;
	text-align: right;
}
.box-toolbar input {
	width: 120px;
}

.chart {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}
.mini-chart {
	height: 250px;
	margin-top: -30px;
}

.bg-green-light {
	background-color: rgb(146,208,80) !important;
}
.small-box>.inner {
	min-height: 53px;
}
.summary .small-box h3 {
	font-size: 30px;
	margin: 0;
}
.summary .small-box p {
	display: none;
}
.media-title {
	margin: -30px 0 30px 0;
	font-size: 22px;
	font-weight: bold;
	font-family: 微软雅黑, Source Sans Pro,sans-serif;
}
.media-summary {
	margin: 0px 0px 20px 0px;
}

.small-box-footer {
	color: #fff !important;
	cursor: default;
}

.chart-nav li {
	font-size: 13px;
}

.select-title {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 3px;
	background: rgba(255,255,255,0.5);
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.word-break {
	word-break: break-all;
	word-wrap: break-word;
}

td.data {
	padding: 0!important;
	background: #fafafa;
}
td.data input {
	padding: 8px;
	border: none;
	background: none;
	width: 100%;
	height: 100%;
	color: #0073b7;
}
td.date {
	width: 85px;
}
td.act {
	width: 65px;
}
table tr td.center, table tr th.center {
	text-align: center !important;
	vertical-align: middle !important;
}
table tr td.subtitle {
	color: #333;
	font-size: 0.875rem;
}
table.table tbody td, table.table tbody td a {
  vertical-align: middle;
}

.alert-popup {
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 50%;
	width: 240px;
	min-width: 100px;
	margin-left: -120px;
	margin-top: -50px;
}
.alert h4 {
	white-space: nowrap;
	margin-bottom: 0;
}

.requied {
	display: inline-block;
	color: #c00;
	margin-left:4px;
	font-family: Verdana;
	font-size: 1rem;
}
.requied:after {content:'*'}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 500px !important;
}

#weight_priority {
	border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
	border:solid #999;
	border-width:1px 0 0 1px;
}
#weight_priority th, #weight_priority td {
	border:solid #999;
	border-width:0 1px 1px 0;
	padding:2px;
	text-align: center;
}
#weight_priority td.title {
	font-weight: 800;
	background: #f5f5f5;
}
#weight_priority td.data {
	padding: 0;
	cursor: pointer;
	background: #fcfcfc no-repeat center;
	-webkit-transition:background .5s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#weight_priority td.data:hover {
	background: rgba(255,255,255,1) no-repeat center;
}
#weight_priority td.checked {
	background: #cceeff url(/static/img/icon_check_16.png) no-repeat center !important;
}
#weight_priority input {
	/*
	border: none;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	*/
}
#weight_result {
	display: inline;
	margin: 0.5rem 0;
	font-size: 1.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.draggable-element {
	cursor: move;
	position: relative;
	display: inline-block;
	margin: 5px 10px 5px 0;
	width: 50px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: #367fa9;
	/*border: 1px solid #269abc;*/
	border-radius: 3px;
  text-align: center;
  transition: background-color .3s ease-in-out;
}
.draggable-element .del {
	cursor: pointer;
	position: absolute;
	top: -4px;
	right: -4px;
	width: 12px;
	height: 12px;
	font-size: 9px;
	line-height: 10px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #367fa9;
	color: #367fa9;
	font-family: Verdana;
	font-size: 10px;
}
.draggable-element .del:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

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

.inline-select {
	display: inline;
	position: relative;
	top: 2px;
}
.inline-checkbox {
	width: 16px;
	height: 16px;
	position: relative;
	top: 5px;
	_margin-right: 5px !important;
}

.num-input {
	width: 55px;
	_height: 33px;
	border-radius: 3px;
	border: 1px solid #a9a9a9;
	padding: 0px 0px 0px 8px;
}
.modified-input {
	background: #ffc url(/static/img/icon_alert_16.png) no-repeat 90% center;
}
.updated-input {
	background: #cfc url(/static/img/icon_check_16.png) no-repeat 90% center;
}

.ta-list .btn {
	margin-right: 3px;
}
.flag-bits label {
	margin: 10px 10px 0 0;
}
.flag-bits input[type=checkbox] {
	display: none;
}
.flag-bits .btn-primary .fa-check{
	color: #fff;
}
.flag-bits .btn-default .fa-check{
	color: #ccc;
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.subtitle-inline {
	white-space: nowrap;
	word-break:keep-all;
	color: #333;
	font-size: 0.875rem;
}

.sw-item {
	display: inline-block;
	_font-size: 12px;
	font-weight: 600;
	_margin-right: 0.25rem;
	_color:#09f;
}
.sw-item:after {
	content: ",";
	margin: 0 2px;
	color: #ccc;
	font-weight: 400;
}
.sw-item:last-child:after {
	content: "";
}
.sw-item.text-red {
	font-weight: bold;
}
.status-changed {
	background: rgba(255,255,0, 0.2);
}
.status-saved {
	background: rgba(0,255,0, 0.1);
}
.setting-field {
	cursor: pointer;
	position: relative;
}
.setting-field:after {
	content: '';
	width:1px;
	height:0px;
	position:absolute;
	top: 0;
	right: 0;
	border-left:5px solid rgba(0,0,0, 0);
	border-top:5px solid #ccc;
}

.status-list {
	margin-top: 8px;
	line-height: 12px !important;
	_vertical-align: middle !important;
}
.status-list .badge {
	width: 10px;
	height: 10px;
	line-height: 12px;
	margin-right: 2px;
	padding: 0;
	display: inline-block;
	cursor: default;
}
.status-list .badge:empty {
	display: inline-block;
}
.status-btn .label {
	cursor: default;
}

#strategy_versions input {
	width: 120px;
	margin: 0 10px 10px 0;
}

.navbar.navbar-static-top {
	background-color: #444!important;
}
.navbar-nav .dropdown-menu {
	background: #122647 !important;
	border-color: rgba(255,255,255,0);
	margin-top: 1px !important;
}
.navbar-nav .dropdown-menu>li>a {
	color: #fff;
}
.navbar-nav .dropdown-menu>li>a:hover {
	color: #fff;
	background: #0e1e38;
}
.navbar-nav .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #0e1e38;
}
.navbar-nav .navbar.navbar-default {
	background-color: #444 !important;
}
.navbar-nav .navbar-default .navbar-nav>li>a, .navbar-nav .navbar-default .navbar-text {
	color: #fff;
}
.navbar-nav .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.25);
}
.navbar-nav .navbar-default .navbar-nav>.active>a, .navbar-nav .navbar-default .navbar-nav>.active>a:focus, .navbar-nav .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.25);
}
.skin-blue .main-header a.dropdown-toggle {
	height: 50px;
}
.dropdown-menu-multi-colum {
  width: 620px;
  -font-size: 10px;
  -line-height: 100%;
}
.dropdown-menu-multi-colum li {
  width: 200px;
  display: inline-block;
}

code.tip {
	background: rgba(0,0,0, .05);
	padding: 4px;
	color: #333;
	font-size: 12px;
}

#brands_editor {
	width: 600px;
	margin: -40px auto 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#brands_editor .unit {
	position: relative;
	display: block;
	width: 600px;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	text-align: left;
}
#brands_editor .unit.head {
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	margin-bottom: 10px;
}
#brands_editor .unit.brand{
	margin-top: 10px;
}
#brands_editor .unit.product{
	width: 550px;
	margin-left: 50px;
}
#brands_editor .unit .label-head {
	display: inline-block;
	height: 28px;
	border-right: 1px solid #fff;
	padding-right: 12px;
	margin-right: 12px;
}
#brands_editor .unit input {
	width: 400px;
	margin-right: 5px;
	border: none;
	vertical-align: middle;
	/* in label */
	background-color: transparent;
	line-height: 100%;
	padding: 0 0 0 0;
	position: relative;
	top: -2px;
}
#brands_editor .unit.product input {
	width: 300px;
}
#brands_editor .act-btns {
	position: absolute;
	top: 7px;
	right: 10px;
}
#brands_editor .act-btns .act-btn {
	font-size:16px;
	cursor: pointer;
}
#brands_editor .fa-arrows {
	font-size: 14px;
	color: rgba(255,255,255, 1);
	cursor: move;
}
#brands_editor .unit:last-child {
	_border-bottom: 1px solid #ccc;
	_border-radius: 0 0 5px 5px;
}

.text-folded {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-expanded {white-space:normal;overflow:visible;text-overflow:string;}

.file-item {margin-bottom: 10px;}
.file-item div {line-height: 38px; vertical-align: middle;}
.file-item .act-btn {cursor: pointer; font-size: 20px;}
.file-item .add-btn {color: #008d4c;}
.file-item .del-btn {color: #dd4b39;}

.form-group>div>label{
  font-weight: 400 !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}

.dmp-setting hr {
  margin: 0 0 10px 0;
  border: none;
  border-top: 1px dashed #99c;
  _border-top: 1px solid #ccf;
}
.dmp-setting input {
  border-radius: 5px;
  border-color: #ccf;
}
.dmp-group {
  margin: .5rem 0 1rem 0;
  border: 1px solid #ccf;
  border-radius: 5px;
}
.dmp-group .select2 .selection .select2-selection {
  border: none;
}
.dmp-group>span.select2-container {
  border: 1px solid rgba(0,0,0,0);
}
.dmp-group>span.select2-container:last-child {
  border-top: 1px solid #ccf !important;
}

.switch-wrap input[type=checkbox]{
  height: 0px;
  width: 0px;
  visibility: hidden;
  margin:0;
  padding:0;
}
.switch-wrap label{
  display: inline-block;
  width: 42px;
  height: 22px;
  border: 1px solid #DFDFDF;
  outline: none;
  border-radius: 16px;
  box-sizing: border-box;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color .3s,background-color .3s;
  vertical-align: middle;
  position: relative;
}
.switch-wrap label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  background-color: #fff;
}
.switch-wrap input:checked + label {
  background: #33DB70;
}
.switch-wrap input:checked + label:before {
  transform: translateX(20px);
}

.checkbox label {
  /*padding-left: 0;*/
}

.trans {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* datatable */

.dataTables_empty {
  position: relative;
  height: 40px;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner {text-indent:-9999px;}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

.main-footer a {
  text-decoration: none;
  color: #4d4c4d;
}
.main-footer a:active, .main-footer a:focus, .main-footer a:hover {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

i.tip-ico {
  color: #09f;
  cursor: pointer;
}
i.tip-ico + .tooltip .tooltip-inner {
  text-align: left;
  min-width: 280px;
  padding: 8px 12px;
  background-color: #122647;
}
i.tip-ico + .tooltip .tooltip-arrow {
  border-top-color: #122647;
}


.skin-blue .main-header li.user-header{
	background-color: #444;
}

.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper{
	background-color: #333;
}
.skin-blue .sidebar-menu>li>.treeview-menu{
	background-color: #444;
}
.skin-blue .main-header .logo{
	background-color: #333;
}

.content-wrapper, .right-side{
	background-color: #f5f5f5;
}
.login-page {
	background-image: url(https://www.emarkdigital.com/images/banner.jpg);
	/*background-image: url(/static/img/home/login_bg_omg.png);*/
	background-position: center top;
	background-size: cover;
    background-color: rgba(20, 20, 20, 0.8);
    background-blend-mode:overlay;
  }

  span.login-lg{
	font-size: 30px;
  }

  button.btn.btn-primary.btn-block.btn-flat{
	background-color: #333;
  }
  .login-box, .register-box{
  margin: 25%auto;
}

.btn{
	border-color: #222;
	background-color: #222;
}
.btn-success{
	border-color:#a94442;
	background-color: #a94442;
}
.btn-info{
	background-color: #dd4b39;
    border-color: #dd4b39;
}
.btn-sm{
	color: #fff;
    background-color: #aaa;
}

a.btn.btn-default {
    background-color: #fff;
}

.info-box .progress .progress-bar{
	background-color: #999!important;
}
.info-box{
	display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.small-box p {
    font-size: 20px;
}

.bg-teal-gradient {
	background: #fff!important;
}

.box-header .box-title {
	color: #4d4c4d;
}

tspan {
	color: #4d4c4d!important;
}

.small-box {
	pointer-events: none;
}

/*.skin-blue .main-header .logo {*/
/*    background-color: #F5F5F5;*/
/*}*/

/*.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper {*/
/*    background-color: #435F96;*/
/*}*/

/*.navbar.navbar-static-top {*/
/*    background-color: #435F96!important;*/
/*}*/

/*.skin-blue .sidebar a {*/
/*    color: #fff;*/
/*}*/

/*.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover>a {*/
/*    color: #fff;*/
/*    background: #2C3865;*/
/*    border-left-color: #3c8dbc;*/
/*}*/

/*.skin-blue .sidebar-menu>li>.treeview-menu {*/
/*    background-color: #435F96;*/
/*}*/

/*.skin-blue .treeview-menu>li>a {*/
/*    color: #fff;*/
/*}*/

/*.btn-success {*/
/*    border-color: #435F96;*/
/*    background-color: #435F96;*/
/*}*/

/*.btn-success.hover, .btn-success:active, .btn-success:hover {*/
/*    background-color: #3c8dbc;*/
/*}*/

/*.btn {*/
/*    border-color: #435F96;*/
/*    background-color: #435F96;*/
/*}*/

/*button.btn.btn-primary.btn-block.btn-flat {*/
/*    background-color: #435F96;*/
/*}*/

/*.skin-blue .main-header li.user-header {*/
/*    background-color: #3c8dbc;*/
/*}*/