/*--------------------------------------------------------------
 1.0 Table Editor styles
--------------------------------------------------------------*/

.lptw-checkbox-container {
	margin: 1em 0;
	overflow: hidden;
	display: table;
}

.lptw-input-wrapper {
	display: inline-block;
	vertical-align: baseline;
	min-width: 150px;
	padding: 1px 25px 1px 0;
	line-height: normal;
	margin: 0 0 7px 0;
	white-space: nowrap;
}

.lptw-checkbox-label {
	display: inline-block;
	vertical-align: baseline;
	line-height: normal;
}

#lptw-table-totals {
	overflow: hidden;
	padding: 0.5em 0;
}

#lptw-table-data {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border: 1px dotted #eeeeee;
}

#lptw-table-data .htCore tfoot td {
	background-color: #eeeeee;
}

#lptw-table-message {
	margin: 1em 0;
}


.handsontable textarea:focus{
	border: none !important;
	height:25px !important;
	padding: 0px !important;
	background-color:#e9e9e9;
	padding: 5px !important;;
}

.handsontable table{
	border-spacing: 0px;
	border-collapse: collapse;
}

.handsontable td, .handsontable th {
    border-top-width: 0;
    border-left-width: 0;
    border-right: 0 !important;
    border-bottom: 0 !important;
	background-color:#f6f6f6 !important;
	padding: 5px;
	
}

.handsontable table tr:first-child td{
	background-color: #263238 !important;
	color: white;
}


.htBorders{
	display: none !important;
}

#lptw-table-message{
	position:fixed;
	right:0;
	bottom:0;
	background-color: #ff5454;
	color: white;
	padding: 10px;
	
}