/*!
 *	shenlei 2015-12-05
 */
 
 html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #fff;
    position: relative;
    font-family: "Microsoft YaHei" ! important;
}
body{
	font-family: "Microsoft YaHei" ! important;
}
.comment {
	font-size:12px;
	font-family: "Microsoft YaHei" ! important;
}

.error {
	color:red;
}

.file-input{
	border: 1px solid #CECECE;
	width:100%;
	height:22px;
	padding:4px 0px 4px 10px;
	vertical-align: middle;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

#header {
	display: block;
    height: 55px;
    margin: 0 auto;
    padding: 0 13px 0 0;
   background-color: #f78c40;
    background-color: yellow; 
    position:fixed;
    z-index: 905;
    top: 0;
    background-image: -moz-linear-gradient(top,#f78c40,#f78c40);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f78c40),to(#f78c40));
    background-image: -webkit-linear-gradient(top,#f78c40,#f78c40);
    background-image: -o-linear-gradient(top,#f78c40,#f78c40);
    background-image: linear-gradient(to bottom,#f78c40,#f78c40); 
    border-bottom: 1px solid rgba(0,0,0,.3);
    box-shadow: -11px 12px 23px rgba(0,0,0,.1);
}

#left-panel {
    padding-top: 55px;
}

.page-footer {
	height: 52px;
	padding: 15px 13px 0;
	border-top: 1px solid #CECECE;
	background: #2a2725;
	width: 100%;
	position: fixed;
	display: block;
	bottom: 0;
	color: #ffffff;
	font-size:13px;
 }

.page-footer a {	color: #ffffff; }
.page-footer a:hover, a:active 
	{
		color: #ffd485;
		text-decoration: none;
	}
}

.page-title {
	margin-bottom: 14px;
}

#logo {
	/*display: inline-block;*/
	width: 205px;
	margin-top: 5px;
	/*margin-left: 5px;*/
}
.logobarimg {
	height:50px;
}

.slogan{
	color: #f78c40;
	font-weight:900;
}
 
.slogan2{
	float: left;
	font-weight: 900;
	font-size: 16px;
	color: #f78c40;
	margin-left: 16vw;
	margin-right:10vw;
	font-style: italic;
}
.weixin{
	color: #00cc33;
	font-weight:900;
}

.smart-style-3 #logo img {
	width: 180px;
	height: auto;
	padding-left: 20px;
}

.smart-style-3 .dropdown-menu {
	border-radius: 0;
	border-bottom: 2px solid #ADADAD;
	background: #ffffff;
}

.smart-style-3 .header-dropdown-list>li>.dropdown-toggle {
	cursor: pointer;
}

.nav-top {
    padding-left: 10px;
}

.navbar-brand:hover {
	color: #ffa400;
}

.navbar-nav li a {
	color: #fff;
	font-size: 15px;
	height: 55px;
	padding-top:18px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-nav li a:hover {
	background-color: #ffffff;
	color: #ffa400;
}

.navbar-nav li a:focus {
	color: #303030;
}

#help-nav{
	font-size:16px;
}

/*
*/
.navbar-nav>.active>a:hover,
.navbar-nav>.myactive>a, .navbar-nav>.myactive>a:hover, .navbar-nav>.myactive>a:focus
{
	color: #ffa400;
	background-color: #ffffff;
}

.navbar-nav>.active>a:hover,
.navbar-nav>.myactive2>a, .navbar-nav>.myactive2>a:hover, .navbar-nav>.myactive2>a:focus
{
	border-bottom: 5px solid white;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:focus
{
	color: #ffffff;
	background-color: rgba(0,0,0,0);
}

.header-dropdown-list {
	list-style: none;
	float: right;
	font-size: 15px;
	position: relative;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.header-dropdown-list>li>a {
	color: white;
}

.fixed-header #market-main {
	margin-top: 55px;
}

.fixed-navigation nav>ul {
	padding-right: 0px;
	position: relative;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

#marketmain {
	padding: 0;
	padding-bottom: 60px;
	min-height: 500px;
	position: relative;
}

/* Isotope filtering */
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
	{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.filter-content {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.filter-content .hover-content {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0 1rem 0 1rem;
	color: #FFFFFF;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
	display: none;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;
}

.filter-content .hover-content h4 {
	margin-top: 10%;
	font-size: 14px;
}

.filter-content .hover-content h5 {
	font-size: 12px;
}

.filter-content .hover-content h6 {
	font-size: 12px;
}

.filter-content .hover-content a.hover-link {
	margin: 0 5px;
	vertical-align: middle;
}

.filter-content .hover-content a.hover-link i {
	color: #FFFFFF;
}

.btn-warning {
	color: #fff;
	background-color: #ffa400;
	border-color: #f78c40;
}

.no-menu #left-panel {
	left: -220px;
	z-index: 903;
}

.no-menu #main {
	margin-left: 0px;
}

.no-menu #content {
	margin-top: 49px;
}

.dataTables_filter {
	float: left;
	/* width: 100%; */
}

.minifyme {
	border-bottom: 1px solid #D45E00;
	background: #f78c40;
	color: #ffffff;
}

.minified .minifyme {
	color: #ffffff;
}

.minifyme:hover {
	background: #fefefe;
	color: #f78c40;
}

.sboxmarket-bizlogo {
	background: #f00;
	color: white;
	border-radius: 2px;
	padding: .1em 0.2em 0.1em 0.2em;
	font-weight:700;
}

.sboxmarket-standlogo {
	background: #739e73;
	color: white;
	border-radius: 2px;
	padding: .1em 0.2em 0.1em 0.2em;
	font-weight:700;
}

.dataTables_filter .input-group-addon {
    width: 60px;
    margin-top: 0;
    float: left;
    height: 34px;
    padding-top: 8px;
}

.fill-hints{
	color:rgba(72,184,72,0.65);
	font-size:16px;
}

@media (max-width:767px){.market-hidden-xs{display:none!important}}
@media (min-width:768px) and (max-width:1060px){.market-hidden-sm{display:none!important}}



.primary_change {
	color:white;
	padding:2px 10px;
	margin-right:1%;
    background: -webkit-linear-gradient(left, #0099CC , #00CCFF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #0099CC, #00CCFF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #0099CC, #00CCFF); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #0099CC, #00CCFF); /* 标准的语法 */
}

.warning_change{
	background: -webkit-linear-gradient(left, #FF9933 , #FFCC00); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #FF9933, #FFCC00); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #FF9933, #FFCC00); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #FF9933 , #FFCC00); /* 标准的语法 */
}

.ud_warning_change{
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FF9933), to(#FFCC00));  
    background:-moz-linear-gradient(top, #FF9933, #FFCC00);  
    background:-o-linear-gradient(top, #FF9933, #FFCC00); 
}


.green_change{
	background: -webkit-linear-gradient(left, #00CC66 , #00FF99); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #00CC66, #00FF99); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #00CC66, #00FF99); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #00CC66 , #00FF99); /* 标准的语法 */
}

.danger_change{
	background: -webkit-linear-gradient(left, #FF3333 , #FF6600); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #FF3333, #FF6600); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #FF3333, #FF6600); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #FF3333 , #FF6600); /* 标准的语法 */
}

.maincolor{
	color: #F79763;
}
	
	

.lrcls{
	padding-bottom: 26px;
	width: 800px;;
}
.leftcls{
	float: left;
	width: 4%;
	font-weight: 600;
	text-align: center;
	padding: 0px;
}
.rightcls{
	float: left;
	width: 95%;
}

.selectdtaga{
	background-color: #F5761C;
	padding: 1rem 2rem;
	color: white;
}

.notselectedtaga{
	padding: 1rem 1rem;
	color: black;
}
	
