/**
 * portal布局css
 * - 使用bootstrap3
 * - 参考 http://getbootstrap.com/examples/sticky-footer-navbar/
 * 
 * @version $Id: portal.layout.css 68 2017-09-19 03:30:07Z zhaofy $
 * @creator liqt @ 2014-03-24 17:34:09 by scap-builder-0.0.4
 * @template version: 2013090901
 */
@charset "UTF-8";

html {
/*   position: relative; */
  margin: 0 auto;
  min-height: 100%;
  min-width: 1000px;/*@param:内容宽度值*/
}

body {
    background-color:#030303 !important;
}

.font-yahei {
  font-family: "微软雅黑", "黑体" !important;
}

a:hover {
  text-decoration: none;
  outline:none;
}

.row {
  padding: 0;
  margin: 0;
}

#top .container,
#main .container ,
#footer .container {
  width: auto;   /*@param:容器宽度值*/
  min-width: 1000px;  /*@param:内容宽度值*/
  height: 100%;
  padding: 0;
  position: relative; 
  max-width:1280px;
}

#top {
 /*  background: #fff; */
  background-color:#030303;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  height: 158px; /*@param:top高度值*/
  padding: 18px 20px 0;
  z-index: 999;
}

#top-border {
  background-color: #030303;
  height: 4px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/*主体内容区域设置成自动100%屏幕高度（如果显示内容少于一屏的情况下）*/
#main {
    margin-top:158px;
/*   background-color: #fffde5; */
    background-color:#030303;
  padding: 0 20px;
}

#header {
  height: 0;/*@param:header高度值*/
  border: none;
}

#footer {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom:50px;
  width: 100%; 
  height: 151px; /*@param:footer高度值*/
}

#header,
#main-content
{
  position: relative;
}

#main-content .container {
  background-color: #030303;
}

#footer .container {
  background: #030303;
}

#cboxOverlay {
    background: #030303;
}

#cboxClose {
  right: 10px;
  top: 10px;
}
#colorbox{
    border:1px solid #fff;
    background-color:#030303;
}
#colorbox .cboxIframe{
    background-color:#030303; 
}
/*bt3 tooltip默认样式修改*/
.tooltip-inner {
  background: none !important;
}

.tooltip.in {
  opacity: 1 !important;
}

.col {
  padding: 0;
  margin: 0;
}