body {
    margin: 0;
    padding: 0;
    min-width: 771px;
}

html, body {
    height: 100%;
}

h1 {
    font-size: 24.5px;
    line-height: 25px;
}

h3 {
    font-size: 21px;
    line-height: 21px;
}

#appWrapper {
    position: relative;
    min-height: 100%;
}

#appContent {
    position: relative;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

#appContent .container-fluid {
    padding-right: 35px;
}

#footerWrapper {
    height: 40px;
}

#footer {
    height: 40px;
    margin: -40px 0 0;
    position: relative;
    z-index: 200;
}

#footerInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 39px;
    background-color: whiteSmoke;
    border-top: 1px solid #E5E5E5;
    z-index: 300;
}

#itex {
    font-size: 12px;
    color: #6D6D6D;
    float: right;
    padding: 13px 20px 0 0;
}

#itex a {
    color: #6D6D6D;
}

#itex span {
    color: #BD1919;
}

.navbar-fixed-top .navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-fixed-top .container {
    width: auto;
}

.navbar .brand {
    padding: 5px 20px 5px 20px;
}

.navbar .nav {
    font-size: 1.2em;
}

.navbar .nav > li {
    line-height: 29px;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 12px;
}

.form input:focus {
    color: #000;
}

.detail-view-image {
    display: inline-block;
}

.detail-view-image img {
    float: left;
    margin-right: 10px;
}

.loader {
    background: url("../image/loader.gif") no-repeat;
    width: 128px;
    height: 16px;
    left: 50%;
    position: relative;
    margin-left: -64px;
}

i.mce-ico.mce-i-checkbox {
    text-indent: -20em;
}

#addMany {
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.ztree li a:hover {
    z-index: 1;
    position: absolute;
}