body {
    
    background-color: black;
}
hr{
	
	margin-top: 5px;
    margin-bottom: 5px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgb(51, 122, 183);
}
.debug {
    border: 1px solid blue;
}

#wraper{
  background-image: url('../images/Logo.png');
    background-repeat: no-repeat;
    background-position: left bottom; 
    background-size: 200px 200px;
}

.tbswraper{
	
	width:980px;
	height:600px;
	
}
/**reset bootstrap**/
.white {
    background-color: white;
}
.panel{
	margin-bottom:5px;
}
.progress{
  margin-bottom: 5px;
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 
{
 font-family: Microsoft YaHei,'宋体', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.errorMessage{
    padding-top: 7px;
    margin-bottom: 0;
    text-align:left;
    color: #a94442;
}

/**Angualrjs  form validation**/
  input.ng-invalid.ng-touched {
    background-color: #FA787E;
  }
  select.ng-invalid.ng-touched {
    background-color: #FA787E;
  }
  /** for table layourt like form**/
form.tblForm .row{
    margin-bottom: 5px;
    

 } 
 form.tblForm label{
    padding-top: 7px;
    text-align: right;

 } 

 #footer span.error{
    color:#FA787E;

 }

 
 #footer span.ok{
    color:#adff2f;
}

.badge-plant {
  background-color: lightsteelblue !important;
}

table.clone.ng-scope {
  margin-bottom: 0px;
}