* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: Times New Roman;
}

.view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}

.all-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.left-container, .right-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.left-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
    display: none;
}

@media (min-width: 768px) {
    .left-container {
        position: relative;
        display: block !important;
    }
}

.sidebar {
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid #eee;
}

li.active {
    border-right: 2px solid #722ed1;
    background-color: #f9f0ff;
}

.right-container .right-menu {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
}

.right-menu .menu-icon {
    width: 30px;
    height: 25px;
    border-top: 5px solid #722ed1;
    border-bottom: 5px solid #722ed1;
    background-color: #722ed1;
    padding: 5px 0;
    background-clip: content-box;
}

#main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#load {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
}

.footer {
    border-top: 5px solid #d9edf7;
    padding: 20px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

.support {

}

.supportType {
    margin-top: 20px;
    font-size: 20px;
    color: #31708f;
    font-family: Times New Roman;
}

.supportImg {

}

.supportIcon1 {
    margin-right: 50px;
    height: 80px;
}

.supportIcon2 {
    margin-right: 30px;
    height: 60px;
}

.supportIcon3 {
    margin-right: 50px;
    height: 90px;
}

.copyright {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background-color: #d9edf7;
}

/*bootstrap css override*/
a {
    color: #314659;
    transition: color .3s ease;
    background-color: transparent;
}

a:hover {
    color: #722ed1;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #f9f0ff;
}

.well {
    font-size: 18px;
    font-weight: bold;
}
