/**
 * portal布局css
 * - 使用bootstrap3
 * - 参考 http://getbootstrap.com/examples/sticky-footer-navbar/
 * 
 * @version $Id: portal.layout.css 1422 2018-08-07 07:51:56Z fuy $
 * @creator tangj @ 2014-12-16 15:31:26 by scap-builder-0.0.6
 * @template version: 2013090901
 */
@charset "UTF-8";

html {
  position: relative;
  margin: 0 auto;
  /* 以下为灰色样式 */
  /* 
  -webkit-filter : grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  */
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}

.content-box {
    min-height: 100%;
}

/*主体内容区域设置成自动100%屏幕高度（如果显示内容少于一屏的情况下）*/
#main {
  padding-top: 60px;/*top高度*/
  min-height: 600px;
}

#main .row {
  margin: 0;
}

#top .container li.active a {
    background-color: #e7e7e7;
    color: #555;
}
#top .list-group-item {
    background-color: #6c6c6c;
}
#top .list-group-item  a{
    color: #fff !important;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;/* Set the fixed height of the footer here */
    background-color: #EAEBEC;
}
#footer .container .text-muted {
    margin-top: 20px;
    font-size: 10px;
    color: #8C8C8C;
    text-align: center;
}


a {
    color: #333333;
    list-style-type: none;
    text-decoration: none;
}

/* bootstrap 样式 */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}
/* bootstrap 样式 */


