
body {
  padding-top: 70px;
  padding-bottom: 20px;
  overflow-y: scroll;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px){
	.dropdown-menu {
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
.modal-backdrop {
	background-color: rgba(100, 100, 100, 0.5);
	width: 100vw;
	height: 100vh;
}

.panel-h {
	font-size: 18px;
	font-weight: 500;
}
footer p {
	text-align:center;
	font-size: 12px;
	color: #999;
}
.tdcenter{
	text-align:center;
}
.addit button {
	margin: 0 5px 10px 0;
}

#admin-list tr{
  cursor: pointer;
}
/* DataTables*/
.tabletitle{
	display: inline;
	padding: 0 10px;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
}
.components .dataTables_wrapper {
	margin-top: 5px;
}

ul.dt-button-collection.dropdown-menu {
	/*  opacity:0.8; */
}

.dataTables_length select.form-control {
	padding: 4px 0 6px 3px;
}

.dt-button {
	cursor: pointer;
}

table.dataTable th {
	white-space: nowrap;
}

.dataTables_filter {
	text-align: left;
	float: left;
	margin-left: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
	text-indent: 22px;
	margin-left: 0;
}

.dataTables_filter label {
	position: relative;
}

.dataTables_filter i.fa-search {
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 7px;
}

.dataTables_length {
	float: right;
	margin-left: 10px;
}

.dt-buttons {
	float: right;
}

th.dt-checkboxes-cell.dt-checkboxes-select-all {
	padding-right: 5px !important;
}
.datatable tbody tr:hover td {
background:#eeeeee;
}



.table-bordered > thead > tr > th {
background-color:#eeeeee;
}

.jumbotron .input-group-lg > .form-control,
.jumbotron .input-group-lg > .input-group-addon,
.jumbotron .input-group-lg > .input-group-btn > .btn {
    height: 48px;
}
.space{
	margin-bottom: 20px;
}
.input-group {
	margin-bottom: 10px;
}

.td-green {
	background-color: #D5FFD1 !important;
}
.front-panel{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
div.dataTables_info {
padding-top: 0px;
}

.bootbox{
overflow-y: auto;
}
.DTTT {
	margin-right: 15px;
}
.DTTT .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.DTTT a.btn-primary{
	color:#fff;
}


.ColVis {
	float: right;
	margin-right: 15px;
}

.ColVis_Button {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	*cursor: hand;
}

button.ColVis_Button::-moz-focus-inner {
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	background-color: #f3f3f3;
	width: 368px;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	background-color: white;
	float: none;
	margin: 2px;
}


div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}



button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

#rootwizard .nav {
	margin-bottom:20px;
}
.dropzone {
    min-height: 40px;
    border: 1px solid rgba(0,0,0,0.3);
    background: white;
    padding: 0;
}
#uploads-template .progress{
  height: 10px;
}
