#create_team_order
{
	
	margin-top : 10px;
	
}

#order_table {
	display: block;
    overflow-x: auto;
    //white-space: nowrap;
}

#order_table td select {
   // padding: 0px !important;
    height: auto;
}

#order_table th, #order_table td {
   font-size: 11px;
   color: #000000;
}
#order_table2 {
    display: block;
	overflow-x: auto;
    //white-space: nowrap;
	
}

#order_table2 td select {
   // padding: 0px !important;
    height: auto;
}

#order_table2 input {
   min-width: 60px;
}

#order_table1 input {
   min-width: 60px;
}
#order_table input {
   min-width: 60px;
}

#order_table2 th, #order_table2 td {
   font-size: 11px;
   color: #000000;
}

#order_table1 {
	display: block;
	overflow-x: auto;
    //white-space: nowrap;
	
}

#order_table1 td select {
   // padding: 0px !important;
    height: auto;
}

#order_table1 th, #order_table1 td {
   font-size: 11px;
   color: #000000;
}

.t_head {
	
	background-color: black !important;
	color: #fff;
	
}
.t_head th, .t_head td {
	
	background-color: black !important;
	color: #fff !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, #wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, #wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td, table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td
{
	padding:8px 4px !important;
}

#load_club_data { overflow:hidden; }

#bulkOrderTable th,#bulkOrderTable td {
    text-align: center;
    //background-color: white;
    min-width: 120px;
}

#bulkOrderTable {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
#bulkOrderTable thead {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
  background-color: transparent;
}
#bulkOrderTable thead th, #bulkOrderTable thead td {
  width: 120px;
  //height: 40px;
}
#bulkOrderTable thead th:nth-child(1) {
  position: relative;
  display: block;
  //height: 40px;
  padding-top: 20px;
   background-color: white
}
#bulkOrderTable tbody {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  overflow: scroll;
}
#bulkOrderTable tbody th, #bulkOrderTable tbody td {
  width: 120px;
}
#bulkOrderTable tbody tr td:nth-child(1) {
  position: relative;
  display: block;
   background-color: white
}

#bulkOrderTable hr {
    margin: 3px !important;
}


#bulkOrderTable1 th,#bulkOrderTable1 td {
    text-align: center;
    //background-color: white;
    min-width: 120px;
}

#bulkOrderTable1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
#bulkOrderTable1 thead {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
  background-color: transparent;
}
#bulkOrderTable1 thead th, #bulkOrderTable1 thead td {
  width: 120px;
  //height: 40px;
}
#bulkOrderTable1 thead th:nth-child(1) {
  position: relative;
  display: block;
  //height: 40px;
  padding-top: 20px;
   background-color: white
}
#bulkOrderTable1 tbody {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  overflow: scroll;
}
#bulkOrderTable1 tbody th, #bulkOrderTable1 tbody td {
  width: 120px;
}
#bulkOrderTable1 tbody tr td:nth-child(1) {
  position: relative;
  display: block;
   background-color: white
}

#bulkOrderTable1 hr {
    margin: 3px !important;
}


#bulkOrderTable2 th,#bulkOrderTable2 td {
    text-align: center;
    //background-color: white;
    min-width: 120px;
}

#bulkOrderTable2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
#bulkOrderTable2 thead {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
  background-color: transparent;
}
#bulkOrderTable2 thead th, #bulkOrderTable2 thead td {
  width: 120px;
  //height: 40px;
}
#bulkOrderTable2 thead th:nth-child(1) {
  position: relative;
  display: block;
  //height: 40px;
  padding-top: 20px;
   background-color: white
}
#bulkOrderTable2 tbody {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  overflow: scroll;
}
#bulkOrderTable2 tbody th, #bulkOrderTable2 tbody td {
  width: 120px;
}
#bulkOrderTable2 tbody tr td:nth-child(1) {
  position: relative;
  display: block;
   background-color: white
}

#bulkOrderTable2 hr {
    margin: 3px !important;
}

.table-bordered {
    border: 1px solid #dddddd;
}
tr:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}

thead {
    background-color: #CECECE;
    color: #fff;
}
table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.form-control, #searchform #s {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
}
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p, #woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p {
    text-transform: uppercase;
}
#create_team_order h4
{
	font-family: auto;
}
