body
{
    padding-top: 50px;
}

input[type=number], input.number
{
    text-align: right !important;
}

.input-prepend input 
{
    width: 184px !important;
}

div.controls span.help-block
{
    display: block;
}

div.alert
{
    margin-left: 0px;
}

.number
{
    text-align: right !important;
}

.pad-right
{
    padding-right: 30px !important;
}

ol.acc-wizard-sidebar
{
    padding-left: 1em !important;
}

#debitOrderModal, #batchModal, #pledgeModal
{
    margin-left: -480px !important;
    margin-top: -325px !important;
    width: 1180px !important;
    max-height: 650px !important;
}

#betalingModal
{
    margin-top: -325px !important;
    max-height: 650px !important;
}

#debitOrderRightPane:before, #pledgeRightPane:before
{
  content: '';
  width: 0;
  height: 75%;
  position: absolute;
  border: 0 solid #e5e5e5;
  border-left-width: 1px;
  top: 75px;
  left: 48%;
}

#debitOrderModal div.modal-body, #pledgeModal div.modal-body
{
    overflow-x: auto;
    max-height: 510px;
}

#debitOrderModal div.modal-body div[class*=span], #pledgeModal div.modal-body div[class*=span]
{
    margin-left: 10px;
}

input[class~=number]
{
    background-image: none !important;
    padding-right: 20px;
}

thead td.check
{
    width: 20px;
}

.table td.check
{
    text-align: center;
}

.ui-autocomplete.ui-front
{
    z-index: 1050;
}

#warningModal .icon-warning-sign {
    margin-right: 2em;
}

#passwordHeader
{
    float: right;
    
    font-size: 10px;
}

/* Set filter, button group and search on a single line */
#statusDiv, #statusDiv dd, #statusDiv dt, #toolbarGroup
{
    display: inline-block;
}

#statusDiv
{
    margin-top: -5px;
}

#batchFilterDiv
{
    display: none;
}

#toolbarGroup
{
    margin-left: 20px;
    margin-bottom: -5px;
}

.dataTables_filter
{
    float: right;
}

div.span12 > .dataTables_wrapper
{
    margin-top: -40px;
}

.betTable_filter
{
    padding-top: 2px;
}

.input-sm 
{
    margin-left: 10px;
}

#contentContainer .progress
{
    margin-bottom: 0;
}

.text-center{
    text-align:center;
}

th.actions, td.actions
{
    min-width: 175px;
}

.row.standalone
{
    margin-left: 0;
}

.donationRow
{
    margin-left: 20px;
    display: inline-block;
}