.avatar-photo {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 0 10px;
}
.app-header .dropdown-item {
  min-width: 180px;
  text-align: left;
}
.full-width {
  width: 100% !important
}
.full-width .select2-container {
  width: 100% !important
}
.error {
	color: #cc0000;
}
label {
  font-weight: bold
}
.badge {
  padding: 4px;
  margin-right: 4px
}
.badge-default {
  color: #333;
  background-color: #ddd;
}

.select2-container .select2-selection--single {
      height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    padding: .375rem .75rem;
}
div.dataTables_wrapper div.dataTables_filter {margin-left: 30px;}
/* [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {padding-left: 4px;} */
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting:after {display: none !important;}

.testres {
  background: #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline;
  float: left;
  margin-right: 4px;
}
.testres.hasresult {background: greenyellow;}

select.paymentdue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcecfc+0,fba6e1+50,fd89d7+51,ff7cd8+100;Pink+Gloss+%232 */
  background: #fcecfc; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcecfc 0%, #fba6e1 50%, #fd89d7 51%, #ff7cd8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=0 ); /* IE6-9 */
}

select.paymentpaid {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8ffe8+0,e3f5ab+33,b7df2d+100;Green+3D+%234 */
background: #f8ffe8; /* Old browsers */
background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */

}

.pagination li.active {
  background-color: #2196F3;
}
.pagination li.active:hover a, .pagination li.active a:hover {
  background-color: transparent;
  color: #fff;
}
.pagination li:hover a.pagination li.active a:hover {
  color: #fff;
}

/* ::-webkit-datetime-edit { padding: 0em; }
::-webkit-datetime-edit-fields-wrapper { background: silver; }
::-webkit-datetime-edit-text { color: red; padding: 0; }
::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; }
::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { background: orange; } */

#pnl-labsamples .form-control {
  padding: 0.275rem 0.15rem;
  font-size: 12px;
}
#pnl-labsamples select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 1px);
}

#pnl-labsamples .bootstrap-datetimepicker-widget.dropdown-menu
{
  display:block;
  margin:2px 0;
  padding:4px;
  width:21em;
  position: absolute;
  top: 0;
}

.spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 300px !important;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
  height: 56px !important;
  color: #000;
  z-index: 999;
}

#pnl-filterbox .form-group {
  margin-bottom: 10px;
}
.select2-container .select2-selection--single {
  height: 32px;
  border-radius: 0;
  border: 1px solid #e4e7ea;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 18px;
}

.header-fixed .app-header {
  background: url(/images/timthumb.jpg);
}
.navbar .navbar-brand img {
  width: 100px;
  height: 18px;
}
.app-body .sidebar, .sidebar {
  background: rgba(0,0,0,.1);
}
.app-body .sidebar-nav {
  background: transparent;
}
.sidebar .nav-link, .sidebar .nav-link .nav-icon, .sidebar .nav-dropdown .nav-link {
  color: #333;
}
.sidebar .nav-dropdown.open .nav-link:hover {
  color: #fff
}
.sidebar .nav-dropdown .nav-link.active {
  color: #fff
}