.bulk_bill_modal{

}
.bulk_bill_modal .modal-dialog{
	width: 420px !important;
}

.bulk_bill_modal .modal-body{
	min-height: 100px;
}
.bulk_bill_modal input[type="radio"]{
	width: 20px;
    display: inline;
    margin-top: -4px;
}
.gc-layout-table > tr:first-child{
	display: none;
}
.gc-layout-table > tr:nth-child(2){
	display: none;
}
.bulk_bills_toolbtn{
	height: 32px;
	padding: 4px 4px 0px 4px;
	cursor:pointer;
}
.bulk_bills_toolbtn:first-child{
	padding-bottom: 8px;
}
.bulk_bills_toolbtn:last-child{
	padding-bottom: 4px;
}
.bulk_bills_toolbtn:hover{
	background-color: #bababa;
	color: white;
}

.provisional_bills .panel-heading{
	background-color: #fcf8e3 !important;
	color: #f8ac59;
}

.bill_list_page .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active{
	background-color: #ddd;
    border-color: #ccc;
}
.transfer_label{
    font-size: 11px;
    color: #cccccc;
    font-weight: 400;
}
.payment_diagonal_cell{
	background-image: linear-gradient(-25deg, transparent 49%, #e7e7e7 49%, #e7e7e7 51%, transparent 51%, transparent);
}
@media (min-width: 768px) and (max-width: 1200px ){
	.table_states1{
		width: 4.25em !important;
	}
	.bill_year_payments{
		font-size:10px;
	}
}