@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fraunces:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Great+Vibes&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pacifico&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap");
html,
body {
  height: 100%;
  background: #fafafb; }

.warning-text {
  cursor: default !important; }

.responsive-table {
  overflow: auto;
  width: 100%;
  position: relative; }

@media (min-height: 250px) {
  .responsive-table {
    max-height: 35vh; } }

@media (min-height: 500px) {
  .responsive-table {
    max-height: 45vh; } }

@media (min-height: 750px) {
  .responsive-table {
    max-height: 61vh; } }

.content-block-policy {
  font-size: 1.1rem !important; }
  .content-block-policy a {
    text-decoration: underline;
    color: #1e73be; }
    .content-block-policy a:hover {
      color: #d93;
      text-decoration-style: dotted;
      text-decoration-skip-ink: none;
      transition: all 0.3s ease; }
  .content-block-policy .sub-title {
    text-decoration: underline;
    font-weight: 600; }
  .content-block-policy h3::after {
    border-bottom: 0; }

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

.migration-date-input {
  display: inline-block; }

small,
.small {
  font-size: 90%; }

*:focus,
.page-link:focus,
.form-control:focus,
button:focus,
.btn:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none; }

a {
  cursor: pointer; }

a:hover {
  color: #005c96; }

a:not([href]),
a:not([href]):not([tabindex]) {
  cursor: pointer; }

/*.text-link[role="button"]:hover,
.text-info[role="button"]:hover{text-decoration:none}*/
input[type="file"] {
  overflow: hidden;
  text-overflow: ellipsis; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .left-group-icon {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-prepend > .right-group-icon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  /*border-left:0*/ }

.input-group-prepend .btn-danger:hover {
  background: #c82333 !important;
  color: #fff !important; }

.btn-outline-default {
  border: 1px solid #ced4da; }

.btn-outline-default:hover {
  background: #e3e3e3; }

div.dataTables_wrapper div.dataTables_processing {
  z-index: 9; }

.btn-no {
  background: none;
  border: none;
  padding: 0; }

.btn-no.btn-sm {
  padding: 0.25rem 0.5rem; }

.btn-semi-primary {
  border: 2px solid #676767; }

.btn-semi-primary:hover {
  background: #676767;
  color: #ffffff; }

.btn-danger,
.btn-danger:hover {
  border: 1px solid #dc3545; }

.btn {
  border-width: 1px !important; }

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:hover,
a.btn-danger:not([href]):hover {
  color: #dc3545; }

.btn-secondary:not(:disabled):not(.disabled):active {
  color: #FAA71D; }

.fs-1 {
  font-size: 1rem; }

.fs-2 {
  font-size: 2rem; }

.fs-3 {
  font-size: 3rem; }

.fs-4 {
  font-size: 4rem; }

.fs-5 {
  font-size: 5rem; }

.fs-6 {
  font-size: 6rem; }

.fs-micro {
  font-size: 0.65rem !important; }

.fs-nano {
  font-size: 0.6875rem !important; }

.fs-xs {
  font-size: 0.75rem !important; }

.fs-sm {
  font-size: 0.78125rem !important; }

.fs-b {
  font-size: 0.8125rem !important; }

.fs-md {
  font-size: 0.875rem !important; }

.fs-lg {
  font-size: 0.9375rem !important; }

.fs-xl {
  font-size: 1rem !important; }

.fs-xxl {
  font-size: 1.25rem !important; }

.fs-xxxl {
  font-size: 1.75rem !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.fw-bold {
  font-weight: bold !important; }

.label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block; }

.card {
  border: 1px solid #ced4da; }

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

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

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

.text-small {
  font-size: 0.8em; }

.text-lowercase:first-letter,
.text-lowercase {
  text-transform: lowercase; }

.text-sentencecase:first-letter {
  text-transform: capitalize; }

th.text-lowercase:first-letter,
th.text-lowercase {
  text-transform: capitalize !important; }

.text-nodecoration {
  text-transform: inherit; }

.text-nowrap {
  white-space: nowrap; }

.text-break {
  word-break: break-word; }

.text-breakall {
  word-break: break-all; }

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

.text-dotted {
  border-bottom: 1px dotted; }

.text-dashed {
  border-bottom: 1px dashed; }

.dd-none {
  display: none; }

.dd-flex {
  display: flex; }

.dd-inline-block {
  display: inline-block; }

.text-blue {
  color: #2f4cdd !important; }

.Black {
  color: Black; }

.Blue {
  color: Blue; }

.Red {
  color: Red; }

.Yellow {
  color: Yellow; }

.Green {
  color: Green; }

.Orange {
  color: Orange; }

.Gray {
  color: Gray; }

.Light-Gray {
  color: lightgray; }

.Dark-Gray {
  color: darkgray; }

.Magenta {
  color: Magenta; }

.Cyan {
  color: Cyan; }

.Pink {
  color: Pink; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.2; }

.opacity-2 {
  opacity: 0.4; }

.opacity-3 {
  opacity: 0.6; }

.opacity-4 {
  opacity: 0.8; }

.opacity-5 {
  opacity: 1; }

.passwordInput {
  position: relative; }

.passwordInput input {
  padding-right: 35px; }

.passwordInput button {
  position: absolute;
  top: 0;
  right: 0; }

.objectCheckbox label.disabled,
label.disabled,
label.switch.disabled {
  cursor: not-allowed; }

.noLine:after,
.noline:after,
.noLine:before,
.noline:before {
  content: none;
  display: none; }

.card {
  transition: all 0.15s ease-in-out; }

.flex-break {
  flex-basis: 100%;
  height: 0; }

.alert {
  border: 0; }

.alert-info {
  background-color: #daeffd;
  color: #2b6a94;
  border-color: #2b6a94; }

.alert-warning {
  background-color: #fef6dd;
  color: #957d32;
  border-color: #957d32; }

/*.alert-success{background-color:#cff5f2;color:#0a7c71;border-color:#0a7c71}*
.alert-success{background-color:#4caf50;color:$white}*/
.alert-danger,
.alert-error {
  background-color: #fddddd;
  color: #933432;
  border-color: #933432; }

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #a1a1a1; }

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #a1a1a1; }

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #a1a1a1; }

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #a1a1a1; }

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #a1a1a1; }

.btn-save,
a.btn-save:not([href]) {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-save:hover,
.btn-save:focus,
.btn-save.focus,
a.btn-save:not([href]):hover,
a.btn-save:not([href]):focus,
.btn-save:not(:disabled):not(.disabled):active,
.btn-save:not(:disabled):not(.disabled).active {
  color: #0069d9;
  background-color: transparent;
  border-color: #0062cc; }

.text-save {
  color: #007bff; }

.btn-outline-save,
a.btn-outline-save:not([href]) {
  color: #007bff;
  background-color: transparent;
  border-color: #007bff; }

.btn-outline-save:hover,
a.btn-outline-save:not([href]):hover,
.btn-outline-save:focus,
a.btn-outline-save:not([href]):focus {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-hover-cancel {
  position: relative;
  overflow: hidden; }

.btn-hover-cancel:hover:after {
  content: "Cancel Request";
  position: absolute;
  color: #ffffff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 110%;
  background: #007bff;
  height: 110%;
  display: block;
  border-color: red;
  line-height: 1.75rem; }

.flex-wrap-inherit {
  flex-wrap: inherit; }

.btns-block .btn {
  margin: 0.22rem 0.12rem; }

.btns-block .btn:first-child {
  margin-left: 0; }

.btns-block .btn:last-child {
  margin-right: 0; }

.badges-block .badge {
  margin: 0.22rem 0.12rem; }

.badges-block .badge:first-child {
  margin-left: 0; }

.badges-block .badge:last-child {
  margin-right: 0; }

.badge-btns-block {
  display: flex !important;
  flex-wrap: wrap;
  width: 150px;
  justify-content: flex-start; }

.badge-btns-block .badge-btn {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  margin: 0.22rem 0.12rem; }

.badge-btns-block .badge-btn:first-child {
  margin-left: 0; }

.badge-btns-block .badge-btn:last-child {
  margin-right: 0; }

.badge-btn {
  padding: 0.1rem 0.2rem;
  text-align: center;
  font-size: 90%;
  display: inline-block;
  border-width: 1px;
  transition: all 0.15s ease;
  border-style: solid; }

.badge-btn i {
  font-size: 10px;
  padding-right: 5px; }

.badge-btn:hover {
  text-decoration: none;
  border-width: 1px; }

.tooltip-inner {
  padding: 0.2rem 0.35rem;
  font-size: 12px; }

.emptyCardContainer {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: -5px;
  overflow: hidden;
  padding: 20px 0; }

.emptyCardContainer + * {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; }

.emptyCardTitle {
  font-weight: 500;
  font-style: italic; }

.select2.select2-container {
  width: 100% !important; }

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  min-height: calc(1.5em + 0.75rem + 2px) !important;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  padding: 0.35rem 0.75rem; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered,
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  line-height: inherit !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da; }

.inputHeight {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0;
  height: calc(1.5em + 0.75rem + 2px);
  display: block; }

.inputError {
  border: 1px solid #dc3545;
  position: relative;
  background: url("/img/icons/inputError.png");
  background-size: 27px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right -5px center; }

.fieldError {
  color: #dc3545;
  font-size: 85%;
  display: block;
  text-transform: none;
  font-weight: normal; }

.fieldError:first-letter {
  text-transform: capitalize; }

.form-help-text {
  font-size: 90%; }

.formHelpText {
  font-size: 90%; }

label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-weight: 500; }

.form-group label {
  font-weight: 500; }

.card-header,
.card-body,
.card-footer {
  padding: 0.75rem; }

.text-grey {
  color: #676767; }

.badge-grey {
  background: #e3e3e3;
  color: #676767; }

.btn-grey {
  background: #e3e3e3;
  color: #676767; }

.btn-grey.active,
.btn-grey.active:hover,
.btn-grey:hover {
  background: #676767;
  color: #ffffff; }

.switch-field {
  display: flex;
  overflow: hidden; }

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.switch-field label {
  background-color: #e4e4e4;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out; }

.switch-field label:hover {
  cursor: pointer; }

.switch-field input:checked + label {
  background-color: #FAA71D;
  color: #ffffff;
  box-shadow: none; }

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px; }

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0; }

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.card .card-header {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.card .card-header.collapsed {
  background: #ffffff; }

.text-capital:first-letter {
  text-transform: capitalize; }

.refund-policy-text {
  margin-right: 50px;
  margin-top: -3px; }

.btn-tabs {
  justify-content: flex-end;
  border: 0; }

.btn-tabs .nav-item {
  border: 0; }

.nav-tabs.btn-tabs .nav-link {
  border: 0;
  border-radius: 0;
  margin: 5px;
  border: 1px solid;
  font-size: 16px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 29px;
  padding: 0; }

.nav-tabs.btn-tabs .nav-link.active {
  background: #FAA71D;
  border-color: #FAA71D; }

.contactCity {
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 230px;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); }

/*.toast{text-transform:capitalize}*/
/*.toast:first-letter{text-transform:capitalize}*/
.toast-default {
  background-color: #030303; }

.toast.toast-error {
  border: none;
  background-color: #f44336; }

.toast.toast-success {
  border: none;
  color: #155724;
  background-color: #4caf50; }

.toast.toast-warning {
  border: none;
  color: #856404;
  background-color: #ff9800; }

.toast.toast-info {
  border: none;
  background: #20252b; }

.alias {
  cursor: alias; }

.all-scroll {
  cursor: all-scroll; }

.auto {
  cursor: auto; }

.cell {
  cursor: cell; }

.context-menu {
  cursor: context-menu; }

.col-resize {
  cursor: col-resize; }

.copy {
  cursor: copy; }

.crosshair {
  cursor: crosshair; }

.default {
  cursor: default; }

.e-resize {
  cursor: e-resize; }

.ew-resize {
  cursor: ew-resize; }

.grab {
  cursor: grab; }

.grabbing {
  cursor: grabbing; }

.help {
  cursor: help; }

.move {
  cursor: move; }

.n-resize {
  cursor: n-resize; }

.ne-resize {
  cursor: ne-resize; }

.nesw-resize {
  cursor: nesw-resize; }

.ns-resize {
  cursor: ns-resize; }

.nw-resize {
  cursor: nw-resize; }

.nwse-resize {
  cursor: nwse-resize; }

.no-drop {
  cursor: no-drop; }

.none {
  cursor: none; }

.not-allowed {
  cursor: not-allowed; }

.pointer {
  cursor: pointer; }

.progress {
  cursor: progress; }

.row-resize {
  cursor: row-resize; }

.s-resize {
  cursor: s-resize; }

.se-resize {
  cursor: se-resize; }

.sw-resize {
  cursor: sw-resize; }

.text {
  cursor: text; }

.url {
  cursor: url(myBall.cur), auto; }

.w-resize {
  cursor: w-resize; }

.wait {
  cursor: wait; }

.zoom-in {
  cursor: zoom-in; }

.zoom-out {
  cursor: zoom-out; }

.scrollable-div {
  overflow-y: auto; }

.ht-m100 {
  max-height: 100px; }

.ht-m120 {
  max-height: 120px; }

.ht-m140 {
  max-height: 140px; }

.ht-m160 {
  max-height: 160px; }

.ht-m170 {
  max-height: 170px; }

.ht-m180 {
  max-height: 180px; }

.ht-m200 {
  max-height: 200px; }

.ht-m250 {
  max-height: 250px; }

.ht-m300 {
  max-height: 300px; }

.ht-m400 {
  max-height: 400px; }

.ht-m500 {
  max-height: 500px; }

.ht-m600 {
  max-height: 600px; }

.ht-m700 {
  max-height: 700px; }

.ht-m800 {
  max-height: 800px; }

.ht-m900 {
  max-height: 900px; }

.ht-10 {
  height: 10px; }

.ht-20 {
  height: 20px; }

.ht-30 {
  height: 30px; }

.ht-40 {
  height: 40px; }

.ht-50 {
  height: 50px; }

.ht-60 {
  height: 60px; }

.ht-70 {
  height: 70px; }

.ht-80 {
  height: 80px; }

.ht-90 {
  height: 90px; }

.ht-100 {
  height: 100px; }

.ht-120 {
  height: 120px; }

.ht-130 {
  height: 130px; }

.ht-140 {
  height: 140px; }

.ht-150 {
  height: 150px; }

.ht-160 {
  height: 160px; }

.ht-170 {
  height: 170px; }

.ht-180 {
  height: 180px; }

.ht-200 {
  height: 200px; }

.ht-220 {
  height: 220px; }

.ht-230 {
  height: 230px; }

.ht-240 {
  height: 240px; }

.ht-250 {
  height: 250px; }

.ht-260 {
  height: 260px; }

.ht-270 {
  height: 270px; }

.ht-300 {
  height: 300px; }

.ht-350 {
  height: 350px; }

.ht-400 {
  height: 400px; }

.ht-500 {
  height: 500px; }

.ht-600 {
  height: 600px; }

.ht-700 {
  height: 700px; }

.ht-800 {
  height: 800px; }

.ht-900 {
  height: 900px; }

.mh-60 {
  min-height: 60px; }

.mh-70 {
  min-height: 70px; }

.mh-80 {
  min-height: 80px; }

.mh-90 {
  min-height: 90px; }

.mh-100 {
  min-height: 100px; }

.mh-110 {
  min-height: 110px; }

.mh-120 {
  min-height: 120px; }

.mh-130 {
  min-height: 130px; }

.mh-140 {
  min-height: 140px; }

.mh-150 {
  min-height: 150px; }

.mh-160 {
  min-height: 160px; }

.mh-170 {
  min-height: 170px; }

.mh-180 {
  min-height: 180px; }

.mh-190 {
  min-height: 190px; }

.mh-200 {
  min-height: 200px; }

.mh-210 {
  min-height: 210px; }

.wt-10 {
  width: 10px; }

.wt-20 {
  width: 20px; }

.wt-30 {
  width: 30px; }

.wt-40 {
  width: 40px; }

.wt-50 {
  width: 50px; }

.wt-60 {
  width: 60px; }

.wt-70 {
  width: 70px; }

.wt-80 {
  width: 80px; }

.wt-90 {
  width: 90px; }

.wt-100 {
  width: 100px; }

.wt-110 {
  width: 110px; }

.wt-120 {
  width: 120px; }

.wt-130 {
  width: 130px; }

.wt-140 {
  width: 140px; }

.wt-150 {
  width: 150px; }

.wt-160 {
  width: 160px; }

.wt-180 {
  width: 180px; }

.wt-200 {
  width: 200px; }

.wt-220 {
  width: 220px; }

.wt-230 {
  width: 230px; }

.wt-240 {
  width: 240px; }

.wt-250 {
  width: 250px; }

.wt-260 {
  width: 260px; }

.wt-270 {
  width: 270px; }

.wt-300 {
  width: 300px; }

.wt-310 {
  width: 310px; }

.wt-320 {
  width: 320px; }

.wt-330 {
  width: 330px; }

.wt-340 {
  width: 340px; }

.wt-350 {
  width: 350px; }

.wt-400 {
  width: 400px; }

.wt-450 {
  width: 450px; }

.wt-500 {
  width: 500px; }

.wt-600 {
  width: 600px; }

.wt-700 {
  width: 700px; }

.wt-800 {
  width: 800px; }

.wt-900 {
  width: 900px; }

.mw-60 {
  min-width: 60px; }

.mw-70 {
  min-width: 70px; }

.mw-80 {
  min-width: 80px; }

.mw-90 {
  min-width: 90px; }

.mw-100 {
  min-width: 100px; }

.mw-110 {
  min-width: 110px; }

.mw-120 {
  min-width: 120px; }

.mw-130 {
  min-width: 130px; }

.mw-140 {
  min-width: 140px; }

.mw-150 {
  min-width: 150px; }

.mw-160 {
  min-width: 160px; }

.mw-170 {
  min-width: 170px; }

.mw-180 {
  min-width: 180px; }

.mw-190 {
  min-width: 190px; }

.mw-200 {
  min-width: 200px; }

.mw-210 {
  min-width: 210px; }

.mw-250 {
  min-width: 250px; }

.mw-300 {
  min-width: 300px; }

.mw-350 {
  min-width: 350px; }

.mw-400 {
  min-width: 400px; }

.mw-450 {
  min-width: 450px; }

.mw-60i {
  min-width: 60px !important; }

.mw-70i {
  min-width: 70px !important; }

.mw-80i {
  min-width: 80px !important; }

.mw-90i {
  min-width: 90px !important; }

.mw-100i {
  min-width: 100px !important; }

.mw-110i {
  min-width: 110px !important; }

.mw-120i {
  min-width: 120px !important; }

.mw-130i {
  min-width: 130px !important; }

.mw-140i {
  min-width: 140px !important; }

.mw-150i {
  min-width: 150px !important; }

.mw-160i {
  min-width: 160px !important; }

.mw-170i {
  min-width: 170px !important; }

.mw-180i {
  min-width: 180px !important; }

.mw-190i {
  min-width: 190px !important; }

.mw-200i {
  min-width: 200px !important; }

.mw-210i {
  min-width: 210px !important; }

.wt-m40 {
  max-width: 40px; }

.wt-m50 {
  max-width: 50px; }

.wt-m60 {
  max-width: 60px; }

.wt-m70 {
  max-width: 70px; }

.wt-m80 {
  max-width: 80px; }

.wt-m90 {
  max-width: 90px; }

.wt-m100 {
  max-width: 100px; }

.wt-m110 {
  max-width: 110px; }

.wt-m120 {
  max-width: 120px; }

.wt-m130 {
  max-width: 130px; }

.wt-m140 {
  max-width: 140px; }

.wt-m150 {
  max-width: 150px; }

.wt-m160 {
  max-width: 160px; }

.wt-m170 {
  max-width: 170px; }

.wt-m180 {
  max-width: 180px; }

.wt-m190 {
  max-width: 190px; }

.wt-m200 {
  max-width: 200px; }

.wt-m210 {
  max-width: 210px; }

.wt-m220 {
  max-width: 220px; }

.wt-m230 {
  max-width: 230px; }

.wt-m240 {
  max-width: 240px; }

.wt-m250 {
  max-width: 250px; }

.wt-m300 {
  max-width: 300px; }

.wt-m400 {
  max-width: 400px; }

.wt-m450 {
  max-width: 450px; }

.wt-m500 {
  max-width: 500px; }

.wt-m600 {
  max-width: 600px; }

.wt-m700 {
  max-width: 700px; }

.wt-m800 {
  max-width: 800px; }

.wt-m900 {
  max-width: 900px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.ml-60 {
  margin-left: 60px; }

.ml-70 {
  margin-left: 70px; }

.ml-80 {
  margin-left: 80px; }

.ml-90 {
  margin-left: 90px; }

.ml-100 {
  margin-left: 100px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-90 {
  margin-right: 90px; }

.mr-100 {
  margin-right: 100px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v-align-top {
  vertical-align: top; }

.flex1 {
  flex: 1; }

.facebookColor {
  background: #1877f2; }

.twitterColor {
  background: #1877f2; }

.instagramColor {
  background: #c32aa3; }

.youtubeColor {
  background: #ff0000; }

.pinterestColor {
  background: #bd081c; }

.linkedinColor {
  background: #007bb5; }

.no-bg {
  background: none !important; }

.accordion .card-header h1:after,
.accordion .card-header h2:after,
.accordion .card-header h3:after,
.accordion .card-header h4:after,
.accordion .card-header h5:after,
.accordion .card-header h6:after {
  content: none; }

.card.disabled .card-body {
  opacity: 0.75;
  cursor: not-allowed; }

.card.disabled .card-body * {
  pointer-events: none; }

.sub,
.sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

.sup {
  top: -0.5em;
  left: 0.15rem; }

.gwp-311 {
  background: #061e3e;
  color: #ffffff; }

.gwp-cms {
  background: #851e3e;
  color: #ffffff; }

.gwp-forms {
  background: #035b96;
  color: #ffffff; }

.gwp-messaging {
  background: #039688;
  color: #ffffff; }

.gwp-payments {
  background: #6497b1;
  color: #ffffff; }

.gwp-utilities {
  background: #fe8a71;
  color: #ffffff; }

.tablePlustable + .tablePlustable {
  padding-top: 15px;
  border-top: 1px solid #ced4da;
  margin-top: 15px; }

table.dataTable thead tr th[colspan="2"],
table.dataTable thead tr th[colspan="3"],
table.dataTable thead tr th[colspan="4"] {
  text-align: center; }

table.dataTable thead tr + tr th {
  border-top: 1px solid #ccc; }

.table-py-0 tr th,
.table-py-0 tr td {
  padding-top: 0;
  padding-bottom: 0; }

.table-py-1 tr th,
.table-py-1 tr td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.table-py-2 tr th,
.table-py-2 tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.table-py-3 tr th,
.table-py-3 tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.table-py-4 tr th,
.table-py-4 tr td {
  padding-top: 1rem;
  padding-bottom: 1rem; }

table.tableFirstCellNoPadding tr td:first-child, .flat-percent-td {
  padding-left: 0 !important; }

table.table-noPadding tr td {
  padding: 0;
  padding: 0; }

table.table-noPaddingVR tr td {
  padding-top: 0;
  padding-bottom: 0; }

table.table-noPaddingHR tr td {
  padding-left: 0;
  padding-right: 0; }

table.tableTextNoOverflow {
  overflow: hidden; }

table.tableTextNoOverflow td {
  overflow: hidden;
  text-overflow: ellipsis; }

table.doubleRows tr {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.col-lg-2 table.doubleRows tr,
.col-lg-3 table.doubleRows tr,
.col-lg-4 table.doubleRows tr,
.col-lg-5 table.doubleRows tr,
.col-lg-6 table.doubleRows tr,
.col-xl-2 table.doubleRows tr,
.col-xl-3 table.doubleRows tr,
.col-xl-4 table.doubleRows tr,
.col-xl-5 table.doubleRows tr,
.col-xl-6 table.doubleRows tr,
.col-md-2 table.doubleRows tr,
.col-md-3 table.doubleRows tr,
.col-md-4 table.doubleRows tr,
.col-md-5 table.doubleRows tr,
.col-md-6 table.doubleRows tr {
  width: 100%;
  vertical-align: middle; }

table.hideEmptyRows tr:empty,
table.hideEmptyRows tr th:empty,
table.hideEmptyRows tr td:empty {
  display: none !important; }

table.singleRowData th {
  padding-bottom: 0;
  display: block;
  width: 100%; }

table.singleRowData td {
  padding-top: 0;
  display: block;
  width: 100%; }

table.table-tr-bordered tr {
  border-bottom: 1px solid #dee2e6; }

table.table-tr-bordered tr th,
table.table-tr-bordered tr td {
  border: none; }

.table-hover {
  width: 100% !important; }

.table-paragraph p {
  margin: 0; }

.table-vr-noPadding th,
.table-vr-noPadding td {
  padding-top: 0;
  padding-bottom: 0; }

.table-hr-noPadding th,
.table-hr-noPadding td {
  padding-left: 0;
  padding-right: 0; }

table.dataTable {
  background: #ffffff;
  margin-top: 0 !important; }

table.dataTable tbody tr {
  height: 53px;
  background: #ffffff; }

table.dataTable .tableNested tr {
  height: inherit; }

table.dataTable tbody tr td {
  vertical-align: middle;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis; }

table.dataTable tbody tr td > div {
  display: none; }

table.dataTable tbody tr td > div:nth-child(1),
table.dataTable tbody tr td > div:nth-child(2) {
  display: block; }

.gworks-datatables-link tr {
  cursor: pointer; }

.dataTables_paginate .pagination {
  margin: 0; }

table.table-noHover tr:hover {
  background: #ffffff !important; }

table.noTextWrap tr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

table.noTextWrap tr td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  width: 100%; }

ul.doubleRows li {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.selectRadio {
  padding: 8px 15px 8px 45px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ced4da;
  min-height: 30px;
  display: block;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  height: calc(1.5em + 0.75rem + 2px); }

.selectRadio * {
  cursor: pointer; }

.selectRadio input[type="radio"] {
  position: absolute;
  opacity: 0; }

.selectRadio .checkmark {
  position: absolute;
  top: 7px;
  left: 10px;
  height: 20px;
  width: 20px;
  border: 1px solid #ced4da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff; }

.selectRadio .checkmark:before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  z-index: 999;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.selectRadio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #FAA71D;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px; }

.selectRadio input[type="radio"]:checked ~ .checkmark:before {
  opacity: 1; }

.selectRadio input[type="radio"]:checked ~ .checkmark:after {
  opacity: 1; }

.selectRadio.active,
.selectRadio:hover {
  border: 1px solid #FAA71D; }

.selectRadio input[type="radio"]:checked ~ .checkmark {
  border: 1px solid transparent; }

.auth-page .hero-wrap {
  position: relative;
  color: #ffffff; }

.auth-page .hero-wrap .hero-mask,
.auth-page .hero-wrap .hero-bg,
.auth-page .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.auth-page .hero-wrap .hero-mask {
  z-index: 1;
  opacity: 0.8; }

.auth-page .hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms; }

.auth-page .hero-wrap .hero-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.auth-page .hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll; }

.auth-page .hero-wrap .hero-content {
  position: relative;
  z-index: 2; }

.top-navbar .profile-text ul li.link-item {
  margin: 18px 0; }

.top-navbar .profile-text ul li.link-item a {
  display: block;
  position: relative;
  padding: 0;
  padding-left: 12px;
  color: #dddddd; }

.top-navbar .profile-text ul li.link-item a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 4px;
  background: #dddddd;
  top: 8px;
  left: 0; }

.top-navbar .profile-text ul li.link-item a:hover {
  text-decoration: none;
  color: #ffffff; }

.top-navbar .profile-text ul li.link-item a:hover:before {
  background: #ffffff; }

.top-navbar .user-actions {
  position: relative; }

.top-navbar .user-actions .profile-media {
  position: relative;
  padding: 0; }

.top-navbar .user-actions .profile-media .profile-image {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 2rem;
  background: #f5f5f5;
  color: #293643;
  font-weight: 600; }

.top-navbar .searchForm {
  position: absolute;
  top: -5px;
  left: inherit;
  right: 0;
  width: 200px; }

.top-navbar .searchForm:before {
  content: "\f002";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  font-size: 0.875em;
  text-align: center;
  line-height: 35px;
  color: #6c7577; }

.top-navbar .searchForm input {
  padding-left: 35px;
  border: 2px solid #dbdfe3;
  height: 35px;
  font-size: 15px;
  width: 100%; }

/*Profile Dropdown*/
.top-navbar .profile-media {
  margin-right: 15px; }

.top-navbar .profile-image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  object-fit: cover; }

.top-navbar .profile-text {
  font-size: 0.85rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.35; }

.top-navbar .profile-text ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.top-navbar .profile-text ul .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.15); }

.top-navbar .profile-text ul li:first-child {
  margin-top: 0;
  font-size: 20px; }

.top-navbar .profile-text ul li {
  margin: 3px 0; }

.top-navbar .profile-text ul li:last-child {
  margin-bottom: 5px; }

.top-navbar .profile-text ul li,
.top-navbar .profile-text ul li a {
  color: #ffffff; }

.top-navbar .profile-text ul li a {
  padding: 3px 0; }

.top-navbar .profile-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-left: 2px solid transparent; }

.top-navbar .profile-dropdown .dropdown-item i {
  float: right;
  line-height: 1.5;
  color: grey;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.top-navbar .profile-dropdown .dropdown-item:hover {
  border-color: #FAA71D; }

.top-navbar .profile-dropdown .dropdown-item:last-child {
  border: none; }

.top-navbar .profile-dropdown .dropdown-item:last-child:hover {
  border: none;
  background: inherit; }

/*Noticitations Dropdown*/
.notification-dropdown {
  max-height: 250px;
  overflow-y: auto; }

.notification {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

.notification li {
  position: relative;
  padding: 8px 5px 8px 10px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  font-size: 0.95rem;
  font-size: 14px;
  padding-right: 30px;
  line-height: 1.25rem; }

.notification li[data-read="false"] {
  font-weight: 600;
  background: rgba(0, 0, 0, 0.05); }

.notification li b {
  font-weight: 600; }

.notification li:hover {
  background: rgba(0, 0, 0, 0.05); }

.notification li[data-read="false"]:hover {
  background: rgba(0, 0, 0, 0.1); }

.notification li:before {
  height: 100%;
  content: "";
  width: 2px;
  background: #FAA71D;
  left: 0;
  top: 0; }

.notification li p {
  font-weight: normal;
  margin: 0; }

.notification li a {
  padding: 0; }

.notification li .notice-clear {
  position: absolute;
  right: 5px;
  top: 8px;
  padding: 4px; }

.notification-dropdown .notification li a {
  color: #007bff; }

.notification .formDataLoader,
.notification .no-notice {
  text-align: center;
  cursor: inherit;
  border: none; }

.notification .formDataLoader:hover,
.notification .no-notice:hover {
  background: #ffffff; }

.notication-footer {
  border-top: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.notication-footer:empty {
  padding: 0 !important;
  display: none; }

.notication-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.notication-footer a {
  display: block;
  font-size: 13px; }

.notication-footer a:hover {
  color: #000; }

.btn-primary {
  border-color: transparent; }

.toast-message {
  font-weight: 500; }

.text-link,
.text-link:not([href]) {
  color: #007bff; }

a.text-info:hover,
a.text-info:focus,
.text-link:hover,
.text-link:focus,
.text-link:not([href]):hover,
.text-link:not([href]):focus {
  color: #005c96 !important;
  text-decoration: underline; }

.hover-underline:hover,
.hover-underline:not([href]):hover {
  text-decoration: underline; }

.fp-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0; }

.fp-loader .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400; }

.page-header {
  display: block;
  width: 100%;
  position: relative;
  /*float:left;*/
  clear: both; }

.featuredBackBtn a {
  color: #FAA71D;
  padding: 2px 10px; }

.featuredBackBtn a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: 100; }

.badge {
  text-transform: capitalize;
  padding: 0 0.75em;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 90%;
  /*vertical-align:middle;display:inline-flex;align-items:center;*/
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis; }

.badge-outline-secondary {
  color: #FAA71D;
  background-color: #ffffff;
  border: 1px solid #FAA71D; }

/*Category Badges*/
.badge-cat-menu {
  background: #28abb9;
  color: #ffffff; }

.badge-cat-logonmetrics {
  background: #214252;
  color: #ffffff; }

.badge-cat-stop {
  background: #dc3545;
  color: #ffffff; }

.badge-cat-warn {
  background: #ffc107; }

.badge-cat-info {
  background: #28a745;
  color: #ffffff; }

.badge-cat-question {
  background: #37123c;
  color: #ffffff; }

.badge-cat-email {
  background: #dda77b;
  color: #ffffff; }

.badge-cat-file {
  background: #a99f96;
  color: #ffffff; }

.badge-cat-get {
  background: #909cab;
  color: #ffffff; }

.badge-forte {
  background: #f18021;
  color: #ffffff; }

.badge-light-grey {
  background: #e8e8e8; }

.badge-light-blue {
  background: #d3e3fa; }

.badge-light-pink {
  background: #fde5ed; }

.badge-light-orange {
  background: #ffd5c3; }

.badge-light-red {
  background: #ffcccc; }

.badge-light-yellow {
  background: #fff6cc; }

.badge-light-green {
  background: #41d493; }

.badge-payrix {
  background: #b031da;
  color: #ffffff;
  text-transform: none; }

.badge-ubhub {
  background: #569cff;
  color: #ffffff;
  text-transform: none; }

.gworks-object-helpBox {
  padding: 0.75rem;
  border-radius: 0.25rem;
  background: #e2e3e5;
  border: 1px solid #d6d8db; }

.gworks-object-helpBox p {
  margin: 0;
  line-height: 1.5rem;
  margin-top: 10px; }

.gworks-object-helpBox .fa {
  font-weight: 400; }

.gworks-object-helpBox.style-2 .fa {
  display: block;
  text-align: right;
  font-size: 1.25rem; }

/*Logo Styling*/
.clientLogo {
  text-align: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid #ccc;
  background: #ffffff; }

/*.clientLogo img{max-width:100%;height:auto}*/
.clientLogo img {
  width: 100%;
  /*height:100%;*/ }

.clientLogo.roundLogo {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.clientLogo.roundLogo.logo-sm,
.clientLogo.squareLogo.logo-sm {
  height: 35px;
  width: 35px;
  line-height: 30px; }

.clientLogo.roundLogo.logo-md,
.clientLogo.squareLogo.logo-md {
  height: 45px;
  width: 45px;
  line-height: 40px; }

.clientLogo.roundLogo.logo-lg,
.clientLogo.squareLogo.logo-lg {
  height: 60px;
  width: 60px;
  line-height: 55px; }

.clientLogo.squareLogo.logo-xl {
  height: 80px;
  width: 80px;
  line-height: 75px; }

.clientLogo.roundLogo.logo-xl,
.clientLogo.roundLogo.logo-xxl,
.clientLogo.squareLogo.logo-xxl {
  height: 100px;
  width: 100px;
  line-height: 95px; }

.clientLogo.rectangleLogo.logo-sm {
  height: 35px;
  width: 93px;
  line-height: 30px; }

.clientLogo.rectangleLogo.logo-md {
  height: 45px;
  width: 120px;
  line-height: 40px; }

.clientLogo.rectangleLogo.logo-lg {
  height: 60px;
  width: 160px;
  line-height: 55px; }

.clientLogo.rectangleLogo.logo-xl {
  height: 70px;
  width: 187px;
  line-height: 65px; }

.clientLogo.rectangleLogo.logo-xxl {
  height: 80px;
  width: 213px;
  line-height: 75px; }

/*table th:first-letter,
table td:first-letter{text-transform:capitalize}*/
/*.table-vr-center thead th,*/
.table-vr-top td {
  vertical-align: top; }

.table-vr-center td {
  vertical-align: middle; }

.table-vr-bottom td {
  vertical-align: bottom; }

.table-vr-top_i td {
  vertical-align: top !important; }

.table-vr-center_i td {
  vertical-align: middle !important; }

.table-vr-bottom_i td {
  vertical-align: bottom !important; }

.table-bordered th,
.table-bordered td {
  border-right: none;
  border-left: none; }

/*table.table-bordered.dataTable{border-right-width:1px !important}*/
.gworks-filter .filter, .gworks-filter #vendor-selector-fundings {
  float: right; }

.gworks-filter [class^="form-"] {
  cursor: pointer;
  background: #e3e3e3; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important; }

.gworks-filter [class^="form-"],
.dataTables_wrapper .gworks-filter [class^="form-"] {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border: 1px solid #ced4da;
  color: #495057; }

.dataTables_wrapper .table thead th,
.dataTables_wrapper .table .thead-light th,
.table .thead-light th {
  background: #e3e3e3; }

.table-bordered th:last-child,
.table-bordered td:last-child {
  border-right: 1px solid #ced4da; }

.dataTables_wrapper .dataTables_scrollHeadInner {
  width: 100% !important; }

.dataTables_wrapper .table th,
.dataTables_wrapper .table td {
  padding: 0.5rem;
  white-space: nowrap; }

.dataTables_wrapper .table.table-sm th,
.dataTables_wrapper .table.table-sm td {
  padding: 0.3rem; }

table.dataTable.tempDataTable tbody tr {
  height: inherit; }

.dataTables_wrapper table.dataTable.tempDataTable th {
  background: none; }

.dataTables_wrapper table.tempDataTable tbody td {
  white-space: normal; }

table .autoWidth,
.dataTables_wrapper .table .autoWidth,
th.select-checkbox {
  width: 1% !important;
  min-width: 20px; }

.table-scroll th.autoWidth,
.dataTables_wrapper .table-scroll th.autoWidth {
  width: auto !important; }

/*.dataTables_scrollBody{border-bottom:1px solid $border}*/
.table-hover tbody tr:hover {
  background: #f2f2f2; }

table td a {
  color: #007bff; }

table tr.subrow,
table tr.shown {
  background: rgba(0, 0, 0, 0.05); }

table tr.subrow table {
  background: #ffffff; }

.tableNested {
  margin: 0; }

.dataTables_wrapper input,
.dataTables_wrapper select,
.dataTables_wrapper .btn,
.dataTables_wrapper .form-control,
.dataTables_wrapper .form-control-sm,
.dataTables_wrapper .input-group-text {
  height: 32px;
  line-height: 32px;
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 0; }

.dataTables_wrapper table.dataTable tbody td.select-checkbox,
.dataTables_wrapper table.dataTable tbody th.select-checkbox {
  cursor: pointer; }

.dataTables_wrapper input[type="checkbox"],
.dataTables_wrapper input[type="radio"] {
  height: inherit;
  line-height: inherit; }

.dataTables_wrapper label {
  margin: 0;
  font-size: 14px; }

.dataTables_wrapper .dataTables_length {
  margin-right: 1.5rem; }

.dataTables_wrapper .dataTables_paginate a {
  font-size: 14px; }

.dataTables_wrapper .datatable-search input {
  position: relative;
  padding-left: 30px; }

.dataTables_wrapper .datatable-search label {
  position: relative; }

.dataTables_wrapper .datatable-search label:after {
  position: absolute;
  content: "\f002";
  top: 8px;
  left: 10px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  opacity: 0.5; }

.dataTables_wrapper table.dataTable tbody td.select-checkbox:before,
.dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
  margin-top: -6px; }

.dataTables_wrapper table.table-vr-center tbody td.select-checkbox:before,
.dataTables_wrapper table.table-vr-center tbody th.select-checkbox:before {
  top: inherit; }

.dataTables_wrapper table.dataTable tr.selected td.select-checkbox:after,
.dataTables_wrapper table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -11px; }

.dataTables_wrapper table.table-vr-center tr.selected td.select-checkbox:after,
.dataTables_wrapper table.table-vr-center tr.selected th.select-checkbox:after {
  /*margin-top:0px;*/
  top: inherit; }

.dataTables_wrapper .filterDropdown {
  display: inline-block;
  padding-right: 5px;
  cursor: pointer; }

.dataTables_wrapper .filterDropdown i {
  font-size: 13px;
  opacity: 0.75; }

.dataTables_wrapper .filterDropdown .dropdown-menu {
  max-height: 250px;
  overflow-y: auto; }

.dataTables_wrapper .filterDropdown .dropdown-item {
  padding: 0.25rem 0.5rem; }

.dataTables_wrapper .filterDropdown .dropdown-item input {
  margin-right: 0.5rem; }

.dataTables_wrapper table.dataTable thead .sorting:before,
.dataTables_wrapper table.dataTable thead .sorting:after,
.dataTables_wrapper table.dataTable thead .sorting_asc:before,
.dataTables_wrapper table.dataTable thead .sorting_asc:after,
.dataTables_wrapper table.dataTable thead .sorting_desc:before,
.dataTables_wrapper table.dataTable thead .sorting_desc:after,
.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:before,
.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.6em;
  color: #333333;
  opacity: 0.5; }

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1 !important; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0 !important;
  padding-right: 0.85em;
  font-size: 12px; }

div.dataTables_wrapper div.dataTables_length label {
  font-size: 12px; }

div.dataTables_scrollBody table.table-bordered {
  border-top: 1px solid #ced4da; }

.dataTables_wrapper td.details-control {
  background: url("../img/icons/table_details_open.png") no-repeat center center;
  cursor: pointer; }

.dataTables_wrapper tr.shown td.details-control {
  background: url("../img/icons/table_details_close.png") no-repeat center center; }

table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.selected > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.05) !important; }

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #f7f7ce !important; }

.table-select td.select-checkbox {
  width: 1% !important; }

.dataTableFilter {
  background: #f5f5f5;
  padding: 10px 0;
  margin: 0; }

.dataTableFilter .form-control,
.request-filter .form-control,
.request-filter [class^="form-"] {
  cursor: pointer;
  background: #e3e3e3; }

.data-box.bg-grey {
  background: rgba(0, 0, 0, 0.05) !important; }

.datacard .data-box {
  border: 1px solid #ced4da;
  padding: 0.5rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  margin-top: 10px;
  background: #ffffff;
  transition: all 0.15s ease;
  overflow: hidden; }

.datacard .data-box:first-child,
.card-body .datacard .data-box:first-child {
  margin-top: 0; }

.tab-pane .datacard .data-box,
.card-body .datacard.datacard-columns > [class^="col-"] .data-box {
  margin-top: 10px; }

.datacard .data-box:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  border-color: #aaaaaa; }

.datacard .data-box label {
  font-weight: 700;
  margin-bottom: 0; }

.datacard .data-box p:empty {
  display: none; }

.datacard-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datacard-columns [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.billsDataCard.pastDue .amount {
  color: #dc3545; }

.billsDataCard.pastDue .billsAction .btn-primary {
  background-color: #dc3545; }

.billsDataCard.pastDue .billsAction .btn-primary:hover,
.billsDataCard.pastDue .billsAction .btn-primary:focus {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545; }

.billsDataCard.pastDue .billsAction .btn-outline-primary {
  background-color: #ffffff;
  color: #dc3545;
  border-color: #dc3545; }

.billsDataCard.pastDue .billsAction .btn-outline-primary:hover,
.billsDataCard.pastDue .billsAction .btn-outline-primary:focus {
  background-color: #dc3545;
  color: #ffffff;
  border-color: #dc3545; }

.billsDataCard .billsData {
  width: 100%;
  text-transform: capitalize; }

.billsDataCard .billsData .box {
  display: flex;
  justify-content: space-between; }

.billsDataCard .billsData tr th {
  font-size: 16px; }

.billsDataCard .billsData tr th,
.billsDataCard .billsData tr td {
  white-space: nowrap; }

.billsDataCard .billsData .badgesRow.badges-block {
  text-overflow: inherit;
  height: 30px; }

.billsDataCard .billsData .badgesRow.badges-block .badge {
  min-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis; }

.billsDataCard .billsData tr th:first-child,
.billsDataCard .billsData tr td:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  max-width: 0; }

.billsDataCard .billsData tr th + th,
.billsDataCard .billsData tr td + td {
  text-align: right;
  width: 1%; }

.billsDataCard .billsAction {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.billsDataCard .billsAction div.action_btns {
  display: flex; }

.billsDataCard .billsAction div.download_pdf {
  min-width: 20px;
  text-align: left; }

.billsDataCard .billsAction .btn {
  width: 140px;
  font-size: 15px;
  padding: 0.35rem;
  white-space: nowrap; }

.billsDataCard .billsAction .btn + .btn {
  margin-left: 5px; }

.billsDataCard .billsData .badgeTable tr {
  height: 30px; }

.filesDataCard {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.filesDataCard.datacard-columns [class^="col-12"] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.filesDataCard .data-box {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0.15rem 0.25rem; }

.filesDataCard .file-icons {
  width: 45px;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  font-size: 3.5rem; }

.filesDataCard .file-data {
  width: calc(100% - 45px);
  margin-left: 5px;
  overflow: hidden; }

.filesDataCard .file-data h5 {
  font-size: 13px;
  margin: 0; }

.filesDataCard .file-data p {
  margin: 0;
  font-size: 14px; }

.filesDataCard .file-info {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0 0;
  align-items: center;
  font-size: 13px; }

.filesDataCard .data-box h5,
.filesDataCard .data-box a,
.filesDataCard .data-box p,
.filesDataCard .data-box span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.filesDataCard .data-box h5 a {
  display: inline-block;
  margin-bottom: -3px; }

/*table.dataTable th{border-left:1px solid $border !important;border-right:1px solid $border !important}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{right:1.5em !important}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{right:1em !important}*/
table.table-bordered.dataTable thead th {
  border-left: 1px solid #ccc; }

table.table-bordered.dataTable thead th:first-child {
  border-left: none; }

table.dataTable thead tr + tr th:first-child,
table.table-bordered.dataTable thead tr + tr th:first-child {
  border-left: 1px solid #ccc; }

.table-header-rotated thead {
  background: #e3e3e3; }

.table-header-rotated th {
  background: transparent !important; }

.table-header-rotated th.rotate-45 {
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
  border-left: none !important; }

.table-header-rotated th.rotate-45 > div {
  position: relative;
  top: 0px;
  left: 25px;
  height: 100%;
  -ms-transform: skew(-35deg, 0deg);
  -moz-transform: skew(-35deg, 0deg);
  -webkit-transform: skew(-35deg, 0deg);
  -o-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
  overflow: hidden;
  border-left: 1px solid #cccccc; }

.table-header-rotated th.rotate-45.last + th {
  background: #e3e3e3 !important; }

.table-header-rotated th.rotate-45 span {
  -ms-transform: skew(35deg, 0deg) rotate(305deg);
  -moz-transform: skew(35deg, 0deg) rotate(305deg);
  -webkit-transform: skew(35deg, 0deg) rotate(305deg);
  -o-transform: skew(35deg, 0deg) rotate(305deg);
  transform: skew(35deg, 0deg) rotate(305deg);
  position: absolute;
  bottom: 35px;
  left: -25px;
  display: inline-block;
  width: 100%;
  width: 85px;
  text-align: left;
  white-space: nowrap; }

table thead tr th.rotate {
  height: 50px;
  white-space: nowrap;
  border-left-width: 0 !important;
  padding: 5px 0 !important; }

table thead tr th.rotate.border {
  border-left: 1px solid #ccc !important; }

table thead tr th.rotate > div {
  transform: translate(2px, 5px) rotate(300deg);
  width: 40px;
  position: relative; }

table thead tr th.rotate > div:after {
  content: "";
  width: 82px;
  background: #ccc;
  height: 1px;
  z-index: 9;
  position: absolute;
  top: 25px;
  right: -58px; }

table thead tr th.rotate > div > span {
  padding: 5px 15px;
  font-size: 85%; }

.uploadedFiles {
  width: 100%; }

.uploadedFiles .data-box {
  margin-bottom: 10px; }

.uploadedFiles .filesDataCard .file-data h5 {
  margin: 2px 0 0;
  line-height: 1; }

.uploadedFiles .filesDataCard .file-info {
  margin: 0; }

.uploadedFiles .filesDataCard .file-icons {
  width: 27px;
  height: 40px;
  line-height: 40px;
  font-size: 2.25rem; }

.uploadedFiles .filesDataCard .file-data {
  width: calc(100% - 30px); }

.uploadedFiles.smallFilesDataCard .filesDataCard .file-data i {
  padding-top: 3px; }

.uploadedFiles.smallFilesDataCard .filesDataCard .file-data h5 {
  margin: 0 0 2px;
  line-height: 1.25; }

.uploadedFiles.smallFilesDataCard .filesDataCard .file-data {
  width: 100%;
  margin-left: 0; }

/*.formDataCard .data-box{margin-bottom:10px}*/
.formDataCard div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.formDataCard a {
  padding: 0.15rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.emergencyBox {
  border: 2px solid #f50000;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  overflow: hidden; }

.emergencyBox h5 {
  color: #f50000;
  font-weight: bold;
  line-height: 1.75rem; }

.emergencyBox:after {
  position: absolute;
  content: "\f879";
  bottom: -25px;
  left: -5px;
  font-size: 6rem;
  opacity: 0.07;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  color: #f50000; }

.formDescription {
  margin: 15px 0; }

.formDescription ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.formDescription ul li,
.gworks-form-details {
  padding: 10px;
  background: #f1f1f1; }

.datacard [class^="data-box datacard-"] {
  position: relative;
  overflow: hidden; }

.datacard [class^="data-box datacard-"]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0; }

.datacard-info:after {
  background: #007bff; }

.datacard-success:after {
  background: #28a745; }

.datacard-danger:after {
  background: #dc3545; }

.datacard-warning:after {
  background: #ffc107; }

.datacard-primary:after {
  background: #334455; }

.fade-datacard-siblings {
  pointer-events: none; }

.fade-datacard-siblings > * {
  pointer-events: auto; }

.fade-datacard-siblings:hover > * {
  opacity: 0.35; }

.fade-datacard-siblings:hover > *:hover {
  opacity: 1; }

.fade-datacard > * {
  opacity: 0.35; }

.fade-datacard > p,
.fade-datacard .emptyCardContainer {
  opacity: 1; }

.fade-datacard > *:hover {
  opacity: 1; }

.fade-datacard .data-box:hover,
.fade-datacard-siblings .data-box:hover {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

.card div.row {
  margin-bottom: 0; }

.sortable-question.datacard .data-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

.sortable-question.datacard .data-box.active {
  background: #f1f1f1;
  border-color: #a5a5a5; }

.rightFilter .dataTableFilter {
  background: none; }

.rightFilter .datatable-filter {
  display: none; }

.tableOpenBills .btn {
  width: 140px; }

.tableNested label {
  font-weight: 700; }

.table-striped .tableNested tbody tr:nth-of-type(odd) {
  background: #ffffff; }

.address-block + .address-block,
.formTemplate > div + div .address-block {
  padding-top: 15px;
  border-top: 1px dashed #ced4da; }

.card-body + .card-body {
  padding-top: 15px !important;
  border-top: 1px dashed #ced4da; }

.inputError:focus {
  border: 1px solid #dc3545; }

form .form-block {
  border-top: 2px dashed #ced4da; }

form .form-block:first-child {
  border-top: none; }

.userTypeInput .inputError {
  background-image: none; }

.form-block-sm label {
  margin-bottom: 0.25rem; }

.form-block-sm .form-group {
  margin-bottom: 0.5rem; }

.form-block + .form-block {
  border-top: 2px dashed #ced4da; }

.formTemplate .form-block {
  border-top: 2px dashed #eeeeee;
  padding-top: 10px; }

.formTemplate .form-block:first-child {
  border-top: none;
  padding-top: 0; }

.formTemplate label {
  font-weight: 500; }

.form-block label:not(.wt-depends),
.form-block input[type="text"]:not(.wt-depends),
.form-block input[type="email"]:not(.wt-depends),
.form-block input[type="password"]:not(.wt-depends),
.form-block select:not(.wt-depends),
.form-block textarea:not(.wt-depends),
.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="password"],
.form-block select,
.form-block textarea,
.form-block .intl-tel-input {
  display: block;
  width: 100%; }

.input-btn {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem; }

label .optional {
  opacity: 0.5; }

.form-heading {
  margin: 1.25rem 0 1.5rem;
  font-family: "Roboto", sans-serif; }

.form-heading:after {
  border-bottom: 2px solid #676767;
  bottom: -5px; }

.form-heading.text-white:after {
  border-color: #ffffff; }

.form-block .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }

.form-block [class^="col"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.gworks-tabStyling1 .nav-item {
  border: none; }

.gworks-tabStyling1 .nav-link {
  opacity: 0.65; }

.gworks-tabStyling1 .nav-link.active {
  opacity: 1; }

.gworks-tabStyling2 {
  position: relative;
  z-index: 1; }

.gworks-tabStyling2 .nav-item {
  border: none; }

.gworks-tabStyling2 .nav-link:first-child {
  margin-left: 0; }

.gworks-tabStyling2 .nav-link {
  opacity: 0.5;
  font-weight: normal;
  margin: 0 4px;
  padding: 10px 18px;
  border-radius: 6px 6px 0px 0px;
  border-top: 2px solid #334455 !important;
  border-bottom: none !important;
  border-left: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important;
  color: #334455 !important;
  background: #e8e8e8;
  white-space: nowrap; }

.gworks-tabStyling2 .nav-link.active {
  opacity: 1;
  font-weight: 500;
  border-top: 2px solid #FAA71D !important; }

.card-tabs .card-header {
  padding-bottom: 0;
  min-height: 40px; }

.card-tabs .card-header .nav {
  flex-wrap: inherit; }

.card-tabs.CMS_Settings .card-header .nav {
  overflow-x: auto;
  overflow-y: hidden; }

.card-tabs .nav-tabs,
.card-tabs .nav-item,
.nav-tabs .nav-item {
  border: none; }

.card-tabs .nav-tabs .nav-link {
  padding: 0.35rem 0.75rem; }

.card-tabs .nav-tabs .nav-link.active,
.card-tabs .nav-tabs .nav-item.show .nav-link {
  border-color: #dee2e6 #dee2e6 transparent; }

/*.gworks-tabStyling2 + .tab-content{z-index:0}*/
.tab-content {
  position: relative; }

/*.formDataLoader{position:absolute;height:100%;width:100%;background:rgba(0,0,0,0.5);z-index:1}
.formDataLoader i{position:absolute;top:50%;left:50%;color:$white;z-index:2;transform:translate(-50%, -50%);display:block}*/
label.switch {
  cursor: pointer;
  display: inline-block;
  width: auto; }

label.switch > input {
  display: none; }

/*label.switch span{color:#6A759B}*/
label.switch i {
  display: inline-block;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  vertical-align: middle;
  -webkit-transition: 0.25s 0.09s;
  transition: 0.25s 0.09s;
  position: relative;
  background: #ffebca; }

label.switch i:after {
  content: " ";
  display: block;
  width: 17px;
  height: 17px;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff;
  position: absolute;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.15s;
  transition: 0.15s; }

label.switch > input:checked + i {
  background: #FAA71D; }

label.switch > input:checked + i + span {
  color: #293643; }

label.switch > input:checked + i:after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.card-header label.switch i,
.switch.switch-sm i {
  width: 35px;
  height: 20px;
  background: #ffdfaa; }

.card-header label.switch i:after,
.switch.switch-sm i:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 4px; }

.card-header label.switch > input:checked + i:after,
.switch.switch-sm > input:checked + i:after {
  -webkit-transform: translateX(15px);
  transform: translateX(15px); }

.gworks-object-checkbox label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 10px 10px 0; }

.gworks-object-checkbox label input {
  display: none; }

.gworks-object-checkbox label i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 25px;
  height: 25px;
  background-color: #e6e6e6;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  vertical-align: text-bottom;
  transition: all 0.15s ease-in-out; }

.gworks-object-checkbox label input:checked + i {
  background: #FAA71D; }

.gworks-object-checkbox label input:checked + i:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  transition: all 0.25s linear;
  font-size: 13px;
  text-align: center;
  left: -1px;
  top: 1px;
  color: #ffffff; }

.objectCheckbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0; }

.objectCheckbox label input {
  display: none; }

.objectCheckbox label i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  /*background-color:#e9ecef;*/
  vertical-align: text-bottom;
  transition: all 0.15s ease-in-out;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border: 1px solid #ced4da; }

.objectCheckbox label input:checked + i {
  background: #FAA71D;
  border: none; }

.objectCheckbox label input:checked + i:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  transition: all 0.25s linear;
  font-size: 9px;
  text-align: center;
  left: -1px;
  top: 1px;
  color: #ffffff; }

.objectCheckbox + .objectCheckbox {
  margin-top: 0.25rem; }

.objectCheckbox.d-inline-block {
  margin-right: 0.5rem; }

.objectCheckbox label.disabled i {
  background-color: #e9ecef; }

/*.modal-scrollable{overflow-y:initial}
.modal-scrollable .modal-body{max-height:calc(100vh - 200px);overflow-y:auto}*/
.modal.show .modal-dialog,
.modal.show .modal-dialog .modal-body {
  overflow-x: hidden; }

.modal-title {
  font-weight: 600;
  font-size: 1.125rem; }

.modal-title:after {
  content: none; }

.modal-header .close {
  margin: 0.15rem;
  padding: 0; }

.btn-skew {
  transform: skewX(-20deg);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block; }

.btn-skew span {
  transform: skewX(20deg);
  display: block; }

.btn-sm-table {
  padding: 0.2rem 0.4rem !important;
  height: inherit !important;
  line-height: inherit !important; }

.gworks-object-accordion .card-header {
  cursor: pointer; }

.gworks-object-accordion .card-header:hover {
  background: rgba(0, 0, 0, 0.05); }

.gworks-object-accordion .card-header:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  float: right;
  font-weight: 800; }

.gworks-object-accordion .card-header.collapsed:after {
  content: "\f107"; }

.gworks-object-accordion .card-header .card-title {
  margin: 0; }

.gworks-object-accordion .disabled {
  cursor: not-allowed; }

.gworks-object-accordion .disabled .card-header {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.75; }

.gworks-object-accordion.popover-accordion .card-header a:hover {
  text-decoration: none;
  color: #fff; }

.gworks-object-accordion.popover-accordion .card-header.collapsed a:hover {
  color: #676767; }

.gworks-object-accordion.popover-accordion .card-header {
  background: #007bff;
  font-weight: normal;
  padding: 5px;
  color: #ffffff;
  text-transform: inherit; }

.gworks-object-accordion.popover-accordion .card-header.collapsed {
  background: rgba(0, 0, 0, 0.03);
  color: #676767; }

/*PayBills*/
.pay-billsHeader {
  margin-bottom: 2rem; }

.pay-billsHeader .payPreferences {
  margin: 0 auto; }

.summarynCartnPreferences .accSummary .card-body,
.summarynCartnPreferences .cartSummary .card-body,
.summarynCartnPreferences .cartSummary .card-body.empty-cart {
  font-size: 15px; }

.summarynCartnPreferences .cartSummary .card-body {
  max-height: 150px;
  overflow-y: auto;
  position: relative; }

.summarynCartnPreferences .cartSummary .card-body.empty-cart p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.summarynCartnPreferences .cartTable td {
  vertical-align: top; }

.summarynCartnPreferences .cartTable td:nth-child(2) {
  padding: 0 0.5rem; }

.notices-list {
  max-width: 500px; }

.notices-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0; }

.notices-list ul li {
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  margin: 10px 0;
  position: relative; }

/*.notices-list ul li:before{content:'';position:absolute;top:50%;left:-15px;transform:translateY(-50%);height:5px;width:5px;border-radius:100%;background:#dddddd}*/
.notices-list ul li .notice-clear {
  position: absolute;
  top: 5px;
  right: 8px; }

.notices-list p {
  font-size: 14px;
  margin: 0; }

.table.fs-1 th,
.table.fs-1 td {
  font-size: 1rem; }

.scrollable-table {
  overflow: auto;
  width: 100%;
  height: 600px; }

.scrollable-table table {
  table-layout: auto;
  width: 100%; }

.scrollable-table thead tr th {
  position: sticky;
  top: 0; }

.scrollable-table th,
.scrollable-table td {
  font-size: 15px; }

.scrollable-table th:first-child,
th:last-child {
  z-index: 2; }

.remember-me-check .form-field_control {
  background: none;
  height: inherit;
  min-height: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz--webkit-border-radius: 0; }

.remember-me-check .gworks-object-checkbox label {
  justify-content: flex-start;
  padding: 0;
  margin: 0; }

.remember-me-check .gworks-object-checkbox label i {
  width: 15px;
  height: 15px;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  background: #e3e3e3;
  -moz--webkit-border-radius: 0; }

.remember-me-check .gworks-object-checkbox label input:checked + i:before {
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 9px; }

.gworks-object-multiSelect .actions .btn {
  width: 90px;
  margin: 10px 0; }

.ui-sortable-handle,
.btn:not(:disabled):not(.disabled).ui-sortable-handle,
.btn:not(:disabled):not(.disabled).pf-grab,
.btn.ui-sortable-handle {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.modalHelp .modal-header {
  background: #FAA71D;
  color: #ffffff;
  background-image: url(../img/icons/help.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 10px; }

.modalHelp .modal-header .close {
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 15px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #666666;
  margin: 5px;
  padding: 0;
  opacity: 1; }

.modalHelp .modal-header h5:after {
  content: none; }

.modalHelp .modal-content {
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem; }

.payment-cardDetails {
  border: 1px solid #ced4da;
  width: 300px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  padding: 0.5rem;
  line-height: 2rem;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); }

.payment-cardDetails:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -300px;
  width: 100px;
  height: 400px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  transform: rotate(30deg); }

.payment-cardDetails:hover:after {
  left: 350px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-weight: 500; }

.payment-cardDetails + .payment-cardDetails {
  margin-top: 10px; }

/*.payment-cardDetails .dCard-number{font-size:1.25rem}*/
.payment-cardDetails .dCard-icon {
  font-size: 1.75rem; }

.payment-cardDetails.achCard {
  line-height: inherit; }

/*.payment-cardDetails .dCard-title{font-size:15px;}
.payment-cardDetails.achCard .dCard-title span{font-size:14px;font-weight:400}*/
.payment-cardDetails.achCard table td {
  padding: 0.3rem 0; }

.payment-cardDetails.achCard table td + td {
  text-align: right; }

.payment-cardDetails.achCard table label {
  margin: 0; }

.payment-cardDetails .dCard-block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.payment-cardDetails .dCard-block .summaryShow {
  display: none;
  width: 45px; }

.payment-cardDetails .dCard-block label {
  display: block;
  margin: 0;
  line-height: 1; }

.payment-cardDetails .dCard-block > div {
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.payment-cardDetails .dCard-block > div span,
.payment-cardDetails .dCard-block > div small {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.primarypay .preferencesSummary {
  display: flex; }

.primarypay .payment-cardDetails .dCard-block {
  justify-content: end; }

.primarypay .payment-cardDetails .dCard-block .summaryHide {
  display: none;
  width: 45px; }

.primarypay .payment-cardDetails .dCard-block .summaryShow {
  display: block;
  width: 45px; }

.primarypay .preferencesSummary label {
  width: calc(100% + 20px); }

.primarypay .payment-cardDetails {
  border: none;
  background: no-repeat;
  padding: 0.25rem;
  text-align: right;
  width: 100%; }

.primarypay .payment-cardDetails .dCard-label {
  width: 100%;
  text-align: right; }

.primarypay .payment-cardDetails .dCard-delete {
  display: none; }

.request-location > div {
  height: 300px;
  z-index: 1; }

.form-group .characterCounter {
  position: absolute;
  right: 15px;
  bottom: 2px; }

.remainingChar {
  position: absolute;
  top: 5px;
  right: 5px;
  font-style: italic;
  font-size: 90%;
  vertical-align: bottom;
  color: #666; }

.modal-confirmation .modal-header {
  display: none; }

.modal-confirmation .modal-body {
  text-align: center; }

.modal-confirmation .modal-body .ficon {
  font-size: 3rem; }

/*paging*/
/*.datacard-paging{margin-top:15px;width:max-content;display:inline-block;float:right;border:1px solid $border;border-radius:0.25rem;overflow:hidden;text-align:right}
.datacard-page-no{font-size:14px;padding:0 5px}*/
#locationList tbody tr:hover {
  cursor: pointer; }

.richeditor a {
  color: #007bff;
  font-weight: 500; }

.richeditor h1 {
  font-size: 2.5rem; }

.richeditor h2 {
  font-size: 2rem; }

.richeditor h3 {
  font-size: 1.75rem; }

.richeditor h4 {
  font-size: 1.5rem; }

.richeditor h5 {
  font-size: 1.25rem; }

.richeditor h6 {
  font-size: 1rem; }

.richeditor h1:after,
.richeditor h2:after,
.richeditor h3:after,
.richeditor h4:after,
.richeditor h5:after,
.richeditor h6:after {
  content: none; }

.allFAQs ul {
  border-bottom: 1px dotted #cccccc;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.allFAQs ul li {
  display: inline-block;
  margin: 5px;
  padding: 2px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 1px solid; }

.allFAQs ul li a {
  color: #334455; }

.allFAQs .faqBox + .faqBox {
  border-top: 1px dotted #cccccc;
  margin-top: 25px; }

.allFAQs .faqBox h1:after,
.allFAQs .faqBox h2:after,
.allFAQs .faqBox h3:after,
.allFAQs .faqBox h4:after,
.allFAQs .faqBox h5:after,
.allFAQs .faqBox h6:after {
  content: none; }

.allFAQs .faqBox h4 {
  margin-bottom: 1rem; }

.allFAQs .faqBox .question {
  font-weight: 600;
  font-size: 18px; }

.allFAQs .faqBox .answer {
  font-weight: 400; }

.allFAQs .faqBox .questionBox {
  background: #f5f5f5;
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem; }

.allFAQs .faqBox .questionBox p {
  margin-bottom: 0; }

.allFAQs .faqBox .questionBox p + p {
  margin-top: 1rem; }

.publicNoticeDetail,
.agendaDetail {
  max-width: 700px; }

.publicNoticeDetail .heading {
  font-weight: 500; }

.publicNoticeDetail .publicNoticeDate {
  position: relative;
  padding-left: 20px; }

.publicNoticeDetail .publicNoticeDate:before {
  content: "\f274";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  left: 0; }

/*.publicNoticeDetail .publicNoticeExpireDate:before{content:'\f273'}*/
.publicNoticeDetail .publicNoticeCategory,
.agendaDetail .agendaCategory {
  text-transform: uppercase;
  color: #FAA71D;
  font-weight: 500; }

.publicNoticeDetail .publicNoticeSubject,
.agendaDetail .agendaTitle {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  text-transform: uppercase; }

/*.publicNoticeDetail .publicNoticeInfo{display:flex}*/
.publicNoticeDetail .publicNoticeInfo > div,
.agendaDetail .publicNoticeInfo > div {
  margin-right: 15px; }

.PublicNoticeInformation,
.agendaInformation {
  color: #666666;
  margin-bottom: 15px; }

.publicNoticeDetail .publicNoticeSummary {
  background: #007bff;
  padding: 5px 10px 10px;
  margin: 10px 0;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border: 1px solid; }

.publicNoticeDetail .publicNoticeSummary .heading {
  font-size: 16px;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 600; }

.publicNoticeDetail .publicNoticeSummary .quotes {
  font-size: 15px;
  opacity: 0.25; }

.leftquote {
  padding-right: 5px; }

.rightquote {
  padding-left: 5px; }

.publicNoticeDetail .publicNoticeContent p {
  text-align: justify; }

.noticeDivider,
.agendaDivider {
  height: 2px;
  background: #FAA71D;
  width: 80px;
  margin: 15px 0; }

.agendaDetail h5 {
  margin-bottom: 1.5rem; }

.agendaDetail .heading {
  font-weight: 500; }

.agendaDetail label {
  font-weight: 500;
  margin-bottom: 0;
  display: block; }

/*.agendaDetail .agendaDate,
.agendaDetail .agendaLocation{position:relative;padding-left:20px}
.agendaDetail .agendaDate:before,
.agendaDetail .agendaLocation:before{content:'\f274';font-family:"Font Awesome 5 Pro", sans-serif;position:absolute;left:0}
.agendaDetail .agendaLocation:before{content:'\f3c5'}*/
/*.agendaDetail .publicNoticeInfo{display:flex}*/
.agendaDetail .agendaSummary {
  background: #f1f1f1;
  padding: 5px;
  border: 1px solid #e0e0e0;
  font-style: italic;
  margin: 10px 0; }

.agendaTemplate .aTitle {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0 0; }

.agendaDetail .aData,
.multiSections {
  margin: 10px 0 15px; }

.agendaDetail .aDataTitle,
.mainSection {
  font-weight: 500; }

.aDataItems,
.subSection {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px; }

.agendaDetail .aDataValue,
.sectionValue {
  text-align: justify; }

.sectionMinute {
  text-align: justify;
  margin: 1rem 0; }

.card-body
.amFilesupload.datacard.datacard-columns
> [class^="col-"]
.data-box {
  margin: 5px 0; }

.contentBox h1:after,
.contentBox h2:after,
.contentBox h3:after,
.contentBox h4:after,
.contentBox h5:after,
.contentBox h6:after {
  content: none; }

.contentBox .contentCategory {
  text-transform: uppercase;
  color: #FAA71D;
  font-weight: 500; }

.contentBox > h1,
.contentBox .contentTitle {
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
  position: relative; }

.contentBox .contentInformation {
  color: #6c757d; }

.contentBox .contentInformation .dot:after {
  left: 3px; }

.contentBox .heading {
  font-weight: 500;
  color: #666666; }

.contentBox .contentDescription h1,
.contentBox .contentDescription h2,
.contentBox .contentDescription h3,
.contentBox .contentDescription h4,
.contentBox .contentDescription h5,
.contentBox .contentDescription h6 {
  margin: 6px 0; }

.contentBox .contentDescription h1 {
  font-size: 20px; }

.contentBox .contentDescription h2 {
  font-size: 18px; }

.contentBox .contentDescription h3 {
  font-size: 16px; }

.contentBox .contentDescription h4 {
  font-size: 15px; }

.contentBox .contentDescription h5 {
  font-size: 15px; }

.contentBox .contentDescription h6 {
  font-size: 15px; }

.contentBox .contentDivider {
  height: 2px;
  background: #FAA71D;
  width: 80px;
  margin: 10px 0 15px; }

.contentBox .contentDescription p.paragraph {
  font-size: 15px;
  font-weight: 400; }

.mainSection {
  padding-left: 0; }

.mainSection > li {
  list-style-type: none;
  margin-bottom: 25px; }

.mainSection h2 {
  font-size: 20px;
  font-weight: 500; }

.mainSection h2:first-letter {
  text-transform: capitalize; }

.subSection {
  padding-left: 15px;
  list-style-type: none;
  margin-bottom: 10px; }

.subSection li h3 {
  font-size: 17px;
  font-weight: 500; }

.subSection li {
  margin-bottom: 15px; }

/*.subSection li + li{border-top:1px solid $border;padding-top:10px;margin-bottom:0}*/
.mainSection.contentDescription .subSection {
  list-style-type: none; }

.dot {
  position: relative; }

.dot:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  top: 5px;
  left: 5px;
  background: #666666; }

/*.rightPanel .btn{margin:0.5rem 0}*/
.cmsDataCard .data-box:first-child,
.cmsDataCard .data-box {
  overflow: hidden;
  margin-top: 10px; }

.cmsDataCard .data-box a,
.cmsDataCard .data-box p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.cmsDataCard .data-box .title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: left;
  text-transform: capitalize; }

.errorPage {
  min-height: 100%; }

.errorPage .container {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px; }

.errorPage .container h1:after,
.errorPage .container h2:after,
.errorPage .container h3:after,
.errorPage .container h4:after,
.errorPage .container h5:after,
.errorPage .container h6:after {
  content: none; }

.errorPage .container h1 {
  font-size: 7em;
  font-weight: bold;
  font-family: "Montserrat"; }

.errorPage .container h1 span {
  color: #FAA71D; }

.errorPage .container h2 {
  font-weight: 600; }

.errorPage .container h3 {
  font-weight: 500; }

.errorPage .container h4 {
  font-weight: 400; }

.errorPage .container p {
  margin: 20px 0; }

/*.filter{display:inline-block}*/
.gworks-section-disabled {
  background: #f4f5f7;
  cursor: not-allowed;
  padding: 10px;
  border: 1px solid #e9e9e9;
  opacity: 0.75; }

.gworks-section-disabled * {
  cursor: not-allowed; }

.gworks-section-disabled > h5 {
  margin-top: 0; }

.alert p {
  margin-bottom: 0; }

.summarynCartnPreferences .payPreferences,
.summarynCartnPreferences .accSummary {
  width: 350px; }

.summarynCartnPreferences .cartSummary {
  width: 350px; }

/*communication*/
.split-view {
  width: 100%;
  height: 100%;
  display: flex; }

.split-list {
  float: left;
  width: 450px; }

.split-details {
  float: left;
  width: calc(100% - 450px);
  position: relative;
  height: 100%; }

.dropdownstyle .dropdown-menu {
  min-width: 120px; }

.dropdownstyle .dropdown-menu .dropdown-item {
  padding: 0.35rem 1rem; }

.dropdownstyle .dropdown-toggle::after {
  vertical-align: 0.25em; }

.composeEmailText .remainingChar {
  bottom: 5px;
  top: inherit; }

.composeEmailText textarea {
  resize: none; }

.composeEmailText .select2-container--default .select2-selection--multiple {
  padding-top: 0;
  padding-left: 0;
  height: inherit !important; }

.communicationContainer {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 30px; }

.communicationContainer .communicationLeftSidebar,
.communicationContainer .communicationMiddleContent {
  float: left;
  position: relative;
  height: 100%; }

.communicationContainer .communicationLeftSidebar {
  width: 300px; }

.communicationContainer .communicationMiddleContent {
  width: calc(100% - 315px);
  margin-left: 15px; }

.communicationContainer .communicationMiddleContent .communicationCard {
  overflow-y: auto; }

.communicationContainer .communicationRightSidebar {
  width: 250px;
  margin-left: 15px; }

.communicationContainer.active .communicationMiddleContent {
  width: calc(100% - 580px); }

.communicationContainer .communicationLeftaSidebar .dataTables_length {
  display: none; }

.communicationContainer.active .communicationMiddleContent.userOnly,
.communicationContainer .communicationMiddleContent.userOnly {
  width: calc(100% - 315px); }

.communicationContainer .communicationLeftSidebar,
.communicationContainer .communicationMiddleContent,
.communicationContainer .communicationRightSidebar {
  height: 100%;
  position: relative; }

.communicationListBox {
  min-height: 500px;
  height: 100%; }

.communicationContainer .communicationRightSidebar .communicationHeader {
  text-transform: uppercase; }

.communicationUnread {
  color: #FAA71D;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.015); }

.communicationNotSelected {
  text-align: center;
  padding-top: 20%;
  opacity: 0.5; }

.communicationNotSelected i {
  font-size: 2rem;
  margin-bottom: 1rem; }

.communicationNotSelected h4 {
  font-size: 16px; }

.communicationBar {
  background: #ffffff;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin-bottom: 15px;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(44, 101, 144, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(44, 101, 144, 0.1);
  border: 1px solid #e6e6e6; }

.communicationBar .card-body {
  padding: 0.5rem; }

.communicationBar > div {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.communicationBar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; }

.communicationBar ul li {
  margin: 5px; }

.communicationBar ul li a {
  font-weight: 500;
  font-size: 13px;
  position: relative;
  border: 1px solid #676767;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 0.275rem 1.25rem; }

.communicationBar ul li a:hover {
  background: #676767;
  color: #ffffff; }

.communicationBar ul li.active a,
.communicationBar ul li a.active {
  border-color: #FAA71D;
  background: #FAA71D;
  color: #ffffff; }

/*.communicationBar ul li a:hover,
.communicationBar ul li.active a,
.communicationBar ul li a.active,
.communicationBar .nav-tabs .nav-link.active,
.communicationBar .nav-tabs .nav-item.show .nav-link{color:$secondary-color}*/
.communicationBar .nav-tabs,
.communicationBar .nav-tabs .nav-link {
  border: 0; }

.communicationBar ul li a.btn .badge {
  position: absolute;
  top: -9px;
  right: -6px;
  font-size: 10px;
  border: 2px solid #ffffff; }

.composeNew {
  background: #FAA71D;
  font-size: 15px; }

.communicationSenderList {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden; }

.communicationListBox .communicationSenderList > li {
  list-style-type: none;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #f1f1f1;
  float: left;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 50px;
  background: #ffffff; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.custom-control-label::before {
  position: absolute;
  top: 0.15rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

.communicationListBox .dataTables_wrapper .my-3 {
  margin-top: 0 !important; }

.communicationListBox .dataTables_wrapper .row:nth-child(3) {
  margin: 0 !important; }

table.dataTable.communicationTableList {
  margin: 0 !important;
  min-height: 80px; }

table.dataTable.communicationTableList thead {
  display: none; }

.communicationListBox .communicationTableList,
.communicationListBox .communicationTableList tbody {
  display: block; }

.communicationListBox .communicationTableList tr {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 5px;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
  position: relative;
  height: inherit !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.communicationListBox .communicationTableList tr.shown {
  background: rgba(0, 0, 0, 0.05);
  border: 1px dotted #676767; }

.communicationListBox .communicationTableList tr:hover,
.communicationListBox .communicationTableList tr.unread {
  background: rgba(0, 0, 0, 0.05); }

.communicationListBox .communicationTableList tr.unread .subject {
  color: #FAA71D;
  font-weight: 600;
  width: 100%; }

.communicationListBox .communicationTableList tr.unread:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #FAA71D;
  left: 0;
  top: 0; }

.communicationListBox .communicationTableList tr.unread .bodyText {
  font-weight: 500; }

.communicationListBox .communicationTableList tr td {
  display: flex;
  flex-grow: 1;
  padding-left: 30px; }

.communicationListBox .communicationTableList.no-selection tr td {
  padding-left: 3px; }

.communicationListBox .communicationTableList tr td.dataTables_empty {
  display: table;
  padding: 0;
  text-align: center;
  width: 100%;
  min-width: inherit;
  max-width: inherit; }

.communicationListBox .communicationTableList tr td.select-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 30px;
  width: 30px; }

table.communicationListBox.dataTable tr.selected td.select-checkbox:after,
table.communicationListBox.dataTable tr.selected th.select-checkbox:after {
  text-shadow: none; }

.communicationListBox table.dataTable tbody td.select-checkbox:before,
.communicationListBox table.dataTable tbody th.select-checkbox:before {
  top: 16px;
  left: 18px; }

.communicationListBox
.dataTables_wrapper
table.dataTable
tr.selected
td.select-checkbox:after,
.communicationListBox
.dataTables_wrapper
table.dataTable
tr.selected
th.select-checkbox:after {
  margin-top: -8px;
  margin-left: -2px; }

.communicationListBox .communicationTableList tr td.topBar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: inherit; }

.communicationListBox .communicationTableList tr td.topBar div {
  display: flex;
  align-items: center; }

.communicationListBox .communicationTableList tr td.topBar div span {
  padding-right: 5px; }

.communicationListBox .communicationTableList tr td.topBar .senderName {
  font-size: 1rem;
  max-width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.communicationListBox .communicationTableList tr td.topBar .badge {
  margin: 0 3px; }

.communicationListBox .communicationTableList tr td.break {
  flex-basis: 100%;
  height: 0; }

.communicationListBox .communicationTableList tr td.subject {
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -2px; }

.communicationListBox .communicationTableList tr td.subject:empty {
  display: none; }

.communicationListBox .communicationTableList tr td.subject div {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.communicationListBox .communicationTableList tr td {
  max-width: inherit; }

.communicationListBox .communicationTableList tr td.bodyText {
  width: 100%;
  margin-top: -4px; }

/*.communicationListBox .communicationTableList tr td.bodyText br{display:none}*/
.communicationListBox .communicationTableList tr td.bodyText,
.communicationListBox .communicationTableList tr td.bodyText > *,
.communicationListBox .communicationTableList tr td.bodyText div,
.communicationListBox .communicationTableList tr td.bodyText p {
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.communicationListBox .communicationTableList tr td.bodyText > *,
.communicationListBox .communicationTableList tr td.bodyText > div > *,
.communicationListBox .communicationTableList tr td.bodyText > div > p {
  display: none; }

.communicationListBox .communicationTableList tr td.bodyText > *:first-child,
.communicationListBox
.communicationTableList
tr
td.bodyText
> div
> *:first-child,
.communicationListBox
.communicationTableList
tr
td.bodyText
> div
> p:first-child {
  display: block; }

.communicationListBox .communicationTableList tr td.bodyText div p,
.communicationListBox .communicationTableList tr td.bodyText p {
  margin: 0; }

.communicationListBox .communicationTableList tr td.bodyText div p img,
.communicationListBox .communicationTableList tr td.bodyText p img {
  display: none; }

.communicationListBox .communicationTableList tr td.bodyText ul,
.communicationListBox .communicationTableList tr td.bodyText ul + p {
  display: none; }

.communicationDetails {
  display: none; }

.communicationDetails.show {
  display: block; }

.communicationListBox,
.communicationCard,
.card-shadow {
  background: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(44, 101, 144, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(44, 101, 144, 0.1);
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  position: relative; }

.communicationHeader {
  padding: 0.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background: #f6f6f6;
  min-height: 50px; }

.communicationToList ul {
  margin: 0;
  padding: 0;
  /*width:100px*/ }

.communicationToList ul li {
  list-style-type: none;
  font-size: 20px;
  margin: 0 5px 0 0;
  display: inline-block; }

.communicationToList ul li > a {
  color: #FAA71D;
  text-align: center;
  display: inline-block;
  width: 25px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 14px;
  padding: 6px 0; }

.communicationToList ul li {
  list-style-type: none;
  font-size: 20px;
  margin: 0 5px 0 0; }

.communicationToList .subject {
  width: calc(100% - 100px); }

.communicationToList .subject h5 {
  font-weight: 600; }

.communicationSubjectInfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px;
  border: 1px solid #e3e3e3;
  padding: 5px; }

.communicationSubjectInfo .d-none {
  display: none !important; }

.communicationSubjectInfo img {
  width: 60px; }

.communicationSubjectStatus {
  flex: 1; }

.communicationBody p a {
  color: #007bff; }

.communicationBody img,
.communicationBody p img {
  max-width: 100%; }

.communicationInboxDetails tr td:first-child {
  width: 75px;
  color: #777d74; }

.communicationInboxDetails tr td {
  padding: 5px 10px; }

.communicationReplyView {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.communicationRightSidebar {
  display: none; }

.communicationRightSidebar.show {
  display: block; }

.transforming-tabs > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: none; }

.transforming-tabs > ul > li {
  display: inline-block;
  padding: 0;
  vertical-align: bottom; }

.transforming-tabs > ul > li > a.active,
.transforming-tabs > ul > li > a.nav-link.active {
  position: relative; }

div.dataTables_wrapper div.dataTables_length select {
  cursor: pointer; }

.forceEmpty,
.forceEmpty.shown {
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: #ced4da !important;
  background: none !important; }

/*calendar default*/
.fc .fc-daygrid-event-harness {
  display: inline-block; }

.fc .fc-daygrid-day-frame {
  cursor: pointer; }

.fc .fc-button-primary {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #293643;
  padding: 0.375rem 0.75rem; }

.fc .fc-toolbar-title {
  font-size: 1.2rem; }

.fc .fc-toolbar-title:after {
  content: none; }

.fc .fc-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.fc .fc-button:focus {
  box-shadow: none; }

.fc-h-event {
  background: none;
  border: none; }

.fc .fc-daygrid-event {
  display: inline-block; }

.fc-h-event .fc-event-main {
  color: #FAA71D;
  padding: 2px;
  font-size: 0.8rem; }

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1rem; }

.fc-daygrid-day-events .fa-handshake {
  color: #009688;
  font-weight: bold; }

.fc-daygrid-day-events .fa-clock {
  color: #3f51b5; }

.fc-daygrid-day-events .fa-megaphone {
  color: #f4511e;
  font-weight: bold; }

/*.fc-view-harness.fc-view-harness-active{height:250px !important}
.fc-scrollgrid-sync-table{height:220px !important}*/
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin: 0; }

/*.calendarLeaves .fc-h-event{background:$secondary-color}
.calendarLeaves .fc-h-event .fc-event-main{color:$white}*/
.calendarLeaves.fc .fc-daygrid-event {
  display: block; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.info-box {
  display: flex;
  justify-content: space-between; }

.info-box label {
  width: 130px; }

.info-box div {
  width: calc(100% - 140px); }

/*walkthrough*/
.walkthroughContent {
  width: 700px;
  position: relative; }

ol.variables {
  counter-reset: walkthrough-counter;
  list-style: none;
  padding-left: 25px; }

ol.variables ul {
  display: flex;
  flex-wrap: wrap; }

ol.variables ul li {
  width: 50%; }

ol.variables li .input-group {
  flex-wrap: inherit; }

ol.variables ul li:nth-of-type(odd) {
  padding-right: 5px; }

ol.variables ul li:nth-of-type(even) {
  padding-left: 5px; }

ol.variables > li {
  margin: 20px 0;
  counter-increment: walkthrough-counter;
  position: relative; }

/*ol.variables>li::before{content:counter(walkthrough-counter);color:#212529;font-size:12px;font-weight:bold;position:absolute;--size:20px;left:-25px;line-height:var(--size);width:var(--size);height:var(--size);top:0;background:$secondary-color;border-radius:50%;text-align:center}*/
.variables ul {
  list-style: none;
  padding: 0; }

.variables ul li {
  margin-bottom: 10px; }

.variables li label {
  margin-bottom: 0.25rem; }

/*.variables li span,
.walkthroughLabel span{font-weight:500;border-bottom:1px dotted;cursor:copy}*/
.walkthroughLabel {
  padding: 5px;
  background: #FAA71D;
  position: absolute;
  top: 0;
  color: #212529; }

.walkthrough-flex .walkthroughSidebar {
  width: 100%; }

.walkthrough-flex .walkthroughSidebar .input-group {
  flex-wrap: nowrap; }

.utilityMIName {
  top: 52px;
  left: 180px; }

.utilityMIdate {
  top: 115px;
  left: 180px; }

.utilityMICitizenName {
  top: 150px;
  left: 180px; }

.utilityMIAddress {
  top: 195px;
  left: 180px; }

.card.gworks-disabled {
  position: relative;
  overflow: hidden; }

.card.gworks-disabled * {
  pointer-events: none; }

.card.gworks-disabled:before {
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: not-allowed; }

.card.gworks-disabled:after {
  content: "\f023";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.75rem; }

.userTypeInput input {
  padding-right: 25px; }

.userTypeInput:after {
  position: absolute;
  right: 15px;
  top: 35px;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold; }

.userTypeInput.citizenType:after {
  content: "\f007"; }

.userTypeInput.businessType:after {
  content: "\f0b1"; }

.popover {
  z-index: 1040; }

.popover-body {
  overflow: hidden; }

.popoverPublicUser {
  max-width: 350px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #ced4da; }

.popoverPublicUser label {
  margin: 0; }

.popoverPublicUser .email,
.popoverPublicUser .text {
  white-space: nowrap; }

.popoverPublicUser .email,
.popoverPublicUser .text,
.popoverPublicUser .address {
  margin: 3px 0 0; }

.popoverPublicUser .nameNstatus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.popoverPublicUser .name {
  font-size: 1.1rem;
  font-weight: 500; }

.popoverPublicUser .badge {
  margin: 0.25rem 0; }

.popoverPublicUser .divider {
  margin: 0.5rem 0;
  border-top: 1px solid #ced4da; }

.popoverPublicUser b {
  font-weight: 500; }

.popoverPublicUser .fa:hover {
  text-decoration: none; }

.popovrActions {
  margin: 8px -12px -10px;
  background: rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.popovrActions a {
  text-align: center;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 8px 0 12px; }

.popovrActions a + a {
  border-left: 1px solid #ced4da; }

.popovrActions a:hover {
  background: rgba(0, 0, 0, 0.15); }

.cursor-progress {
  cursor: progress; }

.citizen_timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  width: 100%; }

.citizen_timeline:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 3px;
  background: #ced4da;
  left: 105px;
  margin-left: -2.5px; }

.citizen_timeline > li {
  position: relative;
  min-height: 50px;
  padding: 5px 0;
  width: 100%;
  display: block; }

/*.citizen_timeline>li:first-child{padding-top:20px}*/
.citizen_timeline .timeline_time {
  position: absolute;
  left: 0;
  width: 90px;
  text-align: right;
  top: 19px; }

.citizen_timeline .timeline_time .date,
.citizen_timeline .timeline_time .time {
  display: block;
  font-weight: 600;
  line-height: 16px;
  font-size: 12px; }

.citizen_timeline .timeline_icon {
  left: 96px;
  position: absolute;
  /*width:50px;*/
  text-align: center;
  top: 18px; }

.citizen_timeline .timeline_icon a {
  text-decoration: none;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50px;
  background: #f9f9f9;
  line-height: 10px;
  color: #ffffff;
  font-size: 14px;
  border: 3px solid #ced4da;
  transition: border-color 0.2s linear; }

.citizen_timeline .timeline_body {
  margin-left: 125px;
  background: #f9f9f9;
  position: relative;
  padding: 0.75rem;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  transition: all 0.15s ease; }

.citizen_timeline .timeline_body:hover {
  background: #f0f0f0; }

.citizen_timeline .timeline_body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #f5f5f5;
  left: -20px;
  top: 10px; }

.citizen_timeline .timeline_body:hover:before {
  border-right-color: #f0f0f0; }

.citizen_timeline .timeline_body > div + div {
  margin-top: 5px; }

.citizen_timeline .timeline_header {
  border-bottom: 1px solid #ced4da;
  padding: 0;
  display: flex;
  align-items: center; }

.citizen_timeline .timeline_header .username {
  font-weight: 600; }

.citizen_timeline .timeline_header .timeline_info {
  padding: 1px 6px;
  border-radius: 0.25rem; }

.citizen_timeline .timeline_header .timeline_info .username {
  font-weight: normal; }

.citizen_timeline .timeline_content:empty {
  display: none;
  padding: 0;
  margin: 0; }

.citizen_timeline .timeline_content {
  letter-spacing: 0.25px;
  line-height: 18px;
  font-size: 13px; }

.citizen_timeline .timeline_content table tbody tr td:first-child {
  padding-left: 0; }

.citizen_timeline .timeline_content span {
  /*background:#e8e8e8;*/
  padding: 1px 6px;
  border-radius: 0.25rem;
  display: flex;
  overflow-wrap: anywhere;
  min-height: 20px; }

.citizen_timeline .timeline_content span.old {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.citizen_timeline .timeline_content span.new {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.citizen_timeline .timeline_content p {
  margin: 0; }

.citizen_timeline .timeline_content:after,
.citizen_timeline .timeline_content:before {
  content: "";
  display: table;
  clear: both; }

.citizen_timeline .timeline_title {
  margin-top: 0; }

.citizen_timeline .timeline_footer {
  /*border-top:1px solid $border;*/
  padding-top: 5px;
  display: flex;
  align-items: center;
  color: #999; }

.citizen_timeline .timeline_info {
  display: flex; }

.citizen_timeline .timeline_info > div:first-child {
  padding-left: 0; }

.citizen_timeline .timeline_info > div:first-child:before {
  content: none; }

.citizen_timeline .timeline_info > div {
  padding: 0 8px 0 10px;
  position: relative; }

.citizen_timeline .timeline_info > div:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  top: 8px;
  left: 0;
  background: #666666; }

.citizen_timeline .timeline_info > div:last-child {
  padding-right: 0; }

.citizen_timeline .timeline_footer .username span {
  font-weight: 500; }

/*.payment_timeline.citizen_timeline .timeline_content span{/*background:transparent;padding:0;border-radius:0}*/
.payment_timeline.citizen_timeline .timeline_header .history_info .username {
  font-weight: normal; }

.payment_timeline.citizen_timeline .timeline_header {
  margin-bottom: 5px; }

.payment_timeline.citizen_timeline .timeline_body > div + div {
  margin: 0; }

.payment_timeline.citizen_timeline .timeline_body > div > div + div {
  margin: 0; }

.payment_timeline.citizen_timeline .timeline_content {
  display: flex;
  margin: 5px 0;
  align-items: center; }

.payment_timeline.citizen_timeline .timeline_body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.payment_timeline.citizen_timeline .timeline_body label {
  margin: 0;
  white-space: nowrap; }

.payment_timeline.citizen_timeline .timeline_body .amounts {
  text-align: right;
  min-width: 150px; }

.payment_timeline.citizen_timeline .timeline_body .amounts span {
  font-size: 14px; }

.payment_timeline.citizen_timeline .timeline_body .bullets {
  display: flex;
  align-items: center; }

.payment_timeline.citizen_timeline .timeline_body .bullets > div:first-child {
  padding-left: 0; }

.payment_timeline.citizen_timeline
.timeline_body
.bullets
> div:first-child:before {
  content: none; }

.payment_timeline.citizen_timeline .timeline_body .bullets > div {
  padding: 0 8px 0 10px;
  position: relative; }

.payment_timeline.citizen_timeline .timeline_body .bullets > div:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  top: 8px;
  left: 0;
  background: #666666; }

.payment_timeline.citizen_timeline .timeline_body .payment_id {
  position: absolute;
  bottom: 2px;
  right: 10px;
  font-style: italic;
  color: #ccc;
  font-size: 90%; }

.payment_timeline.citizen_timeline .timeline_body .invoice_lists {
  margin: 5px 0 0;
  /*max-height:100px;overflow-y:auto;*/ }

.payment_timeline.citizen_timeline .timeline_body .invoice_lists > div {
  margin: 5px 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

.payment_timeline.citizen_timeline
.timeline_body
.invoice_lists
> div:last-child {
  border: none; }

.table .semi-table {
  margin: 0; }

.table .semi-table tr {
  height: auto; }

.table .semi-table tr:hover {
  background: #ffffff; }

.table .semi-table tr td {
  padding: 0 5px;
  width: 50%;
  border: 1px solid #ced4da !important; }

.table .semi-table tr td span + small,
.table .semi-table tr td small + span {
  margin-top: -4px;
  display: block; }

.table .semi-table tr + tr:hover,
.table .semi-table tr + tr {
  background: #eeeeee;
  font-size: 90%; }

.table .semi-table tr + tr td {
  border-right: 1px solid #cccccc; }

.table .semi-table tr td + td {
  border-right: 1px solid #cccccc; }

.agenda_files div {
  margin: 5px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  float: left;
  display: flex;
  align-items: center; }

.agenda_files div.officialOnly {
  background: #FAA71D; }

.agenda_files div.officialOnly a {
  color: #293643 !important; }

.agenda_files div a {
  color: #007bff !important; }

.agenda_files div a:hover {
  text-decoration: underline; }

.agenda_files div i {
  margin-left: 5px;
  width: 10px;
  cursor: pointer; }

.input-group-text {
  padding: 0.375rem 0.5rem; }

.statementSelect {
  border: none;
  background: none;
  color: #007bff; }

.vertical_tabs {
  border: 1px solid #ced4da;
  min-height: 60vh; }

.vertical_tabs .nav {
  border-right: 1px solid #ced4da; }

.vertical_tabs .nav-pills .nav-link {
  border-radius: 0;
  background: #ffffff;
  color: #676767;
  padding: 1rem;
  border-bottom: 1px solid #ced4da; }

.vertical_tabs .nav-pills .nav-link.active,
.vertical_tabs .nav-pills .show > .nav-link {
  background: #676767;
  color: #ffffff;
  position: relative; }

/* .vertical_tabs .nav-pills .nav-link.active:after,
.vertical_tabs .nav-pills .show > .nav-link:after{content:'';position:absolute;background:$white;right:-2px;height:100%;top:0;width:3px}*/
.vertical_tabs .paytable_table {
  table-layout: fixed; }

.vertical_tabs .paytable_table thead th {
  border-color: #cccccc; }

.vertical_tabs .paytable_table .inputError {
  background-position: right -8px center; }

.vertical_tabs table.paytable_table td {
  border: 1px solid #ced4da; }

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.subSecond_Nav_Title {
  text-align: center; }

.subSecond_Nav_Title span.line {
  width: 100%;
  background: #ced4da;
  height: 3px;
  display: block;
  margin-top: 3px; }

.subSecond_Nav_Title.active span.line {
  background: #FAA71D; }

.hoursMinutes {
  display: flex;
  align-items: center; }

.hoursMinutes span {
  content: ":";
  padding: 0 0.3rem; }

.hoursMinutes span {
  position: relative; }

.hoursMinutes span:before,
.hoursMinutes span:after {
  position: absolute;
  bottom: -16px;
  font-size: 9px;
  padding: 2px 4px;
  background: #ffffff; }

.hoursMinutes span:before {
  left: -18px; }

.hoursMinutes span:after {
  right: -43px; }

.hoursMinutes span:before {
  content: "HH"; }

.hoursMinutes span:after {
  content: "MM"; }

input[type="date"].inputError,
select.inputError,
.hoursMinutes .inputError {
  background-image: none; }

.bg-grey .hoursMinutes span:before,
.bg-grey .hoursMinutes span:after {
  background: #f2f2f2; }

.table-striped tbody tr:nth-of-type(odd) .hoursMinutes span:before,
.table-striped tbody tr:nth-of-type(odd) .hoursMinutes span:after,
.table-hover tbody tr:hover .hoursMinutes span:before,
.table-hover tbody tr:hover .hoursMinutes span:after {
  background: #f2f2f2; }

table.dataTable tbody > tr.selected .hoursMinutes span:before,
table.dataTable tbody > tr.selected .hoursMinutes span:after,
table.dataTable tbody > tr > .selected .hoursMinutes span:before,
table.dataTable tbody > tr > .selected .hoursMinutes span:after {
  background: #f7f7ce !important; }

.default-input {
  border: 1px solid #ced4da;
  background: transparent;
  border-radius: 0.2rem;
  color: #495057; }

.input-group .form-control {
  width: 1% !important; }

/*This file gonna be merge in web-common later for sure*/
.table-th-vr-center th {
  vertical-align: middle !important; }

.timeInputError input,
.timeInputError input:focus {
  border: 1px solid #dc3545; }

.fc-leaveCalendar .fc-toolbar,
.fc-leaveCalendar .fc-col-header {
  background: #efefef; }

.fc-leaveCalendar .fc-toolbar-title {
  font-weight: 600; }

.fc-leaveCalendar .fc-col-header-cell-cushion {
  padding: 5px 4px 0;
  font-weight: 600; }

.fc-leaveCalendar .fc-col-header-cell-time {
  padding: 0 0 3px;
  display: block; }

.fc-leaveCalendar .fc-toolbar.fc-header-toolbar {
  margin: 0;
  padding: 10px; }

.fc-leaveCalendar .fc-v-event {
  background: #faa71d;
  border-color: #faa71d;
  color: #000; }

.fc-leaveCalendar .fc-timegrid-event .fc-event-time,
.fc-leaveCalendar .fc-v-event .fc-event-title {
  color: #000; }

.fc-leaveCalendar th,
.fc-leaveCalendar td {
  vertical-align: middle; }

.fc-leaveCalendar .fc-timegrid-axis-frame {
  justify-content: center; }

.fc-leaveCalendar .fc-timegrid-emp-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px; }

.fc-leaveCalendar .fc-timegrid-emp-info {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 160px;
  justify-content: flex-start; }

.fc-leaveCalendar .fc-timegrid-emp-dp {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  position: relative;
  margin-right: 5px; }

.fc-leaveCalendar .fc-timegrid-emp-pic {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  position: relative; }

.fc-leaveCalendar .fc-timegrid-emp-name {
  width: calc(100% - 45px);
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

.fc-leaveCalendar .fs-timegrid-status {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  background: #ccc;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: none; }

.fc-leaveCalendar .fs-timegrid-status.online {
  background: green;
  display: block; }

.fc-leaveCalendar.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2px 0 2px; }

.fc-leaveCalendar table.dataTable {
  border-collapse: collapse !important; }

.fc-header th {
  padding: 5px 0;
  background: #efefef; }

.fc-content td {
  padding-left: 5px; }

.payroll_report_view .grid-months .cell {
  background-color: white; }

.payroll_report_view .grid-months .currentMonth {
  background-color: cornsilk; }

.badge-calendar {
  height: inherit;
  line-height: inherit;
  padding: 4px 10px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.badge-calendarReport {
  height: inherit;
  line-height: inherit;
  padding: 4px 10px;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.badge-calendar span.badge-label {
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  padding-right: 15px; }

.badge-calendar span.smallnote,
.badge-calendarReport span.smallnote {
  font-size: 0.8em;
  padding-left: 10px;
  text-transform: lowercase; }

.badge-calendar span.badge-icon {
  position: absolute;
  right: 10px;
  top: 5px; }

.badge-calendar span.badge-date {
  width: 50px;
  display: inline-block; }

.multiCards {
  display: flex;
  flex-wrap: wrap; }

.multiCards .payment-cardDetails {
  width: 100%;
  margin: 5px 0; }

.multiCards .payment-cardDetails + .payment-cardDetails {
  margin: 0; }

.multiCardOptions .chooseThis {
  display: flex;
  align-items: center; }

.multiCardOptions .options a {
  padding: 0 5px; }

.multiCardOptions .options a:nth-child(2) {
  border-left: 1px solid #ced4da; }

.multiCardOptions .form-check-label {
  margin-bottom: -4px; }

.chooseThis .selectRadio {
  padding: 8px 15px 8px 40px; }

.chooseThis .selectRadio.active,
.chooseThis .selectRadio:hover {
  border: 1px solid #28a745; }

.chooseThis .selectRadio .checkmark:after {
  background: #28a745; }

.payrixForm input {
  color: #000000;
  font-family: sans-serif !important;
  font-size: 13px; }

.payrixForm input::placeholder,
.payrixForm input::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 13px;
  color: #000;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important; }

.contactLinks {
  list-style: none;
  padding: 0;
  margin: 0; }
  .contactLinks li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding-right: 5px; }

.migration-static-banner {
  display: flex;
  margin-bottom: 1rem; }

.migration-static-banner-icon {
  font-size: 3rem;
  align-self: center;
  margin: 1rem; }

/* Responsive CSS */
@media (max-width: 1366px) {
  .loginBlock .row [class^="col-xl"] {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .fc .fc-toolbar-title {
    font-size: 1rem; } }

@media (max-width: 1200px) {
  .request-filter {
    /*float:right;padding:10px 10px 0;*/
    justify-content: flex-end;
    flex-wrap: wrap; }
  .fc .fc-toolbar {
    display: block; }
  .fc .fc-toolbar .fc-toolbar-title {
    margin-bottom: 5px; }
  .fc .fc-col-header-cell-cushion {
    font-size: 13px; } }

@media (max-width: 992px) {
  [class^="col-lg-"] {
    margin: 5px 0 10px; }
  .btn {
    margin-top: 0.12rem;
    margin-bottom: 0.12rem; }
  .input-group .btn {
    margin: 0; } }

@media (max-width: 768px) {
  [class^="col-md-"] {
    margin: 5px 0 10px; }
  .auth-page [class^="col-md-"] {
    margin: 0; }
  .summarynCartnPreferences .accSummary,
  .summarynCartnPreferences .cartSummary {
    margin: 0 auto;
    margin-right: auto !important; }
  .request-filter > * {
    margin: 5px 0; } }

@media (max-width: 576px) {
  .top-navbar .user-actions > ul > li.dropdown {
    position: initial; }
  .top-navbar .user-actions > ul {
    position: relative; }
  .errorPage .container h1 {
    font-size: 5em; }
  .summarynCartnPreferences .cartSummary,
  .payPreferences,
  .accSummary {
    width: 100% !important; }
  [class^="col-"] table.doubleRows tr {
    width: 100%; }
  .tablePaymentPreferences tr,
  .tablePaymentPreferences td {
    position: relative;
    display: block;
    padding: 0; }
  .tablePaymentPreferences th:nth-child(2) {
    margin-top: 15px; }
  .tablePaymentPreferences td small {
    display: block;
    margin-top: 5px; }
  .card-header,
  .card-body,
  .card-footer {
    padding: 0.5rem; }
  .card-tabs .nav-link {
    padding: 0.5rem; } }

@media (max-width: 400px) {
  .billsDataCard .billsAction .download_pdf + .action_btns .btn {
    width: 132px; } }

@media (max-width: 1300px) and (min-width: 992px) {
  .datacard-columns [class^="col-"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .datacard-columns [class^="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 768px) and (min-width: 576px) {
  .loginBlock .row .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .loginBlock .row .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (max-width: 768px) and (min-width: 360px) {
  .fc .fc-toolbar {
    display: flex; } }

@media (min-width: 768px) {
  .summarynCartnPreferences {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .errorPage {
    padding: 5rem 0 3rem;
    background: #f4f6f9; }
  .errorPage .container {
    background: #ffffff;
    max-width: 700px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 0.35rem;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem; } }

@media (min-width: 1024px) {
  .rightFilter .datatable-filter {
    position: absolute;
    right: -14px;
    top: -45px;
    text-align: right;
    z-index: 2; }
  .rightFilter .dataTableFilter {
    position: absolute;
    right: 0;
    top: -55px;
    text-align: right;
    z-index: 2; }
  .card-tabs .rightFilter .dataTableFilter {
    top: -60px; }
  .crm-citizen .rightFilter .dataTableFilter,
  .cityRequests.rightFilter .dataTableFilter,
  .forms.rightFilter .dataTableFilter,
  .semiclosed.rightFilter .dataTableFilter,
  .request-filter.rightSpaceFilter {
    right: 15px;
    top: -40px; }
  .rightFilter .crm-media .dataTableFilter {
    position: relative;
    right: 0;
    top: 0;
    float: right; }
  .rightFilter .crm-media .dataTableFilter + *,
  .rightFilter .crm-media .dataTableFilter:after {
    clear: both;
    float: none; }
  .crm-citizen .tab-content .rightFilter .dataTableFilter {
    top: -55px;
    right: 0; }
  .crm-citizen .card-tabs .tab-content .rightFilter .dataTableFilter {
    top: -60px; }
  .rightFilter .datatable-filter .btn {
    margin-right: 0 !important; }
  .paymentTabsContent .row.my-3 {
    margin-top: -7px !important; }
  .auth-page .hero-wrap {
    min-height: 300px; } }

@media (min-width: 1201px) {
  .notices-list {
    margin-right: 15px; }
  /*.summarynCartnPreferences{margin-top:-80px}*/
  .request-filter {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2; }
  .card-tabs .request-filter {
    top: -50px; }
  .notices-filter {
    position: absolute;
    right: 5px;
    top: -30px; }
  .walkthrough-flex {
    display: flex; }
  /*.walkthrough-flex .walkthroughSidebar{max-width:400px}*/
  .card-tabs .card-header .btns-block,
  .card-tabs .card-header .dd-flex {
    margin-top: -10px; } }

@media (min-width: 1300px) {
  .pay-billsHeader {
    display: flex;
    justify-content: space-between; }
  .pay-billsHeader .payPreferences {
    margin: 0; }
  .summarynCartnPreferences {
    justify-content: flex-end; }
  .summarynCartnPreferences .cartSummary {
    width: 300px; } }

@media (min-width: 1366px) {
  .filesDataCard.datacard-columns [class^="col-12"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .filesDataCard.datacard-columns {
    margin-left: -5px;
    margin-right: -5px; }
  /*.walkthrough-flex .walkthroughSidebar{max-width:600px}*/ }

@media (min-width: 1400px) {
  .summarynCartnPreferences .cartSummary {
    width: 400px; } }

@media all and (max-width: 1440px) and (min-width: 1024px) {
  .rightPanel [class^="col-"] .form-control.w-auto {
    width: 100% !important; } }

@media all and (max-width: 1200px) and (min-width: 992px) {
  [class^="col-"] table.doubleRows tr {
    width: 100%; } }

@media (min-width: 1600px) {
  .preferencesSummary {
    display: flex;
    align-items: start; }
  .summarynCartnPreferences .payPreferences,
  .summarynCartnPreferences .accSummary {
    margin-right: 15px; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .communicationContainer .communicationLeftSidebar {
    width: 400px; }
  .communicationContainer .communicationMiddleContent {
    width: calc(100% - 415px); }
  .communicationContainer .communicationRightSidebar {
    width: 280px; }
  .communicationContainer.active .communicationMiddleContent {
    width: calc(100% - 710px); }
  .communicationContainer.active .communicationMiddleContent.userOnly,
  .communicationContainer .communicationMiddleContent.userOnly {
    width: calc(100% - 415px); }
  .communicationListBox .communicationTableList tr td.topBar .senderName {
    max-width: 250px; }
  .payment-cardDetails {
    margin-top: 0; } }

.downloadTransactionsCSV {
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.AddNewPaymentType {
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.leaveTypesTabsButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem; }
  .leaveTypesTabsButtons .btn {
    margin: 1rem 0 0 1rem; }

.leavetypes-tabs .nav-tabs .nav-link {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-top: 2px solid #93979b;
  background: rgba(0, 0, 0, 0.03); }

.leavetypes-tabs .nav-tabs .nav-link.active,
.leavetypes-tabs .nav-tabs .nav-item.show .nav-link {
  background-color: #ffffff; }

.leaveTypeTabs-body .tab-content {
  max-height: 30vh;
  min-height: 20vh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ced4da;
  border-top: transparent;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  text-transform: uppercase; }

#monthDaysContainer {
  display: flex;
  justify-content: center; }

#monthDaysBlock {
  display: flex;
  justify-content: flex-start;
  margin-left: 40px; }

#monthDiv {
  margin-left: 2px;
  width: 105px; }

#dayDiv {
  margin-left: 10px;
  width: 88px; }

#leave-type-history-section {
  max-height: 520px; }

.leave-type-history-copy-btn {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0; }

.deduction-history-copy-btn {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0; }

input[type=checkbox].archived + i {
  opacity: 0.6; }

#gworks-settings-general-worker-comp-form-container {
  max-height: 680px;
  overflow-y: auto;
  overflow-x: hidden; }
