/* --------------

	   ui_function.css: CSS常用class预定义
	   author: xiangxu@wisedu.com

 ------------ */
.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.farial {
    font-family: Arial;
}

.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w230 {
    width: 227px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w600 {
    width: 600px;
}

.w960 {
    width: 960px;
}

.clearfix:after {
    clear: both;
    height: 0;
    display: block;
    content: ".";
    visibility: hidden
}

.clearfix {
    display: block;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.green {
    color: #238905;
}

.blue {
    color: #3163B6;
}

.dark_blue {
    color: #30434d;
}

.red {
    color: #D55111;
}

.black {
    color: #000;
}

.grey {
    color: #999;
}

.yellow {
    color: #FF6600;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.m30 {
    margin: 30px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt-20 {
    margin-top: -20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mt-30 {
    margin-top: -30px;
}

.mb30 {
    margin-bottom: 30px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.align_l {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.dis_inline {
    display: inline;
}

.hand {
    cursor: pointer;
}

.disable {
    background: #e7e7e7;
    cursor: default;
}

.l30 {
    height: 30px;
    line-height: 30px;
}

.l50 {
    height: 50px;
    line-height: 50px;
}

.l80 {
    height: 80px;
    line-height: 80px;
}

.l100 {
    height: 100px;
    line-height: 100px;
}

.nobg {
    background: none;
}
.undis,
.hidden{
    display: none;
}
.dis,
.show{
    display: block;
}

.ind {
    text-indent: 2em;
}

.page_header {
    border-bottom: 1px solid #EEEEEE;
    margin: 20px 0 30px;
    padding-bottom: 9px;
}

/* 定义页面固定模块的快捷样式，比如页面固定顶部菜
----------------------------------------------------------------------------------------------------*/
.fixed_top,
.fixed_bottom,
.fixed_left,
.fixed_right {
    position: fixed;
    z-index: 10000;
    width: 100%;
}

.fixed_top {
    bottom: auto;
    top: 0;
}

.fixed_bottom {
    bottom: 0;
    top: auto;
}

.fixed_left {
    left: 0;
    right: auto;
    width: auto;
    height: 100%;
}

.fixed_right {
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
}



/* input框宽度
----------------------------------------------------------------------------------------------------*/
.input_mini {
    width: 60px;
}

.input_small {
    width: 90px;
}

.input_medium {
    width: 150px;
}

.input_large {
    width: 210px;
}

.input_xlarge {
    width: 270px;
}

.input_xxlarge {
    width: 530px;
}

.input_block {
    width: 99%;
    padding: 6px 0 6px 2px !important;
}

select.input_block {
    width: 100%;
    padding: 6px 6px !important;
}

form.inline {
    line-height: 3;
}

form.inline p {
    margin-bottom: 0;
}

/* 页面加载loading
----------------------------------------------------------------------------------------------------*/
#pageloading,
.pageloading,
.tab_pageloading {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff url(../images/common/loading.gif) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.sys_loading {
    background: url(../images/common/loading03.gif) no-repeat left;
    height: 30px;
    line-height: 30px;
    padding: 10px 10px 10px 40px;
    font-size: 14px !important;
    margin: 20px 0 20px 30px;
    white-space: nowrap;
}

/* 阴影效果
----------------------------------------------------------------------------------------------------*/
.shadow {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 10px rgba(0, 0, 0, 0.1);
}

.shadow_top {
    box-shadow: 0 -2px 2px #DDD;
}
.shadow_left {
    box-shadow: -2px 0px 2px #DDD;
}
.shadow_right {
    box-shadow: 2px 0px 2px #DDD;
}

.shadow_bottom {
    box-shadow: 0 2px 2px #DDD;
}



/* 纯CSS箭头解决方案，兼容IE6+ 2013-05-17
----------------------------------------------------------------------------------------------------*/
.ui_arrow_top {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-top: 0 none !important;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: transparent !important;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: transparent !important;
}

.ui_arrow_right {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    border-left: 4px solid #000;
    border-right: 0 none !important;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: transparent !important;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: transparent !important;
}

.ui_arrow_bottom {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #000;
    border-bottom: 0 none !important;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: transparent !important;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: transparent !important;
}

.ui_arrow_left {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    border-right: 4px solid #000;
    border-left: 0 none !important;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: transparent !important;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: transparent !important;
}
.ui_arrow_large{
    border-top-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 6px;
}
.ui_arrow_white{
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.ui_arrow_grey{
    border-top-color: #545454;
    border-right-color: #545454;
    border-bottom-color: #545454;
    border-left-color: #545454;
}