/* Import styles */
@import 'libs/font-awesome/font-awesome.css';
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Common Less */
.purple-hr {
  border-bottom: #813E96 1px solid !important;
}
.nt-page-break-always {
  page-break-after: always;
}
.nt-clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}
.nt-invoice-days-past{
  border-collapse: collapse;
}
.nt-table-statement-thead, .nt-invoice-days-past tr td, .manual-credit-box {
  border: 1px solid black;
}
.nt-table-statement-thead {
  display:table-header-group;
}
.nt-statement-separator {
  border-top: dotted 1px;
}
.manual-credit-box {
  height: 100px;
  width: 100%;
}
.nt-invoice-days-past tr td {
  padding: 5px;
  vertical-align: top;
  text-align: center;
  line-height: 16px;
}
.nt-table-statement-head td {
  border-bottom: 1px solid black;
  text-align: center;
}
.nt-table-statement-body td {
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
}
.nt-table-statement:last-child .nt-table-statement-body:nth-last-child(2) td {
  border-bottom: 1px solid black;
}
.nt-table-statement:not(:last-child) .nt-table-statement-body:last-child td {
  border-bottom: 1px solid black;
}
.nt-statement-total-calc {
  border: 1px solid black !important;
  text-align: center;
}
.nt-statement-no-border {
  border: none !important;
}
.nt-statement-total {
  text-align: right;
}
.statement-block-new{
  width: 100%;
  height: 155px;
}
.statement-payment-img{
  position: relative;
}
.statement-payment-date{
  position: absolute;
  top: 71%;
  left: 1.7%;
}
.statement-amount-due{
  position: absolute;
  left: 36%;
  top: 71%;
}
.statement-patient-chart{
  position: absolute;
  top: 71%;
  left: 68%;
}
@media print {
  .statement-pagebreak { page-break-after: always; } /* page-break-after works, as well */
  .statement-pagebreak:last-child { page-break-after: avoid; }
  .nt-statement-footer-content {
    position: fixed;
    bottom: 15px;
    width: 97%;
  }
  .nt-statement-separator {
    display: none;
    border: none;
  }
  .statement-amount-due {
    left: 123px;
  }
  .statement-patient-chart {
    left: 232px;
  }
  .dunning-message-secret-footer {
    position: fixed;
    height: 120px;
    bottom: 0;
  }
  .dunning-message-before-padding {
    padding-bottom: 120px;
  }
}

.nt-green-border {
  border: 2px solid #02CA79;
  margin: -3px -6px;
  display: block;
  overflow: hidden;
  padding: 1px 3px;
}
.nt-inline-block {
  display: inline-block;
}
.nt_gray_text {
  color: #666;
}
.nt_black_text {
  color: #000;
}
.nt_strong_text {
  font-weight: bold;
}
.nt_red_text {
  color: #d00016;
}
.nt_pink_text {
  color: #FF3550;
}
.nt_blue_text {
  color: #080190;
}
.nt_green_text {
  color: #0fa189;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clear-both {
  clear: both;
}
.nt-float-none {
  float: none!important;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.nt-fullwidth {
  width: 100%important;
}
a {
  color: #080190;
}
.nt-scroll {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}
.nt-hide {
  display: none;
}
.nt-margin-bottom-10 {
  margin-bottom: 10px;
}
.nt-margin-bottom-15 {
  margin-bottom: 15px;
}
.nt-margin-bottom-20 {
  margin-bottom: 20px;
}
.nt-footer-info {
  font-size: 11px;
  padding-top: 6px;
}
.nt-warning {
  color: #ff7a00;
}
.nt-success {
  color: #00ab15;
}
.nt-danger {
  color: #df1f1b;
}
.nt-info {
  color: #696969;
}
.nt-uppercase {
  text-transform: uppercase;
}
.status-red {
  background: #FF0000;
}
.status-green {
  background: #00B05A;
}
.status-black {
  background: #050505;
}
.status-blue {
  background: #4300FB;
}
.status-yellow {
  background: #FFE513;
}
.nt-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.nt-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.nt-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.nt-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.nt-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.nt-alert strong,
.nt-alert b {
  font-weight: bold;
}
/* nt theme btn style */
/* column classes */
.nt-row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-0 {
  margin-left: 0;
}
.nt-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}
.nt-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.nt-table > thead > tr > th,
.nt-table > tbody > tr > th,
.nt-table > tfoot > tr > th,
.nt-table > thead > tr > td,
.nt-table > tbody > tr > td,
.nt-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.nt-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.nt-table > caption + thead > tr:first-child > th,
.nt-table > colgroup + thead > tr:first-child > th,
.nt-table > thead:first-child > tr:first-child > th,
.nt-table > caption + thead > tr:first-child > td,
.nt-table > colgroup + thead > tr:first-child > td,
.nt-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.nt-table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.nt-table .nt-table {
  background-color: #fff;
}
.nt-table-condensed > thead > tr > th,
.nt-table-condensed > tbody > tr > th,
.nt-table-condensed > tfoot > tr > th,
.nt-table-condensed > thead > tr > td,
.nt-table-condensed > tbody > tr > td,
.nt-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.nt-table-bordered {
  border: 1px solid #dddddd;
}
.nt-table-bordered > thead > tr > th,
.nt-table-bordered > tbody > tr > th,
.nt-table-bordered > tfoot > tr > th,
.nt-table-bordered > thead > tr > td,
.nt-table-bordered > tbody > tr > td,
.nt-table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.nt-table-bordered > thead > tr > th,
.nt-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.nt-table-striped > tbody > tr:nth-child(even) > td,
.nt-table-striped > tbody > tr:nth-child(even) > th {
  background-color: #FAFAFA;
}
.nt-table-hover > tbody > tr:hover > td,
.nt-table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.btn {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #148272;
  border-color: #0fa189;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0fa189;
  border-color: #148272;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0fa189;
  border-color: #148272;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0fa189;
  border-color: #148272;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #148272;
  border-color: #148272;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #148272;
  border-color: #0fa189;
}
.btn-primary .badge {
  color: #148272;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #148272;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.progress {
  overflow: hidden;
  height: 4px;
  margin-bottom: 20px;
}
.progress-bar {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-bar-success {
  background-color: #5cb85c;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.progress-bar-danger {
  background-color: #F00;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ntjq-uploader-wrap {
  width: 200px;
  height: 200px;
  border: 1px solid #c6cccc;
}
.ntjq-uploader-widget {
  position: relative;
  text-align: center;
}
.ntjq-thumbwrap {
  display: block;
  height: 155px;
  overflow: hidden;
}
.ntjq-thumbwrap img {
  width: 100%;
}
.ntjq-add-file-btn {
  position: relative;
  margin-top: 10px;
}
.ntjq-delete-btn {
  position: absolute;
  right: 0px;
  background: none;
  border: none;
  background: #d00016;
  color: #fff;
  text-decoration: none;
  padding: 3px;
}
.ntjq-delete-btn:hover {
  background: #e2090a;
}
.ntjq-disabled {
  opacity: 0.3;
  text-decoration: none;
  cursor: not-allowed;
}
.ntjq-start-upload {
  margin-left: 5px;
  margin-top: 10px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 1;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 82px;
  z-index: 999;
}
.ntjq-choose-file {
  display: inline-block;
  padding: 5px 2px;
  color: #bbb;
}
.x-body {
  font-family: arial, sans-serif !important;
}
body {
  font-family: arial, sans-serif !important;
}
body .nt-title-case {
  text-transform: capitalize!important;
}
body .nt-list-style-disc {
  list-style-type: disc;
  margin-left: 15px;
  list-style-position: inside;
}
body .nt-list-style-disc li {
  list-style: disc;
}
body .nt-print-l a {
  font-size: 12px!important;
}
body .nt-right-0 {
  right: 0!important;
  left: auto!important;
}
body .nt-global-margin {
  margin-bottom: 0.5% !important;
}
body .highlight_text_blue {
  color: #080190;
}
body .nt-common-title,
body .emr_heading,
body .donor-note-heading1 {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #000 !important;
}
body .round_border {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .round-corner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .x-grid-row .x-grid-cell {
  font-size: 12px;
}
body .x-btn-default-small .x-btn-inner,
body .button-img-active,
body .x-grid-row .x-grid-cell,
body .x-form-field,
body .x-form-display-field,
body .x-form-item,
body .btn_at_compose,
body .btn_at_compose a,
body .archive_btn,
body .archive_btn a,
body .button-img,
body .content-hmg-heading,
body .content-fcg-heading,
body .content-desc-heading,
body .maintab-day,
body .content-desc,
body .content-fcg,
body .content-hmg,
body .maintab-day,
body .button-img-add_new,
body .x-column-header,
body .x-btn-default-medium .x-btn-inner {
  font-family: arial, sans-serif !important;
}
body .button-img {
  text-transform: none;
}
body .nt-disable-btn {
  background: #dcdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c6cccc;
}
body .outer-wrapper {
  background: none;
  background-color: #fff;
  padding-bottom: 0;
}
body .outer-wrapper .top-wrapper {
  height: auto!important;
  margin: 0 6px 4px 15px;
  width: auto;
  padding: 0;
}
body .outer-wrapper .top-wrapper .logo {
  padding: 10px 15px 0 0;
}
body .x-border-box .art-cycle-tab .x-tab-default-top {
  height: 29px;
}
body .x-tab-default-top,
body .x-tab {
  background-color: #EAEAEA!important;
  color: #444!important;
  border: 1px solid #CCC!important;
  margin-right: 2px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body .x-tab-default-top button,
body .x-tab button {
  color: #444!important;
  background: none!important;
  padding: 0 !important;
  font-weight: normal!important;
}
body .x-tab-default-top:hover,
body .x-tab:hover,
body .x-tab-default-top.x-tab-top-active,
body .x-tab.x-tab-top-active {
  background-color: #fff !important;
  color: #222!important;
  background: #fff !important;
}
body .btn_at_compose,
body .archive_btn {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
body .btn_at_compose a {
  font-size: 12px !important;
}
body .archive_btn {
  background: #158777;
}
body .archive_btn a {
  color: #fff !important;
}
body .button_patient_other {
  padding: 5px 15px;
  font-size: 13px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .button_patient_other a {
  font-weight: normal;
}
body .nt-support-btn {
  border: 1px solid #ACB5BD!important;
  background: url("../images/nt-main-menu-bg.png") center center repeat-x !important;
  background-color: #148272!important;
}
body .nt-support-btn:hover {
  background: #0fa189 !important;
  color: #fff !important;
}
body .border-top {
  border-color: #CCC!important;
}
body .form-wrapper {
  border: #c6cccc 1px solid !important;
}
body .form-handler {
  border: #c6cccc 1px solid !important;
  padding-bottom: 10px;
}
body .form-handler-inner {
  padding: 0 10px;
}
body .form-handler-inner .x-column-inner {
  width: auto!important;
}
body .padding-top-10 {
  padding-top: 10px;
}
body .nt-main-content {
  margin: 20px 10px 0 !important;
}
body .menu-container .x-btn {
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ACB5BD!important;
  background: url("../images/nt-main-menu-bg.png") center center repeat-x !important;
  background-color: #148272!important;
  padding: 0 !important;
  margin-top: 10px !important;
}
body .menu-container .x-btn em button {
  height: 30px!important;
}
body .menu-container .x-btn span.x-btn-inner {
  padding: 4px 10px !important;
  height: auto!important;
  width: auto!important;
  line-height: inherit!important;
  font-size: 13px!important;
}
body .menu-container .x-btn .button-img {
  background: none!important;
  color: #fff !important;
  font-size: 13px!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
}
body .menu-container .x-btn:hover,
body .menu-container .x-btn:focus,
body .menu-container .x-btn.nt-active {
  background: #0fa189 !important;
  color: #fff !important;
}
body .menu-container .x-btn .button-img-active {
  background: none!important;
  color: #fff !important;
  font-size: 13px!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
}
body .menu-container .x-btn.nt-home-btn {
  background: url(../images/nt-home-icon-1.png) !important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
body .menu-container .x-btn.nt-home-btn:hover,
body .menu-container .x-btn.nt-home-btn:focus,
body .menu-container .x-btn.nt-home-btn.nt-active {
  background-color: transparentimportant;
  background-image: url(../images/nt-home-icon-active.png) !important;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
body .nt-prospective-page-wrap .button-img {
  padding: 5px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .nt-prospective-page-wrap .nt-gry-bg .nt-logout-button {
  margin: 0 12px;
}
body .nt-prospective-page-wrap .nt-gry-bg .nt-logout-button .log-off-button {
  display: block;
  background: url("../images/nt-logout.png") 0 0 no-repeat;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  overflow: hidden;
}
body .nt-prospective-page-wrap .nt-gry-bg .nt-logout-button .log-off-button:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
body .nt-prospective-page-wrap .nt-gry-bg .nt-logout-button .log-off-button {
  cursor: pointer;
  margin-top: 8px;
}
body .nt-prospective-page-wrap .nt-gry-bg .nt-logout-button .log-off-button a {
  padding: 10px;
  height: 18px;
  display: block;
}
body .x-container .nt-gry-bg {
  height: 40px!important;
  background: #eee !important;
  border: none!important;
  border-top: 5px solid #813E96!important;
  -webkit-box-shadow: 1px 2px 5px #c6cccc !important;
  -moz-box-shadow: 1px 2px 5px #c6cccc !important;
  box-shadow: 1px 2px 5px #c6cccc !important;
  padding: 2px 0 4px !important;
  color: #080190 !important;
}
body .x-container .nt-gry-bg .txt-heading {
  color: #080190;
}
body .x-container .nt-gry-bg .nt-click-patient label {
  display: none;
}
body .x-container .nt-gry-bg .nt-patient-container {
  float: left;
  width: 22%!important;
}
body .x-container .nt-gry-bg .nt-header-search {
  float: left !important;
  width: 28% !important;
}
body .x-container .nt-gry-bg .nt-header-search:hover .x-form-item-label,
body .x-container .nt-gry-bg .nt-header-search:focus .x-form-item-label,
body .x-container .nt-gry-bg .nt-header-search:active .x-form-item-label {
  display: none !important;
}
body .x-container .nt-gry-bg .nt-header-search .x-form-item-label {
  position: absolute !important;
  left: 20px !important;
  color: #4b4b4b !important;
}
body .x-container .nt-gry-bg .nt-header-search .x-form-item-label:focus {
  display: none !important;
}
body .x-container .nt-gry-bg .nt-header-search .x-form-item-body {
  width: 320px !important;
}
body .x-container .nt-gry-bg .nt-header-search input.x-form-text {
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  margin-left: 10px !important;
  padding-left: 10px !important;
  height: 25px !important;
  width: 310px !important;
}
body .x-container .nt-gry-bg .nt-header-search .x-form-arrow-trigger {
  background: none !important;
  border: none !important;
  background: url("../images/nt-search-icon.png") 0 0 no-repeat !important;
  position: absolute !important;
  right: 10px !important;
  top: 6px !important;
}
body .x-container .nt-gry-bg .nt-purple-bar {
  background: none;
  width: 70%!important;
  border: none;
  float: right;
  right: 0!important;
  left: auto!important;
  margin-right: 10px !important;
}
body .x-container .nt-gry-bg .nt-purple-bar .x-box-inner {
  width: auto!important;
  height: 27px!important;
  float: right!important;
}
body .x-container .nt-gry-bg .nt-purple-bar .nt-purple-bar-inner {
  position: inherit!important;
  width: 100%;
}
body .x-container .nt-gry-bg .nt-purple-bar .nt-purple-bar-inner .log-off-button a {
  padding: 0;
}
body .x-container .nt-gry-bg .nt-purple-bar label.x-component {
  float: left;
  padding-top: 4px;
  position: inherit!Important;
  left: auto!important;
  right: auto!important;
  margin: 0 0 0 15px !important;
  top: 3px!important;
  cursor: pointer;
}
body .x-container .nt-gry-bg .nt-purple-bar label.x-component.nt-btn-default {
  margin: 0 !important;
}
body .x-container .nt-gry-bg .nt-purple-bar label.x-component.first-btn {
  margin: 0 0 0 10px !important;
}
body .x-container .nt-gry-bg .nt-purple-bar label.first-label {
  margin-right: 6px;
}
body .x-container .nt-gry-bg .nt-purple-bar label.nt-logout-button {
  margin: 0 12px;
}
body .x-container .nt-gry-bg .nt-purple-bar label.nt-logout-button .log-off-button {
  display: block;
  background: url("../images/nt-logout.png") 0 0 no-repeat;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  overflow: hidden;
}
body .x-container .nt-gry-bg .nt-purple-bar label.nt-logout-button .log-off-button:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
body .x-container .nt-gry-bg .nt-purple-bar label.nt-message-count {
  background: url(../images/nt-message.png) 0 7px no-repeat;
  height: 27px;
  width: 25px;
  position: relative;
  margin-right: 15px;
}
body .x-container .nt-gry-bg .nt-purple-bar label.nt-message-count #message-count {
  position: absolute;
  z-index: 2;
  padding: 2px 4px;
  background: #d00016;
  color: #fff;
  font-size: 8px!important;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  top: 2px;
  right: -3px;
  -webkit-box-shadow: 0px -1px 3px #666;
  -moz-box-shadow: 0px -1px 3px #666;
  box-shadow: 0px -1px 3px #666;
  text-decoration: none;
}
body .x-container .nt-gry-bg .nt-purple-bar label.nt-message-count #message-count:hover {
  background: #f00;
}
body .x-container .nt-gry-bg .nt-purple-bar label.nt-message-count.nt-top-1 {
  top: -1px !important;
}
body .x-container .nt-gry-bg .anchor-text {
  border: none!important;
  padding: 0;
}
body .x-container .nt-gry-bg .anchor-text a {
  text-decoration: none;
}
body .x-container .nt-gry-bg a {
  color: #080190;
  font-size: 10px!important;
}
body .x-container .nt-gry-bg a:hover {
  color: #000;
}
body .x-container .nt-gry-bg .help-icon a {
  background: none;
  background: url(../images/nt-help-icon.png) no-repeat;
  margin: 0;
}
body .x-container .nt-gry-bg .cascade-button a {
  background: none;
  padding: 4px 0 0;
}
body .x-container .nt-gry-bg .log-off-button a {
  background: none;
}
body .x-container .nt-gry-bg .nt-btn-default {
  background: url(../images/nt-default-bg.png) repeat-x center center;
  padding: 5px 10px;
  margin-right: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #a2a9b2;
  border-left: none;
}
body .x-container .nt-gry-bg .nt-btn-default.first-btn {
  margin-left: 10px;
}
body .x-container .nt-gry-bg .nt-btn-default.first-btn {
  border-left: 1px solid #a2a9b2;
  -webkit-border-radius: 3px 0 0px 3px;
  -moz-border-radius: 3px 0 0px 3px;
  border-radius: 3px 0 0px 3px;
}
body .x-container .nt-gry-bg .nt-btn-default.nt-btn-default-last {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
body .x-container .nt-gry-bg .nt-btn-default a {
  text-decoration: none;
  color: #4b4b4b;
}
body .x-container .nt-gry-bg .nt-btn-default a:hover {
  color: #000;
}
body .x-container .nt-gry-bg .nt-btn-default.nt-active {
  background: #666;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #AAA), color-stop(1, #888));
  background: -ms-linear-gradient(bottom, #AAA, #888);
  background: -moz-linear-gradient(center bottom, #AAA 0%, #888 100%);
  background: -o-linear-gradient(#888, #AAA);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888', endColorstr='#AAA', GradientType=0);
}
body .x-container .nt-gry-bg .nt-btn-default.nt-active a {
  color: #fff;
}
body .x-container .nt-gry-bg .nt-btn-default.nt-active a:hover {
  color: #ddd;
}
body .x-container .header-txt {
  background: none;
  color: #000;
  padding: 0 2px 2px 0;
  height: 18px;
}
body .art .x-grid-header-ct {
  background: #D9EDF7;
  background: #f1f1f1;
  border: none;
}
body .nt-tickle-grids .x-grid-header-ct {
  background: #eaeaea;
  border-bottom: 1px solid #c6cccc !important;
}
body .art .x-box-inner {
  border: none;
}
body .x-column-header-trigger {
  background: none;
}
body .x-panel-header-default-top {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .art .x-panel-header-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
  color: #000;
}
body .art .x-panel-header-default .x-panel-header-text-default {
  background: none;
  color: #000;
}
body #past_treatment_list .x-panel-header {
  padding-top: 0;
  padding-left: 0;
}
body #past_treatment_list .x-grid-header-ct {
  padding-top: 1px;
  padding-bottom: 7px;
}
body #past_treatment_list .nt-outcome {
  margin-left: 50px;
}
body #past_treatment_list .nt-month .x-column-header-inner {
  padding-left: 0;
}
body #past_treatment_list .nt-month,
body #past_treatment_list .nt-protocol,
body #past_treatment_list .nt-outcome {
  margin-right: 20px;
}
body #past_treatment_list .nt-month .x-column-header-inner,
body #past_treatment_list .nt-protocol .x-column-header-inner,
body #past_treatment_list .nt-outcome .x-column-header-inner {
  padding: 0;
}
body #past_treatment_list .nt-month .x-column-header-inner .x-column-header-text,
body #past_treatment_list .nt-protocol .x-column-header-inner .x-column-header-text,
body #past_treatment_list .nt-outcome .x-column-header-inner .x-column-header-text {
  border-bottom: 1px solid #AAA!important;
  font-weight: normal;
  height: 19px;
}
body .nt-header-info {
  font-size: 14px;
  font-family: arial, sans-serif;
  line-height: 20px;
}
body #past_treatment_list-body {
  height: 250px;
  overflow-x: hidden!important;
  overflow-y: auto!important;
  border: none!important;
  background: none!important;
}
body #past_treatment_list-body .x-grid-row-selected .x-grid-cell,
body #past_treatment_list-body .x-grid-row-selected .x-grid-rowwrap-div,
body #past_treatment_list-body .x-grid-row:hover {
  border: none!important;
  background: none!important;
}
body #past_treatment_list-body table.x-grid-table {
  border: none!important;
  background: none!important;
  width: 100%!important;
}
body #past_treatment_list-body table.x-grid-table:hover {
  border: none!important;
  background: none!important;
}
body #past_treatment_list-body table.x-grid-table th,
body #past_treatment_list-body table.x-grid-table td {
  padding-bottom: 3px;
  padding-left: 0;
  border: none!important;
  background: none!important;
}
body #past_treatment_list-body table.x-grid-table th .x-grid-cell-inner,
body #past_treatment_list-body table.x-grid-table td .x-grid-cell-inner {
  padding: 2px 6px 0 0;
}
body #past_treatment_list-body table.x-grid-table th:hover,
body #past_treatment_list-body table.x-grid-table td:hover {
  border: none!important;
  background: none!important;
}
body #past_treatment_list-body table.x-grid-table td.x-grid-cell-last {
  width: 200px;
}
body #past_treatment_list-body table.x-grid-table td.x-grid-cell-last .x-grid-cell-inner {
  padding-left: 15px;
}
body #patient_clinical_summary {
  line-height: 18px;
}
body #patient_clinical_summary .summary_left_panel {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
body .art .x-column-header-inner,
body .art .x-column-header {
  background: none;
  background: transparent;
}
body .art .x-column-header-inner .x-column-header-text,
body .art .x-column-header .x-column-header-text {
  color: #000;
}
body .nt-container-textarea textarea {
  background: #eee;
  border: 1px solid #c6cccc;
  padding: 8px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 5px 0px #dbdbdb;
  -moz-box-shadow: inset 0px 3px 5px 0px #dbdbdb;
  box-shadow: inset 0px 3px 5px 0px #dbdbdb;
}
body .nt-section-theme {
  background: #eee !important;
  border: 1px solid #c6cccc !important;
  padding: 8px 10px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0px 3px 5px 0px #dbdbdb !important;
  -moz-box-shadow: inset 0px 3px 5px 0px #dbdbdb !important;
  box-shadow: inset 0px 3px 5px 0px #dbdbdb !important;
}
body .nt-section-theme .x-panel-body-default {
  background: none;
}
body .container-wrapper {
  background: #eee;
  border: 1px solid #c6cccc;
  padding: 8px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 5px 0px #dbdbdb;
  -moz-box-shadow: inset 0px 3px 5px 0px #dbdbdb;
  box-shadow: inset 0px 3px 5px 0px #dbdbdb;
}
body .container-wrapper .patient_todo {
  border: none!important;
  background: none!important;
}
body #event_display,
body .nt-scroll {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
body .container-wrapper-white #patient_image .image_container {
  min-height: 120px;
  height: auto!important;
  -webkit-box-shadow: 1px 2px 5px #aaa;
  -moz-box-shadow: 1px 2px 5px #aaa;
  box-shadow: 1px 2px 5px #aaa;
  padding: 0 !important;
  border: none!important;
  margin: 0 0 15px !important;
}
body .container-wrapper-white #patient_image .image_container img {
  margin: 0 auto;
  display: block;
}
body .container-wrapper-white #patient_image .x-panel-default .x-form-text {
  height: 24px;
}
body .container-wrapper-white #patient_image .x-panel-default .x-btn {
  background-color: #0fa189 !important;
  padding: 3px 8px;
}
body .container-wrapper-white #patient_image .x-panel-default .x-btn:hover {
  background-color: #148272 !important;
}
body .colum-toolbar-wrap .x-box-inner .left-container {
  width: 47%!important;
}
body .colum-toolbar-wrap .x-box-inner .right-container {
  width: 52%!important;
}
body .colum-toolbar-wrap .x-box-inner .right-container .x-form-item,
body .colum-toolbar-wrap .x-box-inner .right-container .long_icon_links {
  float: right;
}
body .colum-toolbar-wrap .x-box-inner .width-65 {
  width: 65%!important;
}
body .colum-toolbar-wrap .x-box-inner .width-35 {
  width: 35%!important;
}
body .colum-toolbar-wrap .x-box-inner .colum-toolbar-right {
  right: 0!important;
  left: auto!important;
}
body .nt-scanned-doc-icon {
  background: url(../images/nt-doc-icon.png) no-repeat scroll left center transparent;
}
body .nt-docfrom-container .x-panel-body-default {
  background: none;
}
body .list-block {
  padding-bottom: 6px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c6cccc !important;
}
body .nt_problem_list {
  min-height: 60px;
}
body .nt_problem_list .x-panel-body-default {
  border: none!important;
  background: none!important;
}
body .x-btn em a.icon_links,
body .icon_links,
body .long_icon_links {
  color: #000;
}
body .x-btn em a.icon_links:hover,
body .icon_links:hover,
body .long_icon_links:hover {
  color: #555;
}
body #art_plan_notes {
  width: 100%!important;
}
body #art_plan_notes .x-form-item-body {
  height: 60!improtant;
}
body #art_plan_notes .x-form-item-body textarea.x-form-field {
  height: 60!improtant;
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
body #art_plan_notes .x-form-item-body,
body #art_plan_notes textarea.x-form-field {
  width: 100%!important;
}
body div#lab_report_display {
  font-size: 13px;
  height: 327px;
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
body div#lab_report_display .lab_report_heading,
body div#lab_report_display .lab_report_column1 {
  padding-left: 0;
  vertical-align: top;
}
body div#lab_report_display .lab_report_heading {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: bold;
}
body div#lab_report_display .nt_lab_report_content_table {
  margin-bottom: 8px;
}
body #form_problem_list .x-box-inner {
  height: 30px!important;
}
body #form_problem_list .problem_text_first {
  left: 0!important;
}
/* Login Screen Style */
body #login-body #captcha {
  margin: 0 auto !important;
}
body #login-body #captcha .x-panel-default {
  margin: 0 auto !important;
}
body #login-body #captcha .x-panel-default .x-panel-body,
body #login-body #captcha .x-panel-default #recaptcha_area,
body #login-body #captcha .x-panel-default #recaptcha_table {
  margin: 0 auto !important;
}
body h2.txt-title {
  font-size: 18px;
  margin-bottom: 18px;
}
body .nt-login-bg-bar .txt-login {
  color: #080190;
}
body .nt-login-bg-bar .nt-prospective-login-title .txt-login {
  padding: 5px 0 0 15px;
}
body .nt-prospective-title .txt-login {
  padding: 5px 0 0 5px;
  color: #080190;
}
body #login,
body .nt-login-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #CCC;
  -moz-box-shadow: 0px 0px 20px #CCC;
  box-shadow: 0px 0px 20px #CCC;
  border: 1px solid #ccc;
  margin: 0 auto;
}
body #login .nt-login-content,
body .nt-login-wrap .nt-login-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body #login #login-body,
body .nt-login-wrap #login-body,
body #login .nt-login-content,
body .nt-login-wrap .nt-login-content {
  background: #eee;
  border: none;
  padding: 40px;
}
body #login #login-body .x-panel-body-default,
body .nt-login-wrap #login-body .x-panel-body-default,
body #login .nt-login-content .x-panel-body-default,
body .nt-login-wrap .nt-login-content .x-panel-body-default {
  background: none;
}
body #login #login-body label,
body .nt-login-wrap #login-body label,
body #login .nt-login-content label,
body .nt-login-wrap .nt-login-content label {
  display: block;
  line-height: 20px;
  padding: 0 0 5px;
}
body #login #login-body .x-form-field,
body .nt-login-wrap #login-body .x-form-field,
body #login .nt-login-content .x-form-field,
body .nt-login-wrap .nt-login-content .x-form-field {
  padding: 5px 10px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body #login #login-body .nt-button-log,
body .nt-login-wrap #login-body .nt-button-log,
body #login .nt-login-content .nt-button-log,
body .nt-login-wrap .nt-login-content .nt-button-log {
  display: block;
  margin: 0 auto;
  float: none;
  border: 1px solid #ACB5BD!important;
  background: url("../images/nt-main-menu-bg.png") center center repeat-x !important;
  background-color: #148272!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
body #login #login-body .nt-button-log .x-btn-inner,
body .nt-login-wrap #login-body .nt-button-log .x-btn-inner,
body #login .nt-login-content .nt-button-log .x-btn-inner,
body .nt-login-wrap .nt-login-content .nt-button-log .x-btn-inner {
  color: #fff !important;
}
body #login #login-body .nt-button-log:hover,
body .nt-login-wrap #login-body .nt-button-log:hover,
body #login .nt-login-content .nt-button-log:hover,
body .nt-login-wrap .nt-login-content .nt-button-log:hover,
body #login #login-body .nt-button-log:focus,
body .nt-login-wrap #login-body .nt-button-log:focus,
body #login .nt-login-content .nt-button-log:focus,
body .nt-login-wrap .nt-login-content .nt-button-log:focus {
  background: #0fa189 !important;
  color: #fff !important;
}
body .nt-prospective-login-wrap {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background: #eee;
}
body .nt-prospective-login-wrap .x-panel-body-default {
  background: #eee;
}
body .nt-prospective-login-wrap .nt-prospective-login-inner {
  padding: 15px 20px;
}
body .nt-prospective-login-wrap .nt-prospective-login-inner .x-form-item {
  width: 100%!important;
}
body .nt-prospective-login-wrap .nt-prospective-login-inner .x-form-item-label {
  width: 100%!important;
  display: block;
  text-align: left!important;
  padding-bottom: 5px;
  margin-right: 0 !important;
}
body .nt-prospective-login-wrap .nt-prospective-login-inner .x-form-text {
  width: 400px!important;
  height: 38px!important;
  padding: 5px 10px !important;
}
body .nt-prospective-login-wrap .nt-prospective-login-inner .nt-button-log {
  display: block;
  margin: 0 auto;
  float: none;
  border: 1px solid #ACB5BD!important;
  background: url("../images/nt-main-menu-bg.png") center center repeat-x !important;
  background-color: #148272!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
body .nt-prospective-login-wrap .nt-prospective-login-inner .nt-button-log .x-btn-inner {
  color: #fff !important;
}
body .nt-prospective-login-wrap .nt-prospective-login-inner .nt-button-log:hover,
body .nt-prospective-login-wrap .nt-prospective-login-inner .nt-button-log:focus {
  background: #0fa189 !important;
  color: #fff !important;
}
body .nt-prospective-login-wrap .x-form-item-body,
body .nt-prospective-login-wrap .x-form-item-label {
  float: none;
}
body .nt-prospective-login-wrap .prospective_login_caption {
  padding: 8px 0 5px;
}
/* Appointment style */
body .txt-heading {
  padding-left: 10px;
}
/* Home style */
body .er-schedule-popup {
  border: #000 1px solid;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  margin: 25px auto;
}
body #form_todo_list .x-form-item-label {
  font-size: 12px;
}
body #form_todo_list .red {
  color: red;
}
body #form_todo_list .save-button-text,
body #form_todo_list .cancel-button-text {
  padding: 3px 10px 0 10px;
}
body .insert-image-icon-addimage {
  background: url(../images/Actions-insert-image-icon.png) 0 0 no-repeat;
  background-size: cover;
}
body .nt-overflow-hidden {
  overflow: hidden!important;
}
body .nt-page-min-height {
  min-height: 450px;
}
body .nt-width-99-8 {
  width: 99.88%!important;
}
body .nt-width-99-8 .x-form-item-body {
  width: 99%!important;
}
body .nt-default-gray-bg {
  background: #eee !important;
  padding: 10px !important;
  color: #080190 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #eee;
  border: 1px solid #c6cccc;
  padding: 8px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 5px 0px #dbdbdb;
  -moz-box-shadow: inset 0px 3px 5px 0px #dbdbdb;
  box-shadow: inset 0px 3px 5px 0px #dbdbdb;
}
body .add-icon-img-home {
  background: url(../images/nt-add-icon-green.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body .add-icon-img-home:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
body .password-button-text {
  font-weight: normal!important;
  font-size: 13px!important;
}
body .nte {
  font-weight: normal!important;
}
body .hiden-wrapper {
  border-color: #c6cccc;
}
body .render-admin-blocks .nt-home-fullheight-section {
  height: 480px!important;
}
body .user-notification-widget {
  padding: 0;
  position: relative;
  line-height: 17px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}
body .user-notification-widget .user-notification-title {
  background: #148272;
  border-bottom: 1px solid #83e5d5;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
}
body .user-notification-widget #user_notification_widget_inner {
  position: relative;
  overflow: hidden;
  padding: 20px 100px 20px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  width: 100%!important;
}
body .user-notification-widget #user_notification_widget_inner a {
  color: #fff;
}
body .user-notification-widget #user_notification_widget_inner a:hover {
  color: #eee;
  text-decoration: none;
}
body .user-notification-widget #user_notification_widget_inner #user_notification_close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  padding: 5px 9px;
  cursor: pointer;
}
body .user-notification-widget #user_notification_widget_inner #user_notification_close_btn a {
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
}
body .user-notification-widget #user_notification_widget_inner #user_notification_close_btn a:hover {
  color: #fff;
}
body .user-notification-widget #user_notification_widget_inner .nt-megaphone-icon {
  background: url(../images/nt-notification-icon.png) no-repeat center center;
  background-color: #000;
  padding: 5px;
  position: absolute;
  height: 100%;
  width: 80px;
  left: 0;
  top: 0;
}
body .user-notification-widget #user_notification_widget_inner #user_notification_display {
  padding-left: 100px;
}
body #grid_notifications_list .x-action-col-icon {
  padding-right: 12px;
}
body #show_notification_btn {
  background: none;
  border: none;
  background-image: transparent;
  float: right;
}
body .show-notification-btn {
  position: relative;
  display: inline-block;
  padding: 0 3em;
  outline: none;
  border: none;
  color: #39877c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em;
  z-index: 50;
  line-height: 4;
  overflow: hidden;
  border-radius: 5px;
  background: #b4ecdc;
  text-decoration: none;
}
body .show-notification-btn .content {
  position: relative;
  display: block;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
body .show-notification-btn .progress {
  position: absolute;
  left: 0;
  background: rgba(64, 232, 201, 0.9);
  top: 0;
  width: 0;
  opacity: 0;
  height: 100%;
  z-index: 0;
  -webkit-transition: width 0s 0.3s, opacity 0.3s;
  transition: width 0s 0.3s, opacity 0.3s;
  color: #fff;
}
body .show-notification-btn:hover {
  color: #fff;
}
body .show-notification-btn:hover .progress,
body .show-notification-btn.active .progress {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 1.2s;
  transition: width 1.2s;
  color: #fff;
}
body {
  /* Speech to text notification style */
}
body .speech-notification-widget {
  padding: 0;
  line-height: 17px;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
body .speech-notification-widget .speech-notification-title {
  background: #148272;
  border-bottom: 1px solid #83e5d5;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
}
body .speech-notification-widget #speech_notification_widget_inner {
  position: relative;
  overflow: hidden;
  padding: 20px 100px 20px 0;
  color: #fff;
  background: rgba(130, 62, 152, 0.9);
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  width: 100%!important;
}
body .speech-notification-widget #speech_notification_widget_inner a {
  color: #fff;
}
body .speech-notification-widget #speech_notification_widget_inner a:hover {
  color: #eee;
  text-decoration: none;
}
body .speech-notification-widget #speech_notification_widget_inner #speech_notification_close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  padding: 5px 9px;
  cursor: pointer;
}
body .speech-notification-widget #speech_notification_widget_inner #speech_notification_close_btn a {
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
}
body .speech-notification-widget #speech_notification_widget_inner #speech_notification_close_btn a:hover {
  color: #fff;
}
body .speech-notification-widget #speech_notification_widget_inner .nt-megaphone-icon {
  background: url(../images/s-notification-icon.png) no-repeat center center;
  background-color: #400354;
  padding: 5px;
  position: absolute;
  height: 100%;
  width: 80px;
  left: 0;
  top: 0;
}
body .speech-notification-widget #speech_notification_widget_inner #speech_notification_display {
  padding-left: 100px;
}
/* Lab Wizard style */
body .displayblock {
  display: block!important;
}
body .art .x-panel-header-default span,
body .header-txt {
  font-weight: bold;
}
body .nt-fullwidth #past_treatment_list .x-box-inner {
  width: 100%!important;
}
/* Prospective Patient style */
body .txt-login,
body .prospective_handp_caption {
  font-weight: normal!important;
}
/* Art Protocols style */
body .delete-protocol {
  margin-top: 0;
}
body .nt_background_none .x-panel-body-default {
  border: none!important;
  background: none!important;
}
body .text-style,
body .delete-protocol-text,
body .insert-button,
body .delete-protocol-text {
  font-weight: normal!important;
}
body div.x-btn.insert-button {
  padding: 3px 20px !important;
  width: 90px;
}
body div.x-btn.insert-button span {
  padding: 0 !important;
}
body .protocol-heading-text {
  text-decoration: none;
}
body .nt-child-scroll .x-panel-body-default {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
/* ART Protocols  style */
body .et-heading-maintab-art {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
}
body .nt_tab_content_border {
  border: 1px solid #c6cccc !important;
  border-top: none!important;
}
body .nt_tab_content_inner {
  padding: 15px 10px;
}
body .main-tab-display-fld a {
  font-weight: normal;
}
body .protocol-menu-left-container {
  border: 1px solid #c6cccc;
}
body .main-tab-display-fld {
  color: #080190 !important;
}
body .main-tab-display-fld a {
  color: #080190 !important;
}
body .main-tab-display-fld:hover {
  background: #eee;
  color: #000 !important;
}
body .maintab-day-heading,
body .content-hmg-heading,
body .content-fcg-heading,
body .content-desc,
body .maintab-day,
body .content-hmg,
body .content-fcg {
  font-size: 12px;
  line-height: 15px;
}
body .content-hmg-heading,
body .content-fcg-heading,
body .content-desc-heading,
body .maintab-lft-top,
body .maintab-lft-pdt0,
body .maintab-day {
  font-weight: normal!important;
}
/* Admin style */
body .blue_font {
  color: #080190;
}
body .nt-widthauto {
  width: auto!important;
}
body .phase-ii-right-container {
  padding-left: 0;
}
body .phase-ii-right-container .txt-normal-bld {
  font-size: 14px;
  padding-top: 0;
  font-weight: normal!important;
}
body .nt-no-border {
  border: none!important;
}
body .Heading {
  font-weight: normal;
  padding: 0;
  font-size: 13px;
}
body .Heading span {
  font-size: 13px;
}
body .pdt-10top0,
body .button-img-add_new,
body .red-button-delete,
body .phase-ii-text-area,
body .x-form-item-label-left {
  font-weight: normal!important;
}
body .heading-tab {
  margin: 0 0 15px;
  height: 28px;
}
body .phase-ii-text-area {
  margin-bottom: 25px;
}
body .x-form-item-label-left {
  font-size: 13px!important;
  margin-bottom: 5px;
}
body .phase-ii-container_art_cycle,
body .phase-ii-container {
  float: none;
}
body #tabpanel_art_schedule.nt-child-bordernone #tabpanel_art_schedule-body {
  border: none!important;
}
body .txt-normal {
  line-height: 16px;
}
body #admin_tab-body #patient_info .first-row {
  margin-left: 0;
}
body #admin_tab-body #patient_info .txt-al-1 {
  margin-right: 6px;
}
body #patient_info .first-row {
  margin-right: 10px;
  margin-left: 15px;
}
body .nt-patient-img-thumb {
  min-height: 120px;
  height: auto!important;
  -webkit-box-shadow: 1px 2px 5px #aaa !important;
  -moz-box-shadow: 1px 2px 5px #aaa !important;
  box-shadow: 1px 2px 5px #aaa !important;
  padding: 0 !important;
  border: none!important;
}
body .nt-patient-img-thumb img {
  margin: 0 auto;
  display: block;
}
/* Donor  style */
body .phase-iii-lst-style {
  font-weight: normal;
}
body #grid_donor_list.x-horizontal-scroller-present .x-scroller-horizontal {
  display: none;
}
body .nt-hide-h-scroll.x-horizontal-scroller-present .x-scroller-horizontal {
  display: none;
}
body .donor-grid .x-panel-body-default {
  width: 100%;
  overflow: hidden;
}
body #grid_donor_list-body .x-grid-view .x-grid-table {
  width: 100%!important;
}
body .field-label,
body .donor-note-heading1 {
  font-weight: normal;
}
body .button-img-inner {
  font-weight: normal!important;
}
body .nt-width-55 {
  width: 54%!important;
}
body .nt-width-56 {
  width: 55%!important;
}
body .nt-width-96 {
  width: 96%!important;
}
body .nt_calendar_table_fullwidth .calendar_table {
  width: 99%;
}
/* Calendar Wizard  style */
body .h2 {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #000 !important;
  padding: 0 0 10px !important;
}
body #patient_plan_notes {
  width: 100%!important;
}
body #patient_plan_notes .x-form-item-body {
  width: 100%!important;
}
body #patient_plan_notes .x-form-item-body textarea {
  width: 100%!important;
}
body #patient_plan_notes.nt_patient_plan_notes {
  width: auto!important;
}
body #patient_plan_notes.nt_patient_plan_notes .x-form-item-body {
  width: 575px!important;
}
body #patient_plan_notes.nt_patient_plan_notes .x-form-item-body textarea {
  width: 575px!important;
}
body .dte-wrapper,
body .dte-wrapper li {
  margin-left: 0;
}
body .nt_calwizard_problemt_list #problem_list_display {
  word-wrap: break-word;
}
/* Art Schedule style */
body .nt-artshedule-content-wrap #tabpanel_art_schedule-body {
  border: 1px solid #c6cccc !important;
  border-top: none!important;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body .nt-artshedule-content-wrap #tabpanel_art_schedule-body .form-wrapper {
  border: none!important;
}
body .et-heading-frst,
body .et-heading {
  font-weight: normal;
  margin: 0;
}
body .art-pdt {
  font-weight: normal;
  margin-bottom: 20px;
}
body .art-pdt-sche {
  margin: 0;
}
body #date_art_daysheet {
  margin-bottom: 10px;
}
body .art-heading span {
  font-weight: normal;
}
body .nt-hide {
  display: none!important;
}
/* Video style */
body .tab-heading {
  font-weight: normal;
  padding-bottom: 3px;
  color: #000;
}
body #cnt_video_library_tab {
  border: none!important;
}
body #cnt_video_library_tab #tabpanel_art_schedule {
  margin: 20px 10px 0 !important;
}
body #cnt_video_library_tab #tabpanel_art_schedule-body {
  border: 1px solid #c6cccc !important;
  border-top: none!important;
}
body #cnt_video_library_tab .x-panel .x-grid-body {
  background: none;
}
body .heading-tab {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
/* fees_cpt_icd.html */
body .fee-schedule-heading {
  color: #000;
  font-size: 13px;
}
body .sch-schedulerpanel .x-toolbar-default {
  background: #eee !important;
  border-color: #ddd !important;
}
body .sch-schedulerpanel .x-panel-default,
body .sch-schedulerpanel .x-grid-body {
  border-color: #ddd !important;
}
body .nt-remove-modal-window-blank .x-window-header,
body .nt-remove-modal-window-blank .x-resizable-handle {
  display: none;
}
body .nt-remove-modal-window-blank .x-window-body-default {
  border: none;
}
body.nt-calendar-body .x-panel-header-default {
  background: #fff !important;
  color: #000 !important;
}
body.nt-calendar-body .x-panel-header-default a {
  color: #000 !important;
}
body.nt-calendar-body #app-west {
  border-right: 1px solid #c6cccc !important;
}
body.nt-calendar-body .ext-cal-nav-picker .x-datepicker-inner {
  border-top: 1px solid #c6cccc !important;
}
body.nt-calendar-body .ext-cal-nav-picker .x-datepicker-inner th {
  border-bottom: 1px solid #c6cccc !important;
}
body.nt-calendar-body .x-panel-header-text-container-default {
  color: #000 !important;
}
body.nt-calendar-body .x-window-default,
body.nt-calendar-body .x-window-header-default {
  border-color: #ddd !important;
}
body.nt-calendar-body .x-window-header-default-top,
body.nt-calendar-body .x-toolbar-footer {
  background: #ddd !important;
}
body.nt-calendar-body .x-window-header-text-container-default {
  color: #000;
}
body.nt-calendar-body .x-btn-default-small {
  background: #0fa189 !important;
  font-size: 11px!important;
  color: #fff !important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
}
body.nt-calendar-body .x-btn-default-small span.x-btn-inner,
body.nt-calendar-body .x-btn-default-small * {
  color: #fff !important;
}
body.nt-calendar-body .x-btn-default-small:hover {
  background: #148272 !important;
}
body.nt-calendar-body .x-btn-default-small,
body.nt-calendar-body .x-panel-body-default {
  border-color: #c6cccc !important;
}
body.nt-calendar-body .ext-cal-nav-picker .x-datepicker-header,
body.nt-calendar-body .ext-cal-nav-picker .x-datepicker-footer {
  background: #ddd !important;
}
body.nt-calendar-body .ext-cal-nav-picker .x-datepicker-month .x-btn-inner {
  color: #fff !important;
}
body.nt-calendar-body .x-datepicker-selected,
body.nt-calendar-body .ext-cal-month-hd .ext-cal-hd-days-tbl {
  border-color: #c6cccc !important;
}
body.nt-calendar-body .x-datepicker-selected .x-datepicker-date {
  background-color: #eee !important;
}
body.nt-calendar-body .x-form-trigger-wrap-focus .x-form-trigger-wrap {
  border-color: #c6cccc !important;
}
body.nt-calendar-body #app-west-innerCt,
body.nt-calendar-body .ext-cal-dayview .ext-cal-hd-days-tbl {
  background-color: #eee !important;
}
body.nt-calendar-body a.x-datepicker-date:hover {
  background: #eee !important;
}
body.nt-calendar-body .x-boundlist-item-over,
body.nt-calendar-body .x-boundlist-selected {
  background: #eee !important;
  border-color: #eee !important;
}
body.nt-calendar-body .x-monthpicker-selected,
body.nt-calendar-body a.x-monthpicker-item-inner:hover {
  background: #eee !important;
  border-color: #ddd !important;
}
body.nt-calendar-body .x-column-header-over,
body.nt-calendar-body .x-column-header-sort-ASC,
body.nt-calendar-body .x-column-header-sort-DESC,
body.nt-calendar-body .x-toolbar-default {
  background: #eee !important;
  border-color: #ddd !important;
}
body.nt-calendar-body .cal-link {
  color: #080190;
}
body.nt-calendar-body .x-datepicker-month .x-btn-inner {
  color: #fff;
}
body.nt-calendar-body .ext-cal-dayview .ext-cal-bg-tbl,
body.nt-calendar-body .x-panel-default,
body.nt-calendar-body .x-grid-body {
  border-color: #c6cccc !important;
}
body.nt-calendar-body .ext-cal-day-times {
  background: #f6f6f6;
}
body.nt-calendar-body .ext-cal-nav-picker .x-monthpicker {
  border-bottom: 1px solid #c6cccc !important;
}
/* Coordination style */
body .top-heading-screen2,
body .coordination-heading,
body .top-heading-rx {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #000 !important;
}
body .h4-acco {
  font-weight: normal;
}
body .txt-heading-coordination {
  padding-left: 15px;
}
body .a_decoration_none {
  font-weight: normal;
  font-size: 11px;
  float: right;
  padding-right: 20px;
}
body .cordi-disply-fld .x-panel-body-default {
  background: none;
}
body .schedule_table_td_1 {
  height: 60px;
  padding: 0 5px 8px 0;
}
body #tabpanel_art_schedule .schedule_table_td_1 {
  height: auto;
  line-height: 16px;
}
body .schedule_table_td_2 {
  line-height: 16px;
  font-size: 13px;
}
body .schedule_heading {
  font-size: 13px;
  font-weight: normal;
}
body .schedule_heading a {
  color: #080190;
}
body .et-heading,
body .et-heading-frst,
body .tp-hd h2,
body .bigger-text {
  font-size: 13px;
  font-weight: bold;
}
body .tp-hd h2 {
  color: #000;
}
body .prnt-button-text {
  font-weight: normal!important;
}
body .lne-pdt {
  padding-left: 0;
}
body .help_text {
  color: #080190;
}
body .x-form-item-maringbottom-0 .x-form-item {
  margin-bottom: 0 !important;
}
body .nt-left-0 {
  left: 0!important;
}
body .child-textarea-bgnone textarea {
  border: none!important;
  background: none!important;
}
/* ER ET style */
body .h_and_p_link {
  color: #080190;
}
body .nt_tab_content_wrap .x-tabpanel-child .x-tab-bar-body {
  margin-left: -2px !important;
}
body .nt_tab_content_wrap .nt-tab-item-wrap {
  border: 1px solid #c6cccc !important;
  border-top: none!important;
}
body .info_header {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
body .er_et_save_btn {
  font-weight: normal;
}
/* Patient Info style */
body .coor-note-heading1 {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding-left: 0;
}
body .form-handler-1 {
  border-color: #c6cccc !important;
}
body .back_home a {
  color: #080190;
}
body .nt-popupwindow-wrapper {
  overflow-x: scroll;
  overflow-y: scroll;
}
body .patient_info_modal_style {
  padding: 0;
  height: 1000px!important;
  width: 1350px!important;
}
/* Art Cycle / Coordination style */
body #pres-outer-wrapper {
  padding-top: 0;
}
body .nt-right-tab-container44 {
  width: 40%;
  height: 714px;
  padding-left: 20px;
}
body .nt-override-prnt-conainer {
  height: auto;
}
body .nt-override-prnt-conainer ul {
  padding-bottom: 20px;
}
body .nt-override-prnt-conainer ul li {
  padding-left: 0;
}
body .nt-custom-title-bold {
  font-weight: bold;
  padding: 0 0 5px;
  font-size: 13px;
}
body .coordination-heading,
body .top-heading-screen2,
body .frm-inner-wrapper {
  margin-left: 0;
  padding-left: 0;
}
body .schedule_table_td_2 {
  padding-top: 0;
}
body .mdt-lft {
  margin-left: 0;
}
body .outer-container {
  margin-left: 0;
}
body .top-heading-rx,
body .top-heading-screen2 {
  margin-top: 0;
  padding-top: 0;
}
body .outer-container-right {
  width: 100%;
}
body .nt-child-fullwidth .x-form-item-body {
  width: 100%!important;
}
body .nt-child-fullwidth .x-form-item-body textarea {
  width: 100%!important;
}
body .nt-child-textfield-fullwidth .x-form-item-body {
  width: 100%!important;
}
body .nt-child-textfield-fullwidth .x-form-item-body input[type="text"] {
  width: 100%!important;
}
body .nt-custom-99-width .x-form-item-body {
  width: 100%!important;
}
body .nt-custom-99-width .x-form-item-body textarea {
  width: 99%!important;
}
body .nt-custom-96-width .x-form-item-body {
  width: 100%!important;
}
body .nt-custom-96-width .x-form-item-body textarea {
  width: 96%!important;
}
body #patient_plan_notes.nt-custom-90-width {
  width: 94%!important;
}
body .nt-textarea-child-section-theme .x-form-item-body textarea {
  background: #eee !important;
  border: 1px solid #c6cccc !important;
  padding: 8px 10px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0px 3px 5px 0px #dbdbdb !important;
  -moz-box-shadow: inset 0px 3px 5px 0px #dbdbdb !important;
  box-shadow: inset 0px 3px 5px 0px #dbdbdb !important;
}
body .nt-textarea-child-section-theme .x-form-item-body textarea .x-panel-body-default {
  background: none;
}
body .Edit-button,
body .tab-left-mar,
body .prnt-cal a,
body .txt-hd,
body .prnt-cal,
body .gry-but,
body .red-button,
body .radio-wrapper-secn2,
body .pdt-10top {
  font-weight: normal!important;
}
body .radio-wrapper-secn2 .pdt {
  padding-top: 2px;
}
body #label-1127 {
  clear: none;
}
body .prnt-cal {
  margin-top: 10px;
}
body .prnt-icon {
  width: auto;
  left: auto;
  z-index: 999;
  top: auto;
  position: inherit;
}
body .outer-handler-sce2 {
  width: auto;
}
body .content_rght {
  width: auto;
}
body #form_rx_data .text-fld {
  margin-left: 0.8%;
  width: 19%!important;
}
body #form_rx_data .text-fld .x-form-item-body {
  width: 98%!important;
}
body #form_rx_data .text-fld .x-form-text {
  width: 80%!important;
}
body #form_rx_data .rx_blank_provider_name {
  margin-right: 5px;
}
body #form_rx_data .rx_blank_provider_name,
body #form_rx_data .clinic_location_id {
  width: 30%!important;
}
body #form_rx_data .rx_blank_provider_name .x-form-item-body,
body #form_rx_data .clinic_location_id .x-form-item-body {
  width: 98%!important;
}
body #form_rx_data .rx_blank_provider_name .x-form-text,
body #form_rx_data .clinic_location_id .x-form-text {
  width: 90%!important;
}
body .nt-child-textarea-height textarea {
  height: 97%!important;
}
body .nt-textarea-child .x-form-item-body {
  width: 100%!important;
}
body .nt-textarea-child .x-form-item-body textarea {
  width: 99%!important;
}
body #rx_art_calendar_info.nt-textarea-child .x-form-item-body {
  width: 100%!important;
}
body #rx_art_calendar_info.nt-textarea-child .x-form-item-body textarea {
  width: 98%!important;
}
body .nt-h4 {
  color: #000;
}
body .h4 {
  line-height: 16px;
  font-size: 13px;
}
body #rx_art_calendar_info {
  width: 100%!important;
}
body .nt-over-auto-lst {
  background: none!important;
}
body .radio-wrapper-secn2 .inser-but,
body #btn_edit_calendar {
  color: #fff;
}
body .nt-white-color {
  color: #fff;
}
body .grid_cordi-disply-fld {
  border: #c6cccc 1px solid !important;
}
body .nt-child-body-fullwidth .x-form-item-body {
  width: 100%!important;
}
body .nt-child-body-fullwidth .x-form-item-body .x-form-display-field {
  width: 98%!important;
}
/* Lab Notes*/
body .child-panel-body-default-none .x-panel-body-default {
  background: none;
}
body .nt-section-theme-none {
  background: none!important;
  border: none!important;
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* Lab Referral */
body #cycle_coordination_lab_referral_form .h4-acco {
  line-height: 16px;
}
body #cycle_coordination_lab_referral_form .x-box-inner {
  height: 30px!important;
}
body #cycle_coordination_lab_referral_form .frm-section-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #ddd;
}
/* OI_IUI_coordination style */
body .outer-container-right-2 {
  width: 55%!important;
  margin-top: 33px;
}
body .outer-container-right-2 .x-form-item-body {
  width: 100%!important;
}
body .outer-container-right-2 .x-form-item-body .x-form-text {
  width: 100%!important;
}
body .nt-override-outer-handler-sce2 {
  width: 55%!important;
}
body .nt_content_rght {
  width: 45%!important;
}
body .hcg_luteal_calendar_info_body #hcg_luteal_calendar_info-body {
  width: 100%!important;
}
/* Document EMR style */
body .document_add_style {
  top: 0 !important;
}
body .document_auto_scroll {
  overflow: auto;
}
body .nt-word-break {
  word-wrap: break-word !important;
}
body .document_header {
  font-size: 13px;
  font-weight: bold;
}
body .patient_embryos_list_child_grid_table_width1000 .x-grid-table {
  width: 100%!important;
}
body #tabpanel_document {
  width: 100%!important;
}
body #tabpanel_document .x-tabpanel-child {
  width: 100%!important;
}
body .container-block .x-container {
  overflow: hidden;
}
body .nt_tab_content_wrap .form-handler {
  border-top: none!important;
}
body .nt_tab_content_wrap .x-tab-bar {
  border-bottom: #c6cccc 1px solid !important;
  background: none repeat scroll 0 0 transparent!important;
}
body .nt_tab_content_wrap .x-tab-bar .x-tab-bar-body {
  height: 31px;
  margin-bottom: -1px;
  border: none!Important;
}
body .nt_tab_content_wrap .x-tab-bar .x-tab-bar-body .x-tab {
  height: 29px;
  border-bottom: #c6cccc 1px solid !important;
}
body .nt_tab_content_wrap .x-tab-bar .x-tab-bar-body .x-tab.x-tab-active {
  border-bottom-color: #fff !important;
}
body .nt_tab_content_wrap .x-tab button {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
}
body .border-top-none {
  border-top: none!important;
}
body .nt-custom-width99 {
  width: 99%!important;
}
body .backButton {
  padding: 0 0 5px;
}
body .patient_details {
  font-size: 13px;
}
body .nt-border {
  border: #c6cccc 1px solid !important;
}
/* OI_IUI_cycle_sheet  Layout */
body .nt-custom-auto {
  width: auto!important;
}
body .nt-bg-none {
  border: none!important;
  background: none!important;
}
body .nt-child-table-width .x-fit-item {
  width: auto!important;
}
body .nt-child-table-width .x-fit-item .x-grid-table {
  width: auto!important;
}
body .nt-child-table-width .x-fit-item .x-grid-table .x-grid-cell-inner {
  word-wrap: break-word;
  white-space: normal;
}
body #grid_progress_notes .x-scroller-horizontal {
  display: none;
}
/* Edit Calendar Layout */
body .nt-custom-fullwidth {
  width: 100%!important;
}
body .nt-lft-wrper-override {
  width: 100%;
  margin: 0;
}
/* Surrogate and Donors layout style */
body .prnt-button-art-text,
body .commit-button-text {
  font-weight: normal!important;
}
/* H and P layout style */
body #toolbar_h_and_p.nt-gry-bg .nt-purple-bar {
  width: 60%!important;
}
body #toolbar_h_and_p .heading_hp {
  font-weight: normal;
  color: #080190;
  font-size: 16px;
}
body .nt-custom-close-btn,
body .nt-custom-back-btn {
  float: left;
  position: inherit!Important;
  left: auto!important;
  right: auto!important;
  margin: 0 0 0 15px !important;
  border: none!important;
  background: none!important;
}
body .nt-custom-close-btn .txt-heading,
body .nt-custom-back-btn .txt-heading {
  font-size: 11px;
  font-weight: bold;
}
body .nt-custom-close-btn .txt-heading:hover,
body .nt-custom-back-btn .txt-heading:hover {
  color: #000;
}
body .nt-custom-close-btn:hover,
body .nt-custom-back-btn:hover {
  border: none!important;
  background: none!important;
  color: #000;
}
body .heading_hp {
  color: #000;
}
body .nt_width_auto .x-column-inner {
  width: auto!important;
}
body .x-form-field,
body .x-form-display-field {
  font-size: 13px;
}
body #form_handp_detail {
  width: 100%!important;
  height: 100%!important;
  line-height: 20px;
}
body #form_handp_detail .heading {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #000 !important;
}
body #form_handp_detail,
body .handp_form {
  overflow: hidden;
}
body .txt-heading {
  font-weight: normal;
  font-size: 12px;
}
body .right-btn {
  float: right;
  right: 20px!important;
  left: auto!important;
}
body .preg_link {
  color: #080190;
}
body #form_h_and_p_update_medical_history .x-form-item-label-left {
  font-size: 13px!important;
}
body #form_h_and_p_update_medical_history .heading {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
body .nt-heading {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
body #pregnancy_list .form-handler,
body #prior_art_list .form-handler {
  padding: 7px 0 !important;
}
body hr {
  border-bottom: #c6cccc 1px solid !important;
  border-top: none;
  margin-bottom: 15px;
}
body .render-physical-exam-data ul {
  margin-top: 5px;
}
body .render-physical-exam-data ul li {
  line-height: 18px;
}
body .render-physical-exam-data ul li span {
  padding-right: 4px;
}
/* Button Style */
body .message-bar-btn {
  background: #eee !important;
}
body .x-btn-disabled span {
  opacity: 0.8;
  color: #000 !important;
  font-size: 12px!important;
}
body .x-btn-default-disabled .x-btn-inner {
  padding-top: 2px !important;
}
body .x-btn-default-disabled span {
  color: #fff !important;
}
body .x-btn-default-small-disabled {
  background: #dcdbdb !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #c6cccc !important;
}
body .nt-default-btn {
  background: #bdbdbd !important;
  font-weight: normal !important;
  font-size: 12px !important;
  color: #000 !important;
  background: #F5F5F5 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF)) !important;
  background: -ms-linear-gradient(bottom, #EEE, #FFF) !important;
  background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%) !important;
  background: -o-linear-gradient(#FFF, #EEE) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0) !important;
}
body .nt-default-btn:hover,
body .nt-default-btn:focus {
  background: #EEE !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #F5F5F5)) !important;
  background: -ms-linear-gradient(bottom, #FFF, #F5F5F5) !important;
  background: -moz-linear-gradient(center bottom, #FFF 0%, #F5F5F5 100%) !important;
  background: -o-linear-gradient(#F5F5F5, #FFF) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#FFF', GradientType=0) !important;
}
body .nt-default-btn span {
  background: #bdbdbd !important;
  font-weight: normal !important;
  font-size: 12px !important;
  color: #000 !important;
  background: #F5F5F5 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF)) !important;
  background: -ms-linear-gradient(bottom, #EEE, #FFF) !important;
  background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%) !important;
  background: -o-linear-gradient(#FFF, #EEE) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0) !important;
}
body .nt-default-btn span:hover,
body .nt-default-btn span:focus {
  background: #EEE !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #F5F5F5)) !important;
  background: -ms-linear-gradient(bottom, #FFF, #F5F5F5) !important;
  background: -moz-linear-gradient(center bottom, #FFF 0%, #F5F5F5 100%) !important;
  background: -o-linear-gradient(#F5F5F5, #FFF) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#FFF', GradientType=0) !important;
}
body .x-btn-default-small .x-btn-inner {
  font-weight: normal!important;
}
body .tp-hd h3 {
  color: #696969;
}
body .margin-top-10 {
  margin-top: 10px !important;
}
body .margin-top-5 {
  margin-top: 5px !important;
}
body .nt-header-search-1 {
  float: left !important;
  width: 28% !important;
}
body .nt-header-search-1:hover .x-form-item-label,
body .nt-header-search-1:focus .x-form-item-label,
body .nt-header-search-1:active .x-form-item-label {
  display: none !important;
}
body .nt-header-search-1 .x-form-item-label {
  position: absolute !important;
  left: 20px !important;
  color: #4b4b4b !important;
}
body .nt-header-search-1 .x-form-item-label:focus {
  display: none !important;
}
body .nt-header-search-1 .x-form-item-body {
  width: 320px !important;
}
body .nt-header-search-1 input.x-form-text {
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  margin-left: 10px !important;
  padding-left: 10px !important;
  height: 25px !important;
  width: 310px !important;
}
body .nt-header-search-1 .x-form-arrow-trigger {
  background: none !important;
  border: none !important;
  background: url("../images/nt-search-icon.png") 0 0 no-repeat !important;
  position: absolute !important;
  right: 10px !important;
  top: 6px !important;
}
body .nt-header-search-1.pull-right {
  float: right!important;
}
body .nt-header-search-1 input.x-form-text {
  margin-left: 0 !important;
}
body .nt-header-search-1 .x-form-arrow-trigger {
  right: 26px!important;
}
body .nt-header-search-2 {
  float: left !important;
  width: 28% !important;
  float: none!important;
  width: auto!important;
}
body .nt-header-search-2:hover .x-form-item-label,
body .nt-header-search-2:focus .x-form-item-label,
body .nt-header-search-2:active .x-form-item-label {
  display: none !important;
}
body .nt-header-search-2 .x-form-item-label {
  position: absolute !important;
  left: 20px !important;
  color: #4b4b4b !important;
}
body .nt-header-search-2 .x-form-item-label:focus {
  display: none !important;
}
body .nt-header-search-2 .x-form-item-body {
  width: 320px !important;
}
body .nt-header-search-2 input.x-form-text {
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  margin-left: 10px !important;
  padding-left: 10px !important;
  height: 25px !important;
  width: 310px !important;
}
body .nt-header-search-2 .x-form-arrow-trigger {
  background: none !important;
  border: none !important;
  background: url("../images/nt-search-icon.png") 0 0 no-repeat !important;
  position: absolute !important;
  right: 10px !important;
  top: 6px !important;
}
body .nt-header-search-2.pull-right {
  float: right!important;
}
body .nt-header-search-2 input.x-form-text {
  margin-left: 0 !important;
}
body .nt-header-search-2 .x-form-arrow-trigger {
  right: 26px!important;
}
body .nt-header-search-2.nt-serach-pull-left {
  float: left!important;
}
body .nt-header-search-2.nt-serach-pull-right {
  float: right!important;
}
body .nt-header-search-345 input.x-form-text {
  width: 345px!important;
}
body .nt-header-search-345 .x-form-item-body {
  width: 360px!important;
}
body .nt-header-search-large .x-form-clear-trigger,
body .nt-header-search .x-form-clear-trigger,
body .nt-header-search-1 .x-form-clear-trigger,
body .nt-header-search-2 .x-form-clear-trigger {
  position: absolute!important;
  right: 46px!important;
  top: 5px!important;
  display: none!important;
  background: url(../images/field-clear-icon.png) 0 0 no-repeat !important;
  height: 26px!important;
  width: 16px!important;
  border: none!important;
}
body .nt-header-search-large:hover .x-form-clear-trigger,
body .nt-header-search:hover .x-form-clear-trigger,
body .nt-header-search-1:hover .x-form-clear-trigger,
body .nt-header-search-2:hover .x-form-clear-trigger {
  display: block!important;
}
body .nt-header-search-large.hide-trigger-cls .x-form-clear-trigger,
body .nt-header-search.hide-trigger-cls .x-form-clear-trigger,
body .nt-header-search-1.hide-trigger-cls .x-form-clear-trigger,
body .nt-header-search-2.hide-trigger-cls .x-form-clear-trigger {
  display: none!important;
}
body .nt-header-search-large {
  float: left !important;
  width: 28% !important;
  width: 32%!important;
}
body .nt-header-search-large:hover .x-form-item-label,
body .nt-header-search-large:focus .x-form-item-label,
body .nt-header-search-large:active .x-form-item-label {
  display: none !important;
}
body .nt-header-search-large .x-form-item-label {
  position: absolute !important;
  left: 20px !important;
  color: #4b4b4b !important;
}
body .nt-header-search-large .x-form-item-label:focus {
  display: none !important;
}
body .nt-header-search-large .x-form-item-body {
  width: 320px !important;
}
body .nt-header-search-large input.x-form-text {
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  margin-left: 10px !important;
  padding-left: 10px !important;
  height: 25px !important;
  width: 310px !important;
}
body .nt-header-search-large .x-form-arrow-trigger {
  background: none !important;
  border: none !important;
  background: url("../images/nt-search-icon.png") 0 0 no-repeat !important;
  position: absolute !important;
  right: 10px !important;
  top: 6px !important;
}
body .nt-header-search-large input.x-form-text {
  width: 300px!important;
  margin-left: 0 !important;
}
body .nt-header-search-large .x-form-item-body {
  width: 310px!important;
}
body .nt-header-search-large .x-form-arrow-trigger {
  right: 20px!important;
}
body .document_viewer {
  border: 1px solid #c6cccc !important;
  overflow: hidden;
}
body #patient_document_list,
body #uploadby_patient_document_list,
body #uploadfor_patient_document_list,
body #donor_document_list,
body #surrogate_document_list {
  width: 100%!important;
  height: auto!important;
}
body #patient_document_list-body table.x-grid-table,
body #uploadby_patient_document_list-body table.x-grid-table,
body #uploadfor_patient_document_list-body table.x-grid-table,
body #donor_document_list-body table.x-grid-table,
body #surrogate_document_list-body table.x-grid-table,
body #patient_journal_list-body table.x-grid-table {
  width: 100%!important;
  overflow-x: hidden;
}
body #patient_document_list-body table.x-grid-table .x-grid-cell-inner,
body #uploadby_patient_document_list-body table.x-grid-table .x-grid-cell-inner,
body #uploadfor_patient_document_list-body table.x-grid-table .x-grid-cell-inner,
body #donor_document_list-body table.x-grid-table .x-grid-cell-inner,
body #surrogate_document_list-body table.x-grid-table .x-grid-cell-inner,
body #patient_journal_list-body table.x-grid-table .x-grid-cell-inner {
  padding: 6px;
}
body #patient_document_list-body table.x-grid-table tr.x-grid-header-row th:first-child,
body #uploadby_patient_document_list-body table.x-grid-table tr.x-grid-header-row th:first-child,
body #uploadfor_patient_document_list-body table.x-grid-table tr.x-grid-header-row th:first-child,
body #donor_document_list-body table.x-grid-table tr.x-grid-header-row th:first-child,
body #surrogate_document_list-body table.x-grid-table tr.x-grid-header-row th:first-child,
body #patient_journal_list-body table.x-grid-table tr.x-grid-header-row th:first-child {
  width: 20%!important;
}
body #patient_document_list-body table.x-grid-table tr td.x-grid-cell-first,
body #uploadby_patient_document_list-body table.x-grid-table tr td.x-grid-cell-first,
body #uploadfor_patient_document_list-body table.x-grid-table tr td.x-grid-cell-first,
body #donor_document_list-body table.x-grid-table tr td.x-grid-cell-first,
body #surrogate_document_list-body table.x-grid-table tr td.x-grid-cell-first,
body #patient_journal_list-body table.x-grid-table tr td.x-grid-cell-first {
  width: 20%!important;
}
body #patient_document_list-body table.x-grid-table tr .x-action-col-0,
body #uploadby_patient_document_list-body table.x-grid-table tr .x-action-col-0,
body #uploadfor_patient_document_list-body table.x-grid-table tr .x-action-col-0,
body #donor_document_list-body table.x-grid-table tr .x-action-col-0,
body #surrogate_document_list-body table.x-grid-table tr .x-action-col-0,
body #patient_journal_list-body table.x-grid-table tr .x-action-col-0 {
  padding-right: 7px;
}
body .nt-docfrom-container .x-form-item,
body .nt-docfrom-container .x-form-item-body {
  width: 98%!important;
}
body .nt-docfrom-container .x-form-item textarea,
body .nt-docfrom-container .x-form-item-body textarea {
  width: 98%!important;
}
body .nt-docfrom-container .x-form-item .x-form-item-label,
body .nt-docfrom-container .x-form-item-body .x-form-item-label {
  display: block;
  float: none;
  padding-bottom: 5px;
}
body .nt-docfrom-container .nt_date_type .x-form-field {
  width: 98%!important;
}
body .nt-docfrom-container .nt_doc_type .x-form-item-body .x-form-field {
  width: 91%!important;
}
body .nt-gry-bg .nt-span-logout-btn {
  display: block;
  background: url(../images/nt-logout.png) 0 0 no-repeat;
  height: 15px;
  width: 15px;
  margin-top: 2px;
  padding: 0 26px 0 0;
  overflow: hidden;
}
body .nt-gry-bg .nt-span-logout-btn a {
  text-indent: -9999em;
  display: block;
  padding: 5px 10px;
}
body .nt-gry-bg .nt-span-logout-btn:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
body #container_art_cycle .x-form-item {
  margin-bottom: 12px;
}
body #order_report_display .x-form-item {
  margin-bottom: 5px!important;
}
body .nt-block {
  width: 100%;
  display: block;
}
body .nt-clear-bg {
  background: #fff;
  border: none;
}
body .cordi-disply-fld {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .help-icon a {
  margin: 0 0 0 3px;
  background: url(../images/nt-help-icon.png) no-repeat;
}
body .nt-textarea-section-wrap textarea.x-form-text {
  width: 96%!important;
}
body .er_et_left_container,
body .cnt-lft {
  border: 1px solid #c6cccc;
}
body .x-form-text,
body textarea.x-form-field,
body .brd_scren5,
body .cordi-disply-fld,
body .tab-right {
  border-color: #c6cccc;
}
body .green-container {
  background: #ddd;
  color: #000;
}
body .green-container .prnt-inner a,
body .green-container .prnt-cal a,
body .green-container a,
body .green-container .h4 {
  color: #000;
}
body #container_er_et #form_h_and_p,
body #container_er_et #form_h_and_p-body,
body #container_er_et #form_op_note-body,
body #container_er_et #form_op_note,
body #container_er_et #form_et_note,
body #container_er_et #form_et_note-body,
body #container_er_et #form_met_log-body,
body #container_er_et #form_met_log,
body #container_er_et #form_preop_order-body,
body #container_er_et #form_preop_order {
  width: 100%!important;
}
body #form_et_note-body {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
body .coordination-heading,
body .top-heading-rx,
body .top-heading-screen2,
body .anchor_class,
body .prnt-icon ul li a,
body a.print-button,
body .prnt-conainer ul li a,
body .print-tab a {
  color: #000;
  font-weight: normal;
}
body .tp-hd {
  margin: 0;
  padding-top: 0;
  height: 20px;
}
body .tp-hd h3,
body .prnt-inner a {
  font-weight: normal;
}
body .nt-print-tab {
  background: url(../images/printer-icon.png) no-repeat left center !important;
  padding-right: 10px;
  background-color: transparent!important;
  border: none!important;
  color: #000 !important;
}
body .nt-print-tab .prnt-button-text,
body .nt-print-tab span {
  color: #000 !important;
  padding-left: 15px;
}
body .nt-print-tab:hover {
  background: url(../images/printer-icon.png) no-repeat left center !important;
  background-color: transparent!important;
  border: none!important;
}
body .nt-default-gray-btn {
  background: #949494 !important;
  padding: 3px 10px !important;
  font-size: 11px!important;
  line-height: 16px!important;
  color: #fff !important;
  font-weight: normal!important;
  border: none!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
  text-align: center!important;
}
body .nt-default-gray-btn em button {
  height: auto!important;
  line-height: 16px!important;
  font-weight: normal!important;
}
body .nt-default-gray-btn em button .x-btn-inner {
  height: auto!important;
  line-height: 16px!important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-gray-btn em button .x-btn-inner span {
  font-size: 11px!important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-gray-btn:hover {
  background: #808080 !important;
}
body .nt-default-green-btn {
  background: #0fa189 !important;
  padding: 3px 10px !important;
  font-size: 11px!important;
  line-height: 16px!important;
  color: #fff !important;
  font-weight: normal!important;
  border: none!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
  text-align: center!important;
}
body .nt-default-green-btn em button {
  height: auto!important;
  line-height: 16px!important;
  font-weight: normal!important;
}
body .nt-default-green-btn em button .x-btn-inner {
  height: auto!important;
  line-height: 16px!important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-green-btn em button .x-btn-inner span {
  font-size: 11px!important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-green-btn:hover {
  background: #148272 !important;
}
body .nt-default-red-btn {
  background: #e2090a !important;
  padding: 3px 10px !important;
  font-size: 11px!important;
  line-height: 16px!important;
  color: #fff !important;
  font-weight: normal!important;
  border: none!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
  text-align: center!important;
}
body .nt-default-red-btn em button {
  height: auto!important;
  line-height: 16px!important;
  font-weight: normal!important;
}
body .nt-default-red-btn em button .x-btn-inner {
  height: auto!important;
  line-height: 16px!important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-red-btn em button .x-btn-inner span {
  font-size: 11px!important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-red-btn:hover {
  background: #cc0001 !important;
}
body .nt-default-pink-btn {
  background: #FF3550 !important;
  padding: 3px 10px !important;
  font-size: 11px!important;
  line-height: 16px!important;
  color: #fff !important;
  font-weight: normal!important;
  border: none!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
  text-align: center!important;
}
body .nt-default-pink-btn em button {
  height: auto!important;
  line-height: 16px!important;
  font-weight: normal!important;
}
body .nt-default-pink-btn em button .x-btn-inner {
  height: auto!important;
  line-height: 16px!important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-pink-btn em button .x-btn-inner span {
  font-size: 11px!important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-pink-btn:hover {
  background: #E7324B !important;
}
body .nt-default-orange-btn {
  background: #FFAD54 !important;
  padding: 3px 10px !important;
  font-size: 11px!important;
  line-height: 16px!important;
  color: #fff !important;
  font-weight: normal!important;
  border: none!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
  text-align: center!important;
}
body .nt-default-orange-btn em button {
  height: auto!important;
  line-height: 16px!important;
  font-weight: normal!important;
}
body .nt-default-orange-btn em button .x-btn-inner {
  height: auto!important;
  line-height: 16px!important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-orange-btn em button .x-btn-inner span {
  font-size: 11px!important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-orange-btn:hover {
  background: #FAA549 !important;
}
body .nt-default-black-btn {
  background: #000 !important;
  padding: 3px 10px !important;
  font-size: 11px!important;
  line-height: 16px!important;
  color: #fff !important;
  font-weight: normal!important;
  border: none!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
  text-align: center!important;
}
body .nt-default-black-btn em button {
  height: auto!important;
  line-height: 16px!important;
  font-weight: normal!important;
}
body .nt-default-black-btn em button .x-btn-inner {
  height: auto!important;
  line-height: 16px!important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-black-btn em button .x-btn-inner span {
  font-size: 11px!important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-black-btn:hover {
  background: #666 !important;
}
body .nt-default-purple-btn {
  background: #6E1589 !important;
  padding: 3px 10px !important;
  font-size: 11px!important;
  line-height: 16px!important;
  color: #fff !important;
  font-weight: normal!important;
  border: none!important;
  font-family: arial, sans-serif !important;
  text-transform: none!important;
  height: auto!important;
  text-align: center!important;
}
body .nt-default-purple-btn em button {
  height: auto!important;
  line-height: 16px!important;
  font-weight: normal!important;
}
body .nt-default-purple-btn em button .x-btn-inner {
  height: auto!important;
  line-height: 16px!important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-purple-btn em button .x-btn-inner span {
  font-size: 11px!important;
  color: #fff !important;
  font-weight: normal!important;
}
body .nt-default-purple-btn:hover {
  background: #813E96 !important;
}
body .er-schedule,
body .er-schedule-popup {
  border-color: #c6cccc;
}
body .rx_blank_save_btn {
  font-weight: normal!important;
}
body .nt-theme-blue {
  color: #080190;
}
body .x-window-default .x-toolbar .x-btn-inner {
  color: #000 !important;
}
body h6.heading span {
  color: #080190;
}
body .fertility-center .x-column-header-inner {
  background-color: #eee;
}
body .fertility-center .x-column-header,
body .fertility-center .x-box-inner,
body .display-fld {
  border-color: #c6cccc;
}
body .x-column-header-text {
  color: #000;
}
body .margin-auto {
  margin: 0 auto !important;
}
body .nt_dashboard_title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #080190;
}
body .nt_dashboard_title h3 {
  font-weight: normal;
}
body .nt-dashboard-menu {
  margin: 0 5px 20px 0;
}
body .nt-dashboard-menu .x-btn-default-small {
  margin: 0 5px 5px 0 !important;
  padding: 5px 15px !important;
  width: auto!important;
  border: 1px solid #ACB5BD!important;
  background: url("../images/nt-main-menu-bg.png") center center repeat-x !important;
  background-color: #148272!important;
}
body .nt-dashboard-menu .x-btn-default-small button,
body .nt-dashboard-menu .x-btn-default-small .x-btn-inner {
  width: auto!important;
  height: auto!important;
  padding: 1px !important;
}
body .nt-dashboard-menu .x-btn-default-small:hover {
  background: #0fa189 !important;
  color: #fff !important;
}
body .nt-dashboard-menu .nt-purple-btn {
  border: 1px solid #691483!important;
  background: url("../images/nt-purple-btn-bg.png") center center repeat-x !important;
  background-color: #681481!important;
}
body .nt-dashboard-menu .nt-purple-btn:hover {
  background: #813E96 !important;
  color: #fff !important;
}
body #nt_custom_toolbar.nt-hide-summary-toolbar-btn .nt-btn-default {
  display: none!important;
}
body #h_and_p_dictation #prior_art_list {
  width: auto!important;
}
body .nt_schedule_type {
  font-size: 12px;
  padding-left: 0;
  color: grey;
}
body .schedule_type {
  padding-left: 0;
}
body .txt-heading {
  font-weight: bold;
  font-size: 12px;
}
body .account-summary .x-container {
  padding-bottom: 8px;
}
body #protocol_menu_container .x-panel-body-default,
body #cnt_med_suggestion_create .x-panel-body-default {
  background: none;
}
body .fee-column-header {
  margin: 0;
}
body .padding-left-0 .x-column-header-inner {
  padding-left: 0;
}
body .emr_heading_small {
  font-size: 13px;
}
body #commons_patient_info.nt_tab_content_wrap .x-tabpanel-child {
  background: none!important;
}
body .nt-patient-imgnotfound-msg {
  display: block;
  padding: 30% 5px 5px !important;
  text-align: center;
  font-weight: bold;
  min-height: 150px;
}
body .nt-dte-wrapper ul li {
  line-height: 22px;
}
body .back_home a {
  font-size: 13px;
}
body .nt_margin_auto {
  margin: 0 auto;
}
body .compose_header {
  background: transparent;
}
body .nt_lab_report_heading_0 .lab_report_heading {
  padding-left: 0;
}
body .nt_lab_report_heading_0 .lab_report_column1 {
  padding-left: 0;
}
body .nt_patient_art_calendar #past_treatment_list-body {
  height: 340px!important;
}
body .nt_custom_clinicalinof_PT_list #past_treatment_list-body {
  height: 320px!important;
}
body .nt-calendar-wizard-todolist #past_treatment_list-body {
  height: 380px!important;
}
body .nt_patient_art_calendar #past_treatment_list-body table.x-grid-table td.x-grid-cell-last .x-grid-cell-inner {
  padding-left: 5px;
}
body .nt-calendar-wizard-todolist #past_treatment_list-body table.x-grid-table td.x-grid-cell-last .x-grid-cell-inner {
  padding-left: 15px;
}
body .nt-x-panel-body-bgwhite .x-panel-body-default {
  background: transparent;
}
body .nt-fullwidth-arttreatment #past_treatment_list .nt-month,
body .nt-fullwidth-arttreatment #past_treatment_list .nt-protocol,
body .nt-fullwidth-arttreatment #past_treatment_list .nt-outcome {
  width: 33%!important;
}
body .nt-fullwidth-arttreatment #past_treatment_list .nt-protocol {
  left: 32.8%!important;
}
body .nt-fullwidth-arttreatment #past_treatment_list .nt-outcome {
  left: 68.5%!important;
}
body .nt-fullwidth-arttreatment #past_treatment_list table.x-grid-table td.x-grid-cell-last,
body .nt-fullwidth-arttreatment #past_treatment_list table.x-grid-table td,
body .nt-fullwidth-arttreatment #past_treatment_list table.x-grid-table th.x-grid-cell-last,
body .nt-fullwidth-arttreatment #past_treatment_list table.x-grid-table th {
  width: 30%!important;
}
body .nt-fullwidth-arttreatment #past_treatment_list table.x-grid-table td .x-grid-cell-inner,
body .nt-fullwidth-arttreatment #past_treatment_list table.x-grid-table th .x-grid-cell-inner {
  width: auto!important;
}
body .nt-fullwidth-arttreatment #past_treatment_list-body {
  height: 370px!important;
}
body .child-textarea-bgwhite textarea,
body .nt_problem_list-bg {
  background: #fff !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body .nt-patient-img-thumb-wrap {
  overflow: hidden!important;
  min-height: 150px;
  max-height: 200px;
  width: 196px!important;
  padding: 2px 3px !important;
}
body .nt-patient-img-thumb-wrap .nt-patient-img-thumb {
  width: 188px!important;
}
body .nt-hide-art-daysheet-save-btn #nt_art_schedule_autosave_btn {
  display: none;
}
body .art-right {
  width: 23%;
}
body .art-left {
  width: 77%;
}
body .nt-lb-main-title {
  margin-bottom: 20px;
  font-size: 16px;
}
body .nt-lb-title {
  margin-bottom: 15px;
}
body .nt-other-msgboxwrapper .x-btn-default-small {
  border: 1px solid #ACB5BD!important;
  background: url("../images/nt-main-menu-bg.png") center center repeat-x !important;
  background-color: #148272!important;
  border: none;
}
body .nt-other-msgboxwrapper .x-btn-default-small .x-btn-inner {
  color: #fff !important;
}
body .nt-other-msgboxwrapper .x-btn-default-small:hover {
  background: #0fa189 !important;
  color: #fff !important;
  color: #fff;
}
body .nt-other-msgboxwrapper .x-btn-default-small:last-child {
  background: #e2090a !important;
  border: none!important;
}
body .nt-other-msgboxwrapper .x-btn-default-small:last-child:hover {
  background: #cc0001 !important;
}
body.nt-privacyscreen-body {
  color: transparent;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.nt-privacyscreen-body .x-mask {
  background: url(../images/privacy-body-bg-1.png) repeat center center !important;
  background-color: #333!important;
  opacity: 0.99!important;
  filter: alpha(opacity=99) !important;
}
body .privacy-window-popup {
  border: #c6cccc 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}
body .privacy_popup_modal_window .x-window-header {
  text-align: center!important;
}
body .privacy_popup_modal_window .x-window-header .x-tool img {
  display: none!important;
}
body .privacy_popup_modal_window .nt-logout-button {
  margin-top: -5px;
  display: block;
}
body .privacy_popup_modal_window .nt-logout-button .log-off-button {
  cursor: pointer;
  float: right;
  display: block;
  background: url(../images/nt-logout.png) 0 0 no-repeat;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  overflow: hidden;
}
body .privacy_popup_modal_window .nt-logout-button .log-off-button a {
  display: block;
  background: none;
}
body .privacy_popup_modal_window .nt-logout-button .log-off-button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body .privacy_popup_modal_window .privacy-lock-logo,
body .privacy_popup_modal_window .privacy-header-logo {
  text-align: center;
  margin: 0 auto;
  display: block;
}
body .privacy_popup_modal_window .margin-auto {
  margin: 0 auto !important;
}
body .privacy_popup_modal_window #btn_verify_digital_password,
body .privacy_popup_modal_window #btn_verify_otp,
body .privacy_popup_modal_window #btn_patient_app_message,
body .privacy_popup_modal_window #btn_verify_password,
body .privacy_popup_modal_window #btn_register_invalid {
  margin-top: 15px !important;
  display: block!important;
  height: 25px!important;
  line-height: 18px!important;
}
body .privacy_popup_modal_window .plain-field .x-form-text,
body .privacy_popup_modal_window .plain-field textarea.x-form-field {
  background: #fafafa;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .privacy_popup_modal_window .plain-field .x-form-text:focus,
body .privacy_popup_modal_window .plain-field textarea.x-form-field:focus {
  background: #fff;
}
body .nt-arrow-btn {
  background: url(../images/arrow_forward_icon.png) !important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  padding: 3px 10px !important;
  width: 50px;
  border: none!important;
  text-align: center!important;
}
body .test-list-txt-heading {
  font-weight: bold;
  font-size: 17px;
}
body .test-list-txt-heading {
  padding-left: 15px;
}
body .font_color {
  color: #00c;
}
body .font_style {
  font-style: italic;
}
body .font_size {
  font-size: 15px;
  font-weight: bold;
}
body .category_font_styling {
  font-size: 13px;
  font-weight: bold;
}
body .tab_space {
  padding-left: 2em;
}
body .nt-handp-sign-info {
  line-height: 16px;
}
body .rf-padding-0 .x-form-item-label {
  padding: 0 !important;
  line-height: 14px!important;
}
/* Adjust title bar for Pregnancy page's Surrogacy FET/Surrogacy */
body .nt-tip-info-section {
  padding: 5px 10px;
  margin-top: -3px;
  margin-bottom: 12px;
}
body .nt-tip-info-section .tip-icon {
  font-weight: bold;
  font-size: 14px;
}
body #grid_embryo table {
  width: auto!important;
}
body .x-container .nt-gry-bg.lg-title .nt-patient-container {
  width: 45%!important;
}
body .x-container .nt-gry-bg.lg-title .nt-purple-bar {
  width: 45%!important;
}
/* Global Custom checkbox */
body .x-form-checkbox {
  background-image: url(../images/nt-checkbox.png) !important;
}
body .x-form-radio {
  background-image: url(../images/nt-radio.png) !important;
}
/* IOS Toggle style */
body .nt-ios-toggle-wrap label {
  padding: 0;
}
body .nt-ios-toggle-wrap .ios-toggle-btn .x-form-checkbox {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
body .nt-ios-toggle-wrap .ios-toggle-btn .x-form-checkbox + label {
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 1px #d5d5d5;
  text-indent: -5000px;
  height: 25px;
  width: 48px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
body .nt-ios-toggle-wrap .ios-toggle-btn .x-form-checkbox + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: rgba(19, 191, 17, 0);
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body .nt-ios-toggle-wrap .ios-toggle-btn .x-form-checkbox + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body .nt-ios-toggle-wrap .ios-toggle-btn.x-form-cb-checked .x-form-checkbox + label:before {
  width: 48px;
  background: #0fa189;
}
body .nt-ios-toggle-wrap .ios-toggle-btn.x-form-cb-checked .x-form-checkbox + label:after {
  left: 25px;
  box-shadow: inset 0 0 0 1px #0fa189, 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Invoice */
body #tabpanel_invoice {
  width: 100%!important;
}
body #tabpanel_invoice .x-tab-bar {
  width: 98%!important;
}
body #tabpanel_invoice #tabpanel_invoice-body {
  width: 98%!important;
}
body #tabpanel_invoice .nt-tab-item-wrap {
  width: 100%!important;
}
body .nt-remove-print-blue-bg img {
  display: none;
}
body #financial_reports_result_grid .x-grid-header-ct-default {
  width: 100%!important;
}
body #financial_reports_result_grid .x-grid-header-ct-default .x-box-inner {
  background: #ECEDF0;
}
body .nt-scroll-child-store #clinic_invoice_lists_grid-body .x-grid-view {
  overflow-x: hidden!important;
  overflow-y: auto!important;
  height: 450px!important;
}
body .nt-scroll-child-store #financial_reports_result_grid-body .x-grid-view {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
body .patient_account_statement_body {
  width: 750px;
}
body .patient_account_statement_body .section-wrap {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 2px dotted #696767;
}
body .patient_account_statement_body_c8 .section-wrap {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 2px dotted #696767;
}
body .patient_account_statement_body .b-b {
  border-bottom: 1px solid #c6cccc;
  padding-bottom: 5px;
  margin-bottom: 6px;
  display: inline-block;
}
body .patient_account_statement_body .w-200 {
  width: 200px;
  display: block;
}
body .patient_account_statement_body_c8 .b-b {
  border-bottom: 1px solid #c6cccc;
  padding-bottom: 5px;
  margin-bottom: 6px;
  display: inline-block;
}
body .patient_account_statement_body_c8 .w-200 {
  width: 200px;
  display: block;
}
body .patient_account_statement_body .header-section {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body .patient_account_statement_body .section {
  padding-bottom: 15px;
}
body .patient_account_statement_body .body-section .nt-grid-view {
  margin: 10px 0;
}
body .patient_account_statement_body .body-section .nt-grid-view .nt-grid-table {
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #dddddd;
  border-top: none;
  font-size: 12px;
}
body .patient_account_statement_body .body-section .nt-grid-view .nt-grid-table thead tr td {
  border-right: 1px solid #dddddd;
  background: #f1f1f1;
}
body .patient_account_statement_body .body-section .nt-grid-view .nt-grid-table thead tr td:last-child {
  border-right: none;
}
body .rc-iv-field-ml {
  margin-left: 4.5% !important;
  width: 16%!important;
}
body #invoice_patient_tab.single_patinent_tab_view .x-panel-header {
  display: none!important;
}
body .iv-daysheet-window .x-window-body-default {
  background: #fff;
}
body .nt-status-circle {
  display: inline-block;
  float: right;
  padding: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 2px;
}
body .nt-section-light-theme {
  background: #ECEDF0 !important;
  border: 1px solid #c6cccc !important;
  padding: 15px 12px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body .nt-section-light-theme .x-panel-body-default {
  background: none;
}
body .nt-border-top {
  border-top: 1px solid #c6cccc !important;
}
body #pp_form_panel {
  border-top: 1px solid #c6cccc !important;
  margin-top: 10px !important;
  padding-top: 15px !important;
}
body .invoice-store-grid .x-column-header {
  background: #ECEDF0!important;
  border: none!important;
  border-right: 1px solid #C3C3C3!important;
}
body .invoice-store-grid .x-column-header-inner {
  border-bottom: 1px solid #C3C3C3!important;
}
body #clinic_invoice_lists_grid {
  width: 100%!important;
}
body #clinic_invoice_lists_grid .x-grid-table .x-grid-cell-first .x-grid-cell-inner,
body .grid-cell-first-blue .x-grid-table .x-grid-cell-first .x-grid-cell-inner {
  color: #080190;
  cursor: pointer;
}
body .nt-grid-data-empty {
  text-align: center;
}
body #invoice_lists_grid .x-column-header .x-column-header-text {
  line-height: 14px;
  display: inline-block;
}
body .iv-account-status-code .x-form-cb-label .x-panel {
  width: 9px;
  height: 9px;
  float: right;
  margin-top: -11px;
  position: absolute;
  right: -10px;
}
body .claim-error-section {
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-height: 230px!important;
}
body .claim-error-section .title {
  margin-bottom: 12px;
}
body .claim-error-section ul {
  margin-left: 15px;
}
body .claim-error-section ul li {
  list-style-type: disc;
  margin-bottom: 3px;
}
body #show_999_claim_errors .claim-error-section {
  max-height: 130px!important;
}
body .claim-form-section .section-list-wrap {
  border-bottom: 1px solid #c6cccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
body .claim-form-section .section-list-wrap.section-list-wrap-last {
  margin-bottom: 0;
  border-bottom: none;
}
body .claim-form-section .frm-wrapper {
  width: 100%;
  margin: 0;
}
body .claim-form-section .frm-wrapper .txt-al {
  float: left;
  text-align: left;
  margin-left: 20px;
}
body .claim-form-section .save-location-btn {
  float: right;
}
body #iv_account_status_radio {
  width: 100%!important;
}
/* Invoice Report */
body .r-section-row {
  width: 90%!important;
  margin: 0 auto;
  margin-bottom: 2.3%;
}
body .r-section-row .r-section-column-1 {
  width: 30%!important;
  margin-right: 3%;
  float: left;
}
body .r-section-row .r-section-column-1 .nt-section-light-theme {
  height: 200px!important;
  position: relative;
}
body .r-section-row .r-section-column-2 {
  width: 63%!important;
  margin-right: 3%;
  float: left;
}
body .r-section-row .r-section-column-2 .nt-section-light-theme {
  height: 315px!important;
  position: relative;
}
body .r-section-row .r-section-column-3 {
  width: 30%!important;
  margin-right: 3%;
  float: left;
}
body .r-section-row .r-section-column-3 .nt-section-light-theme {
  height: 315px!important;
  position: relative;
}
body .r-section-row .r-section-column-4 {
  width: 30%!important;
  margin-right: 3%;
  float: left;
}
body .r-section-row .r-section-column-4 .nt-section-light-theme {
  height: 230px!important;
  position: relative;
}
body .r-section-row .r-section-column-last {
  margin-right: 0;
}
body .r-section-row .r-section-print-btn {
  position: absolute;
  right: 15px;
  bottom: 12px;
}
body .nt-courier-reprot-wrap .nt-report-header {
  margin: 0 0 20px;
}
body .nt-courier-reprot-wrap .nt-report-table tr td,
body .nt-courier-reprot-wrap .nt-report-table tr th {
  padding: 5px;
}
body .iv_era_report_window {
  font-family: "courier new", arial, sans-serif !important;
}
body .iv_era_report_window .x-column-header,
body .iv_era_report_window .x-grid-row .x-grid-cell {
  font-family: "courier new", arial, sans-serif !important;
}
body .iv_era_report_window .x-column-header-text {
  font-weight: normal;
}
body .iv-era-report-wrap {
  line-height: 18px;
}
body .iv-payee-header {
  padding-bottom: 30px;
}
body .iv-solid-border-bottom {
  border-bottom: 2px solid #666;
}
body .iv-dotted-border-bottom {
  border-bottom: 1px dotted #666;
}
body .iv-dotted-border-bottom-inner .x-column-header-inner .x-column-header-text {
  border-bottom: 1px dotted #666!important;
}
body .iv-label-left {
  width: 150px;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}
body .iv-label-right {
  text-align: right;
  display: inline-block;
  width: 160px;
}
body .iv-label-right-wrap .iv-label-left {
  width: 250px;
}
body .era-service-reports-grid-wrap {
  min-height: 100px;
}
body .era-service-reports-grid-wrap .x-grid-row-selected .x-grid-cell,
body .era-service-reports-grid-wrap .x-grid-row-selected .x-grid-rowwrap-div,
body .era-service-reports-grid-wrap .x-grid-row-focused .x-grid-cell,
body .era-service-reports-grid-wrap .x-grid-body {
  border: none!important;
}
body .iv-service-charge-table tr > th span {
  display: inline-block;
  border-bottom: 1px dotted #666!important;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
body .bi-fields {
  width: 20%!important;
}
body .bi-fields .x-form-item-body {
  width: 100%!important;
}
body .bi-fields .x-form-field {
  width: 97%!important;
}
/* Landing Page Layout */
body .aspire-section {
  padding: 0 !important;
}
body .aspire-section .section-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #7B7B7B;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}
body .aspire-section .section-content {
  padding: 10px;
}
body .aspire-section .section-content ul {
  margin-left: 20px;
}
body .aspire-section .section-content ul li {
  list-style: disc;
  line-height: 22px;
}
body .aspire-section .section-content ul li a {
  text-decoration: none;
}
body .aspire-section .section-content ul li a:hover {
  text-decoration: underline;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
/* Print Layout */
body #print_patient_contactinfo_header {
  position: absolute;
  top: 3px;
  color: #FFF;
}
body #container_print_content {
  padding: 10px 0;
}
body #patient_info,
body #clone_patient_info {
  margin-bottom: 5px;
}
body #patient_info .normal-text-top,
body #clone_patient_info .normal-text-top {
  font-size: 14px;
}
body .nt-left-margin {
  padding-left: 15px;
}
body .nt-print-block-title {
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-weight: normal;
}
body .section-list-wrap {
  list-style: none;
  line-height: 18px;
}
body .section-list-wrap li {
  list-style: none;
  margin-bottom: 15px;
}
body .margin-top-0 {
  margin-top: 0 !important;
}
/* Style for Print Media */
@media print {
  body table thead {
    display: table-row-group;
  }
  body #print_patient_contactinfo_header {
    margin-left: 10px;
    left: 10px;
    top: 2px;
    padding-left: 0;
    position: absolute;
    text-indent: 0;
  }
  body .calender-container .date {
    width: 18%!important;
    float: none;
    padding-right: 1%;
  }
  body .calender-container .description {
    float: none;
    width: auto;
  }
  body .accounts-page-break {
    page-break-after: always;
  }
  body #print_appointments_list_header {
    text-indent: 15px;
  }
  body #container_print_content.remove-padding-top {
    padding-top: 0!important;
    background: red;
  }
  body #container_print_content .artisan-statement-header-section {
    padding-top: 10px;
  }
}
/* For Aspire Muut Forum */
body .m-meta,
body a.m-time,
body .m-cat a:hover,
body .m-cat,
body .m-cat a {
  color: #585858;
  font-weight: normal;
  font-size: 11px;
}
body .m-expanded .m-title,
body .m-title a,
body .m-title {
  color: #080190;
  font-weight: normal;
  font-size: 12px;
}
body .m-header,
body .m-sidebar,
body .muut-messaging.m-loaded {
  display: none!important;
}
body .m-wrap #moot-logo,
body div.muut .m-wrap #moot-logo {
  display: none!important;
  padding: 0;
  margin: 0;
}
body .m-wrap #moot-logo a,
body div.muut .m-wrap #moot-logo a {
  display: none!important;
}
body .m-wrap {
  width: 535px;
  padding: 0;
}
body .m-page {
  width: 100%;
}
body .m-seed {
  margin-bottom: 15px;
}
body .m-collapse-all {
  margin-top: 0;
}
body .m-page {
  margin-top: 0;
}
/* Style for update test results */
body #patient_interaction {
  position: initial!important;
}
body #donor_patient_interaction {
  position: initial!important;
}
body .emdeon-lab-record td div {
  color: #0fa189 !important;
}
body .emdeon_close_btn_hide {
  display: none;
}
body .embryo_et,
body .embryo_et div {
  color: #080190;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
body .emdeon_et,
body .emdeon_et div {
  color: #080190;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
}
body .schedule-type-fet {
  cursor: pointer;
}
body .schedule-type-fet.nt_green_text {
  color: #0fa189 !important;
}
body .schedule-type-fet.nt_green_text:hover {
  color: #148272 !important;
}
body .schedule-type-fet.sart-report-link {
  color: #080190 !important;
}
body .schedule-type-fet.sart-report-link:hover {
  text-decoration: underline;
}
div.x-highlighted-item {
  color: red !important;
  display: none;
}
.non_active_users {
  color: red !important;
}
.disply-outer-container_fet {
  border-radius: 10px 10px 10px 10px;
  float: left;
  width: 85%;
  clear: both;
  font-weight: normal;
  padding: 10px;
}
#donor_info_display {
  width: 100%!important;
}
#donor_info_display .dnr-pofile-img {
  display: block;
  float: right;
  position: absolute;
  right: 0;
  width: auto;
  height: 180px;
  overflow: scroll;
}
#donor_info_display .dnr-pofile-img img {
  display: block;
  float: right;
  width: 145px;
  border: 1px solid #333;
}
/* Style for update test results */
body .thumb-section-wrap {
  width: 100%;
  height: 100%;
}
body .thumb-div {
  margin: 5px;
  width: 200px;
  height: 180px;
  overflow: hidden;
  float: left;
  position: relative;
  border: 1px solid #000;
}
body .thumb-div .inner-thumb-div {
  overflow: hidden;
  height: 190px;
}
body .thumb-div-last {
  float: right;
}
body .thumb-div-separator {
  float: none;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media print {
  body body .thumb-div-separator {
    display: none;
  }
}
body .thumb-not-found {
  padding: 10%;
  text-align: center;
  color: #F00;
  font-weight: bold;
}
body .thumb-img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
body .thumb-footer-section {
  background: #C0C0C0;
  color: #000;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 0;
  padding: 6px;
}
body #emr_setup_tile_popup {
  background: url('../images/loader.gif') no-repeat center center;
}
body #hidden_iframe_container,
body #pdf_hidden_iframe_id {
  height: 700px!important;
  width: 980px!important;
}
body #view_invoice_grid {
  width: 950px!important;
}
body .emdeon-statement-header-section {
  height: 310px;
}
body .emdeon-statement-header-section .statement-clinic-address {
  font-size: 13px;
}
body .emdeon-statement-header-section .payment-img {
  font-size: 9px;
  line-height: 10px;
  position: relative;
  float: right;
  padding-right: 3px;
}
body .emdeon-statement-header-section .payment-img .statement-block {
  height: 140px;
  right: 0;
  display: block;
}
body .emdeon-statement-header-section .payment-img .payment-date {
  position: absolute;
  top: 102px;
  left: 5px;
}
body .emdeon-statement-header-section .payment-img .amount-due {
  top: 102px;
  left: 130px;
  position: absolute;
}
body .emdeon-statement-header-section .payment-img .acct-data {
  top: 102px;
  left: 250px;
  position: absolute;
}
body .emdeon-statement-header-section .payment-img .name {
  top: 158px;
  left: 7px;
  position: absolute;
  width: 210px;
  display: none;
}
body .artisan-statement-header-section {
  height: 200px;
}
body .emdeon-statement-label {
  overflow: hidden;
  margin-bottom: 5px;
  padding-top: 30px;
  padding-right: 3px;
}
body .emdeon-statement-label span.btn-lable {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #813E96;
  text-align: center;
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
}
body .emdeon-statement-label .txt-lable {
  color: #813E96;
  font-size: 10px;
  padding-left: 5px;
}
body .emdeon-statement-outer {
  border-top: 1px solid #813E96;
  overflow: hidden;
  padding: 10px;
  margin: 5px;
}
body #digital_password_login,
body #patient_app_message,
body #agreement_popup {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #CCC;
  -moz-box-shadow: 0px 0px 20px #CCC;
  box-shadow: 0px 0px 20px #CCC;
  border: 1px solid #ccc;
  margin: 0 auto;
}
body .dnr-info-text {
  color: #000 !important;
  font-weight: normal;
}
body #tabpanel_embryo_cryostore_wrap .x-tab {
  left: 3px!important;
}
body #tabpanel_embryo_cryostore_wrap .x-tab span.x-tab-inner {
  background: url('../images/toggle-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block !important;
  padding-left: 20px;
}
body #tabpanel_embryo_cryostore_wrap .x-tab-active {
  display: none;
}
body.progress-note-patient-info-body .x-tab-bar .x-tab-bar-body .x-tab {
  height: 30px!important;
}
body.progress-note-patient-info-body .x-tab-bar-top .x-tab-bar-strip {
  border: none!important;
  background: none!important;
}
body.progress-note-patient-info-body .x-tab-default-top button,
body.progress-note-patient-info-body .x-tab-default-top .x-tab-inner {
  display: block;
  height: 22px;
  line-height: 19px;
}
/*  Custom radio button for follicle */
body .nt-btn-bg-none {
  background: none!important;
  border: none!important;
  background-color: transparent!important;
  color: #080190 !important;
  padding: 0!important;
  font-weight: bold!important;
}
body .nt-btn-bg-none:hover,
body .nt-btn-bg-none:focus {
  background: none!important;
  border: none!important;
  background-color: transparent!important;
  color: #333!important;
}
body .nt-btn-disable {
  color: #949494 !important;
}
body .nt-btn-disable:hover,
body .nt-btn-disable:focus {
  color: #949494 !important;
}
body .nt-custom-radio .x-form-radio {
  background-image: url(../images/nt-custom-radio.png) !important;
  width: 27px;
  height: 27px;
  border-right: 1px solid #ADB0AB;
}
body .nt-custom-radio .x-form-radio:focus,
body .nt-custom-radio.x-form-cb-checked .x-form-radio {
  background-position: 0 -37px;
  border: 1px solid white;
}
body .nt-custom-radio-display .x-form-radio {
  display: none;
  margin-bottom: 7px;
}
body #follicle_xlabel {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
body .lab-test-search {
  width: 25%!important;
}
body .lab-test-search .x-form-item-body {
  width: 290px!important;
}
body .lab-test-search input.x-form-text {
  width: 270px!important;
}
body .payment-edit-delete-icon img {
  visibility: hidden!important;
}
body .report-section-wrap {
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-bottom: 2px dotted #696767;
}
body .ntjq-thumbwrap {
  display: block;
  height: 155px;
  overflow: hidden;
}
body .ntjq-thumbwrap img {
  width: 100%;
}
body .nt-jq-file-download-link {
  padding-top: 50px;
  display: inline-block;
}
body .nt_doc_journal_viewer_uploader .ntjq-uploader-wrap {
  height: 500px;
  width: 750px;
  margin: 0 auto;
}
body .nt_doc_journal_viewer_uploader .ntjq-uploader-wrap .ntjq-select-file {
  min-height: 230px;
  display: block;
}
body .nt_doc_journal_viewer_uploader .ntjq-uploader-wrap .ntjq-thumbwrap {
  height: 450px;
  overflow: hidden;
}
body .nt_doc_journal_viewer_uploader .ntjq-uploader-wrap .ntjq-thumbwrap iframe {
  width: 100%;
  height: 100%;
}
body .nt_doc_journal_viewer_uploader .ntjq-uploader-wrap .ntjq-thumbwrap img {
  width: auto;
  height: 100%;
}
body .nt-journal-lib-render img {
  width: auto;
}
body .nt-journal-lib-render iframe {
  height: 420px;
  width: 100%;
}
/* Art Analytics Report style */
body #aa_filter_cycle_info {
  border: none!important;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
}
body .ar-section {
  border: 1px solid #05A796;
  margin: 10px 10px 30px 10px;
  padding: 20px;
  -webkit-box-shadow: 0 0px 5px #B4E8E3;
  -moz-box-shadow: 0 0px 5px #B4E8E3;
  box-shadow: 0 0px 5px #B4E8E3;
}
body .ar-section.c-table-border-none .nt-table > thead > tr > th,
body .ar-section.c-table-border-none .nt-table > tbody > tr > th,
body .ar-section.c-table-border-none .nt-table > tfoot > tr > th,
body .ar-section.c-table-border-none .nt-table > thead > tr > td,
body .ar-section.c-table-border-none .nt-table > tbody > tr > td,
body .ar-section.c-table-border-none .nt-table > tfoot > tr > td {
  border: none;
}
body .aa-section-label {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #05A796 !important;
  border-top: none!important;
  color: #05A796;
  font-weight: bold;
}
body .aa-total {
  padding: 0 8px;
  line-height: 1.42857143;
}
body .aa-total span {
  display: block;
  float: left;
  width: 70px;
}
body .aa-total span.number {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-top: -8px;
  float: left;
  margin-left: 2px;
  color: #05A796;
}
body #art_analyticals_form .x-panel-body-default {
  background: transparent;
}
body .art-analytics-result-section .x-tab-bar-strip-default-horizontal {
  display: none;
}
body .art-analytics-result-section .nt_tab_content_wrap .x-tab-bar .x-tab-bar-body {
  margin-bottom: -2px;
}
body .ar-not-result {
  background: #fcf8e3;
}
body .ar-not-result .nt-alert {
  margin: 0;
}
body .fields_disable {
  pointer-events: none;
}
body #template-order-grid-body table.x-grid-table .x-grid-cell-inner {
  height: 22px;
}
body #template-order-grid-body .grid_cell_et,
body #template-order-grid-body .grid_cell_et div {
  color: black;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
body #template-order-grid-body .grid_cell_et_desc,
body #template-order-grid-body .grid_cell_et_desc div {
  color: black;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
body #order-routine-items-grid-body table.x-grid-table .x-grid-cell-inner {
  height: 20px;
}
body .order_print {
  font-size: 13px;
  font-weight: normal!important;
  color: #231E1E;
  text-decoration: none;
  padding: 0 0 0px 25px;
  background: url(../images/printer-icon.png) no-repeat left center;
}
body .order_print a {
  color: black !important;
  text-decoration: none;
}
body .accpet_agreement {
  background: #949494 !important;
  pointer-events: none;
}
body .accpet_agreement:hover {
  background: #808080 !important;
  pointer-events: none;
}
body .hidden_message_container {
  background: white!important;
  border: none!important;
  pointer-events: none;
}
body table tr.new-row td {
  padding-top: 15px !important;
}
body #check_privacy_screen_lock-body {
  border: none !important;
}
body .emdeon-login {
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 25px;
}
body .hide-close .x-tool-default {
  display: none !important;
}
body .message-window-class .x-window-body-default {
  border-color: #bcb1b0;
  border-width: 1px;
  background: white;
  color: black;
}
body .nt-btn-v3 {
  color: #fff;
  background-color: #813E97;
  border-color: #863D9E;
  background-image: none;
  font: 300 12px/16px helvetica, arial, verdana, sans-serif;
}
body .nt-btn-v3:hover,
body .nt-btn-v3:focus,
body .nt-btn-v3:active {
  color: #fff;
  background-image: none;
  background-color: #812A9E;
  border-color: #863D9E;
}
body .print-purple-bg {
  background: #813E96;
  padding: 6px 8px;
  color: #fff;
}
body .print-purple-bg label {
  padding-left: 0px !important;
}
body #claim-1500-frm-wrap {
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
  color: #ED1C24;
  font-size: 10px;
}
body #claim-1500-frm-wrap .content-tag-line-left {
  width: 15px;
  font-size: 14px;
}
body #claim-1500-frm-wrap .content-tag-line-right {
  width: 15px;
}
body #claim-1500-frm-wrap .content-column {
  width: 1040px;
}
body #claim-1500-frm-wrap .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}
body #claim-1500-frm-wrap .f-red {
  color: #ED1C24;
}
body #claim-1500-frm-wrap .f-result {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-family: "courier new", arial, sans-serif !important;
  text-transform: uppercase;
}
body #claim-1500-frm-wrap .f-italic {
  font-style: italic;
}
body #claim-1500-frm-wrap .l-border {
  border-bottom: 1px solid #ED1C24;
  border-left: 1px solid #ED1C24;
}
body #claim-1500-frm-wrap .c-row {
  padding: 3px;
}
body #claim-1500-frm-wrap .h-30 {
  height: 30px;
}
body #claim-1500-frm-wrap .h-20 {
  height: 20px;
}
body #claim-1500-frm-wrap .h-40 {
  height: 40px;
}
body #claim-1500-frm-wrap .h-50 {
  height: 50px;
}
body #claim-1500-frm-wrap .h-60 {
  height: 60px;
}
body #claim-1500-frm-wrap .pl-4 {
  padding-left: 4px;
}
body #claim-1500-frm-wrap .pl-5 {
  padding-left: 5px;
}
body #claim-1500-frm-wrap .pl-7 {
  padding-left: 7px;
}
body #claim-1500-frm-wrap .pl-10 {
  padding-left: 10px;
}
body #claim-1500-frm-wrap .pl-20 {
  padding-left: 20px;
}
body #claim-1500-frm-wrap .pl-30 {
  padding-left: 30px;
}
body #claim-1500-frm-wrap .pl-35 {
  padding-left: 35px;
}
body #claim-1500-frm-wrap .pl-40 {
  padding-left: 40px;
}
body #claim-1500-frm-wrap .pl-50 {
  padding-left: 50px;
}
body #claim-1500-frm-wrap .mt-2 {
  margin-top: 2px;
}
body #claim-1500-frm-wrap .mt-4 {
  margin-top: 4px;
}
body #claim-1500-frm-wrap .mt-5 {
  margin-top: 5px;
}
body #claim-1500-frm-wrap .mb-2 {
  margin-bottom: 2px;
}
body #claim-1500-frm-wrap .mb-4 {
  margin-bottom: 4px;
}
body #claim-1500-frm-wrap .mb-5 {
  margin-bottom: 5px;
}
body #claim-1500-frm-wrap .border-right-none {
  border-right: none;
}
body #claim-1500-frm-wrap .border-left-none {
  border-left: none;
}
body #claim-1500-frm-wrap .border-top-none {
  border-top: none;
}
body #claim-1500-frm-wrap .border-bottom-none {
  border-bottom: none;
}
body #claim-1500-frm-wrap .v-top {
  vertical-align: top;
}
body #claim-1500-frm-wrap .v-middle {
  vertical-align: middle;
}
body #claim-1500-frm-wrap .v-bottom {
  vertical-align: bottom;
}
body .square-box {
  border: 2px solid #ED1C24;
  display: inline-block;
  text-align: center;
  padding: 1px;
  width: 22px;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
}
body .h-square-box {
  border: 1px solid #ED1C24;
  border-top: none;
  width: 36px;
  height: 10px;
  line-height: 10px;
  padding: 1px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
body .content-column {
  overflow: hidden;
}
body .content-column .header-info {
  overflow: hidden;
}
body .content-column .header-info .title {
  font-size: 20px;
  margin-bottom: 5px;
}
body .content-column .header-info .desc {
  font-size: 12px;
  margin-bottom: 10px;
}
body .content-column .header-info .square-box {
  border: 1px solid #ED1C24;
  padding: 8px 6px;
  width: auto;
  height: auto;
}
body .content-column .header-info .header-label table tr td {
  vertical-align: top;
}
body .content-column .main-content {
  margin-top: -2px;
  border: 1px solid #ED1C24;
  border-top: 2px solid #ED1C24;
  border-bottom: 2px solid #ED1C24;
  overflow: hidden;
}
body .content-column .main-content .c-row {
  padding: 3px;
}
body .content-column .main-content .c-row-1 {
  border-bottom: 1px solid #ED1C24;
}
body .content-column .main-content .content-left-clm {
  width: 644px;
  border-right: 1px solid #ED1C24;
}
body .content-column .main-content .content-right-clm {
  width: 393px;
}
body .content-column .main-content .content-left-clm-inner {
  width: 370px;
  border-right: 1px solid #ED1C24;
}
body .content-column .main-content .content-right-clm-inner {
  width: 273px;
}
body .content-column .main-content .left-column-2 {
  width: 334px;
  border-right: 1px solid #ED1C24;
  float: left;
  height: 42px;
  padding: 2px;
}
body .content-column .main-content .right-column-2 {
  width: 286px;
  float: right;
  height: 42px;
  padding: 2px;
}
body .content-column .main-content .main-bottom-table table tr td {
  vertical-align: middle;
}
body .content-column .main-content .footer-info {
  font-size: 12px;
}
body .nt-claim-1500-print-btn {
  margin: 10px;
}
@media print {
  body .content-tag-line-right,
  body .nt-claim-1500-print-btn {
    display: none;
  }
  body #claim-1500-frm-wrap {
    background-color: #FFF!important;
    padding-top: 60px;
    color: #FFF!important;
  }
  body #claim-1500-frm-wrap * {
    border-color: #FFF!important;
    background-color: #FFF!important;
    background: transparent!important;
    -webkit-print-color-adjust: exact;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body #claim-1500-frm-wrap .pm-hide {
    display: none!important;
  }
  body #claim-1500-frm-wrap .content-column .main-content .content-right-clm {
    width: 383px;
    padding-left: 10px;
  }
  body #claim-1500-frm-wrap .pm-margin-top--70 {
    margin-top: -70px !important;
  }
  body #claim-1500-frm-wrap .pm-margin-left--7 {
    margin-left: -7px !important;
  }
  body #claim-1500-frm-wrap .pm-margin-left--4 {
    margin-left: -4px !important;
  }
  body #claim-1500-frm-wrap .pm-margin-left--10 {
    margin-left: -12px !important;
  }
  body #claim-1500-frm-wrap .pm-margin-top--2 {
    margin-top: -2px !important;
  }
  body #claim-1500-frm-wrap .pm-margin-top--4 {
    margin-top: -4px !important;
  }
  body #claim-1500-frm-wrap .pm-margin-top--8 {
    margin-top: -8px !important;
  }
  body #claim-1500-frm-wrap .pm-height-15 {
    height: 15px;
  }
  body #claim-1500-frm-wrap .pm-top-4 {
    padding-top: 4px;
  }
  body #claim-1500-frm-wrap .pm-top-5 {
    padding-top: 5px;
  }
  body #claim-1500-frm-wrap .pm-top-7 {
    padding-top: 7px;
  }
  body #claim-1500-frm-wrap .pm-top-8 {
    padding-top: 8px;
  }
  body #claim-1500-frm-wrap .pm-top-10 {
    padding-top: 10px;
  }
  body #claim-1500-frm-wrap .pm-top-12 {
    padding-top: 12px;
  }
  body #claim-1500-frm-wrap .pm-top-15 {
    padding-top: 15px;
  }
  body #claim-1500-frm-wrap .pm-top-20 {
    padding-top: 20px;
  }
  body #claim-1500-frm-wrap .pm-mleft--5 {
    padding-left: 5px;
  }
  body #claim-1500-frm-wrap .pm-mtops--7 {
    display: inline-block !important;
    margin-top: -7px !important;
  }
  body #claim-1500-frm-wrap .insurance-header .f-result {
    padding-left: 2px;
    padding-top: 6px;
    display: inline-block;
  }
  body #claim-1500-frm-wrap .content-left-clm-inner {
    padding-left: 10px;
    width: 360px;
  }
  body #claim-1500-frm-wrap .is-patient-condition .f-result {
    padding-top: 3px;
  }
  body #claim-1500-frm-wrap .is-patient-condition .pm-mleft {
    margin-left: -2px;
  }
  body #claim-1500-frm-wrap .pm-mleft---4 {
    margin-left: -4px;
  }
  body #claim-1500-frm-wrap .mpleft-5-p {
    margin-left: 10px!important;
  }
  body #claim-1500-frm-wrap .pm-width-18 {
    width: 18px!important;
  }
  body #claim-1500-frm-wrap .pm-pull-right {
    float: right!important;
  }
  body #claim-1500-frm-wrap .pm-width-40 {
    width: 40px!important;
  }
  body #claim-1500-frm-wrap .pm-width-200 {
    width: 200px!important;
  }
  body #claim-1500-frm-wrap .pm-width-300 {
    width: 200px!important;
  }
  body #claim-1500-frm-wrap .pm-width-145 {
    width: 145px!important;
  }
  body #claim-1500-frm-wrap .pm-width-290 {
    width: 290px!important;
  }
  body #claim-1500-frm-wrap .pm-mleft--10 {
    padding-left: 10px!important;
  }
  body #claim-1500-frm-wrap .footer-top-section {
    padding-top: 0px;
  }
  body #claim-1500-frm-wrap .content-tag-line-right {
    visibility: hidden;
  }
  body #claim-1500-frm-wrap .f-red {
    color: #FFF!important;
  }
  body .npi-water-mark {
    visibility: hidden;
  }
}
/* Responsive style */
@media all and (min-width: 1281px) {
  body .outer-container,
  body .form-wrapper,
  body .outer-wrapper {
    width: 99%;
  }
  body .nt-content-wrapper {
    width: 100%!important;
  }
}

body  #page_bottom_footer {
  font-size: 12px;
  padding: 5px 0;
  background: #FFF;
  text-align: center;
  /*position: absolute;*/
  vertical-align: bottom;
    /*bottom: 3px;*/
}

body .nt-position-abs .nt-close-modal-header {
  position: absolute;
}
body .nt-loading-window-img {
  background-image: url(../images/loading.gif);
}

body .nt-custom-modal-header-for-close-event .x-tool {
  display: none;
}
body .nt-close-modal-header {
  background: #f5f5f5;
  padding: 12px 15px;
  /*position: fixed;*/
  height: 40px;
  z-index: 999;
  cursor: move;
}

body .x-panel-header-default .x-tool-img {
  background-color: transparent;
}

body #patient_details .x-tool-img {
  display: none!important;
}

.nt-custom-panel-lab-notes .x-panel-header .x-tool .x-tool-img {
  background-position: 0px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.nt-custom-panel-lab-notes .x-panel-header .x-tool .x-tool-img.x-tool-expand-bottom {
  background-image: url(../v3/www/images/arrow-down-white.png);
}
.nt-custom-panel-lab-notes .x-panel-header .x-tool .x-tool-img.x-tool-collapse-top {
  background-image: url(../v3/www/images/arrow-up-white.png);
}
body .nt-close-modal-header .x-tool-img {
  background-repeat: no-repeat;
  text-indent: -99999em;
  cursor: pointer;
}

body .nt-close-modal-header .nt-modal-title {
  font-size: 16px;
}

body .x-tool-img, body .x-form-invalid-icon-default {
  background-size: 100% auto;
}

.x-tool-img {
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-image: url(../v3/www/build/classic/theme-crisp/resources/images/tools/tool-sprites.png);
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
video.bkg {
    background: black url("https://sg.artisancw.com/images/loader.gif") no-repeat center;
}

body video {
    width: 100%;
    height: 100%;
}
.nt-title {
  text-transform: capitalize;
  font-weight: bold;
}
.x-btn, .x-btn.x-btn-menu-active, .x-btn.x-btn-pressed, .x-btn.x-btn-menu-active.x-btn-default-small, .x-btn.x-btn-pressed.x-btn-default-small .x-btn.x-btn-menu-active.x-btn-default-small, .x-btn.x-btn-pressed.x-btn-default-small .x-btn.x-btn-menu-active.x-btn-default-small, .x-btn.x-btn-pressed.x-btn-default-small, .x-btn.x-btn-pressed, .x-btn.x-btn-focus.x-btn-pressed, .x-btn.x-btn-focus, .x-btn.x-btn-over{
  background-color: #f8f8f8;
  border-color: #bbbbbb;
}

/**
 * Sandip [11/27/2020]
 * Adding new css for stock text popup
 */

 body .stock-text-details .section-table {
  border: none;
  background: #f8f8f8;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
body .stock-text-details .section-table tr td {
  padding: 5px 10px;
  border: 1px solid #d1d3d4;
  vertical-align: middle;
}
body .stock-text-details .section-table tr td table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
body .stock-text-details .section-table tr td table tr td {
  vertical-align: middle;
  border: none;
  padding: 0;
}
body .stock-text-details .section-table tr td:first-child {
  border-top: none;
}
body .stock-text-details .section-table a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
body .stock-text-details .section-table .play-icon {
  vertical-align: middle;
  text-align: right;
  float: right;
}
body .stock-text-details .section-table .play-icon img {
  width: 20px;
}
body .stock-text-details-top table {
  border: none;
  background: #ffffff;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
body .stock-text-details-top table tr td {
  padding: 8px 10px;
  border: 1px solid #d1d3d4;
  text-align: center;
  vertical-align: middle;
}
.nt-gray-btn-chrome,
.nt-gray-btn-chrome:link {
  text-decoration: none;
  color: #ffffff;
  padding: 2px 12px;
  border-radius: 5px;
  border-color: #dedede;
  background-color: #939393;
}
.nt-gray-btn-chrome:hover,
.nt-gray-btn-chrome:link:hover,
.nt-gray-btn-chrome:focus,
.nt-gray-btn-chrome:link:focus {
  color: #ffffff;
  border-color: #dedede;
  background-image: none;
  background-color: #847f7f;
}
.nt-gray-btn,
.nt-gray-btn:link {
  text-decoration: none;
  padding: 2px 12px;
  border-radius: 5px;
  border-color: #dedede;
}
.nt-gray-btn:hover,
.nt-gray-btn:link:hover,
.nt-gray-btn:focus,
.nt-gray-btn:link:focus {
  color: #ffffff;
  border-color: #dedede;
  background-image: none;
  background-color: #847f7f;
}
.nt-btn,
.nt-btn:link {
  text-decoration: none;
  padding: 2px 12px;
  border-radius: 5px;
  border-color: #dedede;
}
.nt-btn:hover,
.nt-btn:link:hover,
.nt-btn:focus,
.nt-btn:link:focus {
  color: #ffffff;
  border-color: #dedede;
  background-image: none;
  background-color: #b942c3;
}
.nt-textarea.hide-microphone-cls .trigger-microphone-icon,
.nt-textfield.hide-microphone-cls .trigger-microphone-icon {
  display: none;
}
.nt-textarea.hide-no-microphone-cls .trigger-no-microphone-icon,
.nt-textfield.hide-no-microphone-cls .trigger-no-microphone-icon {
  display: none;
}

/* Sushree [19/03/2024] added style */
.table-bordered {
  border-collapse: collapse;
  width: 100%;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
}

.fa-malaysian-currency::before {
  content: "RM";
  font-weight: 600;
}

.fa-singapore-currency::before {
  content: "S$";
  font-weight: 600;
}

.fa-philippine-currency::before {
  content: "\20B1";  /* Unicode for ₱ */
  font-weight: 600;
}
/* Nikhil[04-04-2024]  Added the bold tag property*/
b, strong {
	font-weight: bold;
}