.change_status .change_invoice{
	font-size: 13px;
}
.total{
	    width: 100%;
    height: 40px;
    padding: 9px;
    border: 1px solid #db001e;
    margin: 5px 0 10px 0;
}

.offset-right {
	float: right;
}
a.buttons-collection {
    margin-left: 1em;
}

.icheckbox_flat-green {
    background-position: 0 0;
}
.icheckbox_flat-green, .iradio_flat-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(green.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    border: none;
    cursor: pointer;
}

.short_text {
	width: 50px;
}

table {
	white-space: nowrap;
}
tr {
 	height: 30px !important;
} 

input {
	width: 80px;
}

td {
	padding: 0px !important;
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.user_table tr {
    font-weight: 200 !important;
    color: black !important;
}
table td:nth-child(5) {
   text-align: right;
}

table td:nth-child(7) {
   text-align: right;
}

table td:nth-child(8) {
   text-align: right;
}

table td:nth-child(9) {
   text-align: right;
}

table td:nth-child(10) {
   text-align: center;
}
table td:nth-child(6) {
text-align: right;
padding: 10px 0;
}
table td:nth-child(6) > input {
text-align: right;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
/*background-color: #D4D1D1;
background-color: #D8D7D7;*/
background-color: #EAE7E7;


}