* {
    font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1';
}

a {
    cursor: pointer;
}

.bg-light-gray {
    background-color: #eefff7;
}

.rd3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.rdx {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.span_star {
    color: red;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 3px;
}

.text-center, .tc {
    text-align: center;
}

.buttons {
    padding: 20px 8px;
}

.buttons button:nth-child(n+2) {
    margin-left: 10px;
}

.b {
    font-weight: bold;
}

.mw100 {
    min-width: 100px;
}

.mw150 {
    min-width: 100px;
}

.mw250 {
    min-width: 100px;
}

.radio-text {
    line-height: 30px;
    vertical-align: top;
}

div.h26, div.jq-row {
    line-height: 26px;
}

.h30 {
    line-height: 30px;
}

.h36 {
    line-height: 36px;
}

.w120 {
    min-width: 120px;
}

.w98 {
    width: 98%;
    margin: 2px auto;
}

.pr20 {
    padding-right: 20px;
}

.ul {
    text-decoration: underline;
}

.sidebar-menu > li > ul > li > ul li a .menu-label {
    padding-left: 10px;
}

.text-black {
    color: black;
}

.coltab_innerdiv .tab-list-table {
    margin-top: 16px;
}

.tab-list-table {
    width: 98%;
    margin: 2px auto;
}

.simple-list-table {
    width: 100%;
}

.simple-list-table tr, .tab-list-table tr {
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
}

.simple-list-table tr th, .simple-list-table tr td, .tab-list-table tr th, .tab-list-table tr td {
    line-height: 22px;
    padding: 3px 5px;
}

.ta-json {
    min-height: 200px;
    width: 98%;
    border: #f0f0f0 1px solid;
    line-height: 20px;
    padding: 5px;
}

.iframe-content {
    min-height: 400px;
    width: 98%;
    border: #f0f0f0 1px solid;
    line-height: 20px;
    padding: 5px;
}

label.error {
    color: red;
    line-height: 20px;
}

.menu-light {
    color: yellow;
}

button i:after {
    border: red 0px solid;
    padding: 0px 2px;
    content: " ";
}

.search_table tr td {
    padding: 0px 3px;
}

.search_table tr td input {
    border: lightgrey 1px solid;
    padding: 0px 3px;
    height: 26px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.div-schedule-calendar {
    width: 100%;
}

.grid_table {
    background-color: white;
    width: 100%;
    border: #dddddd 1px solid;
}

.grid_table tr:nth-child(n+2) {
    border-top: #f0f0f0 1px solid;
}

.grid_table tr th[sort] {
    text-decoration: underline;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

.grid_table tr:nth-child(n+2):hover {
    background-color: #f0f0f5;
}

.grid-line-focus {
    background-color: #f0fff0;
}

.grid-line-light {
    background-color: #b0ffb0;
}

.grid_table tr th {
    color: black;
}

.grid_table tr.grid-line-focus td:nth-child(1) {
    background: url('../../common/images/enable.png') 50% 50% no-repeat;
}

.grid_table tr td:last-child {
    text-align: right;
    padding-right: 10px;
}

.grid_table tr th, .grid_table tr td {
    padding: 2px 3px;
    line-height: 23px;
}

.sorting {
    background-image: url('/vendor/plugins/datatables/media/images/sort_both.png');
}

.sorting_asc {
    background-color: #f0f0f0;
    background-image: url('/vendor/plugins/datatables/media/images/sort_asc.png');
}

.sorting_desc {
    background-color: #f0f0f0;
    background-image: url('/vendor/plugins/datatables/media/images/sort_desc.png');
}

.bg-white {
    background-color: white;
}

.div_actions {
    display: inline-block;
    padding: 8px 0px;
    margin-bottom: -3px;
    width: 100%;
    border-left: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.div_actions div, .div_actions span {
    margin-right: 10px;
}

.table_nav {
    width: 100%;
    background-color: white;
    border-left: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.table_nav tr td {
    padding: 6px 10px;
}

.table_nav tr td:nth-child(1) {
    width: 20%;
}

.table_nav tr td.td_nav_r {
    text-align: right;
}

.grid-pagination {
    list-style: none;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    display: inline-block;
    border: #dddddd 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.pagination-current {
    background-color: limegreen;
    color: white;
}

.grid-pagination li {
    padding: 3px 5px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    float: left;
    text-align: center;
    min-width: 20px;
}

.grid-pagination li:nth-child(n+2) {
    border-left: #dddddd 1px solid;
}

form[name='advance_search_form'] {
    margin-top: 30px;
}

.span_link {
    color: blue;
    line-height: 26px;
    text-decoration: underline;
    cursor: pointer;
    margin: 0px 6px;
}

.span-notice {
    font-weight: bold;
    padding: 5px 10px;
    color: #ff3333;
}

#quick_search {
    width: 300px;
}

#quick_search::-webkit-input-placeholder {
    color: #DDDDDD !important; /* WebKit browsers */
}

#quick_search:-moz-placeholder {
    color: #DDDDDD !important; /* Mozilla Firefox 4 to 18 */
}

#quick_search::-moz-placeholder {
    color: #DDDDDD !important; /* Mozilla Firefox 19 + */
}

#quick_search:-ms-input-placeholder {
    color: #DDDDDD !important; /* Internet Explorer 10 + */
}

.json-textarea {
    width: 98%;
    height: 200px;
    border: #f3f3f3 1px solid;
    padding: 5px 20px;
}

.wx-block-icon {
    width: 24px;
    height: 20px;
    background-color: #3498db;
}

.home-grid-cell {
    margin: 7px;
    width: 66px;
    height: 66px;
    border: #f0f0f0 1px solid;
    background-color: #3498db;
}

.pop-teacher-div {
    position: absolute;
    background-color: #DDFFDD;
    border: grey 1px solid;
    z-index: 1000;
    display: none;
    padding: 10px 20px;
    min-width: 150px;
}

.pop-teacher-div ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.pop-teacher-div > div {
    width: 100%;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    line-height: 30px;
}

.pop-teacher-div ul li:nth-child(1) {
    border-top: #DDDDDD 1px solid;
}

.pop-teacher-div ul li {
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
    width: 100%;
    padding: 0px 10px;
    border-bottom: #DDDDDD 1px solid;
}

.pop-teacher-div ul li:hover {
    color: black;
}

#ol-branches {
    padding-left: 18px;
}

.span-branch-position {
    display: inline-block;
    color: #db3f26;
    margin-right:20px;
}

.topbar-right {
    font-size:14px;
    padding-right: 20px;
    line-height: 40px;
}

.div_header_image {
    width: 90px;
    height: 120px;
    border: #e7e7e7 1px solid;
    text-align: center;
    padding-top: 90px;
    cursor: default;
    background-size: 100% 100%;
}