@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/* colors */
/* same for full width and tablet */
/* tablet wrapper is (fullview wrapper - context box) */
* {
  box-sizing: border-box;
}
a,
button {
  cursor: pointer;
}
p {
  margin: 0 0 10px;
}
.noselect {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #ecece5;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.no-ms-clear::-ms-clear {
  display: none;
}
.hidden {
  display: none;
}
.outside-screen {
  position: absolute;
  top: -9999px;
}
.nowrap {
  white-space: nowrap;
}
.pos-relative {
  position: relative;
}
button:focus {
  outline: 0;
}
/* content  containers */
.row {
  width: 100%;
  float: left;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
/* tool classes */
.cursor-pointer {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.padding-all-5 {
  padding: 5px;
}
.padding-all-10 {
  padding: 10px;
}
.padding-all-15 {
  padding: 15px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.no-padding {
  padding: 0 !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-content-right div {
  float: right !important;
}
.pull-content-left div {
  float: right !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-strong {
  font-weight: bold;
}
.text-lowercase {
  text-transform: lowercase;
}
.w50 {
  width: 50px !important;
}
.w75 {
  width: 75px !important;
}
.w100 {
  width: 100px !important;
}
.w150 {
  width: 150px !important;
}
.w167 {
  width: 167px !important;
}
.w190 {
  width: 190px !important;
}
.w220 {
  width: 220px !important;
}
.w373 {
  width: 373px !important;
}
.w450 {
  width: 450px !important;
}
.w590 {
  width: 590px !important;
}
.w600 {
  width: 600px !important;
}
.w775 {
  width: 775px !important;
}
.w100pct {
  width: 100% !important;
}
.w95pct {
  width: 95% !important;
}
.w92pct {
  width: 92% !important;
}
.w75pct {
  width: 75% !important;
}
.w50pct {
  width: 50% !important;
}
.w33pct {
  width: 33% !important;
}
.w25pct {
  width: 25% !important;
}
.mw300 {
  max-width: 300px !important;
}
.max-height-273-scroll {
  max-height: 237px;
  overflow-y: auto;
}
.w-override--190 .w220 {
  width: 190px !important;
}
.vertical-middle {
  vertical-align: middle;
}
.pos-relative {
  position: relative !important;
}
.bg-trans {
  background-color: transparent !important;
}
.opacity06 {
  opacity: .6;
}
.opacity05 {
  opacity: .5;
}
.opacity04 {
  opacity: .4;
}
.opacity03 {
  opacity: .3;
}
.opacity02 {
  opacity: .2;
}
/* 3-1 */
.col_3-1 th {
  width: 20%;
}
.col_3-1 th + th {
  width: 30%;
}
.col_3-1 th + th + th {
  width: 50%;
}
/* 3-2 */
.col_3-2 th {
  width: 20%;
}
.col_3-2 th + th {
  width: 80%;
}
.col_3-2 th + th + th {
  width: 40px;
}
/* 3-3*/
.col_3-3 th {
  width: 60%;
}
.col_3-3 th + th {
  width: 20%;
}
/* 4-1 */
.col_4-1 th {
  width: 30%;
}
.col_4-1 th + th {
  width: 50%;
}
.col_4-1 th + th + th {
  width: 20%;
}
.col_4-1 th + th + th + th {
  width: 80px;
}
/* 4-2 */
.col_4-2 th {
  width: 40%;
}
.col_4-2 th + th {
  width: 20%;
}
/* 5-1 */
.col_5-1 th {
  width: 40%;
}
.col_5-1 th + th {
  width: 20%;
}
.col_5-1 th + th + th {
  width: 20%;
}
.col_5-1 th + th + th + th {
  width: 10%;
}
/* 6-1 */
.col_6-1 th {
  width: 100px;
}
.col_6-1 th + th {
  width: 80%;
}
.col_6-1 th + th + th + th + th + th {
  width: 81px;
}
/* 6-2 */
.col_6-2 th {
  width: 100px;
}
.col_6-2 th + th + th {
  width: 80%;
}
.col_6-2 th + th + th + th + th {
  width: 100px;
}
.col_6-2 th + th + th + th + th + th {
  width: 81px;
}
/* 6-3 */
.col_6-3 th {
  width: 220px;
}
.col_6-3 th + th {
  width: 80%;
}
.col_6-3 th + th + th + th {
  width: 40px;
}
.col_6-3 th + th + th + th + th {
  width: 100px;
}
.col_6-3 th + th + th + th + th + th {
  width: 41px;
}
/* 7-1 */
.col_7-1 th {
  width: 25%;
}
.col_7-1 th + th {
  width: 20%;
}
.col_7-1 th + th + th + th + th {
  width: 15%;
}
/* 7-2 */
.col_7-2 th {
  width: 90px;
}
.col_7-2 th + th {
  width: 80%;
}
.col_7-2 th + th + th + th + th + th {
  width: 40px;
}
.col_7-2 th + th + th + th + th + th + th {
  width: 81px;
}
/* 8-1 */
.col_8-1 th {
  width: 100px;
}
.col_8-1 th + th {
  width: 150px;
}
.col_8-1 th + th + th + th + th {
  width: 41px;
}
.box-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.box-shadow-selected {
  box-shadow: 0 0 4px #6baeed;
}
.box-shadow-button {
  box-shadow: 0 0 4px #888;
}
.box-shadow-button-light {
  box-shadow: 0 0 4px #ccc;
}
.box-shadow-button--active {
  box-shadow: 0 3px 9px #888;
}
.box-shadow-button-light--active {
  box-shadow: 0 3px 9px #ccc;
}
html,
body {
  height: 100%;
}
body {
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #222;
  background-color: #ececec;
}
select {
  font-family: inherit;
}
a,
a:link,
a:visited {
  color: #00965f;
  text-decoration: none;
}
a:hover,
a:active {
  color: #b56c3f;
  text-decoration: underline;
}
.header1,
.header2,
.header3,
.header4 {
  font-family: Roboto, 'Open Sans', arial, sans-serif;
  font-weight: 300;
  color: #252b40;
  display: block;
  margin-top: 10px;
}
.header1 {
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 10px;
}
.header2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.header3 {
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 10px;
  color: #0e273f;
}
.header4 {
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}
.header1--pageheader {
  white-space: nowrap;
  overflow: hidden;
  max-width: 725px;
}
p {
  font-size: 13px;
  color: #222;
  margin: 5px 0 10px;
  line-height: 1.25;
}
.strong {
  font-weight: 700;
}
.wrapper-page {
  position: relative;
  height: 100%;
  width: 1240px;
  background-color: #efefef;
  margin: 0 0;
}
.top-bar {
  position: fixed;
  width: 1240px;
  height: 56px;
  background-color: #007dea;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.top-bar__search-wrapper {
  position: absolute;
  right: 10px;
  padding: 10px 0 0 10px;
  font-family: Roboto, 'Open Sans', arial, sans-serif;
  font-size: 14px;
  color: #fff;
}
.search-field-top {
  border: 0;
  padding: 0 0 0 10px;
  height: 36px;
  width: 265px;
  background-color: #4398e8;
  background-image: url('../gfx/search-field-top-icon.png');
  background-position: right 10px top 0;
  background-repeat: no-repeat;
  color: #fff;
}
.search-field-top:focus {
  background-color: #55a2ea;
}
.search-field-top::-webkit-input-placeholder {
  color: #a1ccf4 !important;
}
.search-field-top:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.search-field-top::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.search-field-top:-ms-input-placeholder {
  color: #a1ccf4 !important;
}
.search-field-top::-ms-clear {
  display: none;
}
.form-field__input-text::placeholder,
.form-field__text-area::placeholder {
  color: #aaa !important;
  /*font-style: italic;*/
}
.top-bar__help-button-wrapper {
  position: absolute;
  right: 282px;
  padding: 10px 0 0 0;
}
.help-button {
  position: relative;
  border: 0;
  height: 36px;
  width: 36px;
  background-image: url('../gfx/icon_open-help_light-blue.png');
  background-position: top left;
  background-repeat: no-repeat;
  cursor: pointer;
}
.help-button:hover {
  background-image: url('../gfx/icon_open-help.png');
}
.help-button-text {
  position: absolute;
  top: 10px;
  right: 30px;
  opacity: 0;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s ease-out;
  white-space: nowrap;
}
.help-button:hover .help-button-text {
  right: 40px;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.page-header {
  position: absolute;
  left: 0;
  height: 100%;
}
.page-header__name {
  position: absolute;
  left: 135px;
  top: 22px;
  font-family: Roboto, 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.page-header__logo {
  display: inline-block;
  margin: 14px 0 0 15px;
}
.page-title {
  max-width: 94%;
  overflow: hidden;
  white-space: nowrap;
}
.selected-status {
  float: right;
  width: 40%;
}
.selected-status__item {
  padding: 8px;
  display: inline-block;
  float: right;
}
.wrapper-menu {
  width: 100px;
  height: calc(100% - 56px);
  position: fixed;
  top: 56px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.wrapper-content {
  position: relative;
  width: 1240px;
  padding-top: 56px;
  padding-left: 100px;
  height: 100%;
}
.content-page {
  position: relative;
  float: left;
  width: calc(855px);
  padding: 15px 30px 30px 30px;
  margin: 0px 0px;
  background-color: #fdfdfd;
  height: calc(100%);
  min-height: 518px;
  /* height of left menu */
  overflow-y: scroll;
  overflow-x: hidden;
}
.context-box {
  position: relative !important;
  float: right;
  width: 285px;
  padding: 20px 25px 25px 20px;
  height: calc(100%);
  min-height: 518px;
  /* height of left menu */
  font-size: 12px;
  background-color: #fdfdfd;
  /* border-left: 2px solid #bbb; */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.context-box__content {
  position: relative;
}
.context-box__toggle-button {
  position: absolute;
  right: 0;
  top: 56px;
  height: calc(100% - 56px);
  width: 35px;
  background-color: #333;
  color: #fff;
  opacity: 0.85;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.context-box__toggle-button:hover {
  opacity: 0.95;
}
.context-box__toggle-button__label {
  position: fixed;
  top: 56px;
  width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 5px;
}
.context-box__toggle-button__label--open {
  background-image: url(../gfx/icon_arrow-1_left.png);
  -webkit-animation: bounce 0.6s 3;
  animation: bounce 0.6s 3;
}
.context-box__toggle-button__label--close {
  background-image: url(../gfx/icon_arrow-1_right.png);
}
.context-box__divider {
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}
.context-box__row {
  width: 100%;
  padding-left: 10px;
}
.context-box__row--buttonrow {
  height: 41px;
}
.context-box__row__label {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0 0 4px;
  vertical-align: middle;
}
.context-box__row__value {
  margin: 0;
  padding: 4px 0;
  border-top: 1px solid #ddd;
  font-size: 16px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.context-box__row__value--small {
  border-top: none;
  font-size: 12px;
  padding: 0 0 3px;
}
.context-box__row__value--placeholder {
  margin-bottom: 25px;
}
.context-box__row__button {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
}
.context-box-focused {
  padding: 5px 0 0;
  background-color: #e2f1ff;
}
.context-box-focused .context-box__row__value {
  border-color: #007dea;
}
.date-time-widget {
  margin: 35px 0;
}
.date-time-widget__clock {
  font-size: 40px;
  font-weight: 200;
  text-align: center;
}
.date-time-widget__date {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.user-widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #999;
  color: #fff;
  height: 35px;
}
.user-widget__name {
  float: left;
  height: 35px;
  line-height: 38px;
  padding: 0 12px 0 36px;
  font-size: 12px;
  background-image: url('../gfx/user-user-icon.png');
  background-repeat: no-repeat;
  background-position: top 6px left 6px;
  cursor: pointer;
}
.user-widget__name:hover {
  background-color: #757575;
}
.user-widget__logout {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  padding-left: 35px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  background-image: url('../gfx/user-log-out-icon.png');
  background-repeat: no-repeat;
  background-position: top 6px left 6px;
  cursor: pointer;
  background-color: #888888;
  transition: all 0.15s ease-out;
}
.user-widget__logout:hover {
  width: 90px;
  background-color: #d84315;
  transition: all 0.15s ease-out;
}
/* menu */
.menu-left {
  width: 100%;
  background-color: #eeeeee;
  float: left;
  height: 100%;
  min-height: 100%;
  border-right: 5px solid #4caf50;
}
.menu-left__button {
  width: 95px;
  height: 65px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: top 14px center;
}
.menu-left__button--selected {
  background-color: #4caf50;
  color: #fff;
}
.menu-left__button:hover {
  background-color: #81c784;
}
.menu-left__button:hover .menu-left__button__hitbox,
.menu-left__button--selected .menu-left__button__hitbox {
  color: #fff !important;
}
.menu-left__button__hitbox {
  display: block;
  height: 100%;
  width: 100%;
  padding: 42px 0 0 0;
}
.menu-left__button__hitbox:link,
.menu-left__button__hitbox:hover,
.menu-left__button__hitbox:active,
.menu-left__button__hitbox:visited {
  color: #333;
  text-decoration: none;
}
.menu-left__button:active {
  background-color: #3e3e3e;
  /* for touch devices, click */
}
.menu-left__button--active {
  background-color: #333;
  /* border-right-width: 0; */
}
/* mainmenu buttons */
.menu-left__button--start {
  background-image: url(../gfx/main-menu-icon_home.png);
  /*background-position: top 19px center;*/
}
.menu-left__button--start:hover,
.menu-left__button--start.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_home_light.png);
}
.menu-left__button--appointments {
  background-image: url(../gfx/main-menu-icon_appointments.png);
}
.menu-left__button--appointments:hover,
.menu-left__button--appointments.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_appointments_light.png);
}
.menu-left__button--customers {
  background-image: url(../gfx/main-menu-icon_archive.png);
}
.menu-left__button--customers:hover,
.menu-left__button--customers.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_archive_light.png);
}
.menu-left__button--inventory {
  background-image: url(../gfx/main-menu-icon_inventory.png);
}
.menu-left__button--inventory:hover,
.menu-left__button--inventory.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_inventory_light.png);
}
.menu-left__button--reports {
  background-image: url(../gfx/main-menu-icon_reports.png);
}
.menu-left__button--reports:hover,
.menu-left__button--reports.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_reports_light.png);
}
.menu-left__button--settings {
  background-image: url(../gfx/main-menu-icon_settings.png);
}
.menu-left__button--settings:hover,
.menu-left__button--settings.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_settings_light.png);
}
.menu-left__button--prescriptions {
  background-image: url(../gfx/main-menu-icon_prescriptions.png);
}
.menu-left__button--prescriptions:hover,
.menu-left__button--prescriptions.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_prescriptions_light.png);
}
.menu-left__button--help {
  background-image: url(../gfx/main-menu-icon_help.png);
}
.menu-left__button--help:hover,
.menu-left__button--help.menu-left__button--selected {
  background-image: url(../gfx/main-menu-icon_help_light.png);
}
/* end menu */
.content-container-left {
  padding-right: 12px;
}
.content-container-right {
  padding-left: 12px;
}
.notification-tray {
  width: 1240px;
  position: fixed;
  bottom: 0;
}
.notification-tray__notification {
  float: left;
  background: #333;
  color: #fff;
  width: 100%;
  height: 36px;
  clear: both;
  cursor: pointer;
}
.notification-tray__notification--alert {
  background-color: #c42a2a;
  border-top: 1px solid #701818;
}
.notification-tray__notification--alert .notification-tray__notification__icon {
  background-color: #9a2121;
  background-image: url(../gfx/notification-icon_exclamation.png);
}
.notification-tray__notification--info {
  background-color: #41809b;
  border-top: 1px solid #234553;
}
.notification-tray__notification--info .notification-tray__notification__icon {
  background-color: #326277;
  background-image: url(../gfx/notification-icon_speech-bubble-dots.png);
}
.notification-tray__notification--success {
  background-color: #709b41;
  border-top: 1px solid #3c5323;
}
.notification-tray__notification--success .notification-tray__notification__icon {
  background-color: #567732;
  background-image: url(../gfx/notification-icon_checkbox.png);
}
.notification-tray__notification__icon {
  height: 100%;
  display: block;
  width: 100px;
  float: left;
  background-repeat: no-repeat;
  background-position: top 10px left 37px;
}
.notification-tray__notification__message {
  padding: 9px 12px 0;
  font-weight: bold;
  height: 100%;
  float: left;
  line-height: 1.4;
}
.notification-tray__notification--dialog {
  height: 58px;
}
.notification-tray__notification__buttons {
  margin: 10px;
}
.notification-tray__notification__buttons .button-dialog {
  margin: 0 5px;
  padding: 10px 22px;
  color: #fff;
  background-color: #11516c;
  border: 0;
}
.notification-tray__notification__buttons .button-dialog:hover {
  background-color: #073549;
}
.loader {
  position: absolute;
  left: calc(50% - 40px);
  top: 50%;
}
.loader-header {
  position: absolute;
  left: -2px;
  top: 5px;
}
.back-button {
  float: left;
  height: 26px;
  width: 26px;
  background-image: url(../gfx/back-arrow.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 5px 7px 0 0;
}
.back-button:hover {
  background-image: url(../gfx/back-arrow_hot.png);
}
.input-std {
  width: 100%;
  max-width: 770px;
  padding: 4px;
  border: 1px solid #999;
  background-color: #fff;
}
.input-focusfield {
  border-color: transparent;
  background-color: transparent;
}
.input-focusfield:hover {
  border-color: #dfdfdf;
}
.input-focusfield:focus {
  border-color: #999;
  background-color: #fff;
}
.table-fixed {
  table-layout: fixed;
}
.table-fixed td,
.table-fixed th {
  white-space: nowrap;
  overflow: hidden;
}
.table-std {
  width: 100%;
  margin-bottom: 10px;
}
.table-std th {
  padding: 7px 6px;
  text-align: left;
  background-color: #f1f1f1;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.table-std td {
  height: 41px;
  padding: 0 6px;
  text-align: left;
  background-color: #fdfdfd;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.table-std__label {
  font-weight: bold;
  width: 130px;
}
.table-std tfoot td {
  padding: 7px 6px;
  text-align: left;
  background-color: #f1f1f1;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.table-alt {
  width: 100%;
}
.table-alt th {
  text-align: left;
  padding: 6px 4px;
  font-weight: bold;
  border-bottom: 1px solid #0c9eef;
}
.table-alt td {
  text-align: left;
  padding: 6px 4px;
  border-bottom: 1px solid #bbb;
}
.header-calendar-date {
  margin-top: 5px;
  margin-bottom: 0px;
}
.info-line {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 13px;
  min-height: 16px;
}
.info-line div {
  padding: 0 0 3px 10px;
  border-left: 1px solid #bbb;
  margin-left: 10px;
}
.info-line div:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.table-header-filter {
  position: relative;
}
.filter-toggler {
  position: absolute;
  top: -3px;
  margin-left: 5px;
  cursor: pointer;
}
.filter-popup {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-width: 380px;
  min-width: 240px;
  overflow: hidden;
}
.filter-popup-row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  min-width: 260px;
  position: relative;
}
.filter-popup-row > label {
  white-space: nowrap;
}
.filter-popup-row:last-child {
  border: none;
}
.filter-popup-row > label {
  display: block;
  padding: 8px 8px 8px 26px;
  cursor: pointer;
}
.filter-popup-row > label:hover {
  background-color: #fafafa;
}
.filter-popup-row > input[type=checkbox] {
  position: absolute;
  top: 5px;
  left: 3px;
}
.video-wrapper {
  margin: 25px 0;
}
.video-container {
  margin: 25px 0;
}
.video-container iframe {
  display: block;
  margin: 0 auto;
  border: 2px solid #333;
}
/* quickmenu */
.tiles {
  margin-bottom: 20px;
}
.tile {
  margin: 0 10px 10px 0;
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 !important;
}
.tile--stacked {
  width: 24%;
}
.tile__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  padding-left: 12px;
}
.tile__link:hover {
  color: #fff;
  text-decoration: none;
}
.tile--appointments {
  background-image: url('../gfx/main-menu-icon_appointments_light.png');
  background-repeat: no-repeat;
  background-position: top 9px right 9px;
}
.tile--prescriptions {
  background-image: url('../gfx/main-menu-icon_prescriptions_light.png');
  background-repeat: no-repeat;
  background-position: top 9px right 9px;
}
.tile--archive {
  background-image: url('../gfx/main-menu-icon_archive_light.png');
  background-repeat: no-repeat;
  background-position: top 9px right 9px;
}
.tile--visitation {
  background-image: url('../gfx/main-menu-icon_visitation_light.png');
  background-repeat: no-repeat;
  background-position: top 9px right 9px;
}
.tile--reports {
  background-image: url('../gfx/main-menu-icon_reports_light.png');
  background-repeat: no-repeat;
  background-position: top 9px right 9px;
}
/* calendar css override */
.fc-content-skeleton {
  font-family: inherit;
}
.fc .fc-button-group > * {
  margin: 0;
}
.fc button {
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: bold;
  padding: 0 22px;
  height: 32px;
  margin: 0px;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
}
.fc button:first-child {
  border-left: 1px solid #ccc;
}
.fc-state-down,
.fc-state-active {
  background-color: #80bb50;
  color: #fff;
  border-color: #80bb50 !important;
  border-width: 1px;
  box-shadow: none;
  text-shadow: none;
}
.fc-state-default {
  background-image: none;
}
.fc th.fc-day-header {
  padding: 5px 0;
  vertical-align: middle;
}
.fc .fc-event {
  padding: 2px 2px;
  border-radius: 0;
}
.fc-time-grid-event.fc-short .fc-title,
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  font-size: 11px;
}
.fc .fc-resizer {
  opacity: 0.25;
}
.fc .fc-time {
  font-weight: bold;
  width: 100%;
}
.fc .fc-nonbusiness {
  background-color: rgba(150, 150, 150, 0.4);
}
.fc .fc-time-grid-event .fc-time {
  font-size: 10px;
}
.fc-day-header.fc-widget-header:first-letter {
  text-transform: uppercase;
}
/* end calendar override */
.divider1 {
  float: left;
  margin: 10px 0;
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
/* global search */
.global-search {
  position: absolute;
  right: -1px;
  top: 45px;
  width: 450px;
  border: 1px solid #0d7de6;
  border-width: 1px 1px 0;
  max-height: 493px;
  overflow-y: auto;
}
.global-search__row {
  width: 100%;
  float: left;
  background-color: #0c5395;
  border-bottom: 1px solid #0d7de6;
  cursor: pointer;
  height: 41px;
}
.global-search__row:hover {
  background-color: #083f73;
}
.global-search__row--selected {
  background-color: #063159;
}
.global-search__row__cell {
  padding: 10px 7px 0 7px;
  float: left;
}
.global-search__user-type {
  float: left;
  width: 25px;
  margin: -1px 5px 0 5px;
}
.global-search__name {
  float: left;
  margin: 0px 5px 0 3px;
  line-height: 22px;
  overflow: hidden;
  max-width: 270px;
}
.global-search__link {
  float: right;
  width: 40px;
  height: 40px;
  padding: 8px 2px 0 8px;
}
.global-search__link:hover {
  background-color: #092e50;
}
/* form field classes */
.form-field {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  background-color: #efefef;
}
.form-field--simple {
  margin: 10px 0 0;
  background-color: transparent;
}
.form-field--vertical,
.form-field__label--vertical,
.form-field__input-text--vertical,
.form-field__select--vertical,
.form-field__text-area--vertical {
  width: 100%;
}
.form-field__label {
  display: inline-block;
  vertical-align: top;
  padding: 7px 0 7px 7px;
  color: #222;
  font-weight: bold;
  font-size: 12px;
}
.form-field__label--simple {
  padding-left: 0;
  font-weight: normal;
}
.form-field__label--vertical {
  padding-bottom: 7px;
}
.form-field__input-text,
.form-field__select {
  border: 1px solid #999;
  height: 28px;
  padding: 0 4px;
}
.form-field__select {
  padding: 0 0 0 3px;
  font-size: inherit;
  text-indent: -1px;
}
.form-field__select--date-picker-day {
  width: 55px;
}
.form-field__select--date-picker-month {
  width: 97px;
}
.form-field__select--date-picker-year {
  width: 62px;
}
.form-field__select--end-time,
.form-field__select--start-tim {
  width: 70px;
}
.form-field__input-text:focus,
.form-field__text-area:focus,
.form-field__select:focus {
  border-color: #1e88e5;
  box-shadow: 0 0 4px #6baeed;
}
.form-field__text-area {
  border: 1px solid #999;
  font-size: 13px;
  padding: 5px;
  overflow: auto;
  resize: none;
  height: 5.1em;
}
.form-field__text-area--tall {
  height: 7em;
}
.form-field__text-area--small {
  height: 3.2em;
}
.form-field__checkbox-container {
  display: inline-block;
  height: 28px;
  text-align: center;
  padding-top: 4px;
}
.button-input {
  width: 28px;
  height: 28px;
  background-color: #555;
  border: 0;
  margin: 0;
  float: left;
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
}
.button-input--new {
  background-image: url('../gfx/icon_button-input_new.png');
}
.button-input--edit {
  background-image: url('../gfx/icon_button-input_edit.png');
}
/* switch/toggler */
.form-field__switch-container {
  display: inline-block;
  height: 28px;
  padding-top: 4px;
  text-align: center;
  position: relative;
}
.form-field__switch:checked ~ .toggle {
  background: #007dea;
  right: 18px;
  transition: .2s;
}
.form-field__switch:checked ~ .switch {
  background: #6dbbff;
  transition: .2s;
}
.switch {
  display: block;
  width: 33px;
  height: 13px;
  background: #b0afaf;
  border-radius: 20px;
  position: absolute;
  top: 8px;
  right: 20px;
  transition: .2s;
}
.toggle {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 34px;
  top: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  transition: .2s;
}
/* button styles */
.button-std {
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  background-color: #222;
  color: #fff;
  padding: 0 20px;
  height: 41px;
  cursor: pointer;
  box-shadow: 0 0 4px #888;
  border: 0;
}
.button-std:hover {
  background-color: #111;
}
.button-std:active {
  background-color: #111;
  box-shadow: 0 3px 9px #888;
}
.button-std[disabled],
.button-std[disabled]:hover,
.button-std--disabled,
.button-std--disabled:hover {
  background-color: #999;
  color: #dfdfdf;
  box-shadow: none;
  cursor: auto;
}
.button-std--nav {
  background-color: #007dea;
}
.button-std--nav:hover {
  background-color: #00549e;
}
.button-std--action {
  background-color: #00acc1;
}
.button-std--action:hover {
  background-color: #006875;
}
.button-std--cancel {
  background-color: #757575;
}
.button-std--cancel:hover {
  background-color: #4f4f4f;
}
.button-std--save {
  background-color: #00acc1;
}
.button-std--save:hover {
  background-color: #006875;
}
.button-std--confirm {
  background-color: #00acc1;
}
.button-std--confirm:hover {
  background-color: #006875;
}
.button-std--delete {
  background-color: #bf3c36;
}
.button-std--delete:hover {
  background-color: #832925;
}
.button-std--new {
  background-image: url('../gfx/icon_action-button_add.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--edit {
  background-image: url('../gfx/icon_action-button_edit.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--save {
  background-image: url('../gfx/icon_action-button_save.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--confirm {
  background-image: url('../gfx/icon_action-button_confirm.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--copy {
  background-image: url('../gfx/icon_action-button_copy.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--undo {
  background-image: url('../gfx/icon_action-button_undo.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--lock {
  background-image: url('../gfx/icon_action-button_lock.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--unlock {
  background-image: url('../gfx/icon_action-button_unlock.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--move {
  background-image: url('../gfx/icon_action-button_move.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--print {
  background-image: url('../gfx/icon_action-button_print.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--email {
  background-image: url('../gfx/icon_action-button_email.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--activate {
  background-image: url('../gfx/icon_action-button_activate.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std--deactivate {
  background-image: url('../gfx/icon_action-button_deactivate.png');
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: top 9px left 10px;
}
.button-std-message {
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  color: #3e3e3e;
  padding: 0 26px;
  height: 41px;
  line-height: 41px;
  border: 0;
}
.icon-container > .button-std-message {
  height: 40px;
}
.button-std-message--locked {
  background-image: url('../gfx/icon_message-button_locked.png');
  padding-right: 5px;
  background-repeat: no-repeat;
  background-position: top 9px right 0;
}
.button-std-message--inactive {
  background-image: url('../gfx/icon_message-button_inactive.png');
  padding-right: 5px;
  background-repeat: no-repeat;
  background-position: top 9px right 0;
}
.toggle-buttons-wrapper {
  border: 1px solid #aaa;
}
.button-toggle-group {
  float: left;
}
.button-toggle,
.button-dropdown {
  font-size: 13px;
  font-weight: bold;
  float: left;
  background-color: #f5f5f5;
  color: #222;
  padding: 1px 20px 0;
  height: 41px;
  cursor: pointer;
  margin: 0px;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  box-shadow: 0 0 4px #ccc;
}
.button-toggle:first-child {
  border-left: 1px solid #ccc;
}
.button-toggle:first-child.button-toggle--hot {
  border-left: 1px solid #4caf50;
}
.button-toggle--hot {
  background-color: #4caf50;
  color: #fff;
  border-color: #4caf50;
  border-width: 1px;
}
.button-toggle--dropdown {
  background-image: url('../gfx/custom-dropdow-button-2-dark-arrow.png');
  background-repeat: no-repeat;
  background-position: left 4px top 0px;
  width: 50px;
}
.button-toggle--previous {
  background-image: url('../gfx/pager-icon_previous_dark.png');
  background-repeat: no-repeat;
  background-position: right 12px top 15px;
  width: 50px;
}
.button-toggle--next {
  background-image: url('../gfx/pager-icon_next_dark.png');
  background-repeat: no-repeat;
  background-position: right 12px top 15px;
  width: 50px;
}
.button-toggle--cold:hover {
  background-color: #e5e5e5;
  border-color: #ccc;
  color: #111;
}
.button-toggle:hover {
  box-shadow: none;
}
.button-dropdown-container {
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.button-dropdown {
  margin-right: 10px;
  text-align: left;
  padding-left: 10px;
  padding-right: 60px;
  border-width: 1px;
  background-image: url('../gfx/custom-dropdow-button-2-dark-arrow.png');
  background-repeat: no-repeat;
  background-position: top 0 right 0;
}
.button-dropdown-list {
  position: absolute;
  top: 45px;
  left: 0;
  width: 220px;
  border: 1px solid #0d7de6;
  z-index: 500;
}
.button-dropdown-list__item {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #0d7de6;
  background: #fefefe;
  cursor: pointer;
}
.button-dropdown-list__item:last-child {
  border-bottom: 0;
}
.button-dropdown-list__item:hover {
  background: #0d7de6;
  color: #fff;
}
/* interact bar */
/* appointment type bar */
.appointment-type-scroller {
  max-height: calc(100vh - 280px);
  min-height: 223px;
  overflow-y: auto;
  border-bottom: 10px solid transparent;
}
.interact-bar {
  width: 100%;
  float: left;
  height: 40px;
  margin: 0 0 10px 0;
}
.interact-bar:last-child {
  margin-bottom: 0;
}
.interact-bar-label {
  padding: 14px 0 0 12px;
  width: 270px;
  height: 40px;
  float: left;
  font-weight: bold;
  background-color: #eee;
}
.interact-bar-button {
  float: left;
}
.interact-bar--treatments {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.select-appointment-color-box {
  float: left;
  height: 41px;
  width: 60px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border: 1px solid #444;
  text-align: center;
  padding: 14px 0 0 0;
}
.select-appointment-color-box:hover {
  box-shadow: 0 0 6px #777;
}
/* appointment type inline  */
.appointment-type-inline-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 7px;
}
.appointment-type-inline-desc {
  line-height: 22px;
  height: 22px;
  padding-left: 12px;
  width: 100%;
}
.advanced-list__row__content2 > .appointment-type-inline-desc {
  overflow: hidden;
  white-space: nowrap;
}
/* front page funky list */
.advanced-list {
  width: 100%;
}
.advanced-list-container {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.advanced-list__header {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.advanced-list__sub-header {
  float: left;
  margin-top: -1px;
  text-align: center;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  width: 70px;
  overflow: hidden;
  padding: 15px 0 0 0;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
  height: 74px;
  background-color: #eee;
}
.advanced-list__sub-header--small {
  font-size: 14px;
}
.advanced-list__row__wrapper {
  position: relative;
  height: 40px;
}
.advanced-list__row__last {
  height: 23px;
}
.advanced-list__row {
  width: 100%;
  float: right;
  border: 1px solid #ccc;
  border-top-width: 0;
  background-color: transparent;
  padding-bottom: 9px;
  margin-top: -1px;
  font-size: 13px;
  height: 74px;
}
.advanced-list__row--empty {
  background-color: #eee;
  background-image: url('../gfx/pawprints.png');
  background-repeat: no-repeat;
  background-position: top right;
  border-top: 1px solid #ccc;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 30px;
}
.advanced-list__row--empty-consultations {
  background-image: url('../gfx/clipboard.png');
}
.advanced-list__row:first-child {
  border-top-width: 1px;
}
.advanced-list__row__content1 {
  padding: 14px 0 5px 14px;
  border-right: solid 40px rgba(255, 255, 255, 0);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  height: 32px;
}
.advanced-list__row__content1__abs {
  position: absolute;
  top: 0;
  right: 0;
}
.advanced-list__row__content2 {
  padding: 0 14px 1px 0;
  line-height: 22px;
  margin-left: 14px;
  height: 23px;
}
.advanced-list-vetname {
  position: absolute;
  right: 14px;
  top: 0;
  background-color: #fdfdfd;
  padding: 0 10px;
}
.advanced-list-appdesc {
  overflow: hidden;
  white-space: nowrap;
  max-width: 90%;
}
.bg-fill-std {
  background-color: #fdfdfd;
}
/* journal additions */
.journal-addition {
  padding-left: 10px;
  background-color: #fff;
  max-height: 260px;
  overflow-y: auto;
}
.journal-addition__header {
  padding-left: 0;
}
.journal-addition__detail {
  padding: 0px 0 12px;
}
.journal-addition__detail__header {
  border-top: 1px solid #ccc;
  padding: 4px 0 0px;
  margin: 0 0 3px;
  font-weight: bold;
}
/* drop down selector */
.form-field__selector {
  position: absolute;
  left: 153px;
  top: 27px;
  width: 300px;
  max-height: 262px;
  overflow: auto;
  border: 1px solid #1e88e5;
}
.form-field__selector__row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #1e88e5;
  background-color: #fff;
  cursor: pointer;
}
.form-field__selector__row--selected {
  background-color: #29b6f6;
  color: #fff;
}
.form-field__selector__row:hover {
  background-color: #1e88e5;
  color: #fff;
}
.form-field__selector__row:last-child {
  border-bottom-width: 0;
}
.form-field__selector__row__cell {
  float: left;
  padding: 8px 5px;
}
/* icon buttons */
.icon-container {
  width: 40px;
  padding: 0 !important;
  text-align: center !important;
}
.icon-container__icon,
.icon-container__icon-disabled {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0;
  padding-top: 9px;
  text-align: center;
}
.icon-container__icon:hover {
  background-color: #d3eaff;
}
.icon-container__icon--disabled {
  cursor: auto;
}
/* icon buttons small */
.icon-container-small {
  width: 28px;
  padding: 0 !important;
  text-align: center !important;
}
.icon-container-small__icon,
.icon-container-small__icon-disabled {
  height: 28px;
  width: 28px;
  display: inline-block;
  margin: 5px 4px 0 0;
  padding-top: 2px;
  text-align: center;
}
.icon-container-small__icon:hover {
  background-color: #d3eaff;
}
.icon-container-small__icon--disabled {
  cursor: auto;
}
/* misc */
.preloader-inline {
  margin-right: 13px;
  padding-top: 2px;
}
.mini-button {
  height: 28px;
  width: 28px;
  vertical-align: bottom;
  background-color: #007dea;
  width: 26px;
  background-repeat: no-repeat;
  border: 0;
}
.mini-button--search {
  background-image: url('../gfx/search-field-top-icon.png');
  background-position: top -3px left 4px;
}
.mini-button:hover {
  background-color: #00549e;
}
.mini-button-right {
  float: right;
  margin: 13px 0 0;
}
/* misc icon stuff */
.icon-gender {
  margin-bottom: 1px;
}
.icon-payment-alert {
  height: 26px;
  width: 26px;
  background-image: url('../gfx/user-payment-alert-icon.png');
  background-repeat: no-repeat;
}
.icon-payment-alert--header {
  position: absolute;
  margin: -50px 0 0 752px;
}
/* file upload */
.upload-container--350 {
  width: 350px;
}
.upload-container--600 {
  width: 600px;
}
.progressindicator {
  width: 100%;
  margin: 10px 0;
  background-color: #ddd;
  float: left;
}
.progressindicatorBar {
  height: 10px;
  background-color: #2196f3;
}
.tbl-upload-img {
  width: 100%;
}
.tbl-upload-img__image-cell {
  position: relative;
  background-color: #ececec;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 200px;
}
.tbl-upload-img__image-cell--empty {
  background-image: url(../gfx/icon_add_logo_img.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.tbl-upload-img__image {
  max-width: 300px;
  max-height: 150px;
}
.tbl-upload-img__image--wide {
  max-width: 550px;
  max-height: 150px;
}
.tbl-upload-img__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.tbl-upload-img__overlay:hover {
  opacity: 1;
  transition: all 0.4s ease-out;
}
.tbl-upload-img__clicker-area {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-top: 17px;
  background: #007dea;
}
/* pager */
.wrapper-pager {
  width: 100%;
  float: left;
}
.pager-button {
  border: 0;
  background-color: #007dea;
  color: #fff;
  float: left;
  margin: 4px 4px 4px 0;
  height: 41px;
  width: 41px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.pager-button:hover {
  background-color: #0062b7;
}
.pager-button--first,
.pager-button--previous,
.pager-button--next,
.pager-button--last {
  padding: 0;
}
.pager-button--numbered {
  background-color: #1e88e5;
}
.pager-button--selected,
.pager-button--selected:hover {
  display: inline-block;
  background-color: #4caf50;
  line-height: 41px;
}
/* custom dropdown */
.custom-dropdown-field,
.custom-dropdown-field[disabled] {
  border: 1px solid #999;
  height: 28px;
  padding: 0px 4px;
  width: 198px;
  color: #000;
  background: #fff;
  display: inline-block;
  cursor: context-menu;
}
.custom-dropdown-button {
  background-image: url(../gfx/custom-dropdown-button.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 28px;
  border: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  right: -22px;
  top: 0;
}
.custom-dropdown-button:hover {
  background-image: url(../gfx/custom-dropdown-button_hover.png);
}
/* splash screen */
.splash-screen {
  height: 100vh;
  width: 100vw;
  position: absolute;
  background-color: white;
  text-align: center;
  padding-top: 25vh;
}
/* validation */
.validation-error-container {
  padding: 5px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  background-color: #00838f;
  text-align: right;
}
.validation-mandatory {
  background-color: #e0f7fa;
}
.no-bg,
.validation-mandatory--no-bg {
  background-color: transparent !important;
}
/* color-classes, only color and background-color allowed  */
.color-warning {
  background-color: #d10014;
}
.color-warning:hover {
  background-color: #7c000c;
}
.color-error {
  background-color: #ffefef;
}
/* popup */
.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.popup-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.75;
}
.popup-content {
  top: 30px;
  position: fixed;
  background-color: #fff;
  border: 2px solid #333;
  padding: 5px 25px 25px 25px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease-out;
}
.popup-content--text {
  padding-right: 25px;
}
.popup-content--hidden {
  opacity: 0.5;
  transform: scale(0.85);
}
.popup-close-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.popup-content--small {
  width: 430px;
  left: calc(50% - 215px);
}
.popup-content--medium {
  width: 650px;
  left: calc(50% - 325px);
}
.popup-content--large {
  width: 830px;
  left: calc(50% - 415px);
  overflow-y: scroll;
  max-height: 90vh;
}
.popup-content--xlarge {
  width: 100%;
}
.dialog-box {
  width: 100%;
  background-color: #0083ba;
  top: calc(50vh - 150px);
  padding: 50px 50px 40px;
  color: #fff;
  border: 0;
}
.dialog-box__header {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 28px;
  display: block;
  margin: 0 0 20px 15px;
}
.dialog-box__text {
  color: #fff;
  margin: 10px 0 25px 15px;
  font-size: 14px;
}
/* login */
.login-body {
  background-color: #fff;
}
.login-wrapper {
  position: relative;
  top: calc(50vh - 285px);
}
.login-logo-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.login-logo {
  width: 175px;
}
.login-header {
  margin-top: 0;
  font-weight: 300;
  text-align: center;
  font-size: 30px;
}
.login-subheader {
  margin: 20px 0 30px;
  font-weight: 300;
  text-align: center;
  font-size: 20px;
  line-height: 1.35;
}
.login-text {
  margin: 10px 0 10px;
  padding: 0 45px;
  font-size: 15px;
  text-align: center;
}
.login-box {
  width: 490px;
  margin: 0 auto;
  background-color: #fafafa;
  padding: 55px 0 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.login-box__row {
  text-align: center;
  width: 300px;
  margin: 10px auto;
}
.login-box__row--tool {
  height: 25px;
  line-height: 20px;
  margin-top: 8px;
}
.login-box__row__label {
  display: block;
  margin: 10px 0 3px;
}
.login-box__row__input {
  width: 100%;
  padding: 4px;
  border: 1px solid #0d7de6;
  height: 40px;
  font-size: 14px;
}
.login-box__row__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.login-box__row__input::placeholder {
  color: #aaa;
}
.login-label {
  padding: 12px 0;
}
.login-button {
  width: 100%;
  float: none;
}
.login-remember-check {
  vertical-align: bottom;
}
.login-new-customer-link {
  margin-top: 10px;
  padding: 7px;
  text-align: center;
  font-size: 16px;
}
.login-error-message {
  color: #c42a2a;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  display: none;
}
.inactve-customer {
  position: absolute;
  right: 30px;
  top: 20px;
  font-weight: 700;
  color: #c42a2a;
  text-transform: uppercase;
}
/* mini toggler */
.mini-toggler {
  position: relative;
  overflow: visible !important;
}
.mini-toggler-target {
  height: 40px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 80px;
  background-color: #fdfdfd;
  border-left: 1px solid #ccc;
  transition: width ease-out 0.2s;
}
.mini-toggler-target--show {
  width: 123px;
  right: 80px;
  transition: width ease-out 0.2s;
}
/* MEDIA QUERIES AND KEYFRAMES */
/* tablet view */
@media all and (max-width: 1244px) {
  /* hide elements with class .full-width-only */
  .full-width-only {
    display: none;
  }
  .wrapper-page {
    width: calc(955px);
  }
  .wrapper-content {
    width: calc(955px);
  }
  .top-bar {
    width: calc(955px);
  }
  .content-page {
    width: calc(820px);
    padding-right: 15px;
  }
  .context-box {
    display: none;
    position: absolute !important;
    width: calc(283px);
    /* -2px cause the borde ris swapped for the toggler */
    top: 56px;
    right: 0;
    height: calc(100% - 56px);
    border-left-width: 0;
  }
  .notification-tray {
    width: calc(955px);
  }
}
/* full width view */
@media all and (min-width: 1245px) {
  /* hide elements with class .tablet-only */
  .tablet-only {
    display: none;
  }
  .context-box {
    display: block !important;
  }
  .context-box__toggle-button {
    display: none;
  }
}
/*keyframes for animation */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    top: 56px;
  }
  40% {
    top: 61px;
  }
  60% {
    top: 59px;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    top: 56px;
  }
  40% {
    top: 61px;
  }
  60% {
    top: 59px;
  }
}
/* z-index */
.wrapper-menu {
  z-index: 40;
}
.context-box__toggle-button {
  z-index: 90;
}
.context-box {
  z-index: 91;
}
.user-widget {
  z-index: 92;
}
.user-widget__logout {
  z-index: 94;
}
.top-bar {
  z-index: 99;
}
.form-field__selector {
  z-index: 500;
}
.popup {
  z-index: 909;
}
.popup-overlay {
  z-index: 910;
}
.popup-positioner {
  z-index: 919;
}
.popup-content {
  z-index: 920;
}
.dialog-box {
  z-index: 925;
}
.notification-tray {
  z-index: 926;
}
.splash-screen {
  z-index: 999;
}
.registry-row-no-report td {
  background-color: #f6f6f6;
  color: #aaa;
}
