﻿.ctrl-label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
.shorttext10{
display: block;
width:10px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} 
.shorttext50{
display: block;
width:50px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} 
.shorttext100{
display: block;
width:100px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} 
.shorttext120{
display: block;
width:120px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} 
.shorttext150{
display: block;
width:150px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} 
.shorttext200{
display: block;
width:200px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} 
.shorttext180{
display: block;
width:180px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} 
td.details-control {
    background: url("../img/datatable/details_open.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
}
tr.shown td.details-control {
    background: url("../img/datatable/details_close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
div.dataTables_wrapper {
        /*width: 1500px;*/
        margin: 0 auto;
    }
.ui-autocomplete-loading {
background: white url("../img/ajax-loader/ajax-loader-2.gif") right center no-repeat;
}
/*
.noty_message
{
    background: url("../img/logo20.png") no-repeat scroll top center rgba(0, 0, 0, 0);
    height:120px;
}

.noty_text
{
    padding-top:60px;
    float:left;
}*/
.label
{
    font-size:100%;
}
li
{
    list-style:none;
}
ul
{
    padding:0;
    margin:0;
}
.uploadify-button-text 
{
     background-color: #f0ad4e;
      border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.progress
{
    margin-bottom:0px;
}
.fixtop{
    background-color:#FFCA0D; filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70; z-index:999; position:fixed; top:0; left:0; width:100%; _position:absolute; height:60px;
}
.fixtopright{
    z-index:2000; position:fixed; top:0px; left:0px; width:100%; _position:absolute; padding:10px 200px;
}