/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#domrail table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
#domrail .table {
  width: 100%;
  margin-bottom: 20px;
}
#domrail .table th,
#domrail .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#domrail .table th {
  font-weight: bold;
}
#domrail .table thead th {
  vertical-align: bottom;
}
#domrail .table caption + thead tr:first-child th,
#domrail .table caption + thead tr:first-child td,
#domrail .table colgroup + thead tr:first-child th,
#domrail .table colgroup + thead tr:first-child td,
#domrail .table thead:first-child tr:first-child th,
#domrail .table thead:first-child tr:first-child td {
  border-top: 0;
}
#domrail .table tbody + tbody {
  border-top: 2px solid #dddddd;
}
#domrail .table-condensed th,
#domrail .table-condensed td {
  padding: 4px 5px;
}
#domrail .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#domrail .table-bordered th,
#domrail .table-bordered td {
  border-left: 1px solid #dddddd;
}
#domrail .table-bordered caption + thead tr:first-child th,
#domrail .table-bordered caption + tbody tr:first-child th,
#domrail .table-bordered caption + tbody tr:first-child td,
#domrail .table-bordered colgroup + thead tr:first-child th,
#domrail .table-bordered colgroup + tbody tr:first-child th,
#domrail .table-bordered colgroup + tbody tr:first-child td,
#domrail .table-bordered thead:first-child tr:first-child th,
#domrail .table-bordered tbody:first-child tr:first-child th,
#domrail .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
#domrail .table-bordered thead:first-child tr:first-child th:first-child,
#domrail .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#domrail .table-bordered thead:first-child tr:first-child th:last-child,
#domrail .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
#domrail .table-bordered thead:last-child tr:last-child th:first-child,
#domrail .table-bordered tbody:last-child tr:last-child td:first-child,
#domrail .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
#domrail .table-bordered thead:last-child tr:last-child th:last-child,
#domrail .table-bordered tbody:last-child tr:last-child td:last-child,
#domrail .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
#domrail .table-bordered caption + thead tr:first-child th:first-child,
#domrail .table-bordered caption + tbody tr:first-child td:first-child,
#domrail .table-bordered colgroup + thead tr:first-child th:first-child,
#domrail .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#domrail .table-bordered caption + thead tr:first-child th:last-child,
#domrail .table-bordered caption + tbody tr:first-child td:last-child,
#domrail .table-bordered colgroup + thead tr:first-child th:last-child,
#domrail .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#domrail .table-striped tbody tr:nth-child(odd) td,
#domrail .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
#domrail .table-hover tbody tr:hover td,
#domrail .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
#domrail table [class*=span],
#domrail .row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
#domrail .table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
#domrail .table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
#domrail .table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
#domrail .table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
#domrail .table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
#domrail .table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
#domrail .table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
#domrail .table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
#domrail .table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
#domrail .table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
#domrail .table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
#domrail .table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
#domrail .table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
#domrail .table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
#domrail .table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
#domrail .table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
#domrail .table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
#domrail .table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
#domrail .table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
#domrail .table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
#domrail .table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
#domrail .table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
#domrail .table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
#domrail .table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
#domrail .table tbody tr.success td {
  background-color: #dff0d8;
}
#domrail .table tbody tr.error td {
  background-color: #f2dede;
}
#domrail .table tbody tr.warning td {
  background-color: #fcf8e3;
}
#domrail .table tbody tr.info td {
  background-color: #d9edf7;
}
#domrail .table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
#domrail .table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
#domrail .table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
#domrail .table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}


/* Custom */
#domrail {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#domrail .pagination {
  text-align: center;
  overflow: auto;
}

#domrail .pagination a {
  font-weight: normal;
}

#domrail .filters {
  overflow: auto;
  text-align: center;
}

#domrail .selects_container {
  overflow: auto;
  display: block; 
  text-align: center;
  margin: 10px;
  padding: 0 3px;
}

#domrail .item {
  display: inline-block;
  text-align: left;
  margin: 0px;
}

#domrail .item select {
  width: 100px;
}

#domrail .main_label {
  margin-top: 13px;
}

#domrail .submit_button {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

#domrail .filters {
  display: none;
}

#domrail .controls {
  text-align: center;
  margin-bottom: 20px;
}

#domrail .controls a {
  font-weight: normal;
}

#domrail .btn  {
  text-decoration: none;
}

#domrail .records-found {
  float: left;
}

#domrail .all-records {
  float: right;
}

#domrail .footer-controls {
  text-align: center;
  margin-top: 20px;
}

#domrail .footer-controls a {
  color: #fff;
  font-weight: normal;
}

#domrail label {
  font-size: 13px;
}

#domrail select {
  height: 27px;
  line-height: 27px;
  font-size: 11px;
}

#domrail select[multiple], 
#domrail select[size] {
  height: auto;
}

#domrail thead th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

input[type="text"], input.text, input.title, textarea, select {
  margin: 0;
}

button.btn, input.btn[type="submit"] {
    height: 30px;
}

.the-checkbox {
  padding: 0px;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.the-checkbox label {
  display: inline;
  font-size: 12px !important;
}

.the-checkbox input {
  margin: 0;
}

.checkboxes {
  display: block; 
  text-align: left;
  width: 330px;
  margin: 5px auto;
  padding: 0 3px 0 30px;
  font-size: 12px;
}

.radios_container {
  display: block; 
  text-align: left;
  width: 335px;
  margin: 5px auto;
  padding: 0 3px 0 30px;
  font-size: 12px;
}

.radios_container label {
  display: inline-block;
  width: 75px;
}

.radio-item {
  display: inline-block;
  width: 65px;
  margin-right: 17px;
}

.radio-item input {
  margin: 0;
  vertical-align: -1px;
}

.radio-item span {
  vertical-align: middle;
}

#domrail .pagination ul {
  margin-top: -5px;
}

/* */