﻿  .form-inline {
    display: -ms-flexbox;
     display: block; 
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
  
}
#MyTable {
    padding-left:10px;
    padding-right:10px;
} 
 #MyTable th
 {
     
     background-color: #007974;
      border: 1px solid #007974;
      color:White;
      text-align:center;
      vertical-align:middle !important;
   } 
  #MyTable td {
    border:solid 1px #dddddd;
  
}
#MyTable .even{
  
    background-color:white;
}

 #MyTable .odd{
   
    background-color:#f9f9f9;
}

 select.input-sm {
    height: 30px;
    line-height: 30px;
    margin: 5px;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    
}


/*Not Using */
.table-fixed thead {
width: 97%;
 background-color: #007974;
    color: white;
}
.table-fixed .tbodyFull {
 height:460px;
overflow-x: auto;
overflow-y:scroll;
/*width: 99%;*/
background-color:White;
}
.table-fixed .tbodyPopOut {
   height :230px;
    overflow-x: auto;
    overflow-y: auto;
    width: 99%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
display: inline-block;
border-bottom-width: 0;
}
.table-fixed td {
     padding-left:0px !important;

}
  