.invisible {
  display: none;
}
* {
  color: #666666;
}
.borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.disableTextSelect {
  user-select: none;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  margin: 0;
  font-size: 11px;
}
input,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
header,
footer,
nav,
section {
  display: block;
}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
  border: 1px solid #dddddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
textarea {
  min-height: 32px;
}
textarea#newActieTitle {
  min-height: 64px;
}
.editor-label {
  margin: 1em 0 0 0;
}
.editor-field {
  margin: 0.5em 0 0 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
  color: red;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid red;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: red;
}
.validation-summary-valid {
  display: none;
}
#ApplicationName {
  top: 0;
  position: absolute;
  cursor: pointer;
}
#MenuBarContainer {
  height: 54px;
  width: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
}
.contentSpacer {
  margin: 15px 18px 18px 18px;
}
.displayAsLink {
  color: #428bca;
  cursor: pointer;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
}
.displayAsLink:hover {
  color: #428bca;
}
.profileMenuItem {
  line-height: 30px;
  padding-left: 20px;
  padding-right: 10px;
  color: #666666;
  font-size: 12px;
}
.profileMenuItem a {
  text-decoration: none;
  width: 100%;
  display: block;
}
.profileMenuItem:hover {
  background-color: #333333;
  color: white;
}
.profileMenuItem:hover a {
  color: white;
}
a.blueLink {
  text-decoration: underline;
  color: #009fdb;
  font-size: 12px;
  font-weight: bold;
}
.lnkAction {
  color: #428bca;
  cursor: pointer;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 15px;
}
.lnkAction:hover {
  color: #428bca;
}
.lnkAction.stateCollapsed {
  display: none;
}
.btnGroup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.btnGroup .btnDefault {
  margin-right: 0;
}
.btnGroup .btnDefault:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btnGroup .btnDefault:first-child:nth-last-child(2) {
  border-right: none;
}
.btnGroup .btnDefault:last-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btnGroup .btnDefault:not(:first-child):not(:last-child) {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.btnRadio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.btnRadio .btnDefault:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btnRadio .btnDefault:last-child {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btnDefault {
  display: inline-block;
  color: white;
  padding: 6px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-size: 11px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
  background: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 100%);
  border: 1px solid #959595;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
}
.btnDefault i {
  padding-right: 7px;
}
.btnDefault i.fa-arrow-right {
  padding-right: 0;
  padding-left: 7px;
}
.btnDefault a {
  color: white;
  text-decoration: none;
}
.btnDefault.small,
.btnDefault.btnSmall,
.btnDefault.smalltext {
  font-size: 11px;
  font-weight: 300;
  padding: 0 9px;
  height: 28px;
}
.btnDefault.small i,
.btnDefault.btnSmall i,
.btnDefault.smalltext i {
  font-size: 13px;
}
.btnDefault.btnTiny {
  font-size: 11px;
  font-weight: 300;
  padding: 0 9px;
  height: 22px;
  line-height: 20px;
}
.btnDefault.btnTiny i {
  font-size: 11px;
  padding-right: 0;
}
.btnDefault.btnGreen,
.btnDefault.greenButton,
.btnDefault.btnRed,
.btnDefault.redButton {
  color: white;
}
.btnDefault.btnGreen i,
.btnDefault.greenButton i,
.btnDefault.btnRed i,
.btnDefault.redButton i,
.btnDefault.btnGreen span,
.btnDefault.greenButton span,
.btnDefault.btnRed span,
.btnDefault.redButton span {
  color: white;
}
.btnDefault.btnGreen,
.btnDefault.greenButton {
  background: #7bae0d;
  background: -moz-linear-gradient(top, #7bae0d 0%, #328827);
  background: -webkit-gradient(linear, left top, left bottom, from(#7bae0d), to(#328827));
  background: linear-gradient(to bottom, #7bae0d 0%, #328827 100%);
  border: 1px solid #197b30;
  color: white;
}
.btnDefault.btnBlue {
  background: none;
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btnDefault.btnBlue span,
.btnDefault.btnBlue i {
  color: white;
}
.btnDefault.stateActive,
.btnDefault.toggleDown {
  background: #e0e0e0;
  background: -moz-linear-gradient(top, silver 0%, #fefefe);
  background: -webkit-gradient(linear, left top, left bottom, from(silver), to(#fefefe));
  background: linear-gradient(to bottom, silver 0%, #fefefe 100%);
}
.btnDefault.btnRed,
.btnDefault.redButton {
  background: red;
  background: -moz-linear-gradient(top, red 0%, #aa0000);
  background: -webkit-gradient(linear, left top, left bottom, from(red), to(#aa0000));
  background: linear-gradient(to bottom, red 0%, #aa0000 100%);
  border: 1px solid #197b30;
  color: white;
}
.btnDefault.stateDisabled {
  background: none;
  background-color: gray;
}
#btnVergaderingToggle {
  width: 176px;
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 12px;
}
#btnVergaderingToggle i {
  margin-right: 8px;
}
#btnVergaderingToggle.greenButton .fa-stop {
  display: none;
}
#btnVergaderingToggle.redButton .fa-play-circle {
  display: none;
}
#VergaderingTopControlsContainer {
  width: 170px;
  float: right;
  height: 41px;
}
.menuContainer {
  position: relative;
  top: -1px;
  left: 0px;
}
.menuContainer .menuList li span {
  padding-left: 10px;
}
@media (max-width: 1300px) {
  .hide-lg {
    display: none !important;
  }
}
.floatright {
  float: right;
}
#MenuBarControls {
  position: relative;
  margin-left: 95px;
  background: #ebebeb;
  background: linear-gradient(to bottom, #ebebeb 0%, #dfdfdf 100%);
  margin-right: 180px;
  border: 1px solid #cccccc;
  max-height: 38px;
  overflow: hidden;
  border-radius: 5px;
  border-left: none;
}
#MenuBarControls #searchAndConfig {
  float: right;
  height: 48px;
}
#MenuBarControls #btnHelp {
  border-right: 0;
}
#MenuBarControls #btnHelp:before {
  border: 0;
  width: 0;
  display: none;
}
#MenuBarControls #btnHelp:after {
  border: 0;
  width: 0;
  display: none;
}
ul.menuList {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  line-height: 0;
  font-size: 0;
}
ul.menuList li:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 2px;
  display: block;
  height: 49px;
  width: 1px;
  background: #fafafa;
}
ul.menuList li:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 1px;
  display: block;
  height: 50px;
  width: 1px;
  background: #cccccc;
}
ul.menuList li {
  position: relative;
  color: #666666;
  display: inline-block;
  list-style: none;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  background: #ebebeb;
  background: linear-gradient(to bottom, #ebebeb 0%, #dfdfdf 100%);
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0px 1px 1px white;
  cursor: pointer;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  float: left;
}
ul.menuList li:first-child {
  border-left: 1px solid #cccccc;
  border-radius: 5px 0 0 5px;
}
ul.menuList li.noCap:first-child {
  border-radius: 0;
}
ul.menuList li:hover {
  color: white;
  text-shadow: 0px 1px 1px black;
  background: #212121;
  background: linear-gradient(to bottom, #212121 0%, #404040 100%);
}
ul.menuList li:hover i,
ul.menuList li:hover span {
  color: white;
  text-shadow: 0px 1px 1px black;
}
ul.menuList li:hover:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 2px;
  display: block;
  height: 39px;
  width: 1px;
  background: #333333;
}
ul.menuList li:hover:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 1px;
  display: block;
  height: 40px;
  width: 1px;
  background: #232323;
}
ul.menuList li.glassTopped,
ul.menuList li.glassTopped:hover {
  background: #dbe5c6;
  background: linear-gradient(to bottom, #f5f8f0 0%, #cfdcb3 100%);
  color: #6b7850;
  box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0, 0.18);
  text-shadow: 0px 1px 1px #dae7bf;
}
ul.menuList li.glassTopped:before {
  display: none;
}
ul.menuList li.glassTopped:after {
  display: none;
}
ul.menuList li.glassTopped:hover:before {
  display: none;
}
ul.menuList li.glassTopped:hover:after {
  display: none;
}
ul.menuList li#VergaderClock {
  padding: 0;
  width: 62px;
  text-align: center;
}
ul.menuList #VergaderingAttendeeIndicator span {
  padding: 0 7px;
}
#VergaderingAttendeeModalContent tbody tr .fa {
  visibility: hidden;
}
#VergaderingAttendeeModalContent tbody tr:hover td {
  background-color: #ededed;
}
#VergaderingAttendeeModalContent tbody tr:hover .fa {
  visibility: visible;
}
#settingsMenu {
  width: 200px;
}
#settingsMenu ul.settingslist {
  margin: 0;
  padding: 0;
}
#settingsMenu ul.settingslist li {
  padding: 3px 10px;
  color: white;
  background: #7bae0d;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  list-style-type: none;
  margin-left: 0px;
}
#settingsMenu ul.settingslist li.activepage {
  background: linear-gradient(to bottom, #f5f8f0 0%, #cfdcb3 100%);
}
span.loggedInAs {
  font-size: 11px;
}
#listPanel {
  background-color: #ebebeb;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding-bottom: 5px;
}
#btnPatientAddNew {
  margin-left: 20px;
}
#filterPanel {
  padding-top: 7px;
}
#filterPanel .filterLabel {
  color: #666666;
  font-size: 11px;
  margin-bottom: 1px;
  line-height: 13px;
  text-shadow: 0px 1px 1px white;
}
#filterPanel .filterGroup {
  transition: all 500ms ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#filterPanel .filterGroup select,
#filterPanel .filterGroup input[type="text"] {
  border: 1px solid #959595;
  border-radius: 5px;
  background-color: white;
  padding: 5px 5px;
  width: 125px;
}
#filterPanel .filterGroup .btnSmall {
  height: 30px;
  padding: 2px 9px;
}
#filterPanel .urgentieCodeWrapper {
  position: relative;
}
#filterPanel .urgentieCodeCollapser {
  background-color: white;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 0px 5px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}
#filterPanel .toggle-status-code {
  padding: 0 5px;
}
#filterPanel .colorFilterGroup {
  display: inline-block;
  vertical-align: bottom;
  user-select: none;
  margin-left: 15px;
}
#filterPanel .colorFilterGroup .urgentieCodeFilter {
  display: inline-block;
  border: 1px solid;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  border-radius: 5px;
  text-align: center;
  line-height: 24px;
  margin: 0px 3px 0px 0;
  margin-top: 1px;
  cursor: pointer;
  user-select: none;
}
#filterPanel .colorFilterGroup .urgentieCodeFilter i {
  margin-left: 5px;
}
#filterPanel .colorFilterGroup .urgentieCodeFilter.exclude i.fa::before {
  display: none;
}
table.dataTable thead tr th {
  max-height: 30px;
  line-height: 29px;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}
table.dataTable thead tr {
  background: #434343;
  background: linear-gradient(to bottom, #434343 0%, #363636 100%);
}
table.dataTable thead th {
  text-align: left;
  border-left: 1px solid #6b6b6b;
  border-right: 1px solid #363636;
  border-bottom: 2px solid #434343;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
table.dataTable tbody tr td {
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid white;
  background-color: #fafafa;
  color: #666666;
  font-size: 12px;
  line-height: 12px;
}
table.dataTable tbody tr td .recoloringButton {
  height: 28px;
  line-height: 28px;
  padding-left: 8px;
  border: 1px solid;
  border-radius: 5px;
  font-weight: 400;
  max-width: 170px;
}
table.selectableRows tbody tr:hover td {
  background-color: #ededed;
  cursor: pointer;
}
.defaultTextShadow {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.lightTextShadow {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2);
}
.patzTextbox {
  border: 1px solid #959595;
  border-radius: 5px;
  background-color: white;
  padding: 8px 5px;
}
#VergaderingTopControls {
  overflow: hidden;
}
.input-group .input-group-addon,
.input-group .input-group-addon span,
input-label,
span.input-label,
div.input-label,
label.input-label {
  color: #666666;
  min-width: 150px;
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 4px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.form-control {
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  line-height: 16px;
}
.form-control.form-control-info {
  text-align: center;
  background-color: #d9edf7;
  border: 1px solid #afd9ee;
  color: black;
}
table.dataTable tbody td {
  padding-top: 4px !important;
  padding-bottom: 5px !important;
}
#VergaderingTopControlsList {
  width: 300px;
}
#Content #ContentHeader {
  height: 29px;
  background-color: #ebebeb;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  line-height: 29px;
  color: #363636;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  padding-left: 20px;
  font-weight: 500;
}
#Content #ContentHeader i {
  margin-right: 7px;
}
#Content #ContentContainer {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-bottom: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  overflow-y: auto;
  position: relative;
}
#Content #ContentContainer.fullBorder {
  border: 1px solid #cccccc;
  border-top: none;
}
#Content #ContentContainer.noBottomSpacing {
  margin-bottom: 0;
}
#Content #ContentContainer .inputContainer {
  margin-top: 24px;
}
#Content #ContentContainer .inputContainer .inputContainerContent {
  display: block;
  overflow: hidden;
}
#Content #ContentContainer .inputContainer:first-child {
  margin-top: 0;
}
#Content #ContentContainer .inputContainer .inputContainerHeader {
  border-radius: 5px 5px 0 0;
  background-color: #3f7cb6;
  color: white;
  font-weight: 800;
  padding-left: 13px;
  line-height: 30px;
  height: 30px;
  font-style: italic;
}
#Content #ContentContainer .inputContainer .inputContainerHeader.toggleable {
  cursor: pointer;
}
#Content #ContentContainer .inputContainer .inputContainerHeader.toggleable:after {
  font-family: FontAwesome;
  content: "\f0d7";
  font-style: normal;
  float: right;
  margin-right: 12px;
}
#Content #ContentContainer .inputContainer.stateCollapsed:hover .inputContainerContent {
  opacity: 1;
}
#Content #ContentContainer .inputContainer.stateCollapsed:hover .inputContainerHeader {
  background-color: #3f7cb6;
}
#Content #ContentContainer .inputContainer.stateCollapsed .inputContainerContent {
  opacity: 0.3;
  height: 75px;
}
#Content #ContentContainer .inputContainer.stateCollapsed .inputContainerHeader {
  background-color: #96c0e9;
}
#Content #ContentContainer .inputContainer.stateCollapsed .inputContainerHeader.toggleable:after {
  font-family: FontAwesome;
  content: "\f0d9";
  font-style: normal;
  float: right;
  margin-right: 12px;
}
#Content #ContentContainer #settingsContent .inputContainer {
  margin-top: 0;
}
#Content #ContentFooter {
  background-color: #ebebeb;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 12px;
  vertical-align: top;
  border-radius: 0 0 5px 5px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.clearfix {
  clear: both;
}
.sectionTitle {
  color: #363636;
  font-weight: 700;
  font-style: italic;
  font-size: 11px;
}
.inputHeader {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #959595;
  background-color: #ededed;
  border-bottom: none;
  padding: 7px;
}
.roundedInput {
  border: 1px solid #959595;
  border-radius: 5px;
  background-color: white;
  padding: 5px 5px;
  width: 550px;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.roundedInput.dateonly,
.roundedInput.timeonly {
  width: 87px;
}
.roundedInput.withHeader {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  margin-top: 0;
}
.roundedInput200 {
  width: 200px;
}
textarea.roundedInput {
  width: 100%;
}
#PatientenOverviewFooterVergaderingControls {
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  text-align: right;
}
#PatientenOverviewFooterVergaderingControls .btnDefault {
  margin-right: 10px;
  width: 160px;
}
.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
a.paginate_button {
  display: inline-block;
  color: white;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
  background: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 100%);
  border: 1px solid #959595;
  color: #666666;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.btnBespreekPatient {
  width: 160px;
}
.modalOverlay,
.modalContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
}
.modalOverlay {
  background-color: white;
  opacity: 0.66;
}
.modalContainer {
  padding-top: 50px;
}
.modalContent {
  border: 1px solid #cccccc;
  background-color: white;
  margin: 0 20% 15px 20%;
  box-shadow: 0px 8px 10px #c1c1c1;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.modalContent.autoMargin {
  margin: 0 auto 15px auto;
}
.modalContent .modalHeader {
  background-color: #3f7cb6;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 15px;
}
.modalContent .modalSizeTarget {
  overflow: hidden;
  height: 0;
  overflow-y: auto;
}
.modalContent .modalButtons {
  border-top: 1px solid #cccccc;
  padding: 10px 15px 5px 15px;
  vertical-align: middle;
}
.modalContent .modalButtons .lnkAction {
  margin-top: 10px;
}
#AandachtspuntEditModalContent {
  width: 800px;
}
#VergaderingStartModalContent {
  width: 500px;
}
#VergaderingStartModalContent #cntVSMGroepen {
  text-align: center;
}
#VergaderingStartModalContent #cntVSMGroepen .btnDefault {
  display: block;
  margin-top: 7px;
}
table.styledTable {
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.styledTable thead tr th {
  background-color: #e6e6e6;
  padding: 10px 10px;
}
table.styledTable thead tr.stateCollapsed th {
  background-color: #c9c9c9;
  padding: 0;
  padding-top: 5px;
}
table.styledTable tbody tr td {
  background-color: #f2f2f2;
  padding: 5px 10px;
  font-weight: 500;
  border-top: 1px solid white;
}
table.styledTable tbody tr.stateSelected td {
  background-color: #b2e2b2;
}
table.styledTable tbody tr.stateCollapsed td {
  display: none;
}
table.styledTable tbody tr.disableBorder td {
  border-top: none;
}
table.styledTable tfoot tr td {
  border-top: 1px solid white;
  background-color: #e6e6e6;
  padding: 5px 10px;
}
table.styledTable tfoot tr.stateCollapsed td {
  padding: 0;
  padding-top: 2px;
  background-color: #c9c9c9;
}
div.styledTable {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.styledTable .tableHead {
  background-color: #c9c9c9;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.styledTable .tableHead i {
  margin-right: 7px;
}
div.styledTable .tableHead.stateCollapsed {
  background-color: #c9c9c9;
  padding: 0;
  padding-top: 5px;
}
div.styledTable .tableBody {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.styledTable .tableBody .tableRow {
  background-color: #e6e6e6;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
div.styledTable .tableBody .tableRow .tableCell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
div.styledTable .tableBody .tableRow.stateSelected .tableCell {
  background-color: #b2e2b2;
}
div.styledTable .tableBody .tableRow.stateCollapsed {
  display: none;
}
div.styledTable .tableBody .tableRow.disableBorder {
  border-top: none;
}
div.styledTable .tableBody .tableRow:last-child {
  margin-bottom: 1px;
}
div.styledTable .tableFoot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #c9c9c9;
  background-color: #f2f2f2;
  padding: 3px;
}
div.styledTable .tableFoot.stateCollapsed {
  border: none;
  padding: 0;
  padding-top: 2px;
  background-color: #c9c9c9;
}
#WaitModalContent {
  border: 1px solid #c1c1c1;
  background-color: white;
  color: #666666;
  margin: 0 30% 15px 30%;
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.42);
  padding: 1px;
  text-align: left;
  padding: 30px;
  background-color: #f6f6f8;
}
#WaitModalContent #WaitModalHeader {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
}
#WaitModalContent #WaitModalWaiter {
  padding-top: 7px;
  padding-right: 20px;
  vertical-align: top;
}
#WaitModalContent #WaitMessageTarget .waitItem {
  padding: 7px 0;
  font-size: 12px;
}
#WaitModalContent #WaitMessageTarget .waitItem.stateCompleted {
  font-weight: bold;
}
#WaitModalContent #WaitMessageTarget .waitItem.stateCompleted .fa-check {
  color: #666666;
}
#WaitModalContent #WaitMessageTarget .waitItem i {
  color: #eaeaea;
  margin-right: 10px;
}
.loadOverlay,
.loadMessage {
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 225px;
}
.loadOverlay {
  background-color: white;
  z-index: 2;
}
.loadMessage {
  opacity: 1;
  text-align: center;
  padding-top: 100px;
  z-index: 3;
  font-size: 20px;
}
#cntPatientDeathFilter {
  margin-left: 15px;
}
.dateerror,
.timeerror {
  background-color: #facabf;
  color: red;
  border: 1px solid red;
  border-radius: 5px;
  padding: 6px 7px;
  vertical-align: top;
  display: inline-block;
}
.bg-white {
  background-color: white;
}
.bg-default {
  background-color: #e6e6e6;
}
.mt-4 {
  margin-top: 24px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.my-4 {
  margin: 24px 0 24px 0 !important;
}
.ms-4 {
  margin-left: 24px !important;
}
.me-4 {
  margin-right: 24px !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.p-4 {
  padding: 35px !important;
}
.p-2 {
  padding: 8px !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.bg-white {
  background-color: white;
}
tr.inactive td {
  background-color: #e9caca !important;
}
.sticky-head-table-container {
  position: relative;
  overflow-y: auto;
}
.sticky-head-table-container table th {
  background-color: #393939 !important;
  position: sticky;
  top: 0;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
