/* CSS Document */

body {
 padding-top: 70px;
}

#dt-deltagarlista {
  margin-top: 0px !important;
  border-spacing: 0; 
  border-collapse: collapse !important; 
}

.td-nowrap {
	white-space: nowrap;
}

.deltSearch {
	position: relative; 
	padding: 0; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: -13px; 
	top: -7px; 
	left: 10px;
}

.scrolla{
	clear: both;
	height: 650px;
    overflow-y:auto; 
}

.noscroll{
	clear: both;
	height: 650px;
	overflow:hidden; 
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}