body {
  /*min-height: 2000px;*/
  padding-top: 70px;
}
.a-clean, a:hover , a:active{
	text-decoration:none;
	color: #777;
}
.table > thead > tr > th {
vertical-align: middle;
text-align: center;
}
.table > tbody > tr > td {
vertical-align: middle;
}
.modal-content {
-webkit-box-shadow: none !important;
box-shadow: none !important; 
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626 !important;
  text-decoration: none !important;
  background-color: #f5f5f5 !important;
}
.table-break-word {
    /*table-layout: fixed;
    word-wrap: break-word;*/
}