/* here you can put your own css to customize and override the theme */

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.222em;
  padding: 0.33em 0.5em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #FFF;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #FFF 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white 0%, #FFF 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white 0%, #FFF 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, white 0%, #FFF 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white 0%, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}

button.bbv-btn {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.radio-inline input[type="radio"] {
  position: initial;
  margin-left: 0px;
}

.datepicker .fa-angle-left:before {
  content: "\f104"
    /*rtl:"\f105"*/
  ;
}

.datepicker .fa-angle-right:before {
  content: "\f105"
    /*rtl:"\f104"*/
  ;
}

.dataTables_extended_wrapper div.dataTables_paginate,
.dataTables_extended_wrapper div.dataTables_length,
.dataTables_extended_wrapper div.dataTables_info {
  display: inline-flex;
}

#missing-references input {
  padding: 4px 14px;
}

#missing-references i {
  position: absolute;
  color: #666;
  padding: 8px;
}

i.fa .fa-ellipsis-v {
  padding: 8px;
  min-width: 40px;
}

#bulkUpdate_modal {
  width: 720px;
  padding-bottom: 20px;
  left: 43%;
  top: 34%;
}