/* ALL selectizeInput CSS styles */
.selectize-dropdown, .selectize-input, .selectize-input input {
  display: inline-block;
  border-radius: 0;
  color: #333333;
  font-family: inherit;
  font-size: small;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* ALL pickerInput CSS styles */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  line-height: 1.4;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Text Input font-size */
.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 8px 4px;    /* update for text padding */
    font-size: 11px;     /* update for text size */
    line-height: 1.4;
    color: #6f6f6f;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -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,-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;
}

/* Radio button title font size */
.radio-bs label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: normal;
    font-size: smaller;
    cursor: pointer;
}

/* ALL below data.table font, also most text */
body {
 /*font-size: 16px;*/
 /*line-height: 1.4;*/ 
 /*color: #222222;*/
 /*background-color: #ffffff;*/
 /*-moz-transform: scale(0.9, 0.9); /* Moz-browsers */
 /*zoom: 0.9; /* Other non-webkit browsers */
 /**zoom: 90%; /* Webkit browsers */
  
}

div > ul.nav.nav-tabs a {
    font-size: 13px;
    line-height: 1.4;
}
