.upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 5px
}

.upload-filename {
    width: 100%;
    height: auto;
    margin: 0 5px 5px 10px;
    color: #807579
}

.upload-progress {
    margin: 0 10px 5px 10px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block
}

.upload-bar {
    background-color: #D06700;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin-right: 5px;
}

.upload-green {
    background-color: #7581D7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin-right: 5px;
}

.upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 12px 10px 4px 10px;
    color: #fff;
    background: #F00F29;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align: middle;
}

.upload:hover {
    background: #28759D;
    -moz-box-shadow: 0 2px 0 0 #15719f;
    -webkit-box-shadow: 0 2px 0 0 #15719f;
    box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {

    border: 2px solid #000000;
    width: 620px;
    color: #E70707;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
}

img {
    border-width: 0
}

* {
    font-family: 'Lucida Grande', sans-serif;
}

/************************/
div.list_sp,.list_sp2 h2
{
    margin-left: 10px;
}
div.list_sp
{
    width:98%;
    border: 1px solid #ddd;
    height: 200px;
    overflow: auto;
    padding-left: 10px;
    margin-top: 20px;
    position: relative;
}
.list_sp2
{
    width:99%;
    border: 1px solid #ddd;
    height: 200px;
    overflow: auto;
    padding-left: 10px;
    margin-top: 20px;
    position: relative;
}
div.fl
{
    float: left;
    width: 100px;
    height:100px;
    padding: 3px;
    margin: 5px 6px;
    border: 1px solid #ddd;
    position: relative;
}
div.fl img
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    /*border-radius:5px;
    box-shadow: 2px 2px 2px 2px #ddd; */
}
div.fl input
{
    position: absolute;
    top: 0;
    left: 0;
} 
div.fl a
{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #fff;
    background: red;
    padding: 5px;
}
div.fl a:hover
{
    color:red;
    background: #fff;
}
.alert-success
{
    color:green;
}
input.check-all {
    left: 212px;
    margin: 10px;
    position: absolute;
    top: 9px;
}
tr.img img 
{
    width:100px;
    height: 100px;
}
tr.img
{
    position: relative;
}
.cimg
{
      bottom: 0;
    left: 40%;
    position: absolute;


}
.table_row td
{
    
}
