:root {
  --z-index-above-main-modal: 1051;
}

/* Fullcalendar overrides: */
/* This fixes the indentation issues for resources (employee names) when
they also have skills below their name */
.fc-resource-area.fc-widget-content td.fc-widget-content span.fc-expander-space:empty,
.fc-resource-area.fc-widget-content td.fc-widget-content span.fc-icon:empty {
  display: none;
}

.fc-resource-area.fc-widget-content td.fc-widget-content span.fc-cell-text {
  padding-left: 25px;
  display: block;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Regular.otf") format("truetype");
}

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans/OpenSans-Bold.otf") format("truetype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Book.otf") format("truetype");
}

@font-face {
  font-family: "GothamBook";
  src: url("../fonts/Gotham/Gotham-Book.otf") format("truetype");
}

@font-face {
  font-family: "GothamLight";
  src: url("../fonts/Gotham/GothamLight.otf") format("truetype");
}

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/Gotham/GothamMedium.otf") format("truetype");
}

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.font-gotham-book {
  font-family: "GothamBook", sans-serif;
}

/* ==========================================================================
PRIMAIRY BUTTONS
========================================================================== */

.button-group-buttons {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.cr-btn-xxl /*orange save button for modals */ {
  background-color: #fc662a;
  border-width: 0px;
  border-radius: 3px;
  font-family: "GothamBook", sans-serif;
  color: #fff;
  font-size: 15px;
  height: 44px;
  width: 100%;
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cr-btn-click-effect {
  background-color: var(--primary-button-bg) !important;
  box-shadow: 0 2px var(--primary-button-shadow) !important;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid var(--primary-button-bg) !important;
  line-height: 1.5;
  border-radius: 3px;
  transition: all 0.1s;
  cursor: pointer;
  font-family: "GothamBook", sans-serif;
}

.cr-btn-click-effect:hover {
  color: #ffffff;
  background-color: var(--primary-button-hover) !important;
  border-color: var(--primary-button-hover) !important;
}

.cr-btn-click-effect:active {
  transform: translateY(2px);
  box-shadow: 0 0px transparent !important;
}

.cr-btn-xxl-click-effect {
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 15px;
  width: 100%;
}

.cr-btn-xl /*darkblue save button for modals */ {
  background-color: #2a2e3d;
  border-width: 0px;
  border-radius: 4px;
  font-family: "GothamBook", sans-serif;
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 100%;
  margin-top: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.cr-btn-l {
  /*darkblue save button for top right of pages */
  background-color: #2a2e3d;
  border-width: 0px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  min-width: 150px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-label-button {
  margin-top: 0px !important;
  margin-right: 10px !important;
  width: 130px !important;
  height: 38px !important;
  line-height: 38px !important;
  background-color: #fc662a !important;
  border-radius: 3px !important;
}

.cr-btn-l-sm {
  /*darkblue save button for xs and sm grid views */
  background-color: #2a2e3d;
  border-width: 0px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 38px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.cr-btn-m {
  background-color: #2a2e3d;
  border-width: 0px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cr-btn-sm.active {
  /*darkblue small feature buttons, such as edit, download, etc */
  background-color: #2a2e3d;
  color: #fff !important;
}

.cr-btn-sm {
  /*darkblue small feature buttons, such as edit, download, etc */
  background-color: #f6f6f6;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #2a2e3d !important;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}

.cr-btn-xs {
  /*darkblue small feature buttons, such as edit, download, etc */
  background-color: #2a2e3d;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}

.btn:hover {
  background-color: #9b9b9b;
  color: #fff;
}

.btn:focus {
  background-color: #9b9b9b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.25);
}

button:focus {
  outline: 0;
}

.cr-a-new:focus {
  background-color: #9b9b9b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.25);
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #9b9b9b;
}

/* ==========================================================================
SECONDARY BUTTONS
========================================================================== */

.cr-btn-new {
  background-color: #fc662a;
  border-width: 0px;
  border-radius: 3px;
  width: 50px;
  height: 32px;
  font-size: 14px;
  width: 100%;
}

.cr-btn-add-row {
  color: #fc662a;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-top: 5px;
  cursor: pointer;
  border-width: 0px;
  padding-left: 0px;
  text-align: left;
  min-height: 0px !important;
}

.cr-btn-cancel {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #717171 !important;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}

.cr-btn-cancel:hover {
  background-color: #f6f6f6;
}

.cr-btn {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}
.cr-btn:hover {
  color: #fff;
}

.cr-btn-save {
  background-color: #2cbf55;
  border: 1px solid #2cbf55;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}

.cr-btn-save:disabled {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #717171 !important;
}

.cr-btn-save:hover {
  background-color: #4ec970;
}

.cr-btn-save:disabled:hover {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #717171 !important;
  cursor: not-allowed;
}

.cr-btn-regular {
  background-color: #9b9b9b;
}
.cr-btn-regular:hover {
  background-color: #b1b1b1;
}

.cr-btn-delete {
  background-color: #e84646;
}

.cr-btn-delete:hover {
  background-color: #ec6464;
}

.close {
  color: #9b9b9b;
  font-size: 16px;
}

.close:hover {
  color: #d8d8d8;
}

.close:focus {
  color: #d8d8d8;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(155, 155, 155, 0.25);
}

.cr-btn-trash {
  margin-left: auto;
  margin-right: 50%;
}

.cr-btn-trash:focus {
  background-color: #fff !important;
  box-shadow: 0 0 0 0 #fff;
}

.cr-btn-trash:hover {
  background-color: #fff !important;
  box-shadow: 0 0 0 0 #fff;
}

/* ==========================================================================
HEADERS / TEXT
========================================================================== */

h2,
.h2 {
  font-family: "GothamBook";
  font-weight: 500;
  font-size: 26px;
  color: #2a2e3d;
  margin-bottom: 0px;
}

h3,
.h3 {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 22px;
  color: #2a2e3d;
  margin-bottom: 0px;
}

h4,
.h4 {
  font-family: "GothamBook", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2a2e3d;
  text-decoration: none;
}

h5,
.h5,
.h5:hover {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #2a2e3d;
  text-decoration: none;
}

h6,
.h6 {
  font-family: "GothamMedium", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  line-height: 1.5;
}

.cr-p-xl {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1.5;
}

.cr-p-l {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1.5;
  word-wrap: break-word;
}

.cr-p-ml {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1.5;
}

.cr-p-m {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #2a2e3d;
}

.cr-p-s {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #717171;
}

.cr-p-bold {
  font-weight: 600;
}

.cr-p-menu-title {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-left: 6px;
}

.cr-p-menu-name {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.cr-p-menu-company {
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 14px;
}

.cr-p-menu-dropdown-title {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #2a2e3d;
}

.cr-p-tab-title {
  font-family: "GothamMedium", sans-serif;
  font-size: 14px;
  color: #2a2e3d;
  text-decoration: none;
}

.cr-p-card-title {
  font-family: "GothamMedium", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  text-decoration: none;
  font-weight: 400 !important;
}

.cr-fontsize-16 {
  font-size: 16px;
}

.cr-fontsize-14 {
  font-size: 14px;
}

.cr-fontsize-12 {
  font-size: 12px;
}

.cr-lh-2 {
  line-height: 2;
}

.capitalize {
  display: block;
}
.capitalize.inline {
  display: inline-block;
}
.capitalize::first-letter {
  text-transform: uppercase;
}

ul {
  list-style: none;
}

/* ==========================================================================
STANDARD COLORS
========================================================================== */

.cr-color-darkblue {
  background-color: #2a2e3d;
}

.cr-color-black {
  background-color: #1a1d27;
}

.cr-color-orange {
  background-color: #fc662a;
}

.cr-color-danger {
  background-color: #dc3545;
}

.cr-color-mediumgray {
  background-color: #9b9b9b;
}

.cr-color-background {
  background-color: #f6f6f6;
}

.cr-color-white {
  background-color: #fff;
}

.cr-textcolor-black,
.cr-textcolor-black:hover {
  color: #000;
}

.cr-textcolor-darkblue,
.cr-textcolor-darkblue:hover {
  color: #2a2e3d;
}

.cr-textcolor-orange,
.cr-textcolor-orange:hover {
  color: #fc662a;
}

.cr-textcolor-danger {
  color: #dc3545;
}

.cr-textcolor-white {
  color: #fff;
}

.cr-textcolor-mediumgray {
  color: #9b9b9b;
}

.cr-textcolor-darkgray {
  color: #717171;
}

.cr-nav-item.active {
  background-color: #1a1d27;
}

.cr-nav-item:hover,
.cr-nav-item:active {
  background-color: #1a1d27;
}

.cr-nav-item.show {
  background-color: #1a1d27;
}

.cr-nav-item-right-menu:hover {
  background-color: #1a1d27;
}

.cr-nav-item-right-menu.show {
  background-color: #1a1d27;
}

.cr-dropdown-item:hover {
  background-color: #f6f6f6;
}

.cr-dropdown-item:active {
  color: #1a1d27;
  background-color: #f6f6f6;
}

.cr-submenu-item:hover {
  background-color: #f6f6f6;
}

.cr-settings-tab-item:hover {
  background-color: #f6f6f6;
}

.cr-settings-tab-item.active {
  background-color: #f6f6f6;
}

.cr-import-table {
  margin-left: 1px !important;
}

.cr-import-select-row {
  height: 44px !important;
}

.cr-import-select {
  width: 144px !important;
  margin-left: 2px;
}

.cr-import-select-fields {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  width: 150px;
  margin-left: -1px;
}

.cr-import-example-row {
  width: 100%;
  height: 32px;
}

.cr-import-example-column {
  width: 150px;
  float: left;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding-top: 6px;
  margin-left: -1px;
}

.cr-import-example-text {
  padding-left: 6px;
  white-space: nowrap;
}

.cr-import-content {
  overflow-x: scroll;
}

.cr-settings-tab-row-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-settings-tab-row-border:last-child {
  border-bottom: 0px;
}

/* ==========================================================================
STATUS COLORS
========================================================================== */

.state-bar .state-manual-trigger.color_01:hover,
.state-bar .state-done.color_01,
.status.color_01,
.state-label.color_01 {
  background-color: #2a2e3d;
}
.state-bar .state-manual-trigger.color_01:hover:after,
.state-bar .state-done.color_01:after {
  border-left-color: #2a2e3d;
}

.state-bar .state-manual-trigger.color_02:hover,
.state-bar .state-done.color_02,
.status.color_02,
.state-label.color_02 {
  background-color: #9b9b9b;
}
.state-bar .state-manual-trigger.color_02:hover:after,
.state-bar .state-done.color_02:after {
  border-left-color: #9b9b9b;
}

.state-bar .state-manual-trigger.color_03:hover,
.state-bar .state-done.color_03,
.status.color_03,
.state-label.color_03 {
  background-color: #ffa940;
}
.state-bar .state-manual-trigger.color_03:hover:after,
.state-bar .state-done.color_03:after {
  border-left-color: #ffa940;
}

.state-bar .state-manual-trigger.color_04:hover,
.state-bar .state-done.color_04,
.status.color_04,
.state-label.color_04 {
  background-color: #fc662a;
}
.state-bar .state-manual-trigger.color_04:hover:after,
.state-bar .state-done.color_04:after {
  border-left-color: #fc662a;
}

.state-bar .state-manual-trigger.color_05:hover,
.state-bar .state-done.color_05,
.status.color_05,
.state-label.color_05 {
  background-color: #e84646;
}
.state-bar .state-manual-trigger.color_05:hover:after,
.state-bar .state-done.color_05:after {
  border-left-color: #e84646;
}

.state-bar .state-manual-trigger.color_06:hover,
.state-bar .state-done.color_06,
.status.color_06,
.state-label.color_06 {
  background-color: #2cbf55;
}
.state-bar .state-manual-trigger.color_06:hover:after,
.state-bar .state-done.color_06:after {
  border-left-color: #2cbf55;
}

.state-bar .state-manual-trigger.color_07:hover,
.state-bar .state-done.color_07,
.status.color_07,
.state-label.color_07 {
  background-color: #2f921c;
}
.state-bar .state-manual-trigger.color_07:hover:after,
.state-bar .state-done.color_07:after {
  border-left-color: #2f921c;
}

.state-bar .state-manual-trigger.color_08:hover,
.state-bar .state-done.color_08,
.status.color_08,
.state-label.color_08 {
  background-color: #69a6ec;
}
.state-bar .state-manual-trigger.color_08:hover:after,
.state-bar .state-done.color_08:after {
  border-left-color: #69a6ec;
}

.state-bar .state-manual-trigger.color_09:hover,
.state-bar .state-done.color_09,
.status.color_09,
.state-label.color_09 {
  background-color: #147af0;
}
.state-bar .state-manual-trigger.color_09:hover:after,
.state-bar .state-done.color_09:after {
  border-left-color: #147af0;
}

.state-bar .state-manual-trigger.color_10:hover,
.state-bar .state-done.color_10,
.status.color_10,
.state-label.color_10 {
  background-color: #aa62e3;
}
.state-bar .state-manual-trigger.color_10:hover:after,
.state-bar .state-done.color_10:after {
  border-left-color: #aa62e3;
}

.state-bar .state-manual-trigger.color_11:hover,
.state-bar .state-done.color_11,
.status.color_11,
.state-label.color_11 {
  background-color: #ea4f9d;
}
.state-bar .state-manual-trigger.color_11:hover:after,
.state-bar .state-done.color_11:after {
  border-left-color: #ea4f9d;
}

.state-bar .state-manual-trigger.color_12:hover,
.state-bar .state-done.color_12,
.status.color_12,
.state-label.color_12 {
  background-color: #f791ad;
}
.state-bar .state-manual-trigger.color_12:hover:after,
.state-bar .state-done.color_12:after {
  border-left-color: #f791ad;
}

.state-bar .state-manual-trigger {
  cursor: pointer;
}

.state-bar {
  list-style: none;
  overflow: hidden;
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-radius: 3px;
}

.state-bar li {
  background-color: #ececec;
  position: relative;
  box-sizing: content-box;
  padding: 0;
  width: auto;
  display: table-cell;
  text-align: center;
}

.state-bar li:before,
.state-bar li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 100%;
  margin-left: -5px;
  z-index: 1;
}
.state-bar li:after {
  border-left-color: #ececec;
}
.state-bar li:before {
  margin-left: -3px;
}

.state-bar li > div {
  padding: 4px 5px 3px;
  text-align: center;
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: transparent;
  text-transform: uppercase;
  opacity: 1;
}
.state-bar li:hover > div,
.state-bar li.state-active > div {
  color: #fff;
}

.cr-status-verified {
  background-color: #2e870e;
}

.cr-status-action-overdue {
  color: #e84646;
}

.cr-status-action-done {
  text-decoration: line-through;
  color: #2a2e3d;
}

.cr-status-action-today {
  color: #5cc35f;
}

/* ==========================================================================
FIELDS
========================================================================== */

input {
  background-color: #fff;
  border-color: #d8d8d8;
  border-width: 1px;
  border-radius: 2px !important;
  border-style: solid;
  min-height: 38px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #2a2e3d;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

input:focus {
  border-color: #fc662a;
  outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"] {
  -webkit-appearance: none;
}

td input {
  width: auto;
  margin-bottom: 0px;
}

#budget td input {
  width: 100%;
}

.cr-input-gutter {
  margin-left: 3px;
  margin-right: 3px;
}

.cr-input-gutter-padding {
  padding-right: 10px !important;
}

.cr-global-search {
  margin-bottom: 0px;
  min-height: 32px;
  padding-top: 2px;
  background-color: #63686d;
  border-color: #63686d;
  color: #2a2e3d;
}

.cr-global-search:focus {
  background-color: #fff;
}

.cr-global-search:focus::-webkit-input-placeholder {
  color: #717171;
}

.cr-global-search::-webkit-input-placeholder {
  color: #2a2e3d;
}

.select2-selection__placeholder {
  color: #717171 !important;
}

.cr-input-label {
  padding-top: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  min-height: auto !important;
}

input[id="id_file"] {
  min-height: 0px !important;
}

.cr-select {
  border-color: #d8d8d8;
  border-width: 1px;
  border-radius: 2px;
  border-style: solid;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  padding-left: 10px;
  cursor: pointer;
}
.cr-select:not(.cr-import-select):not(.status-links *) {
  margin-bottom: 15px;
}

.custom-select:focus {
  border-color: #fc662a;
  outline: 0;
  box-shadow: none;
}

.cr-input-button {
  min-height: 35px !important;
}

textarea {
  background-color: #fff;
  border-color: #d8d8d8;
  border-width: 1px;
  border-radius: 2px;
  border-style: solid;
  min-height: 38px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #2a2e3d;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 8px;
}

a:focus {
  outline-style: none;
}

textarea:focus {
  border-color: #fc662a;
  outline: 0;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

td textarea {
  width: auto;
  margin-bottom: 0px;
}

.select2 {
  width: 100% !important;
}

.select2-container {
  background-color: #fff;
  border-color: #d8d8d8;
  border-width: 1px;
  border-radius: 2px;
  border-style: solid;
  min-height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #2a2e3d;
  margin-bottom: 15px;
}

.select2-choices {
  border: none !important;
  background-image: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  box-shadow: none !important;
  border-color: #fc662a !important;
}

.select2-container-multi .select2-choices {
  height: 38px !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.select2-choices:active {
  border-color: #fc662a;
  outline: 0;
}

.select2-search input {
  border: 0px;
  border-radius: 2px !important;
  min-height: 28px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 15px !important;
  color: #2a2e3d !important;
  background: none !important;
}

.select2-container .select2-choice {
  border: none !important;
  height: 36px !important;
  padding: 5px 0 0 10px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  color: #2a2e3d !important;
  background-image: none !important;
  border-radius: 0px !important;
}

.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: none !important;
  border-left: none !important;
  width: 24px !important;
  top: 4px !important;
  color: #2a2e3d !important;
  background-position-x: right 0.75rem !important;
  background-position-y: center !important;
  background-size: 8px 10px !important;
  background-size: initial !important;
  background-repeat: no-repeat !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-color: initial !important;
  background-clip: initial !important;
}

.select2-dropdown-open .select2-choice {
  background-color: #e9ecef !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-drop-active {
  border: 1px solid #d8d8d8 !important;
}

.select2-drop {
  color: #2a2e3d !important;
  border-radius: 0 0 2px 2px !important;
}

.select2-dropdown {
  border: 1px solid #d8d8d8 !important;
  color: #2a2e3d !important;
  border-radius: 0 0 2px 2px !important;
  margin-left: -1px !important;
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.select2-results {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 15px !important;
  color: #2a2e3d !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  margin: 0px !important;
}

.select2-result-label {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.select2-results__option {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.select2-results .select2-highlighted {
  background: #2a2e3d !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.select2-results__option--highlighted {
  background: #2a2e3d !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.select2-container--default .select2-results__option[role="group"] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.select2-no-results {
  background: #fff !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.select2-search--inline {
  padding-top: 4px !important;
  padding-left: 10px !important;
}

.select2-search-choice {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-right: 7px !important;
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  margin-left: 5px !important;
  background-image: none !important;
  background-color: #2a2e3d !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 15px !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
}

.select2-selection:focus {
  outline: none !important;
}

.select2-selection__choice {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
  height: 24px !important;
  padding-top: 4px !important;
  margin-right: 0px !important;
  margin-left: 8px !important;
  background-color: #2a2e3d !important;
  color: #fff !important;
  border-color: #2a2e3d !important;
  border-radius: 3px !important;
}

.select2-selection__rendered {
  padding-top: 0px !important;
  padding-left: 0px !important;
}

.select2-selection--single > .select2-selection__rendered {
  margin-top: 4px;
  margin-left: 10px;
}

.select2-search--dropdown {
  padding: 7px !important;
  padding-bottom: 0px !important;
}

.select2-selection__choice__remove {
  color: #fff !important;
}

.select2-search-choice-close {
  top: 5px !important;
  left: 5px !important;
}

span.select2-selection--multiple .select2-search__field {
  margin-top: 0px !important;
  margin-bottom: 0px;
  min-height: 0px !important;
  height: 29px !important;
}

.select2-search__field {
  margin-top: 0px !important;
  margin-bottom: 0px;
  min-height: 0px !important;
  height: 36px !important;
  padding-left: 8px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.select2-container--default .select2-selection--multiple {
  border: 0px !important;
}

span .select2-selection {
  min-height: 29px !important;
}

.select2-container--default .select2-selection--single {
  border: 0px !important;
}

.cr-textlink {
  text-decoration: underline;
}

.cr-modal-live-edit-select2 .select2-container {
  min-height: 0px !important;
  height: 32px;
  margin-bottom: 6px !important;
}

.cr-modal-live-edit-select2
  .select2-container--default
  .select2-selection--single,
.cr-modal-live-edit-select2-multiple
  .select2-container--default
  .select2-selection--multiple {
  background-color: transparent !important;
}

.cr-modal-live-edit-select2
  .select2-selection--single
  > .select2-selection__rendered {
  margin-top: 2px !important;
}

.cr-modal-live-edit-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  margin-top: 1px !important;
}

.cr-modal-live-edit-select2 .select2-selection__rendered {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2a2e3d;
}

.cr-modal-live-edit-select2-multiple .select2-container {
  min-height: 0px !important;
  height: 33px;
  margin-bottom: 6px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  margin-top: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #2a2e3d transparent transparent transparent !important;
}

/* ==========================================================================
ALERTS
========================================================================== */

.mouse_tooltip {
  display: block;
  position: fixed;
  z-index: 9999;
  padding: 11px 10px 10px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  border-width: 1px;
  border-radius: 2px;
}
.mouse_tooltip.message {
  background-color: #fff;
  color: #2a2e3d;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.mouse_tooltip.alert {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert:not(.custom-alert) {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 5000;
}
.custom-alert {
  font-family: "Open Sans", sans-serif;
}
.alert-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  margin-bottom: 8px;
}

.cr-modal-live-edit-box > .alert {
  position: relative;
  bottom: 0;
  right: 0;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 6px;
}

#messages {
  position: fixed;
  right: 100px;
  bottom: 0;
  display: flex;
  flex-direction: column-reverse;
  z-index: 99999;
}

#messages div.alert {
  position: relative;
}

.alert ul {
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0px;
}

.alert .ul .li {
  margin-bottom: 0px;
}

div#alert-box:empty {
  display: none;
}

.alert-danger {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #ee5858;
  background-color: #fef6f4;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  border-color: #f8cdcd;
  border-width: 1px;
  border-radius: 2px;
}

.alert-primary {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  font-weight: normal;
  line-height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  z-index: 9000;
}

.cr-alert-danger-border {
  border-width: 1px;
  border-color: #ee5858;
  border-radius: 2px;
}

/* ==========================================================================
ELEMENTS GENERAL
========================================================================== */

.row {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

[class*="col-"] {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

form {
  margin-bottom: 0px;
}

.form-row.justify-right {
  justify-content: flex-end;
}

.legend {
  margin-bottom: 10px !important;
}

th.sortable {
  cursor: pointer;
}

.cr-login-logo {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  height: inherit;
  text-align: center;
}

.lockscreen-wrapper img {
  max-width: 260px;
  max-height: 93px;
}

.cr-full-width {
  width: 100%;
}

.cr-text-center {
  text-align: center;
}

.cr-align-center {
  display: flex;
  justify-content: center;
  padding-right: 0px;
}

.cr-align-right {
  margin-left: auto;
  margin-right: 0;
}

.cr-text-align-right {
  text-align: right;
}

.cr-float-right {
  float: right;
}

.cr-float-left {
  float: left;
}

.cr-float-clear:after {
  clear: both;
  content: "";
  display: table;
}

.cr-min-height-0 {
  min-height: 0px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-20px {
  margin-bottom: 20px;
}

.pb-8px {
  padding-bottom: 8px;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-11px {
  padding-top: 11px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pl-1px {
  padding-left: 1px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-18px {
  margin-top: 18px;
}

.mt-20px {
  margin-top: 20px;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-33px {
  margin-bottom: 33px;
}

/* ==========================================================================
ELEMENTS NAVBAR
========================================================================== */

.cr-navbar {
  padding-left: 0px;
  padding-right: 0px;
}

.cr-navbar-brand {
  padding-top: 4px;
  margin-left: 8px;
  margin-right: 8px;
}

.cr-nav-logo {
  height: 40px;
}

.cr-navbar-toggler {
  margin-right: 8px;
}

.cr-nav-new {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.cr-nav-new-icon {
  padding-left: 8px;
  padding-right: 8px;
}

.cr-nav-search {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.cr-nav-item {
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}

.cr-nav-link {
  padding-top: 14px;
  padding-bottom: 14px;
  cursor: pointer;
}

.cr-nav-icons {
  height: 20px;
}

.cr-nav-icon-custom {
  height: 20px;
  width: 20px;
  border-radius: 1px;
  background-color: #fff;
  line-height: 1;
}

.cr-nav-icon-custom-icon {
  font-size: 12px;
  padding-left: 5px;
  padding-top: 4px;
}

.cr-nav-recent-items {
  font-size: 20px;
}

.cr-dropdown-menu {
  margin-top: 0px;
  border-width: 1px;
  border-top-width: 0px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cr-dropdown-menu-right {
  min-width: 142px;
  right: 0px;
  float: right;
  left: auto !important;
}

.cr-dropdown-recent-items {
  right: 0;
  left: auto !important;
  min-width: auto;
  width: max-content;
  overflow: scroll;
  max-height: 70vh;
}

.cr-dropdown-recent-items-item {
  white-space: nowrap;
  border-bottom: 1px solid #e9ecef;
}

.cr-dropdown-recent-items-item:last-child {
  border-bottom: none;
}

.cr-dropdown-recent-items-title {
  padding-right: 7px;
}

.cr-dropdown-recent-items-subtitle {
  font-size: 12px;
}

.cr-recent-item-icon {
  text-align: center;
  padding-right: 5px;
}

.cr-dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.cr-dropdown-divider {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cr-nav-dropdown-icon {
  margin-left: 6px;
  margin-top: 2px;
}

.cr-nav-item-right-menu {
  padding-left: 8px;
  padding-right: 8px;
}

.cr-nav-link-right-menu {
  padding-top: 7px;
  padding-bottom: 9px;
}

.cr-nav-name-right-menu {
  line-height: 14px;
}

.cr-nav-dropdown-icon-right-menu {
  margin-top: 7px;
  margin-left: 6px;
}

.navbar .navbar-nav .nav-link {
  padding-left: 0px;
  padding-right: 0px;
}

.cr-fixed-header-margin {
  margin-top: 48px;
}

.cr-dropdown-global-search {
  min-width: auto;
  width: max-content;
  overflow: scroll;
  max-height: 70vh;
  top: 40px;
}

.cr-dropdown-global-search::-webkit-scrollbar {
  display: none;
}

.cr-dropdown-global-search-item {
  border-bottom: 1px solid #e9ecef;
  max-width: 300px;
}

.cr-dropdown-global-search-item:last-child {
  border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #d8d8d8;
  color: #2a2e3d;
}

/* ==========================================================================
ELEMENTS SETTINGS
========================================================================== */

.cr-submenu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

.cr-submenu-list {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.cr-submenu-divider {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cr-submenu-item {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 140px;
  display: block;
  background-color: #fff;
}

.cr-submenu-active {
  background-color: #f6f6f6;
}

.cr-settings-tab-bar {
  float: left;
  border-radius: 0px;
  line-height: 1;
}

.cr-settings-tab-item {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: -1px;
  margin-bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-left: -1px;
  cursor: pointer;
}

.cr-settings-tab-item .active {
  background-color: #f6f6f6;
}

.cr-settings-content {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
}
.cr-settings-content h3 {
  margin-bottom: 10px;
}

.cr-settings-divider {
  height: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
}

/* Styling logo thumbnail and removing upload button on settings page */

.cr-settings-logo {
  font-size: 0px;
}

.cr-settings-logo > img {
  display: block;
}

.cr-settings-logo-thumbnail {
  margin-top: 15px;
  max-height: 150px;
  max-width: 150px;
}

input[name*="pic-clear"],
input[name*="logo-clear"],
input[name*="white_label_client_edit_form-login_background-clear"],
input[name*="white_label_client_edit_form-favicon"],
input[name*="attachments-0-object_pic-clear"],
input[name*="attachments-2-object_pic-clear"] {
  display: none;
}

label[for="attachments-0-object_pic-clear_id"],
label[for="attachments-2-object_pic-clear_id"] {
  margin-bottom: 0px !important;
}

input[name*="logo"] {
  margin-top: 15px;
}

input[type="file"] {
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  padding: 0px;
  margin: 0px;
}

input[type="file"] + label {
  background-color: #9b9b9b;
  border-width: 0px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
}

input[type="file"] + label:hover {
  background-color: #b1b1b1;
}

/* Positioning of radiobuttons on company settings workorder tab */

div .cr-settings-radiobutton label {
  width: 45%;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
}

div .cr-settings-radiobutton input {
  width: auto;
  margin-right: 10px;
}

.cr-settings-checkbox-label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  margin-bottom: 15px;
}

input[id="id_mail_general"],
input[id="id_mail_client"],
input[id="id_mail_location"],
input[id="id_mail_admin"],
input[id="id_task"],
input[id="id_ticking_tasks"] {
  margin-top: 4px;
}

input[id="id_auto_mail_0"] {
  margin-top: 16px;
}

input[id="id_admin_email"] {
  width: 100% !important;
}

div[id="email_suffix"] {
  padding-bottom: 10px;
}

.copy-field {
  position: relative;
}
.copy-field input {
  padding-right: 30px;
  width: 100%;
  background-color: #f6f6f6;
}
.copy-field button {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 14px;
  background: none;
  border: none;
  color: var(--primary-button-bg);
  border-radius: 2px;
  cursor: pointer;
}
.copy-field button:hover {
  color: #fff;
  background-color: var(--primary-button-bg);
}

.form-group {
  margin-bottom: 0px;
  display: flex;
}

.formset {
  margin-bottom: 1rem;
}

.formset td {
  padding: 0 8px 0 0;
}
.formset td:last-child {
  padding: 0;
}

.formset td input {
  width: 100%;
}

.formset input {
  margin-bottom: 15px;
}

input[type="checkbox"] {
  margin-top: 4px;
}

input[id="id_white_label_client_edit_form-login_background"] + label {
  margin-top: 0px;
  margin-bottom: 4px;
}

input[id="id_white_label_client_add_form-login_background"] + label {
  margin-top: 0px;
  margin-bottom: 4px;
}

input[id="id_is_active"] {
  margin-bottom: 0px;
}

input[id="id_user_field-monday"],
input[id="id_user_field-tuesday"],
input[id="id_user_field-wednesday"],
input[id="id_user_field-thursday"],
input[id="id_user_field-friday"],
input[id="id_user_field-saturday"] {
  margin-bottom: 3px;
}

input[id="id_user_field-sunday"] {
  margin-bottom: 31px;
}

.dz-clickable {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
}

.dropzone {
  border: 1px dashed #d8d8d8 !important;
}

input[id="id_user_field-add_to_portal"],
input[id="id_user_field-is_active"],
input[id="id_user_field-is_white_label_client_admin"],
input[id="id_user_field-is_superuser"],
input[id="id_user_field-actions_only"] {
  margin-top: 15px;
  margin-bottom: 4px;
}

input[id*="DELETE"] {
  display: none;
}

.cr-handle {
  padding-top: 7px;
  padding-right: 6px;
}

div.unit4-css > label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.cr-divider-darkgray {
  border-color: #d6d6d6;
}

/* ==========================================================================
ELEMENTS TABLES
========================================================================== */

.table {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

table.table {
  margin-bottom: 0px;
}

.cr-table {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
}

tr {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
}

.table tbody tr {
  cursor: pointer;
}

.table thead th {
  border-bottom-width: 0px;
  border-top-width: 0px;
  font-family: "GothamMedium", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  text-decoration: none;
  font-weight: 400 !important;
}

.table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  color: #fff;
}

.cr-table-input {
  margin-bottom: 0px;
}

.cr-table-input {
  min-height: 0 !important;
}

input[class="cb_note"] {
  min-height: 0 !important;
}

.table-hover tbody tr:hover {
  background-color: #f6f6f6;
}

.cr-pagination {
  list-style: none;
  display: flex;
  padding-left: 0px;
  margin-bottom: 24px;
}

.cr-pagination-total {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  line-height: 1;
  padding: 11px;
  margin-left: -1px;
}

.cr-pagination-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  line-height: 1;
  padding: 11px;
  margin-left: -1px;
}

.cr-pagination-item:hover {
  background-color: #f6f6f6;
}

.cr-pagination-item-disabled {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #9b9b9b;
  line-height: 1;
  padding: 11px;
  margin-left: -1px;
  cursor: not-allowed;
}

.cr-pagination-item-disabled:hover {
  background-color: #fff;
}

.cr-pagination-active,
.cr-pagination-active:hover {
  background-color: #2a2e3d;
  color: #fff;
  cursor: default;
}

.cr-pagination-link,
.cr-pagination-link:hover {
  color: #2a2e3d;
  text-decoration: none;
}

.bottom {
  margin: 0 auto;
  margin-top: 24px;
}

div.dataTables_paginate.paging_bootstrap {
  margin-left: 0;
}

div.dataTables_info {
  padding-right: 0px !important;
}

td[class="dataTables_empty"],
td[class="dataTables_empty"]:hover {
  cursor: default;
  background-color: #fff;
}

.cr-row-inactive {
  color: #bfbfbf;
  text-decoration: line-through;
}

.dataTables_empty {
  text-align: left !important;
}

.paginate_button {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.page-item.active .page-link {
  background-color: #2a2e3d;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 0;
  margin-left: 0px;
  color: #fff;
  line-height: 1;
}

.page-link {
  line-height: 1;
  color: #2a2e3d;
  padding: 11px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.page-link:hover {
  background-color: #f6f6f6;
  color: #2a2e3d;
}

.page-link:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.pagination {
  display: flex;
  justify-content: center !important;
  padding-right: 0px;
  margin-bottom: 24px !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0rem !important;
}

.page-item.disabled,
a.btn.disabled {
  cursor: not-allowed;
  pointer-events: all;
}

[disabled] {
  cursor: not-allowed;
  pointer-events: all;
}

.page-item.disabled .page-link {
  color: #9b9b9b;
}

@media (min-width: 1200px) {
  table[id="proposal-table"],
  table[id="projectlist"],
  table[id="joblist"],
  table[id="invoicelist"],
  table[id="action-table"] {
    white-space: nowrap;
  }
}

/* ==========================================================================
ELEMENTS BROWSER
========================================================================== */

.cr-page-header-browser {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-nav-tabs {
  list-style: none;
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
  float: right;
}

.cr-nav-tabs > li {
  margin: 0;
  padding: 0;
}

.cr-nav-tabs a {
  display: inline-block;
}

.cr-nav-tabs > li > a {
  border-radius: 0;
  border-bottom: 2px solid transparent;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  color: #9b9b9b;
  font-weight: 400;
}

.cr-nav-tabs > li > a:hover {
  text-decoration: none;
}

.cr-nav-tabs > li > a.active.show {
  border-bottom-color: #fc662a;
  color: #fc662a;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  cursor: default;
}

.nav-tabs {
  border-bottom: none;
}

.cr-browser-content {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
}

.cr-browser-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.cr-browser-card-title-row {
  margin-bottom: 4px;
}

.cr-browser-card-title {
  margin-top: 6px;
  margin-bottom: 0px !important;
  font-size: 16px;
}

.cr-browser-card-edit {
  margin-left: auto;
  margin-right: 0;
}

.cr-browser-card-icon {
  font-size: 12px;
  cursor: pointer;
  color: #2a2e3d;
}

.cr-browser-card-trash {
  margin-top: 3px;
}

.cr-browser-card-icon:hover {
  color: #9b9b9b;
}

.cr-browser-card-data:not(.leave-padding-intact) ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.cr-browser-card-data li {
  list-style: none;
}

.cr-browser-card-data a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1.5;
  text-decoration: underline;
}

.dropzone.cr-browser-dropzone {
  min-height: 0;
  width: 100%;
  color: #2a2e3d;
  padding: 10px;
}
.dropzone.cr-browser-dropzone .dz-default {
  margin: 0;
  text-align: left;
}

.cr-browser-location-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-browser-location-list {
  list-style: none;
  padding-left: 0px;
}

.cr-browser-location-list-object {
  list-style: none;
}

.cr-browser-location-list a {
  color: #2a2e3d;
  text-decoration: none;
}

.cr-browser-location-list a.cr-browser-location-link {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  text-decoration: underline;
}

.cr-browser-location-searchbar {
  padding: 8px;
}

input[id="browser-location-search"] {
  margin: 0px !important;
}

.cr-browser-sublocationobject-searchbar {
  padding-top: 4px;
  padding-bottom: 12px;
}

input[id="browser-sublocationobject-search"] {
  margin: 0px !important;
}

.cr-browser-location-icon {
  font-size: 12px;
  color: #9b9b9b;
}

.cr-browser-location-open-icon {
  font-size: 12px;
  width: 20px;
  height: 12px;
  padding-left: 8px;
  padding-right: 1px;
}

.cr-browser-sublocation-open-icon {
  font-size: 12px;
  padding-right: 1px;
}

.cr-browser-sublocationobject-link-indentation {
  padding-left: 16px;
}

.cr-browser-sublocationobject-link-bigindentation {
  padding-left: 24px;
}

.cr-browser-sublocationobject-link,
.cr-browser-sublocationobject-link-indentation,
.cr-browser-sublocationobject-link-bigindentation {
  line-height: 1 !important;
}

.cr-nav-tab-bar {
  width: 100%;
  overflow-x: scroll(or auto);
}

.section-dividers section:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}

.inline-radio ul,
ul[id="id_client_add_form-is_company"],
ul[id="id_client_edit_form-is_company"] {
  list-style: none;
  padding-left: 0px;
}

.inline-radio ul label,
ul[id="id_client_add_form-is_company"] label,
ul[id="id_client_edit_form-is_company"] label {
  list-style: none;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
}

.radio-2 li {
  width: 50%;
}

.radio-style li {
  float: left;
}

.cr-browser-location-map {
  height: 140px;
  cursor: default !important;
}

.cr-browser-location-map-gutter {
  padding-top: 4px;
}

.cr-browser-location-map a[href^="http://maps.google.com/maps"],
.cr-browser-location-map a[href^="https://maps.google.com/maps"],
.cr-browser-location-map a[href^="https://www.google.com/maps"] {
  display: none !important;
}

.cr-browser-location-map .gm-bundled-control .gmnoprint {
  display: block;
}

.cr-browser-location-map .gmnoprint:not(.gm-bundled-control) {
  display: none;
}

.cr-browser-location-title-row a {
  text-decoration: none;
  color: #2a2e3d;
}

.cr-browser-location-title-row a:hover {
  text-decoration: none;
  color: #2a2e3d;
}

.cr-browser-location-title {
  text-decoration: none;
  color: #2a2e3d;
  letter-spacing: none;
}

.cr-preview-image {
  max-width: 100%;
  display: block;
}

.cr-preview-image img {
  max-width: 100%;
}

.cr-browser-information-title {
  margin-bottom: 0px !important;
  font-size: 16px;
}

.cr-browser-information-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

table[id="infolist"] {
  border: none;
}

table[id="infolist"] tbody tr {
  border-bottom: 1px solid #dee2e6;
}

table[id="infolist"] tbody tr:last-child {
  border-bottom: none;
}

.cr-browser-image-card {
  padding-top: 12px;
  padding-bottom: 6px;
}

.cr-browser-image-image {
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  text-align: center;
}

.cr-browser-image-title {
  margin-bottom: 0px;
}

div[id="contractlist_wrapper"] table,
div[id="jobcontractlist_wrapper"] table {
  margin-top: -1px !important;
  margin-bottom: 16px !important;
}

table[id="contractlist"],
table[id="jobcontractlist"] {
  width: 100% !important;
}

.cr-browser-contract-title-row {
  padding-top: 12px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 0px !important;
}

.cr-location-add-map a[href^="http://maps.google.com/maps"],
.cr-location-add-map a[href^="https://maps.google.com/maps"],
.cr-location-add-map a[href^="https://www.google.com/maps"] {
  display: none !important;
}

.cr-location-add-map .gm-bundled-control .gmnoprint {
  display: block;
}

.cr-location-add-map .gmnoprint:not(.gm-bundled-control) {
  display: none;
}

input[id="sublocation_check"],
input[id="object_check"] {
  margin-bottom: 0px;
  width: auto;
}

.inline-radio input,
input[id="id_client_add_form-is_company_0"],
input[id="id_client_add_form-is_company_1"] {
  width: auto;
}

.inline-radio ul,
ul[id="id_client_add_form-is_company"] {
  padding-top: 6px;
}

.cr-sublocationobject-add-modal-margin {
  margin-top: 5px;
}

input[type="file"] + label[for="id_attachments-0-object_pic"],
input[type="file"] + label[for="id_attachments-1-object_pic"] {
  height: 38px !important;
  padding-top: 2px;
}

/* ==========================================================================
ELEMENTS PROJECTS
========================================================================== */

.cr-project-statusbar-wrapper {
  margin-top: 16px;
  margin-bottom: 8px;
}

.cr-project-statusbar {
  border-radius: 3px;
}

ol.cr-project-statusbar {
  list-style: none;
  overflow: hidden;
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
}

ol.cr-project-statusbar li {
  background-color: #ececec;
  position: relative;
  box-sizing: content-box;
  padding: 0;
  width: auto;
  display: table-cell;
  text-align: center;
}

ol.cr-project-statusbar li > * {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 3px;
  text-align: center;
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}

ol.cr-project-statusbar li:before,
ol.cr-project-statusbar li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 100%;
  margin-left: -5px;
  z-index: 1;
}

ol.cr-project-statusbar li:before,
ol.cr-project-statusbar li > *:before {
  margin-left: -3px;
}

ol.cr-project-statusbar li:after,
ol.cr-project-statusbar li > *:after {
  border-left-color: #ececec;
}

.cr-project-amount-overdue,
.cr-project-budget-used {
  color: #e84646;
}

.cr-project-progress {
  background-color: black;
  border-radius: 2px;
  font-family: "GothamBook", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  height: 20px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.cr-project-progress-text {
  padding-top: 2px;
}

.cr-project-progress-progress {
  background-color: #2cbf55;
}

.cr-project-progress-success {
  background-color: #2cbf55;
}

.cr-project-progress-overdue {
  background-color: #e84646;
}

.cr-document-open {
  cursor: pointer;
}

/* ==========================================================================
ELEMENTS DASHBOARD
========================================================================== */

.cr-dashboard-page-header {
  padding-bottom: 3px;
}

.cr-dashboard-progress-bar-wrapper {
  height: 30px;
  border-radius: 3px;
}

.cr-dashboard-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  font-family: "GothamBook", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  transition: width 0.6s ease;
}

.cr-dashboard-tooltip {
  font-size: 13px;
  color: #d8d8d8;
  margin-top: 0px;
  padding-left: 3px;
}

.cr-dashboard-margin {
  margin-top: 70px;
}

.cr-dashboard-todo-link {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2a2e3d;
  line-height: 1;
}

.cr-dashboard-todo-link:hover {
  color: #2a2e3d;
  text-decoration: none;
  background-color: #f9f9f9;
}

.cr-dashboard-todo-link {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-dashboard-todo-link:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-dashboard-todo-text {
  padding-top: 3px;
}

.cr-dashboard-todo-icon {
  float: right;
  color: rgba(0, 0, 0, 0.25);
  font-size: 19px;
  padding-bottom: 1px;
}

/* ==========================================================================
ELEMENTS TIMELINE
========================================================================== */

.cr-nav-timeline-filter > li > a {
  font-family: "GothamLight", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #717171;
  background-color: #d8d8d8;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 11px;
  margin-left: 3px;
  margin-right: 3px;
}

.cr-nav-timeline-filter > li:first-child > a {
  margin-left: 0px;
}

.cr-nav-timeline-filter > li:last-child > a {
  margin-right: 0px;
}

.cr-nav-timeline-filter > li > a.active {
  background-color: #ffa940;
  color: #fff;
  cursor: default;
}

.cr-timeline-filter {
  margin-top: 16px;
  margin-bottom: 16px;
}

.cr-timeline-form-nav {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 4px;
}

.cr-timeline-form-button {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.cr-timeline-form-icon {
  font-size: 14px;
  color: #9b9b9b;
}

.cr-timeline-form-link.active .cr-timeline-form-icon {
  color: #2a2e3d;
}

.cr-timeline-form-link {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #717171;
}

.cr-timeline-form-link:hover {
  color: #2a2e3d;
  text-decoration: none;
}

.cr-timeline-form-link.active {
  color: #2a2e3d;
}

.cr-timeline-form-note {
  background-color: #fffcdc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-timeline-form-action {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-timeline-form-email {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-timeline-form-note-input {
  border: none !important;
  background-color: #fffcdc;
  resize: none;
  margin-bottom: none !important;
}

.cr-timeline-form-action-input {
  margin-bottom: 0px !important;
}

.cr-timeline-form-email-input {
  margin-bottom: 0px !important;
}

div[id="s2id_id_new_action-action_type"],
div[id="s2id_id_new_action-user_or_group"],
textarea[id="id_new_mail-message"] {
  margin-bottom: 0px !important;
}

.cr-timeline-form-save {
  text-align: right !important;
  padding-right: 8px;
  padding-bottom: 8px;
}

.cr-timeline-form-upload {
  padding-left: 8px;
  padding-bottom: 8px;
}

.tab-content .cr-timeline {
  position: relative;
}

.cr-order-timeline .cr-timeline,
.cr-proposal2-timeline .cr-timeline,
.cr-job-timeline .cr-timeline,
.cr-invoice2-timeline .cr-timeline {
  position: relative;
  margin-bottom: 16px;
}

.cr-timeline-bar {
  position: absolute;
  left: 17px;
  top: 22px;
  bottom: 30px;
  width: 1px;
  background-color: #e5e5e5;
}

.cr-timeline-content {
  list-style: none;
  padding-left: 0px;
}

.cr-timeline-content > li .cr-timeline-icon-circle {
  position: absolute;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 22px;
  font-size: 12px;
  margin-left: 0px;
  margin-top: 12px;
  box-shadow: none;
  padding: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.cr-timeline-content > li .cr-timeline-icon-small {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: 21px;
}

.cr-timeline-icon {
  color: #9b9b9b;
  font-size: 16px;
  padding-left: 9px;
  padding-top: 9px;
}

.cr-timeline-item {
  margin-left: 50px;
}

.cr-timeline-item-box {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.cr-timeline-item-bottom {
  list-style: none;
  padding-left: 0px;
}

.cr-timeline-item-bottom-right {
  margin-right: 0;
  margin-left: auto;
}

.cr-timeline-content .cr-timeline-item-bottom li:after {
  content: "\2022";
  padding-left: 4px;
}

.cr-timeline-content .cr-timeline-item-bottom li:last-child:after {
  content: "";
}

.cr-timeline-item-link {
  text-decoration: underline !important;
  color: #fc662a !important;
  cursor: pointer;
}

.cr-timeline-item-bottom li {
  padding-left: 4px;
}

.cr-timeline-item-bottom li:first-child {
  padding-left: 0px;
}

.cr-timeline-content > li.note .cr-timeline-item-box {
  background-color: #fffcdc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.cr-timeline-content > li.call .cr-timeline-item-box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.cr-timeline-content > li.func .cr-timeline-item-box {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.cr-timeline-content > li.email .cr-timeline-item-box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.cr-timeline-item-email {
  list-style: none;
  padding-left: 0px;
}

.cr-timeline-item-email-header {
  padding-top: 2px;
  padding-bottom: 6px;
}

.cr-timeline-item-email-header-text {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #717171;
}

.cr-timeline-item-email-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2a2e3d;
}

.cr-timeline-item-icon {
  padding-top: 0px;
  font-size: 11px;
  cursor: pointer;
  color: #9b9b9b;
}

.cr-timeline-item-delete {
  border: none;
  padding: 0px;
  background-color: transparent;
}

.cr-timeline-item-edit {
  -webkit-appearance: none !important;
  padding-right: 6px;
  padding-top: 1px;
}

.cr-timeline-icon-order {
  padding-top: 9px;
  padding-left: 7.5px;
}

.cr-timeline-icon-meeting {
  padding-left: 9.5px;
  padding-top: 8px;
}

.cr-timeline-icon-email {
  padding-left: 8.5px;
}

.cr-timeline-icon-email-sended {
  padding-top: 9px;
  padding-left: 8px;
}

.cr-timeline-icon-question {
  padding-left: 10px;
}

.cr-timeline-icon-note {
  padding-left: 10px;
  padding-top: 9px;
}

.cr-timeline-icon-unchecked {
  color: #b8b8b8;
  cursor: pointer;
  font-size: 13px;
  padding-top: 2px;
  padding-right: 3px;
}

.cr-timeline-icon-checked {
  color: #2cbf55;
  cursor: pointer;
  font-size: 13px;
  padding-top: 2px;
  padding-right: 3px;
}

.cr-timeline-action-add .select2-container {
  margin-bottom: 0px !important;
}

.cr-timeline-action-choice {
  word-break: break-word;
}

.cr-timeline-action-choice input.cr-timeline-action-choice-yes {
  min-height: 0px !important;
  background-color: #2cbf55;
  border: 1px solid #2cbf55;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  width: auto;
  margin-bottom: 0px;
  height: 17px;
}

.cr-timeline-action-choice input.cr-timeline-action-choice-yes:hover {
  background-color: #4ec970;
}

.cr-timeline-action-choice input.cr-timeline-action-choice-no {
  min-height: 0px !important;
  background-color: #e84646;
  border: 1px solid #e84646;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  width: auto;
  margin-bottom: 0px;
  height: 17px;
}

.cr-timeline-action-choice input.cr-timeline-action-choice-no:hover {
  background-color: #ec6464;
}

.note-label-werkbon.gewijzigd ul {
  padding-left: 0px !important;
}

.note-label-werkbon.gewijzigd > .cr-timeline-item li {
  list-style-type: none !important;
}

/* ==========================================================================
ELEMENTS JOB-, PROPOSAL- & INVOICE MODAL
========================================================================== */

/*CSS to make the Job Modal extra wide*/

@media (min-width: 1200px) {
  .cr-col-xl-70-percent {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .cr-col-xl-30-percent {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/*CSS for Job Modal statusbar*/

.cr-modal-statusbar-wrapper {
  margin-top: 0px;
  margin-bottom: 8px;
}

.cr-modal-statusbar {
  border-radius: 3px;
  min-height: 45px;
}

ol.cr-modal-statusbar {
  list-style: none;
  overflow: hidden;
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
}

ol.cr-modal-statusbar li {
  background-color: #ececec;
  position: relative;
  box-sizing: content-box;
  padding: 0;
  width: auto;
  display: table-cell;
  text-align: center;
}

ol.cr-modal-statusbar li > * {
  padding-left: 8px;
  padding-right: 2px;
  padding-top: 14px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "GothamMedium", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}

ol.cr-modal-statusbar li:before,
ol.cr-modal-statusbar li > *:before,
ol.cr-modal-statusbar li:after,
ol.cr-modal-statusbar li > *:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 100%;
  margin-left: -5px;
  z-index: 1;
}

ol.cr-modal-statusbar li:before,
ol.cr-modal-statusbar li > *:before {
  margin-left: -3px;
}

ol.cr-modal-statusbar li:after,
ol.cr-modal-statusbar li > *:after {
  border-left-color: #ececec;
}

.cr-modal-close-btn {
  height: 19px;
  width: 14px;
}

.cr-modal-close-icon {
  margin-top: 3px;
  margin-right: 4px;
}

.cr-modal-nav-tabs {
  float: left;
  padding-top: 15px;
}

.cr-modal-header {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-modal-status-btn-wrapper {
  float: right;
  padding-top: 8px;
  padding-bottom: 14px;
}

.cr-modal-body {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px !important;
  background-color: #f6f6f6;
}

.cr-modal-content-header {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0px;
}

.cr-modal-content {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-proposal2-statusbar > .concept {
  background-color: #d8d8d8 !important;
}

.cr-proposal2-statusbar > .concept:after {
  border-left-color: #d8d8d8 !important;
}

.cr-proposal2-statusbar > .open {
  background-color: #ffa940 !important;
}

.cr-proposal2-statusbar > .open:after {
  border-left-color: #ffa940 !important;
}

.cr-proposal2-statusbar > .expired {
  background-color: #fc662a !important;
}

.cr-proposal2-statusbar > .expired:after {
  border-left-color: #fc662a !important;
}

.cr-proposal2-statusbar > .denied {
  background-color: #e84646 !important;
}

.cr-proposal2-statusbar > .denied:after {
  border-left-color: #e84646 !important;
}

.cr-proposal2-statusbar > .accepted {
  background-color: #2cbf55 !important;
}

.cr-proposal2-statusbar > .accepted:after {
  border-left-color: #2cbf55 !important;
}

.cr-job-statusbar > .in_te_plannen {
  background-color: #d8d8d8 !important;
}

.cr-job-statusbar > .in_te_plannen:after {
  border-left-color: #d8d8d8 !important;
}

.cr-job-statusbar > .gereserveerd {
  background-color: #9b9b9b !important;
}

.cr-job-statusbar > .gereserveerd:after {
  border-left-color: #9b9b9b !important;
}

.cr-job-statusbar > .gepland {
  background-color: #2a2e3d !important;
}

.cr-job-statusbar > .gepland:after {
  border-left-color: #2a2e3d !important;
}

.cr-job-statusbar > .onderweg {
  background-color: #4990e2 !important;
}

.cr-job-statusbar > .onderweg:after {
  border-left-color: #4990e2 !important;
}

.cr-job-statusbar > .onderweg {
  background-color: #4990e2 !important;
}

.cr-job-statusbar > .onderweg:after {
  border-left-color: #4990e2 !important;
}

.cr-job-statusbar > .bezig {
  background-color: #ffa940 !important;
}

.cr-job-statusbar > .bezig:after {
  border-left-color: #ffa940 !important;
}

.cr-job-statusbar > .onvoltooid {
  background-color: #fc662a !important;
}

.cr-job-statusbar > .onvoltooid:after {
  border-left-color: #fc662a !important;
}

.cr-job-statusbar > .voltooid {
  background-color: #2cbf55 !important;
}

.cr-job-statusbar > .voltooid:after {
  border-left-color: #2cbf55 !important;
}

.cr-job-statusbar > .gecontroleerd {
  background-color: #2f921c !important;
}

.cr-job-statusbar > .gecontroleerd:after {
  border-left-color: #2f921c !important;
}

.cr-job-statusbar > .conceptfactuur {
  background-color: #717171 !important;
}

.cr-job-statusbar > .conceptfactuur:after {
  border-left-color: #717171 !important;
}

.cr-job-statusbar > .gefactureerd {
  background-color: #147af0 !important;
}

.cr-job-statusbar > .gefactureerd:after {
  border-left-color: #147af0 !important;
}

.cr-job-statusbar > .niet_factureren {
  background-color: #147af0 !important;
}

.cr-job-statusbar > .niet_factureren:after {
  border-left-color: #147af0 !important;
}

.status-to_purchase,
.label-to_purchase,
.status-bar > .to_purchase {
  background-color: #d8d8d8;
}
.status-bar > .to_purchase:after {
  border-left-color: #d8d8d8;
}

.label-created,
.status-created,
.status-bar > .created {
  background-color: #d8d8d8;
}
.status-bar > .created:after {
  border-left-color: #d8d8d8;
}

.label-in_progress,
.status-bar > .in_progress {
  background-color: #ffa940;
}
.status-bar > .in_progress:after {
  border-left-color: #ffa940;
}

.label-purchase_in_progress,
.status-bar > .purchase_in_progress {
  background-color: #ffa940;
}
.status-bar > .purchase_in_progress:after {
  border-left-color: #ffa940;
}

.label-delivered,
.status-bar > .delivered {
  background-color: #2cbf55;
}
.status-bar > .delivered:after {
  border-left-color: #2cbf55;
}

.label-purchase_delivered,
.status-bar > .purchase_delivered {
  background-color: #2cbf55;
}
.status-bar > .purchase_delivered:after {
  border-left-color: #2cbf55;
}

.cr-invoice2-statusbar > .concept {
  background-color: #d8d8d8 !important;
}

.cr-invoice2-statusbar > .concept:after {
  border-left-color: #d8d8d8 !important;
}

.cr-invoice2-statusbar > .open {
  background-color: #ffa940 !important;
}

.cr-invoice2-statusbar > .open:after {
  border-left-color: #ffa940 !important;
}

.cr-invoice2-statusbar > .expired {
  background-color: #fc662a !important;
}

.cr-invoice2-statusbar > .expired:after {
  border-left-color: #fc662a !important;
}

.cr-invoice2-statusbar > .paid {
  background-color: #2cbf55 !important;
}

.cr-invoice2-statusbar > .paid:after {
  border-left-color: #2cbf55 !important;
}

.cr-btn-gecontroleerd {
  background-color: #2f921c;
}

.cr-btn-te-factureren {
  background-color: #417505;
}

.cr-btn-gefactureerd {
  background-color: #147af0;
}

.cr-btn-niet_factureren {
  background-color: #147af0;
}

.cr-modal-column-wlc-address {
  text-align: right;
}

.cr-modal-text-link {
  text-decoration: underline;
}

.cr-modal-text-link:hover {
  color: #2a2e3d;
}

.cr-modal-external-edit-icon {
  font-size: 12px;
  padding-top: 3px;
  padding-right: 2px;
  color: #9b9b9b;
  cursor: pointer;
}

.cr-modal-external-edit-icon:hover {
  color: #9b9b9b;
  text-decoration: none;
}

.cr-modal-external-edit-icon-client {
  padding-left: 3px;
}

.cr-modal-column-client-address {
  margin-top: 16px;
}

.cr-modal-column-document-title {
  margin-top: 36px;
  margin-bottom: 36px;
}

.cr-modal-external-edit-icon-right {
  float: right;
  padding-top: 4px;
}

.cr-modal-task-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.cr-modal-column-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-weight: 600;
}

.cr-modal-live-edit-icon {
  font-size: 11px;
  padding-top: 3px;
  padding-right: 2px;
  color: #9b9b9b;
  float: right;
  cursor: pointer;
}

.cr-modal-live-edit-icon-left {
  font-size: 11px;
  padding-top: 3px;
  padding-left: 2px;
  color: #9b9b9b;
  cursor: pointer;
}

.cr-modal-live-edit-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f6f6f6;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 4px;
}

.cr-modal-check {
  float: right;
}

.cr-modal-live-edit-field-gutter {
  padding-left: 2px;
  padding-right: 2px;
}

.cr-modal-live-edit-label-gutter {
  padding-left: 2px;
  padding-right: 2px;
}

.cr-modal-live-edit-singleline {
  min-height: 0px;
  height: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2a2e3d;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 6px;
}

.cr-modal-live-edit-multiline {
  min-height: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2a2e3d;
  padding-left: 5px;
  margin-bottom: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 5px;
}

.cr-modal-live-edit-singleline:active,
.cr-modal-live-edit-singleline:focus,
.cr-modal-live-edit-select:active,
.cr-modal-live-edit-select:focus,
.cr-modal-live-edit-multiline:active,
.cr-modal-live-edit-multiline:focus {
  border-color: #d8d8d8;
}

.cr-modal-live-edit-select {
  border-color: #d8d8d8;
  border-width: 1px;
  border-radius: 2px;
  border-style: solid;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2a2e3d;
  margin-bottom: 6px;
  padding-left: 5px;
  min-height: 0px;
  height: 32px;
}
.cr-modal-live-edit-custom-select {
  border-color: #d8d8d8;
  border-width: 1px;
  border-radius: 2px;
  border-style: solid;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2a2e3d;
  margin-bottom: 6px;
  padding-left: 5px;
  min-height: 0px;
}

.cr-modal-live-edit-check {
  width: 23px;
  height: 23px;
  cursor: pointer;
  margin-top: 5px;
}

.cr-modal-check-image {
  margin-top: -2px;
  width: 14px;
  height: 14px;
  cursor: default;
}

.cr-modal-live-edit-box > .select2 {
  margin-bottom: 6px !important;
  min-height: 30px !important;
}

.cr-modal-live-edit-box > select2 {
  margin-top: 0px !important;
  margin-bottom: 0px;
  min-height: 0px !important;
}

.live-editable:hover {
  background-color: #f7f7f7;
  width: 100%;
  cursor: pointer;
}

.cr-live-editable {
  background-color: #fff;
}

.cr-live-editable:hover {
  background-color: #f7f7f7;
  width: 100%;
  cursor: pointer;
}

.cr-modal-live-edit-row {
  padding-top: 6px;
}

.cr-modal-live-edit-footer {
  text-align: right;
  margin-right: 2px;
}

.cr-modal-live-edit-footer-right {
  float: right !important;
  margin-right: 2px;
}

.cr-modal-live-edit-right-align {
  text-align: right;
}

.cr-modal-live-edit-footer-left {
  margin-left: 2px;
}

.cr-modal-live-edit-attachment-icon {
  width: 16px;
  cursor: pointer;
}

.cr-modal-live-edit-delete-icon {
  cursor: pointer;
  padding-left: 2px;
  padding-right: 3px;
  padding-top: 10px;
  font-size: 12px;
}

.cr-modal-live-edit-unit {
  padding-top: 7px;
  padding-bottom: 7px;
}

.cr-modal-live-edit-label-padding {
  padding-top: 7px;
  padding-bottom: 7px;
}

.cr-modal-live-edit-task-name {
  font-family: "GothamMedium", sans-serif;
  font-size: 12px;
  color: #2a2e3d;
  text-decoration: none;
  font-weight: 400 !important;
  padding-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
}

.cr-modal-live-edit-task-name-job {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1.5;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cr-modal-live-edit-task-name-moment {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "GothamMedium", sans-serif;
  color: #2a2e3d;
  font-size: 13px;
  padding-top: 11px;
  padding-right: 8px;
  padding-left: 8px;
}

.cr-modal-live-edit-dropzone-positioning {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 6px;
}

.cr-modal-live-edit-dropzone {
  min-height: 0px !important;
  width: 100%;
  color: #717171 !important;
  font-size: 12px;
}

.cr-modal-live-edit-document-table {
  padding-left: 2px;
  padding-right: 1px;
  margin-bottom: 6px !important;
}

.cr-modal-live-edit-document-row {
  padding: 8px !important;
  font-size: 12px !important;
}

.cr-modal-live-edit-no-document {
  margin-bottom: 0px;
  color: #717171 !important;
  font-size: 12px;
}

.cr-modal-live-edit-custom-field-label {
  padding-top: 7px;
}

.cr-modal-live-edit-appointment-title-row {
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "GothamMedium", sans-serif;
  color: #2a2e3d;
  font-size: 13px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
}

.cr-modal-live-edit-appointment-none {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 0px;
}

.cr-modal-live-edit-appointment-row {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 0px;
}

.cr-modal-live-edit-appointment-row h4.status {
  display: block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 1px;
  margin-bottom: 0px;
}

.cr-modal-no-documents {
  cursor: default !important;
}

.cr-modal-no-documents:hover {
  background-color: #fff !important;
}

.cr-modal-text-not-visible {
  color: #fff !important;
}

.cr-modal-thead {
  padding-top: 11px !important;
  padding-bottom: 10px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.cr-modal-no-moments {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.cr-modal-picture-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.cr-modal-picture-title-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "GothamMedium", sans-serif;
  color: #2a2e3d;
  font-size: 13px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
}

.cr-modal-picture-none {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
}

.invoice-logo {
  max-height: 100px;
  max-width: 100%;
}

.status-links select {
  margin: 0px;
  padding: 0px 6px;
  line-height: 16px;
  font-size: 12px;
  height: 26px;
  width: 150px;
}

.label-paid {
  background-color: #2cbf55 !important;
}

.cr-modal-live-edit-label-padding {
  padding-top: 7px;
  padding-bottom: 7px;
}

.cr-modal-live-edit-label-left-padding {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 2px;
}

.align-right {
  text-align: right;
}

/*CSS for Job Modal material label and edit fields*/

.cr-job-material-live-edit-check {
  width: 3.5% !important;
}

.cr-job-material-live-edit-name {
  width: 36% !important;
}

.cr-job-material-live-edit-name-big {
  width: 61% !important;
}

.cr-job-material-live-edit-number {
  width: 17% !important;
}

.cr-job-material-live-edit-amount {
  width: 7% !important;
}

.cr-job-material-live-edit-unit {
  width: 8% !important;
}

.cr-job-material-live-edit-price {
  width: 9% !important;
  text-align: right;
}

.cr-job-material-live-edit-total {
  width: 8% !important;
  text-align: right;
  padding-right: 8px;
}

.cr-job-material-live-edit-vat {
  width: 9% !important;
}

.cr-job-material-live-edit-subtotal {
  width: 82.5% !important;
}

.cr-job-material-live-edit-subtotal-row {
  padding-top: 4px;
  padding-bottom: 8px;
  font-weight: 600;
}

.cr-job-material-row-item {
  width: 98% !important;
}

.cr-job-material-row-edit-icon {
  width: 2% !important;
}

.cr-job-material-name {
  width: 43% !important;
}

.cr-job-material-name-big {
  width: 66% !important;
}

.cr-job-material-number {
  width: 17% !important;
}

.cr-job-material-amount {
  width: 7% !important;
}

.cr-job-material-unit {
  width: 8% !important;
}

.cr-job-material-price {
  width: 9% !important;
  text-align: right;
}

.cr-job-material-total {
  width: 8% !important;
  text-align: right;
}

.cr-job-material-vat {
  width: 7% !important;
  text-align: right;
}

.cr-job-material-subtotal {
  width: 84% !important;
}

.cr-job-material-subtotal-row {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
}

/*CSS for Job Modal moment label and edit fields*/

.cr-job-moment-live-edit-timetype {
  width: 10%;
}

.cr-job-moment-live-edit-costcenter {
  width: 28%;
}

.cr-job-moment-live-edit-assignee {
  width: 28%;
}

.cr-job-moment-live-edit-assignee-big {
  width: 54%;
}

.cr-job-moment-live-edit-date {
  width: 10%;
}

.cr-job-moment-live-edit-starttime {
  width: 6%;
}

.cr-job-moment-live-edit-endtime {
  width: 6%;
}

.cr-job-moment-live-edit-pausetime {
  width: 6%;
}

.cr-job-moment-live-edit-totaltime {
  width: 6%;
}

.cr-job-moment-live-edit-price {
  width: 9%;
  text-align: right;
}

.cr-job-moment-live-edit-totalprice {
  width: 9%;
  text-align: right;
}

.cr-job-moment-live-edit-vat {
  width: 8% !important;
  text-align: right;
}

.cr-job-moment-live-edit-subtotal {
  width: 82.5% !important;
}

.cr-job-moment-live-edit-subtotal-row {
  padding-top: 4px;
  padding-bottom: 8px;
  font-weight: 600;
}

.cr-job-moment-row-item {
  width: 98% !important;
}

.cr-job-moment-row-edit-icon {
  width: 2% !important;
}

.cr-job-moment-timetype {
  width: 11% !important;
}

.cr-job-moment-costcenter {
  width: 14% !important;
}

.cr-job-moment-assignee {
  width: 22% !important;
}

.cr-job-moment-assignee-big {
  width: 44% !important;
}

.cr-job-moment-date {
  width: 10% !important;
}

.cr-job-moment-time {
  width: 17% !important;
}

.cr-job-moment-price {
  width: 9% !important;
  text-align: right;
}

.cr-job-moment-totalprice {
  width: 8% !important;
  text-align: right;
}

.cr-job-moment-vat {
  width: 8% !important;
  text-align: right;
  padding-left: 4px;
}

.cr-job-moment-subtotal {
  width: 84% !important;
}

.cr-job-moment-subtotal-row {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
}

.cr-job-price-field {
  text-align: right;
}

.cr-job-price-total-row {
  width: 98% !important;
  padding-top: 16px;
}

.cr-job-price-total-subtotal-label {
  width: 84% !important;
}

.cr-job-price-total-subtotal-price {
  width: 8% !important;
}

.cr-job-price-total-subtotal-row {
  padding-top: 4px;
  padding-bottom: 2px;
  font-weight: 600;
}

.cr-job-price-total-vat-row {
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
}

.cr-job-price-total-total-row {
  padding-top: 2px;
  padding-bottom: 4px;
  font-weight: 600;
}

/* Remove the up/down arrows to increase/decrease number values from inputs
with the type set to number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* CSS for Invoice Modal live edit row */

.cr-invoice-live-edit-position-label {
  width: 25px;
}

.cr-invoice-live-edit-position {
  width: 25px;
}

.cr-invoice-live-edit-amount {
  width: 12%;
}

.cr-invoice-live-edit-amount-label {
  width: 12%;
}

.cr-invoice-live-edit-description {
  width: 48%;
}

.cr-invoice-live-edit-lineprice {
  width: 12%;
}

.cr-invoice-live-edit-totalprice {
  width: 12%;
}

.cr-invoice-live-edit-vat {
  width: 10%;
}

.cr-invoice-live-edit-delete {
  width: 18px;
}

.cr-invoice-live-edit-subtotal.editing {
  width: 73%;
}

.cr-invoice-live-edit-subtotal {
  width: 75%;
}

.cr-invoice-live-edit-total-gutter {
  width: 63%;
}

.cr-invoice-live-edit-total-gutter.editing {
  width: 60%;
}

.cr-padding-right-input {
  padding-right: 5px;
}

select[disabled] + span,
select[disabled] + span > span > span > span {
  background-color: #d8d8d8;
  cursor: not-allowed !important;
  pointer-events: all;
}

/* width of invoice live edit row */

.cr-invoice-read-amount {
  width: 20% !important;
}

.cr-invoice-read-description {
  width: 40% !important;
  word-break: break-all;
}

.cr-invoice-read-lineprice {
  width: 13% !important;
}

.cr-invoice-read-totalprice {
  width: 11% !important;
}

.cr-invoice-read-vat {
  width: 7% !important;
}

.cr-invoice-read-icon {
  width: 33px !important;
}

.cr-invoice-read-main-total {
  width: 13% !important;
}

/* end of width of invoice rows */

.cr-invoice-live-edit-delete-icon {
  cursor: pointer;
  font-size: 12px;
  padding-top: 7px;
  padding-left: 4px;
}

.cr-invoice-live-edit-subtotal-row {
  padding-top: 8px;
  padding-bottom: 4px;
  font-weight: 600;
  padding-right: 0px;
}

.cr-invoice-live-edit-section-description {
  margin-bottom: 12px;
}

.cr-invoice-article-row,
.cr-order-article-row {
  border-bottom: 1px solid #dee2e6;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cr-invoice-article-title-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
}

.cr-proposal-article-title-row,
.cr-order-article-title-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
}

.cr-invoice-live-edit-vat-row {
  padding-top: 4px;
  padding-bottom: 4px;
}

.cr-invoice-live-edit-total-row {
  padding-top: 8px;
  font-weight: 600;
  border-top: 1px solid #dee2e6;
  margin-top: 4px;
}

.cr-document-date-block,
.cr-invoice-date-block {
  margin-top: 32px;
}

.cr-invoice-document-title {
  margin-top: 36px;
}

.cr-invoice-section-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-weight: 600;
}

.cr-invoice-live-edit-section {
  margin-top: 36px;
}

.cr-invoice-live-edit-subtotal-row-padding {
  padding-top: 6px;
}

.cr-invoice-main-total {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #2a2e3d;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-weight: 600;
  height: 22px;
}

.cr-invoice-main-subtotal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 2px;
  margin-bottom: 6px;
  height: 22px;
}

.cr-invoice-main-total-section {
  margin-top: 36px;
}

.cr-purchase-block {
  margin-top: 36px;
  margin-bottom: 36px;
}

.cr-purchase-email-modal input[type="radio"] {
  width: auto;
}

.cr-document-header-block {
  margin-top: 36px;
  margin-bottom: 0px;
}

.cr-document-footer-block {
  margin-bottom: 12px;
}

.cr-proposal-section-header {
  font-weight: 600;
}

.cr-proposal-section-header-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 6px;
  padding-top: 2px;
}

/* ==========================================================================
JOB / WORKER EVENT CREATE
========================================================================== */

.cr-worker-event-type {
  margin-bottom: 15px;
}

textarea[id="id_description"],
textarea[id="id_job-description"] {
  margin-bottom: 15px;
}

.cr-job-worker-event-switch {
  margin-bottom: 20px;
  padding-top: 5px;
  cursor: pointer;
}

.cr-job-no-bullits {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.cr-job-add-value-button {
  width: 30px;
  height: 38px;
  background-color: #2a2e3d;
  margin-bottom: 15px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: -1px;
}

.cr-job-add-value-button:hover {
  background-color: #9b9b9b;
}

.cr-job-add-value-icon {
  font-size: 12px;
  color: #fff;
  padding-top: 13px;
  padding-left: 9px;
}

span[role="status"] {
  display: none;
}

.cr-job-modal {
  width: 400px;
}

.cr-job-modal-border {
  border: 0px;
}

.cr-job-modal-save-btn {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.main-sub-modal {
  width: 400px;
}

.dynamic-modal.cr-job-modal.open {
  width: 800px;
  max-width: 800px !important;
}

.dynamic-modal.open .main-sub-modal,
.dynamic-modal.open .sub-modal {
  display: block !important;
  width: 400px !important;
}

.dynamic-modal .main-sub-modal,
.dynamic-modal .sub-modal {
  float: left;
}

.dynamic-modal .sub-modal,
.dynamic-modal .sub-modal .tab-pane {
  display: none;
}

.dynamic-modal .sub-modal .tab-pane.open {
  display: inherit;
}

.cr-job-modal-title {
  padding-top: 24px;
  padding-bottom: 20px;
}

.cr-job-sub-modal-title-primairy {
  padding-top: 20px;
  padding-bottom: 8px;
  text-align: center !important;
  font-size: 16px;
}

.cr-job-sub-modal-title-secondairy {
  padding-top: 20px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 16px;
}

.cr-job-modal-body {
  overflow: scroll;
}

.sub-modal {
  background-color: #f6f6f6;
}

.sub-modal > .modal-header {
  border-bottom: 0px;
  padding: 0px;
  justify-content: center;
}

.sub-modal > .modal-footer {
  padding-bottom: 20px;
  border-top: 0px;
}

.cr-job-sub-modal-cancel {
  margin-right: 0px;
}

.ui-state-active a.cr-job-add-value-button {
  background-color: #fc662a;
}

.slightlygrey {
  background-color: #f1f1f1;
}

.cr-job-sub-modal-margin {
  margin-top: 24px;
  margin-bottom: 10px;
}

.cr-job-email-to-address {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding: 5px;
}

input[id="id_to_addresses_tag"] {
  padding-left: 5px;
}

/* ==========================================================================
JOB INVOICE (INVOICE OLD)
========================================================================== */

.cr-jobinvoice-table {
  border: 0px;
}

.cr-jobinvoice-table-header {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.cr-jobinvoice-table-row {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  cursor: default;
}

.cr-jobinvoice-table-row-no-border {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  cursor: default;
  border-top: 0px !important;
}

.cr-jobinvoice-button-product {
  width: 100%;
  background-color: #2a2e3d;
  color: #fff;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.cr-jobinvoice-button-product:hover {
  color: #fff;
  text-decoration: none;
}

.cr-jobinvoice-icon-product {
  float: right;
  color: #fff;
  font-size: 20px;
  padding-right: 4px;
}

.cr-jobinvoice-modal {
  width: 400px;
}

.cr-jobinvoice-main-sub-modal {
  width: 400px;
}

.cr-jobinvoice-sub-modal {
  background-color: #f6f6f6;
}

.dynamic-modal.cr-jobinvoice-modal.open {
  width: 1300px;
  max-width: 1300px !important;
}

.dynamic-modal.open .cr-jobinvoice-main-sub-modal {
  display: block !important;
  width: 400px !important;
}

.dynamic-modal.open .cr-jobinvoice-sub-modal {
  display: block !important;
  width: 900px !important;
}

.dynamic-modal.open .cr-jobinvoice-modal-content {
  display: block !important;
}

.dynamic-modal .cr-jobinvoice-main-sub-modal,
.dynamic-modal .cr-jobinvoice-sub-modal {
  float: left;
}

.dynamic-modal .cr-jobinvoice-sub-modal,
.dynamic-modal .cr-jobinvoice-sub-modal .tab-pane {
  display: none;
}

.dynamic-modal .cr-jobinvoice-sub-modal .tab-pane.open {
  display: inherit;
}

.cr-jobinvoice-sub-modal-margin {
  margin-top: 12px;
  margin-bottom: 10px;
}

.cr-jobinvoice-sub-modal-body {
  min-height: 746px;
}

.cr-jobinvoice-input-small {
  max-width: 100px !important;
}

.cr-jobinvoice-column-description {
  min-width: 360px;
}

/* ==========================================================================
TRACK AND TRACE
========================================================================== */

.cr-trackandtrace {
  cursor: grab;
  height: calc(100vh - 92px);
}

.cr-trackandtrace a[href^="http://maps.google.com/maps"],
.cr-trackandtrace a[href^="https://maps.google.com/maps"],
.cr-trackandtrace a[href^="https://www.google.com/maps"] {
  display: none !important;
}

.cr-trackandtrace .gmnoprint,
.cr-trackandtrace .gm-svpc,
.cr-trackandtrace .gm-style-mtc {
  display: none;
}

/* ==========================================================================
DAYSTATE
========================================================================== */

.cr-daystate-list-button-gutter {
  margin-left: 5px;
}

.cr-daystate-modal-width {
  max-width: 800px;
}

.cr-daystate-modal {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  padding-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
}

.cr-daystate-modal-button-verify {
  background-color: #2cbf55;
  width: 150px;
  margin-right: 2px;
  margin-bottom: 0px;
}

.cr-daystate-modal-button-verify-sm {
  background-color: #2cbf55;
  margin-bottom: 2px;
  margin-top: 12px;
}

.cr-daystate-modal-input-gutter {
  padding-left: 2px;
  padding-right: 2px;
}

.cr-daystate-modal-input-text {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 6px;
}

.cr-daystate-modal-title {
  padding-left: 2px;
  padding-top: 6px;
}

.cr-daystate-modal-day-title {
  padding-left: 2px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.cr-daystate-modal-week-total {
  padding-left: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 100;
}

.cr-daystate-modal-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 2px;
  margin-right: 2px;
}

.cr-daystate-modal-divider:last-child {
  border-bottom: 0px;
}

.cr-daystate-modal-divider-total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  margin-bottom: 12px;
}

/* ==========================================================================
REQUEST JOB
========================================================================== */

.cr-modal-request-job {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}

/* ==========================================================================
TRIAL
========================================================================== */

.cr-modal-trial-create {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}

.cr-trial-question-wizard {
  margin-top: 50px;
}

.cr-trial-question-row {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #fff;
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2a2e3d;
  line-height: 1;
}

.cr-trial-question-radio {
  margin-bottom: 0px;
  margin-top: 4px;
}

.cr-trial-question-text {
  margin-bottom: 0px;
  padding-top: 2px;
}

.cr-trial-question-text-second {
  margin-bottom: 0px;
}

.cr-trial-question-row {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.cr-trial-question-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 16px;
}

.cr-trial-question-checkbox {
  margin-top: 2px !important;
  margin-bottom: 0px;
  float: right;
}

.cr-trial-question-row-checkbox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

cr-trial-question-label {
  cursor: pointer;
}

.cr-trial-question-row-icon {
  float: right;
  color: #fc662a;
  font-size: 19px;
  padding-bottom: 1px;
}

.cr-trial-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.cr-trial-subtitle {
  line-height: 1.5;
}

.cr-trial-steps {
  list-style: none;
}

.cr-trial-steps-icon {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.25);
}

.cr-trial-steps-icon-button {
  cursor: default;
  border-color: #f6f6f6 !important;
}

.cr-trial-steps-icon-button:hover,
.cr-trial-steps-icon-button:active {
  border-color: #f6f6f6 !important;
}

.cr-trial-steps-icon-first {
  padding-left: 0px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.cr-trial-steps-icon-second {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.cr-trial-steps-icon-third {
  padding-left: 4px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.cr-trial-steps.active .cr-trial-steps-icon {
  color: #fc662a;
}

.cr-trial-expired-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.cr-trial-expired-image {
  width: 150px;
}

.cr-trial-questions-next {
  transition: none;
  background-color: #fc662a;
  border-width: 0px;
  border-radius: 2px;
  font-family: "GothamBook", sans-serif;
  color: #fff;
  font-size: 14px;
  height: 40px;
  margin-top: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 36px;
  padding-right: 36px;
}

/* ==========================================================================
STATUS LABELS
========================================================================== */

.label {
  display: block;
  width: 130px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 1px;
  cursor: default;
}

.cr-timeline-item .label {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  height: 17px;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 2px;
  margin-left: 3px;
  width: unset;
}

.cr-jobinvoice-label {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 1px;
  height: 26px;
}

.label-in_te_plannen,
.label-added,
.label-concept {
  background-color: #d8d8d8 !important;
}

.label-added:after {
  border-left-color: #d8d8d8 !important;
}

.label-gepland,
.label-ingevuld,
.label-busy,
.label-daystate-entered,
.cr-modal-live-edit-appointment-row h4.status.gepland {
  background-color: #2a2e3d !important;
}

.label-busy:after {
  border-left-color: #2a2e3d !important;
}

.label-gereserveerd,
.cr-modal-live-edit-appointment-row h4.status.gereserveerd {
  background-color: #9b9b9b !important;
}

.label-inuitvoering,
.label-open,
.gestopt,
.label-gestopt,
.label-bezig,
.label-gepauzeerd {
  background-color: #ffa940;
}

.label-onderweg,
.label-aangekomen {
  background-color: #4990e2;
}

.label-onvoltooid,
.label-expired,
.cr-modal-live-edit-appointment-row h4.status.onvoltooid {
  background-color: #fc662a !important;
}

.label-voltooid,
.label-betaald,
.label-daystate-verified,
.cr-modal-live-edit-appointment-row h4.status.voltooid,
.status-betaald {
  background-color: #2cbf55 !important;
}

.label-completed:after {
  border-left-color: #2cbf55 !important;
}

.label-gecontroleerd,
.label-verified {
  background-color: #2f921c !important;
}

.label-verified:after {
  border-left-color: #2f921c !important;
}

.label-denied {
  background-color: #e84646;
}

.label-accepted {
  background-color: #2cbf55;
}

.label-entered {
  background-color: #2a2e3d !important;
}

.label-invoiceable {
  background-color: #417505 !important;
}

.label-invoiceable:after {
  border-left-color: #417505 !important;
}

.label-concept-factuur,
.label-conceptfactuur,
.status-concept,
.cr-jobinvoice-status.label-concept {
  background-color: #717171 !important;
}

.label-gefactureerd,
.label-niet_factureren,
.label-invoiced {
  background-color: #147af0 !important;
}

.label-invoiced:after {
  border-left-color: #147af0 !important;
}

.label-closed,
.cr-btn-color-closed {
  background-color: #800ace !important;
}

.label-closed:after {
  border-left-color: #800ace !important;
}

/* ==========================================================================
PDF
========================================================================== */

.cr-pdf-width-50 {
  width: 50%;
}

/* ==========================================================================
ELEMENTS PAGE HEADER
========================================================================== */

.cr-page-header {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #fff;
}

.cr-page-header-border {
  padding-top: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.cr-page-header-button {
  padding-top: 2px;
  margin-bottom: 16px;
}

.cr-page-title {
  margin-bottom: 15px;
  padding-top: 4px;
}

/* ==========================================================================
ELEMENTS MODALS
========================================================================== */

.cr-modal-xl {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  min-height: 1000px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cr-modal-l {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cr-modal-m {
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.modal-content {
  border-radius: 0px;
}

.cr-modal-xwide {
  max-width: 1300px !important;
}

.cr-modal-wide {
  max-width: 1100px !important;
}

.cr-modal-thin {
  max-width: 400px !important;
}

.cr-modal-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cr-modal-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.cr-modal-btn-margin {
  margin-left: 20px;
  margin-right: 20px;
}

.cr-modal-height {
  min-height: 80vh;
}

.modal {
  overflow-y: auto !important;
}

/* ==========================================================================
PORTAL STYLING
========================================================================== */

.cr-portal-nav-logout-icon {
  font-size: 13px;
  margin-top: 10px;
  margin-left: 6px;
}

.cr-portal-client-nav-logout-icon {
  font-size: 13px;
  margin-top: 7px;
  margin-left: 6px;
}

.cr-portal-nav-name-right-menu {
  padding-right: 4px;
  line-height: 14px;
}

.cr-portal-nav-link-right-menu {
  padding-top: 8px;
  padding-bottom: 9px;
}

.cr-portal-nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

.cr-portal-nav-title {
  color: #fff;
  font-size: 20px;
}

.cr-portal-nav-item-right-menu {
  padding-left: 8px;
  padding-right: 8px;
}

.cr-portal-location-title {
  text-decoration: underline !important;
}

.cr-browser-location-searchbar input {
  margin-bottom: 0px;
}

.cr-portal input:focus {
  border-color: #c1c1c1 !important;
}

.cr-portal-btn-l-sm {
  margin-top: 22px;
  padding-top: 9px;
}

.selectable-deck-remove {
  cursor: pointer;
  padding-left: 4px;
  color: #9b9b9b;
  font-size: 13px;
}

.selectable-deck-item {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1.5;
  word-wrap: break-word;
}

.selectable-deck-bottom {
  padding-left: 0px;
}

/*Styling of djselectable / search dropdowns*/

.ui-helper-hidden-accessible {
  display: none;
}

ul.ui-autocomplete {
  z-index: 99999 !important;
  max-height: 200px;
  padding: 7px;
  /*  margin: 0 0 0 3px;*/
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid #d8d8d8;
  background-color: #fff;
  width: 152px;
}

ul.ui-autocomplete li {
  /*  padding-left: 2px;*/
  line-height: 20px;
  list-style: none;
  display: list-item;
  background-image: none;
}

ul.ui-autocomplete li a {
  color: #2a2e3d;
  padding: 6px 8px 6px;
  display: block;
  border-radius: 3px;
  /*  max-height: 44px;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.ui-autocomplete li:hover a {
  color: #fff;
  background-color: #2a2e3d;
  cursor: pointer;
  text-decoration: none;
}

ul.ui-autocomplete li i {
  color: #fc662a;
}

ul.ui-autocomplete li a .highlight {
  color: #fc662a;
}

ul.ui-autocomplete li .sub {
  display: block;
  font-style: italic;
}

li.ui-menu-item {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d !important;
}

.popover-buttons .cr-btn-xs {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 13px;
  border-color: #2a2e3d;
}

.popover-buttons .cr-btn-cancel {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 13px;
}

.popover-buttons .cr-btn-save {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 13px;
  float: right;
}

.bs-popover-bottom {
  padding-bottom: 0px;
  padding-top: 0px;
}

.popover-header {
  font-family: "GothamMedium", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
  border-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 0px;
  padding-top: 12px;
  text-align: center;
}

.popover-body {
  font-family: "GothamBook", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  padding-top: 1opx;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.popover-buttons {
  padding-top: 10px;
  text-align: left;
}

.cr-input-height-38 input {
  max-height: 38px;
}

.cr-search-address-divider {
  height: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
}

.cr-search-address-divider-2 {
  height: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 17px;
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
}

.cr-search-address-label {
  text-align: center;
  padding-bottom: 10px;
  margin-left: 5px;
}

.input-daterange input {
  text-align: left !important;
}

.cr-proposal-client-add-new {
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center !important;
  margin-bottom: 0px;
  font-size: 16px;
}

.cr-proposal-client-add-new-divider {
  height: 0;
  margin-top: 9px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
}

.cr-no-border-right {
  border-right: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-bottom: 0px !important;
}

.cr-product-selector-button {
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 7px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  margin-left: -4px !important;
  cursor: pointer;
}

.cr-product-selector-search-row {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  background-color: #fff;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 98%;
}

.cr-product-selector-box {
  font-size: 12px;
}

.cr-product-selector-search-category {
  padding-left: 3px;
  padding-right: 1px;
}

.cr-product-selector-search-bar {
  padding-left: 1px;
  padding-right: 3px;
}

.cr-product-selector-search-category .select2-container {
  margin-bottom: 0px !important;
}

.cr-product-selector-search-bar .cr-modal-live-edit-singleline {
  margin-bottom: 0px !important;
}

.cr-product-selector-product {
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
}

.cr-product-selector-product:hover {
  background-color: #fafbfc;
  cursor: pointer;
}

.cr-product-selector-product-price {
  text-align: right !important;
  padding-top: 0px;
  padding-right: 6px;
  font-size: 13px;
}

.cr-font-weight-700 {
  font-weight: 700;
}

.cr-combination-product-delete {
  cursor: pointer;
  padding-top: 9px;
}

.cr-combination-product-row-total {
  padding-top: 9px;
}

.cr-combination-product-subtotal {
  padding-top: 5px;
}

.alert-dismissible .close {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 0px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 2;
}

.bootstrap-datetimepicker-widget table th {
  font-family: "GothamMedium", "Open Sans", "Sans serif" !important;
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
  color: #9b9b9b;
}

.bootstrap-datetimepicker-widget table td i {
  margin: 0px !important;
}

.bootstrap-datetimepicker-widget a[data-action] {
  border: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 2px !important;
}

.bootstrap-datetimepicker-widget {
  min-width: 5rem !important;
}

.bootstrap-datetimepicker-widget table td.separator {
  width: 12px !important;
}

.bootstrap-datetimepicker-widget a {
  color: #2a2e3d;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9000;
  height: 200px;
  font-size: 100;
}

.spinner img {
  height: 100%;
}

.cr-postal-search-job > #searchResultsLocationTab,
.cr-postal-search-job > #searchResults {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 100%;
}

.cr-postal-search-job > #searchResultsLocationTab div.row,
.cr-postal-search-job > #searchResults div.row {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1;
  padding-left: 4px;
  padding-right: 4px;
}

.cr-postal-search-job > #searchResultsLocationTab div.row:hover,
.cr-postal-search-job > #searchResults div.row:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

/* image holder styling */
#modal2 {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: var(--z-index-above-main-modal);
}

.modal .image-holder {
  max-width: 800px;
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 8px;
  background-color: #ffffff;
  margin: 10px auto;
}

.modal .image-holder h5 {
  float: left;
  margin-top: 0;
  font-family: "GothamBook", sans-serif;
  font-size: 13px !important;
  font-weight: normal;
  color: #000000;
  line-height: 1;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.modal .image-holder .close {
  margin-top: -4px;
}

.modal .image-holder img {
  width: 100%;
}
/* end image holder styling */

/* workorder picture tab styling */
.foto {
  min-height: 200px;
  max-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 12px 0;
  display: flex;
}

.foto img {
  max-width: 100%;
  max-height: 200px;
  margin: auto;
  display: block;
  cursor: pointer;
}

.cr-job-image-padding {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}

.cr-document-viewer {
  position: absolute;
  top: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
}

.cr-document-viewer object {
  min-height: 80vh;
  height: 100%;
}

/* end workorder picture tab styling */

.cr-table-no-results {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
}

.dz-drag-hover {
  background-color: #f6f6f6 !important;
}

input[id="select-all-jobs"] {
  margin-bottom: 0px !important;
}

.cr-postal-search-form > #searchResults {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 0px;
  padding-right: 17px;
  min-width: 100%;
}

.cr-postal-search-form > #searchResults div.row {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2a2e3d;
  line-height: 1;
  padding-left: 0px;
  padding-right: 4px;
}

.cr-postal-search-form > #searchResults div.row:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.cr-col-signature img {
  width: 100%;
  height: 150px;
}

.cr-login-form-bottom-link {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #9b9b9b;
}

.cr-login-form-bottom-link:hover {
  text-decoration: none;
  color: #9b9b9b;
}

.cr-password-forget-a {
  color: #fc662a;
}

.cr-password-forget-a:hover {
  color: #fc662a;
}

.init-hide {
  display: none;
}


/* ==========================================================================
Project Milestones CSS
========================================================================== */

.cr-list-handle {
  font-size: 20px;
  color: #d8d8d8;
  cursor: grab;
  vertical-align: middle;
}

.grabbing * {
  cursor: move !important; /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grabbing !important; /* Chrome 1-21, Safari 4+ */
  cursor: -moz-grabbing !important; /* Firefox 1.5-26 */
  cursor: grabbing !important; /* W3C standards syntax, should come least */
}

.ghost {
  /*  opacity: 50%;*/
  background-color: #f6f6f6;
}

.cr-milestone-job.drag.sortable-chosen.ghost {
  background-color: #f6f6f6 !important;
}

table.table-hover.no-sort.milestone-job-table.sortable-chosen.ghost
  .cr-milestone-job {
  background-color: #f6f6f6 !important;
}

td.cr-list-cell {
  vertical-align: middle !important;
  padding-left: 6px;
  padding-right: 6px;
}

.cr-list-cell-text {
  cursor: default;
}

.cr-list-delete-icon {
  padding-top: 0px;
  font-size: 13px;
  cursor: pointer;
  color: #9b9b9b;
  padding-right: 6px;
}

.cr-list-cell-editing {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.cr-list-cell-editing .cr-modal-live-edit-singleline,
.cr-list-cell-editing .cr-modal-live-edit-select2-multiple .select2-container {
  margin-bottom: 0px !important;
}

.cr-list-cell-editing .cr-modal-live-edit-singleline {
  height: 34px;
  font-size: 13px;
  padding-top: 0px;
}

.cr-list-cell-editable:hover {
  text-decoration: underline;
  cursor: text;
}

td.col-handle {
  padding: 0px;
  padding-left: 12px;
  padding-right: 6px;
  vertical-align: middle;
}

#no-milestone-job-table > div,
.milestone-job-table > div {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(100% + 1px);
}

.cr-list-cell-editing.cr-add-milestone-field {
  border-right: 1px solid rgb(222, 226, 230);
}

#vue-project-werkzaamheden > div > div {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(100% + 1px);
}

.cr-milestone-job {
  background-color: #fff;
}

.cr-milestone-job-head {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

#no-milestone-job-table .cr-milestone-title {
  display: none !important;
}

.cr-milestone-handle {
  display: none;
  min-width: 18px;
}

.cr-milestone-delete {
  display: none;
  font-size: 13px;
  cursor: pointer;
  color: #9b9b9b;
  vertical-align: middle;
  float: right;
}

.cr-milestone-title {
  padding-left: 28px !important;
  vertical-align: middle;
  cursor: text;
}

.cr-milestone-job-head:hover .cr-milestone-handle {
  display: inline-block;
}

.cr-milestone-job-head:hover .cr-milestone-delete {
  display: inline-block;
}

.cr-milestone-job-head:hover .cr-milestone-title {
  padding-left: 6px !important;
}

.cr-milestone-add-job {
  padding-left: 42px !important;
  padding-top: 6px !important;
  cursor: pointer;
}

.cr-add-milestone {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  padding-left: 42px !important;
  padding-top: 6px !important;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

#no-milestone-job-table .cr-milestone-job-head {
  padding: 0px;
}

.cr-add-milestone-field {
  padding-left: 34px !important;
  padding-top: 6px !important;
  padding-bottom: 5px !important;
}

.cr-add-milestone-input {
  font-family: "GothamBook", sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  width: 40% !important;
  color: #2a2e3d;
}

.cr-description-editing {
  padding-left: 0px !important;
  width: calc(36% - 3px) !important;
}

.cr-list-cell-check {
  padding-right: 5px !important;
}

#vue-app-project-details .live-editable .cr-modal-live-edit-icon {
  color: #fff;
  float: none;
}

#vue-app-project-details .live-editable:hover .cr-modal-live-edit-icon {
  color: #9b9b9b;
  float: none;
}

#projectlist .project-progress.label {
  padding: 0px;
}

#projectlist .cr-project-progress {
  margin-bottom: 0px;
  margin-top: 0px;
  height: 19px;
  size: 14px;
  font-family: "Gotham", "Open Sans", sans-serif;
}

#projectlist .cr-project-progress-text {
  padding-top: 0px;
}

@media (max-width: 1350px) {
  #gt-nav-search {
    display: none !important;
  }
}

.cr-page-block {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.details-box {
  background-color: white;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.details-box h4 {
  margin: 12px 0 12px 0;
}

.project-details-filter-box#filter-div {
  background-color: white;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.project-hours-total-section {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}

.project-hours-top-total {
  font-weight: bold;
  width: 100%;
}

.load-tab.disabled {
  color: lightgray;
  cursor: no-drop;
}

#matrix_table th,
#matrix_table td {
  border: 1px solid rgb(175, 175, 175);
  padding: 10px;
  margin: 10px;
  min-width: 50px;
  height: 50px;
  text-align: center;
}

#matrix_table {
  display: block !important;
  width: 397px !important;
  height: 305px !important;
  overflow: auto;
}

.price_error {
  text-align: center;
  background-color: red;
  color: white;
}

#matrix_table th:not(.spacer-col) {
  background-color: #f1f1f1;
}

#matrix_table th.spacer-col {
  border-top: 1px solid #ffffff00;
  border-left: 1px solid #ffffff00;
}

@media (min-width: 1050px) {
  #settings-add-modal:not(.small-modal-style) {
    max-width: 865px !important;
  }
}

.no-col-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.css-license-text {
  font-weight: 500;
  /* float: right; */
  margin-top: 16px;
  line-height: 2;
  right: 0;
  text-align: right;
}

table > caption {
  width: 100%;
  text-align: right;
}
.custom-tab-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 12px;
}

.buttonbox {
  width: 2%;
}

#subcontractor-rates-table {
  padding-top: 0px;
  margin-top: 0px !important;
}

tr#no-documents,
tr#no-attachments {
  display: none;
}

tr#no-documents:only-child,
tr#no-attachments:only-child {
  display: table-row;
  /* visibility: visible; */
}

ul.errorlist {
  padding-left: 0px;
  margin-left: 0px;
}

ul.errorlist > li {
  list-style: none;
  color: rgb(255, 83, 83);
}

.integrations-form {
  list-style: none;
  padding-left: 0px;
}
.integrations-form label {
  margin-bottom: 0px;
}
.integrations-form input {
  width: auto;
  margin-right: 20px;
}
.integrations-form label {
  font-family: "GothamMedium", sans-serif;
  font-size: 13px;
  color: #2a2e3d;
  line-height: 1.5;
}

.connection-form {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 12px;
}

.connection-form .help-text {
  display: block;
  font-size: 0.8em;
}

.fa-stack.small {
  font-size: 0.6em;
}
