/* Koelewijn Bestratingen App CSS BY ITEAAL.NL - ALL RIGHTS RESERVED */
:root {
  --company_color: #00305d;
}

@font-face {
  font-family: Dosis;
  src: url('./fonts/Dosis-Regular.ttf');
}

@font-face {
  font-family: Dosis-Bold;
  src: url('./fonts/Dosis-Bold.ttf');
}

@font-face {
  font-family: Dosis-ExtraBold;
  src: url('./fonts/Dosis-ExtraBold.ttf');
}

@font-face {
  font-family: Dosis-ExtraLight;
  src: url('./fonts/Dosis-ExtraLight.ttf');
}

@font-face {
  font-family: Dosis-Light;
  src: url('./fonts/Dosis-Light.ttf');
}

@font-face {
  font-family: Dosis-Medium;
  src: url('./fonts/Dosis-Medium.ttf');
}

@font-face {
  font-family: Dosis-SemiBold;
  src: url('./fonts/Dosis-SemiBold.ttf');
}

* {
  font-family: Dosis;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Dosis;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Dosis;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Dosis;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Dosis;
}

hr {
  margin-top: 15px;
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.text-input--underbar {
  font-family: inherit;
}

.text-input--material__label {
  font-family: inherit;
}

.radio-button--material {
  font-family: inherit;
}

.deleteConfirm .alert-dialog-button--primal {
  color: #f44336;
}

.back-button {
  color: var(--company_color);
}

.toolbar-button {
  color: var(--company_color);
}

.toolbar-button--material:first-of-type {
  color: white;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.button {
  font-family: Dosis !important;
}

.userDataInput {
  width: 100%;
}

.fullWidthInput {
  width: 100%;
}

.fullWidthInput input {
  width: 100%;
}

.disabledButton {}

.disabledButton:disabled,
.disabledButton[disabled] {
  background-color: rgba(175, 175, 175, 0.6) !important;
}

.hideScrollbar::-webkit-scrollbar {
  display: none;
}

.registerInput,
.dialogInput {
  margin-top: 15px;
}

/* Centered div */

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 500px;
}

/* Not too wide pages for desktop and tablet */

.notTooWide {
  width: 90vw;
  max-width: 800px;
  margin: 10px auto;
}

/* Material Card Design */

.material-card {
  background-color: white;
  margin: 10px 0px 25px 0px;
  border-radius: 10px;
  box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.33);
  /*
  background: url("./../../assets/satisquestions-logo.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 75%;
  */
}

.material-card .attachment {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  /*border-radius: 0px 0px 10px 10px;*/
}

#homeDashboard {
  font-family: Dosis;
  padding: 10px;
  color: white;
}

.smallTextDashboard {
  font-size: .5em;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 5.5s;
}

.page--menu_bg__background {
  /*
  background: url("./../../assets/satisquestions-logo.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
  */
  background-color: rgba(255, 255, 255, 0.95);
}

.page--full_bg__background {
  background: url("./../../assets/background.jpg");
  background-size: cover;
  background-position: center center;
}

.page>.navigation-bar {
  background-color: transparent;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.has-error .help-block {
  color: #a94442;
}

.has-error input.text-input {
  border-bottom-color: #a94442;
  !important;
}

/* Style a day in the calendar where there is any event (due to iOS support) */

.event-title {
  position: absolute;
  text-align: left;
  width: inherit;
}

.fab {
  border-radius: 10px !important;
}

.fab--mini {
  width: 150px;
  padding-left: 15px;
  font-size: 1em !important;
  text-align: left;
  font-family: Dosis;
}

.mobileSelect .grayLayer {
  background: rgba(0, 0, 0, 0.5) !important;
}

.mobileSelect .content {
  bottom: 50% !important;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

body {
  overscroll-behavior: contain;
}

/* .proton-multi-list-picker .container .lists,
.proton-multi-list-picker .list-container {
  width: 100%;
} */

/* CSS Koelewijn Bestratingen */

.rel {
  position: relative;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.p0 {
  padding: 0px;
}

.p10 {
  padding: 10px;
}

.w100 {
  width: 100%;
}

.dialog-container {
  max-height: 80vh;
  overflow-y: auto;
}

.dialog {
  min-width: 80vw;
}

.registration_dialog {
  background: white;
}

.registration_dialog h3,
.registration_dialog h4,
.center.toolbar__center.toolbar__title {
  font-family: Dosis;
}

.registration_dialog textarea {
  height: 80px;
  line-height: 20px;
}

.registration_dialog .close_modal {
  position: absolute;
  top: 5px;
  right: 5px;
}

.registration_dialog .signoff_registration_checkbox {
  font-family: 'Dosis' !important;
}

#worked_hours input,
#sawing_units input {
  text-align: center;
  height: 40px;
  width: 90%;
  margin: auto;
}

ons-input[disabled], ons-radio[disabled], ons-checkbox[disabled], ons-search-input[disabled] {
  opacity: 1.0 !important;
}

.text-input--underbar:disabled {
  opacity: 0.8 !important;
}

.accordion {
  transition: 0.4s;
}

.accordion.year,
.accordion.week,
.day.list-item {
padding-left: 0px;
}

div.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

div.panel.show {
  opacity: 1;
  max-height: 1000px;  
}

.day .list-item__center {
  background-image: none;
}

.is_off_checkbox {
  display: inline-block;
  margin-left: 10px;
}

#signature_reset,
#history_signature_reset {
  position: absolute;
  top: 10px;
  right: 10px;
}

.location_options span.radio-button__checkmark,
.registerInput span.radio-button__checkmark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #c7c7cd;
  margin-right: 5px;
}

.location_options > .algolia-places {
  margin-top: 10px;
}

.whatsapp_share_btn a {
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  display: block;
}

span.algolia-places svg {
  display: none;
}
