.sidebar-nav {
    box-shadow: 2px -2px 5px #909090;
    -moz-box-shadow: 2px -2px 5px #909090; /*firefox*/
    -webkit-box-shadow: -2px 2px 5px #909090; /*safari��chrome*/
    box-shadow: 2px -2px 5px #909090; /*opera��ie9*/
    border-radius: 0;
}

.title {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background-color: #563D7C;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


a {
    color: #6A5ACD;
}

.active {
    background-color: #563D7C !important;
}

table {
    font-size: inherit;
}

input:not([type="image" i]) {
    box-sizing: content-box;
}

.sidebar-nav {
    padding: 0;
}

/**custom style*/
footer a {
    margin-left: 2em;
    margin-right: 2em;
}

td {
    text-align: center !important;
}

.container-fluid {
    padding: 0;
}

.tit {
    padding: 5px 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background-color: #08c;
    font-size: 18px;
    font-weight: bold;
    color: #fff;

}

.logout > a, .content-top > a {
    color: #333;
}

.well {
    border: 0;
    margin-bottom: 0;
}

.well > .nav-list {
    padding: 10px 0;
}

.nav-list .nav-header {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    padding-left: 15px;
    display: inline-block;
    margin: 0;
}

.nav-list > li > a {
    margin-right: 0;
    padding-left: 30px;
}

.submenuItem {
    padding-left: 15px;
}

.submenuItem > a {
    color: #563D7C;
}

.content-top {
    padding: 10px 20px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
    width: 85%;
    float: left;
    box-sizing: border-box;
    -moz-box-shadow: 2px 2px 5px #909090; /*firefox*/
    -webkit-box-shadow: 2px 2px 5px #909090; /*safari��chrome*/
    box-shadow: 2px 2px 5px #909090; /*opera��ie9*/

}

.content {
    width: 85%;

    box-sizing: border-box;
    float: left;
    padding: 20px;
}

.menu-left {
    width: 15%;
    float: left;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

footer {
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-top: 1px solid #ccc;

}

.btn-div {
    text-align: right;
}

h3 {
    margin: 0;
    color: #666;
    font-size: 24px;
}




