body {
  background-color: #ebeced;
  color: #697d8a;
  padding-bottom: 20px;
  padding-top: 120px;
}

.container-fluid {
  padding: 0 80px;
}

.centered-area-child {
  margin: 0 auto !important;
  display: block;
}

.centered-area-parent {
  display: flex;
  justify-content: center;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

span:focus {
  outline: none;
}

h1 {
  font-size: 24pt;
  font-weight: 400;
}

h2 {
  font-size: 24pt;
  font-weight: 300;
}

h3 {
  font-size: 18pt;
  font-weight: 400;
}

select {
  cursor: pointer;
}

select:focus {
  outline: none;
}

i:focus {
  outline: none;
}

select option {
  color: #1d262a;
}

p {
  font-size: 14pt;
  font-weight: 400;
}

.p-imp {
  font-size: 14pt !important;
}

a {
  color: #758e9b;
  font-size: 12pt;
}

a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

a[disabled="disabled"] {
  cursor: not-allowed;
  pointer-events: none;
}

.row[disabled="disabled"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

ul li[disabled],
select.noborder[disabled="disabled"] {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

/* Set widths on the form inputs since otherwise they're 100% wide */

/* Carousel */

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

/*BEGIN modal style*/
.close:hover,
.close:focus {
  outline: none;
}

input[disabled]:hover {
  cursor: not-allowed;
  pointer-events: none;
}

button[disabled]:hover {
  cursor: not-allowed;
  pointer-events: none;
}

a[disabled]:hover {
  cursor: not-allowed;
  pointer-events: none;
}

div[disabled]:hover {
  cursor: not-allowed;
  pointer-events: none;
}

.input-width {
  margin-bottom: 20px;
}

.input-width input {
  width: 100%;
}

.input-width textarea {
  width: 100%;
  resize: none;
  height: 80px;
  padding: 10px;
}

@media (max-width: 1300px) {
  .modal-content {
    max-width: 1150px;
  }
}

.modal-content-changed {
  border-radius: 0;
  background-color: #ebeced;
}

.modal-content-changed .input-group {
  margin-bottom: 40px;
  display: block;
  width: initial;
}

.input-item {
  margin-right: 20px;
  display: inline-block;
}
.input-item-narrow {
  width: 110px;
}
.input-item.long-input > input {
  width: 300px;
}
.input-item-narrow .user-datepicker {
  display: unset !important;
}
.input-item-narrow .user-datepicker .input-group-addon {
  display: none;
}
.input-item-narrow .user-datepicker input {
  height: unset;
  width: 109px;
}
.input-item.long-input-input > input {
  width: 300px;
}
.input-item .settings-checkbox {
  display: inline-block;
}
.input-item .vertical-align-super {
  vertical-align: super;
}

.input-vertical-item {
  margin: 15px 10px 20px 0;
  display: block;
}
.input-vertical-item input[type="password"] {
  font: small-caption;
  font-size: 16px;
}
.user-form .input-vertical-item select {
  padding-top: 15px;
  min-width: 200px;
  font-size: inherit;
  font-weight: inherit;
}

.input-picture {
  margin-right: 105px;
  display: inline-block;
}

.input-20 {
  width: 20%;
}

.input-70 {
  width: 70%;
}

.input-item:last-child,
.input-vertical-item:last-child {
  margin: 0;
}

.modal-header-changed,
.modal-footer-changed {
  border: none;
}

.modal-body .user-form form {
  margin-bottom: 40px;
}

.modal-body .user-form .selected {
  display: block;
  margin-top: 40px;
  margin-bottom: 0;
}

.user-form .selected label {
  display: inline-block;
}

.user-form .selected .input-group {
  margin-bottom: 40px;
  display: block;
}

.user-form .selected select {
  border: none;
}

.modal-button {
  color: #fff;
  padding: 18px;
  border: none;
  background-color: #2d3c45;
}

.modal-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.modal-header-icon-btn {
    border: none;
    background: transparent;
    color: #2D3C45;
    display: inline-flex;
    align-items: end;
    cursor: pointer;
}

    .modal-header-icon-btn:hover {
        color: white;
    }

.modal-header-icon-btn .svg-icon {
    display: inline-flex;
    padding-left: 5px;
}

.modal-header-icon-btn[disabled] {
    color: #768D9B;
    cursor: not-allowed;
}

.modal-header-icon-btn:not([disabled]):hover,
.modal-header-icon-btn:not([disabled]):focus {
    color: #3d4f59;
    outline: none;
}

.modal-button-blank {
  padding: 18px;
  border: none;
  color: black;
  background-color: white;
  outline: none;
}

.modal-button-small {
  padding: 8px !important;
}

.modal-button:nth-child(1) {
  margin-right: 18px;
}

.modal-button:last-child {
  margin-right: 0;
}

.modal-button[disabled] {
  background-color: #768d9b !important;
}

.modal-button:hover {
  background-color: #3d4f59;
}

.modal-marg-left {
  margin-left: auto;
}

.modal-button-done[disabled] {
  background-color: #768d9b;
}
.modal-button-done.active {
  background-color: #40a380;
}

.modal-button[disabled]:hover {
  background-color: #768d9b;
}

.modal-button:active {
  background-color: #f76c2f;
}

.modal-button-top {
  min-width: 150px;
  padding: 0 !important;
  height: 95%;
}
.modal-button-top-color {
  color: #fff;
  border: none;
  background-color: #2d3c45;
  outline: 0;
}

.modal-button-top-color[disabled] {
  background-color: #768d9b !important;
  outline: 0;
}

.modal-button-top-color:hover {
  background-color: #3d4f59;
  outline: 0;
}

.modal-footer-changed .modal-button-delete,
.modal-footer-new-task .modal-button-delete {
  background-color: #df5964;
}

.modal-footer-changed[role="button"] {
  cursor: auto;
}

.rowLink {
  text-decoration: underline;
  font-style: normal;
}

.legal-unit-link {
  margin-right: 30px;
  color: #243038;
  width: 200px;
  border: 2px solid #243038;
  text-align: center;
  display: inline-block;
  padding: 20px;
}

.legal-unit-link i {
  width: 100%;
}

.legal-unit-link:hover {
  color: #243038;
}

.legal-unit-link:active {
  background-color: #f76c2e;
  color: #fff;
}

/*BEGIN modal stile new task*/

.new-post-erp-modal .modal-dialog {
  width: 90%;
  height: auto;
  max-height: 100%;
}

.small-task-modal .modal-dialog {
  width: 680px;
}

.new-task-modal .modal-dialog {
  width: 1100px;
}

.export-modal .modal-dialog {
  width: 900px;
}

.new-task-create-modal .modal-dialog {
  width: 1300px;
}

.new-task-create-modal-2 .modal-dialog {
  width: 1492px;
}

.new-user-modal .modal-dialog {
  width: 900px;
}

.setup-initial-modal-window .modal-dialog {
  width: 820px;
  min-height: 420px;
  max-height: 820px;
}
.setup-initial-modal-window .modal-header-new-task .modal-title,
.setup-initial-modal-window .modal-footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.setup-initial-modal-window .modal-content {
  height: 100%;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 17px 58px 117px 58px;
  font-family: "Montserrat", sans-serif;
  color: #253138;
  text-align: left;
  font-weight: 500;
}
.modal-new-task.setup-initial-modal-window .modal-content {
  padding: 17px 28px 117px 28px;
  line-height: 1.8;
}
.setup-initial-modal-window .modal-body {
  padding: 0 !important;
}
.setup-initial-modal-window .modal-title {
  font-size: 1.5em;
  font-weight: 700;
}
.setup-initial-modal-window .modal-footer {
  text-align: center;
  height: 80px;
  background-color: #253138;
}
.setup-initial-modal-window .modal-footer .modal-button,
.setup-initial-modal-window .modal-footer .button-modal-wrapper .modal-button,
.setup-initial-modal-window .modal-button-not-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  height: 60px;
  width: auto;
  justify-content: center;
  padding: 12px;
}
.setup-initial-modal-window .modal-footer .modal-button-done {
  background-color: #40a380;
}
.setup-initial-modal-window .modal-footer .svg-icon,
.setup-initial-modal-window .input-vertical-item .svg-icon {
  margin: 0 10px;
}

.setup-initial-modal-window .modal-footer .button-modal-wrapper .svg-icon,
.setup-initial-modal-window .input-vertical-item .svg-icon {
  filter: invert(100%);
}

.setup-initial-modal-window .modal-footer.transparent {
  position: relative;
  background: transparent;
}

.setup-initial-modal-window .muted * {
  color: #969ca7;
}
.setup-initial-modal-window .setup-details {
  padding-left: 25px;
  position: relative;
}
.setup-initial-modal-window .setup-details hr {
  margin-top: 10px;
  margin-bottom: 0;
}
.setup-initial-modal-window .setup-details .details {
  font-weight: normal;
}

.setup-initial-modal-window .setup-details > span.warning {
  color: #fb7e22;
}

.setup-initial-modal-window .setup-item {
  margin-top: 30px;
}
.setup-initial-modal-window .setup-item > .svg-icon {
  position: absolute;
}
.setup-initial-modal-window .setup-item .input-item {
  margin-top: 15px;
  padding-right: 2px;
}
.setup-initial-modal-window .setup-item span .svg-icon,
.setup-initial-modal-window .setup-item span .fa {
  color: #969ca7;
}
.setup-initial-modal-window .setup-item.single-row {
  margin-top: 5px;
}

.setup-initial-modal-window .input-item select {
  border: none;
  font-weight: 700;
  margin-left: 10px;
}
.setup-initial-modal-window .settings-btn {
  padding: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.setup-initial-modal-window .settings-btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.setup-initial-modal-window .select-wrapper .dropdown-text {
  color: #000;
}

.item-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.item-flex-row .cell {
  display: table-cell;
}

.item-flex-row .cell .modal-button {
  margin-left: 15px;
}

.svg-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.svg-icon.icon-refresh-new {
  background-image: url("../images/Refresh.svg") !important;
  width: 24px;
  height: 19px;
}
    .svg-icon.icon-repeat {
        background-image: url("../images/Repeat.svg") !important;
        width: 24px;
        height: 19px;
    }
.svg-icon.icon-warning {
  background-image: url("../images/Warning.svg") !important;
}
.svg-icon.icon-trash {
  zoom: 150%;
  color: #000000;
}
.svg-icon.scale_0_7 {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
    .svg-icon.scale_1_2 {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
.svg-icon.icon-download {
  -webkit-mask-image: url("../images/Download.svg");
  mask-image: url("../images/Download.svg");
  height: 23px;
  width: 20px;
  filter: none !important;
}
.svg-icon.icon-pluss {
  background-image: url("../images/icon - pluss.svg") !important;
}
.svg-icon.icon-cancel {
  background-image: url("../images/close.svg") !important;
}
.svg-icon.icon-done {
  background-image: url("../images/icon - done.svg");
}
.svg-icon.icon-alert {
  background-image: url("../images/icon - alert.svg");
  width: 20px;
  height: 20px;
}
.svg-icon.icon-alert.red {
  filter: brightness(0) saturate(100%) invert(13%) sepia(84%) saturate(4956%)
    hue-rotate(356deg) brightness(109%) contrast(120%);
}
.svg-icon.icon-next {
  -webkit-mask-image: url("../images/back.svg");
  mask-image: url("../images/back.svg");
  height: 16px;
  width: 9px;
  min-width: 9px;
  transform: rotate(180deg) scale(0.7);
  -ms-transform: rotate(180deg) scale(0.7);
  -webkit-transform: rotate(180deg) scale(0.7);
}
.svg-icon.icon-down {
  -webkit-mask-image: url("../images/back.svg");
  mask-image: url("../images/back.svg");
  height: 16px;
  width: 9px;
  min-width: 9px;
  transform: rotate(270deg) scale(0.7);
  -ms-transform: rotate(270deg) scale(0.7);
  -webkit-transform: rotate(270deg) scale(0.7);
}
.svg-icon.icon-up {
  -webkit-mask-image: url("../images/back.svg");
  mask-image: url("../images/back.svg");
  height: 16px;
  width: 9px;
  min-width: 9px;
  transform: rotate(90deg) scale(0.7);
  -ms-transform: rotate(90deg) scale(0.7);
  -webkit-transform: rotate(90deg) scale(0.7);
}
.svg-icon.small {
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.svg-icon.medium {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.svg-icon.icon-prev {
  -webkit-mask-image: url("../images/back.svg");
  mask-image: url("../images/back.svg");
  height: 16px;
  width: 9px;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
.svg-icon.icon-setting {
  background-image: url("../images/icon - settings.svg");
}
.svg-icon.icon-company.grey {
  background-image: url("../images/company-1.svg");
  background-color: transparent !important;
  width: 21px;
  height: 20px;
}
.svg-icon.white,
svg-icon.white::before,
svg-icon.white:before {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.svg-icon.grey-color {
  background-color: #778e9c;
}
.svg-icon.white-color {
  background-color: #fff;
}
.svg-icon.black-color {
  background-color: #000;
}

.one-line[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.one-line[disabled] .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff !important;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
}
.one-line[disabled]:hover .tooltiptext {
  visibility: visible;
}

.m-b-n2 {
  margin-bottom: -2px;
}

.custom-checkbox {
  position: relative;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60px;
  height: 25px;
  background: #f6f7f9;
  border: 4px solid #f6f7f9;
  transition: 1s;
  border-radius: 100px;
}
.custom-checkbox:focus {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-checkbox:checked {
  border: 4px solid #f6f7f9;
  background: #f6f7f9;
  transition: 1s;
}
.custom-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  width: 33%;
  height: 100%;
  background: #969ca7;
  border-radius: 100px;
  transition: 1s;
  z-index: 1;
}
.custom-checkbox:after {
  content: attr(stateUnCheckedTxt);
  position: absolute;
  height: 100%;
  right: 6px;
  top: 2px;
  font-size: 0.75em;
  color: #969ca7;
}
.custom-checkbox:checked:before {
  content: "";
  background: #40a380;
  position: absolute;
  left: calc(100% - 33%);
  transition: 1s;
  z-index: 1;
}
.custom-checkbox:checked:after {
  content: attr(stateCheckedTxt);
  position: absolute;
  left: 6px;
  top: 2px;
  height: 100%;
  font-size: 0.75em;
  color: #969ca7;
}

.periods-configure-modal-window .modal-dialog {
  width: 650px;
}

.currency-configure-modal-window .modal-dialog {
  width: 1200px;
  height: 680px;
}

#modal-add-user .modal-body {
  min-height: 400px;
}

.taxcodes-verification-modal-window .modal-dialog {
  width: 1200px;
}

#modal-verification-taxcodes .modal-body {
  min-height: 880px;

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #2d3c45;
}

#modal-verification-taxcodes input.ng-invalid {
  border: none;
  border: 1px solid red;
  outline: none;
}

#modal-verification-taxcodes input.warning-outline {
  border: 2px dashed #d58114;
  outline: none;
}

#modal-verification-taxcodes .main-level-text {
  text-transform: capitalize;
  font-weight: 600;
}

#modal-verification-taxcodes .modal-button-add {
  background-color: #3fa380;
  background: #3fa380;
  border-color: #3fa380;
  color: #fff;
}

#modal-verification-taxcodes .modal-button-delete {
  background-color: #3fa380;
}

#modal-verification-taxcodes .row-admin {
  margin-bottom: 5px;
}

#modal-configuration-currency .modal-body {
  min-height: 680px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #2d3c45;
}

#modal-configuration-currency input.ng-invalid {
  border: none;
  border: 1px solid red;
  outline: none;
}

#modal-configuration-currency input.warning-outline {
  border: 2px dashed #d58114;
  outline: none;
}

#modal-configuration-currency .main-level-text {
  text-transform: capitalize;
  font-weight: 600;
}

#modal-configuration-currency .modal-button-add {
  background-color: #3fa380;
  background: #3fa380;
  border-color: #3fa380;
  color: #fff;
}

#modal-configuration-currency .modal-button-delete {
  background-color: #3fa380;
}

#modal-configuration-currency .row-admin {
  margin-bottom: 5px;
}

#modal-configuration-currency input {
}

#modal-configuration-currency input[disabled] {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  cursor: not-allowed !important;
}

#modal-configuration-currency input[disabled]:focus {
  outline: none !important;
  border-color: inherit;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-new-task .modal-body {
  min-height: 200px;
}

.modal-new-task .panel-group {
  margin: 0;
}

.modal-new-task .panel-heading {
  padding: 0;
}

.modal-new-task .panel {
  margin: 0;
  border: none;
}

.modal-new-task .panel-group .panel + .panel {
  margin-top: 0;
}

.modal-new-task .modal-dialog {
  width: 1100px;
}

.modal-new-task .select-container {
  width: 260px;
}

.select-flex-container .select-container-narrow {
  flex: 1;
}

.modal-new-task .select-container .input-group {
  margin: 0;
}

.select-flex-container {
  display: flex;
}
.select-flex-container.tax-code-column {
  justify-content: right;
}

.modal-header-recon-summary {
  background-color: #2d353c;
  height: 30px;
  text-align: center;
  color: white;
}

.modal-header-new-task {
  height: 80px;
  text-align: center;
  background-color: #243038;
}

.modal-header-new-task button {
  color: #fff;
  line-height: 76px;
  margin-right: 15px;
  opacity: 1;
  text-shadow: none;
}

.modal-header-new-task .modal-title {
  color: #fff;
  font-size: 14pt;
  line-height: 76px;
}

.new-task-button-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-task-button-link i {
  margin-right: 10px;
}

.modal-body-new-task {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-wide {
  width: 900px;
}

.new-task-modal .roundedTwo,
.new-task-create-modal .roundedTwo {
  width: unset;
  margin-bottom: 15px;
}

.new-task-modal .roundedTwo input[type="checkbox"],
.new-task-create-modal .roundedTwo input[type="checkbox"] {
  width: 25px;
}

.new-task-modal .roundedTwo input[type="checkbox"]:checked + span:after,
.new-task-create-modal .roundedTwo input[type="checkbox"]:checked + span:after {
  color: #2d3c44;
}

.new-task-modal .roundedTwo span,
.new-task-create-modal .roundedTwo span {
  line-height: 28px;
}

.modal-footer-new-task {
  text-align: center;
  height: 100px;
  background-color: #2d3c44;
}

.modal-footer-new-task .modal-button,
.button-modal-wrapper .modal-button,
.modal-button-not-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  height: 70px;
  width: auto;
  justify-content: center;
}

.modal-footer-new-task .modal-button-done {
  background-color: #3fa380;
}

.modal-button-delete-yesno {
  background-color: #df5964 !important;
}

.button-modal-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  width: 260px;
}

.button-modal-wrapper.modal-info-wrapper {
  width: 130px;
}

.modal-footer-new-task .modal-button i {
  margin-right: 10px;
}

.modal-footer-new-task > span {
  line-height: 70px;
}

.modal-content .collapse-task .new-task-button-link {
  padding: 30px 15px;
  color: #fff;
  background-color: #3d4f59;
  border-bottom: 1px solid #fff;
}

.modal-content .collapse-task .new-task-button-link:hover,
.modal-content .collapse-task .new-task-button-link:focus {
  color: #778e9c;
  text-decoration: none;
}

.workflow-list {
  list-style: none;
}

.workflow-item {
  margin-right: 18px;
  margin-bottom: 20px;
  width: 180px;
  text-align: center;
  display: inline-block;
}

.workflow-link {
  font-size: 12px;
  color: #000;
  display: block;
  padding: 20px 0;
  border: 1px solid #000;
}

.workflow-link-active {
  color: #fff;
  background-color: #2d3c44;
}

.workflow-link:hover {
  color: #fff;
  background-color: #394a54;
}

.workflow-link-active:focus {
  color: #fff;
}

.workflow-link:active {
  color: #fff;
  background-color: #f76c2e;
}

.workflow-link-dashed {
  color: #3d4f59;
  border: 1px dashed #3d4f59;
}

.details-select {
  margin-bottom: 20px;
}

.details-select span {
  font-size: 14pt;
  margin-right: 20px;
}

.details-select select {
  font-size: 14pt;
  color: #000;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.details-input {
  margin-top: 50px;
}

.details-input span {
  display: block;
}

.details-input form {
  position: relative;
  width: 100%;
}

.details-input input {
  width: 90%;
  color: #000;
  font-weight: 600;
  font-size: 14pt;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.details-input a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.details-input textarea::-webkit-input-placeholder {
  font-size: 14pt;
  color: #3d4f59;
}

.user-form textarea {
  padding: 10px;
  width: 100%;
  height: 80px;
  resize: none;
}

.requirement-content {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.row:last-child .requirement-content {
  border: none;
}

.requirement-header {
  position: relative;
  margin-bottom: 20px;
}

.requirement-header-num {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #2d3c44;
}

.requirement-header-num p {
  margin: 0;
  line-height: 40px;
}

.requirement-header-text {
  padding-left: 70px;
  color: #000;
  display: inline-block;
}

.requirement-header-time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.requirement-header-time i {
  margin-right: 10px;
}

.requirement-body-top {
  margin-left: 73px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.requirement-body-top a {
  margin-left: 10px;
  font-size: 14pt;
}

.requirement-body-top p,
.requirement-body-top ul {
  margin: 0;
}

.requirement-body-top ul li {
  list-style: none;
}

.requirement-body-top i {
  margin: 0 5px;
}

.requirement-body-list {
  margin-left: 100px;
  padding: 0;
  list-style: none;
}

.requirement-body-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.requirement-body-item span {
  margin-right: 20px;
}

.requirement-body-item a {
  font-size: 14pt;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.requirement-body-item p {
  margin: 0;
  color: #000;
}

.new-task-content {
  position: relative;
}

.modal-new-task .modal-width-requirement {
  width: 700px;
}

.modal-width-export {
  width: auto;
}

.modal-new-task .modal-width-export {
  width: 750px;
}

.modal-new-task .modal-reset-password {
  width: 400px;
}

.modal-new-task .modal-add-requirement {
  position: absolute;
  overflow: visible;
}

.transform-position-center {
  width: 1100px;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
}
/*END modal stile new task*/
/*END modal stile new task*/
/*END modal style*/
/* begin style header changes*/
.navbar .navbar-default-change {
  background-color: #2d353c;
}

.header-nav-wrapper {
  background-color: #2d353c;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-left: 1em;
  padding-right: 1em;
}

@media (max-width: 767px) {
  .header-nav-wrapper .navbar-header {
    border-bottom: none;
  }
}

.navbar .navbar-default .navbar-brand-logo {
  height: 4em;
}

.header-nav-left-ico {
  opacity: 0.25;
  font-size: 25px;
  margin-right: 8px;
}

@media screen and (max-width: 1550px) {
  .header-nav-left .header-nav-left-text,
  .header-nav-left .header-nav-wide-text {
    display: none;
  }
}

.float-left {
  float: left;
}
.to-right-side {
  float: right;
}

.navbar-collapse-change-right {
  float: right !important;
  margin-top: 10px !important;
}

.navbar-collapse-change-left {
  float: left !important;
  margin-top: 10px !important;
}

.navbar-default .navbar-toggle .icon-bar-change {
  background-color: #fff;
}

.navbar-change-h1-wrapper {
  margin-top: 10px;
  clear: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.navbar-change-h1 {
  color: #fff;
  margin-top: 10px;
}

.navbar-default .header-nav-left li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d353c;
  color: #697d8a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 17px;
}

@media (max-width: 767px) {
  .navbar-default-change .navbar-header-change {
    background: #2d353c;
    border: none;
  }
}

.navbar-default .header-nav-left > .active > a {
  background-color: #2d353c !important;
  color: #fff;
}

.navbar-collapse-change .header-nav-left > .active > a > .header-nav-left-ico {
  opacity: 1;
}

.navbar-default .header-nav-left > li > a:hover,
.navbar-default .header-nav-left > li > a:focus,
.navbar-default .open > a:hover {
  background-color: #3d4f59 !important;
  color: #fff;
  opacity: 1;
}

.navbar-default .header-nav-left > li > a:active {
  background-color: #f76c2f !important;
  color: #fff;
  opacity: 1;
}

.navbar-default .header-nav-left > .active > a:hover,
.navbar-default .header-nav-left > .active > a:focus {
  background-color: #2d353c !important;
  color: #fff;
}

.nav .dropdown .dropdown-toggle-change i,
.nav .dropdown .dropdown-toggle-change span,
.nav .dropdown .dropdown-toggle-change b {
  color: #fff;
}

.header-nav-left li {
  /*margin-right: 10px;*/
}

.header-nav-left li:last-child {
  margin-right: 0;
}

.header-nav-right,
.header-nav-left {
  margin: 0;
}

.header-nav-right {
  margin-left: auto;
}

@media (min-width: 1370px) and (max-width: 1480px) {
  .header-nav-right {
  }
}

.navbar-nav > li.offset {
  left: 8%;
}

.header-new-task {
  margin-right: 20px;
}

.new-task-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 18px;
}

.new-task-button:hover {
  color: #fff;
  background-color: #384855;
}

.new-task-button:active {
  color: #fff;
  background-color: #f25727;
}

.new-task-button:focus {
  color: #fff;
}

.new-task-button i {
  margin-right: 10px;
}

/*drop dawn menu fix*/

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    position: absolute;
  }
}

/*END drop dawn menu fix END*/

/* end style header changes*/

/*begin style task*/

.task-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.task {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.task-row {
  -ms-flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.task-center-line {
  -ms-transform: translateX(2px);
  -webkit-transform: translateX(2px);
  background-color: #fff;
  height: 100%;
  margin-right: 30px;
  opacity: 0.3;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(2px);
  width: 4px;
}

@media (max-width: 992px) {
  .task-center-line {
    display: none;
  }
}

.task-active {
  min-width: 322px;
  height: 100%;
  width: 85%;
}

.task-item {
  height: 80px;
  position: relative;
  background-color: #fff;
  box-sizing: content-box;
  margin-bottom: 30px;
}

.task-item-info {
  height: 55px;
}

.task-heading {
  line-height: 36px;
}

.task-list {
  height: 100%;
  padding-bottom: 60px;
  min-height: 500px;
}

.border-green {
  border-left: 6px solid #3fa380;
}

.border-red {
  border-left: 6px solid #df5a63;
}

.border-blue {
  border-left: 6px solid #3f90c7;
}

.border-green {
  border-left: 6px solid #008000;
}

.border-grey {
  border-left: 6px solid #898e8c;
}

.border-yellow {
  border-left: 6px solid #f0e68c;
}

.border-lime {
  border-left: 6px solid #bfef45;
}

.border-orange {
  border-left: 6px solid #f16a30;
}

.border-right-green {
  border-right: 6px solid #008000;
}

.border-right-white {
  border-right: 6px solid #fff;
}

.task-item-content {
  padding: 10px;
  float: left;
  width: 85%;
}

.task-item-img {
  position: absolute;
}

.task-item-img span {
  font-size: 12px;
}

.task-item-text {
  position: relative;
  margin-left: 25px;
  padding: 0 18px;
}

.task-item-text::after {
  content: "";
  border-right: 1px solid #ebeced;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 10px;
}

.task-item-text p,
.task-item-text span {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.task-item-button {
  float: right;
  width: 15%;
}

.task-item-button-text {
  padding-bottom: 10px;
  display: block;
  text-align: center;
}

.task-item-button-text:hover {
  color: #fff;
  background-color: #384855;
}

.task-item-button-text:active {
  color: #fff;
  background-color: #f25727;
}

.task-item-text .task-item-name {
  display: block;
}

/*begin task-item-named*/

.task-item-named {
  /*height: 80px;*/
}

.task-item-text-mod {
}

.task-item-company-name {
  margin-bottom: 15px;
}

.task-item-user-img {
  border-radius: 50%;
  width: 25px;
}

.task-item-footer {
  margin-top: 5px;
}

.task-item-date {
  float: right;
}

.task-item-footer-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.task-item-named-button-text {
}

.task-item-named-button-text i {
  font-size: 20px;
}

.button-dots {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 20px;
  text-align: center;
}

.dot {
  display: block;
  font-size: 27px;
  line-height: 7px;
}

.task-archive-img {
  display: inline-block;
}

.task-archive-list {
  display: inline-block;
  list-style: none;
  padding-left: 10px;
  width: 350px;
}

.task-archive-text {
  margin: 0;
}

/*end task-item-named*/

/*begin task-item-to-do*/

@media (max-width: 992px) {
  .task-row {
    -ms-flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 20px;
  }

  .task-to-do {
    margin: 0;
  }

  .task-row .task-sort-menu {
    margin-left: 0;
    margin-top: 65px;
  }
}

.task-to-do-container {
  width: 90%;
}

.task-item-to-do {
  width: 95%;
}

.task-item-to-do .task-item-text::after {
  border: none;
}

.task-item-to-do-text-mod {
  border: none;
}

/*end task-item-to-do*/

.task-sort-menu {
  margin-left: 100px;
  margin-top: 65px;
}

.task-menu-list {
  list-style: none;
  padding-left: 0;
}

.task-menu-item {
  margin-bottom: 15px;
  margin-left: 10px;
}

.task-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #2e3c45;
}

.task-menu-link:hover {
  color: #707478;
}

.task-menu-text {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 14px;
  margin-left: 10px;
}

.task-navbar-search {
  position: relative;
  margin-right: 20px;
}

.task-search {
  margin-bottom: 5px;
  position: relative;
}

.task-search-img {
  bottom: 0;
  height: 16px;
  left: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}

.task-search-input {
  padding-left: 30px;
}

.task-archive {
  margin-top: 20px;
}

.task-dropdown-menu {
  right: 0;
  position: absolute;
  top: 0;
  margin: auto;
  margin-right: 0;
  border: 1px solid #718b9b;
  background-color: #fff;
  z-index: 2;
  width: 150px;
}

.task-left {
  left: auto;
}

.task-item .button-dots:hover .task-dropdown-menu {
  display: block;
}

.button-dots-wrapper {
  position: relative;
}

.task-dropdown-menu-list {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}

.task-dropdown-menu-link {
  display: block;
  padding: 4px 15px;
}

.task-dropdown-menu-link:hover {
  background-color: #384855;
  color: #fff;
}

.task-dropdown-menu-link:active {
  background-color: #f25727;
  color: #fff;
}

.task-dropdown-menu-border {
  background-color: #718b9b;
  height: 1px;
  margin: 0 auto 10px;
  width: 180px;
}
/*end style task*/
/*begin style supervisor*/
.users-top {
  background-color: #2e3c45;
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 2;
  height: 90px;
}

.filters-top-import {
  background-color: #2e3c45;
  position: fixed;
  width: 90%;
  top: 65px;
  z-index: 2;
  height: 90px;
  margin-left: 210px;
}

.users-top-reconciliation {
  background-color: #2e3c45;
  position: fixed;
  width: 100%;
  top: 88px;
  z-index: 2;
  height: 70px;
}

.container-fluid-reconciliation {
  padding: 0 30px;
}

.users-company {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 80px;
}

.users-sitemap,
.users-form,
.users-form-list {
  display: inline-block;
  height: 100%;
}

.users-sitemap i {
  color: #243038;
}

.users-sitemap label {
  color: #969da7;
  font-size: 16px;
  margin: 0 20px;
}

.users-sitemap-link {
  color: #768d9b;
  display: block;
}

.users-sitemap-link:hover {
  color: #768d9b;
  text-decoration: none;
}

.users-form {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 30px;
  height: 43px;
}

.users-form i {
  color: #707478;
}

select.users-select {
  height: 100%;
  box-shadow: none;
  font-size: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #40515b;
  border-radius: 0;
  color: #fff;
  transition: none;
}

.task-menu-item select {
  color: #1d262a;
}

.select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*align-content: space-between;*/
}

.select-wrapper .users-form:first-child {
  margin-left: 0;
}

.select-wrapper.regular {
  display: inline-block;
}
.select-wrapper.regular .dropdown-text {
  font-size: 14px;
}
.select-wrapper.regular .dropdown-item {
  font-size: 14px;
  text-align: left;
}

.users-status {
  min-height: 80px;
}

.users-status-item {
  cursor: pointer;
  float: left;
  height: 100%;
  padding: 10px;
  width: 145px;
}

.users-status-text span {
  float: right;
  font-size: 12pt;
  line-height: 1.6;
}

.users-status-text p {
  color: #768d9b;
  display: inline-block;
}

@media (max-width: 1660px) {
  .users-status-text p {
    font-size: 12px;
  }

  .users-status-item-wide {
    width: 140px !important;
  }

  .users-status-item {
    padding: 10px;
    width: 100px;
    margin-top: 6px;
  }
}

@media (max-width: 1300px) {
  .users-status-text p {
    font-size: 10px;
  }

  .users-status-item {
    padding: 10px;
    width: 80px;
  }

  .users-status-item-wide {
    width: 130px !important;
  }
}

.users-status-number {
  font-size: 23px;
  line-height: 1;
}

.users-status-item:hover {
  background-color: #3e4f59;
}

.users-status-item:hover .users-status-text p {
  color: #fff;
}

.status-color-dotted {
  border: 1px dashed #707070;
  color: transparent;
}

.status-color-red {
  color: #de5963;
}

.status-color-lime {
  color: #bfef45;
}

.status-color-yellow {
  color: #f7f298;
}

.status-color-blue {
  color: #3f90c7;
}

.status-color-green {
  color: #40a380;
}

.status-color-orange {
  color: #ffb302;
}

.status-color-white {
  color: #fff;
}

.status-color-gray {
  color: #bcbec0;
}

.users-status-recuring {
  margin-left: 2%;
  max-width: 130px;
}

@media screen and (max-width: 835px) {
  .users-status-recuring {
    margin-left: 0;
  }
}

/*BEGIN users-sort*/

.users-sort {
  margin-top: 80px;
}

.users-sort-wrapper {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.users-sort-select {
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

@media screen and (max-width: 992px) {
  .users-sort-select {
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.users-select-link {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #2e3c45;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.users-text-grey {
  color: #768d9b;
}

.users-select-link i {
  margin: 0 10px 9px 10px;
}

.users-serch {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .users-serch {
    width: 100%;
  }
}

/*END users-sort*/

/*BEGIN users-table*/

.users-table {
  margin-top: 20px;
  overflow: auto;
}

.users-table-list {
  margin: 0 auto;
  width: 100%;
}

.users-table-list th {
  padding: 10px;
}

.resizable th {
  padding: 10px;
  resize: horizontal;
  overflow: hidden;
}

.resizable th::-webkit-resizer {
  visibility: hidden;
  overflow: hidden;
}

.users-table-list td {
  padding: 5px;
}

.users-table-list th {
  background-color: #dad8da;
  color: #2e3c45;
}

.users-table-list th select {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

table.right-border {
  border-collapse: collapse;
}

table.right-border th,
td {
  border-right: 1px solid #2e3c45;
}

table.right-border tr th:last-child,
td:last-child {
  border-right: none;
}

.table-col-1 {
  text-align: center;
}

.table-col-1:focus {
  outline: none;
  border: 0;
}

.table-col-2 {
  min-width: 120px;
}

.table-col-2 i {
  color: #c8c8cb;
  margin: 0 2px;
}

.table-col-link {
  color: #707478;
}

.table-col-link i {
  color: #758e9b;
  font-size: 16px;
  margin-left: 5px;
}

.table-col-link:hover {
  color: #707478;
}

.users-table-list tr {
  background-color: #f3f4f4;
}

.users-table-list tr:nth-child(odd) {
  background-color: #fff;
}

.refresh,
.cog {
  position: relative;
  display: block;
}

.refresh:hover:after {
  background-color: #2e3c45;
  color: #fff;
  content: "Monthly Recurring";
  padding: 5px 10px;
  position: absolute;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 20px;
  width: 150px;
  z-index: 1;
  text-align: center;
}

.refresh:hover:before {
  border: 10px solid transparent;
  border-bottom: 10px solid #2e3c45;
  bottom: 2px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.cog:hover:after {
  background-color: #2e3c45;
  color: #fff;
  content: "Automated Task";
  padding: 5px 10px;
  position: absolute;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 20px;
  width: 150px;
  z-index: 1;
  text-align: center;
}

.cog:hover:before {
  border: 10px solid transparent;
  border-bottom: 10px solid #2e3c45;
  bottom: 2px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.users-table-list tr:last-child .refresh:hover:after {
  top: -32px;
}

.users-table-list tr:last-child .refresh:hover:before {
  border-top: 10px solid #2e3c45;
  border-bottom: none;
  bottom: 12px;
}

.users-table-list tbody tr .users-table-list tr:last-child .cog:hover:after {
  top: -32px;
}

.users-table-list tr:last-child .cog:hover:before {
  border-top: 10px solid #2e3c45;
  border-bottom: none;
  bottom: 12px;
}
/*END users-table*/
/*end style supervisor*/
/*BEGIN accounts*/
.accounts-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accounts-progress-bar {
  margin: 5px 0;
}

.accounts-progress-text {
  color: #5d6f7e;
  margin-bottom: 10px;
}

.bar {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.bar-text-outside {
  padding-left: 10px;
  position: absolute;
  right: -30%;
}

@media screen and (max-width: 992px) {
  .bar-outside {
    padding-left: 0;
  }

  .bar-text-outside {
    padding-left: 0;
    right: inherit;
  }
}

.bar-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.bar-text-red {
  color: #df5964;
}

.bar-text-blue {
  color: #3f90c7;
}

.bar-wrapper {
  display: inline-block;
  width: 70%;
}

.bar-wrapper-outside {
  margin-left: 30%;
}

.bar-red {
  background-color: #df5964;
  height: 10px;
  width: 15%;
}

.bar-blue {
  background-color: #3f90c7;
  height: 10px;
  width: 100%;
}

.accounts-serch {
  margin-top: 10px;
}

.accounts-table {
  margin-top: 20px;
}

.tiny-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 10px;
}

.tiny-scrollbar::-webkit-scrollbar {
  background-color: white;
  width: 6px;
}

.tiny-scrollbar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #758e9b;
  border-radius: 10px;
}

.note-audit {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 3px;
}
.note-list {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  width: 100%;
}
.note-log .note-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.note-log .note-column {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  flex: 1;
}

.note-log .note-double-row {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  flex: 2;
}

.note-log label {
  min-width: 100px;
}

.add-list {
  list-style: none;
}

.add-item {
  display: inline-block;
  margin-right: 10px;
  display: inline;
}

.add-link {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #2d3b44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}

.add-link span {
  margin-left: 5px;
}

.add-link i {
  font-size: 23px;
}

.roundedTwo {
  height: 25px;
  margin: 0 auto;
  position: relative;
  width: 25px;
}

.roundedTwo label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.roundedTwo label span:after {
  bottom: 0;
  content: "\f10c";
  font: normal normal normal 2em/1 FontAwesome;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.roundedTwo input[type="checkbox"] {
  visibility: hidden;
}

.roundedTwo input[type="checkbox"]:checked + span:after {
  bottom: 0;
  color: #f66b2f;
  content: "\f05d";
  /*font: normal normal normal 2em/1 FontAwesome;*/
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.roundedTwo
  input[type="checkbox"]:checked
  .accounts-table
  .accounts-table-list
  tbody
  > .checked-row {
  background: #3d4f59;
}

.roundedTwo label[disabled] {
  color: #c2ced6;
}

label.normalFontSize {
  font-weight: normal !important;
}

.roundedTwo2 {
  height: 25px;
  margin: 0 auto;
  /*position: relative;*/
  width: 25px;
}

.roundedTwo2 label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.roundedTwo2 label span:after {
  bottom: 0;
  content: "\f10c";
  font: normal normal normal 2em/1 FontAwesome;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.roundedTwo2 input[type="checkbox"] {
  visibility: hidden;
}

.roundedTwo2 input[type="checkbox"]:checked + span:after {
  bottom: 0;
  color: #f66b2f;
  content: "\f05d";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.roundedTwo2 input[type="checkbox"][disabled="disabled"]:checked + span:after {
  color: #c2ced6 !important;
}

.roundedTwo2 [disabled="disabled"] * {
  cursor: default;
}

.roundedTwo2
  input[type="checkbox"]:checked
  .accounts-table
  .accounts-table-list
  tbody
  > .checked-row {
  background: #3d4f59;
}

.roundedTwo label[disabled] {
  color: #96afbd !important;
  cursor: default;
  opacity: 1;
}

i[disabled] {
  color: #96afbd !important;
  cursor: default;
  opacity: 1;
}

.accounts-table-list .checked-row:hover {
  background: #3d4f59 !important;
}

.accounts-table-list .checked-row-selection {
  background: #c1c1c1 !important;
}

.accounts-table-list .checked-row:hover td,
.accounts-table-list .checked-row:hover td a,
.accounts-table-list .checked-row:hover td span:not(.svg-icon) {
  color: #fff;
  background: #3d4f59 !important;
}

/*END accounts*/

/*BEGIN sidebar*/

.admin-sidebar {
  background-color: #253138;
  height: calc(100% - 50px);
  left: 0;
  width: 210px;
  position: fixed;
  z-index: 2;
  overflow-y: auto;
  padding-bottom: 50px;
}

.sidebar-content {
  margin: 30px auto 0;
  max-width: 150px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
}

.sidebar-item {
  border-bottom: 1px solid #3d4f59;
}

.sidebar-item.active {
  border-color: #f76c2f;
}

.sidebar-item a {
  color: #fff;
  display: block;
  padding: 5px 0;
}

.sidebar-item a:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-item:hover {
  border-color: #f76c2f;
}

/*END sidebar*/

/*BEGIN user-management style*/

.row-admin {
  margin-bottom: 20px;
}

.margin-bottom-ten {
  margin-bottom: 20px;
}

.management-text,
.management-heading {
  color: #2e3c45;
}

.management-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-bg-white {
  padding-top: 30px;
  background-color: #ebeced;
}

.admin-bg-gray {
  height: 100vh;
  background-color: #fff;
  padding-top: 40px;
}

.user-personal-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}

.profile-date {
  position: absolute;
  right: 15px;
  bottom: -30px;
}

.profile-date p {
  margin: 0;
}

.user-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-foto img,
.user-foto div {
  width: 65px;
  height: 65px;
}

.logged-user-photo {
  background-color: #717171;
  color: white;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  padding: 10px 17px;
}

.user-foto div {
  background-color: #717171;
  color: white;
  font-size: 25px;
  line-height: 65px;
  text-align: center;
}

.user-text {
  margin-left: 20px;
}

.user-text p {
  margin: 0;
}

.user-name {
  color: #1d262a;
  font-weight: 600;
}

.edit-bio a {
  color: #1d262a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edit-bio i {
  margin-right: 5px;
}

.user-form form {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.input-group {
  margin-right: 20px;
  display: inline-block;
}

.timepicker.input-group {
  display: table;
}

.timepicker.date span.input-group-addon {
  visibility: visible;
}

.user-form .input-group {
  margin: 15px;
  display: block;
}

.user-form label {
  margin: 0;
  display: block;
  font-size: 14px;
  color: #969da7;
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

textarea.color-black {
  color: black;
}

.user-form label.color-black {
  color: black;
}

#workflow input,
.user-form input,
.user-form select {
  font-size: 16px;
  color: #1d262a;
  line-height: 0;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #969da7;
}
.user-form .input-vertical-item input {
  font-size: inherit;
  font-weight: inherit;
  min-width: 255px;
  margin-top: 10px;
}
.user-form.compact-view .input-vertical-item input {
  min-width: inherit;
}

.modal-new-task .user-form input.ng-dirty.ng-invalid {
  border: none;
  border-bottom: 1px solid red;
  outline: none;
}

.user-form input[value="BM"] {
  width: 40px;
}

.row-admin-bg-grey {
  position: relative;
}

.row-admin-bg-grey:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ebeced;
}

.management-nav {
  top: -90px;
  position: absolute;
  background-color: transparent;
}

.row .management-nav .management-tab a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14pt;
  font-weight: 600;
  background-color: #ebeced;
  position: relative;
}

.settings-nav.management-nav {
  position: initial;
}

.settings-nav.management-nav .management-tab a {
  background-color: unset;
}

.management-nav .active a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 0 15px;
  height: 100%;
  border-bottom: 1px solid #f76c2f;
}

.row .management-nav .active > a,
.row .management-nav .active > a:hover,
.row .management-nav .active > a:active {
  background-color: #fff;
  color: #333;
}

.management-tab i {
  font-size: 3rem;
  color: #f76c2f;
  margin-right: 5px;
}

.profile-content {
  background-color: transparent;
}

.table-management-wrapper {
  position: relative;
}

.table-management {
  width: 100%;
  bottom: 92px;
  background-color: #3d4f59;
}

.table-management-list {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  list-style: none;
}

.table-management-item {
  display: inline-block;
}
.one-line {
  display: inline-block;
}
.table-management-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-management-link i {
  margin-right: 10px;
}

.table-management-link:hover {
  color: #fff;
  background-color: #3d4f59;
}

.management-menu-list {
  list-style: none;
  padding: 0;
}

.management-menu-item {
  margin-right: 20px;
  display: inline-block;
}

.management-menu-link {
  color: #2e3c45;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.management-menu-link i {
  margin-right: 10px;
}

.management-menu-link[disabled] {
  color: #c2ced6;
}

/*BEGIN modal user-management*/

.modal-body-changed {
  background-color: #fff;
}

.joined-content .joined-user {
  margin-right: 30px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #2e3c45;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.joined-content .joined-user.small {
  margin-right: 10px;
  margin-bottom: 0px;
}

.joined-content .joined-user p {
  margin: 0;
}

.joined-content.regular .joined-user p {
  font-size: 14px !important;
}

.joined-content .joined-user img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.joined-content.regular .joined-user img {
  width: 10px;
  height: 10px;
}

.joined-content .joined-user i {
  color: #2e3c45;
}
.joined-content a[disabled] > i {
  color: #697d8a;
}
.row-border-bottom {
  padding-bottom: 20px;
  border-bottom: 2px solid #ebeced;
}

.warning-text {
  margin-top: 5px;
  font-size: 12px;
  color: #969da7;
}

.warning-text i {
  color: #f76c2f;
}

/*END modal user-management*/

/*END user-management style*/

/*BEGIN team-management*/

.admin-link-wrapper {
  margin-bottom: 20px;
  padding: 13px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-link {
  height: 100%;
  color: #1d262a;
}

.team-link .team-link-text {
  font-size: 12px;
  margin-left: 10px;
}

.bold-text {
  vertical-align: super;
  font-weight: 700;
}

.team-add-icon {
  font-size: 20px;
  margin-right: 10px;
  color: #f76c2f;
}

.team-link-list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.team-link-item {
  padding: 5px 15px;
  text-align: center;
  border-left: 2px solid #969ca7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-link-item i {
  margin-right: 20px;
  color: #969ca7;
}

.team-link-item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #1d262a;
}

.team-link-item span {
  font-weight: 600;
  font-size: 12px;
  color: #969ca7;
}

.add-team-link-text {
  font-weight: 600;
  color: #1d262a;
  margin-left: 30px;
}

.add-team-approver {
  margin-left: 40px;
}

.add-team-approver span {
  margin-right: 20px;
}

.add-team-select {
  margin-bottom: 20px;
  height: auto;
}

.add-team-select .add-team-approver form select {
  border: none;
}

.add-team-approver form select,
.add-team-select .users-form select {
  color: #1d262a;
}

.joined-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.joined-company {
  margin-bottom: 0;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  background-color: #3e90c7;
}

.joined-company a {
  color: #fff;
  font-size: 14pt;
  margin-left: 10px;
}
.joined-company.small a {
  margin-left: 5px;
  margin-top: 4px;
}

.joined-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14pt;
  color: #1d262a;
}

.joined-link span {
  margin-left: 10px;
}

.add-select {
  position: relative;
}

.add-select .add-select-text {
  color: #2d3c44;
}

.add-select .add-select-text:hover {
  color: #2d3c44;
}

.add-select i {
  margin-right: 10px;
}

.add-select select {
  position: absolute;
  padding-left: 42px;
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  -webkit-appearance: none;
}

.options-text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
}

.margin-left-fifty {
  margin-left: 50px;
}

.team-description > span {
  font-size: 15px;
}

.team-description-text {
  line-height: 1.1;
  font-weight: 600;
  margin-top: 5px;
  padding: 10px;
  color: #2e3c45;
  background-color: #fff;
}

/*END Team-managemant*/

/*BEGIN roles-management styles*/

.role-link-text {
  width: 60%;
  margin-right: 30px;
}

.roles-description-text {
  padding-left: 100px;
  position: relative;
  border-left: 1px solid #f76c2f;
}

.roles-description-text i {
  color: #f76c2f;
  position: absolute;
  left: 50px;
  top: 10px;
  transform: translateX(-50%);
}

.roles-description-text a {
  display: block;
  margin-top: 20px;
}

.roles-table tr {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.roles-table td {
  color: #243038;
  padding: 20px 0;
}

.roles-table tr:last-child {
  border-bottom: none;
}

.roles-table th {
  font-weight: 700;
  color: #2e3c45;
  width: 190px;
}
.client-table td {
  padding: 5px;
}
/*END roles-management styles*/
/*BEGIN authentication style*/
::-webkit-input-placeholder {
  color: #768d9b;
  font-size: 14px;
}

::-moz-placeholder {
  color: #768d9b;
  font-size: 14px;
}

/* Firefox 19+ */

:-moz-placeholder {
  color: #768d9b;
  font-size: 14px;
}

/* Firefox 18- */

:-ms-input-placeholder {
  color: #768d9b;
  font-size: 14px;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="password"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="password"]::-webkit-input-placeholder {
  color: #979da8;
  font-size: 13px;
}

input[type="password"]::-moz-placeholder {
  color: #979da8;
  font-size: 13px;
}

/* Firefox 19+ */

input[type="password"]:-moz-placeholder {
  color: #979da8;
  font-size: 13px;
}

/* Firefox 18- */

input[type="password"]:-ms-input-placeholder {
  color: #979da8;
  font-size: 13px;
}

.modal-login-content {
  margin: 0 auto;
  width: 95%;
  max-width: 700px;
  min-width: 320px;
  background-color: #fff;
}

#clerk-auth-wrapper {
  width: 100%;
  text-align: center;
}

.cl-cardBox,
.cl-cardBox.cl-signIn-start {
  display: inline-block;
  width: 85vw !important;
  max-width: 650px !important;
  min-width: 340px;
  margin: 0 auto;
  text-align: left;
}

.cl-modalContent {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.cl-modalContent .cl-rootBox {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}

.cl-modalContent > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.cl-cardBox .cl-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto;
  font-size: 16px;
}

.cl-cardBox .cl-card .cl-headerTitle {
  font-size: 24px !important;
}

.cl-cardBox .cl-card .cl-headerSubtitle {
  font-size: 16px !important;
}

.cl-cardBox .cl-card .cl-formFieldLabel {
  font-size: 16px !important;
}

.cl-cardBox .cl-card .cl-formFieldInput {
  font-size: 16px !important;
}

.cl-cardBox .cl-card input {
  font-size: 16px !important;
}

.cl-cardBox .cl-card .cl-formFieldAction,
.cl-cardBox .cl-card .cl-formFieldActionText,
.cl-cardBox .cl-card .cl-formSubtitle {
  font-size: 16px !important;
}

.cl-cardBox .cl-card .cl-formFieldActionText a,
.cl-cardBox .cl-card .cl-formFieldActionText button,
.cl-cardBox .cl-card .cl-formSubtitle a,
.cl-cardBox .cl-card .cl-formSubtitle button {
  font-size: 16px !important;
}

.cl-cardBox .cl-card .cl-formFieldActionText,
.cl-cardBox .cl-card .cl-formSubtitle {
  line-height: 1.4;
}

.cl-cardBox .cl-card .cl-formSubtitle + .cl-formFieldActionText {
  margin-top: 4px;
}

.cl-cardBox .cl-card .cl-identityPreviewText,
.cl-cardBox .cl-card .cl-identityPreviewEditButton {
  font-size: 16px !important;
  line-height: 1.4;
}

.cl-cardBox .cl-card [class*="identity"],
.cl-cardBox .cl-card [class*="Identity"],
.cl-cardBox .cl-card .cl-identityPreview,
.cl-cardBox .cl-card .cl-identityPreview * {
  font-size: 16px !important;
  line-height: 1.4;
}

.cl-cardBox .cl-card .cl-alternativeMethods,
.cl-cardBox .cl-card .cl-alternativeMethods * {
  font-size: 16px !important;
}

.cl-cardBox .cl-card .cl-footerAction,
.cl-cardBox .cl-card .cl-footerAction * {
  font-size: 16px !important;
}

.cl-cardBox .cl-card .cl-footer,
.cl-cardBox .cl-card .cl-footer * {
  font-size: 16px !important;
  line-height: 1.3;
}
.cl-cardBox .cl-card .cl-formButtonPrimary {
  font-size: 16px !important;
}

.clerk-reopen {
  text-align: center;
  margin-top: 20px;
  min-height: 48px;
}

#clerk-auth-wrapper .cl-rootBox,
#clerk-auth-wrapper .cl-main {
  width: 100% !important;
}

@media (max-width: 768px) {
  .modal-login-content {
    width: 95%;
    max-width: 100%;
    min-width: 0;
  }

  .cl-cardBox,
  .cl-cardBox.cl-signIn-start {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }
}

.modal-login-form form {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-login-form form > input {
  color: #253138;
  font-weight: 600;
  margin-bottom: 40px;
  border: none;
  border-bottom: 1px solid #dad9da;
  background-color: transparent;
}

.modal-login-form form > input,
.login-check {
  width: 70%;
}

.login-check {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.modal-login-footer {
  text-align: center;
}

.remember input[type="checkbox"] {
  visibility: hidden;
}

.remember {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.remember .check-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #253138;
}

.remember input[type="checkbox"]:checked + .check-icon:after {
  content: "\f00c";
  position: absolute;
  top: 2px;
  font: normal normal normal 1.1em/1 FontAwesome;
}

.modal-login-button {
  padding: 10px 20px;
  width: auto;
}

.org-continue-button {
  background-color: #2d3c45;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.org-continue-button:hover:not(:disabled) {
  background-color: #3d4f59;
  color: #fff;
}

.org-continue-button:active:not(:disabled) {
  background-color: #f76c2f;
  color: #fff;
}

.org-continue-button:disabled {
  background-color: #768d9b;
  color: #fff;
  cursor: not-allowed;
}

.modal-login-footer {
  padding-bottom: 40px;
  margin-top: 50px;
}

.modal-footer-text {
  font-size: 12px;
}

.authorize-message {
  padding-bottom: 20px;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  color: #253138;
  font-size: 12px;
  font-weight: 600;
}

.authorize-message i {
  font-size: 20px;
  margin-bottom: 10px;
}

.authorize-form {
  margin-bottom: 20px;
}

.danger-message {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 10px;
  color: #df5a63;
}

.info-circle-wrapper {
  font-size: 16px;
  position: absolute;
  right: 60px;
  top: 0;
}

.info-circle {
  position: relative;
}

.info-circle-text {
  color: #fff;
  width: 300px;
  background-color: #2e3c45;
  display: none;
  position: absolute;
  right: -143px;
  top: 23px;
  padding: 10px;
}

.info-circle-text:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #2e3c45;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-circle-text p {
  font-size: 14px;
  font-weight: 700;
}

.info-circle-text p:nth-child(even) {
  font-weight: 400;
}

.info-circle-text span {
  font-size: 10px;
}

.info-circle:hover .info-circle-text {
  display: block;
}

.circle-blue {
  color: #3f90c7;
}

.circle-red {
  color: #df5a63;
}

.circle-green {
  color: #3fa380;
}

/*END authentication style*/

/*BEGIN business style*/

.business-serch {
  width: 50%;
  margin-bottom: 30px;
}

.business-corporation-head {
  padding-top: 30px;
  border-top: 1px solid #2e3c45;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.business-corporation-head p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #253138;
}

.business-corporation-head i {
  margin-right: 10px;
}

.business-corporation {
  width: 90%;
  margin-left: 10%;
}

.table-td-icons {
  visibility: hidden;
}

.checked-row:hover .table-td-icons {
  visibility: visible;
}

.table-td-icons a {
  display: inline-block;
  margin-right: 20px;
}

.business-corporation .checked-row .table-td-icons a:hover {
  color: #778e9c;
}

/*END business style*/

/*BEGIN Workflow style*/

.workflow-modal-content {
  margin: 20px;
  border-bottom: 2px solid #ebeced;
}

.col-md-9:last-child .workflow-modal-content {
  border: none;
}

.workflow-border {
  width: 40%;
}

.workflow-text {
  border-left: 2px solid #969ca7;
  line-height: 1.2;
  width: 60%;
  padding-left: 20px;
}

.workflow-modal-header-text {
  padding-left: 70px;
  display: inline-block;
}

.workflow-modal-header {
  display: flex;
}

.workflow-modal-header-text p {
  margin: 0;
}

.workflow-modal-list {
  padding-left: 70px;
  list-style: none;
}

.workflow-modal-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.workflow-modal-item i {
  color: #000;
  font-size: 18px;
}

.workflow-modal-item a {
  color: #000;
}

.workflow-modal-item select {
  margin-right: 5px;
  -webkit-appearance: none;
  border: none;
}

.workflow-modal-item > span {
  margin: 0 10px;
}

.remember .workflow-check-icon {
  width: 20px;
  height: 20px;
}

.remember input[type="checkbox"]:checked + .workflow-check-icon:after {
  content: "\f00c";
  font: normal normal normal 1.1em/1 FontAwesome;
  position: absolute;
  top: 2px;
}

.add-step {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.add-step-round {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #969ca7;
}

.add-step:hover .add-step-round:after {
  content: "+";
  color: #fff;
  background-color: #2d3c44;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  position: absolute;
  width: 41px;
  height: 41px;
  top: -2px;
  left: -2px;
  border-radius: 50%;
}

.add-step-text {
  display: none;
}

.add-step:hover .add-step-text {
  display: block;
}

.add-step-body {
  margin-bottom: 30px;
  text-align: center;
}

.workflow-modal-options .workflow-modal-list {
  display: inline-block;
  padding: 0;
}

.workflow-modal-ico-wrapper {
  margin-left: 30px;
  display: inline-block;
}

.workflow-modal-ico-wrapper .cog:hover:after {
  font-size: 12px;
  width: 300px;
  content: "The number of days before a task is flagged as inactive";
}
/*END Workflow style*/

/*BEGIN overview style*/

.info-block {
  position: relative;
  min-height: 500px;
  margin: 40px auto;
  background-color: #2e3c45;
}

.info-block-header {
  height: 60px;
  background-color: #ebeced;
  color: #2d353c;
}

.info-block-header h3 {
  line-height: 60px;
  margin: 0 0 0 20px;
  font-weight: 600;
  display: inline;
}

.info-block-content {
}

.info-block-content h3 {
  font-weight: 600;
  margin: 0;
  padding: 30px;
  color: #74909e;
}

.info-block-content h3 span {
  color: #fff;
}

.red-round-content {
  margin: 40px 0;
  text-align: center;
}

.red-round-content p {
  color: #de3f5c;
  display: inline-block;
  margin: 0 auto;
}

.red-round {
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  font-size: 18pt;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #de3f5c;
  border-radius: 50%;
}

.info-block-companies {
  margin: 20px auto 0;
  padding-bottom: 20px;
}

.info-companies-list {
  margin: 0 25px;
  list-style: none;
  padding: 0;
}

.info-companies-list-summary {
  max-height: 179px;
  overflow: auto;
  padding-bottom: 60px;
  margin-right: 5px;
}

.info-companies-list-summary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3d4f59;
}

.info-companies-list-summary::-webkit-scrollbar {
  background-color: #3d4f59;
  width: 6px;
}

.info-companies-list-summary::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

.info-companies-item {
  font-size: 12pt;
  padding: 10px 0;
  border-top: 1px solid #778e9c;
  color: #fff;
}

.info-companies-item:last-child {
  border-bottom: 1px solid #778e9c;
}

.info-companies-text {
  margin-left: 10px;
}

.info-block-footer {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wrapper-footer-link {
  text-align: center;
  background-color: #3d4f59;
}

.info-block-footer a {
  line-height: 80px;
  color: #fff;
}

.info-block-footer a i {
  vertical-align: middle;
  font-size: 25px;
}

.info-select {
  display: inline-block;
  width: auto;
  position: relative;
}

.info-select select {
  background-color: transparent;
  border: none;
}

.info-block-header .info-select {
  margin-top: 18px;
}

.info-block-content .info-select {
  padding-top: 10px;
  margin-left: 15px;
}

.round-diagram {
  text-align: center;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chart-bar-wrapper {
  text-align: justify;
  margin: 40px 20px 0;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #778e9c;
}

.chart-bar-wrapper:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0;
}

.chart-bar {
  display: inline-block;
}

.chart-bar:hover a span {
  text-decoration: underline;
}

.chart-bar-line {
  position: relative;
  width: 15px;
  height: 230px;
  background-color: #3d4f59;
}

.cart-bar-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.progress-waiting {
  background-color: #bcbec0;
}

.progress-overdue {
  background-color: #df5a63;
}

.progress-inactive {
  background-color: #f7f298;
}

.progress-inprogress {
  background-color: #3f90c7;
}

.progress-approved {
  background-color: #3fa380;
}

.total-progress-wrapper {
  margin-right: 20px;
  height: 60px;
  text-align: right;
}

.total-progress-wrapper ~ span {
  font-size: 16px;
}

.progress-count {
  margin-left: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 80px;
}
/*END overview style*/

/*BEGIN DATAPICKER STYLE*/

.datepicker-info {
  display: flex;
}

.datepicker-info i {
  margin-right: 10px;
}

.user-datepicker {
  display: inline-block;
}

.user-datepicker .input-group-addon {
  display: inline;
  visibility: hidden;
}

.datepicker table {
  background-color: #fff;
}

.datepicker table tr td {
  color: #2d3c44;
  border: 1px solid #eaebed;
}

.datepicker table tr td span.active.active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
  border: none;
  border-radius: 0;
  background: #f76c2f !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #3c4e59;
  color: #fff;
  border-radius: 0;
}

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0;
}

.datepicker table thead {
  background-color: #243038;
  color: #fff;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #3b4d58;
}

.datepicker .prev,
.datepicker .next {
  visibility: hidden !important;
  position: relative;
}

.datepicker .prev:after {
  content: "\f104";
  background-color: #243038;
  position: absolute;
  font: normal normal normal 30px/1 FontAwesome;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  visibility: visible;
}

.datepicker .prev:hover:after,
.datepicker .next:hover:after {
  background: #3b4d58;
}

.datepicker .next:after {
  content: "\f105";
  background-color: #243038;
  position: absolute;
  font: normal normal normal 30px/1 FontAwesome;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  visibility: visible;
}

.user-datepicker input {
  cursor: pointer;
  border: none;
  border-radius: 0;
  height: 20px;
  width: 150px;
  font-size: 18px;
}

.input-group.date .input-group-addon {
  visibility: hidden;
}
/*END DATAPICKER STYLE*/

#details-row .details-select select {
  min-width: 100px;
}

.loader {
  display: none;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3d4f59;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

.loader.login-loader {
  display: none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.progress_percentage {
  position: fixed;
  left: calc(50% - 38px);
  top: calc(50% - 50px);
  z-index: 5;
  color: #718b9b;
  background-color: #fff;
  border: 1px solid #718b9b;
  border-radius: 8px;
  padding: 5px 20px;
}

.margin-top-50,
.input-group.margin-top-50 {
  margin-top: 50px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.business-sort-search .task-search-input {
  max-width: 400px;
}

.all-accounts-btn {
  background-color: #f16a30;
  padding: 15px;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-20 {
  margin-right: 20px;
}

.filter-active {
  background-color: #3d4f59;
}

.filter-active:focus {
  outline: none;
}

.nav-tabs-costumized {
}

ul.nav-tabs-costumized {
  background: transparent;
}

ul.nav-tabs-costumized > li {
  border: 3px solid #ccc !important;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f1f1f1;
  width: 200px;
}
ul.nav-tabs-costumized > li > * {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.1s;
}

ul.nav-tabs-costumized > li:focus,
ul.nav-tabs-costumized > li:active {
  font-weight: bolder;
}

ul.nav-tabs-costumized > li:hover {
  font-weight: bolder;
}

.p-t-30 {
  padding-top: 30px;
}
/*BEGIN DROPDOWN for Corporation OR Companies*/

.users-dropdown {
  margin-right: 18px;
}

.users-dropdown:last-child {
  margin-right: 0;
}
.users-dropdown[disabled] {
  pointer-events: none;
}
.users-dropdown[disabled] .dropdown-text > span {
  color: #697d8a !important;
}

.dropdown-link {
  display: flex;
}

.dropdown-link span {
  display: flex;
  align-items: center;
}

.dropdown-link i {
  font-size: 17px;
  color: #707478;
}

.dropdown-link .fa-chevron-right,
.dropdown-link .fa-chevron-left {
  margin: 0 8px 3px;
  font-size: 17px;
}

.dropdown-text {
  font-size: 17px;
  color: #fff;
}

.dropdown-text:hover {
  color: #fff;
}

.dropdown-text span {
  margin-left: 10px;
  padding: 5px 0;
  border-bottom: 1px solid;
  border-color: rgba(221, 227, 230, 0.5);
}

.dropdown-list {
  width: 220px;
  text-align: center;
}

.dropdown-item {
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  font-size: 17px;
}
.dropdown-item.data-input:hover {
  color: inherit;
  background-color: inherit;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #3c4e59;
}

.dropdown-item.data-input {
  font-size: 14px;
}
.dropdown-text .selected-item {
  font-size: 14px;
  color: initial;
}
.dropdown-item.data-dropdown {
  font-size: 14px;
}
.dropdown-item.data-dropdown:hover {
}

.new-task-content .dropdown-text span {
  color: #2d3c44;
}

.row-admin .dropdown-text span {
  color: #2d3c44;
}
/*END DROPDOWN for Corporation OR Companies*/
.profile-icon-search {
  z-index: 1000;
  height: 18px;
}
.height-100-percent {
  height: 100%;
}
.users-select.color-black,
.dropdown-text.color-black,
.color-black {
  color: #2d3c44;
}
.pointer-events-none {
  pointer-events: none;
}
.task-loader {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 9;
  left: 0;
  right: 0;
}
.border-bottom-dark {
  border-bottom: 1px solid #333;
}

.dropdown.users-dropdown .dropdown-menu.dropdown-list {
  width: auto;
  white-space: nowrap;
  overflow: auto;
  max-height: 400px;
}
.dropdown.users-dropdown .dropdown-menu.dropdown-list.size-2x {
  max-height: 800px;
}

table.users-table-list tbody tr.selected,
table.accounts-table-list tbody tr.selected {
  background: #3d4f59;
  color: white;
}

a.table-management-link,
a.table-management-link:focus,
a.table-management-link:hover,
a.table-management-link:active {
  color: white;
}

.table-management-wrapper
  .table-management
  .table-management-list
  .table-management-item
  .table-management-link
  .fa.fa-times-circle-o {
  font-size: 1.75em;
}

.table-management-wrapper
  .table-management
  .table-management-list
  .table-management-item
  .table-management-link
  .fa.fa-ellipsis-v {
  font-size: 1.3em;
}

.fade.in {
  opacity: 1;
  -webkit-backface-visibility: hidden;
}

.font-20pt {
  font-size: 20pt;
}

.company-block {
  background-color: white;
  min-height: 120px;
  padding: 25px;
  margin-top: 30px;
}

.company-block .company-name-block p {
  color: black;
}

.company-block .company-name-block label {
  color: #74909e;
}

.company-block .status-circle .img-circle {
  height: 65px;
  text-align: center;
  width: 65px;
}

.company-block .status-circle .img-circle span {
  color: white;
  font-size: 20px;
  line-height: 65px;
}

.font-size-10pt {
  font-size: 10pt;
}

.font-size-13pt {
  font-size: 13pt;
}

.balance-block div {
  display: inline-block;
}

.task-progress-block .progress {
  margin-bottom: 10px;
  border-radius: 1px;
}

.progress-bar-overdue {
  background-color: #de3f5c;
}

.progress-bar-completed {
  background-color: #3fa380;
}

.progress-bar-todo {
  background-color: #3f90c7;
}

.workflow-modal-item input[type="number"] {
  width: 40px;
}

.flow-buttons-block {
  position: absolute;
  top: 0;
  right: 0;
}

.fa-slg {
  font-size: 1.5em;
}
.dropdown.filter {
  width: 280px;
}
.dropdown-list.filter {
  width: 300px;
}
.filter-text {
  vertical-align: text-bottom;
  padding-left: 5px;
}

.filter-selected-item {
  padding: 0 8px;
  vertical-align: bottom;
}

.flow-buttons-block .fa.fa-arrow-circle-o-up,
.flow-buttons-block .fa.fa-arrow-circle-o-down,
.flow-buttons-block .fa.fa-trash-o {
  color: #000;
  cursor: pointer;
  font-size: 1.5em;
}

.flow-buttons-block .fa.fa-arrow-circle-o-up[disabled="disabled"],
.flow-buttons-block .fa.fa-arrow-circle-o-down[disabled="disabled"] {
  color: #3d4f59;
  pointer-events: none;
}

#workflow.ng-submitted .ng-invalid,
#newClient .ng-touched.ng-invalid,
#newClient.ng-submitted .ng-invalid,
#reconcile-config-form .ng-invalid,
.validate-row .table-input .ng-invalid,
.timepicker .ng-invalid,
.validate-row .modal-table-input .ng-invalid {
  border: none;
  border-bottom: 1px solid red;
  outline: none;
}

.logged-user-photo span {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-user-link {
  min-width: 240px;
}

.top-user-link.header-link {
  min-width: unset;
  padding-right: 50px;
}

.top-user-link .logged-user-photo {
  position: absolute;
  height: 37px;
  right: 0;
  top: 6px;
  padding: 10px 20px;
}

.loading-spiner-holder {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flot {
  height: 200px;
  max-width: 100%;
  left: 0;
  top: 0;
}

#flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=85);
}
label.display-inline-block {
  display: inline-block;
}

.client-datepicker input {
  border-bottom: 1px solid #969da7;
}

.task-dropdown-dots {
  height: 20px;
}

.task-dropdown-dots-out {
  height: 20px;
  margin-top: 8px;
}

.task-item-button-action-text {
  font-size: 10px;
  margin-top: 10px;
}

.task-item-button-img {
  height: 20px;
  width: 40px;
  margin-top: 25px;
}

.users-status-item-wide {
  width: 215px;
}

li.unread {
  background-color: #f0f0f0;
}

.dropdown-menu li a.notification-link {
  display: table;
}

.dropdown-menu li a.notification-link .notification-info-block {
  display: table-cell;
}

.dropdown-menu li a.notification-link .notification-info-block div {
  white-space: normal;
  width: 350px;
  word-wrap: break-word;
}

.dropdown-menu li a.notification-link span {
  display: table-cell;
  vertical-align: middle;
}

.dropdown-menu li a.notification-link:hover {
  background-color: unset;
}

.report-icon {
  font-size: 1.5em;
}

.report-label {
  font-size: 19pt;
}
.report-second-label {
  font-size: 15pt;
}

.transaction-post-label {
  font-size: 16pt;
}

.report-modal {
  padding: 30px;
  color: #2e3c45;
}

.font-bold {
  font-weight: bold;
}

.report-modal .report-sub-label {
  font-size: 15pt;
}

.report-modal .key-figures-block,
.report-modal .involed-and-comments-block {
  padding: 25px;
}

.report-modal .key-figures-block div,
.report-modal .involed-and-comments-block div {
  margin-bottom: 10px;
}

.report-modal .key-figures-block div label,
.report-modal .involed-and-comments-block div label {
  font-size: 13pt;
}

.report-modal-ico-wrapper {
  display: inline-block;
  margin-left: 5px;
}

.report-modal-ico-wrapper .cog:hover:after {
  content: "Debet balance (+) / Credit balance (-)";
  font-size: 12px;
  width: 300px;
}

.report-modal div.red label {
  color: red;
}

.report-modal div.green label {
  color: green;
}

.involed-and-comments-block label {
  font-weight: 200;
}

.involed-and-comments-block .label-bold {
  font-weight: bold;
}

.involed-and-comments-block .small-date {
  font-size: 9pt;
}

.involed-and-comments-block .comment-text {
  font-size: 16pt;
  padding-left: 20px;
  padding-top: 10px;
}

.involed-and-comments-block .comment-text p {
  font-size: 12pt;
  font-weight: 100;
}

.involed-and-comments-block textarea,
.reject-message textarea {
  height: 100px;
  margin-top: 15px;
  padding: 10px;
  resize: none;
  width: 100%;
}

.export-button {
  font-size: 14pt;
  font-weight: 100;
  margin-left: 15px;
}

.report-export-dropdown {
  padding: 0;
  top: 80px;
}

.modal-header-new-task ul.dropdown-menu.report-export-dropdown a:hover {
  background-color: #2e3c45;
  color: white;
}

.modal-header-text-color {
  color: white;
  margin-left: 20px;
  text-align: center;
  line-height: 80px;
  height: 80px;
}

.report-modal {
  height: calc(100vh - 250px);
  overflow: auto;
  margin: 5px;
}

.report-modal::-webkit-scrollbar-track,
.msg-history::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 10px;
}

.report-modal::-webkit-scrollbar,
.msg-history::-webkit-scrollbar {
  background-color: white;
  width: 6px;
}

.report-modal::-webkit-scrollbar-thumb,
.msg-history::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #758e9b;
  border-radius: 10px;
}

.report-modal .report-table-total {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13pt;
}

.report-modal .report-table-total div {
  padding-left: 15px;
  padding-right: 15px;
}

.report-user-photo span {
  position: absolute;
  top: 18px;
  transform: translate(-50%, -50%);
}

.report-user-photo {
  background-color: #eebc16;
  color: white;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  padding: 10px 19px;
  position: relative;
}

.modal-new-task .modal-header-new-task a.next-report-button {
  color: #758e9b;
}

.modal-button-reject,
.modal-button-reject:hover,
.modal-button-reject:focus,
.modal-button-reject:active {
  background-color: #de5963;
}

.modal-footer-new-task .button-modal-wrapper.approver-buttons {
  width: 400px;
}

.modal-footer-new-task .button-modal-wrapper.approver-buttons.reject-buttons {
  width: 190px;
}

.modal-footer-new-task .button-modal-wrapper.approver-buttons button,
.modal-footer-new-task .button-modal-wrapper.single-button button {
  padding: 10px;
  text-align: left;
  width: 190px;
}

.modal-footer-new-task
  .button-modal-wrapper.approver-buttons
  button
  .text-small {
  font-size: 8pt;
}

.report-modal .add-comment-btn,
.report-modal .add-comment-btn:focus,
.report-modal .add-comment-btn:active,
.report-modal .add-comment-btn:hover {
  background-color: #3fa380;
}

.jm-select-searchable-caret-btn {
  margin: 0 -5px;
  padding: 0;
  border: none;
  background-color: #fff;
}
.jm-select-searchable-items-list {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 230px;
  width: 100%;
}
.jm-select-searchable-list-item {
  overflow: hidden;
}
.jm-select-searchable-select-input {
  overflow: hidden;
  height: 35px;
  position: relative;
}
.user-form .jm-select-searchable-items-list .input-group {
  margin-bottom: 0;
}
.jm-select-searchable-items-list .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  overflow-anchor: none;
}
.jm-select-searchable-items-list .dropdown-menu {
  margin: 0;
}
.new-task-modal .company-select .input-group,
.new-task-create-modal .company-select .input-group {
  margin: -32px 0px;
}

#importList .users-sort {
  margin-top: 45px;
}

.accept-import-button {
  background-color: #3fa380;
}

.delete-import-button {
  background-color: #de5963;
}

.fill-buttons button {
  min-width: 130px;
  text-align: left;
}

.remove-transaction.close {
  float: none;
}

.jm-select-searchable-items-list span.input-group-addon {
  display: none;
}

.modal-new-task .select-container.inline-row-select {
  width: 150px;
}

.comment-area {
  position: absolute;
  height: 100px;
  width: 200px;
  z-index: 3;
  margin-top: -25px;
  resize: none;
  margin-left: -5px;
}

.script-area {
  position: relative;
  resize: both;
  height: 500px;
  width: 600px;
}

.position-relative {
  position: relative;
}
.comment-preview {
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.posted-record-block {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-height: 1080px) {
  .posted-record-block {
    max-height: 600px;
  }
}
@media (max-height: 1000px) {
  .posted-record-block {
    max-height: 500px;
  }
}
@media (max-height: 900px) {
  .posted-record-block {
    max-height: 450px;
  }
}
@media (max-height: 850px) {
  .posted-record-block {
    max-height: 400px;
  }
}
@media (max-height: 800px) {
  .posted-record-block {
    max-height: 350px;
  }
}
@media (max-height: 750px) {
  .posted-record-block {
    max-height: 300px;
  }
}
@media (max-height: 700px) {
  .posted-record-block {
    max-height: 250px;
  }
}
.custom-functionality-block {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.posted-record-block::-webkit-scrollbar-track,
.custom-functionality-block::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 10px;
}

.posted-record-block::-webkit-scrollbar,
.custom-functionality-block::-webkit-scrollbar {
  background-color: white;
  width: 6px;
}

.posted-record-block::-webkit-scrollbar-thumb,
.custom-functionality-block::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #758e9b;
  border-radius: 10px;
}

.p-l-150 {
  padding-left: 150px;
}

.p-r-150 {
  padding-right: 150px;
}

.modal-footer-new-task .button-modal-wrapper.client-conflict-buttons,
.modal-footer-new-task
  .button-modal-wrapper.client-conflict-buttons
  button.modal-button {
  width: 100%;
}

table.imported-files-table tbody tr a {
  font-size: inherit;
}

div.client-navigation nav.navbar-default ul li a {
  background-color: inherit;
  padding: 35px;
}

div.client-navigation {
  height: 80px;
}

.green-relationship-block {
  background-color: #00a99d;
  color: white;
  line-height: 35px;
  margin-right: 5px;
  margin-left: -10px;
}

.orange-date-deviation-block {
  background-color: #ff9d44;
  color: white;
  line-height: 35px;
  margin-right: 5px;
  margin-left: -10px;
}

.green-relationship-block label,
.green-accounts-block label,
.field-criteria-block label,
.sum-criteria-block label,
.script-connection-block label,
.orange-date-deviation-block label {
  color: white;
}

.field-criteria-block {
  background-color: #5abde0;
  color: white;
  line-height: 35px;
}

.report-criteria-block {
  background-color: white;
}

.report-select-block {
  border: 1px solid #ccc !important;
  font-weight: 400 !important;
}

.report-padding-block {
  padding-left: 0px !important;
}

.script-connection-block {
  background-color: #3d4f59;
  color: white;
  line-height: 35px;
}

.sum-criteria-block {
  background-color: #ea4e5a;
  color: white;
  line-height: 35px;
}

.user-form form .sum-criteria-input,
.user-form form .report-value-input {
  min-height: 30px;
  background-color: #ffffff;
  border-color: #ccc;
  border-radius: 5px;
}

.report-value-input {
  width: 275px;
}

.rule-description-area {
  resize: none;
  min-height: 120px;
}

.opening-summary {
  color: #2d3b44;
  margin-top: 50px;
}

.opening-summary div {
  padding-left: 20px;
  padding-right: 20px;
}

.opening-record-datepicker.user-datepicker input {
  border: none;
  border-bottom: 1px solid #969da7;
  height: inherit;
}

.user-form .form-control {
  box-shadow: none;
}

.balancer-form {
  background-color: white !important;
}

.settings-set {
  height: calc(60vh - 100px);
  overflow: auto;
  width: 100%;
  padding: 0 0px;
}

.vat-voucher-exclude-scroll {
    max-height: calc(65vh);
    min-height: calc(52vh);
    overflow: auto;
    width: 100%;
}

.reconcile-set {
  height: calc(100vh - 275px);
  overflow: auto;
  width: 100%;
  padding: 0 5px;
}

.transactions-errors-page {
  height: calc(100vh - 300px);
  overflow: auto;
  width: 99%;
  padding: 0 5px;
}

.duplicate-set {
  height: calc(100vh - 450px);
  overflow: auto;
  width: 100%;
}

.outline-dots {
  outline: 3px dashed #b7b4b4;
}

.combo-position {
  display: inline-block;
  position: relative;
}

span.dots.size {
  width: 260px;
  padding-right: 15%;
}

span.dots {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reconcile-set table,
.duplicate-set table {
  table-layout: fixed;
}

.reconcile-set table tbody tr td span,
.duplicate-set table tbody tr td span {
  width: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

.btn-group.reconcile-column-filter .btn-default.btn-xs.selected,
.btn-group.reconcile-column-filter .btn-default.btn-xs:hover,
.btn-group.reconcile-column-filter .btn-default.btn-xs:active {
  background-color: #697d8a;
  color: white;
}

.reconcile-selection-buttons .btn.btn-default.btn-sm:focus,
.reconcile-selection-buttons .btn.btn-default.btn-sm:hover,
.reconcile-selection-buttons .btn.btn-default.btn-sm:active {
  background-color: #697d8a;
  color: white;
}

.nav.navbar-nav.header-nav-left.reconcile-menu-navigation li a:focus,
.nav.navbar-nav.header-nav-left.account-menu-navigation li a:focus,
.nav.navbar-nav.header-nav-left.account-menu-navigation li.active a {
  background-color: inherit !important;
  color: inherit;
}

.nav.navbar-nav.header-nav-left.reconcile-menu-navigation li a:focus:hover,
.nav.navbar-nav.header-nav-left.account-menu-navigation li a:focus:hover,
.nav.navbar-nav.header-nav-left.account-menu-navigation li.active a:focus:hover,
.nav.navbar-nav.header-nav-left.account-menu-navigation li.active a:hover {
  background-color: #3d4f59 !important;
  color: #fff;
}

.account-menu-navigation {
  padding: 10px;
}

.reconcile-menu-navigation i.fa {
  color: white;
}
.reconcile-summary {
  align-items: center;
  background-color: #2d353c;
  color: white;
  line-height: 30px;
  margin-top: 35px;
}

.reconcile-summary-container-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.reconcile-summary div div {
  display: inline-block;
}

.reconcile-summary-value {
  color: #f76c2f;
}

.recon-summary-info-bar {
  background-color: #2d353c;
  align-items: center;
}

.p-l-80 {
  padding-left: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.modal-footer-new-task .modal-button.export-corrections-button {
  width: auto;
}

.drag-row.gu-mirror td {
  width: 200px;
}

.drag-row.gu-mirror td input {
  border: none;
}

.drag-row.gu-mirror td .roundedTwo input[type="checkbox"]:checked + span:after {
  color: inherit;
}

.user-form .company-select .jm-select-searchable-items-list ul {
  min-width: 500px;
}

select.report-select-block option:disabled,
a[disabled="disabled"] .dropdown-text,
.disabled {
  color: #697d8a !important;
  cursor: default;
  opacity: 1;
}

.navbar-default .header-nav-left > li > a.disabled:focus {
  background-color: transparent !important;
}

.navbar-default .header-nav-left > li > a.disabled:hover {
  background-color: transparent !important;
}

.navbar-collapse-change
  .header-nav-left
  > .active
  > a.disabled
  > .header-nav-left-ico {
  opacity: 0.25;
}

/*we need new class because active is used by bootstrap.js and it is sencitive to click event*/
.isactive {
}

.navbar-default .header-nav-left > .isactive > a {
  background-color: inherit !important;
  color: #fff;
}

.navbar-collapse-change
  .header-nav-left
  > .isactive
  > a
  > .header-nav-left-ico {
  opacity: 1;
}

/*sidebar menu items disabled style*/
.sidebar-item.disabled {
  border-color: #3d4f59;
}

.sidebar-item.disabled > a {
  color: #697d8a;
}

.recon-header-nav-left-ico {
  font-size: 25px;
  margin: auto;
  text-align: center;
}

.icons-stack {
  vertical-align: top;
  display: inline-block;
  height: 1em;
}

.reconcile-menu-navigation > li.recon-nav-disabled i.fa {
  color: grey;
}

.reconcile-menu-navigation > li.recon-nav-disabled a {
  pointer-events: none;
  cursor: default;
}

.reconcile-table-list {
  overflow: scroll;
  max-height: 600px;
}

.chart-block {
  position: relative;
  background-color: #2e3c45;
  padding: 10px 10px 0px 10px;
}

.chart-block-content {
}

.chart-block-content > .chart-bar-wrapper {
  margin: 0px 0px 0;
  padding-bottom: 0px;
}

.chart-block-content > .chart-bar-wrapper > .chart-bar > .chart-bar-line {
  position: relative;
  width: 40px;
  height: 50px;
  background-color: #3d4f59;
}

tr.no-border td,
tr.no-border th {
  border: 0;
  border-style: hidden !important;
  text-align: right !important;
}

.normal-text th {
  font-style: normal;
  font-weight: normal !important;
}

.new-task-modal-large .modal-dialog {
  width: 90%;
}

.new-task-modal-width60p .modal-dialog {
  width: 60%;
}

.new-task-modal-width50p .modal-dialog {
  width: 50%;
}

.new-task-modal-width30p .modal-dialog {
  width: 30%;
}

/*report charts style*/
.chart-box {
  display: flex;
  background-color: #2e3c45;
  padding: 15px;
}

.chart-wrapper {
  width: 100% !important;
  height: 100% !important;
  min-height: 130px;
  max-height: 230px;
}

.select-source {
  margin-left: 20px;
  margin-top: 20px;
  color: #75a6c7;
}

.normal-text th {
  font-style: normal;
  font-weight: normal !important;
}

.border-right {
  /*border-right: 2px solid #778e9c;*/
  border-right: 2px solid #eeeeee;
}

.difference-cell {
  color: #de5963 !important;
}

.select-source-first {
  color: white;
}

.modal-footer-new-task .button-modal-wrapper.single-button {
  width: 190px;
}

.report-periods-wrapper {
  width: 75%;
  overflow: auto;
}

.table.table-striped th,
.table.table-striped th p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-striped.disable-zebra-rows > tbody > tr:nth-child(odd) > th,
.table-striped.disable-zebra-rows > tbody > tr:nth-child(odd) > td,
.table-striped.disable-zebra-rows > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.colored-row {
  background-color: #f5f5f5 !important;
}
tbody.th-details > tr > td {
  vertical-align: middle;
}

tbody.th-details > tr > th > p {
  color: #2e3c45;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

tbody.th-details > tr > th > span {
  font-weight: normal;
}

th.category-title {
  width: 500px;
  height: 56px;
}

th.category-percentage {
  width: 50px;
}

table.report-table > thead > tr,
table.report-table > tbody > tr {
  height: 56px;
}

.details-row {
  height: 30px !important;
}

/* Changed to static width because of problems with ng-if and dynamic ul size. TO-DO: Readd dynamic sizing */
.recon-nav-small {
  width: 60px;
}

div.client-navigation nav.navbar-default ul .recon-nav-small a {
  display: inline-block;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.acc-nav-a {
  padding: 12px !important;
  color: #ffffff !important;
}

.progress-ready-approve {
  background-color: #bfef45;
}

@media (min-width: 1150px) {
  #bs-example-navbar-collapse-1 {
    padding-left: 50px;
  }
}

.active-filter-color {
  color: #f76c2f;
}

.task-navbar {
  background-color: #2e3c45;
}

.pull-right {
  padding-right: 0px;
  float: right !important;
}

.pull-left {
  padding-left: 0px;
}

.column-width-30 {
  width: 30px !important;
}

.pathway-custom {
  background-color: #2e3c45;
  position: fixed;
  width: 50%;
  top: 70px;
  height: 20px;
  padding-left: 90px;
  font-size: 15px;
  z-index: 1;
}

.pathway-container {
  background-color: #2e3c45;
  position: fixed;
  width: 100%;
  top: 70px;
  height: 30px;
  padding-top: 10px;
  font-size: 15px;
  cursor: default;
  z-index: 3;
}

.datefilter-recon-custom {
  background-color: #2e3c45;
  position: fixed;
  width: 55%;
  top: 70px;
  height: 20px;
  padding-right: 90px;
  font-size: 15px;
  z-index: 3;
  right: 0;
  color: #6d7c83;
}

.main-container-admin {
  margin-top: -50px;
}

.menu-list-admin {
  background-color: #ebeced;
  width: 100%;
  height: 40px;
  padding-right: 20px;
}

.menu-list-admin li {
  float: right;
  margin-bottom: 50px;
}

.input-total-balance {
  font-size: 17px;
}

.account-to-show {
  transition: all linear 0.1s;
}

.users-company div {
  margin-top: 10px;
}

.users-company .client-navigation-reconcile {
  height: 110px !important;
  width: 100%;
}

.users-company .client-navigation-reconcile a {
  margin-top: 10px;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.account-connections-set {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.records-column {
  width: 11em;
}

.overflow-hidden {
  overflow: hidden;
}

.input-item-sm {
  width: 90px;
}

.input-item-md {
  width: 130px;
}

.btn-transparent,
.btn-transparent :hover {
  background-color: transparent !important;
}

.btn-transparent i {
  color: #697d8a;
}

.task-list-header-row {
  min-height: 100px;
}

.width-80px {
  width: 80px !important;
}

.width-85px {
  width: 85px !important;
}

.width-290px {
  width: 290px !important;
}

.width-150px {
  width: 150px !important;
}

.full-width {
  width: 100% !important;
}

.checkbox-column-header {
  width: 40px;
}

.new-task-modal-small .modal-dialog {
  width: 30%;
}

.new-task-modal-small .modal-body {
  min-height: 160px;
}

.allign-items-center {
  display: flex;
  align-items: center;
}

.reconcliciliation-results-modal {
  max-height: 30em;
}

@media screen and (max-width: 1370px) {
  .user-name-full {
    display: none;
  }
}

.nav-header-item {
  z-index: 2;
}

.nav-header-item.disabled > a {
  color: #697d8a !important;
}

.name-header-item {
  z-index: 3;
}

.admin-button {
  color: #fff;
  padding: 18px;
  border: none;
  background-color: #2d3c45;
  margin-right: 18px;
}

.admin-button-small {
  padding: 8px !important;
}

.admin-button[disabled] {
  background-color: #768d9b;
}

.admin-button:hover {
  background-color: #3d4f59;
}

.admin-button[disabled]:hover {
  background-color: #768d9b;
}

.admin-button:active {
  background-color: #f76c2f;
}

.admin-button-delete {
  background-color: #df5964;
}

.admin-button-done {
  background-color: #3fa380;
}

.admin-button i {
  margin-right: 10px;
}

.admin-button-reject,
.admin-button-reject:hover,
.admin-button-reject:focus,
.admin-button-reject:active {
  background-color: #de5963;
}

.position-absolute {
  position: absolute;
}

.report-template-row {
  margin-right: -20px;
}

.report-template-row:focus {
  outline: none;
  border: 0;
}

.report-template-inner-row,
.export-template-inner-row {
  margin-left: -15px;
  margin-right: -10px;
  z-index: 1;
}

.report-template-inner-row {
  min-height: 243px;
  max-height: 310px;
}

.export-template-inner-row {
  min-height: 195px;
  max-height: 315px;
}

.report-template-value-row {
  margin-bottom: 50px;
}

.report-template-inner-row .select-container,
.export-template-inner-row .select-container {
  width: 275px;
}

.btn-add-segment {
  width: 100% !important;
}

.btn-add-segment:focus {
  outline: none;
  border: 0;
}

.report-template-inner-row .fa-plus {
  margin-left: 130px;
}

.select-container .fa-times {
  padding-top: 10px;
}

.report-value-dynamic {
  width: 30%;
}

.adjust-width,
.adjust-width > searchable-select > div > .jm-select-searchable-select-input,
.adjust-width
  > searchable-select
  > div
  > .dropdown
  > .jm-select-searchable-items-list {
  width: 100% !important;
}
.green-accounts-block {
  background-color: #00a99d;
  color: white;
  line-height: 35px;
}

.export-modal-row {
  padding: 0px 80px 40px 80px !important;
}

#startDate,
#endDate {
  margin-left: 25%;
}

.row-datetime {
  min-width: 325px;
}

.report-checkbox-label {
  display: inline-block !important;
  padding-left: 5px;
}

.report-checkbox {
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 5px;
}

.sum-checkbox {
  padding-left: 75px;
  padding-top: 10px;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.recon-datepicker {
  display: inline-block;
  padding-right: 0;
  margin-right: 0;
}

.recon-datepicker .input-group-addon {
  font-size: 15px;
  display: none;
  visibility: hidden;
}

.recon-datepicker input {
  cursor: pointer;
  border: none;
  border-radius: 0;
  height: 20px;
  width: 100px;
  font-size: 15px;
}

.datepicker-input-item {
  display: inline-block;
}

.datepicker-input-item:last-child {
  margin: 0;
}

.padding-right-25px {
  padding-right: 25px;
}

.padding-right-35px {
  padding-right: 35px;
}

.set2-row {
  background-color: #eaeaea !important;
}

.set1-row {
  background-color: #fff !important;
}

.checked-row.set2-row > .table-col-1 {
  background-color: #eaeaea !important;
}

.checked-row.set1-row > .table-col-1 {
  background-color: #fff !important;
}

.padding-right-5px {
  padding-right: 5px !important;
}

@media (max-width: 1750px) {
  .till-1750px {
    display: none;
  }
}

@media (max-width: 1505px) {
  .till-1505px {
    display: none;
  }

  .accounts-info-list .to-right-side .info-block-item:last-child {
    display: none;
  }
}

.negative-amount {
  color: #ff0000;
}

.wide-searchable-select > div > .dropdown,
.wide-searchable-select > div > .form-control {
  max-width: 300px;
}

.wide-searchable-select > div > .dropdown > div > ul > li > a {
  white-space: initial;
}

.searchable-select-container .wide-searchable-select div .dropdown,
.searchable-select-container .wide-searchable-select > div > .form-control {
  width: 40rem;
  max-width: 40rem !important;
}

.searchable-select-container .wide-searchable-select .searchable-select-input {
  width: 35rem;
}

.searchable-select-container .wide-searchable-select {
  width: 55rem;
}

.imported-files-modal {
  height: calc(100vh - 500px);
  min-height: 300px;
  overflow: auto;
  margin: 5px;
}
/*
.wide-searchable-select div div .jm-select-searchable-items-list {
    margin-top: 35px;
}

.wide-searchable-select div div div [id^="jmSelectSearchableInput"] {
    margin-left: -20px;
}*/

.erp-setup-block {
  background-color: #f9f9f9;
  padding: 5px;
}

.erp-button-container {
  height: 8em;
}

.erp-button-container .vertical-align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.button-circle {
  text-align: center;
  border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  height: 6em;
  width: 6em;
  margin-bottom: 5px;
}

.button-circle .button-circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-color-orange {
  background-color: #f76c2f !important;
}

.background-color-grey {
  background-color: #969ca7 !important;
}

.background-color-blue {
  background-color: #3e90c7 !important;
}

.text-color-orange {
  color: #f76c2f;
}

.text-color-blue {
  color: #3e90c7;
}

.w-85-pt {
  width: 85%;
}

.p-t-10 {
  padding-top: 10px;
}

.task-expand {
  margin: 55% 0% 0% 5%;
  width: 80%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.import-expand {
  outline: none;
  border: 0;
}

.task-expand:hover,
.import-expand :hover {
  background-color: #d1cccc;
}

.task-expand i,
.import-expand i {
  padding: 4px;
}

.import-expand i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.task-item-expand {
  float: left;
  width: 120%;
  margin-top: 1%;
  margin-left: 5%;
}

.task-item-expand p {
  font-size: 12px;
}

.height-160-px {
  height: 160px;
}

.w-15-pt {
  width: 15%;
}

.height-310-px {
  height: 500px;
}

.table-field-mapping {
  max-height: 350px;
  overflow-y: scroll;
}

.fa-check-circle-o {
  color: #f66b2f;
}

.fa-history-checked {
  color: #f66b2f !important;
}

.fa-circle-o {
  color: #3d4f59;
}

.users-table-list tr:hover .fa-circle-o {
  color: #fff;
}

.input-item-amount {
  width: 35%;
  background-color: transparent;
  display: inline-block;
}

.input-item-amount input {
  border: none;
  outline: none;
  width: 70%;
}

.green-background {
  background-color: #98fb98 !important;
}

.users-table-list tr:hover .green-background {
  background-color: #3d4f59;
}

.header-name {
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.input-group > .group-search > input {
  float: none;
}

.input-group > .group-search > .task-search-img {
  z-index: 100;
}

.table-input > input,
.table-input > select {
  line-height: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #969da7;
  max-width: 8em;
}

.modal-table-input > input,
.modal-table-input .dropdown-link {
  line-height: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #969da7;
  width: 100%;
  padding-bottom: 4px;
}

.modal-table-input .dropdown-text {
  color: inherit;
  font-size: 14px;
  width: max-content;
}
.modal-table-input .users-dropdown {
  top: 2px;
}
.modal-table-input .editable-cell {
  width: 100px !important;
  border-radius: 0;
}

.table-input .date input {
  width: 95px;
  background-color: transparent;
  float: left;
  font-size: inherit;
}

td.date-input {
  width: 135px;
}

.scrollable-modal-s {
  max-height: 400px;
  overflow-y: auto;
}

.changed-accounts-modal-body {
    font-size: 14px;
    line-height: 1.5;
}

.changed-accounts-description {
    margin-bottom: 12px;
    color: #333;
}

.changed-accounts-term-name {
    font-weight: bold;
}

.changed-accounts-list-container {
    margin-top: 12px;
}

.changed-accounts-label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.changed-accounts-list {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    background-color: #f9f9f9;
}

.changed-account-item {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    font-size: inherit;
    line-height: 1.4;
    font-family: inherit;
}

.changed-account-item:last-child {
    border-bottom: none;
}

.changed-account-item:hover {
    background-color: #f0f0f0;
}

.changed-accounts-empty {
    margin-top: 10px;
    padding: 10px;
    color: #666;
    font-style: italic;
}

.changed-accounts-container {
    margin-top: 15px;
}

.new-task-modal.width-75p .modal-dialog {
  width: 70%;
}

.multi-account-setup-modal .modal-dialog {
  min-width: 1150px;
}

.imported-accounts {
  background-color: #3fa380 !important;
  color: white;
}

.tool-panel {
  background-color: #2d3c44;
  width: 100%;
  height: 48px;
  color: #ffffff;
}

.tool-panel > i:hover,
.tool-panel > .input-group:hover {
  color: #697d8a;
}

.tool-panel > .input-group {
  cursor: pointer;
}

.tool-panel > .input-group:focus,
.check-box:focus {
  outline: none !important;
  border: 0;
}

.users-table-list tr:nth-child(odd) .fixed-cell {
  background: #fff;
}

.users-table-list .fixed-cell {
  background: #f3f4f4;
}

.users-table-list tr:hover .fixed-cell {
  background: #3d4f59;
}

.cross {
  position: relative !important;
  z-index: 1;
}

.import-history-table tbody tr:hover td,
.imported-files-table tbody tr:hover td {
  background: #3d4f59;
  color: white;
}

.nested-table {
  background-color: #f2e1c9 !important;
  background: #f2e1c9 !important;
}

.import-history-table tbody tr:nth-child(1) {
  background-color: #fff;
}

.import-history-table tbody:nth-child(odd) tr:nth-child(1) {
  background-color: #f3f4f4;
}

.inline-block {
  display: inline-block;
}

.check-expand .import-expand {
  margin: 7%;
  float: left;
}

.check-expand .roundedTwo {
  margin-right: 25%;
}

.picker {
  position: relative;
}

.link-disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #768d9b !important;
}

.link-disabled img {
  opacity: 0.85;
}

td .link-disabled {
  color: #dcdcdc;
}

.fixed-header-cell {
  position: sticky !important;
  top: 0 !important;
}

.backround-color-white {
  background-color: #fff !important;
}

/*chat stype*/

.received-withd-msg {
  width: 90%;
}

.time-date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.received-withd-msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.incoming-msg-img {
  display: inline-block;
  width: 6%;
}

.outgoing-msg {
  overflow: hidden;
  margin: 26px 0 26px;
}

.sent-msg {
  float: right;
  width: 46%;
}

.sent-msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.msg-history {
  height: 516px;
  overflow-y: auto;
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

img {
  max-width: 100%;
}

.incoming-msg-img label {
  margin-top: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.hide-overflow {
  overflow: hidden !important;
}

.file-name-column {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 8em;
}

.toggle-button:after {
  font-size: 8px;
  content: "\f00c";
  position: absolute;
  left: 35%;
  bottom: 20%;
}

.toggle-button.pressed:after {
  font-size: 9px;
  content: "\f00d";
}

.mapping-control-section {
  padding-top: 15% !important;
}

.white-background {
  background: white;
  width: 100%;
}

.balancer-sheet {
  width: 100%;
}

.font-overview-monsterat-semibold {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  color: #2d3c45;
}

.user-info .font-overview-monsterat-semibold {
  font-size: 16px;
  line-height: 24px;
  color: #080808;
}

.balancer-sheet-table-list {
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  /*border-spacing: 0 3em;*/
}

.balancer-sheet-table-list tr.header-row-item > td {
  /*font-style: italic;*/
  /*font-size: large;
    font-weight: bold;*/
  text-transform: capitalize;
  text-align: center;
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  color: #2d3c45;
}

.header-row-item {
  text-transform: capitalize;
  text-align: center;
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  color: #2d3c45;
}

.balancer-sheet-table-list tr.border-bottom-line,
.balancer-sheet table.border-bottom-line {
  border-bottom: #bcbec0;
  border-bottom-style: solid;
  border-width: 2px;
}

.balancer-sheet-table-list thead td {
  margin-bottom: 30px;
}

.balancer-sheet-table-details {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;

  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #000000;
}

.balancer-sheet-table-details a {
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.balancer-sheet-table-details th {
  padding: 10px;
}

.balancer-sheet-table-details th {
  background-color: #ebeced;
  color: #2e3c45;
  border: none;
}

.balancer-sheet-table-details th select {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.balancer-sheet-table-details tr {
  background-color: #f6f7f9;
}

.balancer-sheet-table-details tr.hower-cursor {
  cursor: pointer;
}

.balancer-sheet-table-details tr:nth-child(odd) {
  background-color: #fff;
}

.balancer-sheet-table-details td {
  padding: 5px;
  border-left-color: #d8d9db;
  border-right-color: #d8d9db;
  border-width: 0.8px;

  /*color: #2e3c45;*/
}
table tr td.lastFitToContent:last-child {
  width: 1%;
  white-space: nowrap;
}
table tr td.fitToContent,
table tr th.fitToContent {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.column-header-icon {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.column-header-icon * {
  padding-right: 2px;
}

.fa-stack.hasValue {
  color: #40a380;
}

.fa-stack.hasValue.warning {
  color: #de5963;
}

.fa-stack.hasValue.partial {
    color: #f0ad4e;
}

.fa-stack.isEmpty {
  color: #707070;
}

/* Remove reconciled interval button */
.dropdown-menu > li > a.reconciled-interval-item {
    display: flex !important;
    align-items: center;
}
.reconciled-interval-item .interval-status-icon {
    width: 16px;
    min-width: 16px;
    text-align: center;
    margin-right: 6px;
    display: inline-block;
}
.reconciled-interval-item .interval-label {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reconciled-interval-item.disabled {
    opacity: 0.7;
    cursor: wait;
}
.remove-reconciled-btn {
    color: #bbb;
    cursor: pointer;
    padding: 2px 0;
    flex-shrink: 0;
    transition: color 0.2s ease;
    margin-left: auto;
}
.remove-reconciled-btn:hover {
    color: #d9534f;
}

/*settings table*/
.settings-table {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #000000;
}

.settings-table th {
  /* background-color: #EBECED; */
  color: #2e3c45;
  border: none;
  padding: 10px;
  position: sticky !important;
  top: -1px !important;
  z-index: 3;
  background: white;
}

.settings-table th select {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.settings-table tr {
  background-color: #f6f7f9;
  border-top: 1px solid #d8d9db2e;
  border-bottom: 1px solid #d8d9db2e;
  height: 40px;
}

.settings-table tr.hower-cursor {
  cursor: pointer;
}

.settings-table tr.settings-row-checked * {
  background-color: #2d3c45 !important;
  color: white !important;
}

.settings-table tbody tr:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.configuration-row .settings-table tbody tr:hover {
  opacity: 1;
  filter: none;
}

.settings-table tbody tr.no-selection:hover {
  opacity: 1;
}

.settings-table tbody tr.underline {
  border-bottom: 1px solid #74777b !important;
}

.settings-table tbody tr.settings-row-checked:hover {
  opacity: 0.88;
  filter: alpha(opacity=88);
}

.settings-table tr:nth-child(odd) {
  background-color: #fff;
}

.settings-table td {
  padding: 5px;
  border-left-color: #d8d9db;
  border-right-color: #d8d9db;
  border-width: 0.8px;

  /*color: #2e3c45;*/
}

.settings-table .sub-row td {
  padding: 0;
  border: 0;
}

.settings-table a > span {
  color: #2d3c45 !important;
}

.ng-scope form input.ng-invalid-pattern,
.ng-scope table.settings-table textarea.ng-invalid {
  outline: none;
  border: 1px solid red;
}

/*columns styling*/

.account-no-column {
  width: 138px;
}
th.account-no-column {
  text-align: left;
}
td.account-no-column {
  text-align: center;
}

.descr-column {
}

.settings-checkbox-column {
  min-width: 77px;
  width: 200px;
}
th.settings-checkbox-column,
td.settings-checkbox-column {
  text-align: center;
}

.settings-checkbox-column-narrow {
  width: 50px;
}

.settings-close {
}
.settings-close:hover {
  cursor: pointer;
}

.settings-close-position {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  width: 60px;
}
.settings-close-position > div > img {
  width: 13px;
  height: 13px;
}
.settings-button-top {
  position: absolute;
  height: 95%;
  z-index: 3;
}

.center-by-horizontal {
  margin: 0 auto;
}
/*users-table-list*/

.balancer-sheet-margin {
  margin-top: 5px;
}

h3.balancer-sheet-header {
  text-align: center;
  /*text-transform: uppercase;*/
  color: black;
}

.balancer-overview-top {
  background-color: #2e3c45;
  position: fixed;
  width: 100%;
  top: 65px;
  z-index: 2;
  /* height: 90px; */
}
/*.balancer-overview-top .header-button {
    margin: 0 0;
}
.header-button > a :hover,
.header-button > a :focus
{
    background-color: #3d4f59 !important;
    color: #fff;
    opacity: 1;
}*/

.balancer-overview-top .header-button .item-image {
  height: 20px;
  width: 40px;
}

.balancer-overview-button {
  /*background: white;*/
  display: grid;
  grid-template-columns: 1% 15% auto;
  grid-template-rows: 55% 45%;
  height: 75px;
  width: 280px;
  position: relative;
  border-radius: 5px;

  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}

.balancer-overview-button:active {
  color: #3d4f59;
  position: relative;
  top: 1px;
}

.balancer-overview-button:hover,
.balancer-overview-button:hover img {
  color: #3d4f59;
  opacity: 1;
}

a.balancer-overview-button:focus {
  /*color: #778e9c;*/
  outline: none;
  text-decoration: none;
}

/*.balancer-sheet-button-container a:hover, a:active, a:focus {
      outline: none;
      text-decoration: none;
      color: #23527c;
  }*/

.container-circle {
  height: 30px;
  width: 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #d22828d6;
  color: white;
  border-radius: 50%;
  padding: 5px 0;
  margin-right: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-circle-out {
  display: flex;
  position: absolute;
  right: 0;
  top: -12px;
  z-index: 1;
}

.container-circle.added-to-text {
  height: 21px;
  width: 21px;
  font-size: 10px;
  top: -18px;
  right: -15%;
  position: absolute;
}

/* overview */

.balancer-overview,
.new_page {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    color: #2d3c45;
}

.balancer-overview-button .part-redline {
  background: #de5963;
  width: 100%;
  height: 100%;
  grid-row: 1/3;
  grid-column: 1/1;
}

.balancer-overview-button .part-blueline {
  background: #05728f;
  width: 100%;
  height: 100%;
  grid-row: 1/3;
  grid-column: 1/1;
}

.balancer-overview-button .part-icon {
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 2/2;
}

.balancer-overview-button .part-circle {
  width: 100%;
  height: 100%;
  grid-row: 2/2;
  grid-column: 2/2;
}

.balancer-overview-button .part-icon-layout {
  position: relative;
  left: 30%;
  top: 26%;
}

.balancer-overview-button .part-circle > .part-icon-layout {
  position: relative;
  left: 45%;
  top: 10%;
}

.balancer-overview-button .part-icon-sets {
  font-size: 3.2em;
}

.balancer-overview-button .part-icon-sets-svg {
  height: 22px;
  width: 22px;
  opacity: 0.43;
}

.balancer-overview-button .part-text {
  vertical-align: middle;
}

.balancer-overview-button .part-text-up {
  grid-row: 1/1;
  grid-column: 3/3;
  align-self: center;
  color: #2d3c45;
}

.balancer-overview-button .part-text-down {
  grid-row: 2/2;
  grid-column: 3/3;
  /*align-self: center;*/
}

.balancer-overview-button .small-circle {
  width: 13px;
  height: 13px;
}

.balancer-overview-button .small-circle.green {
  background: #40a380 !important;
}

.balancer-overview-button .small-circle.red {
  background: #de5963 !important;
}

ul.horizontal-list,
ul.horizontal-list > li {
  display: inline-block;
  list-style-type: none;
}

.horizontal-list-div {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.balancer-overview-buttons-list-padding ul {
  padding-left: 0px !important;
}

.icon-sets-svg {
  height: 22px;
  width: 22px;
  opacity: 0.43;
}

ul.balancer-overview-tabs {
  cursor: pointer;
}
ul.balancer-overview-tabs > li.selected {
  padding-bottom: 2px;
  border-bottom: 2px solid black;
}

ul.balancer-overview-tabs > li {
  margin: 0px 20px 10px 0px;
}

ul.balancer-overview-tabs > li span,
.normalSize {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  color: #2d3c45;
}

ul.balancer-overview-tabs li > a > div > div {
  display: inline-block;
}

/*.balance-overview-periods-rect-line-offset {
    margin-left: 30px;
}*/

table.balance-overview-periods-table {
  /*width: 100%;*/
  margin: 0 auto;

  border-collapse: separate;
  border-spacing: 0.9px !important;
  color: #ffffff;
}

table.balance-overview-periods-table td {
  border-right: 0.1rem dotted grey !important;
  border: none;
}

table.balance-overview-periods-table tbody tr > td:first-child {
  border: none !important;
}

table.balance-overview-periods-table th,
table.balance-overview-periods-table td:last-child {
  border-right: none !important;
  border: none;
}

table.balance-overview-periods-table th {
  max-width: 60px;
  vertical-align: top;
}
table.balance-overview-periods-table td,
table.balance-overview-periods-table p {
  font-weight: bold;
}

table.balance-overview-periods-table .centered-area {
  margin: 0 auto;
}

table.balance-overview-periods-table .centered-area-both-axis {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

table.balance-overview-periods-table .half-centered-area {
  margin: 0 50%;
}
table.balance-overview-periods-table .centered-text {
  min-width: 80px;
  text-align: center;
}

.year-before-content::before {
  font-weight: 500;
  color: #778e9c;
  margin: 0 50%;
  content: attr(data-before-content);
}

.balancer-year {
  font-weight: 500;
  color: #778e9c;
  text-align: center;
}

.balancer-top {
  background-color: #2e3c45;
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 2;
  max-height: 50%;
  padding-bottom: 15px;
}

.balancer-top2 {
  background-color: #2e3c45;
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 2;
  max-height: 50%;
  padding-bottom: 30px;
  min-height: 230px;
}

.balancer-overview-buttons-container {
  margin-top: 220px;
  position: relative;
}

.balancer-overview-buttons-container-minimized {
  margin-top: 100px;
}

.balance-overview-periods-rect {
  /*border: 0.08rem dotted;*/
  /*margin-left: calc(20% + 10px);
    margin-right: calc(20% + 10px);*/
  /*height: 3.5rem;*/
  width: 72px;
  height: 29px;
  border: 1px dashed #707070;
  border-radius: 10px;
  margin: 0 25px;
}
.balance-overview-periods-rect.rect-green {
  background: #40a380 0% 0% no-repeat padding-box;
  border-style: none;
  border: none;
}
.balance-overview-periods-rect.non-focused {
  opacity: 1;
}
.balance-overview-periods-rect.non-focused:hover {
  opacity: 0.75;
}
.balance-overview-periods-rect.rect-yellow {
  background: #40a380 0% 0% no-repeat padding-box;
  border-style: none;
  border: none;
}

.balance-overview-periods-rect.rect-red {
  background: #de5963;
  border-style: none;
  border: none;
}

.balance-overview-periods-rect.changed {
  background: #ffb302;
  border-style: none;
  border: none;
}

.info-badge-changes {
    position: absolute;
    top: 0px; /* for icon alignment in different zooms/resolutions */
    right: calc(50% - 45px);
    font-size: 14px;
    color: #FFC107;
    cursor: pointer;
    z-index: 1;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    transform: translateY(1px); /* for icon alignment in different zooms/resolutions */
}

.info-badge-changes:hover {
    color: #FFB300;
}

.info-badge-changes:active {
    transform: scale(1.05);
}

table.balance-overview-periods-table .text {
  font-size: small;
  color: white;
}

table.balance-overview-periods-table .text.nonfocused {
  color: #8da2a5;
}

table.balance-overview-periods-table .height-for-offset {
  height: 1rem;
}
table.balance-overview-periods-table td.tax {
  /*width: 12.5rem;*/
}

table.balance-overview-periods-table .tax-name {
  /*max-width: 0.5rem;*/
}

/*ul.balance-overview-periods-list, li.balance-overview-periods-list {
    display: inline-block;
    list-style-type: none;
}*/

.balance-overview-balance-periods-container {
  margin-top: -80px;
  left: 28%;
  position: absolute;
}

.balance-overview-year {
  font-weight: 500;
  color: #778e9c;
  text-align: center;
  margin-bottom: 6px;
}

.balance-overview-year > select {
  border-bottom: none;
}

.balancer-first-container {
  margin: 0 0 0 35px;
}

/* wrong transactions dialog  */

.balancer-transactions-ignorer {
  display: flex;
  align-items: stretch;
  justify-content: left;
  margin-left: 20px;
}
.balancer-transactions-ignorer .ignorer-item {
  min-width: 140px;
  max-width: 160px;
  height: 100%;
  min-height: 80px;
  position: relative;
}

.balancer-transactions-ignorer a.ignorer-link:hover,
.balancer-transactions-ignorer a.ignorer-link:active {
  /* .balancer-transactions-ignorer a.ignorer-link:focus { */
  /* color: #05728f; */
  /* background-color: #6d818b;
    color: #fff;
    opacity: 1; */
}

/* .balancer-transactions-ignorer a.ignorer-item:hover {
    background-color: #7a8b96;
} 
.balancer-transactions-ignorer .ignorer-item:active {
    background-color: #f76c2f;
}

.balancer-transactions-ignorer a.ignorer-link:hover {
    background-color: #7a8b96;
    color: #fff;
    opacity: 1;
} 


.balancer-transactions-ignorer a.ignorer-link:active {
    background-color: #f76c2f;
    color: #fff;
    opacity: 1;
} */

.balancer-transactions-ignorer a.ignorer-link {
  background-color: #3d4f59 !important;
  color: #fff;
  opacity: 1;
}

.balancer-transactions-ignorer .inside-container {
  position: absolute;
  left: 0;
  bottom: 40%;
}

.ignore-font-size {
  font-size: inherit !important;
}

.balancer-transactions-sheet-container {
  margin-top: 35px;
  padding: 30px 0 0 0;
  width: 100%;
  position: relative;
}

.container-fluid.disable-paddings,
.disable-paddings {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid .row.full-width {
  overflow-x: auto;
  margin-right: auto;
  margin-left: auto;
}

ul.filtering-list > li:hover,
ul.filtering-list > li.active,
ul.filtering-list > li:focus {
  font-weight: bold;
}
ul.filtering-list > li {
  width: 30%;
  min-width: 135px;
  text-align: center;
}

ul.filtering-list > li > :first-child {
  position: relative;
}

.balancer-transactions-header {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  height: 80px;
  padding-top: 10px;
}

.balancer-transactions-header span.first-part {
  color: white;
  font-weight: bold;
}

.balancer-transactions-header span.second-part {
  color: orange;
}

.balancer-transactions-sheet-container .background-color-orange {
  background-color: orange;
}

.balance-overview-right-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
}

.balance-overview-responsible {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}

.balance-overview-responsible > * {
  margin-right: 8px;
}

.balance-overview-responsible .balance-overview-responsible-item {
  width: 242px;
  height: 50px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  color: #080808;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.report-user-photo.report-user-photo-extended {
  width: 36px;
  height: 36px;
  margin: 0 7px 0 10px;
  padding: unset !important;
}

.balance-overview-responsible .balance-overview-responsible-item.circle-name {
}

.sync-status {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sync-status > * {
  margin-right: 8px;
}

.sync-status-item {
  width: 110px;
  height: 50px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;

  display: inline-block;
}
.sync-status-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sync-status-item > .circle {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background: #40a380 0% 0% no-repeat padding-box;
  opacity: 1;
  display: inline-block;
  margin-left: 6px;
  margin-right: 11px;
}

.ignorer-block-info {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.ignorer-block-info .container-circle {
  height: 21px;
  width: 21px;
  font-size: 10px;
  top: -12px;
  right: -24px;
  position: absolute;
}

.accounts-info-list {
}

.accounts-info-list .info-block-item {
  display: grid;
  grid-template-columns: 40px minmax(min-content, max-content);
  grid-template-rows: 50% 50%;
  height: 60px;
  min-width: 140px;
  position: relative;
}

.accounts-info-list .info-block-item .part-icon-sets {
  font-size: 1.3rem;
  grid-row: 1/2;
  grid-column: 1/1;
  justify-self: right;
  align-self: center;
  margin: 0 4px;
}

.accounts-info-list .info-block-item .part-text-up {
  grid-row: 1/1;
  grid-column: 2/2;
  align-self: center;
}

.accounts-info-list .info-block-item .part-text-down {
  font-weight: bold;
  grid-row: 2/2;
  grid-column: 2/2;
}

.balancer-accounts {
  width: 95%;
  margin: 0 auto;
}

.balancer-accounts hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #8c8b8b;
  width: 100%;
}

.balance-overview-header-buttons-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.brighter-ten-times {
  filter: brightness(10);
}

.highlight {
  color: #e16770;
}
.zero-margin {
  margin: 0 !important;
}
.zero-margin-bottom {
  margin-bottom: 0 !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.fixed-to-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.balance-payrol-graph-block {
  background-color: #2d353c;
  min-height: 160px;
  width: 100%;
}

.payroll-table-list {
  margin: 0 auto;
  width: 100%;
}

.payroll-table-list td p {
  font-size: 14px;
  font-weight: bold;
}

.payroll-table-list th {
  background-color: #dad8da;
  background-color: transparent !important;
  color: black;
  border: none;
  border-bottom: 2.3px solid #dad8da;
  padding: 10px;
  text-align: center;
}

.payroll-table-list .white {
  background-color: #fff;
}

.payroll-table-list tr:nth-child(odd) tr:only-child {
  background-color: #fff;
}

.payroll-table-list tr {
  background-color: #f3f4f4;
}

.payroll-table-list td {
  padding: 10px;
  border: none;
  text-align: center;
}

.payroll-table-list th {
  background-color: #dad8da;
  background-color: transparent !important;
  color: black;
  border: none;
  border-bottom: 2.3px solid #dad8da;
  padding: 10px;
  text-align: center;
}

.balancer-report-table-list {
  margin: 0 auto;
  width: 100%;
}

.balancer-report-table-list th {
  background-color: #dad8da;
  background-color: transparent !important;
  color: black;
  border: none;
  border-bottom: 2.3px solid #dad8da;
  padding: 10px;
  text-align: left;
}

.balancer-report-table-list .white {
  background-color: #fff;
}

.balancer-report-table-list tr:nth-child(odd) tr:only-child {
  background-color: #fff !important;
}

.balancer-report-table-list tr {
  background-color: #f3f4f4;
}

.balancer-report-table-list td {
  padding: 10px;
  border: none;
  text-align: left;
}

.wizard-top {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 70px;
  z-index: 2;
  background: #2d3c45 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

.states-list {
}
ul.states-list > li {
  margin-right: 7px;
}

.italic {
  font-style: italic;
}

td.header-row {
  font-weight: bold;
  /*font-style: italic;*/
  font-size: large;
  text-transform: capitalize;
  text-align: center;
  border: none;
}

tr.header-collapsed {
  height: 0px !important;
}

th.header-collapsed {
  width: 100%;
  border: transparent;
  color: transparent;
  background: transparent;
  padding: 0;
  visibility: collapse;
  border: none;
  padding: 0 !important;
  line-height: 0.001px !important;
}

.border-bottom-line {
  border-bottom: #717171;
  border-bottom-style: solid;
}

.border-top-line {
  border-top: #717171;
  border-top-style: solid;
}

.icon-size-medium {
  font-size: 16pt !important;
  line-height: 1.6;
}

.invisible-borders {
  /*border-width: initial;*/
  border-top-width: initial;
  border-top-style: initial;
  border-left-width: initial;
  border-left-style: initial;
  border-right-width: initial;
  border-right-style: initial;
  background: unset;
  outline: none;
  border-color: inherit;
  box-shadow: none;
  border-radius: unset;
  width: fit-content;
  height: fit-content;
}

.flex-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-group.voucher-group {
  flex: 1 1;
  align-items: flex-start;
  flex-flow: row wrap;
  flex-grow: 1;
}
.flex-group.stretch {
  height: 100%;
  justify-content: center;
}

.flex-group > div {
  margin-right: 25px;
  width: max-content;
  /*display: contents;*/
}

.flex-group > button {
  margin-right: 25px;
  width: max-content;
}

.balancer-teams-header {
  margin-left: 40px;
}

ul.balance-teams-list {
  display: inline-block;
}

ul.balance-teams-list li {
  width: 33.333333%;
  float: left;
  list-style: none;
}

ul.balance-teams-list > li {
  width: 350px;
  height: 288px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.41);
  border-radius: 5px;
  opacity: 1;
  margin: 20px 84px 63px 0px;
}

ul.balance-teams-list > li .inside-container {
  padding: 16px 25px;
}

.inside-container > div {
  margin-bottom: 18px;
}

.inside-container .header {
}

.inside-container .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info .left-part {
}

.left-part .report-user-photo-div {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background: #d9d8da 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: center;
  font: Regular 16px/20px Varela Round;
  letter-spacing: 0;
  color: #2d3c45;
}

.left-part .report-user-photo-div > span {
  position: absolute;
  top: 18px;
  transform: translate(-50%, -50%);
}

.info .right-part {
}

.right-part {
}

.graph-data {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: stretch;

  text-align: center;
}

.graph-data > div {
}

.graph-data-circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3fa380;
  margin: 10px;
}

.chooser-circle {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
}

.chooser-circle.active {
  border: 2px solid var(--white);
  background: #40a380 0% 0% no-repeat padding-box;
  opacity: 1;
}

.chooser-circle.previous {
  background: var(--white) 0% 0% no-repeat padding-box;
  border: 2px solid var(--white);
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}

.empty-table-message {
  text-align: center;
  color: #758e9b;
  font-size: 12pt;
  margin: 50px 0;
}

.padding-left-empty {
  padding-left: 0;
}

.user-info {
  width: 315px;
  height: 80px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 14px 0px 0 8px;
}

.user-info .icons {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.user-info .icons > * {
  margin-right: 4px;
}
.user-info .icons > *:nth-child(2),
.user-info .icons > *:last-child {
  margin-right: 16px;
}
.user-info .report-user-photo {
  background: white;
  color: black;
}

ul.list-style-type-none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.balancer-font {
  /* font-style: italic; */
  text-transform: capitalize;
  text-align: center;
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  color: #2d3c45;
}

.balancer-companies-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.balancer-companies-list tbody > tr {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}

.balancer-companies-list th,
.balancer-companies-list td {
  border: none;
  text-align: left;
  padding: 18px;
  border-bottom: 18px;
}

.balancer-companies-list td:first-child {
  border-left-style: solid;
  border-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.balancer-companies-list td:last-child {
  border-right-style: solid;
  border-color: #ffffff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.balancer-companies-list .button-dots {
  height: 30px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 20px;
  text-align: center;
}
.balancer-companies-list[disabled] {
  pointer-events: none;
  cursor: none;
}
.list-style-three {
  max-width: 400px;
}

.list-style-three ul {
  margin-left: 20px;
  margin-top: 5px;
}
.list-style-three li {
  padding: 5px;
}
.list-style-three .border-bottom-line {
  padding-bottom: 10px;
  border-bottom-width: thin;
}
.list-style-three .selected {
  font-weight: bold;
}

.list-archive-directories {
  height: calc(100vh - 500px);
  min-height: 430px;
  overflow-y: auto;
}

.list-archive-directories::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.list-archive-directories::-webkit-scrollbar {
  background-color: #3d4f59;
  width: 6px;
}

.list-archive-directories::-webkit-scrollbar-thumb {
  background-color: #3d4f59;
}

.document-override-modal .modal-content {
  min-width: 450px;
}

.open-report-sub-item {
  padding-left: 40px !important;
}

.odd-white > tr:nth-child(odd),
.odd-white > div:nth-child(odd) {
  background-color: #fff;
}

.recon-nav-small > a {
  width: inherit;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-top-70px {
  margin-top: 70px;
}

.margin-top-100px {
  margin-top: 100px;
}

.jm-select-searchable-items-list-no-margin .jm-select-searchable-items-list {
  margin: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  background: gray;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

input.editable-cell {
  padding-left: 1px;
  padding: 2px 2px;
  margin: 0px 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  width: auto;
  background: transparent;
  text-align: right;
  display: inline-block;
  border: 3px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  color: black;
}

input.editable-cell {
  padding-left: 1px;
  padding: 2px 2px;
  margin: 0px 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  width: auto;
  background: transparent;
  text-align: right;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: black;
}

input.editable-cell.stretch {
  padding: 0px !important;
  margin: 0px !important;
  width: 100% !important;
  height: 100% !important;
}

input.editable-cell:focus {
  outline: 1px solid #777;
  border-top-style: initial;
  border-left-width: initial;
  border-right-width: initial;
  border-left-style: initial;
  border-right-style: initial;
  background: unset;
  border-color: inherit;
  box-shadow: none;
}

input.editable-cell[disabled] {
  color: inherit;
}

input[type="checkbox"].check-box-default {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.full-width {
  width: 100%;
}

.members-list-container {
  position: absolute;
  top: 300px;
  right: 0;
  margin-right: 110px;
}

.color-red {
  color: red;
}

.list-focus {
}

.list-focus :focus,
.list-focus :hover {
  outline: none;
  font-weight: bold;
}

.booking-flex-container {
  display: flex;
}

.booking-flex-comment {
  flex: 0 1 30%;
  margin: 0 10px 0 10px;
}

.booking-flex-options {
  flex: 0 1 70%;
  display: flex;
  margin-left: 50px;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.booking-flex-options-input {
  flex: 0 1 20%;
  padding: 5px;
}
.users-table-list td.extensive-text {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  border: none;
}
.dropdown-clear-button {
  font-size: 12px;
  margin: 0;
  padding: 0 6px;
  border: 1px solid #969da7;
  background-color: white;
}
.button-blank {
  border: none;
  background-color: white;
  outline: none;
}

.searchable-select-input-group {
  width: calc(100% - 40px);
  border-radius: 4px;
}

.searchable-select-input {
  height: 100%;
}

.vertically-centered-absolute {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.relative-inline {
  display: inline-block;
  position: relative;
}

.cursor tr > td [ng-click],
.cursor tr > td [data-ng-click],
.cursor tr > td [x-ng-click] {
  cursor: default;
}
td.checkbox-column {
  max-width: 210px;
}

td.fitwidth {
  width: 1px;
  white-space: nowrap;
}

.task-dropdown-dots-out.recon-adjust {
  float: right;
  margin-top: 4px;
}

a.task-dropdown-menu-link.recon-adjust {
  width: 100%;
  padding: 4px 15px !important;
  margin-top: 4px !important;
}
a.task-dropdown-menu-link[disabled] {
  background-color: #768d9b;
  color: #fff;
}

a.task-dropdown-menu-link[disabled]:hover {
  background-color: #768d9b;
  color: #fff;
}

.task-dropdown-menu.recon-adjust {
  margin-top: 70px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border-top: 1px solid #718b9b !important;
}

.task-dropdown-menu-link.recon-adjust:hover {
  background-color: #384855;
  color: #fff;
}

.setup-screen-set {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.task-dropdown-menu-list-extended {
}
ul.task-dropdown-menu-list-extended > li {
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
}
ul.task-dropdown-menu-list-extended > li > a {
  text-align: left !important;
}

.cut-by-dots {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.expanded-text {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.new-line-text {
  white-space: break-spaces;
}

table.fixed-layout {
  table-layout: fixed;
}

.choosen {
  color: #b3b3b3;
}

hr.settings-splitter {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-bottom: 1.5rem !important;
}

.min-size-button-with-img {
  min-width: 250px;
}

.form-item-width {
  width: 600px;
}

.hower-color:hover {
  color: #23527c;
}
.color-focus-disable:focus {
  color: unset !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.pathway-container .return-link {
  margin: 0 39px 0 5px;
}

.no-padding-minimize-balancer-header {
  padding: 0 !important;
  min-height: 40px !important;
}

.fa-icon-white {
  color: white !important;
}

.setting-chooser-button {
  width: 290px;
  height: 90px;
  border: 2px solid #2d3c45;
  opacity: 1;
  text-align: center;
  margin-right: 80px;
  padding: 10px 10px;
}
.setting-chooser-button.selected {
  background: #2d3c45 0% 0% no-repeat;
}

.setting-chooser-button.selected > .part-icon {
  filter: invert(66%) sepia(94%) saturate(402%) hue-rotate(2deg) brightness(95%)
    contrast(101%);
}

.setting-chooser-button > .part-icon {
  width: 20px;
  height: 20px;
  /*background: #253138 0% 0% no-repeat padding-box;*/
  opacity: 1;
  display: inline;
}

.setting-chooser-button > .part-text-down {
  /*font-size: 0.975em;*/
  font: 14px Montserrat;
  margin-top: 6px;
}

.setting-chooser-button.selected > .part-text-down {
  color: white;
}

.settings-checkbox {
  height: 25px;
  width: 25px;
  margin: 0 auto;
  position: relative;
}

.settings-checkbox label {
  cursor: pointer;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: 0;
  position: absolute;
}

.settings-checkbox label span:after {
  bottom: 0;
  content: url(../../../images/square-regular.svg);
  font: normal normal normal 2em/1 FontAwesome;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.settings-checkbox input[type="checkbox"]:checked + span:after {
  bottom: 0;
  color: #f66b2f;
  content: url(../../../images/check-square-regular_yellow.svg);
  /*font: normal normal normal 2em/1 FontAwesome;*/
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.settings-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.settings-checkbox[disabled] {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.settings-table .settings-checkbox[disabled] {
  opacity: 0.65;
}

.oval-count {
  width: 36px;
  height: 26px;
  left: 5px;
  top: -9px;
  position: relative;
  background: #3e90c7;
  color: #ffffff;
  opacity: 0.9;
  border-radius: 10px;
  font-size: 12px;
}

.description-info-text-effect {
  font: normal normal normal 14px/18px Montserrat;
  letter-spacing: 0px;
  color: #969ca7;
}

.centered-parent-container {
  margin: 0 auto;
  position: relative;
  width: 50%;
}
.centered-parent-container.shifted {
  left: 100px;
}
.centered-parent-container > .centered-child-container {
  transform: translateX(-50%) scale(1, 1);
  position: absolute;
  left: 50%;
}

.centered-child-container-scale {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.max-content {
  width: max-content;
  display: contents;
}

.full-width-page {
  position: relative;
  width: 100%;
  /* admin-sidebar width */
  padding-left: 210px;
}
    .full-width-page > .full-width-page-content {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        padding: 30px 80px;
    }
.full-width-page .flex-group {
  flex-wrap: wrap;
  row-gap: 10px;
}
.full-width-page .table-scroll-container {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 1400px) {
  .full-width-page > .full-width-page-content {
    padding: 24px 40px;
  }
}
@media (max-width: 1550px) {
  .setup-company-page .flex-group > .dropdown.filter {
    display: none;
  }
}
@media (max-width: 992px) {
  .full-width-page {
    padding-left: 0;
  }
  .full-width-page > .full-width-page-content {
    padding: 16px 20px;
  }
  .full-width-page .flex-group > div[style*="margin-left: auto"] {
    margin-left: 0 !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .full-width-page > .full-width-page-content {
    padding: 12px 12px;
  }
}

.settings-white-background {
  min-width: 1200px;
  min-height: 1289px;
  background: var(--white) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  padding: 20px 40px;
}
.choosen {
  color: #b3b3b3;
}

.tooltip-exact-match {
  position: relative;
  margin-top: 4px !important;
  display: inline-block;
}

.tooltip-exact-match .tooltiptext {
  font-family: Arial;
  visibility: hidden;
  width: 250px;
  bottom: 100%;
  left: 50%;
  margin-left: -230px;
  margin-bottom: -80px;
  background-color: #2e3c45;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
}

.exact-search-checkbox-wrapper label {
  display: inline-flex;
  font-weight: normal;
}

.exact-search-checkbox-wrapper input {
  vertical-align: middle;
}

.exact-search-checkbox-wrapper label span {
  margin-top: 1px;
}

.tooltiparrow-above {
  position: absolute;
  margin: -45px 0 0 220px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2e3c45;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-exact-match:hover .tooltiptext {
  visibility: visible;
}

.tooltip-expand {
}

*[tooltip].tooltip-expand {
  position: relative;
}
*[tooltip].tooltip-expand:hover:before {
  content: attr(tooltip);
  top: 1em;
  position: absolute;
  white-space: normal;
  width: 160px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 14px 0px 0 8px;
}

.color-golden-yellow {
  color: #eebc16 !important;
}

.roundedTwo2.horizontal {
  width: auto !important;
  height: auto !important;
  margin: unset !important;
  margin-right: 25px !important;
}
.roundedTwo2.horizontal > label {
  position: relative;
}

.client-info {
  width: 100%;
}
.client-info li span,
.client-info li input {
  margin: 0 20px;
}

.imported-bank-account-dropdown {
}

.imported-bank-account-dropdown ul {
  min-width: 213px;
  max-width: 500px;
}

.imported-bank-account-dropdown ul li a {
  font-size: 12px !important;
}

.imported-account-dropdown ul {
  min-width: 213px;
  max-width: 500px;
}

.imported-bank-dropdown ul li a {
  font-size: 12px !important;
}

table.table-with-wrapping {
  table-layout: fixed;
}

table.table-with-wrapping td {
  word-wrap: break-word;
}

.pdf-options-grid-container {
  display: grid;
  grid-template-columns: auto auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  width: 80%;
  margin: auto;
}

.pdf-options-grid-container .grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 15px;
}

.pdf-options-grid-container .no-border {
  border: none;
}

.vat-accounts-container-scroll {
  height: calc(100vh - 400px);
  overflow: auto;
  width: 100%;
}

.vat-accounts-container-scroll thead th {
  position: -webkit-sticky !important; /* for Safari */
  position: sticky !important;
  top: 0;
}

.vat-accounts-container-scroll tbody th {
  position: -webkit-sticky !important; /* for Safari */
  position: sticky !important;
  left: 0;
}

.p-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pdf-preview-block {
  width: 100%;
  height: calc(100vh - 250px);
}

.image-preview-navigator {
  width: auto;
  margin: 0 auto;
  color: #2e3c45;
}

.image-preview-navigator th {
  padding: 10px;
}

.image-preview-navigator td {
  padding: 5px;
}

.image-preview-navigator th {
  background-color: transparent;
  color: #2e3c45;
}

.image-preview-navigator th select {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.image-preview-block {
  height: calc(100vh - 250px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* styles for back-button in balancer/var and transactions */
/* added to overwrite some bootstrap styling and placements */
#back-button {
  width: 150px;
  color: #d9d9d9;
  border-style: none;
  background-color: #3d4f59;
  margin-bottom: 25px;
  margin-top: -20px;
  margin-left: -5px;
}

#back-button-balancer-wrong {
  width: 150px;
  color: #d9d9d9;
  border-style: none;
  background-color: #3d4f59;
  margin-left: 23px;
  margin-right: 15px;
  margin-top: 10px;
}

#back-button:hover,
#back-button-balancer-wrong:hover {
  color: white;
  background-color: #697d8a;
}
.w-80-px {
  width: 80px !important;
}
.w-100-px {
    width: 100px !important;
}
.w-120-px {
  width: 120px !important;
}
.w-150-px {
  width: 150px !important;
}
.w-200-px {
  width: 200px !important;
  min-width: 200px !important;
}
.w-250-px {
  width: 300px !important;
}
.w-350-px {
  width: 350px !important;
}
.b-r-0 {
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.vertically-center {
  vertical-align: middle;
}
.fit-height-to-content {
  height: auto !important;
}
.settings-set.fit-height-to-content {
  max-height: calc(60vh - 100px);
}

.exact-search-checkbox-wrapper {
  margin-top: 0px;
  padding-bottom: 2px;
}

.periods-inactive-position {
  top: 120px;
}

.period-close-term-button {
  margin-bottom: 10px;
}
/* when no vat and no payroll chosen */

.novat-nopayroll-period-inactive {
  padding-left: 50px;
  padding-right: 50px;
}

.novat-nopayroll-period-is-closed {
  padding-left: 50px;
  padding-right: 5px;
  min-width: 10px !important;
}

/*.novat-nopayroll-period-is-closed1 {
    padding-left: 50px !important;
    padding-right: 40px !important;
    min-width: 150px !important;
}*/

.novat-nopayroll-period-is-closed6 {
  padding-left: 50px !important;
  padding-right: 40px !important;
  min-width: 10px !important;
}

.position-tweak div:nth-child(2) > div:nth-child(2) > div > i {
  margin-left: 22px;
}

.position-tweak12 div:nth-child(2) > div:nth-child(2) > div > i {
  margin-left: 5px;
}

.novat-nopayroll-period-is-closed-icon {
  margin-left: 300%;
}

.novat-nopayroll-period-is-active {
  padding-left: 50px;
  padding-right: 50px;
}

.period-is-closed-icon {
  margin-left: 50%;
}

.novat-nopayroll-period-close-term-button {
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 50px;
}

.w-80-px {
  width: 80px !important;
}

.vertically-center {
  vertical-align: middle;
}

.fit-height-to-content {
  height: auto !important;
}

.exact-search-checkbox-wrapper {
  margin-top: 0px;
  padding-bottom: 2px;
}

.bookDirectlyToSevenOfficeCheckbox {
  position: relative;
  margin-left: 300px;
  margin-top: -27px;
  vertical-align: middle;
}

.bookDirectlyToSevenOfficeCheckbox label {
  margin-bottom: 0px;
  vertical-align: middle;
  font-weight: 100;
}

.bookDirectlyToSevenOfficeCheckbox label input {
  margin-left: -16px;
  margin-top: 3px;
  vertical-align: middle;
  position: absolute;
}

.tooltip-direct-booking {
  position: relative;
  display: inline-block;
}

.tooltip-direct-booking .tooltiptext {
  font-family: Arial;
  visibility: hidden;
  width: 280px;
  bottom: 100%;
  left: 50%;
  margin-left: -260px;
  margin-bottom: 15px;
  background-color: #2e3c45;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 0px;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
}
.tooltip-direct-booking:hover .tooltiptext {
  visibility: visible;
}

.tooltiparrow-below {
  position: absolute;
  margin: 8px 0 0 250px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2e3c45;
}

/*output report grids*/

.vat-fonts {
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #000000;
}

.report-grid {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
}

.report-grid.margin {
}

.report-grid th {
  padding: 10px;
}

.report-grid th {
  /* background-color: #EBECED; */
  color: #2e3c45;
  border: none;
}

.report-grid th select {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.report-grid tr {
  /*   background-color: #F6F7F9;
    border-top: 1px solid #d8d9db2e;
    border-bottom: 1px solid #d8d9db2e;*/
  height: 40px;
}

.report-grid tr.hower-cursor {
  cursor: pointer;
}

.report-grid tr.settings-row-checked * {
  background-color: #2d3c45 !important;
  color: white !important;
}

.report-grid tbody tr:hover {
  /*    opacity: 0.6;
    filter: alpha(opacity=60);*/
}

.report-grid tbody tr.no-selection:hover {
  opacity: 1;
}

.report-grid tbody tr.underline {
  border-bottom: 1px solid #74777b !important;
}

.report-grid tbody tr.settings-row-checked:hover {
  /*    opacity: 0.88;
    filter: alpha(opacity=88);*/
}

.report-grid tr:nth-child(odd) {
  background-color: #fff;
}

.report-grid td {
  border-left-color: #d8d9db;
  border-right-color: #d8d9db;
  border-width: 0.8px;

  /*color: #2e3c45;*/
}

.report-grid .sub-row td {
  padding: 0;
  border: 0;
}

.report-grid a > span {
  color: #2d3c45 !important;
}

.report-grid > thead > tr {
  background: #b8cce4;
}

.report-grid .header-numbers {
  text-align: center;
  width: 200px;
}

.ng-scope form input.ng-invalid-pattern,
.ng-scope table.report-grid textarea.ng-invalid {
  outline: none;
  border: 1px solid red;
}

.report-grid-embeded {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #000000;
}

.report-grid-embeded th {
  padding: 10px;
}

.report-grid-embeded th {
  /* background-color: #EBECED; */
  color: #2e3c45;
  border: none;
}

.report-grid-embeded th select {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.report-grid-embeded tr {
  background-color: #f6f7f9;
  border-top: 1px solid #d8d9db2e;
  border-bottom: 1px solid #d8d9db2e;
  height: 40px;
}

.report-grid-embeded tr.hower-cursor {
  cursor: pointer;
}

.report-grid-embeded tr.settings-row-checked * {
  background-color: #2d3c45 !important;
  color: white !important;
}

.report-grid-embeded tbody tr:hover {
  /*    opacity: 0.6;
    filter: alpha(opacity=60);*/
}

.report-grid-embeded tbody tr.no-selection:hover {
  opacity: 1;
}

.report-grid-embeded tbody tr.underline {
  border-bottom: 1px solid #74777b !important;
}

.report-grid-embeded tbody tr.settings-row-checked:hover {
  /*    opacity: 0.88;
    filter: alpha(opacity=88);*/
}

.report-grid-embeded tr:nth-child(odd) {
  background-color: #fff;
}

.report-grid-embeded td {
  padding: 5px;
  border-left-color: #d8d9db;
  border-right-color: #d8d9db;
  border-width: 0.8px;
  /*color: #2e3c45;*/
}

.report-grid-embeded .sub-row td {
  padding: 0;
  border: 0;
}

.report-grid-embeded a > span {
  color: #2d3c45 !important;
}

.report-grid-embeded .account-no-column {
  width: 140px;
}

.report-grid-embeded .name-column {
  min-width: 300px;
  /*width:auto;*/
  word-wrap: break-word;
}

.report-grid-embeded tr.border-bottom-line {
  border-bottom: #bcbec0;
  border-bottom-style: solid;
  border-width: 2px;
}

/*holiday pay report tables*/
/*holiday pay report tables*/

.holiday-pay-grid .amount-column {
  width: 200px;
  text-align: right;
}

.holiday-pay-grid .rate-column {
  width: 200px;
  text-align: center;
}

.holiday-pay-grid .account-no-column {
  width: 200px;
  text-align: center;
}

.holiday-pay-grid .name-column {
  min-width: 300px;
  word-wrap: break-word;
  text-align: left;
}

ul > li.selected {
  padding-bottom: 2px;
  border-bottom: 2px solid black;
}

.tooltip-rules {
  position: relative;
  display: inline-block;
}

.tooltip-rules .tooltiptext {
  font-family: Arial;
  visibility: visible;
  width: 280px;
  bottom: 100%;
  left: 50%;
  margin-left: -230px;
  margin-bottom: -140px;
  background-color: #2e3c45;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 0px;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  -webkit-filter: drop-shadow(-1px -1px -1px white);
  filter: drop-shadow(0px -1px 0.1px rgb(255, 255, 255, 0.3));
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

select.noborder {
  border: 0;
  outline: 0;
  background: none;
  width: 100%;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tooltip-rules .tooltiparrow-above {
  position: absolute;
  margin: -45px 0 0 220px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2e3c45;
  /*        -webkit-filter: drop-shadow(-1px -1px -1px gray);
        filter: drop-shadow(0px -5px 0.4px #2d353c);*/
}

.hideBox {
  visibility: visible;
  z-index: 5;
  width: 20px;
  height: 18px;
  background-color: rgb(78, 100, 113, 1.8);
  display: inline-block;
}

/*admin landing page*/
.company-selector-dropdown {
  color: #2e3c45;
}

.company-selector-dropdown:hover {
  color: #000000;
}

.settings-container {
  padding-bottom: 30px;
}

.settings-container2 {
  padding-top: 3%;
  left: 10%;
  max-width: 80%;
}

.settings-header-container {
  position: absolute;
}

.settings-header {
  position: relative;
  list-style: none;
}

.settings-header-span {
  margin: 0 auto;
  font-size: 24px;
}

#company_Settings {
  background-color: rgba(246, 247, 249, 1);
  overflow: hidden;
  list-style: none;
  --web-view-name: Company Settings;
  --web-view-id: Company_Settings;
  --web-scale-on-resize: true;
  --web-enable-deep-linking: true;
}

#settings-button {
  background-color: #969ca7;
}

.settings-button {
  /*position: absolute;*/
  background-color: #fff;
  overflow: visible;
  width: 700px;
  height: 80px;
  border-style: none;
  border-block-width: 0px;
}

.settings-button:hover {
  background-color: #fff;
  border-style: none none solid none;
  border-block-width: 1px;
  border-block-color: #f76c2f;
  /*transition: all 200ms;*/
  /*box-shadow: 0px -1px 3px lightgray, -1px -1px 3px lightgray, 1px -1px 3px lightgray, -0px 2px 2px #f76c2f;*/
}

.settings-icon > span {
  color: darkgray;
}

.settings-button:hover .settings-icon > span {
  color: #3d4f59;
  transition: color 200ms;
}

.settings-button:hover .settings-icon {
  color: #3d4f59;
  transition: color 200ms;
  opacity: 0.8;
}

.settings-button:hover .button-header > span {
  transition: all 200ms;
  color: #2e3c45;
  font-weight: 500;
}

.report-settings-label {
  font-weight: 500;
}

.button-header {
  left: 32px;
  top: 18px;
  position: absolute;
  overflow: visible;
  width: 380px;
  height: 26px;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.button-header span {
  color: rgba(45, 60, 69, 1);
}

.button-sub-header {
  left: 33px;
  top: 43px;
  position: absolute;
  overflow: visible;
  width: 372px;
  height: 31px;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  color: rgba(61, 79, 89, 1);
}

.settings-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 635px;
  top: 33px;
  overflow: visible;
  opacity: 0.45;
}

#settings-category-header {
  top: -25px;
  position: absolute;
  overflow: visible;
  width: 83px;
  height: 19px;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgba(61, 79, 89, 1);
}

.settings-overview {
  position: relative;
  left: 15%;
  top: 1%;
  padding-bottom: 10px;
  list-style: none;
}

.settings1 {
  position: relative;
  left: 15%;
  top: 1%;
  padding-bottom: 50px;
  list-style: none;
}

.settings2 {
  position: relative;
  left: 15%;
  top: 400%;
  padding-bottom: 50px;
  list-style: none;
}

.settings-item {
  position: relative;
}

.grayed-out .settings-button {
  background-color: #f8f8f8;
  border-style: none none none none;
  font-weight: normal;
}

.grayed-out .settings-button:hover .button-header > span {
  background-color: #f8f8f8;
  border-style: none none none none;
  font-weight: normal;
}

.grayed-out .settings-button:hover .settings-icon {
  color: #3d4f59;
  opacity: 0.45;
}

.altinn-balancer-overview-button {
  /*background: white;*/
  display: grid;
  grid-template-columns: 1% 15% auto;
  grid-template-rows: 55% 45%;
  height: 70px;
  width: 240px;
  position: relative;
  border-radius: 5px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}

.altinn-balancer-overview-button:active {
  color: #3d4f59;
  position: relative;
  top: 1px;
}

.altinn-balancer-overview-button:hover {
  color: #3d4f59;
  opacity: 1;
}

a.altinn-balancer-overview-button:focus {
  /*color: #778e9c;*/
  outline: none;
  text-decoration: none;
}

.altinn-balancer-overview-button-position {
  position: absolute !important;
  left: 0px;
  float: none;
  padding-left: 3px;
}

.part-icon-altinn {
  height: 22px;
  width: 22px;
  opacity: 0.43;
}

.altinn-balancer-overview-button-position div:hover > img {
  opacity: 1;
  position: relative;
}

.modal-warning-text {
  text-align: left;
  font-weight: normal;
  color: #2d353c;
  font-size: 14px;
  margin-top: -40px;
  padding-bottom: 40px;
}

.tooltiptext-vatError-mothercompany {
  position: relative;
  display: inline-block;
}

.tooltiptext-vatError-mothercompany .tooltiptext {
  width: 280px;
  bottom: 0px;
  left: 0%;
  margin-left: -180px;
  margin-bottom: 40px;
  background-color: #3f4e57;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  -webkit-filter: drop-shadow(-1px -1px -1px white);
  filter: drop-shadow(0px -1px 0.1px rgb(255, 255, 255, 0.3));
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  pointer-events: none;
}

.tooltiptext-vatError-mothercompany span btn {
  pointer-events: all;
}

.tooltiparrow-below-vatError-mothercompany {
  position: absolute;
  margin: 10px 0 0 105px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #3f4e57;
}

.twelve-terms-report-positioning {
  position: fixed;
  /*top: 5%;*/
  left: 7%;
  margin-top: -40px;
  margin-left: -70px;
}

.no-vat-no-payroll-1 {
  position: fixed;
  margin-top: -40px;
  margin-left: 3%;
}

.no-vat-no-payroll-6 {
  position: fixed;
  margin-top: -40px;
  margin-left: 6%;
}

.no-vat-no-payroll-12 {
  position: fixed;
  margin-left: 23%;
}

.no-vat-no-payroll-width {
  max-width: 100px !important;
}

.balancer-overview-min-height {
  min-height: 270px !important;
}
.balancer-overview-min-height-minimized {
  min-height: 100px !important;
}

.twelve-terms-table-container-positioning {
  margin-top: 260px !important;
}

.one-term-table-container-positioning {
  left: 45% !important;
}

.aiia-modal-link {
  margin-top: -130px;
  margin-left: 16px;
  position: absolute;
  font-family: inherit;
  font-size: inherit;
}

.aiia-modal-link-icon {
  position: absolute;
  margin-top: -136px !important;
  margin-left: 120px !important;
}

.preliminary-report-notFlagged {
  color: dimgray !important;
}

.balancer-gray-color {
  color: #2d3c45;
}

.translations-container {
  font-size: inherit;
  font-family: inherit;
  position: fixed;
  left: 18%;
  margin-top: 30px;
  max-width: 100%;
  width: 100%;
  height: 80%;
  overflow-y: scroll;
  padding-bottom: 20px;
}

.translations-settings {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 10%;
  padding-top: 2%;
}

.info-box {
  display: flex;
  align-items: center;
}

.capitalize {
  text-transform: capitalize;
}

.api-settings-row td,
.api-settings-row th {
  padding: 0 5px;
}

.datatable-secondary-color {
  background-color: #f3f4f4 !important;
}

.translations-subheader {
  font-size: 20px;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.margin-top-2px {
  margin-top: 2px !important;
}

.translations-td {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding-left: 10px;
}

.translations-tr {
  background-color: #fff;
  height: 24px;
}

.add-remove-tr-btn {
  width: 70px;
  height: 24px !important;
}

.translations-scroll {
  height: 600px;
  overflow-y: scroll;
}

.settings-table-button-row {
  display: flex;
  padding-left: 1.6rem;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.settings-table-button-row div:last-child {
  margin-left: auto;
}

.settings-table-button-row a[disabled="disabled"] {
  color: #697d8a !important;
  cursor: default;
  opacity: 1;
}

.settings-sub-header-span {
  margin: 0 auto 2rem auto;
  display: inline-block;
  font-size: 18px;
}

.settings-table-scrollable {
  max-height: 50rem;
  overflow-y: scroll;
}

.modal-settings-row-flex-center {
  display: flex;
  align-items: center;
}

.modal-settings-row-flex-start {
  display: flex;
  align-items: flex-start;
}

.ng-hide.preserve-space-while-hidden {
  visibility: hidden !important;
  display: block !important;
}

.report-input-grid {
  display: inline-grid;
  grid-template-columns: 1fr 200px;
  grid-auto-flow: row;
  grid-gap: 10px;
}

.info-flex-row {
  display: flex;
  align-items: center;
}

.voucher-import-table-wrapper {
  margin-right: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  overflow-y: auto;
  max-height: 400px;
}

#seven-office-info .input-group input,
#seven-office-info .input-group #parent-corp {
  min-width: 250px;
}

.warning-with-red-background {
  background-color: #ff0000;
  padding: 0px 5px 0px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.name-header-item {
  position: relative;
}

.settings1.visma-business-banner {
  background-color: #f6f7f9;
  border-left: 4px solid #768d9b;
  padding: 15px 20px;
  margin-bottom: 60px;
  width: 700px;
  display: flex;
  align-items: flex-start;
  border-radius: 0;
}

.settings1.visma-business-banner i {
  margin-right: 12px;
  font-size: 18px;
  margin-top: 2px;
  color: #768d9b;
  flex-shrink: 0;
}

.settings1.visma-business-banner > div {
  flex: 1;
  color: #2d3c45;
  font-size: 14px;
  line-height: 1.6;
}

.settings1.visma-business-banner strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #253138;
  font-size: 15px;
}

.settings1.visma-business-banner a {
  color: #3f90c7;
  text-decoration: underline;
  margin-left: 5px;
}

.settings1.visma-business-banner a:hover {
  color: #2d6a96;
  text-decoration: none;
}

.new-notification-card {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1050;
  width: 250px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  display: none;
}

.new-notification-card.show {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.new-notification-content {
  padding: 10px;
  background: white;
  border-radius: 5px;
}

.new-notification-body p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-login-logo {
  max-width: 400px;
  width: 60%;
  margin: 0 auto 4em;
}

.modal-login-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Organization Selector Styles */
.org-selector-container {
  max-width: 500px;
  margin: 0 auto;
}

.organization-list {
  margin: 20px 0;
}

.organization-item {
  border: 2px solid #dad9da;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.organization-item:hover {
  border-color: #253138;
  background-color: #f8f9fa;
}

.organization-item.selected {
  border-color: #253138;
  background-color: #e7f3ff;
}

.organization-info {
  flex: 1;
}

.organization-name {
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #253138;
  font-size: 14pt;
}

.organization-role {
  margin: 0;
  font-size: 12pt;
  color: #697d8a;
}

.organization-check {
  color: #253138;
  font-size: 18px;
}

.org-selector-button-container {
  margin-top: 20px;
}

.org-search-container {
  margin-bottom: 15px;
}

.org-search-input-wrapper {
  position: relative;
}

.org-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #697d8a;
  font-size: 14px;
  pointer-events: none;
}

.org-search-input {
  padding-left: 36px;
}

.organization-list {
  max-height: 360px;
  overflow-y: auto;
}

.altinn-status-text {
  margin-left: 5px;
}

.icon-badge-plus {
  position: absolute;
  right: 29px;
  top: 29px;
  font-size: 0.5em;
  color: white;
  background: #2e3c45;
  border: 1px solid #2e3c45;
  border-radius: 50%;
  width: 1.1em;
  height: 1.1em;
}

.acc-nav-a:hover .icon-badge-plus {
  background: #3f5260; /* Lighter shade for hover */
  border-color: #3f5260;
}


/* VAT Error Warning Banner */
.vat-error-warning-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #fff3cd;
  border-bottom: 1px solid #ffc107;
  color: #856404;
  font-size: 14px;
}

.vat-error-warning-banner i.fa-exclamation-triangle {
  font-size: 18px;
  color: #e0a800;
}

.vat-error-warning-link {
  margin-left: auto;
  color: #856404;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.vat-error-warning-link:hover {
  color: #533f03;
  text-decoration: underline;
}

.vat-error-warning-link i.fa-arrow-right {
  font-size: 12px;
}




