/* common.css */
/* dedent 取消缩进 indent 缩进 */
/*
@font-face{
    font-family: 'Web';
    src: url('../fonts/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/websymbols-regular-webfont.woff') format('woff'),
    url('../fonts/websymbols-regular-webfont.ttf') format('truetype'),
    url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
.container-fluid{padding:0}
#header{min-height:0px;background:#fff;border-bottom:1px solid #e5e5e5;margin:0;padding:0;line-height: 48px;}

#button-menu {
    padding: 10px 17px 9px 17px;
    line-height: 25px;
    float: left;
    display: inline-block;
    cursor: pointer;
    color: #6D6D6D;
    border-right: 1px solid #E1E1E1;
}
#button-menu i:after {
    content: "\006f";
    font-family: Web;
    font-size: 20px;
    cursor: pointer;
}
*/

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 56px;
  font-size:12px;
}
body.noheader{padding:0;}
#header{font-size:14px;}
#header .navbar{padding:0 50px;}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #e8e8e8;
}
#message {margin-top:50px;}
.m-auto {margin: auto;}
.f-none {float: none;}
.glyphicon ,.glyphicon:hover,.glyphicon:focus{text-decoration: none;}

#waiting {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}
.dialogModal .dialogModal_container .close{opacity:.6;color:#eee}
.dialogModal .dialogModal_container .dialogModal_body .dialogModal_title{font-size:16px;font-weight:bold;line-height:40px;background:#2e6da4;color:#eee;text-indent:20px;}

#tree .level1{text-indent:0px;background:#bbb;border-color: transparent;}
#tree .level2{text-indent:10px;background:#ccc}
#tree .level3{text-indent:20px;background:#d8d8d8}
#tree .level4{text-indent:30px;background:#e8e8e8}
#tree .level5{text-indent:40px;background:#eee}
#tree .level6{text-indent:50px;background:#f8f8f8}
#tree .panel-heading.curr {background:blue}
#tree .panel-heading.curr>a {color:#fff}

.w100{width:100px;}
.w120{width:120px;}
