input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

#yesButton1.disabled, #noButton1.disabled, #yesButton2.disabled, #noButton2.disabled, #notSureButton1.disabled {
  pointer-events: none; 
  opacity: 0.5;         
}

.nuanbtn  {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;

  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nuan-widget-container .nuanbtn {
  font-size: 1rem;
  line-height: 1.1;
}

@media (prefers-reduced-motion: reduce) {
  .nuanbtn {
    transition: none;
  }
}

.nuanbtn:hover {
  color: #212529;
  text-decoration: none;
}

.nuanbtn:focus, .nuanbtn.focus {
  outline: none;
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

.nuanbtn.disabled, .nuanbtn:disabled {
  opacity: 0.65;
}

a.nuanbtn.disabled,
fieldset:disabled a.nuanbtn {
  pointer-events: none;
}

.nuanbtn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.nuanbtn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.nuanbtn-primary:focus, .nuanbtn-primary.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);*/
}

.nuanbtn-primary.disabled, .nuanbtn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.nuanbtn-primary:not(:disabled):not(.disabled):active, .nuanbtn-primary:not(:disabled):not(.disabled).active,
.show > .nuanbtn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.nuanbtn-primary:not(:disabled):not(.disabled):active:focus, .nuanbtn-primary:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.nuanbtn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.nuanbtn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.nuanbtn-secondary:focus, .nuanbtn-secondary.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);*/
}

.nuanbtn-secondary.disabled, .nuanbtn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.nuanbtn-secondary:not(:disabled):not(.disabled):active, .nuanbtn-secondary:not(:disabled):not(.disabled).active,
.show > .nuanbtn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.nuanbtn-secondary:not(:disabled):not(.disabled):active:focus, .nuanbtn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.nuanbtn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.nuanbtn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.nuanbtn-success:focus, .nuanbtn-success.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);*/
}

.nuanbtn-success.disabled, .nuanbtn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.nuanbtn-success:not(:disabled):not(.disabled):active, .nuanbtn-success:not(:disabled):not(.disabled).active,
.show > .nuanbtn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.nuanbtn-success:not(:disabled):not(.disabled):active:focus, .nuanbtn-success:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.nuanbtn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.nuanbtn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.nuanbtn-info:focus, .nuanbtn-info.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);*/
}

.nuanbtn-info.disabled, .nuanbtn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.nuanbtn-info:not(:disabled):not(.disabled):active, .nuanbtn-info:not(:disabled):not(.disabled).active,
.show > .nuanbtn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.nuanbtn-info:not(:disabled):not(.disabled):active:focus, .nuanbtn-info:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.nuanbtn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.nuanbtn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.nuanbtn-warning:focus, .nuanbtn-warning.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);*/
}

.nuanbtn-warning.disabled, .nuanbtn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.nuanbtn-warning:not(:disabled):not(.disabled):active, .nuanbtn-warning:not(:disabled):not(.disabled).active,
.show > .nuanbtn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.nuanbtn-warning:not(:disabled):not(.disabled):active:focus, .nuanbtn-warning:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.nuanbtn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.nuanbtn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.nuanbtn-danger:focus, .nuanbtn-danger.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);*/
}

.nuanbtn-danger.disabled, .nuanbtn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.nuanbtn-danger:not(:disabled):not(.disabled):active, .nuanbtn-danger:not(:disabled):not(.disabled).active,
.show > .nuanbtn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.nuanbtn-danger:not(:disabled):not(.disabled):active:focus, .nuanbtn-danger:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.nuanbtn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.nuanbtn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.nuanbtn-light:focus, .nuanbtn-light.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);*/
}

.nuanbtn-light.disabled, .nuanbtn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.nuanbtn-light:not(:disabled):not(.disabled):active, .nuanbtn-light:not(:disabled):not(.disabled).active,
.show > .nuanbtn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.nuanbtn-light:not(:disabled):not(.disabled):active:focus, .nuanbtn-light:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.nuanbtn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.nuanbtn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.nuanbtn-dark:focus, .nuanbtn-dark.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);*/
}

.nuanbtn-dark.disabled, .nuanbtn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.nuanbtn-dark:not(:disabled):not(.disabled):active, .nuanbtn-dark:not(:disabled):not(.disabled).active,
.show > .nuanbtn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.nuanbtn-dark:not(:disabled):not(.disabled):active:focus, .nuanbtn-dark:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.nuanbtn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.nuanbtn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.nuanbtn-outline-primary:focus, .nuanbtn-outline-primary.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.nuanbtn-outline-primary.disabled, .nuanbtn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.nuanbtn-outline-primary:not(:disabled):not(.disabled):active, .nuanbtn-outline-primary:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.nuanbtn-outline-primary:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.nuanbtn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.nuanbtn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.nuanbtn-outline-secondary:focus, .nuanbtn-outline-secondary.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);*/
}

.nuanbtn-outline-secondary.disabled, .nuanbtn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.nuanbtn-outline-secondary:not(:disabled):not(.disabled):active, .nuanbtn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.nuanbtn-outline-secondary:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.nuanbtn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.nuanbtn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.nuanbtn-outline-success:focus, .nuanbtn-outline-success.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);*/
}

.nuanbtn-outline-success.disabled, .nuanbtn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.nuanbtn-outline-success:not(:disabled):not(.disabled):active, .nuanbtn-outline-success:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.nuanbtn-outline-success:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.nuanbtn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.nuanbtn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.nuanbtn-outline-info:focus, .nuanbtn-outline-info.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);*/
}

.nuanbtn-outline-info.disabled, .nuanbtn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.nuanbtn-outline-info:not(:disabled):not(.disabled):active, .nuanbtn-outline-info:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.nuanbtn-outline-info:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.nuanbtn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.nuanbtn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.nuanbtn-outline-warning:focus, .nuanbtn-outline-warning.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);*/
}

.nuanbtn-outline-warning.disabled, .nuanbtn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.nuanbtn-outline-warning:not(:disabled):not(.disabled):active, .nuanbtn-outline-warning:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.nuanbtn-outline-warning:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.nuanbtn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.nuanbtn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.nuanbtn-outline-danger:focus, .nuanbtn-outline-danger.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
}

.nuanbtn-outline-danger.disabled, .nuanbtn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.nuanbtn-outline-danger:not(:disabled):not(.disabled):active, .nuanbtn-outline-danger:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.nuanbtn-outline-danger:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.nuanbtn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.nuanbtn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.nuanbtn-outline-light:focus, .nuanbtn-outline-light.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);*/
}

.nuanbtn-outline-light.disabled, .nuanbtn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.nuanbtn-outline-light:not(:disabled):not(.disabled):active, .nuanbtn-outline-light:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.nuanbtn-outline-light:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.nuanbtn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.nuanbtn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.nuanbtn-outline-dark:focus, .nuanbtn-outline-dark.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);*/
}

.nuanbtn-outline-dark.disabled, .nuanbtn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.nuanbtn-outline-dark:not(:disabled):not(.disabled):active, .nuanbtn-outline-dark:not(:disabled):not(.disabled).active,
.show > .nuanbtn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.nuanbtn-outline-dark:not(:disabled):not(.disabled):active:focus, .nuanbtn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .nuanbtn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.nuanbtn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.nuanbtn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.nuanbtn-link:focus, .nuanbtn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.nuanbtn-link:disabled, .nuanbtn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.nuan-widget-container .nuanbtn-lg, .nuanbtn-group-lg > .nuanbtn {
  padding: 0.6rem .7rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0.3rem;
}

.nuan-widget-container .nuanbtn-sm, .nuanbtn-group-sm > .nuanbtn {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 0.2rem;
}

.nuanbtn:not(.nuanbtn-block):not(.nuanbtn-last) {
  margin-right: .5em;
}

.nuanbtn-last-right {
  margin-left: auto !important;
}

.nuanbtn-first-left {
   margin-right: auto !important;
}

.nuanbtn-block {
  display: block;
  width: 100%;
}
.nuanbtn-block + .nuanbtn-block {
  margin-top: .5em;
}

.nuanbtn-label {
  font-weight: bold;
}

.button-icon {
  vertical-align: top;
  margin: 0px .5em 0px 0px;
}

.button-item-center {
  vertical-align: middle;
}

.quick-reply-container {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -ms-flex-pack: center;
       justify-content: center;
   margin-top: -.4em;
   width:100%;
   margin-bottom: 1px;
}
.quick-reply-item  {
  margin-top: .5em;
  margin-right: .5em;
}

.quick-reply-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.quick-reply-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.quick-reply-item .nuanbtn {
  margin-right: 0px !important;
}

.quick-reply-item.item {
  padding:.3em;
  border:2px solid transparent;

}

.quick-reply-container.justify-left, .quick-reply-container.justify-right, .quick-reply-container.justify-center {
  display:block;
}


.quick-reply-container.justify-right .quick-reply-item {
  text-align: right;
}
.quick-reply-container.justify-center .quick-reply-item  {
  text-align: center;
}
/** Calendar **/

.nuan-widget-container .cal {
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-top: 1px solid  rgba(0, 0, 0, 0.12);
    margin: 0px auto;
    font: 13px/1.5 "Helvetica Neue", Helvatica, Arial, san-serif;
    display: table;
}

.nuan-widget-container .cal .header {
    cursor: default;
    height: 34px;
    position: relative;
    color: #2f2f2f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.nuan-widget-container .cal .header span {
    display: inline-block;
    line-height: 34px;
}

.nuan-widget-container .cal .header .button {
    width: 24px;
    text-align: center;
    position: absolute;
    cursor: default;
    background-color: white;
    border: 0px;
}

.nuan-widget-container .cal .header .left.button {
    left: 0;
    border-top-left-radius: 5px;
}

.nuan-widget-container .cal .header .right.button {
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
}

.nuan-calendar:not(.disabled) .cal .header .button:hover:not(.disabled) {
    cursor: pointer;
}

.nuan-widget-container .cal .header .month-year {
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

.nuan-widget-container .cal table {
    background: #fff;
    border-collapse: collapse;
}

.nuan-widget-container .cal td {
    color: #2b2b2b;
    width: 35px;
    height: 25px;
    text-align: center;
    border: 1px none;
    cursor: default;
}

.nuan-widget-container .cal .days td {
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 90%;
    color: #9e9e9e;
}

.nuan-widget-container .cal .days td:not(:last-child) {}

.nuan-widget-container .cal .cal-frame td.today {
    background: #ededed;
    color: #8c8c8c;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.nuan-widget-container .cal .cal-frame td span {
    font-size: 80%;
    position: relative;
}

.nuan-widget-container .cal .cal-frame td span:first-child {
    bottom: 5px;
}

.nuan-widget-container .cal .cal-frame td span:last-child {
    top: 5px;
}

.nuan-widget-container .cal .cal-frame table.curr {
    float: left;
}

.nuan-widget-container .cal .cal-frame table.temp {
    position: absolute;
}

.nuan-widget-container table.days tbody tr {
    border-bottom: 1px solid #f1f1f1;
}

.nuan-widget-container table.days td.weekday {
    color: #5d5d5d !important;
    font-weight: 700;
}

.nuan-widget-container div.cal {
    font-family: 'Roboto', sans-serif;
}

.nuan-widget-container table.curr tbody tr:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.nuan-widget-container table.curr tbody tr:nth-child(5) {
    border-bottom: none !important;
}

.nuan-widget-container table.curr tbody tr:last-child {
    border-bottom: none !important;
}

.nuan-widget-container div.cal-frame div.day {
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.nuan-widget-container .header button.prev,
.nuan-widget-container .header button.next {
    color: #2f2f2f;
}

.nuan-widget-container .day .weekend {
    color: #b5b5b5;
}

.nuan-widget-container .day .outofrange {
    color: #b5b5b5;
}

.nuan-widget-container button.calendarLink {
    color: #222;
    font-size: 14px;
    text-decoration: none;
    border: 0px;
    display: block;
    background-color: white;
}

.nuan-widget-container div.today button.calendarLink {
    color: #b71616;
    font-weight: 700;
    background: #f3f3f3;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.nuan-widget-container button.calendarLink.selected-link {
    background-color: #d8d8d8;
    border-radius: 50px;
}

.nuan-widget-container button.calendarLink.selected-link.rangestart {
    border-radius: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}

.nuan-widget-container button.calendarLink.selected-link.rangeend {
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}

.nuan-widget-container button.calendarLink.selected-range-link {
    background-color: #d8d8d8;
}

.nuan-widget-container .cal td.rangestart {
    padding-right: 0px;
}
.nuan-widget-container .cal td.rangeend {
    padding-left: 0px;
}
.nuan-widget-container button.calendarLink.selected-link:after {
    margin-right: .5em;
}

.nuan-calendar:not(.disabled) button.calendarLink:hover:not(.outofrange):not(.weekend):not(.selected-link):not(.selected-range-link) {
    color: #fff;
    background: #ccc;
    transition: 0.3s;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    cursor: pointer;
}

@media only screen and (max-width: 400px) {
    .nuan-widget-container .cal td {
        width: 35px;
        height: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .nuan-widget-container button.calendarLink {}
}


.nuan-cal-cont {
    width: 100%;
    margin-top: .5em;
    margin-bottom: .2em
}


.nuan-calendar.disabled {
    opacity: .65;
}

/** Calendar **/
.nuan-card.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.nuan-card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .5rem .5rem .5rem .5rem;
}

.nuan-card .card-bottom {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 .5rem .5rem .5rem;;
  margin-top:auto;
}

.nuan-card .card-bottom button{
  margin-left:.5px;
}


.nuan-card .card-title {
  margin-bottom: 0.5rem;
  font-size:inherit;
}

.nuan-card .card-subtitle {
  margin-bottom: 0;
  font-size: 0.67em
}

.nuan-card .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.nuan-card .card-header {
  padding: .5rem .5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.5rem .5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-custom-img-top {
  padding: .5rem .5rem 0;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-left {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100%;
}

.card-left-section {
    width: 40%;
}

.nuan-card .list-group {
  width: 100%;
  margin-top: 0px;
  margin-bottom: .5em;
}
.nuan-widget-container .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.card-body button{
    margin-top:0px;
}
.card-body .nuanbtn-block + .nuanbtn-block {
  margin-top:.5em;
}
.nuan-card-width {
  width: 100%;
  height: 100%;
}

.nuan-row-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    height: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.nuan-widget-container .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.nuan-widget-container .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 10%;
    max-width: 10%;
    /* width: 10% !important; */
}
.nuan-widget-container .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.nuan-widget-container .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.nuan-widget-container .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.nuan-widget-container .col-fx-5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.nuan-widget-container .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.nuan-widget-container .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.nuan-widget-container .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.nuan-widget-container .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.nuan-widget-container .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.nuan-widget-container .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.nuan-widget-container .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.nuan-widget-container .col-fx-10 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.nuan-card-deck {
  overflow: hidden;
  position: relative;
  padding-bottom: .5em
}
.can-touch .nuan-card-deck {
  overflow: auto;
}
.deck-size {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: .5rem;
    max-width: calc(100% - 15px);
}

.deck-size:last-child .nuan-card {
  margin-right: 1px;
}

.deck-size .card-img-top {
  max-height: 200px;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}

.arrow-right.icon {
  color: #000; 
  background-color: transparent;

}
.arrow-right.icon:before {
  content: '';
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: rotate(45deg);
}

.arrow-left.icon {
  color: #000;
  background-color: transparent;
}
.can-touch .arrow-left {
  display:none;
}

.arrow-left.icon:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: rotate(-135deg);
}
.can-touch .arrow-right {
  display:none;
}
.arrow-left.icon.disabled:before {
  opacity: .25;
  cursor: default;
}

.arrow-right.icon.disabled:before {
   opacity: .25;
    cursor: default;
}


.card-custom-top-img {
  margin:.5rem .5rem 0 .5rem;
  background-origin: content-box;
}

.card-custom-left-img {
   background-origin: content-box;
   box-sizing: border-box;
}

.card-section {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
}
.card-right-section {
   -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.card-custom-img-left {
  padding: .5rem 0 .5rem .5rem;
}

.card-body-padding {
   padding-bottom:40px
}

.body-separator {
  margin:0rem 0.5rem .5rem .5rem !important;
  border: 0px;
  height:1px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.nuan-upload-cont {
   min-height: 120px;
   min-width: 120px;
   background-color: #FFFFFF;
   position: relative;
}
.nuan-upload-cont .nuan-upload-plus {
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
}


.nuan-upload-cont .nuan-upload-plus:after,.nuan-upload-cont .nuan-upload-plus:before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  box-shadow: inset 0 0 0 32px;
 
}
.nuan-upload-cont .nuan-upload-plus:after {
  height: 20px;
  width: 2px;
}
.nuan-upload-cont .nuan-upload-plus:before {
  height: 2px;
  width: 20px;
}
.nuan-upload-cont input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.nuan-upload-cont + .nuan-upload-cont {
  margin-left: .5em;
}

.nuan-fi {
  width: 36px;
  height: 46px;
  padding: 10px 0 0;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  font-family: sans-serif;
  text-decoration: none;
  display: block;
}

.nuan-fi:hover {
    transform: translate(-50%, -70%);
}
.nuan-fi-name {
  display: none;
  text-align: center;
  position: absolute;
  bottom:10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 .5em 0 .5em;
}
.nuan-fi:hover + .nuan-fi-name {
   display:block;
   

}
.nuan-fi-doc.nuan-fi:before {
    background-color: #235d9c;
}
.nuan-fi-pdf.nuan-fi:before {
    background-color: #f88e21;
}
.nuan-fi-png.nuan-fi:before {
    background-color: #dc7460;
}
.nuan-fi-docx.nuan-fi:before {
    background-color: #2980b9;
}
.nuan-fi-ppt.nuan-fi:before {
    background-color: #ce4123;
}
.nuan-fi-xls.nuan-fi:before {
    background-color: #86d44c;
}
.nuan-fi-xlsx.nuan-fi:before {
    background-color: #6cbf2e;
}
.nuan-fi-txt.nuan-fi:before {
    background-color: #8bc6d6;
}
.nuan-fi:before {
    top: 0;
    height: 100%;
    left: 0;
    background-color: #007bff;
    right: 10px;
}
.nuan-fi-doc.nuan-fi:after {
    border-left-color: #317dd1;
}
.nuan-fi-pdf.nuan-fi:after {
    border-left-color: #faaf61;
}
.nuan-fi-png.nuan-fi:after {
    border-left-color: #e8a496;
}
.nuan-fi-docx.nuan-fi:after {
    border-left-color: #4da1d8;
}
.nuan-fi-ppt.nuan-fi:after {
    border-left-color: #e26b52;
}
.nuan-fi-xls.nuan-fi:after {
    border-left-color: #aae181;
}
.nuan-fi-xlsx.nuan-fi:after {
    border-left-color: #8ed758;
}
.nuan-fi-txt.nuan-fi:after {
    border-left-color: #bcdee7;
}
.nuan-fi:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #66b0ff;
    top: 0;
    right: 0;
}

.nuan-fi:after, .nuan-fi:before {
    position: absolute;
    content: "";
    pointer-events: none;
}

.nuan-fi-doc.nuan-fi .fi-content {
    background-color: #235d9c;
    color: #fff;
}
.nuan-fi-pdf.nuan-fi .fi-content {
    background-color: #f88e21;
    color: #fff;
}
.nuan-fi-png.nuan-fi .fi-content {
    background-color: #dc7460;
    color: #fff;
}
.nuan-fi-docx.nuan-fi .fi-content {
    background-color: #2980b9;
    color: #fff;
}
.nuan-fi-ppt.nuan-fi .fi-content {
    background-color: #ce4123;
    color: #fff;
}
.nuan-fi-xls.nuan-fi .fi-content {
    background-color: #86d44c;
    color: #fff;
}
.nuan-fi-xlsx.nuan-fi .fi-content {
    background-color: #6cbf2e;
    color: #fff;
}
.nuan-fi-txt.nuan-fi .fi-content {
    background-color: #8bc6d6;
    color: #fff;
}

.nuan-fi .fi-content {
    background-color: #007bff;
    top: 10px;
    color: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 16.5px .3em 0;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nuan-fi-center {
   left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nuan-fi-close {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: inherit;
    right:5px;
    top:5px;
    position: absolute;
    display: inline-block;
    transform: rotate(45deg);
}
.nuan-fi-close:after,.nuan-fi-close:before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  box-shadow: inset 0 0 0 32px
}
.nuan-fi-close:before {  
  width: 12px;
  height: 2px;
}
.nuan-fi-close:after {
  height: 12px;
  width: 2px;
}
.image_preview {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;

}
/* Reset Select */
.nuan-widget-container .nuan-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
}
/* Remove IE arrow */
.nuan-custom-select select::-ms-expand {
  display: none;
}
/* Custom Select */
.nuan-custom-select {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.3;
  overflow: hidden;
  /* padding: .375rem .75rem; */
  border: 1px solid #000000;
  width: 98.4%;
  margin-left: 2px;
  margin-bottom: 10px !important;
}
.nuan-custom-select select {
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  cursor: pointer;
  background-color: transparent;
  opacity: 0.6;
  font-style: italic;
  padding-left: 5px;
  /* border: solid 1px #000000 !important; */
}
/* Arrow */
.nuan-custom-select::after {
  content: '\23F7';
  font-size: 15px;
  position: absolute;
  top: 1;
  right: 0;
  padding: 0 .75em;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  transform: translateY(-2px);
}
/* Transition */
.nuan-custom-select:hover::after {
  color: grey !important;
}

.select-modal {
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-child {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.modal-child .list-group {
  max-height: 100%;
  position: relative;

}


.modal-child .close {
  position: absolute;    
  width: 16px;
  height: 16px;
  opacity: 0.3;
  right:10px;
  top:10px;
  z-index: 1;
}

.modal-child .close:before, .modal-child .close:after {
  position: absolute;
  left: 5px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #333;
}
.modal-child .close:before {
  transform: rotate(45deg);
}
.modal-child .close:after {
  transform: rotate(-45deg);
}
input[type="checkbox"].nuan-switch  { 
    position: absolute;
    opacity: 0;
}

/* Normal Track */
input[type="checkbox"].nuan-switch  + div {
    vertical-align: middle;
    width: 40px;    height: 22px;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: .4s;
    -webkit-transition-property: background-color, box-shadow;
    box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);

}

/* Checked Track (Blue) */
input[type="checkbox"].nuan-switch:checked + div {
    width: 40px;
    background-position: 0 0;
    background-color: #3b89ec;
    border: 1px solid #0e62cd;
    box-shadow: inset 0 0 0 10px rgba(59,137,259,1);
}

/* Normal Knob */
input[type="checkbox"].nuan-switch + div > div {
    float: left;
    width: 18px; height: 18px;
    border-radius: inherit;
    background: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].nuan-switch:checked + div > div {
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
}
.nuan-widget-container {
	box-sizing:border-box;
	font-size: .9em;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
  position: relative;
	
}

.nuan-widget-container .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom:.5rem;
}

.nuan-widget-container p {
    margin-top: 0;
    margin-bottom: 1rem;
}


.nuan-m-1 {
  margin: 0.25rem !important;
}

.nuan-mlr-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}


.nuan-p-1 {
  padding: 0.5em !important;
}

.nuan-p-0 {
  padding: 0 !important;
}

.nuan-widget-outer-cont .mt-2,
.nuan-widget-outer-cont .my-2 {
  margin-top: 0.5rem !important;
}

.nuan-widget-outer-cont .ml-2 {
  margin-left: 0.5rem !important;
}

.nuan-widget-outer-cont .mt-0 {
  margin-top: 0 !important;
}

.nuan-widget-outer-cont .mr-0 {
  margin-right: 0 !important;
}
.nuan-widget-outer-cont .mb-2, 
.nuan-widget-outer-cont .my-2 {
    margin-bottom: .5rem!important;
}
.nuan-widget-outer-cont .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.nuan-widget-outer-cont {
   position: relative;
   height: inherit!important;
   width: 95%;
   transform: translateX(-3px);
}

.nuan-widget-outer-cont .w-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

input[type="submit"].nuanbtn-block,
input[type="reset"].nuanbtn-block,
input[type="button"].nuanbtn-block {
  width: 100%;
}

.nuan-widget-container button,
.nuan-widget-container [type="button"],
.nuan-widget-container [type="reset"],
.nuan-widget-container [type="submit"] {
  -webkit-appearance: button;
}

.nuan-widget-container button:not(:disabled),
.nuan-widget-container [type="button"]:not(:disabled),
.nuan-widget-container [type="reset"]:not(:disabled),
.nuan-widget-container [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.nuan-widget-container button::-moz-focus-inner,
.nuan-widget-container [type="button"]::-moz-focus-inner,
.nuan-widget-container [type="reset"]::-moz-focus-inner,
.nuan-widget-container [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.nuan-widget-container .text-muted {
    color: #6c757d;
}

.nuan-text-left {
  text-align: left !important;
}

.nuan-text-right {
  text-align: right !important;
}

.nuan-text-center {
  text-align: center !important;
}

.nuan-inline-block {
  display:inline-block;
}

.nuan-widget-container input,
.nuan-widget-container button,
.nuan-widget-container select,
.nuan-widget-container optgroup,
.nuan-widget-container textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.nuan-widget-container {
	width: calc(100% - 0.5rem);
	margin-top: -15px;
}
.nuan-widget-container * {
	box-sizing: inherit;
}

.nuan-row + .nuan-row {
	/* margin-top: .8em; */
}

.nuan-heading {
	width:100%;
	margin-bottom: 0;
	text-align: center;
}
.nuan-heading .py-2
{
  padding:.25em;
}
.nuan-widget-container .nuan-para {
	margin-bottom: 0;
	font-size: .9em;
	text-align: left;
	width:100%;
}

.nuan-para.nuan-link a {
  text-decoration: none;
}

.nuan-widget-container .nuan-image {
	margin-right: .5em;
}



.nuan-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-style: solid;
  border-width: 0px;
  position: relative;
}

.nuan-row.timepicker {
   display: block;
}

.nuan-row:last-child {
    margin-bottom: 5px;
}

.nuan-img-cont-wrap {
	display: -ms-flexbox;
	display: flex;
	margin-right: -.5em;
  margin-top: -.5rem;
	-ms-flex-pack: center;
	    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nuan-img-cont-scroll, .nuan-file-upload {
	display: -ms-flexbox;
	display: flex;
	-webkit-overflow-scrolling: touch;
	transform: translateX(0);
	transition: transform 1s linear;
	width: 100%;
	overflow: hidden;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
  margin-top: -.5rem;
}

.can-touch .nuan-img-cont-scroll {
  overflow: auto;
}


.can-touch .nuan-img-cont-scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    
}

.nuan-img-cont-scroll .img-thumbnail-cont {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nuan-img-cont-scroll .img-thumbnail-cont:last-child .nuan-image {
  margin-right: 1px;
}

.nuan-widget-container fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

.nuan-widget-container .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-sizing:content-box;
}

.nuan-widget-container label {
  display: block;
  width: 100%;
  margin-bottom: -3px;
  font-size: 12px;
    font-weight: 500 !important;
  color: #000000 !important;
  
}

.nuan-widget-container fieldset *+* {
}

.nuan-widget-container .displayoff {
	display:none;
}

[data-validation-message] {
	display: none;
}

.message-visible {
	display: block;
	color: #de002e;
	/* margin-top:.2rem; */
	/* margin-left:.5rem; */
}

.nuan-select {
  width:80%;
  padding-top: 2px;
}

.nuan-widget-container .nuan-input {
	margin-right:-.5em;
	line-height: 1.5;
	width:100%;
	border-radius: 0;
	border-color: #000000;
  color: #333333 !important;
}
.nuan-widget-container input.invalid , .nuan-custom-select.invalid, .nuan-textarea.invalid {
	border-left: 3px solid #DE002E;
    border-right: 1px solid #DE002E;
    border-top: 1px solid #DE002E;
    border-bottom: 1px solid #DE002E;
}

.nuan-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.nuan-widget-container .list-group, .select-modal .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  width: 80%;
  margin:0px;
}

.list-group.disabled {
	opacity: .65;
}

.nuan-widget-container .nuan-list-group-item, .select-modal .nuan-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem .5em;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);

}
.cursor-poiner {
	cursor: pointer;
}

.nuan-card {
  max-width: 100%;
}

.list-group.disabled  .cursor-poiner {
	cursor: default;
}

.nuan-widget-container .nuan-list-group-item:first-child, .select-modal .nuan-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nuan-widget-container .nuan-list-group-item:last-child, .select-modal .nuan-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.nuan-widget-container .nuan-card .nuan-list-group-item {
   border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}


.nuan-widget-container .nuan-list-group-item.disabled, .nuan-widget-container .nuan-list-group-item:disabled, .select-modal .nuan-list-group-item.disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  cursor: default;
}


.nuan-widget-container .nuan-list-group-item.active ,.select-modal .nuan-list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* styled arrows */
.nuan-row .carousel-nav {
    bottom: auto;
    top: 45%;
    position: absolute;
    width: 100%;
}

.nuan-row .carousel-nav.fixed-nav {
  position: relative;
  line-height: 2em;
  height: 25px;
}
.fixed-nav button {
  top: 0px;
}

.fixed-nav ul {
  margin: 0px;
  margin-top: 7px;
  padding: 0px;
  text-align: center;
  list-style: none;
}

.nav-dots {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  vertical-align: middle;
}

.nav-dots:not(:first-child) {
  margin-left: .5em;
}

.nav-dots.highlight {
  background-color: #ffffff;
}

.nuan-row .carousel-nav button {
    text-indent: -9999px;
    width: 2em;
    height: 2em;
    background: transparent;
    overflow: hidden;
    border: none;
    border-radius: 100%;
    opacity: .5;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.nuan-row .carousel-nav button:not(.disabled):hover,
.nuan-row .carousel-nav button:not(.disabled):focus {
    opacity: 1;
}
.nuan-row .carousel-nav button.next {
    right: 1em;
}
.nuan-row .carousel-nav button.prev {
    left: 1em;
}
.carousel-nav button {
  text-decoration: none;
  background: #fff;
  color: #333;
  opacity: .8;
  padding: .5em;
  position: absolute;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
}

.nuan-label {
  margin-bottom: .175em;
  font-size: 13px;
}
.nuan-label-material {
  position: absolute;
  pointer-events: none;
  left: 0.8em;
  top: .5em;
  transition: 0.2s ease all;
  color: #495057d4;
  width: auto !important;
  padding-left: .1em;
  padding-right: .1em;
}

.nuan-radio-label {
  margin-left: .1rem;
}

.container-positioning-bottom {
  position: absolute;
  left:.5rem;
  right:.5rem;
  bottom:.5rem;
}

.container-positioning-right {
  margin-left:auto;
}

.container-positioning-center {
  margin-left:auto;
  margin-right:auto;
}

.container-seperator {
   padding-top:.5rem;
   border-top:1px solid #C0C0C0;
 }

 .nuan-check-label,.nuan-radio-label {
    position: relative;
   
    margin-top:.3em;
 }
.nuan-check-label {
  padding-left: 25px;
}
 .nuan-radio-hori-cont {
   display: inline-block !important;
   text-align: center;
 }

 .non-flex  .nuan-radio-hori-cont {
   width:auto !important;
 }

 .nuan-radio-label span:last-child,.nuan-radio-hori-cont span:last-child:not(.nuan-radio)  {
    margin-left: .4em;
 }

.nuan-radio-hori-cont .text-above {
  display:block;
}

.nuan-check-label input, .nuan-radio-label input, .nuan-radio-hori-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.nuan-checkbox {
}


.nuan-checkbox::before,
.nuan-checkbox::after {
  content: "";
  position: absolute;
}

/*Outer box of the fake checkbox*/
.nuan-checkbox::before{
    height: 16px;
    width: 16px;
    
    border: 2px solid #007bff;
    left: 0px;
    top: 1px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.nuan-checkbox:after {
  display: none;
}

/* Show the checkmark when checked */
.nuan-check-label input:checked ~ .nuan-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.nuan-checkbox:after {
    height: 5px;
    width: 9px;
    border-left: 2px solid #007bff;
    border-bottom: 2px solid #007bff;    
    transform: rotate(-45deg);    
    left: 4px;
    top: 7px;
}

.nuan-checkbox.invalid::before {
   border-color: #8a0303;
}


.nuan-radio {
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 250ms ease;
  vertical-align: middle;
}

.nuan-radio.invalid {
   border-color: #8a0303;
}
/*
.nuan-radio:before  {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left:0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.nuan-radio-hori-cont .nuan-radio:before {
  top:auto;
  bottom:0px;
}
*/

.nuan-radio-hori-cont {
    margin-right: .9em;
}


/*
.nuan-radio-label input:checked ~ .nuan-radio:before, .nuan-radio-hori-cont input:checked ~ .nuan-radio:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
*/
.nuan-radio-label input:checked ~ .nuan-radio, .nuan-radio-hori-cont input:checked ~ .nuan-radio {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.validation-error-icon {
  border:1px solid transparent;
  background-color: transparent;
  display: none !important;
  vertical-align: middle;
}


.validation-error-icon:after {
  content: "!";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #8a0303;
  z-index:1;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #E50F0F;
  cursor: pointer;
}

.nuan-input.invalid ~.validation-error-icon{
  display: inline-block;
}

.nuan-textarea.invalid ~.validation-error-icon {
  position: absolute;
  height: 90%;
  display: inline;
}

 .nuan-custom-select.invalid .validation-error-icon {
  display: inline-block;
  line-height: 1.5;
 }

.nuan-custom-select.invalid .validation-error-icon:after {
  right: 2.5em;
}

.nuan-form-control {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .nuan-form-control-material:focus {
    outline: 0;
    border:1px solid #0064b3;

  }

  .nuan-form-control-material:focus ~ .nuan-label-material , .nuan-form-control-material:valid ~ .nuan-label-material, .nuan-form-control-material:disabled ~ .nuan-label-material {
     
     font-size: 0.875em;
     background-color: #fff;
     top: -.65em;
  }

 .nuan-form-control-material:focus ~ .nuan-label-material {
     color: #0064b3;
 }

 .nuan-label-material.invalid {
   color: #8a0303;
 }

.nuan-input-group>.nuan-form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.nuan-input-group>.nuan-input{
  margin-right: 0;
}

.nuan-input-group-prepend {
    margin-right: -2px;
    display: -ms-flexbox;
    display: flex;
}

.nuan-input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.nuan-input-group>.nuan-form-control:not(:first-child) {
     border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nuan-textarea {
  resize:none;
  margin-right:-.5em;
  line-height: 1.5;
  width: 99.2%;
  border: 1px solid #333333;
  border-radius: 0px !important;
}

.nuan-textarea:focus-visible {
  border-left: 3px solid #4d148c !important;
  outline: none;
}


.nuan-textarea.nuan-form-control {
    height: auto;
}
.nuan-rating {
  width: 100%;
}

.nuan-rating button {
  background: none;
  border: none;
  font-size: 2em;
  padding: 0 0.15em;
  outline: 0;
}

.nuan-fieldset.col-md-6:first-child {
  padding-right: .5em;
}

.nuan-fieldset+.nuan-fieldset {
  padding-left: .5em;
  padding-right: .5em;
}

.nuan-fieldset+.nuan-fieldset:last-child {
  padding-right: 0;
}

.nuan-row .nuan-column-item + .nuan-column-item{
  margin-top:.3rem;
}

.nuan-fieldset:focus-within label{
  color: #4d148c !important;
  font-weight: bold !important;
}

.nuan-input:focus-within {
  border-left: 3px solid #4d148c !important;
  outline: none;
}

.nuan-custom-select:focus-within {
  border-left: 3px solid #4d148c !important;
  outline: none;
}

.nuan-column-item .nuan-img-cont-wrap,.nuan-column-item .nuan-image {
  margin-top: 0px !important;
  margin-right: 0px;
  padding: 0px;
}

.nuan-column-item.align-middle {
  top:50%;
  transform: translateY(-50%);
}
.nuan-column-item.align-bottom {
  top:100%;
  transform: translateY(-100%);
}

.nuan-short-input, .nuan-tab-button, .nuan-button-group, .nuan-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
.nuan-short-input + .nuan-short-input {
  padding-right: 0px !important;
}

.nuan-button-group.top-seperator {
  border-top: #00000030 solid 1px;
}

.nuan-tab-button, .flex-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.sepH {
  width:1px;
  height:100%;
  display:none;
  margin-bottom:0px;
  box-shadow:  0px 0px 1px black;
}

.nuan-tab-button + .nuan-tab-button.hor-seperator {
  border-left: #00000030 solid 1px;
}

.nuan-tab-button + .nuan-tab-button.ver-seperator {
  border-top: #00000030 solid 1px;
}
/*
.nuan-tab-button + .sepH:not(:last-child) {
  display:block ;
}

.sepH +.nuan-tab-button {
  margin-left:-1px;
}
*/

.nuan-tab-button .nuanbtn {
   margin-right: 0 !important;
}

.nuan-button-group:not(.vertical-group)>.nuan-tab-button:not(:last-child) .nuanbtn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nuan-button-group:not(.vertical-group)>.nuan-tab-button:not(:first-child) .nuanbtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nuan-button-group.vertical-group {
  display:block;
}

.nuan-button-group.vertical-group .nuan-tab-button {
   width:100%;
   display:block;
}

.nuan-button-group.vertical-group>.nuan-tab-button:not(:last-child) .nuanbtn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nuan-button-group.vertical-group>.nuan-tab-button:not(:first-child) .nuanbtn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nuan-node-bar-container {
  width: 100%;
}

.nuan-node-bar {
  width: 20%;
  background-color: #f564a9;
  height: 5px;
  position: relative;
  left: 0;
  bottom: 0;
  transition: 0.5s ease;
}

.timepicker-container .nuanbtn {
  border-radius: 1.1em;
}
.quick-reply-container .nuanbtn {
  box-shadow: none !important;
}

.nuan-link-preview {
   min-height: 120px;
   max-height: 120px;
}

.small_prev {
  max-height: 60px;
  min-height: 60px;
}

.nuan-link-preview .col-md-8 {
   padding:0 0 0 .8em;
}
.nuan-link-preview .meta_img_cont {
  min-width:100%;
  min-height:100%;
}
.nuan-link-preview a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .5em;
  text-decoration:none;
  color:#0088cc;
}

.small_prev a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size:.9em;
}

.nuan-link-preview .nuan-para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .5em;
}

.small_prev .nuan-para {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:.7em;
}

.nuan-cover-image {
  border-width: 1px;
  border-style: solid;
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
}

.nuan-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.nuan-modal-content {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height:100%;
}

/* The Close Button */
.nuan-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.nuan-close:hover,
.nuan-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.nuan-video-viewer {
   margin-left: auto;
   margin-right: auto;
   display:block;

}

.nuan-box-container .box-item {
   position: absolute;
   top:0px;
   width:100%;
}

.nuan-box-container .box-item.middle {
  top:50%;
  transform: translateY(-50%);
}


.nuan-box-container .box-item.end {
  top:100%;
  transform: translateY(-100%);
}

.nuan-tick-slider {
  position:relative;
  width: 100%;
  padding-left:2px;
  padding-right:2px;
}

.nuan-tick-slider-background,
.nuan-tick-slider-progress,
.nuan-tick-slider-tick-container {
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 6px;
  pointer-events: none;
  border-radius: 4px;
  z-index: -1;
}

.nuan-tick-slider-background {
  width: 100%;
  background-color: #e3e4e8;
}

.nuan-tick-slider-tick-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 7px;
}

.tick-slider-input {
  -webkit-appearance: none;

  width: 100%;
  height: 100%;

  background: transparent;
  outline: none;

}

.nuan-tick-slider-tick {
  width: 2px;
  height: 2px;
  border-radius: 50%;

  background-color: white;
}
.nuan-tick-slider-progress {
  
}

.nuan-tick-slider-value-container {
  position: relative;
  width: 100%;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;

  font-size: .7em;
  font-weight: bold;
  color: #71738b;
   padding-left:2px;
  padding-right:2px;
}

.nuan-tick-slider-value {
  position: absolute;
  top: 0;
  font-weight: bold;

  color: #34385a;

}


.tick-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;

  border: none;
}

.tick-slider-input:focus {
  outline: none;
}
.tick-slider-input::-moz-focus-outer {
  border: 0;
}

/*

    HANDLE

*/
.tick-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #34385a;
  border-radius: 7px;
  margin-top: -4px;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tick-slider-input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #34385a;
  border-radius: 7px;
  cursor: pointer;
  margin-top: -4px;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tick-slider-input:hover::-webkit-slider-thumb,
.tick-slider-input:focus::-webkit-slider-thumb {
  transform: scale(1.2);
}

.tick-slider-input:hover::-moz-range-thumb,
.tick-slider-input:focus::-moz-range-thumb {
  transform: scale(1.2);
}
/*

    TRACK

*/

.tick-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: none;
  border-radius: 4px;
}

.tick-slider-input::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: none;
  border-radius: 4px;
}


.tick-slider-input:focus::-webkit-slider-runnable-track {
  background: none;
}

.tick-slider-input:active::-webkit-slider-runnable-track {
  background: none;
}

.nuan-map-widget {
    border-width: 1px;
    border-style: solid;
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}

/**
* Custom Styles
*/
#Button_2H8O {
  color: white;
  background-color: #FF6200;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  height: 56px;
}

.fedexCsatStars:before,
.fedexCsatStars:after{
  color: #007AB7; 
  position: absolute; 
}

.fedexCsatStars:before { 
  content: "☆"; 
}

.fedexCsatStars:hover:before,
.fedexCsatStars:has(~ .fedexCsatStars:hover):before { 
  content: "★";
}

#fedexCsatTwoStar:hover:after,
.fedexCsatStars:has(~ #fedexCsatTwoStar:hover):after { 
  opacity: 1; 
  right: 14%; 
  top: 10%; 
}

#fedexCsatThreeStar:hover:after,
.fedexCsatStars:has(~ #fedexCsatThreeStar:hover):after { 
  opacity: 1; 
  right: 8%; 
  top: 2%; 
}

#fedexCsatFourStar:hover:after,
.fedexCsatStars:has(~ #fedexCsatFourStar:hover):after { 
  opacity: 1; 
  right: 8%; 
  top: 2%;
}

#fedexCsatFiveStar:hover:after,
.fedexCsatStars:has(~ #fedexCsatFiveStar:hover):after { 
  opacity: 1; 
  right: 8%; 
  top: 2%; 
}

.fedexCsatStars:checked:before,
.fedexCsatStars:has(~ .fedexCsatStars:checked):before {
  content: "★";
}

#fedexCsatTwoStar:checked:after,
.fedexCsatStars:has(~ #fedexCsatTwoStar:checked):after {
  opacity: 1;
  right: 14%;
  top: 10%;
}

#fedexCsatThreeStar:checked:after,
.fedexCsatStars:has(~ #fedexCsatThreeStar:checked):after {
  opacity: 1;
  right: 8%;
  top: 2%;
}

#fedexCsatFourStar:checked:after,
.fedexCsatStars:has(~ #fedexCsatFourStar:checked):after {
  opacity: 1;
  right: 8%;
  top: 2%;
}

#fedexCsatFiveStar:checked:after,
.fedexCsatStars:has(~ #fedexCsatFiveStar:checked):after {
  opacity: 1;
  right: 8%;
  top: 2%;
}

.fedexCsatStars:focus {
  outline: none;
}

.fedexCsatStars:focus-visible {
  border-radius: 8px;
  outline: 2px dashed #007AB7;
  outline-offset: 8px;
  transition: all 0s;
}

.fedex_csat_action_btn { 
  margin-top: 10px; 
  padding-left: 10px 
}

.yes, .no, .notSure{ 
  width: 55px; 
  height: 25px; 
  display: inline; 
  color: #007AB7; 
  border-radius: 25px; 
  border-color: #007AB7; 
  background-color: #ffffff; 
  font-size: 11px; 
  font-family: 'FedEx Sans', sans-serif; 
  border-style: solid; 
  text-decoration: none; 
}

.yes { 
  padding: 5px 15px; 
  margin-right: 10px; 
}

.no { 
  padding: 5px 18px; 
}

.notSure { 
  padding: 5px 15px; 
  margin-left: 10px; 
}

.yes:hover, .no:hover, .notSure:hover { 
  background-color: #007AB7; 
  color: #ffffff; 
  cursor: pointer;
  text-decoration: none !important;
}

.disable { 
  background-color: #007AB7; 
  color: #ffffff !important; 
  opacity: .8; 
  cursor: not-allowed; 
  text-decoration: none; 
  pointer-events: none; 
}

.noDisable, .yesDisable, .notSureDisable { 
  background-color: #fff; 
  color: #007AB7; 
  opacity:.8; 
  cursor: not-allowed; 
  pointer-events: none; 
}

.FedExCSATStarRatings { 
  float: left; 
  height: 46px; 
  padding: 0 10px; 
}

.FedExCSATStarRatings:not(:checked) > input { 
  position:absolute; 
  visibility: hidden;
}

.FedExCSATStarRatings:not(:checked) > label { 
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap; 
  cursor:pointer; 
  font-size:30px; 
  color:#ccc; 
}

.FedExCSATStarRatings:not(:checked) > label:before { 
  content: url(./lotus_star_unselected.svg); 
}

.FedExCSATStarRatings > input:checked ~ label { 
  content: url(./lotus_star_selected.svg); 
}

.FedExCSATStarRatings:not(:checked) > label:hover,
.FedExCSATStarRatings:not(:checked) > label:hover ~ label { 
  content: url(./lotus_star_selected.svg); 
}

.FedExCSATStarRatings2 { 
  float: left; 
  height: 46px; 
  padding: 0 10px; 
}

.FedExCSATStarRatings2:not(:checked) > input { 
  position:absolute; 
  visibility: hidden;
}

.FedExCSATStarRatings2:not(:checked) > label { 
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap; 
  cursor:pointer; 
  font-size:30px; 
  color:#ccc; 
}

.FedExCSATStarRatings2:not(:checked) > label:before { 
  content: url(./lotus_star_unselected.svg); 
}

.FedExCSATStarRatings2 > input:checked ~ label { 
  content: url(./lotus_star_selected.svg); 
}

.FedExCSATStarRatings2:not(:checked) > label:hover,
.FedExCSATStarRatings2:not(:checked) > label:hover ~ label { 
  content: url(./lotus_star_selected.svg); 
}

#input_FirstName {
  /* width: 138px; */
  /* margin-bottom: 12px !important; */
  width: 96%;
}

label[for="input_FirstName"] {
  font-family: 'FedEx Sans-Medium', sans-serif;
}

#input_LastName {
  /* margin-bottom: 8px !important; */
  width: 96%;
  margin-left: 6px;
}

label[for="input_LastName"] {
  margin-left: 6px;
  font-family: 'FedEx Sans-Medium', sans-serif;
}

#input_PhoneNumber {
  margin-bottom: 10px !important;
  width: 99.1% !important;
}

label[for="input_PhoneNumber"] {
  font-family: 'FedEx Sans-Medium', sans-serif;
}

#input_Email {
  margin-bottom: 10px !important;
  width: 99.1% !important;
}

label[for="input_Email"] {
  font-family: 'FedEx Sans-Medium', sans-serif;
}

#caseUpdatesDropDown {
  height: 32px;
  background: #ffffff;
  padding-left: 10px;
  transform: translateY(-3px);
  opacity: 0.6;
  font-style: italic;
}

#caseUpdatesDropDown_label {
  margin-bottom: -3px;
  font-family: 'FedEx Sans-Medium', sans-serif;
}

#input_PhoneNumber::placeholder {
  font-style: italic;
  opacity: 0.8;
}

#disclaimerLabel {
  margin-bottom: .7em !important;
  margin-top: 15px;
  font-size: 12px !important;
  transform: translateX(-13px);
  width: 90%;
}

#surveyButton {
  background-color: #007AB7;
  width: 200px;
  height: 44px;
  border-radius: 20px !important;
  padding-top: 10px !important;
  font-size: 15px;
  margin-bottom: 12px;
}

#surveyButton:hover {
  background-color: #007AB7;
}

#surveyButton.disabled {
  pointer-events: none;
}

#cancelButton {
  background: none;
  color: #007AB7;
  font-weight: bold;
  border: none;
  width: 30%;
  font-size: 13px;
}

#cancelButton.disabled span {
  text-decoration: underline;
}

#cancelButton .nuanbtn-text:hover {
  text-decoration: underline !important;
}

#cancelButton.disabled {
  pointer-events: none;
}

#cancelButton.disabled .nuanbtn-text:hover {
  text-decoration: none;
  pointer-events: none;
}

#input_Email-required.message-visible {
  width: 99.1%;
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  height: 24px;
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  transform: translateY(-10px);
}

#input_Email-pattern.message-visible {
  width: 99%;
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  height: 24px;
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  transform: translateY(-10px);
}

#input_PhoneNumber-minlength.message-visible,
#input_PhoneNumber-maxlength.message-visible,
#input_PhoneNumber-required.message-visible,
#input_PhoneNumber-pattern.message-visible {
  width: 99%;
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 24px;
  padding-top: 5px;
  padding-left: 3px;
  transform:translateY(-10px);
}

#input_FirstName-required.message-visible {
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  width: 96%;
  /*height: 24px;*/
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

#input_LastName-required.message-visible {
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  width: 96%;
 /* height: 24px;*/
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  transform:translateX(6px);
}

#caseUpdatesDropDown-required.message-visible {
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  width: 98.5%;
  height: 24px;
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  transform:translate(2px, -10px) !important;
}

#confirmedHeader {
  font-size: 13px !important;
  padding-bottom: 7px;
  padding-top: 15px;
  color: #000000 !important;
  transform: translate(10px, 0px);
}

#confirmedFirstName {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px, 0px);
}

#confirmedLastName {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px, 0px);
}

#confirmedEmail {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px, 0px);
}

#confirmedPhone {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px, 0px);
}

#confirmedCaseNumber {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
}

#confirmedUpdates {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px, 0px);
}

#confirmationColumn {
  border-top: 4px solid #4d148c !important;
  border-radius: 5px;
  width: 300px;
  height: 175px !important;
  border: 1px solid #d4d4d4;
}

#confirmationColumn_OutboundPOC_Unauth {
  border-top: 4px solid #4d148c !important;
  border-radius: 5px;
  width: 300px;
  height: 175px !important;
  border: 1px solid #d4d4d4;
}

#confirmationColumn_OutboundPOC_Auth {
  border-top: 4px solid #4d148c !important;
  border-radius: 5px;
  width: 300px;
  height: 175px !important;
  border: 1px solid #d4d4d4;
}

#confirmationCheck {
  content: url("Confirmation_Icon.svg");
  width: 85%;
  transform:translateY(12px);
  padding-bottom: 25px;
}

#fedExAvatarLogo {
  content: url("fedex_logo_avatar.svg");
  width: 67%;
  /* transform: translate(-30px); */
}

#disputeColumn {
 transform: translateX(-31px);
}

#headerSub {
  transform: translateY(-1px) !important;
}

#textNotiDropDown {
  height: 32px;
  background: #ffffff;
  padding-left: 10px;
  transform: translateY(-3px);
  opacity: 1;
  color: black;
  font-style: italic;
}

#textNotiDropDown_label {
  margin-bottom: -3px;
  font-family: 'FedEx Sans-Medium', sans-serif;
  padding-left: 3px !important;
}

#textNotiDropDown-required.message-visible {
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  width: 98.5%;
  height: 24px;
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  transform:translate(2px, -10px) !important;
}

#input_Reason {
  margin-bottom: 10px !important;
  color: #333333 !important;
  height: 57px !important;
}

label[for="input_Reason"] {
  font-family: 'FedEx Sans-Medium', sans-serif;
  padding-left: 1px;
  padding-bottom: 1px;
}

#input_Reason-minlength.message-visible,
#input_Reason-maxlength.message-visible,
#input_Reason-required.message-visible,
#input_Reason-pattern.message-visible {
  width: 99.2%;
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  height: 24px;
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  transform: translateY(-10px);
}

#confirmationColumn_OutboundPOC_Unauth {
  border-top: 4px solid #4d148c !important;
  border-radius: 5px;
  width: 300px;
  height: 215px !important;
  border: 1px solid #d4d4d4;
}

#confirmationColumn_OutboundPOC_Auth {
  border-top: 4px solid #4d148c !important;
  border-radius: 5px;
  width: 300px;
  height: 100px !important;
  border: 1px solid #d4d4d4;
}

#confirmedTextNotis {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px,0px);
}

#confirmedShipperRecipient {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px,0px);
}

#confirmedReason {
  font-size: 13px !important;
  margin-top: -3px;
  color: #000000 !important;
  transform: translate(10px,0px);
}

#iNeedHelpHyperlink {
  background: none;
  color: #007AB7;
  border: none;
  width: 100%;
  height: 25px !important;
  font-size: 14px;
  /* transform: translateX(-33px); */
  margin: 0;
  padding: 0;
  text-align: left;
}

#iNeedHelpHyperlink span span .black {
  color: black;
}

#iNeedHelpHyperlink .nuanbtn-text:hover {
  text-decoration: underline;
}

#imAllDoneHyperlink {
  background: none;
  color: #007AB7;
  border: none;
  width: 100%;
  height: 25px !important;
  font-size: 14px;
  transform: translateY(-6px) !important;
  margin: 0;
  padding: 0;
  text-align: left;
}

#imAllDoneHyperlink span span .black {
  color: black
}


#imAllDoneHyperlink .nuanbtn-text:hover {
  text-decoration: underline;
}

#helpList {
  transform: translateX(-40px) !important;
}

#shipperRecipientDropDown {
  height: 32px;
  background: #ffffff;
  padding-left: 10px;
  transform: translateY(-3px);
  opacity: 1;
  color: #000000 !important;
  font-style: italic;
}

#shipperRecipientDropDown_label {
  margin-bottom: -3px;
  font-family: 'FedEx Sans-Medium', sans-serif;
  padding-bottom: 2px;
  padding-left: 3px;
}

#shipperRecipientDropDown-required.message-visible {
  display: block;
  color: #de002e;
  background-color: #f2f2f2;
  border: 1px solid #8e8e8e;
  border-top: 0;
  width: 98.5%;
  height: 24px;
  padding-top: 5px;
  padding-left: 3px;
  font-family: 'FedEx Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  transform:translateY(-10px) !important;
  margin-left: 2px;
}

.nuan-fieldset:has(input.invalid) > label,
.nuan-fieldset:has(textarea.invalid) > label,
.nuan-fieldset:has(.nuan-custom-select.invalid) > label,
.nuan-fieldset:has(.message-visible) > label {
  color: #de002e !important;
  font-weight: 700 !important;
}

#outboundPOCColumn {
  transform: translateX(-30px) !important;
}