/* main styles */
:root {
  --brown: $brown;
  --blue: $blue;
  --red: $red;
  --green: $green;
  --gray: $gray;
  --turquoise: #3790b0; }

.easytarif .blue, .easytarif label, .easytarif h2 {
  color: #3790b0; }

.easytarif .brown {
  color: #3e3c38; }

.easytarif .red {
  color: #b01630; }

.easytarif .green {
  color: #b1d366; }

.easytarif .gray {
  color: #cececc; }

.blue-bg {
  background-color: #3790b0; }

.brown-bg {
  background-color: #3e3c38; }

.red-bg {
  background-color: #b01630; }

.green-bg {
  background-color: #b1d366; }

.gray-bg {
  background-color: #cececc; }

.blue-border {
  border-color: #3790b0; }

.brown-border {
  border-color: #3e3c38; }

.red-border {
  border-color: #b01630; }

.green-border {
  border-color: #b1d366; }

.gray-border {
  border-color: #cececc; }

html {
  width: 100%;
  height: 100%; }

body {
  background-color: white;
  color: black;
  /* font-size: $fontsize; */
  overflow: hidden;
  height: 100%;
  font-family: Verdana !important; }

.easytarif label {
  margin-bottom: 0; }

.modal-class {
  height: fit-content;
  width: fit-content;
  top: 10%;
  left: 80%; }

.backdrop-class {
  background: transparent; }

input.ng-invalid {
  border-color: red;
  border-width: 1px;
  background-color: white; }

select.ng-invalid {
  border-color: red;
  background-color: white; }

#app-main {
  padding: 0;
  height: 100%; }
  #app-main app-navbar {
    flex: 1;
    position: relative;
    overflow: hidden; }

.tab-content {
  position: relative; }

.nav-bar {
  background-color: #DAE0E5 !important; }

.actions {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
  background-color: #DAE0E5;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0.4em; }

.button-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.25em;
  background-color: inherit !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  white-space: nowrap;
  color: #3790b0; }

.nowrap {
  white-space: nowrap; }

button[disabled=false]:hover {
  color: #d7203b !important; }

.button-link:hover {
  color: #d7203b !important;
  text-decoration: none !important; }

.nav-item:hover {
  color: #d7203b !important; }

button:not(.btn) {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.25em;
  background-color: inherit !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  white-space: nowrap;
  color: #3790b0; }
  button:not(.btn) i {
    color: var(--turquoise);
    font-size: 1.5em; }
  button:not(.btn):hover {
    color: #d7203b; }
    button:not(.btn):hover i {
      color: #d7203b; }
  button:not(.btn):disabled, button[disabled]:not(.btn) {
    color: #808080; }
    button:not(.btn):disabled i, button[disabled]:not(.btn) i {
      color: #808080; }
  button.test:not(.btn) {
    font-style: italic; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.section {
  display: inline-block;
  flex-direction: column;
  background-color: #F8F9FA;
  border-radius: 20px;
  padding: 5px 10px;
  margin-left: 0.2em;
  margin-top: 0.2em;
  user-select: none;
  vertical-align: top;
  width: auto;
  font-size: 0.9em;
  --height: auto;
  --line-height: 1.4em; }
  .section .name {
    width: 20em !important; }
  .section input {
    position: relative; }
    .section input[type="text"], .section input[type="number"], .section input[type="password"], .section input[type="checkbox"], .section input:not([type]) {
      height: 1.2em; }
    .section input.toggle {
      display: none; }
    .section input[type="number"]:not(.freewidth), .section input.number:not(.freewidth) {
      width: 4em;
      text-align: right; }
    .section input[type="text"], .section input:not([type]) {
      width: 10em; }
  .section label:not(.toggle) {
    margin-left: 0.2em; }
  .section select {
    height: var(--line-height);
    width: auto;
    background-color: white;
    border-radius: 5%;
    border-width: 1px; }
  .section label.toggle {
    display: block;
    font-style: italic;
    font-weight: bold;
    transition: all 0.25 ease-out;
    line-height: var(--line-height); }
  .section .toggle + label > i {
    display: inline-block;
    transition: all 0.25s ease-out;
    transform: rotate(0deg); }
  .section .toggle:checked + label > i {
    transform: rotate(90deg); }
  .section .collapsible {
    position: relative;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    height: var(--height);
    max-height: 0; }
    .section .collapsible .col:first-child {
      width: 40%; }
    .section .collapsible .col:not(:first-child) {
      text-align: right; }
    .section .collapsible .col[data-unit]:focus-within:after {
      position: absolute;
      right: 2.5em;
      width: 1em;
      height: 1em;
      content: attr(data-unit); }
    .section .collapsible .row {
      white-space: nowrap;
      line-height: 1.2em;
      margin-bottom: 0.1em !important; }
  .section .toggle:checked + label + .collapsible {
    overflow: unset;
    display: inline-block;
    max-height: var(--height); }

/* Firefox */
input[type=number], input.number {
  -moz-appearance: textfield; }

input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 1px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: #e7e6e7;
  border-radius: 50%; }

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: #3790b0; }

/* optional styles, I'm using this for centering radiobuttons */
.radio-style {
  display: flex;
  align-items: center; }

table {
  border: none;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 0.85em; }
  table thead th {
    position: sticky;
    z-index: 2;
    top: 0; }
  table tbody td:nth-child(2) {
    position: sticky;
    z-index: 1;
    left: 0; }

tr:nth-child(even) td {
  background-color: white; }

tr:nth-child(odd) td {
  background-color: #f3f2f0; }

tr:hover td {
  background-color: #a0ecff;
  cursor: pointer; }

th {
  color: white;
  vertical-align: middle;
  text-align: center !important;
  background-color: #3790b0;
  /* width: 4em; */ }

td {
  vertical-align: middle;
  text-align: left;
  /* width: 4em; */ }

.unite {
  display: inline-block;
  width: 1.5em;
  text-align: center; }

/* table sorter default theme */
/* overall */
.tablesorter-default {
  width: 100%;
  border-spacing: 0;
  margin: 10px 0 15px; }

/* header */
.tablesorter-default th,
.tablesorter-default thead td {
  font-weight: bold;
  border-collapse: collapse;
  padding: 0; }

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  background-image: url(/assets/img/white-unsorted.gif);
  background-position: right 5px center;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding: 4px 20px 4px 4px; }

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
  background-image: url(/assets/img/white-asc.gif); }

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
  background-image: url(/assets/img/white-desc.gif); }

.tablesorter-default thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px; }

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
  display: none; }

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99; }

/* tbody */
.tablesorter-default td {
  padding: 0 4px;
  vertical-align: top; }

/* table processing indicator */
.tablesorter-default .tablesorter-processing {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /* background-image: url(images/loading.gif) !important; */
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") !important; }

input.hour[type=number], input.number.hour {
  width: 2em !important; }

/* navbar */
#wrapper {
  height: calc(100% - 120px);
  position: relative; }

#sidebar-wrapper {
  position: relative;
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out; }

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem; }

#sidebar-wrapper .list-group {
  width: 15rem; }

.list-group-item-action:hover {
  background-color: #F8F9FA !important;
  color: #495057; }

.list-group-item-action.active {
  background-color: #F8F9FA !important;
  color: #495057;
  border: 1px solid rgba(0, 0, 0, 0.125) !important; }

#toggle-sidebar {
  position: absolute;
  z-index: 10;
  top: 0.6em;
  right: 0.6em;
  width: 2.1em;
  height: 2.1em;
  font-size: 0.75em;
  font-weight: normal;
  border-width: 2px;
  border-radius: 50%;
  cursor: pointer;
  border-style: solid;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: auto;
  -webkit-transition: transform .25s ease-out;
  -moz-transition: transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out; }

#toggle-sidebar:focus {
  outline: none; }

#wrapper.toggled #toggle-sidebar {
  transform: rotate(180deg); }

#page-content-wrapper {
  min-width: 100vw;
  overflow-y: scroll;
  position: relative; }

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0; }

/* patch bootstrap : a little less light border for .btn-light
.easytarif .btn-light:not(:disabled):not(.disable) {
  border-color: #dadada;
}
*/
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0; }
  #page-content-wrapper {
    min-width: 0;
    width: 100%; }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -12rem; } }

/* title bar */
#title-bar-container {
  position: relative;
  /* height: 120px; */ }
  #title-bar-container > div, #title-bar-container > div > div {
    max-height: 120px; }

img.logo {
  max-width: 200px;
  max-height: 100px;
  min-width: 173px;
  min-height: 70px;
  display: block; }

.btn-circle.btn-xl {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  border-color: white;
  border-width: 2px;
  text-align: center; }

.btn-margin {
  margin-left: 5px; }

.small {
  text-align: center;
  font-size: xx-small;
  color: white; }

/* info messages */
.toast.show {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto; }

.toast.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.toast.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.toast.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.toast.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.center {
  margin: 0 auto; }

.hidden {
  display: none; }

input:required:not(:disabled):not(:valid), select:required:not(:disabled):not(:valid) {
  border: solid red 1px !important; }

/* backdrop and spinner */
.text-center {
  width: 100%;
  position: relative;
  height: 100%; }

.spinner-border {
  display: block;
  position: fixed;
  top: calc(50% - (58px / 2));
  right: calc(50% - (58px / 2));
  color: red; }

#backdrop {
  display: none; }

#backdrop.active {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2); }

/* dialog spot*/
#kmDialog .modal-dialog {
  max-width: 550px; }

#kmDialog .modal-header {
  text-align: center;
  background-color: #3790b0;
  color: white; }

#kmForm .row {
  margin-top: 4px;
  display: flex;
  align-items: center; }

#kmForm .col {
  margin-top: 4px;
  margin-right: 0px; }

#kmForm .col:first-child {
  text-align: left; }

#kmForm .col:last-child {
  text-align: right; }

/* backdrop and spinner */
.text-center {
  width: 100%;
  position: relative;
  height: 100%; }

.spinner-border {
  display: block;
  position: fixed;
  top: calc(50% - (58px / 2));
  right: calc(50% - (58px / 2));
  color: red; }

#backdrop {
  display: none; }

#backdrop.active {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2); }

/* nav tabs */
.nav-tabs {
  margin-top: 0.5em;
  border-color: #3790b0; }
  .nav-tabs.active {
    border-color: #cececc; }
  .nav-tabs a {
    color: #3790b0 !important; }

/*# sourceMappingURL=main.css.map */