header.main-header {
  width: 100%;
  height: 60px;
  background-color: #333;
}
.border-square-red {
  border: 1px solid #c63927;
}
.text-bold {
  font-weight: bold;
}
.margin-bottom-none {
  margin-bottom: 0px !important;
}
.accumulation-total th {
  padding: 5px !important;
  padding-right: 6px !important;
  text-align: right !important;
}
.login-container {
  padding: 20px;
}

.login-form-container {
  width: 29.5%;
  margin-left: 35.5%;
  border: 1px solid #333;
  padding: 2%;
}

.btn.btn-success {
  background-color: #444;
  color: #fff;
  padding: 5px 8px;
  border: 1px solid #111;
  border-radius: 3px;
}

.app-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../images/pre-loader.gif");
  z-index: 9999999;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-confirm-box.opacity {
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.5);
}

.ui-confirm-box.inner {
  width: 90%;
  max-width: 480px;
  height: auto;
  margin: auto;
  background-color: #fff;
  border: solid 0px rgba(0, 0, 0, 0.4);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 80px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.ui-confirm-box.header {
  border-bottom: 1px solid #eee;
  padding: 12px;
  font-size: 20px;
  color: #ffffff;
  background: rgba(209, 21, 24, 0.8);
  border-radius: 5px 5px 0 0;
}

.ui-confirm-box.body {
  padding: 12px;
  min-height: 50px;
  color: #666;
}

.ui-confirm-box.footer {
  padding: 10px;
  border-top: 1px solid #eee;
  background-color: #fafafa;
  border-radius: 0 0 5px 5px;
}

.ui-confirm-box.btn-content {
  float: right;
}

.ui-confirm-box.btn-content button:last-child {
  background-color: #878686;
  color: #fff;
  border: 1px solid #878686;
}

.ui-confirm-box.btn-content button {
  margin-left: 5px;
  background-color: #9cd349;
  border: 1px solid #9cd349;
  color: #ffffff;
}

.form-group span.btn.btn-default.form-control.ui-select-toggle {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .navbar-nav.inner-menu-ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1001px) {
  .page-header .page-header-menu .rt-menuSp .hor-menu .navbar-nav > li > a {
    padding: 16px 8px 15px 8px;
  }
}

@media only screen and (min-width: 1002px) {
  .page-header .page-header-menu .rt-menuSp .hor-menu .navbar-nav > li > a {
    padding: 16px 10px 15px 10px;
  }
}

.glyphicon.glyphicon-calendar:before {
  content: "";
}

.glyphicon.glyphicon-calendar {
  background-image: url("../images/calendar-128.png");
  width: 20px;
  height: 14px;
  background-size: cover;
}

.notes-categories ul,
.notes-categories ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.notes-categories ul li a {
  width: 100%;
}

.intake-sheet label.control-label {
  text-align: left;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-header.navbar .page-logo.sub-nav-bar {
  width: auto;
}

.sub-nav-bar .nav > li > a.active {
  text-decoration: none;
  background-color: #eee;
}

section.alert-box {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 20%;
  z-index: 999999;
  text-align: center;
  display: none;
}

section.alert-box.activeAlertBox {
  display: block;
}

.loginLogoSec {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}

.loginLogoSec img {
  max-height: 120px;
}

.login-form-container h2 {
  margin: 0 0 20px 0;
}

.login-form-container .form-control {
  margin: 0 0 15px 0;
  height: 40px;
}

.login-form-container .btn {
  padding: 8px 20px;
}

.loginBodyBg {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/wallstreet.jpg") center center no-repeat;
  background-size: cover;
}

.loginBodyBg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.login-container {
  position: relative;
  z-index: 10;
}

.login-form-container {
  background: #fff;
}

.logo-wrapper {
  float: left;
  padding-right: 10px;
}

.logo-wrapper a img {
  height: 70px;
  margin-top: 6px;
}

.page-header .page-header-menu {
  background-color: #eee !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.84);
}

.page-header-menu.huge.ng-scope {
  border-bottom: 1px solid #ccc;
}

.physicians input {
  width: 25% !important;
  display: inline-block;
  float: left;
}

.autocompletedemoCustomTemplate .autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}

.autocompletedemoCustomTemplate .autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}

.autocompletedemoCustomTemplate .autocomplete-custom-template .item-title,
.autocompletedemoCustomTemplate .autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}

.autocompletedemoCustomTemplate
  .autocomplete-custom-template
  .item-title
  md-icon {
  height: 18px;
  width: 18px;
}

.physicians .form-group > div .layout-column md-autocomplete.ng-isolate-scope {
  min-width: 100% !important;
}

.physicians .form-group > .padding-mod .col-md-3.col-xs-6 {
  padding: 0 5px;
}

.physicians .form-group > .padding-mod {
  padding: 0 15px;
}

.md-whiteframe-1dp,
.md-whiteframe-z1 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 0;
  height: 34px;
}

md-autocomplete input:not(.md-input) {
  height: auto !important;
}

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

.width-0 {
  min-width: 0;
}
.prescriptions-detail .ui-select-choices {
  max-width: 320px !important;
  min-width: 199px !important;
  width: 300px !important;
}

.prescriptions-detail .ui-select-bootstrap .ui-select-choices-row > a {
  white-space: normal;
}

.prescriptions-detail .ui-select-choices-group {
  max-height: 200px;
  overflow-y: auto;
}

.position-relative {
  position: relative !important;
}

.ui-select-container input {
  width: 100% !important;
}

ul > li.dropdown.dropdown-user {
  position: relative;
}

ul > li.dropdown.dropdown-user .sub-menu {
  display: none;
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #eee;
  list-style: none;
  width: auto;
  word-break: keep-all;
  margin: 0;
  padding: 5px;
  min-width: 150px;
  right: 0;
}

ul > li.dropdown.dropdown-user .sub-menu > li {
  text-align: left;
  border-bottom: 1px solid #eee;
}

ul > li.dropdown.dropdown-user .sub-menu > li a {
  padding: 8px;
  display: inline-block;
  width: 100%;
  color: #7fb0da;
}

ul > li.dropdown.dropdown-user .sub-menu > li:hover a {
  background-color: #f1f1f1;
  text-decoration: none;
}

ul > li.dropdown.dropdown-user:hover .sub-menu {
  display: block !important;
}

.margin-default {
  margin: 0 !important;
}

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

.border-default {
  border-color: transparent !important;
}

.nav.navbar-nav > li.has-submenu:hover > a {
  color: #ffffff;
  background: #444 !important;
}

.nav.navbar-nav > li .sub-menu {
  display: none;
}

.nav.navbar-nav > li:hover .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #f1f1f1;
  min-width: 150px;
  position: absolute;
}

.nav.navbar-nav > li:hover .sub-menu a {
  padding: 8px;
  display: inline-block;
  width: 100%;
  color: #7fb0da;
}

.nav.navbar-nav > li:hover .sub-menu li:hover a {
  background-color: #f1f1f1;
  text-decoration: none;
}

input.has-error {
  border-color: red;
}

input.has-error:focus {
  border-color: red;
}

.capitalize {
  text-transform: capitalize;
}

div.has-error {
  outline: 1px solid red;
}

input.readonly-view {
  border: none;
  outline: none;
  background: none;
}

div.md-virtual-repeat-scroller {
  background: #fff;
}

.th-iconSp tr th {
  padding-right: 28px !important;
  position: relative;
}

.th-iconSp tr th.numeric {
  cursor: pointer;
}

.iconSorting {
  font-style: normal;
  position: absolute;
  right: 8px;
  top: 5px;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}

.iconSorting:after {
  content: "\e150";
}

.numeric.asc .iconSorting:after {
  content: "\e155";
}

.numeric.desc .iconSorting:after {
  content: "\e156";
}

/*wizard styles start here*/

.mainWizardContainer {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.mainWizardContainer .wizardHeadContainer {
  margin: 25px 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}

.mainWizardContainer .wizardHeadContainer .wizardHeadHolder {
  margin: 0 auto;
  padding: 0;
  width: auto;
  display: table;
  float: none;
  clear: both;
}

.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: step;
}

.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li {
  margin: 0 20px 0 0;
  padding: 40px 0 0 0;
  display: inline;
  float: left;
  text-transform: uppercase;
  position: relative;
}

.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li:after {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #efefef;
  border-radius: 60px;
  margin: 0;
  z-index: 99;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}

.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li:last-child {
  margin-right: 0;
}

.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li:before {
  content: "";
  width: calc(100% + 20px);
  height: 5px;
  background: #efefef;
  display: block;
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 9;
}
.mainWizardContainer
  .wizardHeadContainer
  .wizardHeadHolder
  ul
  li:first-child:before {
  right: -10px;
  left: inherit;
  width: 50%;
}
.mainWizardContainer
  .wizardHeadContainer
  .wizardHeadHolder
  ul
  li:last-child:before {
  left: -10px;
  right: inherit;
  width: 50%;
}
.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li.active:after,
.mainWizardContainer
  .wizardHeadContainer
  .wizardHeadHolder
  ul
  li.active:before {
  background: #9cd349;
  color: white;
}
.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #333;
  cursor: not-allowed;
}
.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li a:hover {
  text-decoration: none;
}
.mainWizardContainer .wizardHeadContainer .wizardHeadHolder ul li.active a {
  color: #9cd349;
}
.mainWizardContainer .mainWizardHolder {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.mainWizardContainer .mainWizardHolder .mainWizardStepsHolder {
  margin: 0;
  padding: 0;
  width: 200%;
  float: left;
  display: block;
  padding-bottom: 100px;
}

.mainWizardContainer .mainWizardHolder .wizardStep {
  margin: 15px 0;
  padding: 15px;
  width: 50%;
  display: inline;
  float: left;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.5s;
}

.mainWizardContainer .mainWizardHolder .wizardStep.slide {
  margin-left: -51%;
}

.mainWizardContainer .mainWizardHolder .wizardStep fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  float: left;
}

.mainWizardContainer .mainWizardHolder .wizardStep fieldset h3.form-section {
  padding: 10px 15px;
  background: rgba(209, 21, 24, 0.8);
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
}

.mainWizardContainer .mainWizardTriggerHolder {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.mainWizardContainer .mainWizardTriggerHolder a {
  margin-right: 10px;
}

.mainWizardContainer .mainWizardTriggerHolder a:last-child {
  margin-right: 10px;
}

.mainWizardContainer .mainWizardTriggerHolder a.last {
  margin-right: 0px;
}

.mainWizardContainer .mainWizardHolder .wizardStep fieldset .block {
  background-color: #f9f9f9;
  margin-bottom: 2em;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background: rgba(209, 21, 24, 0.8) !important;
}

md-tabs.md-default-theme .md-tab.md-active,
md-tabs .md-tab.md-active,
md-tabs.md-default-theme .md-tab.md-active md-icon,
md-tabs .md-tab.md-active md-icon,
md-tabs.md-default-theme .md-tab.md-focused,
md-tabs .md-tab.md-focused,
md-tabs.md-default-theme .md-tab.md-focused md-icon,
md-tabs .md-tab.md-focused md-icon {
  color: rgba(209, 21, 24, 0.8) !important;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  background: rgba(209, 21, 24, 0.8) !important;
  color: rgba(209, 21, 24, 0.8) !important;
}

md-dialog .md-dialog-content {
  min-width: 100%;
}

md-dialog .md-dialog-content .address-content {
  margin: -24px;
  min-width: 768px;
}

.sendMail {
  margin: 0 0 0 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999em;
  float: left;
  display: block;
  background: url("../images/sendMail.png") center center no-repeat;
  background-size: contain;
}

md-autocomplete.md-default-theme,
md-autocomplete {
  background: none;
}

.md-whiteframe-1dp,
.md-whiteframe-z1 {
  border: 0;
  background: none;
}

md-autocomplete input:not(.md-input) {
  padding: 0 5px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.mainWizardContainer
  .mainWizardHolder
  .wizardStep
  fieldset
  .block
  .form-group
  h4 {
  float: left;
  font-weight: 500;
}

.mainWizardContainer
  .mainWizardHolder
  .wizardStep
  fieldset
  .block
  .form-group
  .btnTools {
  float: right;
}

.addressPrimarySec {
  margin: 17px 0 0 0;
}

.primaryPhysicianSec {
  border-bottom: 1px dotted #3f3f3f;
}

.primaryPhysicianSec .tBold {
  font-size: 14px;
  text-transform: uppercase;
  color: #9cd349;
}

.primaryPhysicianSec .form-group h4 {
  margin-bottom: 15px;
}

.primaryPhysicianSec .doc label {
  padding: 0px;
}

.primaryPhysicianSec .doc p {
  margin-bottom: 2px;
}

.md-dialog-content.doctorsContainer .row {
  margin: 0;
}

.md-dialog-content.doctorsContainer .row.rowStretched {
  margin: 0 -15px;
}

.md-dialog-content.doctorsContainer .row label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.md-dialog-content.doctorsContainer .row .input-group {
  margin-bottom: 15px;
}

.md-dialog-content.doctorsContainer .row .input-group input.form-control {
  height: 40px;
}

.md-dialog-content.doctorsContainer .row .input-group .input-group-btn .btn {
  height: 40px;
}

.doctorsContainer .row .col-sm-4 {
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  cursor: pointer;
  min-height: 110px;
}

.specialistDocList {
  margin-bottom: 25px;
  position: relative;
}

.doctorsContainer .row .col-sm-4:last-child {
  border-right: 0 none;
}

.md-dialog-content.doctorsContainer .row.noteRow {
  margin: 20px 0;
}

.noteRow p {
  font-size: 12px;
  color: rgba(209, 21, 24, 1);
}

.doctorsContainer .row .col-sm-4.selected {
  background: #efefef;
}

.actionTools {
  margin-top: 20px !important;
}

.doctorsContainer .row h4 {
  font-size: 15px;
  font-weight: 500;
  color: #9cd349;
}

.doctorsContainer .row p {
  margin-bottom: 2px;
}

.removePhysician {
  color: rgba(209, 21, 24, 0.8) !important;
  position: absolute;
  top: -5px;
  left: -5px;
}

.editPhysician {
  color: #9cd349 !important;
  position: absolute;
  top: 11px;
  left: -5px;
}

.primaryPhysicianSec .doc {
  position: relative;
}

.removeDoc {
  position: absolute;
  top: -3px;
  left: -3px;
  color: rgba(209, 21, 24, 0.8) !important;
}

.formSection {
  width: 25%;
  float: left;
}

.nonStretched {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.addressBlock {
  margin: 25px 0;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.addressBlock p {
  margin-bottom: 5px;
}

.addressBlock p label {
  margin: 0;
  width: auto;
  float: left;
  display: inline;
}

.addressBlock p input.form-control {
  margin: 0 0 0 15px;
  width: auto;
  float: left;
  display: inline;
  max-width: 250px;
  border-radius: 0;
  padding: 0 5px;
  height: 20px;
}

.agreementBlock .agreement {
  margin-bottom: 50px;
  line-height: 35px;
}

.agreementBlock .agreement input.form-control {
  margin: 0 10px;
  display: inline;
  border-right: 0 none;
  border-left: 0 none;
  border-top: 0 none;
  height: 20px;
  padding: 0 5px;
  width: auto;
  border-radius: 0;
}

.agreementBlock .agreement .input-group {
  margin: 0 10px;
  display: inline-flex;
  border: 0;
  border-radius: 0;
  line-height: initial;
}

.agreementBlock .agreement .input-group input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #e5e5e5;
}

.agreementBlock .agreement .input-group .input-group-btn button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #e5e5e5;
  height: 20px;
  border-right: 0 none;
}

.agreementBlock .agreement .dropdown {
  margin: 0;
  padding: 0;
  display: inline-flex;
  width: 360px;
}

.agreementBlock .agreement .dropdown .ui-select-match {
  margin: 0;
  padding: 0;
  width: 350px;
}

.agreementBlock .agreement .dropdown .ui-select-match .ui-select-toggle {
  width: 350px;
  border-radius: 0;
  height: 20px;
  padding: 0;
  margin: 0 5px;
}

.form-control.docField {
  width: auto;
  float: left;
  max-width: 200px;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  margin-bottom: 20px;
}

.formSectionInnerBody {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.formSectionInnerBody .formSectionInnerBodyHolder {
  margin: 15px 0;
  padding: 15px;
  width: 100%;
  display: inline;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.formSectionInnerBody .formSectionInnerBodyHolder fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  float: left;
}

.formSectionInnerBody .formSectionInnerBodyHolder fieldset h3.form-section {
  padding: 10px 15px;
  background: rgba(209, 21, 24, 0.8);
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
}

.formSectionInnerBody .formSectionInnerBodyHolder fieldset .block {
  background-color: #f9f9f9;
  margin-bottom: 2em;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.formSectionInnerBody .formSectionInnerBodyHolder .seperator {
  margin: 10px 0 20px;
  padding: 0;
  width: 100%;
  float: left;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.formSectionInnerBody .formSectionInnerBodyHolder .impNote {
  font-size: 12px;
  color: red;
}

.optionWider .dropdown-menu {
  min-width: 400px;
}

.optionWider .dropdown {
  max-width: 300px;
}

.optionWider .dropdown span {
  overflow: hidden;
}

/*.priscriptionTable{overflow-x: auto;}*/

.blockAddress {
  border-bottom: 1px dashed #e4e4e4;
}

.google-map-container {
  min-width: 450px;
  min-height: 250px;
}

md-dialog .md-dialog-content.phoneModalBody {
  min-width: 800px;
}

.phoneModalBody .row .col-sm-2.col-xs-12 {
  width: 20%;
}

.btnRemove {
  padding: 4px 8px;
  margin-right: 0px;
}

.drugName.ui-select-container
  .ui-select-match
  span.btn
  span.ui-select-match-text
  span {
  width: 145px;
  max-width: 145px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.ui-select-container .ui-select-match span.btn {
  margin-right: 0;
}

.ui-select-choices.ui-select-choices-content {
  width: auto;
  display: inherit;
  max-height: 100px;
  overflow-y: auto;
}

.drugName .ui-select-choices.ui-select-choices-content {
  width: auto;
  display: table;
}

.dropdown:focus,
.dropdown .ui-select-match:focus {
  outline: 0 none;
}

.cityListBox {
  margin-top: 2px;
  float: left;
  width: 100%;
}

.additionalDrug {
  margin-bottom: 20px;
}

.no-wrap {
  white-space: nowrap !important;
}

.btn-export {
  background: #ddd;
  padding: 4px 8px;
}

@media only screen and (max-width: 972px) {
  md-dialog .md-dialog-content .address-content {
    min-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  md-dialog .md-dialog-content.phoneModalBody {
    min-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .phoneModalBody .row .col-sm-2.col-xs-12 .form-group .form-control {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .phoneModalBody .row .col-sm-2.col-xs-12 {
    width: 33.3333333%;
  }
}

.border-box {
  border: 1px solid #f1f1f1;
}

.border-box.newDoc {
  padding: 0px 20px 20px 20px;
  background: #eee;
}

.border-box.newDoc .form-section {
  font-size: 20px;
}
.remove-input-styles {
  background: none !important;
  border: none !important;
  outline: none !important;
  color: red;
  font-weight: 400;
}
.text-green {
  color: #5f9c01;
}
.p-red {
  color: red;
}
.greenColor {
  color: #5f9c01;
}
.relative {
  position: relative;
}
.checkMark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  cursor: pointer;
}
.disabledInput {
  background: transparent !important;
  border: 0;
}
.sheets-tab-group,
.sheets-view-tab-group {
  width: 100%;
  margin-top: 5px;
}
.sheets-tab-group button,
.sheets-view-tab-group button {
  width: 50%;
  text-align: center;
}
.sheets-tab-group button.active,
.sheets-view-tab-group button.active {
  background: rgba(209, 21, 24, 0.8);
  color: #fff;
}
.viewTypeForm {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.viewTypeForm .control-label {
  display: inline-block;
  margin-right: 10px;
}
.viewTypeForm .form-control {
  width: 200px;
  display: inline-block;
}
.margin-right-10 {
  margin-right: 10px;
}
.btn.btn-white {
  background: #fff;
}
.display-block {
  display: block;
}

.md-dialog-container {
  z-index: 999999;
}
md-dialog.fullscreen-dialog {
  max-width: 80%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.page-content .company-box {
  display: inline-block;
  padding: 5px;
  background: #b7b7b7;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin-right: 5px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 5px;
  color: #fff;
}
.page-content .company-box .remove-company {
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 2px;
  color: red;
  font-weight: 500;
  cursor: pointer;
}
.companyTags {
  margin-top: 25px;
}

.icon-urgent {
  margin: 3px 0 0 0;
  padding: 0;
  width: 28px;
  height: 14px;
  display: inline-block;
  float: left;
  background: url(../images/urgent.svg) center center no-repeat;
  background-size: contain;
}
.icon-high {
  margin: 3px 0 0 0;
  padding: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
  background: url(../images/high.svg) center center no-repeat;
  background-size: contain;
}
.icon-medium {
  margin: 3px 0 0 0;
  padding: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
  background: url(../images/medium.svg) center center no-repeat;
  background-size: contain;
}
.icon-low {
  margin: 3px 0 0 0;
  padding: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
  background: url(../images/low.svg) center center no-repeat;
  background-size: contain;
}
.icon-message {
  margin: 3px 0 0 0;
  padding: 0;
  width: 22px;
  height: 16px;
  display: inline-block;
  float: left;
  background: url(../images/comment.svg) center center no-repeat;
  background-size: contain;
}

.stats {
  margin: 0;
  padding: 0 3px;
  float: left;
  display: inline-block;
  font-size: 13px;
  border-radius: 2px;
}

.stats.inProgress {
  border: 1px solid #f6c342;
  color: #f6c342;
}
.stats.completed {
  border: 1px solid #1d8830;
  color: #1d8830;
}
.stats.closed {
  border: 1px solid #cf453c;
  color: #cf453c;
}
.stats.todo {
  border: 1px solid #316ac5;
  color: #316ac5;
}

.supportTable tbody tr td:first-child {
  font-weight: 500;
  color: #d11518;
}
.form-group.label-space label {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  padding: 7px 0 0;
  margin-bottom: 0;
}
.table-fonts tr td {
  font-size: 12px;
}
.red-font {
  color: #d11518;
}
.allocationRecord > h3.form-section {
  margin-top: 20px;
}
a.btn-success.green {
  background-color: #8cbd41 !important;
  border-color: #8cbd41 !important;
}

.med-lead-modal [class^="col-md"],
.med-lead-modal [class^="col-sm"],
.med-lead-modal [class^="col-xs"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.st-attached-file-section a {
  margin: 1px;
}

.CP-checkbox input {
  opacity: 0;
  height: 0.1px;
  width: 0.1px;
  margin: 0;
  padding: 0;
}
.CP-checkbox label {
  padding-left: 30px !important;
  padding-right: 25px !important;
  position: relative;
}
.CP-checkbox label:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  border: 1px solid rgba(209, 21, 24, 0.8);
  vertical-align: middle;
}

.CP-checkbox label:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 4px;
  background: url(../images/check-mark-red.png) center center no-repeat;
  background-size: contain;
  display: none;
  /* border: 1px solid rgba(209, 21, 24, 0.8); */
}
.CP-checkbox.p-n-c label:after {
  top: -1px;
}
.CP-checkbox input:checked + label:after {
  display: block;
}
.CP-checkbox input:checked + label:before {
  border: 2px solid rgba(51, 51, 51, 0.59);
}
.p-and-c select.form-control {
  padding: 0 5px;
}
.p-and-c .border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.p-and-c h3.form-section {
  position: relative;
}
.p-and-c h3.form-section .btn.green {
  position: absolute;
  right: 10px;
  top: 5px;
}
.number_bullets > span {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: #d84144;
}
.number_bullets > span:after {
  content: counter(div);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 1.5em;
  transition: all 0.3s ease-out;
}
.number_bullets {
  counter-increment: div;
  padding-left: 40px;
  padding-right: 5px;
  position: relative;
}
.bulletsWrap {
  padding: 0 5px;
}
.bulletsWrap .number_bullets:nth-child(odd) {
  background: #fff;
}
.p-and-c .control-label {
  text-align: left; /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.p-and-c .row {
  margin-left: -5px;
  margin-right: -5px;
}
.p-and-c [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.p-and-c .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
.policies-list {
  padding: 0;
}
.policies-list li {
  display: inline-block;
}
.pnc-ico {
  background: url(../images/pc-icon.svg) no-repeat center;
  display: block;
  height: 20px;
  width: 15px;
  background-size: contain;
}

.medicareLead .comment-heading {
  text-align: center;
  font-weight: bold;
}

/*CUSTOM-GRID-VIEW*/
[custom-grid-view] th > span.order-able,
[custom-grid-view] th > span.order-asc,
[custom-grid-view] th > span.order-desc {
}
[custom-grid-view] th > span.order-able:before,
[custom-grid-view] th > span.order-asc:before,
[custom-grid-view] th > span.order-desc:before {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
  top: 6px;
  right: 6px;
}
[custom-grid-view] th > span.order-able:before {
  opacity: 0.2;
  content: "\e150";
}

[custom-grid-view] th > span.order-asc:before {
  content: "\e155";
}
[custom-grid-view] th > span.order-desc:before {
  content: "\e156";
}
.pagi > .pagination {
  float: right;
}
.pagi .page-info {
  float: left;
  display: block;
  line-height: 40px;
}
[data-grid-view-pagination] a.disabled {
  cursor: not-allowed;
  color: #ccc;
}
[data-grid-view-pagination] li.active a {
  cursor: not-allowed !important;
}

.searchFormHorizontal {
  margin-top: 15px;
  background: #eee;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.searchFormHorizontal .btn {
  padding-top: 4px;
  padding-bottom: 4px;
}
.searchFormHorizontal .ui-select-container {
  max-width: 100%;
  width: 200px;
  margin-bottom: 0px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}
.supportContainer
  .supportHolder
  fieldset
  .searchFormHorizontal
  label.control-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  line-height: 27px;
  padding: 0;
}
.supportContainer .supportHolder fieldset .searchFilterSp label.control-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  line-height: 27px;
  padding: 0;
}
.searchFilterSp .ui-select-container {
  max-width: 100%;
  width: 100px;
  margin-bottom: 0px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}
.searchFormHorizontal label + input.form-control {
  max-width: 100%;
  width: 200px;
  margin-bottom: 0px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}
.supportTicketSearch {
  margin-top: 30px;
}
.supportTicketSearch table.supportTable {
  margin-top: 0;
}
.file-inv-parent-size {
  position: relative;
}
.file-inv-parent-size input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0px;
  left: 0px;
  z-index: 9999999;
}
.color-red {
  color: #c63927 !important;
}
.section-card {
  border: 1px solid #e1e1e1;
  margin-top: 15px;
  margin-bottom: 20px;
}
.section-card .card-heading {
  background: #555;
  padding: 5px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  color: #f1f1f1;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.commission-total-heading {
  padding: 5px;
  background: #f1f1f1;
  color: #fff;
  margin-bottom: 10px;
}
tr.sub-row > td {
  border: 1px solid #c63927;
}

.table.expandableTable tbody > tr.main-row:hover {
  background: #eee;
}
.table.expandableTable tbody > tr.main-row.active {
  background: #eee;
}
.table.expandableTable tbody > tr.main-row.active > td:last-child:after {
  border-top: inherit;
  border-bottom: 8px solid #3d3d3d;
}
.table.expandableTable tbody > tr.main-row.active:hover > td:last-child:after {
  border-top: inherit;
  border-bottom: 8px solid #3d3d3d;
}
.table.expandableTable tbody > tr.main-row:hover > td:last-child:after {
  background: #eee;
  border-top-color: #3d3d3d;
}
.table.expandableTable tbody > tr.main-row > td {
  background: none;
}
.table.expandableTable tbody > tr.main-row {
  cursor: pointer;
}
.table.expandableTable tbody > tr.main-row > td:last-child {
  position: relative;
  padding-right: 30px;
}
.table.expandableTable tbody > tr.main-row > td:last-child:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #dedede;
}

.commission-container .form-group {
  padding: 0 15px;
  float: left;
  margin: 0;
}
.importCommisionSec {
  float: right;
  padding: 10px;
  background: #f5f5f5;
}
.policiesSec .filters-section label {
  margin: 0;
  line-height: 26px;
  padding-right: 7px;
}
.policiesSec .filters-section {
  float: right;
  margin-bottom: 1em;
}
.nav.navbar-nav > li .sub-menu li a {
  white-space: nowrap;
}
table.sortable th {
  position: relative;
}
th .with-checkbox {
  position: absolute;
  width: calc(100% - 20px);
  background: #c63927;
  height: 56px;
  top: 0;
}
table.allocation-reports th {
  vertical-align: middle !important;
}
table.allocation-reports .sorting:after,
table.allocation-reports .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 15px !important;
}
.grid-top-section > div {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.margin-left-5 {
  margin-left: 5px;
}
.graphs-accordian {
  margin-top: 20px;
}
.graphs-accordian .panel-heading {
  padding: 0;
  background: #c63927 !important;
  color: #fff !important;
}
.graphs-accordian .panel-heading * {
  color: #fff !important;
}
.graphs-accordian .panel-title a {
  display: block;
  padding: 10px;
  text-align: center;
}
.graphs-accordian .card-content .pagination li a {
  color: #c63927;
}
.graphs-accordian .card-content .pagination li.active a {
  color: #555;
}
.btn.btn-default.two-links {
  padding: 7px 35px 7px 14px;
  position: relative;
  margin-right: 5px;
}
.btn-rm {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 7px;
  background: #e17179;
  color: #fff !important;
}
.deletedAssigne {
  text-decoration: line-through;
}
.fieldRequiredSymbol {
  color: red;
}
.width-150 {
  width: 150px;
}
.width-350 {
  width: 350px;
}
.width-600 {
  width: 600px;
}
.width-200 {
  width: 200px;
}
.text-left {
  text-align: left !important;
}
.email-preview {
  height: 400px;
  background: #e1e1e1;
}
.email-newsletter label {
  margin-right: 10px;
}
.email-newsletter label.user {
  width: 138px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

table {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border-spacing: 0;
  font-size: 14px;
  -webkit-print-color-adjust: exact !important;
}

.mainTable {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.mainTable thead td {
  text-align: center;
}

.mainTable thead td h2 {
  font-size: 20px;
  margin: 5px 0 5px 0;
}

p {
  font-weight: bold;
  margin: 0;
}

p span {
  font-weight: normal;
}

.row-table table tr td {
  border-bottom: 1px solid #000;
  padding: 5px;
}

.row-table > tbody > tr > td {
  padding: 0;
}

.mainTable td h5 {
  color: #d11518;
  margin: 0;
  font-size: 18px;
  padding: 5px 0;
}

.block-table {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.block-table > tbody > tr > td {
  padding: 0;
}

.block-table table td {
  border: 1px solid #000;
  padding: 4px 10px;
  border-bottom: 0;
  border-right: 0;
}

.block-table p {
  font-weight: normal;
}

.block-table .sub-block-table td {
  border: 0;
}

.block-table .sub-block-table > tbody > tr > td {
  padding: 0;
}

.warning td {
  background-color: #fffd8c;
}

.warning p {
  font-weight: bold;
}

.warning p i + span {
  font-weight: bold;
}

.highlighted {
  border-bottom: 1px solid #000;
  border-right: 2px solid #000;
}

.highlighted td {
  border-left: 2px solid #000;
  border-top: 1px solid #000;
  padding: 5px 10px !important;
  border-bottom: 0;
  border-right: 0;
  background-color: #dfeed1;
}

p i {
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
}

p i:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

p b {
  padding-right: 15px;
  padding-left: 15px;
}

.labelForm {
  display: flex;
  align-items: center;
}

.labelForm label {
  padding-right: 10px;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 0;
}

.labelForm input,
.labelForm select {
  flex: auto;
  height: 30px;
  font-size: 14px;
  padding: 0 5px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.labelForm input:focus,
.labelForm select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}

.labelCheck {
  display: flex;
  align-items: center;
}

.labelCheck input {
  margin: 0;
  height: 15px;
  width: 15px;
}

.labelCheck label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 15px;
}
.add-bank-routung {
  margin-left: 5px;
  background-color: #0075ff;
  border-color: #0061c5;
  color: #fff !important;
}
.add-bank-routung:hover {
  margin-left: 5px;
  background-color: #0061c5;
  border-color: #00478e;
  color: #fff !important;
}
.banks-routing-modal {
  min-width: 800px !important;
}
.banks-routing-modal .bank-route-section {
  display: flex;
  justify-content: center;
}
.banks-routing-modal .bank-list {
  width: 300px;
}

.banks-routing-modal .routing-list {
  width: 400px;
  margin-left: 5px;
}
.banks-routing-modal .add-bank-fields {
  margin-top: 10px;
  display: flex;
}
.banks-routing-modal .add-bank-fields input {
  width: 85%;
}
.banks-routing-modal .add-bank-fields button {
  width: 10%;
}
.banks-routing-modal .banks-data {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 300px;
  overflow-y: auto;
  margin-top: 10px !important;
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
}

.banks-routing-modal .banks-data li {
  display: flex;
  justify-content: space-between;
}
.banks-routing-modal .banks-data li a {
  padding: 5px 10px;
  cursor: pointer;
  color: #5a5a5a;
  text-decoration: none !important;
}
.banks-routing-modal .banks-data li:nth-child(odd) {
  background: #ececec;
}
.banks-routing-modal .banks-data li:hover {
  background: #da4446;
}
.banks-routing-modal .banks-data li.active {
  background: #ff4a4c !important;
}
.banks-routing-modal .banks-data li.active a,
.banks-routing-modal .banks-data li:hover a {
  color: #fff;
}
.banks-routing-modal .banks-data li a.bank-li {
  width: 88%;
}
.banks-routing-modal .banks-data li.active a.del-li {
  background: #da3638;
}
.banks-routing-modal .banks-data li a.del-li:hover {
  background: #9c2224;
}

.banks-routing-modal h2 {
  font-size: 18px;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid #da4446;
}
#emailProviders.has-error input {
  border: 1px solid red;
}
.labelCheck .ui-select-container input {
  height: 28px !important;
}
.ihs-header-btns {
  display: flex;
}
.ihs-header-btns > div {
  width: 33.333331%;
}
.ihs-logo {
  visibility: hidden;
}
.input-checkbox-group label:first-child {
  margin-right: 20px;
}
.input-checkbox-group label:first-child {
  margin-right: 20px;
}
.notes-attachments .uploadedFile i {
  border: none !important;
}
.notes-attachments .uploadedFile i:after {
  content: none;
}
.notes-attachments .d-flex {
  display: flex;
  justify-content: start;
  align-items: center;
}
.notes-attachments a i {
  vertical-align: initial !important;
}
.notes-attachments a.edit-btn {
  margin-left: 10px;
}
.notes-attachments a.edit-btn i {
  color: green;
}
.notes-attachments a.remove-btn i {
  color: red;
  font-size: 14px;
}
.notes-attachments .uploadedFile {
  width: 100%;
}
.notes-attachments .editor input {
  width: 60%;
}
.notes-attachments .editor a {
  display: inline-block;
  width: auto;
}
.notes-attachments .editor a.remove-btn i {
  margin-top: 2px;
}
@media print {
  .ihs-logo {
    visibility: visible;
  }
  .highlighted td {
    background-color: #dfeed1 !important;
  }
  .mainTable td h5 {
    color: #d11518 !important;
  }
  .warning td {
    background-color: #fffd8c !important;
  }
  body {
    padding-top: 0px !important;
    -webkit-print-color-adjust: exact !important;
  }
  #app-header-nav {
    display: none !important;
  }

  table {
    font-size: 12px;
  }

  .mainTable thead td h2 {
    font-size: 16px;
    margin: 10px 0 10px 0;
  }

  .mainTable thead td a img {
    height: 110px;
  }

  .mainTable td h5 {
    font-size: 15px;
  }

  p i {
    width: 10px;
    height: 10px;
    vertical-align: text-top;
  }

  @page {
    size: auto;
    margin: 5mm 10mm;
  }
}
.action-td {
  padding-top: 20px;
  padding-bottom: 50px;
}
.commissions-listing .portlet-body{
  overflow-x: auto;
}
.comm-pagination-holder{
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.comm-pagination-holder select{
  width: 100px;
  height: 32px;
  margin-left: 20px;
}
.comm-pagination-holder dir-pagination-controls{
  margin-top: 6px !important;
}
.btn-red{
  background: #c73131;
  color: #fff!important;
  padding: 3px 9px;
}
