html {
    font-size: 14px;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    color: #333;
    background: #fff
}

blockquote, body, code, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%
}


caption, em, strong, th {
    font-style: normal;
    font-weight: 400
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

button {
    font-family: inherit
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

html {
    background-color: #fff;
    height: 100%
}

body {
    height: 100%;
    position: relative;
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 50px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .container{width: 1080px; margin:0 auto;}

.header .logo {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: #0fd59d;
    padding: 10px;
}

.header .logo:hover {color: #0fd59d;}

.header .nav {
    margin-right: 0;
}
.header .nav li {
    display: inline-block;
}
.header .nav li:last-child {
    margin-right: 15px;
}
.header .nav li a {
    padding: 15px;
    min-height: 50px;
    color:#4A5560;
}
.header .nav .dropdown-menu li {
    display: block;
}
.header .nav .dropdown-menu li:last-child {
    margin-right: 0;
}
.header .nav .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.header .nav .dropdown-menu li a div {
    white-space: normal;
}
.header .nav .dropdown-messages,
.header .nav .dropdown-tasks,
.header .nav .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.header .nav .dropdown-messages {
    margin-left: 5px;
}
.header .nav .dropdown-tasks {
    margin-left: -59px;
}
.header .nav .dropdown-alerts {
    margin-left: -123px;
}
.header .nav .dropdown-user {
    right: 0;
    left: auto;
}


.body {
    overflow: hidden;
    width: 1080px;
    margin: 0 auto 0;
    padding-top: 75px;
}

.footer {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding: 15px 0;
    line-height: 20px;
    color: #777;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}



a {
    display: inline-block;
    text-decoration: none;
    font-family: Menlo, Monaco, Consolas, '微软雅黑';
    color: #0088cc;
}

input:focus, textarea:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #47A7E6;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    height: 1%;
}
.toolsTab{ margin-bottom: 10px;}
