html {
    font-family: "微软雅黑";
}

a {
    outline: none;
    -moz-outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    -moz-outline: none
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

ul, ol, dl {
    list-style-type: none
}

.super-north {
    height: 50px;
    background-color: #3498db;
}

.super-south {
    height: 30px;
    line-height: 28px;
}

.super-navigation {
    height: 50px;
}

.super-navigation-title {
    width: 210px;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    background-color: #2980b9;
}

.super-navigation-main {
    height: 50px;
    width: 100%;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: -250px;
}

.super-navigation-main > div {
    height: 100%;
    color: #fff;
    cursor: pointer;
}

.super-setting-left {
    float: left;
    margin-left: 250px;
}

.super-setting-left ul {
    padding-left: 0px;
}

.super-setting-right {
    float: right;
}

.super-setting-right .user>span{
    display: inline-block;
    height:100%;
    float: left;
}
.super-setting-right .user-icon{
    position: relative;
    margin-right: 10px;
    width: 40px;
}
.super-setting-right .user-icon>img{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px;
}

.super-navigation-main ul {
    display: block;
    margin: 0;
    float: left;
}

.super-navigation-main li {
    list-style: none;
    display: inline-block;
    float: left;
    height: 50px;
    min-width: 45px;
    /*padding: 0 5px;*/
    line-height: 50px;
    cursor: pointer;
    transition: background-color .3s;
}

.super-navigation-main li:hover {
    background-color: #0092dc;
}

.super-setting-right img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.super-setting-right .user {
    width: 100px;
}

.super-footer-info {
    padding: 0 15px;
    vertical-align: bottom;
}

.super-footer-info > span:last-child {
    float: right;
}

.super-footer-info i {
    vertical-align: text-bottom;
}

#easyui-layout-west {
    width: 250px;
}

/*主题*/

.themeItem {
    padding: 15px 0 15px 15px;
    display: none;
}

.themeItem ul li {
    list-style: none;
    width: 100px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: font-size .3s;
    cursor: pointer;
    position: relative;
}

.themeItem ul li:last-child {
    margin-right: 0px;
}

.themeItem ul li:hover {
   /* font-size: 14px;*/
}

.themeActive {
    color: #000 !important;
    font-size: 14px;
}

.themeActive:after {
    content: '';
    width: 6px;
    height: 12px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    right: -2px;
    bottom: 5px;
    position: absolute;
    transform: rotate(40deg);
}

.TURQUOISE {
    background: #1abc9c;
}

.EMERALD {
    background: #2ecc71;
}

.PETER-RIVER {
    background: #3498db;
}

.AMETHYST {
    background: #9b59b6;
}

.WET-ASPHALT {
    background: #34495e;
}

.SUN-FLOWER {
    background: #f1c40f;
}

.CARROT {
    background: #e67e22;
}

.ALIZARIN {
    background: #e74c3c;
}

/*滚动条样式*/

/*---滚动条默认显示样式--*/

::-webkit-scrollbar-thumb {
    background-color: #9F9F9F;
}

/*---鼠标点击滚动条显示样式--*/

::-webkit-scrollbar-thumb:hover {
    background-color: #939393;
}

/*---滚动条大小--*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/*---滚动框背景样式--*/

::-webkit-scrollbar-track-piece {
    background-color: #E2E2E2;
}


.fa {
    font-size: initial;
}




.tabs li.tabs-selected a.tabs-inner {
    -webkit-box-shadow: inset 0px 1px 0px 0px #3498db;
    -moz-box-shadow: inset 0px 1px 0px 0px #3498db;
    box-shadow: inset 0px 1px 0px 0px #3498db;
    background: #fff;
    color: #3498db;
    border-top: 1px solid #3498db;
    font-weight: normal;
}

.tabs-title {
    margin: 0 5px;
}

/*.tabs li.tabs-selected .tabs-title{
	color: #3498db;
}
.tabs li.tabs-selected .tabs-icon{
	color: #3498db;
}*/

.tabs li a.tabs-inner {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
    background: #fff;
}

.tabs li a.tabs-inner:hover {
    background: #fff;
    color: #3498db;
}

.tabs li.tabs-selected a.tabs-inner:hover {
    background: #fff;
}

.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
    /*-webkit-filter: invert(1);
        filter: invert(1);
        border-radius: 50%;*/
}

.tabs-header,
.tabs-tool {
    background-color: #fbfbfb;
}

/*分页*/

.easyui-pagination.pagination {
    background: #fbfbfb !important;
    padding: 1px 0px;
}

.pagination {
    padding: 1px 0;
}

/*按钮*/

.default.l-btn {
    background: #fff;
    /*padding: 0 6px;*/
    border-radius: 2px;
    transition: border .3s;
}

.default.l-btn:hover {
    background: #fff;
    border: 1px solid #3498db;
}

.default.l-btn-icon-left .l-btn-icon {
    left: 14px;
}

.default.l-btn-left {
   /* padding: 0 10px;*/
}

.default.l-btn-disabled,
.default.l-btn-disabled:hover {
    border: 1px solid #ccc;
}

.easyui-linkbutton.l-btn {
    /*padding: 0 8px;*/
}

.l-btn {
    border-radius: 2px;
    background: #fbfbfb;
    -webkit-transition: background-color .3s, opacity .2s;
    -moz-transition: background-color .3s, opacity .2s;
    -ms-transition: background-color .3s, opacity .2s;
    -o-transition: background-color .3s, opacity .2s;
    transition: background-color .3s, opacity .2s;
}

.l-btn:hover {
    background: #fbfbfb;
   /* opacity: .8;*/
}

.l-btn-plain {
    background: transparent;
   /* border-radius: 2px;*/
}

.l-btn-plain:hover {
  /*  border-radius: 2px;*/
}

.l-btn-disabled,
.l-btn-disabled:hover {
    opacity: 0.5;
    cursor: default;
    background: #fafafa;
    color: #444;
    background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);

}

.l-btn.primary {
    background: #39f;
    border-color: #39f;
    color: #fff;
}

.l-btn.info {
    background: #57c5f7;
    border-color: #57c5f7;
    color: #fff;
}

.l-btn.success {
    background: #0c6;
    border-color: #0c6;
    color: #fff;
}

.l-btn.warning {
    background: #f90;
    border-color: #f90;
    color: #fff;
}

.l-btn.error {
    background: #f50;
    border-color: #f50;
    color: #fff;
}

.l-btn.purple {
    background: #525398;
    border-color: #525398;
    color: #fff;
}

.l-btn.black {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

/*开关*/

.switchbutton {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.switchbutton-on,
.switchbutton-off,
.switchbutton-handle {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.switchbutton-on {
    background: #3498db;
}

/*datagrid*/
/*
.datagrid-header,
.datagrid-td-rownumber {
    background: #f5f5f5;
}
*/
/*form*/

.textbox {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;;
}

.textbox-icon {
    color: #000;
    line-height: 30px;
    text-align: center;
}

/*滑块*/

.slider-handle {
    width: 16px;
    height: 16px;
    background: #3498db;
    border-radius: 50%;
    margin-top: -8px;
}

.slider-inner {
    border: none
}

.combobox-item-selected {
    background-color: #3498db;
}

.combobox-item,
.combobox-group,
.combobox-stick {
    padding: 8px;
}

.combo .textbox-icon {
    /*padding: 0 5px;*/
}

.panel.combo-p {
   /* box-shadow: 0 1px 6px rgba(0, 0, 0, .2);*/
}

.textbox-invalid {
    background-color: transparent;
    border-color: #FF5722;
}

.validatebox-invalid {
 /*   border-color: #ffa8a8;*/
    background-color: #fff3f3;
    color: #000;
}


.tooltip {
    border-radis: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}


.menu {
    background: #fff;
    padding: 0;
}

.menu-active {
    border-radius: 0;
    border-color: #e2e2e2;
}

.menu-shadow {
  /*  box-shadow: 1px 1px 3px #cccccc;*/
}


.dialog-button .l-btn {
    width: 70px;
}

#btn-sure {
    color: #fff;
    background: #3498db;
    border: 1px solid #3498db;
}

#btn-sure:hover {
    background: #2980b9;
    border: 1px solid #2980b9;
}

/*表格*/
/*
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
    border-style: solid;
}

.datagrid-header-row,
.datagrid-row {
    height: 32px;
}

.datagrid-row-selected {
    background: #fbfbfb;
    color: #000;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #fbfbfb;
}
*/
/*树*/

.tree-node-selected {
    background: #E2E2E2;
    color: #000;
}


html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-family: Ubuntu,Tajawal,sans-serif;
}

.button-sep{
    display: inline-block;
    height: 30px;
    border-left: 1px solid #ddd;
    vertical-align: middle;
}

.like_label_text {
    border: none;
    font-size: 14px;
    cursor: default;
    color: #0c7cd5;
    font-weight: 600;
    background: transparent;
    border: 0;
    text-shadow: #0b2e13;
    outline:none;
    width: 100%;
    font-family: Ubuntu,Tajawal,sans-serif;

}

.like_label_text_red {
    border: none;
    font-size: 14px;
    cursor: default;
    color: #d50c0c;
    font-weight: 600;
    background: transparent;
    border: 0;
    text-shadow: #0b2e13;
    outline:none;
    width: 100%;
    font-family: Ubuntu,Tajawal,sans-serif;
}

.like_label_text_green {
    border: none;
    font-size: 14px;
    cursor: default;
    color: #1e8a10;
    font-weight: 600;
    background: transparent;
    border: 0;
    text-shadow: #0b2e13;
    outline:none;
    width: 100%;
    font-family: Ubuntu,Tajawal,sans-serif;
}

.like_label_black {
    border: none;
    font-size: 14px;
    cursor: default;
    color: #000000;
    font-weight: 600;
    background: transparent;
    border: 0;
    text-shadow: #0b2e13;
    outline:none;
    width: 100%;
    font-family: Ubuntu,Tajawal,sans-serif;
}

.like_label_text_header {
    border: none;
    font-size: 14px;
    cursor: default;
    color: #000000;
    /*font-weight: 600;*/
    background: transparent;
    border: 0;
    outline:none;
    width: 100%;
    font-family: Ubuntu,Tajawal,sans-serif;
}

.zoom2px {
    transition: transform .2s; /* Animation */
}

.zoom2px:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}