html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}

body {
    font-size: 14px;
    line-height: 18px;
    /*background-color: #F8F8F8;*/
    font-family: "Microsoft YaHei", "微软雅黑", "Times New Roman", Times, serif;
}

div.function:hover {
    border: 1px solid gray;
}

div.function {
    cursor: pointer;
    color: #1a87ff;
    padding-top: 40px;
    text-align: center;
    height: 160px;
    border-radius: 5px;
    border: 1px solid #F8F8F8;
    background-color: #F8F8F8
}

div.wrapper {
    background-color: #FFFFFF;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
}

a:hover, a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a.float {
    font-size: 16px;
    display: none;
}

.row1 {
    height: 80px;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.row1 a {
    font-size: 14px;
}

.row1 a.active {
    color: #2E69E4;
    padding-bottom: 7px;
    border-bottom: 2px solid #2E69E4;
}

#header {
    border-bottom: 2px solid gray;
}

#header h1 {
    font-size: 36px;
    font-style: normal;
    font-variant: small-caps;
}

#header .app {
    height: 32px;
    font-size: 18px;
    margin-top: 30px;
}

#header .topleft {
    margin-top: 22px;
    text-align: right;
}

#header .fl_right {
    display: block;
}

#header h1, #header p, #header ul {
    list-style: none;
    line-height: normal;
}

div.lesson {
    line-height: 24px;
}

div.current {
    background-color: #F0F0F0;
}

.filter {
    line-height: 30px
}

.filter a {
    font-size: 15px;
}

div.footer {
    width: 1000px;
    position: fixed;
    bottom: 0;
    font-size: 12px;
    margin: 5px 0;
    padding: 10px;
    background-color: #333;
    color: #FFF;
}

img {
    border: 0;
}

div {
    display: block;
}

pre {
    font-size: 13px;
}

option {
    padding: 5px 0;
}

ul, ol {
    list-style: none outside none;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
}

input[type=text].small {
    padding: 2px;
    height: 24px;
    font-size: 12px;
    text-align: right;
}

input[type=text].number {
    text-align: right;
}

.datetimepicker td, .datetimepicker th {
    padding: 10px;
}

.pagination {
    margin: 0;
}

.pagination > li > a {
    padding: 4px 12px;
}

.grid {
    width: 100%;
    height: 100%;
}

.grid .right {
    text-align: right;
}

.grid .center {
    text-align: center;
}

.ui-grid-icon-angle-down {
    display: none;
}

.ui-grid-row:last-child > div > div > div {
    padding-bottom: 1px;
    border-bottom: 1px solid #d4d4d4 !important;
}

.watermark {
    position: absolute;
    top: 80px;
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

#sidebar-wrapper {
    font-size: 15px;
}

#sidebar-wrapper li.current a {
    color: #FFF;
}

.column {
    background-color: #ffffff;
}

.menuitem {
    margin: 10px 0 20px 0;
    padding: 10px 0 10px 10px;
    border: 1px solid #C0C0C0;
}

.menuitem a {
    font-size: 16px;
}

.menuitem:hover {
    background-color: #F8F8F8;
}

.menuitem div.desc {
    margin-top: 7px;
}

.box {
    cursor: pointer;
    padding: 5px 0 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #FFF

}

.box:hover {
    border: 1px solid #C0C0C0;
}

.menuitem div.desc {
    margin-top: 7px;
}

.table tr:hover a.float {
    display: inline-block;
}

.big_font {
    font-size: 18px;
}

.paragraph {
    padding-top: 20px;
}

.large_font {
    font-size: 26px;
}

.upload {
    margin: 0;
    width: 100px;
    height: 40px;
    position: fixed;
    visibility: hidden;
}

label.required:after {
    content: "*";
    color: #A52A2A;
    margin-left: 2px;
    font-size: inherit;
    display: inline;
}

span.link:hover a.float {
    display: inline-block;
}

.ngdialog {
    padding: 20px !important;
}

.ngdialog-close {
    margin-top: 14px;
    margin-right: 6px;
}

.ngdialog-button.disabled {
    color: #777;
    background: #e0e0e0;
}

.ngdialog-content .title {
    cursor: move;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C0C0C0;
}

.ngdialog-content .dialogbody {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 500px;
}

.path {
    padding: 10px 0;
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #E0E0E0;
}

.path i {
    margin: 0 7px;
}

.listname {
    padding: 5px;
    font-size: 16px;
}

.lineitems {
    padding: 1px;
    overflow: auto;
}

div.action {
    width: 100%;
    height: 45px;
    padding: 5px;
    background: #F8F8F8;
}

div.action .btn {
    line-height: 1.2;
    margin-top: 1px;
}

div.action .right {
    float: right;
}

div.action input.disable, div.action input.disable:hover {
    background: #F5F5F5;
}

div.bottomaction {
    border-bottom: 0;
}

/*Web style*/
span.tips {
    cursor: pointer;
    border-bottom: 1px dotted gray;
}

.text-center {
    text-align: center;
    padding: 10px 0;
}

.clear {
    display: inline-block;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.formedit {
    padding-left: 5px;
}

.formview {
    padding-left: 5px;
}

div.w360 {
    width: 360px;
}

.column600 {
    min-width: 40%;
    max-width: 600px;
}

#filecontainer {
    height: 200px;
    text-align: center;
    background-color: #F0F0F0;
}

.dragenterstyle {
    border: 5px dotted green;
}

div.centerbox {
    display: block;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px 30px;
    border: 2px solid #C0C0C0;
}

div.centerbox a {
    font-size: 12px;
}

div.centerbox input[type=button] {
    color: #FFFFFF;
    width: 100%;
    background: #55ABDA;
    border: none
}

div.centerbox input[type=button]:hover {
    background: #336699;
}

.price {
    color: #f60;
    font-weight: bold;
    font: 24px/1.5 arial;
}

/* ----------------------------------------------Copyright-------------------------------------*/
#copyright {
    padding-top: 5px;
    margin: 20px 20px;;
}

#copyright p {
    margin: 0;
    padding: 0;
}

#copyright, #copyright a {
    color: #666666;
    /*background-color: #06213F;*/
}
