





.Table-row {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

	width:100% !important;
	padding-bottom:5px;
	padding-top:5px;
}

.Table-header {
	display:none;  
	font-weight:bold;
}
.Table-row-item:before{
	content:attr(data-header);
	width:35%;
	font-weight:700
}
.Table-row-item.tri-wider:before{
	content:attr(data-header);
	width:50%;
	font-weight:700
}
.Table-row-item {
	word-wrap:break-word;overflow-wrap:break-word;padding:0.5em;
	margin-bottom:0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-flex: 1 0 10%;
	-moz-flex: 1 0 10%;
    -ms-flex: 1 0 10%;
    flex: 1 1 10%;

	width:100%;

/*	flex-grow: 1; */
	/*border-left:0px solid red; */

	-webkit-align-items: flex-start;
     align-items: flex-start;

}

.Table-header .Table-row-item {
	-webkit-align-items: center;
     align-items: center;
}

/*
.Table-row-item a  {
	display:flex;
	flex-direction: row;
	align-items:center;
} */

.Table-row-item a span.sorting-indicator {
	display:none;
	visibility:hidden;
	border:0px solid red;
	margin-top:20px;
}

.Table-row-item:hover a span.sorting-indicator {
	visibility:visible !important;
}
.Table-row-item:hover .row-actions {
	left:0px;
}

.list-even-row {
	background-color: #f1f1f1;
}
.list-odd-row {
	background-color: #f9f9f9;
}
.list-even-row:hover {
	background-color: #f1fff8;
}
.list-odd-row:hover {
	background-color: #f9ffff;
}
tag.page-numbers {
	cursor:pointer;
}
a.page-numbers {
	cursor:pointer;
}

.Table-row-item.domain_name {
	min-width: 225px !important;
}
.Table-row-item.invoice_number {
	max-width: 50px !important;
}
.Table-row-item.invoice_amount {
	max-width: 80px !important;
}
.Table-row-item.id {
	max-width: 20px !important;
}

div.trashcan:before {
	content:"\f182";
	position:relative;
	top:0px;
	left:-5px;
	text-align:left;
	font:normal 20px/1 dashicons!important;
	speak:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.Table-row-item.del {
	max-width:30px;
}

.Table-row-item.del span {
	display:none;
}
.Table-row-item.del:hover span {
	display:block;
}
.Table-row-item.del span img {
	margin-bottom:0px;
}



.nss-pagination {
    display: flex;
    justify-content: flex-end;
    flex-wrap: none;
    position: relative;
	font-size:0.7em;
}
.pagination-top {
    margin-top: -60px;
}
.pagination {
    margin-right: 2%;
}
.nss-navigation li {
    float: left;
    margin-left: 15px;
    list-style: none;
}



#invoice-edit-table {
	margin:auto;
	max-width:500px;
	border:2px solid #cccccc;
	border-radius: 10px;
	text-align:center;
	padding:15px;
}
#invoice-edit-table table {
	margin:auto;

}

#invoice-edit-table td {
	height:30px;
}
td.edit-invoice {
	text-align:left;
	min-width:200px;
}
td.edit-invoice-value {
	text-align:left;

}

.edit-invoice-value.id input[type="text"] {
	color:red;
	font-weight:bold;
	background-color:#cccccc;
	pointer-events:none;
	width:100px;
}
.edit-invoice-value.invoice_amount input[type="text"], .edit-invoice-value.discount input[type="text"], .edit-invoice-value.removed input[type="text"] {
	width:100px;
}

span.must-check {
	color:red;
	font-weight:bold;
}
.urgent-invoice {
	background-color:#ffa5004d;
}
.invoice-compare-date {
	font-weight:bold;
}
.invoice-compare-date span {
	color:blue;
}

.search-filter {
	margin-top:20px;
}
.search-filter input[type="text"] {
	max-height: 25px;
    min-height: unset;
}








@media (min-width: 650px){

.Table-header {
	display:flex;
}

.Table-row {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	justify-content:center;
}
.Table-row-item:before{
	content:none; 
	margin-left:50px;
}
.Table-row-item.tri-wider:before {
	content:none; 
	margin-left:50px;
)

.Table-row-item {
	width: 10%;
}
.Table-row-item.tri-wider {
	width: 20%;
}
.Table-row-item {
	padding: 0.2em;
	border:0px solid blue;
}
.Table-header .Table-row-item {
	background: #ffffff;
	color: #0073aa;
}









}

/***********************************************************************************************/