nav img {
  float: left;
  height: 29px;
  margin-right: 5px;
  margin-top: -5px;
}
.main {
  margin-top: -20px;
}
.main .bsnsCntnt {
  margin-bottom: 0px;
  min-height: 500px;
}
#indexmain #content {
    position: relative;
    width: 980px;
    margin: 0 0 18px 2px;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
    background: #fff
}
.leftztree{
    padding: 0px;
}
.ztree {
  margin-bottom: 0px;
  border: 1px solid #e7e7e7;
  min-height: 580px;
}
.modal-body {
  max-height: 550px;
  padding: 0 15px;
  margin: 15px 0;
}
.bottomcut{position:fixed;bottom:0;left:0;z-index:9999;width:100%;text-align: left}
.adminContent{border: 1px solid #e7e7e7;min-height: 580px;padding:20px;margin-bottom: 30px;padding-bottom: 50px}
.admintitle{font-size: 18pt}
.adminPage{padding: 5px}

.hasdg{
    background: #ccc;
}
.highlight {
    width: 980px;
    margin: 0 0 18px 2px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;

}
.data-table {
    text-align: center;
    margin-bottom: 0px;
}
.data-table th{
    text-align: center;
    background-color: #e8e8e8;
}
.data-pages{
    width: 100%;
    text-align: right;
    float: right;
    border: 1px solid #e7e7e7;
    margin-bottom: 0px;
}
.data-pages span{
    padding-left: 15px;
    float: left;
    padding-top: 5px;
}
.data-pages ul{
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -6px;
}
.inline .col-md-6 {
    margin-bottom: 10px;
}
.stu-success{
    color: #5cb85c;
}
.stu-info{
    color: #f0ad4e;
}

/* Widgets */
.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 10px;
    margin-bottom: 16px;
    position: relative;
}

.widget-title, .table th{
    background-color: #efefef;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}

.widget-title span.icon {
    border-right: 1px solid #cdcdcd;
    padding: 9px 10px 7px 11px;
    float: left;
    opacity: .7;
}

.widget-title h5 {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}

.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
}

