table.dataTable > tbody > tr {
  height: 36px;
}
table.dataTable > tbody > tr.odd {
    background: #FAFAFA;
}
table.dataTable > tbody > tr > td:nth-child(1) >a {
    background: #D32F2F;
    text-transform: uppercase;
    text-align: center;
    padding: .5em .75em;
    border-radius: 3px;
    vertical-align: middle;
    width: 100px !important;
    display: inline-block;
}
div.views-widget input {
    margin-bottom: 10px;
}
div.dataTables_filter > label > input[type="text"] {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 5px;
}
div.dataTables_filter > label {
    font-size: large;
}
div.dataTables_paginate > span > a.paginate_active {
    font-weight: bolder;
}
div.dataTables_paginate > span > a {
    border: none !important;
    background: transparent !important;
}
div.dataTables_paginate > a {
    border: none !important;
    background: transparent !important;
}
a.uc-order-action {
    background: none !important;
    vertical-align: top !important;
    display: inline !important;
    width: initial !important;
}

table.views-table > tbody > tr {
  height: 36px;
}

table.views-table > tbody > tr.odd {
    background: #FAFAFA;
}


table.views-table {
	width:100%;
}

table.views-table > tbody > tr > td{
  max-width: 175px;
}

.view-watchdog table.views-table > tbody > tr > td{
  max-width: none;
}

.views-exposed-form .form-select {
  max-width: 255px;
}

.views-exposed-form .views-exposed-widget {
    min-width: 284px;
}
#views-exposed-form-order-payments-page .views-exposed-form .views-exposed-widget {
    min-width: auto;
   height:auto;
   width:auto;
}
.form-item-edanz-balance-due {
    position: relative;
}

.views-widget-filter-received, 
.views-widget-filter-field_job_invoicedate_value,
.views-widget-filter-created
{
    float: right !important;
}
#views-exposed-form-order-payments-page .views-widget-filter-received{float:left !important;}
.views-exposed-widget {
    border: 0px solid green;
    height: 120px;
    width: 15%;
    overflow: auto;
    margin-right:5px;
}
.views-exposed-widget > div > div > input,
.views-exposed-widget > div > input {
    width: 98%;
    margin: 0;
}
.views-exposed-widget > div.views-widget > div > select {
    height: 30px;
}
.views-exposed-widget > label, .views-exposed-widget > div > label {
    font-size: 14px;
    padding: 0;
}
.container-inline-date > div > label, .container-inline-date > div > div {
    font-size: 12px;
    padding: 0;
    margin: 0;
}
